/* ============================================================
   SWIFT BUILD SOLUTIONS — Home
   Type: Saira Condensed (display) + Saira (body)
   ============================================================ */

:root {
  /* Brand */
  --navy:  #0F3D57;
  --navy-900: #0A2D41;
  --navy-950: #07212F;
  --teal:  #1A5F7A;
  --sky:   #5BBAD5;
  --gold:  #E8A020;
  --gold-600: #D2901A;
  --white: #FFFFFF;
  --wa:    #25D366;

  /* Neutrals */
  --ink:   #15252F;
  --muted: #5C6B73;
  --line:  #E2E8EB;
  --paper: #FFFFFF;
  --mist:  #F4F7F8;

  /* Accent (tweakable) */
  --accent: var(--gold);
  --accent-ink: #1c1407;

  /* Geometry (tweakable: sharp by default) */
  --r: 2px;
  --r-lg: 4px;

  /* Layout */
  --maxw: 1240px;
  --gutter: clamp(20px, 5vw, 64px);
  --nav-h: 76px;

  --shadow-sm: 0 1px 2px rgba(10,45,65,.06), 0 2px 8px rgba(10,45,65,.05);
  --shadow-md: 0 8px 30px rgba(10,45,65,.10);
  --shadow-lg: 0 30px 70px rgba(7,33,47,.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--nav-h); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: "Saira", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.62;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: "Saira Condensed", "Saira", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.005em;
  margin: 0;
  text-wrap: balance;
}

/* ---------- Reusable bits ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(64px, 8vw, 120px); }

.eyebrow {
  font-family: "Saira", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 13px;
  color: var(--gold-600);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 2px;
  background: var(--accent);
  display: inline-block;
}
.eyebrow.on-dark { color: var(--gold); }

.section-head { max-width: 760px; margin-bottom: clamp(36px, 5vw, 60px); }
.section-head h2 {
  font-size: clamp(34px, 6vw, 64px);
  margin-top: 18px;
  color: var(--navy);
}
.section-head p { font-size: clamp(17px, 2vw, 20px); color: var(--muted); margin: 18px 0 0; max-width: 60ch; }
.on-dark .section-head h2, .dark .section-head h2 { color: #fff; }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--accent);
  --btn-fg: var(--accent-ink);
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px;
  font-family: "Saira", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 16px 26px;
  border-radius: var(--r);
  border: 2px solid transparent;
  cursor: pointer;
  background: var(--btn-bg);
  color: var(--btn-fg);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(232,160,32,.32); }
.btn:active { transform: translateY(0); }
.btn .ic { width: 18px; height: 18px; }

.btn--gold { --btn-bg: var(--accent); --btn-fg: var(--accent-ink); }
.btn--outline {
  background: transparent; color: var(--navy);
  border-color: rgba(15,61,87,.35);
}
.btn--outline:hover { background: var(--navy); color: #fff; border-color: var(--navy); box-shadow: var(--shadow-md); }
.btn--outline-light {
  background: transparent; color: #fff; border-color: rgba(255,255,255,.5);
}
.btn--outline-light:hover { background: #fff; color: var(--navy); border-color: #fff; box-shadow: var(--shadow-md); }
.btn--wa { --btn-bg: var(--wa); --btn-fg: #053d1c; }
.btn--wa:hover { box-shadow: 0 10px 26px rgba(37,211,102,.4); }
.btn--lg { padding: 19px 32px; font-size: 17px; }
.btn--block { width: 100%; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  height: var(--nav-h);
  display: flex; align-items: center;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(14px) saturate(1.3);
  border-bottom: 1px solid transparent;
  transition: box-shadow .25s ease, border-color .25s ease, background .25s ease;
}
.nav.scrolled { box-shadow: var(--shadow-sm); border-bottom-color: var(--line); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 24px; }
.nav__logo img { height: 42px; width: auto; }
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a {
  font-weight: 600; font-size: 15.5px; color: var(--navy);
  letter-spacing: .01em; position: relative; padding: 6px 0;
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
  background: var(--accent); transition: width .22s ease;
}
.nav__links a:hover::after { width: 100%; }
.nav__right { display: flex; align-items: center; gap: 18px; }
.nav__phone { font-weight: 700; color: var(--navy); font-size: 15.5px; display: inline-flex; align-items: center; gap: 8px; }
.nav__phone .ic { width: 17px; height: 17px; color: var(--teal); }
.nav__burger {
  display: none; width: 46px; height: 46px; border: 1px solid var(--line);
  background: #fff; border-radius: var(--r); cursor: pointer;
  align-items: center; justify-content: center; flex-direction: column; gap: 5px;
}
.nav__burger span { width: 22px; height: 2px; background: var(--navy); transition: .25s; }
.nav.open .nav__burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.open .nav__burger span:nth-child(2) { opacity: 0; }
.nav.open .nav__burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* mobile drawer */
.mobile-menu {
  position: fixed; inset: var(--nav-h) 0 auto 0; z-index: 55;
  background: #fff; border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  transform: translateY(-120%); transition: transform .3s cubic-bezier(.4,0,.2,1);
  padding: 14px var(--gutter) 26px;
}
.mobile-menu.open { transform: translateY(0); }
.mobile-menu a { display: block; padding: 15px 0; font-family:"Saira Condensed",sans-serif; text-transform:uppercase; font-weight: 700; font-size: 22px; color: var(--navy); border-bottom: 1px solid var(--line); }
.mobile-menu .btn { margin-top: 18px; }

