:root{--blue:#0c447c;--blue-dark:#081c34;--green:#639922;--green-dark:#3b6d11;--teal:#0f6e56;--teal-bg:#e1f5ee;--teal-bright:#5dcaa5;--teal-pale:#9fe1cb;--amber-tx:#854f0b;--amber-bg:#faeeda;--red-tx:#a32d2d;--red-bg:#fcebeb;--coral-tx:#712b13;--coral-strong:#993c1d;--coral-bg:#faece7;--coral-line:#f0997b;--ink:#16212e;--muted:#5b6b7a;--line:#e3e8ee;--bg:#fff;--bg-soft:#f6f8fb;--radius:12px;--maxw:1120px;--font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--ink);background:var(--bg);line-height:1.65;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}h1,h2,h3{line-height:1.2;font-weight:600}.container{max-width:var(--maxw);margin:0 auto;padding:0 24px}.section{padding:72px 0}.section--soft{background:var(--bg-soft)}.eyebrow{color:var(--teal);font-weight:600;font-size:14px;letter-spacing:.3px}.lead{color:var(--muted);font-size:17px;max-width:620px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.btn{display:inline-flex;align-items:center;gap:8px;border:none;cursor:pointer;font:inherit;font-weight:600;font-size:15px;padding:12px 22px;border-radius:10px;transition:transform .08s ease,opacity .15s ease}.btn:active{transform:scale(.98)}.btn--primary{background:var(--green);color:#fff}.btn--primary:hover{background:var(--green-dark)}.btn--blue{background:var(--blue);color:#fff}.btn--ghost{background:hsla(0,0%,100%,.14);color:#fff;border:1px solid hsla(0,0%,100%,.5)}.btn--sm{padding:8px 16px;font-size:14px}.header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.header__inner{justify-content:space-between;height:64px}.brand,.header__inner{display:flex;align-items:center}.brand{gap:8px;font-weight:600;font-size:20px;color:var(--blue)}.brand i{font-size:24px}.brand__mark{width:26px;height:26px;flex:none;display:inline-block;vertical-align:middle}.footer .brand__mark{width:20px;height:20px}.nav{display:flex;gap:26px;font-size:15px;color:var(--muted)}.nav a:hover{color:var(--ink)}.hero{position:relative;min-height:540px;display:flex;align-items:center;color:#fff}.hero__img,.hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}@media (prefers-reduced-motion:reduce){.hero__video{display:none}}.hero__overlay{position:absolute;inset:0;background:rgba(8,28,52,.66)}.hero__inner{position:relative;padding:96px 0}.hero h1{font-size:clamp(30px,5vw,50px);max-width:640px;margin:12px 0 16px;color:#fff}.hero .eyebrow{color:var(--teal-pale);text-shadow:0 1px 3px rgba(0,0,0,.45)}.hero p{color:#d7e3f0;font-size:18px;max-width:560px;margin-bottom:26px}.hero p.hero__claim{color:#fff;font-weight:700;font-size:clamp(18px,2.2vw,23px);letter-spacing:.4px;white-space:nowrap;margin:-14px 0 28px}.hero__cta{display:flex;flex-wrap:wrap;gap:12px}.trust{background:var(--blue-dark);color:var(--teal-pale)}.trust__inner{display:flex;flex-wrap:wrap;gap:12px 32px;justify-content:center;padding:16px 0;font-size:14px}.trust span{display:inline-flex;align-items:center;gap:6px}.grid-2{grid-template-columns:1fr 1fr;grid-gap:20px}.grid-2,.grid-3{display:grid;gap:20px}.grid-3{grid-template-columns:repeat(3,1fr);grid-gap:20px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px}.card h3{font-size:18px;margin-bottom:8px}.card p{color:var(--muted);font-size:15px}.contrast{border-radius:var(--radius);padding:22px}.contrast h3{font-size:16px;margin-bottom:10px;display:flex;align-items:center;gap:8px}.contrast p{font-size:15px;line-height:1.9}.contrast--bad{background:var(--coral-bg);border:1px solid var(--coral-line)}.contrast--bad h3{color:var(--coral-strong)}.contrast--bad p{color:var(--coral-tx)}.contrast--good{background:var(--teal-bg);border:1px solid var(--teal-bright)}.contrast--good h3{color:var(--teal)}.contrast--good p{color:#085041}.step i{font-size:30px;color:var(--blue)}.step h3{font-size:16px;margin:12px 0 4px}.dash{background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius);padding:22px}.dash__stats{display:flex;gap:14px;margin-bottom:16px}.stat{flex:1 1;background:#fff;border-radius:10px;padding:14px 16px}.stat span{font-size:13px;color:var(--muted)}.stat strong{display:block;font-size:26px;font-weight:600;margin-top:2px}.row{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-top:1px solid var(--line);font-size:15px}.row i{color:var(--muted);margin-right:6px}.pill{font-size:12px;padding:3px 10px;border-radius:6px;white-space:nowrap}.pill--ok{background:var(--teal-bg);color:var(--teal)}.pill--late{background:var(--amber-bg);color:var(--amber-tx)}.pill--miss{background:var(--red-bg);color:var(--red-tx)}.module{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}.module__media{position:relative}.module img{width:100%;height:210px;object-fit:cover;display:block}.module__cap{position:absolute;left:10px;bottom:10px;display:inline-flex;align-items:center;gap:6px;background:rgba(8,28,52,.8);color:#fff;font-size:12px;padding:4px 10px;border-radius:8px}.module__cap i{font-size:14px;color:#9fe1cb}.module__cap{z-index:2}.module__vid{position:absolute;inset:0;width:100%;height:210px;object-fit:cover;z-index:1}@media (prefers-reduced-motion:reduce){.module__vid{display:none}}.module__body{padding:20px 22px}.module__body h3{font-size:19px;margin-bottom:10px;display:flex;align-items:center;gap:10px}.badge{background:var(--teal-bg);color:var(--teal);font-size:12px;padding:3px 9px;border-radius:6px;font-weight:600}.feat{color:var(--muted);font-size:15px;line-height:1.95}.feat i{color:var(--green);margin-right:4px}.subhead{margin:40px 0 18px}.subhead h3{font-size:19px;font-weight:500;color:var(--ink)}.subhead p{font-size:14px;color:var(--muted);margin-top:5px;max-width:640px}.privacy{position:relative;color:#fff}.privacy img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.privacy__overlay{position:absolute;inset:0;background:rgba(4,28,40,.74)}.privacy__inner{position:relative;padding:72px 0}.privacy h2{color:#fff;font-size:26px;margin-bottom:20px}.privacy__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px 28px;gap:12px 28px;color:#d7e3f0;font-size:16px}.privacy__grid span{display:flex;align-items:flex-start;gap:8px}.privacy__grid i{color:var(--teal-bright);margin-top:4px}.privacy__note{color:#9fb6c9;font-size:14px;font-style:italic;margin-top:18px}.aud{background:#fff;border:1px solid var(--line);border-radius:10px;padding:20px 12px;text-align:center}.aud i{font-size:26px;color:var(--blue)}.aud p{font-size:14px;color:var(--muted);margin-top:10px}.faq details{border-top:1px solid var(--line);padding:16px 0}.faq summary{cursor:pointer;font-weight:600;font-size:16px;list-style:none;display:flex;align-items:center;gap:8px}.faq summary::-webkit-details-marker{display:none}.faq summary i{color:var(--blue)}.faq p{color:var(--muted);font-size:15px;margin-top:8px;padding-left:26px}.cta{background:var(--blue);color:#fff;text-align:center}.cta h2{color:#fff;font-size:28px;margin-bottom:10px}.cta p{color:#b5d4f4;margin-bottom:22px}.cform-card{background:#fff;color:var(--ink);border-radius:16px;padding:26px;max-width:560px;margin:0 auto;text-align:left;box-shadow:0 20px 50px rgba(0,0,0,.22)}.cform{display:flex;flex-direction:column;gap:14px}.cform__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.cform label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:var(--ink)}.cform input,.cform textarea{font:inherit;font-weight:400;font-size:15px;color:var(--ink);background:#f6f8fa;border:1px solid var(--line);border-radius:9px;padding:10px 12px;width:100%}.cform input:focus,.cform textarea:focus{outline:none;border-color:var(--green);background:#fff}.cform textarea{resize:vertical}.cform__check{flex-direction:row!important;align-items:flex-start;gap:9px;font-weight:400;font-size:13px;color:var(--muted)}.cform__check input{width:auto;margin-top:2px}.cform__check a{color:var(--green);text-decoration:underline}.cform__err{color:#a32d2d;font-size:13px;margin:-2px 0 0}.cform .btn{align-self:flex-start}.cform__note{font-size:12px;color:var(--muted);margin:2px 0 0}.cform-success{text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.cform-success i{font-size:40px;color:var(--green)}.cform-success p{color:var(--ink);font-size:16px;margin:0}@media (max-width:560px){.cform__row{grid-template-columns:1fr}}.footer{background:var(--bg-soft);border-top:1px solid var(--line)}.footer__inner{display:flex;flex-wrap:wrap;align-items:center;gap:12px 22px;padding:26px 0;font-size:14px;color:var(--muted)}.footer .brand{font-size:16px}.footer a:hover{color:var(--ink)}.title-block{margin-bottom:28px}.title-block h2{font-size:30px}.legal{padding:40px 0 64px;max-width:840px}.legal h1{font-size:32px;margin-bottom:8px;color:var(--blue)}.legal h2{font-size:20px;margin:28px 0 8px}.legal h3{font-size:16px;margin:18px 0 6px;color:var(--ink)}.legal li,.legal p{color:var(--muted);margin-bottom:10px;max-width:740px;line-height:1.7}.legal ul{margin:6px 0 14px;padding-left:20px}.legal li{margin-bottom:6px}.legal a{color:var(--blue);text-decoration:underline}.legal code{background:rgba(8,28,52,.06);border-radius:4px;padding:1px 5px;font-size:13px}.legal__updated{font-size:13px;margin-bottom:18px}.legal__back{margin-top:36px;padding-top:18px;border-top:1px solid var(--line)}.notice{background:var(--amber-bg);color:var(--amber-tx);border-radius:10px;padding:14px 18px;margin:18px 0;font-size:14px}.notice code{background:rgba(0,0,0,.06);border-radius:4px;padding:1px 5px}@media (max-width:860px){.nav{display:none}.grid-3,.grid-4{grid-template-columns:1fr 1fr}.privacy__grid{grid-template-columns:1fr}}@media (max-width:600px){.section{padding:52px 0}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.dash__stats{flex-direction:column}.hero p{font-size:16px}}.branch{border:2px solid var(--line);border-radius:18px;padding:22px;margin-top:26px;background:#fff}.branch--rooms{border-color:var(--teal-pale);background:linear-gradient(180deg,var(--teal-bg),#fff 140px)}.branch--tools{border-color:var(--coral-line);background:linear-gradient(180deg,var(--coral-bg),#fff 140px)}.branch--future{border-style:dashed;background:var(--bg-soft)}.branch__head{gap:14px;margin-bottom:18px;flex-wrap:wrap}.branch__head,.branch__icon{display:flex;align-items:center}.branch__icon{width:46px;height:46px;border-radius:50%;justify-content:center;font-size:24px;flex:none;color:#fff}.branch--rooms .branch__icon{background:var(--teal)}.branch--tools .branch__icon{background:var(--coral-strong)}.branch--future .branch__icon{background:var(--muted)}.branch__head h3{font-size:21px;margin:0}.branch__head p{color:var(--muted);margin:2px 0 0;font-size:14.5px}.branch__tag{margin-left:auto;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:5px 12px;border-radius:999px}.branch--rooms .branch__tag{background:var(--teal);color:#fff}.branch--tools .branch__tag{background:var(--coral-strong);color:#fff}.branch--future .branch__tag{background:var(--line);color:var(--muted)}.branch .grid-2{margin-top:0}.branch+.branch{margin-top:22px}.branch--future .branch__body{color:var(--muted);font-size:15px;max-width:720px}@media (max-width:720px){.branch{padding:16px}.branch__tag{margin-left:0}}.login-link{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:600;color:var(--blue);margin-right:14px;white-space:nowrap}.login-link i{font-size:17px}.login-link:hover{color:var(--blue-dark)}