
:root{
  --ink:#10242b;
  --ink-soft:#2e4850;
  --muted:#63777d;
  --line:#dfe9e7;
  --paper:#ffffff;
  --off:#f7faf9;
  --sand:#f5efe4;
  --sand-2:#fbf7ef;
  --blue:#0c3b4a;
  --blue-2:#153f4e;
  --aqua:#0c8f8a;
  --aqua-soft:#e7f5f3;
  --gold:#c6a160;
  --danger:#9b4d40;
  --shadow:0 22px 70px rgba(16,36,43,.10);
  --shadow-sm:0 10px 28px rgba(16,36,43,.08);
  --radius:22px;
  --radius-sm:14px;
  --max:1120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:#fff;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  line-height:1.56;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  padding-bottom:74px;
}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:none}
img,svg{max-width:100%}
.container{width:min(var(--max),calc(100% - 32px));margin-inline:auto}
.skip{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip:focus{left:16px;top:16px;width:auto;height:auto;z-index:9999;background:#fff;padding:10px 14px;border:1px solid var(--line);border-radius:10px}

.top-strip{
  background:var(--blue);
  color:#fff;
  font-size:13px;
}
.top-strip .container{
  min-height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-align:center;
  flex-wrap:wrap;
}
.top-strip a{font-weight:800;text-decoration:underline;text-underline-offset:3px}

.header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(223,233,231,.88);
}
.nav{
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.brand-mark{
  width:42px;
  height:42px;
  border-radius:50%;
  background:linear-gradient(145deg,var(--blue),#0c6d73);
  display:grid;
  place-items:center;
  color:#fff;
  font-weight:900;
  letter-spacing:-.04em;
  box-shadow:0 12px 30px rgba(12,59,74,.16);
}
.brand-copy{display:flex;flex-direction:column;line-height:1.06;min-width:0}
.brand-name{
  color:var(--blue);
  font-weight:850;
  letter-spacing:-.02em;
  font-size:17px;
}
.brand-line{
  color:var(--muted);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.10em;
  font-weight:750;
}
.desktop-nav{
  display:none;
  align-items:center;
  gap:22px;
  font-size:14px;
  font-weight:760;
  color:var(--ink-soft);
}
.desktop-nav a:hover{color:var(--aqua)}
.header-actions{display:none;gap:10px;align-items:center}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  min-height:46px;
  padding:12px 18px;
  border:1px solid transparent;
  font-weight:820;
  line-height:1;
  cursor:pointer;
  transition:transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  color:#fff;
  background:var(--blue);
  box-shadow:0 14px 32px rgba(12,59,74,.18);
}
.btn-primary:hover{background:#092f3b}
.btn-secondary{
  color:var(--blue);
  background:#fff;
  border-color:var(--line);
}
.btn-secondary:hover{border-color:#b7d4d0;color:var(--aqua)}
.btn-soft{
  color:var(--blue);
  background:var(--aqua-soft);
  border-color:transparent;
}

.menu-toggle{
  width:44px;
  height:44px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:var(--blue);
  display:grid;
  place-items:center;
}
.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after{
  display:block;
  width:18px;
  height:2px;
  background:currentColor;
  border-radius:99px;
  content:"";
}
.menu-toggle span:before{transform:translateY(-6px)}
.menu-toggle span:after{transform:translateY(4px)}

.mobile-panel{
  display:none;
  position:absolute;
  left:16px;
  right:16px;
  top:82px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  box-shadow:var(--shadow);
  padding:8px;
}
.mobile-panel.open{display:block}
.mobile-panel a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 14px;
  border-radius:14px;
  color:var(--ink);
  font-weight:780;
}
.mobile-panel a:hover{background:var(--off)}
.mobile-panel .mobile-call{
  background:var(--blue);
  color:#fff;
  margin-top:6px;
  justify-content:center;
}

h1,h2,h3{
  margin:0;
  color:var(--blue);
  letter-spacing:-.045em;
}
h1,h2{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:600;
}
h1{
  font-size:clamp(43px,10vw,78px);
  line-height:.98;
}
h2{
  font-size:clamp(31px,7vw,52px);
  line-height:1.04;
}
h3{
  font-size:20px;
  line-height:1.18;
  font-weight:820;
}
p{margin:0 0 14px}
.lead{
  color:var(--ink-soft);
  font-size:clamp(18px,4.4vw,22px);
  line-height:1.5;
  max-width:740px;
}
.muted{color:var(--muted)}
.kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:var(--aqua);
  font-size:12px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.12em;
  margin-bottom:16px;
}
.kicker:before{
  content:"";
  width:26px;
  height:1px;
  background:var(--gold);
}
.hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 88% 7%,rgba(12,143,138,.13),transparent 34%),
    linear-gradient(180deg,var(--sand-2),#fff 70%);
  padding:54px 0 34px;
}
.hero:after{
  content:"";
  position:absolute;
  right:-90px;
  bottom:-130px;
  width:360px;
  height:360px;
  border-radius:50%;
  border:1px solid rgba(198,161,96,.22);
  pointer-events:none;
}
.hero-grid{
  position:relative;
  display:grid;
  gap:34px;
  z-index:1;
}
.hero-copy h1{margin-bottom:18px}
.hero-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:24px;
}
.trust-row{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin-top:26px;
}
.trust-item{
  background:rgba(255,255,255,.72);
  border:1px solid rgba(223,233,231,.9);
  border-radius:16px;
  padding:13px 14px;
  box-shadow:var(--shadow-sm);
}
.trust-item strong{display:block;color:var(--blue);font-weight:860}
.trust-item span{display:block;color:var(--muted);font-size:13px}