@media (max-width: 980px) {
  .nav__links, .nav__phone { display: none; }
  .nav__burger { display: flex; }
}
@media (max-width: 560px){
  .nav__right .btn--quote-nav { display: none; }
}

/* ============================================================
   HERO (shared)
   ============================================================ */
.hero { position: relative; }
.hero[hidden] { display: none !important; }
.hero__eyebrow { margin-bottom: 22px; }
.hero h1 {
  font-size: clamp(44px, 8.2vw, 104px);
  letter-spacing: -0.015em;
}
.hero__sub {
  font-size: clamp(17px, 2.1vw, 22px);
  line-height: 1.5; color: var(--muted); max-width: 46ch;
  margin: 26px 0 0;
}
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.hero h1 .hl { color: var(--accent); }

/* gold underline flourish */
.uline { position: relative; white-space: nowrap; }
.uline::after {
  content:""; position:absolute; left:0; right:0; bottom: 0.04em; height: 0.14em;
  background: var(--accent); opacity:.95; border-radius: 2px;
}

/* --- A: Photo hero (navy panel + blended photo) --- */
.hero--photo { position: relative; min-height: min(94vh, 900px); display: flex; align-items: center; color: #fff; padding-top: calc(var(--nav-h) + 30px); background: var(--navy); }
.hero--photo .hero__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: var(--navy) url('assets/hero-home.jpg') center/cover no-repeat; }
.hero--photo image-slot { width: 100%; height: 100%; background: var(--navy-900); }
.hero--photo .hero__scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, var(--navy) 0%, var(--navy) 29%, rgba(15,61,87,.86) 44%, rgba(15,61,87,.42) 62%, rgba(15,61,87,.08) 80%, rgba(15,61,87,0) 100%),
    linear-gradient(0deg, rgba(7,33,47,.45) 0%, rgba(7,33,47,0) 36%);
}
.hero--photo .wrap { position: relative; z-index: 2; width: 100%; pointer-events: none; }
.hero--photo .wrap a, .hero--photo .wrap button { pointer-events: auto; }
.hero--photo .hero__inner { max-width: 660px; }
.hero--photo h1 { font-size: clamp(40px, 6.6vw, 84px); }
.hero__rule { width: 84px; height: 5px; background: var(--accent); border-radius: 2px; margin: 30px 0 2px; }
@media (max-width: 760px){
  .hero--photo { align-items: flex-end; padding-bottom: clamp(42px, 9vw, 70px); min-height: min(92vh, 760px); }
  .hero--photo .hero__scrim {
    background:
      linear-gradient(0deg, var(--navy) 0%, var(--navy) 24%, rgba(15,61,87,.88) 44%, rgba(15,61,87,.32) 67%, rgba(15,61,87,0) 92%),
      linear-gradient(90deg, rgba(7,33,47,.30), rgba(7,33,47,0) 60%);
  }
  .hero--photo .hero__inner { max-width: 100%; }
}
.hero--photo .hero__sub { color: rgba(255,255,255,.82); }
.hero--photo .hero__eyebrow { color: var(--gold); }

