 :root{
  --navy:#073b63;
  --navy2:#0b5676;
  --teal:#08b9b4;
  --teal2:#35c9c5;
  --mint:#dff8f7;
  --pale:#eefbfb;
  --ink:#0b2e4a;
  --muted:#577184;
  --white:#ffffff;
  --shadow:0 18px 50px rgba(6,56,91,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.5;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.wrap{width:min(1160px,calc(100% - 40px));margin:auto}

.site-header{
  position:sticky;top:0;z-index:40;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(7,59,99,.08);
}
.nav{
  min-height:88px;
  display:flex;align-items:center;justify-content:space-between;gap:24px
}
.brand img{width:330px;max-height:72px;object-fit:contain;object-position:left center}
.nav-cta{
  background:var(--navy);color:#fff;
  padding:13px 20px;border-radius:999px;font-weight:800
}

.hero{
  padding:70px 0 62px;
  background:
    radial-gradient(circle at 100% 0%, rgba(8,185,180,.13), transparent 34%),
    linear-gradient(180deg,#fff 0%,#f8fdfd 100%);
}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:58px;align-items:center}
.eyebrow{
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.82rem;
  font-weight:900;
  color:var(--teal);
  margin-bottom:12px
}
h1,h2,h3{margin:0;color:var(--navy);line-height:1.02}
h1{font-size:clamp(3rem,6vw,5.8rem);letter-spacing:-.05em;max-width:700px}
h2{font-size:clamp(2rem,4vw,3.6rem);letter-spacing:-.04em}
h3{font-size:1.45rem;line-height:1.15}
.lead{font-size:1.22rem;color:var(--muted);max-width:650px;margin:24px 0}
.lead.small{font-size:1.1rem}
.trust-inline{display:flex;flex-wrap:wrap;gap:10px 20px;margin:26px 0;color:var(--navy);font-weight:800}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:15px 22px;border-radius:14px;font-weight:900;
  transition:.18s ease;min-height:54px
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--navy);color:#fff;box-shadow:0 10px 24px rgba(7,59,99,.18)}
.btn-secondary{border:2px solid var(--teal);color:var(--navy);background:#fff}
.micro{color:var(--muted);font-size:.95rem;margin-top:12px}

.hero-card{
  position:relative;border-radius:30px;overflow:hidden;
  box-shadow:var(--shadow);min-height:520px;background:#ddd
}
.hero-card img{width:100%;height:100%;min-height:520px;object-fit:cover}
.hero-badge{
  position:absolute;left:22px;bottom:22px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(7,59,99,.08);
  border-radius:18px;padding:14px 18px;box-shadow:0 10px 25px rgba(7,59,99,.12)
}
.hero-badge strong,.hero-badge span{display:block}
.hero-badge strong{color:var(--navy);font-size:1.05rem}
.hero-badge span{color:var(--muted);font-size:.9rem}

.section{padding:86px 0}
.section-head{text-align:center;max-width:760px;margin:0 auto 42px}
.section-head p{color:var(--muted);font-size:1.08rem}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.service-card{
  background:linear-gradient(180deg,var(--pale),#fff);
  border:1px solid rgba(8,185,180,.17);
  border-radius:24px;padding:30px;
  box-shadow:0 10px 28px rgba(7,59,99,.06)
}
.service-card .icon{
  width:62px;height:62px;border-radius:50%;
  background:linear-gradient(145deg,var(--teal),#04a6a1);
  color:#fff;display:grid;place-items:center;
  font-size:2rem;font-weight:900;margin-bottom:22px
}
.service-card p{color:var(--muted);margin-bottom:0}

.why{background:#f7fbfb}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.trust-list{display:grid;gap:16px}
.trust-item{
  display:flex;gap:16px;align-items:center;background:#fff;
  border-radius:18px;padding:18px 20px;border:1px solid rgba(7,59,99,.08)
}
.trust-icon{
  flex:0 0 48px;height:48px;border-radius:50%;
  background:var(--mint);color:var(--navy);
  display:grid;place-items:center;font-weight:950;font-size:1.3rem
}
.trust-item strong,.trust-item span{display:block}
.trust-item strong{font-size:1.08rem;color:var(--navy)}
.trust-item span{color:var(--muted);font-size:.92rem;margin-top:3px}

.area-box{
  background:linear-gradient(135deg,#e9fbfa,#f9ffff);
  border:1px solid rgba(8,185,180,.18);
  border-radius:28px;padding:42px;
  display:flex;align-items:center;justify-content:space-between;gap:30px
}
.area-box p{color:var(--muted);max-width:760px}
.btn.light{background:#fff}

.cta{padding-top:26px}
.cta-box{
  background:linear-gradient(120deg,var(--navy),var(--navy2));
  color:#fff;border-radius:32px;padding:54px;
  display:flex;align-items:center;justify-content:space-between;gap:36px;
  box-shadow:0 22px 55px rgba(7,59,99,.2)
}
.cta-box h2,.cta-box p{color:#fff}
.cta-box p{margin-bottom:0;font-size:1.08rem;opacity:.9}
.eyebrow.pale{color:#89eeea}
.cta-actions{display:flex;flex-direction:column;align-items:flex-end;gap:14px}
.phone-big{font-size:clamp(2rem,4.6vw,4.6rem);font-weight:950;letter-spacing:-.045em;line-height:1}
.btn-mint{background:var(--teal);color:#fff}

footer{padding:55px 0 90px}
.footer-inner{text-align:center;color:var(--muted)}
.footer-inner img{width:min(360px,80%);margin:0 auto 20px}
.copyright{font-size:.9rem}

.mobile-call{display:none}

@media (max-width:900px){
  .hero-grid,.why-grid{grid-template-columns:1fr}
  .hero{padding-top:44px}
  .hero-card{min-height:380px}
  .hero-card img{min-height:380px}
  .cards{grid-template-columns:1fr}
  .area-box,.cta-box{flex-direction:column;align-items:flex-start}
  .cta-actions{align-items:flex-start;width:100%}
  .phone-big{font-size:clamp(2.2rem,10vw,4rem)}
}
@media (max-width:640px){
  .wrap{width:min(100% - 28px,1160px)}
  .nav{min-height:74px}
  .brand img{width:235px}
  .nav-cta{display:none}
  .hero{padding:38px 0 44px}
  h1{font-size:clamp(2.7rem,13vw,4.4rem)}
  .lead{font-size:1.08rem}
  .hero-actions{display:grid}
  .btn{width:100%}
  .hero-card,.hero-card img{min-height:330px}
  .section{padding:64px 0}
  .area-box,.cta-box{padding:30px 24px;border-radius:24px}
  .phone-big{font-size:2.5rem}
  footer{padding-bottom:110px}
  .mobile-call{
    display:flex;position:fixed;left:14px;right:14px;bottom:14px;z-index:50;
    background:var(--navy);color:#fff;border-radius:14px;
    min-height:54px;align-items:center;justify-content:center;
    font-weight:900;box-shadow:0 12px 30px rgba(7,59,99,.28)
  }
}


/* Live pricing */
.pricing{
  background:
    radial-gradient(circle at 90% 10%, rgba(8,185,180,.10), transparent 30%),
    #fff;
}
.price-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.price-card{
  text-align:center;
  border-radius:26px;
  padding:30px 26px 26px;
  background:linear-gradient(180deg,#effcfc,#ffffff);
  border:1px solid rgba(8,185,180,.18);
  box-shadow:0 12px 30px rgba(7,59,99,.07);
}
.price-card.featured{
  background:linear-gradient(180deg,#e6fbfa,#ffffff);
  transform:translateY(-4px);
}
.price-icon{
  width:64px;height:64px;border-radius:50%;
  margin:0 auto 18px;
  display:grid;place-items:center;
  background:linear-gradient(145deg,var(--teal),#059f9b);
  color:#fff;font-size:2rem;font-weight:900;
}
.price-card h3{margin-bottom:14px}
.price-value{
  color:var(--teal);
  font-size:clamp(2.6rem,5vw,4.5rem);
  font-weight:950;
  letter-spacing:-.05em;
  line-height:1;
  margin:12px 0 14px;
}
.price-value span{
  font-size:.42em;
  color:var(--navy);
  letter-spacing:-.02em;
}
.price-value small{
  display:block;
  font-size:.28em;
  color:var(--navy);
  letter-spacing:.02em;
  margin-bottom:4px;
}
.price-card p{color:var(--muted);margin:0}
.price-note{
  margin-top:24px;
  background:var(--navy);
  color:#fff;
  border-radius:18px;
  padding:16px 20px;
  display:flex;
  justify-content:center;
  gap:18px 34px;
  flex-wrap:wrap;
}
.price-note strong,.price-note span{font-size:.98rem}
@media (max-width:900px){
  .price-grid{grid-template-columns:1fr}
  .price-card.featured{transform:none}
}


/* Legal pages */
.footer-legal{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin:16px 0 8px;
  font-size:.94rem;
}
.footer-legal a{
  color:var(--navy);
  font-weight:750;
  text-decoration:underline;
  text-underline-offset:3px;
}
.legal-page{
  background:linear-gradient(180deg,#f8fdfd 0%,#fff 35%);
  min-height:70vh;
  padding:58px 0 80px;
}
.legal-shell{
  max-width:850px;
  margin:0 auto;
  background:#fff;
  border:1px solid rgba(7,59,99,.08);
  border-radius:24px;
  box-shadow:0 14px 38px rgba(7,59,99,.07);
  padding:42px;
}
.legal-shell h1{
  font-size:clamp(2.3rem,5vw,4rem);
  margin-bottom:10px;
}
.legal-updated{
  color:var(--muted);
  margin:0 0 32px;
}
.legal-shell h2{
  font-size:1.45rem;
  margin:30px 0 10px;
  letter-spacing:-.02em;
}
.legal-shell p,
.legal-shell li{
  color:#425f72;
  line-height:1.7;
}
.legal-shell ul{
  padding-left:22px;
}
.legal-back{
  display:inline-flex;
  margin-top:34px;
  color:var(--navy);
  font-weight:800;
}
@media (max-width:640px){
  .legal-page{padding:28px 0 60px}
  .legal-shell{padding:26px 20px;border-radius:18px}
}
