:root{font-family:Arial,Helvetica,sans-serif;color:#17283c;background:#f3f5f8;font-size:16px;--navy:#11253b;--red:#dc2637;--line:#e4e9ef}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:4px}button,.button{cursor:pointer;border:0;border-radius:7px;padding:13px 20px;background:var(--navy);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-weight:600;font-size:14px}button:hover,.button:hover{filter:brightness(1.12)}.red{background:var(--red)}.light{background:#edf2f8;color:#173455}.demo{background:#e8edf3;color:#425670;font-size:12px;text-align:center;padding:9px 12px;line-height:1.5;border-bottom:1px solid #dce2eb}header{background:var(--navy);color:white;display:flex;align-items:center;justify-content:space-between;padding:20px max(calc((100vw - 1180px)/2),24px);gap:25px}.brand{display:flex;gap:14px;align-items:center;font-size:15px;font-weight:800;line-height:1.2;white-space:nowrap}.brand small{font-size:10px;font-weight:400;display:block;color:#aebdd0;margin-top:5px}.crest{color:#dbb357;font-size:42px}header nav{display:flex;align-items:center;gap:28px;font-size:13px}.hero{position:relative;overflow:hidden;min-height:490px;background:var(--navy);color:white}.hero .reference{position:absolute;inset:0;overflow:hidden;opacity:.78}.reference img{position:absolute;width:228.6%;max-width:none;left:-2.06%;top:-20.4%}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#0b1b2ff7 0%,#0b1b2ff0 35%,#0b1b2f60 72%,#0b1b2f30)}.hero-inner{max-width:1180px;margin:auto;position:relative;z-index:1;padding:55px 24px 65px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;color:#b4c2d3}.hero h1{font-size:clamp(38px,4.5vw,62px);line-height:1.04;letter-spacing:-1.5px;border-left:7px solid var(--red);padding-left:20px;margin:23px 0}.hero p{max-width:430px;line-height:1.6;font-size:16px}.hero .button{margin-top:10px}.wrap{max-width:1180px;margin:auto;padding:32px 24px}.services{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service{border-radius:9px;background:#eaf0f6;padding:25px 20px;text-align:center;display:flex;align-items:center;flex-direction:column;gap:12px}.service:first-child{background:var(--navy);color:#fff}.service:nth-child(3){background:#fff0f1;color:#c62435}.service .ico{font-size:32px}.service strong{font-size:16px}.service p{font-size:13px;line-height:1.6;margin:0;color:inherit;opacity:.8}.service b{margin-top:auto}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:28px 0}.stat{display:flex;gap:15px;padding:23px 20px;background:white;border:1px solid var(--line);border-radius:9px;align-items:center}.stat .symbol{font-size:26px;color:#235da2}.stat strong{font-size:27px;display:block}.stat small{color:#69798b;font-size:12px;display:block;margin-top:7px}.section-title{display:flex;justify-content:space-between;align-items:center;gap:14px;margin:30px 0 20px}.section-title h2{font-size:23px;margin:0}.section-title span{font-size:12px;color:#738195}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.news{background:white;border:1px solid var(--line);border-radius:9px;overflow:hidden}.news-art{height:150px;background-image:url('reference.jpeg');background-size:770% auto;background-position:3% 58.5%}.news:nth-child(2) .news-art{background-position:18.6% 58.5%}.news:nth-child(3) .news-art{background-position:34.8% 58.5%}.news-copy{padding:20px}.news h3{font-size:16px;margin:0 0 10px}.news p{font-size:14px;line-height:1.6;color:#66778a}.tag{font-size:12px;padding:5px 8px;border-radius:4px;background:#f0f4f8;color:#66778a;display:inline-block}.quote{padding:48px 24px;background:var(--navy);color:white;text-align:center;margin-top:40px}.quote h2{font-size:25px;max-width:650px;line-height:1.4;margin:0 auto 16px}.values{display:flex;justify-content:center;gap:55px;padding-top:20px;color:#c5d2e3;font-size:13px}footer{padding:25px 24px;text-align:center;color:#69798b;font-size:12px}.page{max-width:800px;margin:30px auto;padding:0 20px 40px}.page h1{font-size:28px}.back{display:inline-block;color:#60728a;font-size:14px;margin-bottom:15px}.card{background:white;border:1px solid var(--line);border-radius:10px;padding:25px;margin-bottom:20px}.steps{display:flex;justify-content:space-between;margin:5px 0 28px;gap:10px}.step{flex:1;text-align:center;border-bottom:3px solid #e5eaf0;padding:12px 0;font-size:12px;color:#8593a3}.step b{display:block;margin:0 auto 8px;width:29px;height:29px;line-height:29px;border:1px solid #d0d9e4;border-radius:50%}.step.active{color:#173f6c;border-color:#173f6c}.step.active b{background:#173f6c;color:white}.choices{display:grid;gap:10px}.choice{display:flex;align-items:center;gap:14px;padding:15px;background:#fafbfd;border:1px solid var(--line);border-radius:8px;cursor:pointer}.choice:has(input:checked){border-color:#1f538b;background:#edf4fc}.choice input{accent-color:#173f6c}.choice strong{display:block;font-size:14px}.choice small{display:block;font-size:12px;color:#76869a;margin-top:5px}label.field{display:block;font-size:14px;font-weight:600;margin:20px 0}input:not([type=radio]):not([type=checkbox]),textarea,select{width:100%;padding:13px;border:1px solid #d6dfe9;border-radius:7px;background:#fafbfd;margin-top:9px;color:#1b2c42}textarea{resize:vertical;min-height:120px;line-height:1.6}.row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.actions{display:flex;gap:12px;justify-content:space-between;margin-top:24px}.actions button:last-child{margin-left:auto}.notice{font-size:13px;background:#fff6e7;color:#805c17;padding:15px;border-radius:7px;line-height:1.6}.error{color:#bf1c2a;font-size:14px}.muted{color:#76869a;font-size:13px;line-height:1.6}.success{text-align:center;padding:30px 0}.success .check{font-size:38px;color:#278353}.ticket{padding:22px;background:#eff4f9;border:1px dashed #bdcbdc;border-radius:8px;font-size:24px;font-weight:700;margin:25px 0;overflow-wrap:anywhere}.search-row{display:flex;gap:12px;align-items:end}.search-row input{margin:0!important}.pill{display:inline-block;background:#e2f3e8;color:#247143;border-radius:5px;padding:6px 8px;font-size:12px;white-space:nowrap}.pill.new{background:#fff0ce;color:#987119}.pill.verify{background:#e4efff;color:#245797}.timeline{padding:8px 0;list-style:none}.timeline li{padding:0 0 25px 29px;border-left:2px solid #dde5ee;position:relative;margin-left:9px}.timeline li:before{content:'';width:12px;height:12px;border:3px solid #edf1f7;background:#c4cfdb;border-radius:50%;position:absolute;left:-8px;top:0}.timeline li.done:before{background:#258855}.timeline li.current:before{background:#2361a6;box-shadow:0 0 0 3px #e6effa}.timeline strong{font-size:14px}.timeline p{margin:7px 0 0;color:#7d8b9c;font-size:12px;line-height:1.5}.dashboard{display:grid;grid-template-columns:230px 1fr;min-height:calc(100vh - 125px)}.sidebar{background:var(--navy);color:#bdcddd;padding:25px 15px}.sidebar a{display:block;border-radius:5px;padding:14px;font-size:14px;margin-bottom:5px}.sidebar a.active{background:#204a7b;color:white}.sidebar small{display:block;padding:20px 14px;color:#829ab5;line-height:1.6}.dash-content{min-width:0;padding:30px}.dash-content h1{font-size:27px;margin:0}.dash-content .stats{margin:25px 0}.dash-content .stat{padding:20px 15px}.chart{width:100%;height:230px}.chart line{stroke:#e6ebf2;stroke-width:1}.chart text{fill:#7b8a9c;font-size:12px}.chart polyline{fill:none;stroke-width:3}.chart-legend{font-size:12px;color:#748498;text-align:right;margin:10px 0}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:13px;text-align:left}th{padding:14px 12px;background:#f1f4f8;color:#627186;font-size:12px}td{padding:17px 12px;border-bottom:1px solid var(--line);line-height:1.6}td button{padding:7px 12px;background:#edf2f8;color:#214b7a;font-size:12px}.detail-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:20px}.detail-grid .card{margin:0}dl{margin:0}dt{font-size:12px;color:#7b8b9f;margin-top:18px}dd{margin:6px 0;font-size:14px;line-height:1.6;overflow-wrap:anywhere}.detail-title{display:flex;align-items:center;flex-wrap:wrap;gap:15px}.note{background:#f2f5f9;padding:15px;margin:12px 0;border-radius:6px;font-size:13px;line-height:1.6}.filter-row{display:flex;gap:15px;align-items:center}.filter-row input{max-width:350px}.mobile-nav{display:none}#toast{position:fixed;bottom:90px;left:50%;transform:translateX(-50%);background:#11253b;color:white;padding:14px 22px;border-radius:8px;z-index:99;display:none;font-size:14px;max-width:90vw}#toast.show{display:block}.faq details{padding:20px;border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font-weight:600}.faq p{line-height:1.7;color:#61738a}.attachment-names{font-size:12px;color:#6b7e95;line-height:1.8}.consent{display:flex;gap:10px;line-height:1.6;font-size:14px}.mobile-nav a.active{color:#d62738}.view-title{display:flex;justify-content:space-between;align-items:center;gap:15px}.view-title p{font-size:12px;color:#8290a2}.empty{padding:35px;text-align:center;color:#7d8b9b}
@media(max-width:1000px){header nav{gap:15px}header nav>a:not(.button){display:none}.dashboard{grid-template-columns:185px 1fr}.dash-content{padding:22px}.stats{gap:10px}.stat{padding:16px 12px;gap:9px}.stat strong{font-size:23px}.stat .symbol{display:none}.reference img{min-width:1300px}}
@media(max-width:650px){body{padding-bottom:70px}header{padding:14px 18px}.brand{font-size:12px;gap:9px}.crest{font-size:32px}.brand small{font-size:9px}header nav .button{padding:10px;font-size:11px}.hero{min-height:370px}.hero-inner{padding:35px 22px}.hero h1{font-size:39px;letter-spacing:-1px;border-left-width:5px;padding-left:15px}.hero p{max-width:270px;font-size:14px}.hero .reference{opacity:.5}.reference img{left:-340px;top:-50px;width:1300px}.hero:after{background:linear-gradient(90deg,#0b1b2ff5,#0b1b2f80)}.wrap{padding:22px 17px}.services{grid-template-columns:1fr;gap:9px;margin-top:-38px;position:relative;z-index:2;border-radius:15px;background:#fff;padding:13px}.service{flex-direction:row;min-height:57px;padding:15px 18px;text-align:left;gap:15px}.service p{display:none}.service strong{font-size:14px}.service b{margin:0 0 0 auto}.service .ico{font-size:23px}.service:nth-child(3){background:#dc2637;color:white}.stats{grid-template-columns:1fr 1fr;gap:10px}.stat{padding:18px}.stat small{font-size:11px}.news-grid{grid-template-columns:1fr}.news{display:grid;grid-template-columns:110px 1fr}.news-art{height:100%;min-height:140px;background-size:1400% auto}.news-copy{padding:16px}.news p{font-size:12px;margin-bottom:0}.news h3{font-size:14px}.values{gap:18px;font-size:11px}.quote h2{font-size:21px}.mobile-nav{position:fixed;bottom:0;left:0;right:0;height:68px;background:white;border-top:1px solid var(--line);display:flex;justify-content:space-around;z-index:20;padding-bottom:env(safe-area-inset-bottom)}.mobile-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:23px;color:#7a899c}.mobile-nav span{font-size:10px}.page{margin-top:23px;padding:0 15px 30px}.card{padding:20px}.row{grid-template-columns:1fr;gap:0}.dashboard{display:block}.sidebar{display:flex;overflow:auto;padding:10px;gap:5px}.sidebar a{white-space:nowrap;padding:11px;font-size:12px;margin:0}.sidebar small{display:none}.dash-content{padding:20px 15px}.dash-content h1{font-size:24px}.detail-grid{grid-template-columns:1fr}.view-title{align-items:start}.view-title p{max-width:90px;text-align:right}.filter-row{align-items:stretch;flex-direction:column;gap:0}.search-row{flex-direction:column;align-items:stretch}.chart{height:180px}.detail-title{align-items:start}.detail-title h1{font-size:22px}.section-title h2{font-size:20px}}
.hero .reference{left:42%;opacity:.8}.reference svg{width:100%;height:100%;position:absolute;inset:0}.news-art{background:none;overflow:hidden}.news-art svg{width:100%;height:100%;display:block}.hero:after{background:linear-gradient(90deg,#0b1b2f 0%,#0b1b2f 40%,#0b1b2f55 72%,#0b1b2f30)}
@media(max-width:650px){.hero .reference{left:25%;opacity:.5}.hero:after{background:linear-gradient(90deg,#0b1b2ff5,#0b1b2f90 50%,#0b1b2f40)}}
/* Refined civic interface: consistent line icons, layered surfaces and clear hierarchy. */
:root{font-family:Inter,"Segoe UI",Arial,sans-serif;--navy:#102b49;--red:#e42c42;--line:#e2e8f1;background:#f5f7fb;color:#1b2d46}
.ui-icon{width:24px;height:24px;flex-shrink:0;display:block}
.demo{background:#f2ead7;color:#735c2b;font-size:12px;letter-spacing:.02em;border:0}
header{background:#0c213a;border-bottom:1px solid #ffffff12;padding-top:18px;padding-bottom:18px}.brand{letter-spacing:.025em}.crest{display:grid;place-items:center;width:54px;height:56px;background:linear-gradient(145deg,#d5ad5626,#d5ad5609);border:1px solid #d5ad563d;border-radius:15px;box-shadow:inset 0 1px 0 #ffffff16}.crest svg{width:32px;height:38px}
header nav>a:not(.button){position:relative;padding:15px 0;color:#b9c9dc;transition:color .2s}header nav>a.active:not(.button){color:#fff}header nav>a.active:not(.button):after{content:'';position:absolute;bottom:2px;left:0;right:0;height:2px;background:#e1b75c;border-radius:2px}
button,.button{min-height:44px;border-radius:10px;transition:transform .18s,box-shadow .18s,background .18s;box-shadow:0 4px 10px #102b490c}button:hover,.button:hover{transform:translateY(-2px);box-shadow:0 8px 18px #102b4920}button:active,.button:active{transform:translateY(0)}.red{background:linear-gradient(135deg,#f03b50,#cf1d35);box-shadow:0 7px 18px #d5223438}
.hero{min-height:505px;background:#0c213a;border-bottom:4px solid #cfaa59}.hero h1{font-weight:850;letter-spacing:-1.8px;line-height:1.08;border-left:5px solid #e6394d;padding-left:24px}.hero .eyebrow{display:inline-flex;align-items:center;gap:10px;color:#e4c277;letter-spacing:2px}.hero .eyebrow:before{content:'';height:6px;width:6px;background:#e4c277;border-radius:2px}.hero-inner{padding-top:56px;padding-bottom:78px}.hero p{color:#c2d0e2}.hero .button{padding:16px 24px}.hero .reference{opacity:.75}.hero:after{background:linear-gradient(90deg,#0c213a 0%,#0c213af5 35%,#0c213a5e 75%,#0c213a22)}
.wrap{padding-top:0}.services{margin-top:-30px;position:relative;z-index:2;gap:20px}.service{position:relative;align-items:flex-start;text-align:left;padding:26px;border-radius:16px;border:1px solid #e2e8f0;background:linear-gradient(150deg,#fff,#f0f5fb);box-shadow:0 8px 30px #102b4909;transition:transform .2s,box-shadow .2s,border-color .2s;gap:14px}.service:hover{transform:translateY(-6px);box-shadow:0 16px 36px #102b491a;border-color:#b7c9de}.service:first-child{background:linear-gradient(145deg,#214b79,#102b49);border-color:#2f5680;box-shadow:0 10px 25px #102b4925}.service:nth-child(3){background:linear-gradient(145deg,#fff,#fff0f2);border-color:#f2d7dd}.service .ico{width:58px;height:58px;display:grid;place-items:center;background:linear-gradient(140deg,#e6effb,#d4e3f5);color:#235992;border:1px solid #cbdcf180;border-radius:17px;box-shadow:inset 0 1px 0 #ffffffb0,0 4px 8px #173b6610}.service .ico .ui-icon{width:29px;height:29px;stroke-width:1.8}.service:first-child .ico{color:#f4d590;background:linear-gradient(145deg,#ffffff1f,#ffffff09);border-color:#ffffff24}.service:nth-child(3) .ico{background:linear-gradient(145deg,#ffe8ec,#ffdae1);color:#db2b44;border-color:#f3c5d0}.service:nth-child(4) .ico{color:#6557a8;background:linear-gradient(145deg,#f0ebff,#e3ddfa);border-color:#dcd4f4}.service strong{font-size:17px;letter-spacing:-.3px}.service p{line-height:1.65;color:#647991;font-size:14px}.service:first-child p{color:#becfe2}.service b{position:absolute;right:24px;top:35px;color:#8498b0}.service b .ui-icon{width:19px;height:19px}.service:first-child b{color:#d7ba7c}
.stats{gap:18px;margin:28px 0 38px}.stat{border-radius:14px;box-shadow:0 5px 16px #1f395704;border-color:#e6ecf3;padding:22px;gap:15px}.stat .symbol{display:grid;place-items:center;width:45px;height:45px;flex-shrink:0;border-radius:13px;background:#eaf2ff;color:#3876c2}.stat[data-tone=amber] .symbol{background:#fff4df;color:#bd8521}.stat[data-tone=green] .symbol{background:#e6f5ec;color:#2d9160}.stat[data-tone=violet] .symbol{background:#f0ecfb;color:#7860b8}.stat strong{font-size:28px;letter-spacing:-1px;font-variant-numeric:tabular-nums}.stat small{line-height:1.5;margin-top:4px}
.section-title{margin-top:36px}.section-title h2{font-size:23px;letter-spacing:-.5px}.section-title>span{border:1px solid #dce5ef;padding:6px 10px;border-radius:20px;background:#fff}.news{border-radius:15px;box-shadow:0 6px 20px #193b6007;transition:box-shadow .2s}.news:hover{box-shadow:0 12px 25px #193b6012}.news-art{height:175px}.news-copy{padding:23px}.news h3{line-height:1.5}.news .tag{background:#f0f4fa;color:#8190a4;font-size:12px}.quote{background:linear-gradient(125deg,#132f50,#0b1e34);padding:55px 24px;border-top:3px solid #d2ad5d}.quote h2{line-height:1.5;letter-spacing:-.5px}.values{gap:60px}.values>span{display:flex;flex-direction:column;gap:12px;align-items:center}.values .ui-icon{color:#d5b778;width:28px;height:28px}
.page{max-width:850px;margin-top:38px}.page h1{font-size:30px;letter-spacing:-.7px}.card{border-radius:16px;border-color:#e4eaf3;box-shadow:0 6px 24px #14315105;padding:28px}.steps{margin-bottom:28px;padding:3px 8px 10px;background:#f7f9fc;border-radius:12px}.step{padding:14px 0;border-bottom-width:2px}.step b{width:32px;height:32px;line-height:32px;font-size:13px}.step.active b{background:linear-gradient(145deg,#346398,#173b63);box-shadow:0 4px 10px #1d4c7e28}.choices{gap:12px}.choice{position:relative;border-radius:12px;padding:15px 18px;gap:14px;background:#fff;transition:background .15s,border-color .15s}.choice:hover{background:#f6f9fd;border-color:#b7cbe0}.choice input{margin-left:auto;order:3;flex-shrink:0;width:17px;height:17px}.category-icon{width:43px;height:43px;flex-shrink:0;border-radius:12px;background:#eef3fa;color:#517398;display:grid;place-items:center}.category-icon .ui-icon{width:22px;height:22px}.choice:has(input:checked){box-shadow:0 0 0 2px #3b6ea615;background:#f1f6fc;border-color:#668eb9}.choice:has(input:checked) .category-icon{background:#214f7f;color:#fff}.choice small{line-height:1.55}.choice strong{line-height:1.4}
label.field{font-size:14px;color:#354a64;margin:22px 0}input:not([type=radio]):not([type=checkbox]),select,textarea{border-radius:10px;border-color:#dbe4ef;background:#fcfdff;min-height:46px;transition:box-shadow .15s,border-color .15s}input:focus,select:focus,textarea:focus{outline:0;border-color:#749cc6;box-shadow:0 0 0 4px #316aa912}.actions{padding-top:22px;border-top:1px solid #edf1f6}.notice{border:1px solid #f2e5c8;background:#fffbf2;border-radius:10px;padding:16px 18px}.back{font-size:14px;color:#6c819b}.pill{border-radius:20px;padding:6px 11px;font-weight:600;font-size:12px}.timeline li{padding-bottom:28px}.timeline li.current strong{color:#255689}.note{background:#f6f8fc;border:1px solid #e7edf5;border-radius:10px}.success .check{display:grid;place-items:center;width:76px;height:76px;background:#eaf7ef;border-radius:24px;margin:auto}.success .check .ui-icon{width:40px;height:40px}.ticket{background:#f3f7fc;border-radius:12px;color:#234a75;font-size:22px}
.dashboard{grid-template-columns:238px 1fr}.sidebar{background:linear-gradient(170deg,#102b48,#0d2037);padding:25px 16px}.sidebar a{display:flex;align-items:center;gap:12px;border-radius:9px;color:#aebfd4;padding:14px;margin-bottom:8px}.sidebar .ui-icon{width:19px;height:19px}.sidebar a.active{background:linear-gradient(105deg,#295888,#23496f);box-shadow:inset 3px 0 0 #dfb861,0 5px 15px #04132530;color:#fff}.sidebar a:hover{background:#ffffff0c;color:#fff}.sidebar a.active:hover{background:#295888}.sidebar small{border-top:1px solid #ffffff12;margin-top:25px;padding-top:22px;color:#8ba0b9}.dash-content{padding:35px;max-width:1500px;width:100%;margin:auto}.dash-content h1{font-weight:750;letter-spacing:-.7px}.dash-content .stat{padding:20px 15px;gap:12px}.dash-content .stat .symbol{width:38px;height:38px;border-radius:11px}.dash-content .stat small{font-size:12px}.chart-legend{display:flex;align-items:center;justify-content:flex-end;gap:8px}.legend-dot{width:7px;height:7px;border-radius:50%;margin-left:12px}.legend-dot.blue{background:#3677c9}.legend-dot.amber{background:#e4b347}.legend-dot.green{background:#41a36a}.table-wrap{margin-top:20px;border:1px solid #e6ecf4;border-radius:11px}th{background:#f5f8fc;font-weight:600;padding:15px 12px}td{padding:17px 12px;border-color:#edf1f7}tr:last-child td{border-bottom:0}tbody tr:hover{background:#f9fbfe}.table-wrap .button{min-height:34px;padding:7px 12px;font-size:12px;border-radius:8px;background:#edf3fa;box-shadow:none}.filter-row{margin-bottom:20px}.detail-grid h3{font-size:17px;margin-top:0;padding-bottom:16px;border-bottom:1px solid #edf1f6}.detail-title .button,.detail-title button{margin-left:auto}
.mobile-nav .ui-icon{width:23px;height:23px}.mobile-nav a{transition:color .2s}.mobile-nav a.active{color:#214f7f}.mobile-nav a.active .ui-icon{stroke-width:2.2;filter:drop-shadow(0 2px 4px #285c8e25)}
@media(max-width:1100px){.dashboard{grid-template-columns:205px 1fr}.dash-content{padding:24px}.dash-content .stats{grid-template-columns:repeat(2,1fr)}.service{padding:22px}.service strong{font-size:15px}.stat{gap:10px;padding:17px}.stat .symbol{width:36px;height:36px}.stat strong{font-size:25px}}
@media(max-width:650px){header{padding:14px 17px;gap:12px}.crest{width:40px;height:44px;border-radius:11px}.crest svg{width:25px;height:31px}.brand{font-size:12px}.brand small{max-width:150px;white-space:normal;line-height:1.4}.demo{font-size:11px;padding:8px 13px}.hero{min-height:388px}.hero-inner{padding:38px 23px 60px}.hero h1{font-size:38px;line-height:1.1;padding-left:17px;letter-spacing:-.8px}.hero p{font-size:14px}.hero .button{padding:13px 19px;font-size:13px}.eyebrow{font-size:10px}.wrap{padding:0 16px 24px}.services{padding:12px;gap:9px;margin-top:-25px;background:#fff;border:1px solid #e5ebf3;border-radius:18px;box-shadow:0 12px 30px #152d4710}.service{align-items:center;flex-direction:row;gap:14px;padding:13px 14px;border-radius:12px;box-shadow:none;min-height:68px}.service .ico{width:40px;height:40px;border-radius:12px}.service .ico .ui-icon{width:23px;height:23px}.service b{position:static;margin-left:auto}.service p{display:none}.service strong{font-size:14px}.service:nth-child(3){background:linear-gradient(120deg,#fdf1f3,#fff8f9);color:#bb263f}.service:nth-child(3) .ico{background:#fce0e6}.stats{margin:22px 0 30px;gap:10px}.stat{padding:16px 13px;gap:10px;border-radius:13px}.stat .symbol{display:grid;width:36px;height:36px;border-radius:10px}.stat .symbol .ui-icon{width:21px;height:21px}.stat strong{font-size:24px}.stat small{font-size:11px}.section-title h2{font-size:21px}.section-title>span{font-size:11px}.news{grid-template-columns:112px 1fr;border-radius:13px}.news-art{height:100%;min-height:155px}.news-copy{padding:17px}.news h3{font-size:14px}.values{gap:23px}.values>span{font-size:11px;gap:9px}.values .ui-icon{width:24px;height:24px}.quote{padding:40px 22px;margin-top:20px}.page{margin-top:25px}.page h1{font-size:27px}.card{padding:20px;border-radius:15px}.choice{padding:13px;gap:11px}.choice small{font-size:12px}.category-icon{width:37px;height:37px}.dashboard{display:block}.sidebar{padding:11px;gap:7px}.sidebar a{margin:0;padding:12px;gap:8px;font-size:12px}.sidebar .ui-icon{width:17px;height:17px}.sidebar a.active{box-shadow:inset 0 -2px #dfb861}.dash-content{padding:24px 15px}.dash-content .stat{padding:16px 12px}.dash-content .stat .symbol{width:33px;height:33px}.dash-content .stat small{font-size:11px}.detail-title button{margin-left:0}.mobile-nav{height:72px;box-shadow:0 -5px 24px #18324b09;background:#fffffff5;backdrop-filter:blur(14px)}.mobile-nav a{min-width:64px;gap:6px;position:relative}.mobile-nav a.active:before{content:'';position:absolute;top:0;height:3px;width:25px;background:#244f7e;border-radius:0 0 3px 3px}.mobile-nav span{font-size:11px}.actions{gap:10px}.actions button{padding:12px 15px}footer{padding-bottom:30px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
@media print{header,.demo,.mobile-nav,.sidebar,.actions,button,select,.back{display:none!important}.dashboard{display:block}.dash-content{padding:0}.card{break-inside:avoid}body{background:white;padding:0}}

/* Motion system: purposeful, lightweight and accessibility-aware. */
html{scroll-behavior:smooth}
body{overflow-x:hidden}
#app.route-enter{animation:routeFade .42s cubic-bezier(.22,1,.36,1) both}
.motion-in{opacity:0;transform:translateY(22px) scale(.985);filter:blur(2px);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1),filter .65s ease;transition-delay:var(--motion-delay,0ms)}
.motion-in.is-visible{opacity:1;transform:none;filter:none}
.hero .eyebrow,.hero h1,.hero-inner>p,.hero-inner>.button{opacity:0;animation:heroRise .7s cubic-bezier(.22,1,.36,1) forwards}
.hero .eyebrow{animation-delay:.08s}.hero h1{animation-delay:.16s}.hero-inner>p{animation-delay:.26s}.hero-inner>.button{animation-delay:.36s}
.hero .reference svg{animation:heroDrift 16s ease-in-out infinite alternate;transform-origin:center}
.hero .button .ui-icon,.service b .ui-icon{transition:transform .28s cubic-bezier(.22,1,.36,1)}
.hero .button:hover .ui-icon,.service:hover b .ui-icon{transform:translateX(5px)}
.service .ico{transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease}
.service:hover .ico{transform:translateY(-3px) rotate(-2deg);box-shadow:inset 0 1px 0 #ffffffb0,0 10px 20px #173b6620}
.service:nth-child(3) .ico:after{content:'';position:absolute;width:100%;height:100%;border:1px solid currentColor;border-radius:inherit;animation:softPing 2.4s ease-out infinite;opacity:0}
.service:nth-child(3) .ico{position:relative}
.stat strong{min-width:1.4ch;transition:color .25s ease}
.stat:hover strong{color:#245d9a}
.stat .symbol .ui-icon{transition:transform .35s cubic-bezier(.22,1,.36,1)}
.stat:hover .symbol .ui-icon{transform:scale(1.12) rotate(-5deg)}
.news-art svg image{transition:transform .7s cubic-bezier(.22,1,.36,1);transform-origin:center}
.news:hover .news-art svg image{transform:scale(1.045)}
.choice{overflow:hidden}.choice:after{content:'';position:absolute;inset:0;background:linear-gradient(110deg,transparent 35%,#ffffff7d 50%,transparent 65%);transform:translateX(-120%);transition:transform .7s ease;pointer-events:none}.choice:hover:after{transform:translateX(120%)}
.step.active b{animation:stepPop .42s cubic-bezier(.22,1,.36,1)}
.timeline li.current:before{animation:statusPulse 1.8s ease-in-out infinite}
.success .check{animation:successPop .65s cubic-bezier(.16,1.35,.35,1) both}.success .check .ui-icon{stroke-dasharray:40;stroke-dashoffset:40;animation:drawCheck .8s .35s ease forwards}
#toast{display:block;opacity:0;visibility:hidden;transform:translate(-50%,14px) scale(.96);transition:opacity .25s ease,transform .25s cubic-bezier(.22,1,.36,1),visibility .25s}
#toast.show{display:block;opacity:1;visibility:visible;transform:translate(-50%,0) scale(1)}
.chart polyline{stroke-dasharray:1100;stroke-dashoffset:1100;animation:drawLine 1.35s cubic-bezier(.22,1,.36,1) forwards}.chart polyline:nth-of-type(2){animation-delay:.16s}.chart polyline:nth-of-type(3){animation-delay:.3s}
.sidebar a .ui-icon,.mobile-nav a .ui-icon{transition:transform .25s cubic-bezier(.22,1,.36,1)}.sidebar a:hover .ui-icon{transform:translateX(3px)}.mobile-nav a:active .ui-icon{transform:scale(.86)}
tbody tr{transition:background .2s ease,transform .2s ease}tbody tr:hover{transform:translateX(3px)}
details[open] p{animation:detailsOpen .35s cubic-bezier(.22,1,.36,1) both}
@keyframes routeFade{from{opacity:.25;transform:translateY(6px)}to{opacity:1;transform:none}}
@keyframes heroRise{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}
@keyframes heroDrift{from{transform:scale(1.015) translate3d(0,0,0)}to{transform:scale(1.065) translate3d(-1.2%,.8%,0)}}
@keyframes softPing{0%,45%{transform:scale(.9);opacity:0}65%{opacity:.28}100%{transform:scale(1.5);opacity:0}}
@keyframes stepPop{0%{transform:scale(.76)}70%{transform:scale(1.1)}100%{transform:scale(1)}}
@keyframes statusPulse{0%,100%{box-shadow:0 0 0 3px #e6effa}50%{box-shadow:0 0 0 8px #e6effa00}}
@keyframes successPop{0%{opacity:0;transform:scale(.55) rotate(-8deg)}100%{opacity:1;transform:scale(1) rotate(0)}}
@keyframes drawCheck{to{stroke-dashoffset:0}}
@keyframes drawLine{to{stroke-dashoffset:0}}
@keyframes detailsOpen{from{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:none}}
@media(max-width:650px){.motion-in{transform:translateY(15px)}.service:active{transform:scale(.985)}tbody tr:hover{transform:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.motion-in,.motion-in.is-visible{opacity:1;transform:none;filter:none}.hero .eyebrow,.hero h1,.hero-inner>p,.hero-inner>.button{opacity:1}.chart polyline{stroke-dashoffset:0}#app.route-enter,.hero .reference svg,.hero .eyebrow,.hero h1,.hero-inner>p,.hero-inner>.button,.service:nth-child(3) .ico:after,.step.active b,.timeline li.current:before,.success .check,.success .check .ui-icon,.chart polyline,details[open] p{animation:none!important}}
