:root{
  --navy:#0b2b55;
  --navy-2:#163b69;
  --navy-3:#214e80;
  --ink:#182536;
  --gold:#cda75c;
  --gold-light:#e7d3a0;
  --cream:#fbfaf7;
  --stone:#f3f1ec;
  --white:#ffffff;
  --muted:#667587;
  --line:rgba(11,43,85,.10);
  --shadow:0 22px 60px rgba(11,43,85,.12);
  --shadow-soft:0 12px 30px rgba(11,43,85,.08);
  --radius:26px;
  --radius-sm:16px;
  --max:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  line-height:1.65;
  background:
    radial-gradient(circle at 10% 0%,rgba(231,211,160,.24),transparent 24%),
    radial-gradient(circle at 100% 12%,rgba(26,63,109,.08),transparent 24%),
    linear-gradient(180deg,#fff 0%,#fbfaf7 46%,#f6f4ef 100%);
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
h1,h2,h3,h4{margin:0 0 1rem;color:var(--navy);line-height:1.08}
h1,h2,.serif{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.02em}
p{margin:0 0 1rem}
button,input,select,textarea{font:inherit}
.container{width:min(calc(100% - 2rem),var(--max));margin-inline:auto}
.section{padding:5.2rem 0}.section-tight{padding:3.3rem 0}
.eyebrow{display:inline-flex;align-items:center;gap:.7rem;color:var(--gold);font-weight:800;text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;margin-bottom:1rem}
.eyebrow::before{content:"";width:36px;height:1px;background:var(--gold)}
.lead{font-size:1.12rem;color:#46576b;max-width:66ch}.muted{color:var(--muted)}
.card{background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.9);box-shadow:var(--shadow-soft);border-radius:var(--radius)}
.btn-row{display:flex;flex-wrap:wrap;gap:.85rem}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:50px;padding:.95rem 1.3rem;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.18s ease;cursor:pointer}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--navy),var(--navy-3));color:#fff;box-shadow:0 15px 34px rgba(11,43,85,.18)}
.btn-secondary{background:linear-gradient(135deg,var(--gold),#dfc07f);color:#102845;box-shadow:0 12px 28px rgba(205,167,92,.25)}
.btn-ghost{background:#fff;color:var(--navy);border-color:var(--line)}
.skip-link{position:absolute;left:-999px;top:0}.skip-link:focus{left:1rem;top:1rem;z-index:100;background:#fff;padding:.8rem 1rem;border-radius:999px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(11,43,85,.06)}
.header-inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.brand{display:flex;align-items:center;gap:.9rem;min-width:220px}.brand img{width:210px;height:auto}.brand-mini{display:none;font-weight:900;color:var(--navy);letter-spacing:.08em}
.nav-toggle{display:none;width:48px;height:48px;border-radius:14px;border:1px solid var(--line);background:#fff}.nav-toggle span,.nav-toggle::before,.nav-toggle::after{content:"";display:block;width:20px;height:2px;background:var(--navy);margin:5px auto}
.main-nav ul{display:flex;align-items:center;gap:.25rem;list-style:none;padding:0;margin:0}.main-nav a{display:inline-flex;align-items:center;min-height:44px;padding:0 .9rem;border-radius:999px;color:var(--navy);font-weight:700}.main-nav a:hover,.main-nav a.active{background:#f3f6fa;color:var(--navy-3)}
.header-actions{display:flex;align-items:center;gap:.65rem}
.hero{padding:5rem 0 3rem;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:2.2rem;align-items:center}.hero h1{font-size:clamp(2.65rem,6vw,5.5rem);max-width:14ch}.hero .lead{font-size:1.18rem}.hero-proof{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.7rem 0 2rem}.proof-pill{display:flex;align-items:center;gap:.55rem;padding:.72rem 1rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--navy);font-weight:700}.proof-pill::before{content:"✓";width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#eef4fb;color:var(--navy)}
.hero-card{padding:1rem;position:relative;overflow:hidden}.hero-media{position:relative;min-height:520px;border-radius:calc(var(--radius) - 8px);overflow:hidden;background:var(--stone)}.hero-media img{width:100%;height:100%;min-height:520px;object-fit:cover}.hero-overlay{position:absolute;left:1rem;right:1rem;bottom:1rem;background:rgba(9,35,68,.94);color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:1.15rem}.hero-overlay strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:1.35rem;color:#fff}.hero-overlay span{color:#d7e2ef}.gold-line{height:2px;background:linear-gradient(90deg,var(--gold),transparent);margin:.85rem 0}
.stats-grid,.grid-2,.grid-3,.grid-4,.service-grid,.footer-grid,.contact-layout,.split-grid,.checker-grid{display:grid;gap:1.2rem}.stats-grid{grid-template-columns:repeat(4,1fr)}.grid-2,.split-grid{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.service-grid{grid-template-columns:repeat(3,1fr)}
.stat-card,.service-card,.feature-card,.about-card,.faq-card,.contact-card,.detail-card,.checker-card,.process-card,.cta-card{padding:1.55rem}.stat-card strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:2.2rem;color:var(--navy);margin-bottom:.2rem}.stat-card span{color:var(--muted)}
.icon-badge{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;font-size:1.35rem;background:linear-gradient(180deg,#f8f5ed,#eee4cd);color:var(--navy);border:1px solid rgba(205,167,92,.3);margin-bottom:1rem}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:2rem}.section-heading h2{font-size:clamp(2rem,4.4vw,3.4rem);max-width:18ch}.section-heading p{max-width:58ch}
.service-card{position:relative;overflow:hidden}.service-card::after{content:"";position:absolute;inset:auto -35px -55px auto;width:120px;height:120px;border-radius:50%;background:rgba(205,167,92,.09)}.service-card h3{font-size:1.35rem}.service-card p{color:var(--muted)}
.check-list,.service-list,.footer-links,.contact-list{list-style:none;margin:0;padding:0}.check-list li,.service-list li,.contact-list li,.footer-links li{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:.7rem}.check-list li::before,.service-list li::before{content:"✓";width:21px;height:21px;flex:0 0 21px;display:grid;place-items:center;border-radius:50%;background:#eef4fb;color:var(--navy);font-size:.78rem;margin-top:.1rem}
.navy-panel{background:linear-gradient(150deg,#0b2b55,#163b69);color:#fff}.navy-panel h2,.navy-panel h3,.navy-panel h4{color:#fff}.navy-panel .muted{color:#c8d4e3}.navy-panel .eyebrow{color:#d8b873}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.process-card{position:relative}.process-number{font-family:Georgia,"Times New Roman",serif;font-size:2.4rem;color:var(--gold);display:block;margin-bottom:.5rem}.process-card:not(:last-child)::after{content:"";position:absolute;top:50%;right:-.65rem;width:1.3rem;height:1px;background:rgba(11,43,85,.18)}
.page-hero{padding:4.1rem 0 2.2rem}.page-hero .card{padding:2.2rem;background:linear-gradient(145deg,#fff,#f6f3ed)}.page-hero h1{font-size:clamp(2.5rem,5vw,4.6rem);max-width:16ch}
.highlight-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.highlight{padding:1.15rem;border-radius:18px;background:#faf8f3;border:1px solid rgba(205,167,92,.22)}.highlight strong{display:block;color:var(--navy);margin-bottom:.25rem}
.checker-wrap{padding:1.7rem}.checker-grid{grid-template-columns:.95fr 1.05fr}.checker-options{display:grid;gap:.75rem}.check-option{display:flex;align-items:center;gap:.7rem;padding:.9rem 1rem;border:1px solid var(--line);background:#fff;border-radius:16px;cursor:pointer}.check-option input{accent-color:var(--navy);width:18px;height:18px}.checker-result{padding:1.25rem;border-radius:20px;background:#f6f3ed;border:1px solid rgba(205,167,92,.23);min-height:100%}.result-score{font-family:Georgia,"Times New Roman",serif;font-size:3rem;color:var(--navy);line-height:1}.result-status{font-weight:800;color:var(--gold);text-transform:uppercase;letter-spacing:.1em;font-size:.76rem}
.disclaimer{font-size:.88rem;color:var(--muted);margin-top:1rem}.badge{display:inline-flex;padding:.42rem .72rem;border-radius:999px;background:#f7f0e2;color:#8a6a2f;font-weight:800;font-size:.8rem}
.accordion-item{border-bottom:1px solid var(--line)}.accordion-item:last-child{border-bottom:0}.accordion-trigger{width:100%;border:0;background:none;text-align:left;padding:1.05rem 0;display:flex;justify-content:space-between;gap:1rem;font-weight:800;color:var(--navy);cursor:pointer}.accordion-trigger span:last-child{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#f5f5f2;flex:0 0 30px}.accordion-content{max-height:0;overflow:hidden;transition:max-height .22s ease}.accordion-content-inner{padding:0 0 1rem;color:var(--muted)}
.contact-layout{grid-template-columns:.9fr 1.1fr}.contact-stack{display:grid;gap:1rem}.contact-card small{display:block;color:var(--gold);text-transform:uppercase;letter-spacing:.12em;font-weight:800;margin-bottom:.45rem}.contact-card .big-link{font-size:1.15rem;font-weight:900;color:var(--navy)}
.form-card{padding:1.65rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.95rem}.field{display:grid;gap:.45rem}.field.full{grid-column:1/-1}label{font-weight:800;color:var(--navy)}input,textarea,select{width:100%;padding:.95rem 1rem;border-radius:16px;border:1px solid rgba(11,43,85,.12);background:#fff;color:var(--ink)}textarea{min-height:150px;resize:vertical}input::placeholder,textarea::placeholder{color:#8c9aaa}.form-note{font-size:.9rem;color:var(--muted)}
.map-frame{width:100%;min-height:300px;border:0;border-radius:20px}.quote-box{padding:1.15rem;border-radius:18px;background:#f7f4ed;border:1px solid rgba(205,167,92,.22)}
.footer{margin-top:2rem;background:#0b2b55;color:#d9e3ed}.footer-top{padding:3.4rem 0 1.5rem}.footer-grid{grid-template-columns:1.25fr .8fr .8fr .9fr}.footer h3{color:#fff}.footer .brand img{background:#fff;border-radius:12px;padding:.35rem}.footer a{color:inherit}.footer-bottom{padding:1.1rem 0 2rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;color:#bccbda;font-size:.92rem}
.empty-state{text-align:center;padding:5rem 1.5rem}.inline-link{text-decoration:underline;text-underline-offset:.15em;color:var(--navy-3)}
@media(max-width:1080px){.hero-grid,.grid-4,.stats-grid,.process-grid,.footer-grid,.service-grid,.highlight-strip,.checker-grid{grid-template-columns:1fr 1fr}.footer-grid>:first-child{grid-column:1/-1}.process-card::after{display:none}}
@media(max-width:880px){.nav-toggle{display:block}.desktop-only{display:none}.brand img{width:180px}.main-nav{position:fixed;top:92px;left:1rem;right:1rem;opacity:0;pointer-events:none;transform:translateY(-12px);transition:.18s ease}.main-nav.open{opacity:1;pointer-events:auto;transform:translateY(0)}.main-nav ul{display:grid;background:rgba(255,255,255,.98);border:1px solid var(--line);padding:.75rem;border-radius:22px;box-shadow:var(--shadow)}.main-nav a{width:100%}.hero-grid,.grid-2,.grid-3,.grid-4,.stats-grid,.process-grid,.footer-grid,.service-grid,.contact-layout,.split-grid,.highlight-strip,.checker-grid,.form-grid{grid-template-columns:1fr}.section-heading{flex-direction:column;align-items:start}.hero{padding-top:3.3rem}.hero-media,.hero-media img{min-height:420px}.checker-result{min-height:auto}}
@media(max-width:580px){.header-inner{min-height:78px}.brand img{width:150px}.header-actions .btn{padding:.8rem 1rem;min-height:46px}.hero h1{font-size:clamp(2.35rem,12vw,3.6rem)}.section{padding:4rem 0}.page-hero{padding:3rem 0 1.6rem}.page-hero .card{padding:1.5rem}.hero-media,.hero-media img{min-height:360px}.stats-grid{grid-template-columns:1fr 1fr}.stat-card{padding:1.2rem}.stat-card strong{font-size:1.7rem}}