.hero-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.hero-card-head{
  padding:22px;
  background:linear-gradient(135deg,var(--blue),#0f6268);
  color:#fff;
}
.hero-card-head h3{color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;letter-spacing:-.03em}
.hero-card-head p{color:#d9f1ef;margin:8px 0 0}
.hero-card-body{padding:22px}
.care-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}
.care-list li{
  display:flex;
  gap:12px;
  color:var(--ink-soft);
}
.check{
  flex:0 0 22px;
  height:22px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--aqua-soft);
  color:var(--aqua);
  font-weight:900;
  font-size:13px;
}
.small-note{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid var(--line);
  color:var(--muted);
  font-size:13px;
}

.section{padding:58px 0}
.section.soft{background:var(--off)}
.section.sand{background:var(--sand-2)}
.section-header{
  max-width:760px;
  margin-bottom:26px;
}
.section-header.center{
  text-align:center;
  margin-inline:auto;
}
.grid-2,.grid-3,.grid-4{display:grid;gap:16px}
.card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:22px;
  box-shadow:0 1px 0 rgba(16,36,43,.02);
}
.card:hover{box-shadow:var(--shadow-sm)}
.card p:last-child{margin-bottom:0}
.card-topline{
  width:34px;
  height:2px;
  background:var(--gold);
  margin-bottom:18px;
}
.icon-card{
  min-height:100%;
}
.split{
  display:grid;
  gap:26px;
}
.panel{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:24px;
  box-shadow:var(--shadow-sm);
}
.stats{
  display:grid;
  gap:12px;
}
.stat{
  border-left:3px solid var(--gold);
  padding-left:14px;
}
.stat strong{display:block;font-size:22px;color:var(--blue)}
.stat span{color:var(--muted);font-size:14px}