/* --- B: Editorial split --- */
.hero--split { display: grid; grid-template-columns: 1.02fr 0.98fr; min-height: min(94vh, 900px); }
.hero--split .hero__panel {
  background: var(--navy);
  color: #fff; display: flex; flex-direction: column; justify-content: center;
  padding: calc(var(--nav-h) + 56px) clamp(28px,5vw,80px) 56px;
  position: relative; overflow: hidden;
}
.hero--split .hero__panel::before {
  content:""; position:absolute; inset:0; opacity:.5;
  background-image: linear-gradient(rgba(91,186,213,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(91,186,213,.07) 1px, transparent 1px);
  background-size: 46px 46px; pointer-events:none;
}
.hero--split .hero__panel > * { position: relative; }
.hero--split .hero__sub { color: rgba(255,255,255,.8); }
.hero--split .hero__media { position: relative; background: var(--navy-950); }
.hero--split .hero__media image-slot { width: 100%; height: 100%; background: var(--navy-900); }
.hero--split .hero__badge {
  position: absolute; left: 0; bottom: 40px; z-index: 3;
  background: var(--accent); color: var(--accent-ink);
  padding: 16px 26px 16px clamp(28px,5vw,80px); transform: translateX(-1px);
  font-family:"Saira Condensed",sans-serif; text-transform:uppercase;
}
.hero--split .hero__badge b { font-size: 30px; font-weight: 800; display:block; line-height: .9; }
.hero--split .hero__badge span { font-size: 13px; font-weight:600; letter-spacing:.12em; }

/* --- C: Type-forward (blueprint) --- */
.hero--type {
  background: var(--navy); color: #fff; position: relative; overflow: hidden;
  padding-top: calc(var(--nav-h) + 64px); padding-bottom: clamp(40px,6vw,80px);
  min-height: min(92vh, 860px); display:flex; flex-direction: column; justify-content: center;
}
.hero--type::before {
  content:""; position:absolute; inset:0; opacity:.6;
  background-image: linear-gradient(rgba(91,186,213,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(91,186,213,.08) 1px, transparent 1px);
  background-size: 58px 58px;
  -webkit-mask-image: radial-gradient(120% 100% at 70% 30%, #000 30%, transparent 78%);
          mask-image: radial-gradient(120% 100% at 70% 30%, #000 30%, transparent 78%);
}
.hero--type::after {
  content:""; position:absolute; right: -8%; top: -10%; width: 46%; height: 120%;
  background: radial-gradient(closest-side, rgba(26,95,122,.55), transparent 70%);
  pointer-events:none;
}
.hero--type .wrap { position: relative; }
.hero--type h1 { font-size: clamp(48px, 10vw, 132px); }
.hero--type .hero__sub { color: rgba(255,255,255,.78); }
.hero--type .hero__eyebrow { color: var(--gold); }
.hero--type .hero__strip {
  margin-top: clamp(40px, 5vw, 64px); display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.hero--type .hero__strip image-slot { width: 100%; height: clamp(120px, 16vw, 200px); background: rgba(255,255,255,.05); }

@media (max-width: 860px){
  .hero--split { grid-template-columns: 1fr; }
  .hero--split .hero__media { min-height: 360px; order: 2; }
  .hero--split .hero__badge { display:none; }
  .hero--type .hero__strip { grid-template-columns: 1fr 1fr; }
  .hero--type .hero__strip image-slot:last-child { display:none; }
}

/* ============================================================
   TRUST BAR
   ============================================================ */
.trust { background: var(--navy-900); color: #fff; border-top: 3px solid var(--accent); }
.trust .wrap { display: flex; flex-wrap: wrap; gap: 14px 38px; align-items: center; justify-content: space-between; padding-block: 22px; }
.trust__item { display: inline-flex; align-items: center; gap: 11px; font-weight: 600; font-size: 15.5px; letter-spacing: .01em; }
.trust__item .ic { width: 20px; height: 20px; color: var(--sky); flex: none; }

/* ============================================================
   WHAT WE BUILD
   ============================================================ */
.build-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bcard {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 34px 30px 30px; display: flex; flex-direction: column;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  position: relative; overflow: hidden;
}
.bcard::after {
  content:""; position:absolute; left:0; top:0; height:100%; width: 4px; background: var(--teal);
  transform: scaleY(0); transform-origin: top; transition: transform .25s ease;
}
.bcard:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); border-color: var(--teal); }
.bcard:hover::after { transform: scaleY(1); }
.bcard__ic {
  width: 58px; height: 58px; border-radius: var(--r); flex: none;
  display: grid; place-items: center; background: rgba(26,95,122,.09); color: var(--teal);
  margin-bottom: 22px;
}
.bcard__ic .ic { width: 30px; height: 30px; }
.bcard h3 { font-size: 30px; color: var(--navy); }
.bcard p { color: var(--muted); font-size: 16.5px; margin: 10px 0 0; flex: 1; }
.bcard__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.bcard__price small { display:block; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.bcard__price b { font-family:"Saira Condensed",sans-serif; font-size: 26px; color: var(--navy); font-weight: 800; }
.bcard__arrow { width: 40px; height: 40px; border-radius: var(--r); border: 1px solid var(--line); display: grid; place-items: center; color: var(--teal); transition: .2s; }
.bcard:hover .bcard__arrow { background: var(--teal); color: #fff; border-color: var(--teal); }

/* ============================================================
   WHY (dark, 2x2 stats)
   ============================================================ */
.why { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.why::before {
  content:""; position:absolute; inset:0; opacity:.5;
  background-image: linear-gradient(rgba(91,186,213,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(91,186,213,.06) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: radial-gradient(140% 120% at 80% 0%, #000, transparent 75%);
          mask-image: radial-gradient(140% 120% at 80% 0%, #000, transparent 75%);
}
.why .wrap { position: relative; }
.why__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-lg); overflow: hidden; }
.stat { background: var(--navy); padding: clamp(30px,4vw,46px); transition: background .25s ease; }
.stat:hover { background: var(--navy-900); }
.stat__n { font-family:"Saira Condensed",sans-serif; font-weight: 800; font-size: clamp(54px, 8vw, 84px); color: var(--gold); line-height: .9; letter-spacing: -0.02em; }
.stat h3 { font-size: 25px; color: #fff; margin: 16px 0 8px; }
.stat p { color: rgba(255,255,255,.72); font-size: 16px; margin: 0; max-width: 38ch; }

/* ============================================================
   PROCESS
   ============================================================ */
.process { background: var(--mist); }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; position: relative; }
.steps::before {
  content:""; position:absolute; left: 7%; right: 7%; top: 34px; height: 2px;
  background: repeating-linear-gradient(90deg, var(--sky) 0 14px, transparent 14px 26px);
  z-index: 0;
}
.step { position: relative; z-index: 1; }
.step__n {
  width: 68px; height: 68px; border-radius: 50%; background: #fff; border: 2px solid var(--teal);
  display: grid; place-items: center; color: var(--teal); margin-bottom: 22px;
  position: relative;
}
.step__n .ic { width: 30px; height: 30px; }
.step__tag { position: absolute; top: -10px; right: -6px; width: 26px; height: 26px; border-radius: 50%; background: var(--accent); color: var(--accent-ink); display:grid; place-items:center; font-family:"Saira Condensed",sans-serif; font-weight: 800; font-size: 15px; }
.step h3 { font-size: 23px; color: var(--navy); }
.step p { color: var(--muted); font-size: 15.5px; margin: 8px 0 0; }

@media (max-width: 880px){
  .build-grid { grid-template-columns: 1fr; }
  .why__grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .steps::before { display: none; }
}
@media (max-width: 520px){ .steps { grid-template-columns: 1fr; } }

/* ============================================================
   BUILDING IN PUBLIC
   ============================================================ */
.public__top { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 40px; }
.ig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ig-card { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.ig-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.ig-card image-slot { width: 100%; height: 300px; }
.ig-card__meta { display: flex; align-items: center; gap: 11px; padding: 14px 16px; }
.ig-card__av { width: 34px; height: 34px; border-radius: 50%; background: #fff; border: 1px solid var(--line); display:grid; place-items:center; overflow: hidden; }
.ig-card__av img { width: 26px; height: auto; }
.ig-card__meta b { font-size: 14.5px; color: var(--navy); }
.ig-card__meta span { font-size: 13px; color: var(--muted); display:block; }
.ig-card__meta .ic { width: 18px; height: 18px; color: var(--teal); margin-left: auto; }
@media (max-width: 880px){ .ig-grid { grid-template-columns: 1fr; max-width: 420px; } }

/* ============================================================
   FINAL CTA
   ============================================================ */
.cta-band { background: var(--teal); color: #fff; position: relative; overflow: hidden; }
.cta-band::before {
  content:""; position:absolute; inset:0; opacity:.4;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 50px 50px;
  -webkit-mask-image: radial-gradient(120% 140% at 0% 0%, #000, transparent 70%);
          mask-image: radial-gradient(120% 140% at 0% 0%, #000, transparent 70%);
}
.cta-band .wrap { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.cta-band h2 { font-size: clamp(36px, 6vw, 68px); color: #fff; }
.cta-band p { margin: 14px 0 0; color: rgba(255,255,255,.85); font-size: 18px; }
.cta-band__actions { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.cta-band__email { color: #fff; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 2px; }
.cta-band__email:hover { border-color: #fff; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--navy-950); color: rgba(255,255,255,.74); padding-block: clamp(56px,7vw,84px) 30px; font-size: 15.5px; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 40px; }
.footer__logo { background: #fff; border-radius: var(--r); padding: 14px 16px; display: inline-block; }
.footer__logo img { height: 40px; }
.footer__brand p { margin: 20px 0 0; max-width: 32ch; line-height: 1.6; }
.footer h4 { color: #fff; font-size: 16px; letter-spacing: .12em; margin-bottom: 18px; font-weight: 700; }
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.footer ul a:hover { color: var(--sky); }
.footer__contact li { display: flex; gap: 10px; }
.footer__contact .ic { width: 18px; height: 18px; color: var(--sky); flex: none; margin-top: 3px; }
.footer__social { display: flex; gap: 10px; margin-top: 6px; }
.footer__social a { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--r); display: grid; place-items: center; transition: .2s; }
.footer__social a:hover { background: var(--teal); border-color: var(--teal); color: #fff; transform: translateY(-2px); }
.footer__social .ic { width: 20px; height: 20px; }
.footer__bar { border-top: 1px solid rgba(255,255,255,.12); margin-top: 48px; padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 14px; color: rgba(255,255,255,.55); }
@media (max-width: 880px){ .footer__grid { grid-template-columns: 1fr 1fr; gap: 34px; } }
@media (max-width: 520px){ .footer__grid { grid-template-columns: 1fr; } }

/* ============================================================
   FLOATING WHATSAPP
   ============================================================ */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 70;
  display: inline-flex; align-items: center; gap: 0; overflow: hidden;
  background: var(--wa); color: #fff; border-radius: 50px;
  box-shadow: 0 12px 30px rgba(37,211,102,.42);
  padding: 0; height: 60px; transition: transform .2s ease;
}
.wa-float:hover { transform: translateY(-3px) scale(1.02); }
.wa-float__ic { width: 60px; height: 60px; display: grid; place-items: center; flex: none; }
.wa-float__ic .ic { width: 30px; height: 30px; }
.wa-float__label { max-width: 0; opacity: 0; white-space: nowrap; font-weight: 700; transition: max-width .3s ease, opacity .2s ease, padding .3s ease; padding-right: 0; }
.wa-float:hover .wa-float__label { max-width: 200px; opacity: 1; padding-right: 22px; }
.wa-float__pulse { position: absolute; inset: 0; border-radius: 50px; box-shadow: 0 0 0 0 rgba(37,211,102,.5); animation: wapulse 2.4s infinite; pointer-events: none; }
@keyframes wapulse { 0%{ box-shadow: 0 0 0 0 rgba(37,211,102,.45);} 70%{ box-shadow: 0 0 0 16px rgba(37,211,102,0);} 100%{ box-shadow: 0 0 0 0 rgba(37,211,102,0);} }
@media (prefers-reduced-motion: reduce){ .wa-float__pulse { animation: none; } }

/* ============================================================
   QUOTE MODAL
   ============================================================ */
.modal { position: fixed; inset: 0; z-index: 90; display: none; }
.modal.open { display: block; }
.modal__scrim { position: absolute; inset: 0; background: rgba(7,33,47,.6); backdrop-filter: blur(3px); opacity: 0; transition: opacity .25s; }
.modal.open .modal__scrim { opacity: 1; }
.modal__card {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -46%) scale(.98);
  width: min(560px, calc(100vw - 32px)); max-height: calc(100vh - 40px); overflow: auto;
  background: #fff; border-radius: var(--r-lg); box-shadow: var(--shadow-lg);
  opacity: 0; transition: opacity .25s, transform .25s;
}
.modal.open .modal__card { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.modal__head { background: var(--navy); color: #fff; padding: 28px 30px; position: relative; }
.modal__head .eyebrow { color: var(--gold); }
.modal__head h3 { font-size: 34px; margin-top: 12px; }
.modal__head p { margin: 8px 0 0; color: rgba(255,255,255,.78); font-size: 15.5px; }
.modal__close { position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.25); background: transparent; color: #fff; border-radius: var(--r); cursor: pointer; display: grid; place-items: center; transition: .2s; }
.modal__close:hover { background: rgba(255,255,255,.12); }
.modal__body { padding: 28px 30px 32px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: 14.5px; color: var(--navy); margin-bottom: 7px; }
.field label .req { color: var(--gold-600); }
.field input, .field textarea, .field select {
  width: 100%; padding: 14px 15px; font: inherit; font-size: 16px;
  border: 1.5px solid var(--line); border-radius: var(--r); background: #fff; color: var(--ink);
  transition: border-color .18s, box-shadow .18s;
}
.field textarea { min-height: 96px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(26,95,122,.14); }
.field.err input, .field.err textarea, .field.err select { border-color: #d6453c; box-shadow: 0 0 0 3px rgba(214,69,60,.12); }
.field__err { color: #d6453c; font-size: 13px; margin-top: 6px; display: none; font-weight: 600; }
.field.err .field__err { display: block; }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 460px){ .row-2 { grid-template-columns: 1fr; } }
.modal__note { font-size: 13.5px; color: var(--muted); text-align: center; margin: 16px 0 0; display: flex; align-items: center; justify-content: center; gap: 8px; }
.modal__note .ic { width: 15px; height: 15px; color: var(--teal); }

.modal__err {
  background: rgba(214,69,60,.08); border: 1px solid rgba(214,69,60,.3);
  color: #b3261e; font-size: 14px; font-weight: 600; line-height: 1.4;
  padding: 12px 14px; border-radius: var(--r); margin: 0 0 16px;
}

.modal__success { padding: 50px 30px; text-align: center; display: none; }
.modal.success .modal__body, .modal.success .modal__head h3, .modal.success .modal__head p { display: none; }
.modal.success .modal__success { display: block; }
.success__check { width: 84px; height: 84px; border-radius: 50%; background: rgba(37,211,102,.12); color: var(--wa); display: grid; place-items: center; margin: 0 auto 22px; }
.success__check .ic { width: 44px; height: 44px; }
.modal__success h3 { font-size: 36px; color: var(--navy); }
.modal__success p { color: var(--muted); margin: 12px auto 0; max-width: 36ch; }

/* ============================================================
   Reveal on scroll
   ============================================================ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){ .reveal { opacity: 1; transform: none; } }

/* stagger helpers */
.reveal.d1 { transition-delay: .07s; }
.reveal.d2 { transition-delay: .14s; }
.reveal.d3 { transition-delay: .21s; }
.reveal.d4 { transition-delay: .28s; }
