:root {
  --ink: #092944;
  --ink-2: #174B66;
  --blue: #0B71B1;
  --teal: #18B7C6;
  --aqua: #8DF3E8;
  --mist: #EAFBFD;
  --cloud: #F7FCFD;
  --line: #CDE7EC;
  --white: #FFFFFF;
  --shadow: 0 24px 65px rgba(5, 63, 91, 0.14);
  --shadow-soft: 0 15px 40px rgba(5, 63, 91, 0.09);
  --radius-lg: 28px;
  --radius-md: 18px;
  --wrap: min(1160px, calc(100% - 44px));
}

* { 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: var(--cloud);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.skip-link { position: fixed; top: -100px; left: 12px; z-index: 1000; background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 252, 253, .84);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(205, 231, 236, .72);
}
.nav-wrap { width: var(--wrap); margin: 0 auto; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { flex: 0 0 auto; }
.brand img { width: 234px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: .94rem; font-weight: 700; color: var(--ink-2); }
.nav-links a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { background: var(--ink); color: #fff !important; padding: 11px 18px; border-radius: 999px; box-shadow: 0 8px 20px rgba(9, 41, 68, .16); }
.menu-button { display: none; border: 0; background: transparent; color: var(--ink); cursor: pointer; padding: 10px; border-radius: 10px; }
.menu-button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #5BDDE1; outline-offset: 3px; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 80% 11%, #e4fbfe 0, #e4fbfe 12%, transparent 37%), linear-gradient(145deg, #F9FFFF 4%, #E2F9FB 100%); }
.hero-grid { width: var(--wrap); margin: 0 auto; min-height: 690px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 42px; padding: 66px 0 68px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: #05668A; background: rgba(130, 238, 227, .34); border: 1px solid rgba(24, 183, 198, .22); padding: 8px 12px; border-radius: 999px; font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: 1.25px; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #12A8B9; box-shadow: 0 0 0 5px rgba(18, 168, 185, .13); }
.hero h1 { margin: 20px 0 18px; max-width: 700px; font-size: clamp(2.7rem, 5.2vw, 5.45rem); line-height: .99; letter-spacing: -0.065em; }
.hero h1 span { color: var(--blue); }
.hero p { color: var(--ink-2); max-width: 590px; margin: 0; font-size: clamp(1.05rem, 1.65vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 999px; padding: 15px 20px; font-weight: 850; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, #0A6CA8, #14AFC0); box-shadow: 0 15px 24px rgba(7, 104, 153, .20); }
.button-primary:hover { box-shadow: 0 18px 28px rgba(7, 104, 153, .27); }
.button-secondary { color: var(--ink); background: rgba(255,255,255,.83); border-color: #CDE7EC; }
.button-secondary:hover { background: #fff; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 17px; color: var(--ink-2); font-weight: 650; font-size: .91rem; }
.hero-notes span { display: inline-flex; align-items: center; gap: 8px; }
.hero-notes span::before { content: "✓"; display: grid; place-items: center; width: 22px; height: 22px; color: #067899; background: rgba(109, 242, 229, .48); border-radius: 50%; font-weight: 900; }
.hero-art { position: relative; }
.hero-art img { width: 100%; border-radius: 42px; filter: drop-shadow(0 25px 55px rgba(5, 79, 118, .20)); }
.art-badge { position: absolute; display: flex; align-items: center; gap: 11px; right: -8px; bottom: 10%; max-width: 245px; padding: 13px 16px; border-radius: 17px; background: rgba(255,255,255,.93); border: 1px solid rgba(255,255,255,.72); box-shadow: var(--shadow-soft); color: var(--ink); font-size: .88rem; font-weight: 760; }
.art-badge strong { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--mist); color: var(--blue); font-size: 1.2rem; }

.section { padding: 104px 0; }
.section-tight { padding: 76px 0; }
.wrap { width: var(--wrap); margin: 0 auto; }
.section-kicker { color: #07829B; font-size: .82rem; letter-spacing: 1.5px; font-weight: 900; text-transform: uppercase; }
.section-heading { max-width: 760px; margin: 13px 0 16px; font-size: clamp(2rem, 3.65vw, 3.45rem); line-height: 1.08; letter-spacing: -0.045em; }
.section-intro { max-width: 760px; margin: 0; color: var(--ink-2); font-size: 1.08rem; }

.proof-strip { background: var(--ink); color: #E9FCFD; }
.proof-grid { width: var(--wrap); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); }
.proof { min-height: 164px; display: grid; align-content: center; padding: 28px 42px; border-right: 1px solid rgba(236,253,255,.18); }
.proof:last-child { border-right: 0; }
.proof b { color: #9BF4EA; font-size: 1.07rem; }
.proof span { margin-top: 5px; opacity: .82; font-size: .96rem; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; box-shadow: 0 8px 22px rgba(5, 63, 91, .035); transition: transform .23s ease, box-shadow .23s ease; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.icon-bubble { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 16px; margin-bottom: 20px; background: linear-gradient(145deg, #D8FBFA, #E7F9FF); color: var(--blue); font-size: 1.55rem; }
.card h3 { margin: 0 0 9px; font-size: 1.24rem; letter-spacing: -.02em; }
.card p { margin: 0; color: var(--ink-2); }
.card a { display: inline-flex; margin-top: 19px; color: #067799; font-weight: 830; }

.two-column { display: grid; grid-template-columns: .92fr 1.08fr; gap: 62px; align-items: center; }
.visual-card { position: relative; overflow: hidden; background: #DDF9FC; border-radius: 34px; box-shadow: var(--shadow-soft); }
.visual-card img { width: 100%; }
.visual-card .visual-caption { position: absolute; left: 24px; bottom: 22px; right: 24px; background: rgba(255,255,255,.9); backdrop-filter: blur(10px); padding: 15px 17px; border-radius: 16px; color: var(--ink); font-size: .92rem; font-weight: 720; }
.check-list { display: grid; gap: 16px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 38px; color: var(--ink-2); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: #CEF9F1; color: #056F82; font-weight: 900; }

.process { background: linear-gradient(165deg, #ECFBFC, #F8FFFF 72%); border-top: 1px solid #D5EFF2; border-bottom: 1px solid #D5EFF2; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin-top: 38px; }
.step { position: relative; padding: 28px 26px 26px; border-radius: 22px; background: rgba(255,255,255,.72); border: 1px solid rgba(194,231,235,.95); }
.step-number { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; margin-bottom: 19px; background: var(--ink); color: #fff; font-size: .85rem; font-weight: 900; }
.step h3 { margin: 0 0 8px; font-size: 1.18rem; }
.step p { margin: 0; color: var(--ink-2); }

.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.pill { padding: 10px 13px; background: #fff; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-2); font-size: .88rem; font-weight: 730; }

.faq-grid { display: grid; grid-template-columns: .79fr 1.21fr; gap: 50px; align-items: start; }
.faqs { display: grid; gap: 12px; }
.faq { background: #fff; border: 1px solid var(--line); border-radius: 17px; overflow: hidden; }
.faq button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; background: transparent; padding: 19px 21px; color: var(--ink); text-align: left; font-weight: 850; cursor: pointer; }
.faq button span:last-child { font-size: 1.35rem; color: #087D98; transition: transform .2s ease; }
.faq [hidden] { display: none; }
.faq-content { padding: 0 21px 20px; color: var(--ink-2); }
.faq.open button span:last-child { transform: rotate(45deg); }

.consultation { position: relative; overflow: hidden; background: linear-gradient(135deg, #063158, #075176 58%, #078EA1); color: #fff; }
.consultation::after { content: ""; position: absolute; width: 570px; height: 570px; border-radius: 50%; background: rgba(106,243,232,.13); right: -245px; top: -292px; }
.consultation-grid { width: var(--wrap); margin: 0 auto; display: grid; grid-template-columns: .88fr 1.12fr; gap: 55px; align-items: center; padding: 92px 0; position: relative; z-index: 1; }
.consultation .section-kicker { color: #8CF5EA; }
.consultation .section-heading { color: #fff; }
.consultation .section-intro { color: rgba(238,253,255,.85); }
.contact-points { display: grid; gap: 12px; margin-top: 25px; }
.contact-points div { display: flex; align-items: center; gap: 10px; color: rgba(238,253,255,.9); }
.contact-points b { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: rgba(141,243,232,.15); color: #8CF5EA; }
.form-card { padding: 25px; border-radius: 24px; background: #fff; box-shadow: 0 25px 55px rgba(1,24,44,.24); color: var(--ink); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { color: var(--ink-2); font-size: .84rem; font-weight: 820; }
.form-field input, .form-field select, .form-field textarea { width: 100%; appearance: none; border: 1px solid #CBE4EA; border-radius: 12px; padding: 12px 13px; color: var(--ink); background: #FCFFFF; }
.form-field textarea { min-height: 94px; resize: vertical; }
.form-note { margin: 12px 0 0; color: #607786; font-size: .78rem; }
.form-status { display: none; margin-top: 13px; padding: 11px 12px; border-radius: 11px; background: #E3FAF4; color: #056F62; font-size: .89rem; font-weight: 720; }
.form-status.show { display: block; }

.footer { background: #041D34; color: #D9F5F7; }
.footer-main { width: var(--wrap); margin: 0 auto; padding: 58px 0 28px; display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 48px; }
.footer-logo { width: 245px; filter: brightness(0) invert(1) saturate(0) opacity(.95); }
.footer p { color: rgba(217,245,247,.75); max-width: 380px; }
.footer h4 { margin: 0 0 12px; color: #A3F5EB; font-size: .83rem; letter-spacing: 1.25px; text-transform: uppercase; }
.footer nav { display: grid; gap: 8px; color: rgba(217,245,247,.79); }
.footer nav a:hover { color: #fff; }
.footer-bottom { width: var(--wrap); margin: 0 auto; padding: 17px 0 25px; border-top: 1px solid rgba(217,245,247,.13); display: flex; justify-content: space-between; gap: 20px; color: rgba(217,245,247,.56); font-size: .82rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 940px) {
  .nav-links { display: none; position: absolute; inset: 82px 20px auto; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: var(--shadow-soft); }
  .nav-links.open { display: grid; gap: 4px; }
  .nav-links a { padding: 11px 10px; }
  .nav-cta { text-align: center; }
  .menu-button { display: inline-flex; }
  .hero-grid, .two-column, .faq-grid, .consultation-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding: 60px 0; }
  .hero-copy { max-width: 710px; }
  .hero-art { max-width: 650px; margin: 0 auto; }
  .art-badge { right: 3%; }
  .cards, .steps { grid-template-columns: repeat(2, 1fr); }
  .proof { padding: 26px; }
  .footer-main { grid-template-columns: 1.4fr .8fr; }
}

@media (max-width: 640px) {
  :root { --wrap: min(100% - 30px, 1160px); }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 194px; }
  .hero-grid { padding: 44px 0 52px; gap: 28px; }
  .hero h1 { font-size: clamp(2.6rem, 13vw, 4.2rem); }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-notes { display: grid; gap: 10px; }
  .art-badge { display: none; }
  .section { padding: 74px 0; }
  .section-tight { padding: 57px 0; }
  .proof-grid, .cards, .steps, .footer-main { grid-template-columns: 1fr; }
  .proof { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(236,253,255,.18); }
  .proof:last-child { border-bottom: 0; }
  .cards, .steps { gap: 13px; margin-top: 28px; }
  .card { padding: 24px; }
  .two-column, .faq-grid, .consultation-grid { gap: 33px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .consultation-grid { padding: 72px 0; }
  .footer-main { gap: 28px; padding-top: 42px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* --- LivingWATERx logo + BlackMP update --- */
.brand img {
  width: min(330px, 34vw);
}

.hero-grid {
  min-height: 640px;
}

.hero-logo-card {
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(205,231,236,.75);
  border-radius: 34px;
  padding: 20px;
  box-shadow: 0 24px 60px rgba(5, 79, 118, .14);
}

.hero-logo-card img {
  width: 100%;
  border-radius: 28px;
  filter: drop-shadow(0 20px 40px rgba(5, 79, 118, .16));
}

.brand-story {
  background: linear-gradient(180deg, #FCFFFF 0%, #F1FBFD 100%);
}

.brand-story-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 44px;
  align-items: center;
}

.compact-checks {
  gap: 12px;
}

.brand-duo {
  display: grid;
  gap: 20px;
}

.brand-display {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 18px;
  box-shadow: var(--shadow-soft);
}

.brand-display-wide img {
  border-radius: 20px;
}

.brand-display-round {
  max-width: 360px;
  margin-left: auto;
}

.brand-display-round img {
  border-radius: 50%;
}

.blackmp-section {
  background: linear-gradient(180deg, #ffffff 0%, #F6FBFD 100%);
}

.blackmp-grid {
  display: grid;
  grid-template-columns: .96fr 1.04fr;
  gap: 22px;
  margin-top: 38px;
  align-items: start;
}

.blackmp-panel,
.benefit-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 22px rgba(5, 63, 91, .035);
}

.blackmp-panel {
  padding: 28px;
}

.blackmp-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(130, 238, 227, .24);
  border: 1px solid rgba(24, 183, 198, .24);
  color: #05668A;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blackmp-panel h3 {
  margin: 0 0 10px;
  font-size: 1.55rem;
}

.blackmp-panel p {
  margin: 0 0 16px;
  color: var(--ink-2);
}

.blackmp-note {
  margin-top: 20px !important;
  padding: 14px 16px;
  background: #F1FBFD;
  border-radius: 16px;
  font-size: .92rem;
}

.blackmp-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.benefit-card {
  padding: 24px;
}

.benefit-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  border-radius: 18px;
  background: linear-gradient(145deg, #D8FBFA, #E7F9FF);
  color: var(--blue);
  font-weight: 900;
  font-size: 1.2rem;
}

.benefit-card h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
}

.benefit-card p {
  margin: 0;
  color: var(--ink-2);
}

.footer-brand-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 170px;
  margin-bottom: 18px;
  background: rgba(255,255,255,.96);
  border-radius: 50%;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
}

.footer-logo {
  width: 136px;
  filter: none;
}

@media (max-width: 940px) {
  .brand-story-grid,
  .blackmp-grid {
    grid-template-columns: 1fr;
  }

  .brand-display-round {
    max-width: 320px;
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .brand img {
    width: 210px;
  }

  .blackmp-benefits {
    grid-template-columns: 1fr;
  }

  .footer-brand-card {
    width: 140px;
    height: 140px;
  }
}


/* Social media links */
.social-links {
  gap: 10px !important;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  transition: color .2s ease, transform .2s ease;
}

.social-links a:hover {
  color: #fff;
  transform: translateX(2px);
}

.social-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: rgba(163,245,235,.14);
  border: 1px solid rgba(163,245,235,.24);
  color: #A3F5EB;
  font-size: .82rem;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 940px) {
  .footer-main { grid-template-columns: 1.25fr .75fr .75fr; }
}

@media (max-width: 640px) {
  .social-links a { width: auto; }
}

.social-icon-x {
  font-size: .98rem;
  font-weight: 850;
  letter-spacing: -0.08em;
}


/* --- Phone and Southern California service area update --- */
.nav-phone { color: #067799; font-weight: 850; white-space: nowrap; }
.nav-phone:hover { color: var(--blue); }

.service-area { background: linear-gradient(145deg, #ECFBFC, #F8FFFF 74%); border-top: 1px solid #D5EFF2; border-bottom: 1px solid #D5EFF2; }
.service-area-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 42px; align-items: center; }
.inline-phone, .footer-phone, .contact-phone { color: inherit; font-weight: 900; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.inline-phone { color: #067799; }
.contact-phone { color: #A3F5EB; }
.footer-phone { color: #A3F5EB; }
.county-card { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.county-card h3 { margin: 0 0 18px; font-size: 1.25rem; letter-spacing: -.02em; }
.county-list { display: flex; flex-wrap: wrap; gap: 9px; }
.county-list span { padding: 9px 12px; background: #F1FBFD; border: 1px solid #D4EDF1; border-radius: 999px; color: var(--ink-2); font-size: .87rem; font-weight: 760; }
.county-call { margin-top: 22px; }

@media (max-width: 1040px) {
  .nav-phone { display: none; }
}

@media (max-width: 940px) {
  .service-area-grid { grid-template-columns: 1fr; }
  .nav-phone { display: block; }
}


/* --- Founder + Google Form update --- */
.founder-section {
  background: linear-gradient(180deg, #F7FCFD 0%, #FFFFFF 100%);
  border-top: 1px solid rgba(205, 231, 236, .7);
  border-bottom: 1px solid rgba(205, 231, 236, .7);
}

.founder-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 28px;
  align-items: stretch;
}

.founder-card,
.founder-copy {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.founder-card {
  padding: 28px;
  display: grid;
  align-content: start;
  gap: 22px;
}

.founder-avatar {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  color: #fff;
  background: radial-gradient(circle at 32% 24%, #8DF3E8, #0B71B1 58%, #092944 100%);
  font-weight: 950;
  letter-spacing: 1.5px;
  box-shadow: 0 18px 38px rgba(5, 79, 118, .20);
}

.founder-copy {
  padding: 28px;
}

.founder-copy h3 {
  margin: 0 0 18px;
  font-size: 1.35rem;
}

.founder-pillars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.founder-pillars article {
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(145deg, #F7FCFD, #ECFBFC);
  border: 1px solid rgba(205, 231, 236, .85);
}

.founder-pillars span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #05668A;
  font-weight: 950;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-size: .82rem;
}

.founder-pillars p,
.founder-note {
  margin: 0;
  color: var(--ink-2);
}

.founder-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #F1FBFD;
  font-size: .92rem;
}

.google-form-card {
  overflow: hidden;
}

.embedded-form-header {
  margin-bottom: 16px;
}

.embedded-form-header h3 {
  margin: 0 0 6px;
  font-size: 1.35rem;
}

.embedded-form-header p {
  margin: 0;
  color: var(--ink-2);
}

.embedded-form-header a {
  color: #067799;
  font-weight: 850;
}

.iframe-wrap {
  width: 100%;
  overflow: hidden;
  border: 1px solid #CBE4EA;
  border-radius: 18px;
  background: #fff;
}

.iframe-wrap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}

@media (max-width: 940px) {
  .founder-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .founder-pillars {
    grid-template-columns: 1fr;
  }

  .iframe-wrap iframe {
    min-height: 980px;
  }
}


/* --- Founder photo + UX cleanup update --- */
.hero h1 {
  max-width: 760px;
}

.founder-photo {
  width: min(100%, 360px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center 38%;
  border-radius: 28px;
  box-shadow: 0 20px 44px rgba(5, 79, 118, .18);
  border: 8px solid #fff;
}

.founder-card {
  align-content: start;
}

.founder-avatar {
  display: none;
}

.founder-pillars-three {
  grid-template-columns: repeat(3, 1fr);
}

.form-card.google-form-card {
  padding: 22px;
}

.iframe-wrap {
  max-height: 970px;
  overflow-y: auto;
}

@media (max-width: 940px) {
  .founder-pillars-three {
    grid-template-columns: 1fr;
  }

  .founder-photo {
    width: min(100%, 320px);
  }
}

@media (max-width: 640px) {
  .founder-photo {
    width: 100%;
    max-width: 300px;
  }
}


/* --- County pages + edit workflow update --- */
.county-link-list {
  align-items: stretch;
}

.county-link-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  min-height: 48px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(205, 231, 236, .95);
  color: var(--ink-2);
  font-weight: 850;
  box-shadow: 0 8px 18px rgba(5, 63, 91, .04);
}

.county-link-list a:hover {
  transform: translateY(-2px);
  color: var(--blue);
  box-shadow: var(--shadow-soft);
}

.county-page .site-header {
  position: sticky;
}

.county-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background: radial-gradient(circle at 82% 12%, #dffbff 0, #dffbff 16%, transparent 42%), linear-gradient(145deg, #F9FFFF 4%, #E2F9FB 100%);
}

.county-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 44px;
  align-items: center;
}

.county-hero h1 {
  max-width: 820px;
  margin: 16px 0 18px;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1;
  letter-spacing: -.06em;
}

.county-hero p {
  max-width: 710px;
  color: var(--ink-2);
  font-size: 1.12rem;
}

.county-logo-card {
  padding: 22px;
  border-radius: 34px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(205,231,236,.9);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.county-logo-card img {
  border-radius: 50%;
  max-width: 410px;
  margin: 0 auto 18px;
}

.county-logo-card p {
  margin: 0 auto;
  max-width: 440px;
  font-weight: 850;
  color: var(--ink);
}

.county-content-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 24px;
  align-items: start;
}

.county-main-card,
.county-side-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 28px;
}

.county-main-card h2,
.county-side-card h3 {
  margin: 0 0 12px;
}

.county-main-card p {
  color: var(--ink-2);
}

.model-note {
  margin: 18px 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: #ECFBFC;
  color: var(--ink-2);
}

.city-list {
  columns: 3 190px;
  column-gap: 30px;
  margin: 24px 0 0;
  padding-left: 20px;
  color: var(--ink-2);
}

.city-list li {
  break-inside: avoid;
  margin: 0 0 8px;
}

.county-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

@media (max-width: 940px) {
  .county-hero-grid,
  .county-content-grid {
    grid-template-columns: 1fr;
  }

  .county-logo-card {
    max-width: 520px;
  }
}

@media (max-width: 640px) {
  .county-hero {
    padding: 58px 0;
  }

  .county-main-card,
  .county-side-card {
    padding: 22px;
  }

  .city-list {
    columns: 1;
  }
}


/* --- Google consultation booking update --- */
.form-step-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #E5F8FA;
  color: #067799;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.calendar-booking-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  margin-top: 18px;
  padding: 20px;
  border: 1px solid #BEE5E9;
  border-radius: 18px;
  background: linear-gradient(145deg, #F4FEFE, #E8F9FC);
}

.calendar-booking-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: linear-gradient(145deg, #0B71B1, #18B7C6);
  color: #fff;
  font-size: 1.45rem;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(7, 104, 153, .18);
}

.calendar-booking-copy h3 {
  margin: 0 0 5px;
  font-size: 1.15rem;
}

.calendar-booking-copy p {
  margin: 0;
  color: var(--ink-2);
  font-size: .9rem;
}

.button-calendar {
  min-width: 178px;
  padding: 12px 16px;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 12px 22px rgba(9, 41, 68, .15);
  text-align: center;
}

.button-calendar:hover {
  background: #0B5278;
}

.google-form-card .form-note a {
  color: #067799;
  font-weight: 850;
}

@media (max-width: 760px) {
  .calendar-booking-card {
    grid-template-columns: auto 1fr;
  }

  .button-calendar {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .calendar-booking-card {
    grid-template-columns: 1fr;
  }

  .calendar-booking-icon {
    width: 44px;
    height: 44px;
  }
}