.steps{display:grid;gap:14px}
.step{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:14px;
  align-items:start;
  padding:18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
}
.step-num{
  width:34px;
  height:34px;
  border-radius:50%;
  background:var(--blue);
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:900;
}
.page-hero{
  background:linear-gradient(180deg,var(--sand-2),#fff);
  padding:48px 0 34px;
}
.breadcrumbs{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  align-items:center;
  color:var(--muted);
  font-size:13px;
  font-weight:700;
  margin-bottom:18px;
}
.breadcrumbs a{color:var(--aqua)}
.content{max-width:860px}
.pill-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.pill{
  display:inline-flex;
  align-items:center;
  border:1px solid var(--line);
  border-radius:999px;
  padding:8px 11px;
  font-size:13px;
  font-weight:780;
  color:var(--ink-soft);
  background:#fff;
}
.form-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:22px;
  box-shadow:var(--shadow-sm);
}
.form-grid{display:grid;gap:14px}
label{
  display:grid;
  gap:6px;
  color:var(--blue);
  font-weight:800;
  font-size:14px;
}
input,textarea,select{
  width:100%;
  min-height:48px;
  border:1px solid var(--line);
  border-radius:14px;
  padding:13px 14px;
  background:#fff;
  color:var(--ink);
  font:inherit;
  outline:none;
}
input:focus,textarea:focus,select:focus{
  border-color:#9bcfca;
  box-shadow:0 0 0 4px rgba(12,143,138,.11);
}
textarea{min-height:128px;resize:vertical}
.form-note{
  color:var(--muted);
  font-size:13px;
}
.faq-list{display:grid;gap:12px}
details{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:0;
  overflow:hidden;
}
summary{
  list-style:none;
  cursor:pointer;
  padding:18px;
  color:var(--blue);
  font-weight:850;
}
summary::-webkit-details-marker{display:none}
details p{
  padding:0 18px 18px;
  color:var(--muted);
}
.footer{
  background:var(--blue);
  color:#fff;
  padding:44px 0 26px;
}
.footer-grid{display:grid;gap:24px}
.footer-brand{font-size:23px;font-weight:850;letter-spacing:-.03em;margin-bottom:10px}
.footer p{color:#d4e6e3}
.footer h4{
  margin:0 0 12px;
  color:#eaf5f3;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.footer-links{display:grid;gap:8px}
.footer-links a{color:#eaf5f3;font-weight:720}
.footer-bottom{
  margin-top:30px;
  border-top:1px solid rgba(255,255,255,.16);
  padding-top:18px;
  display:flex;
  gap:14px;
  justify-content:space-between;
  flex-wrap:wrap;
  color:#c6dbd8;
  font-size:13px;
}
.footer-bottom a{color:#fff;text-decoration:underline;text-underline-offset:3px;font-weight:850}
.mobile-cta{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:70;
  padding:10px 12px;
  background:rgba(255,255,255,.97);
  border-top:1px solid var(--line);
  box-shadow:0 -10px 30px rgba(16,36,43,.08);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.mobile-cta .btn{min-height:44px;padding:10px 12px;font-size:14px}

@media (min-width:720px){
  body{padding-bottom:0}
  .trust-row{grid-template-columns:repeat(3,1fr)}
  .grid-2{grid-template-columns:repeat(2,1fr)}
  .grid-3{grid-template-columns:repeat(3,1fr)}
  .grid-4{grid-template-columns:repeat(2,1fr)}
  .form-grid{grid-template-columns:repeat(2,1fr)}
  .form-grid .full{grid-column:1/-1}
  .footer-grid{grid-template-columns:1.25fr .75fr .75fr 1fr}
  .mobile-cta{display:none}
}
@media (min-width:1020px){
  .desktop-nav,.header-actions{display:flex}
  .menu-toggle{display:none}
  .mobile-panel{display:none!important}
  .hero{padding:84px 0 66px}
  .hero-grid{grid-template-columns:1.08fr .92fr;align-items:center}
  .grid-4{grid-template-columns:repeat(4,1fr)}
  .split{grid-template-columns:1fr 1fr;align-items:start}
}
@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition:none!important}
}



/* v2 clean navigation + cache-busted stylesheet */
body{background:#fff;}
.top-strip{display:none!important}

.site-header-v2{
  position:sticky;
  top:0;
  z-index:80;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(223,233,231,.92);
}
.header-v2-inner{
  min-height:74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.brand-v2{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:210px;
}
.brand-v2-mark{
  width:42px;
  height:42px;
  border-radius:999px;
  background:linear-gradient(145deg,#0c3b4a,#0c8f8a);
  color:#fff;
  display:grid;
  place-items:center;
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px;
  font-weight:700;
  box-shadow:0 10px 28px rgba(12,59,74,.14);
}
.brand-v2-text{
  display:flex;
  flex-direction:column;
  line-height:1.04;
}
.brand-v2-name{
  font-weight:850;
  letter-spacing:-.025em;
  color:#0c3b4a;
  font-size:17px;
  white-space:nowrap;
}
.brand-v2-sub{
  color:#63777d;
  font-size:11px;
  font-weight:780;
  text-transform:uppercase;
  letter-spacing:.11em;
  white-space:nowrap;
}
.desktop-nav-v2{
  display:none;
  align-items:center;
  justify-content:center;
  gap:24px;
  color:#2e4850;
  font-size:14px;
  font-weight:740;
  flex:1;
}
.desktop-nav-v2 a{
  color:#2e4850;
  text-decoration:none;
  white-space:nowrap;
}
.desktop-nav-v2 a:hover{color:#0c8f8a}
.header-v2-actions{
  display:none;
  align-items:center;
  gap:10px;
  white-space:nowrap;
}
.header-v2-phone{
  color:#0c3b4a;
  font-weight:820;
  font-size:14px;
}
.header-v2-actions .btn{
  min-height:42px;
  padding:10px 16px;
  box-shadow:none;
}
.menu-v2-btn{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:1px solid #dfe9e7;
  border-radius:999px;
  background:#fff;
  color:#0c3b4a;
}
.menu-v2-btn span,
.menu-v2-btn span:before,
.menu-v2-btn span:after{
  content:"";
  display:block;
  width:18px;
  height:2px;
  border-radius:99px;
  background:currentColor;
}
.menu-v2-btn span:before{transform:translateY(-6px)}
.menu-v2-btn span:after{transform:translateY(4px)}
.mobile-nav-v2[hidden]{display:none!important}
.mobile-nav-v2{
  position:absolute;
  left:16px;
  right:16px;
  top:82px;
  background:#fff;
  border:1px solid #dfe9e7;
  border-radius:22px;
  box-shadow:0 24px 70px rgba(16,36,43,.16);
  padding:10px;
}
.mobile-nav-v2 a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:48px;
  padding:13px 14px;
  color:#10242b;
  font-weight:780;
  border-radius:14px;
  text-decoration:none;
}
.mobile-nav-v2 a:hover{background:#f7faf9}
.mobile-nav-v2 .mobile-nav-v2-primary{
  margin-top:6px;
  background:#0c3b4a;
  color:#fff;
  justify-content:center;
}
.mobile-nav-v2 .mobile-nav-v2-phone{
  justify-content:center;
  color:#0c3b4a;
  background:#e7f5f3;
  margin-top:6px;
}

/* Hide all legacy nav/menu if any old markup remains */
.header,.top-strip,.mobile-panel,.desktop-nav,.header-actions,.menu-toggle{display:none!important}

/* Premium polish */
.hero{padding-top:62px;background:linear-gradient(180deg,#fbf7ef 0%,#fff 72%);}
.kicker{letter-spacing:.14em}
.card{box-shadow:none}
.card:hover{box-shadow:0 12px 36px rgba(16,36,43,.07)}
.btn-primary{background:#0c3b4a}
.btn-primary:hover{background:#092f3b}
.btn-secondary:hover{border-color:#a8d7d3}
.footer{background:#0c3b4a}

@media (max-width:430px){
  .brand-v2{min-width:0}
  .brand-v2-name{font-size:16px}
  .brand-v2-sub{display:none}
  .hero{padding-top:44px}
  h1{font-size:42px}
}
@media (min-width:980px){
  .desktop-nav-v2{display:flex}
  .header-v2-actions{display:flex}
  .menu-v2-btn{display:none}
  .mobile-nav-v2{display:none!important}
}
