:root {
  --ink: #172033;
  --muted: #596579;
  --line: rgba(23, 32, 51, 0.11);
  --paper: #ffffff;
  --wash: #f5f8fb;
  --blue: #0a6fa8;
  --blue-dark: #074c74;
  --red: #e6404d;
  --green: #24a865;
  --gold: #f3b33d;
  --shadow: 0 22px 70px rgba(23, 32, 51, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--wash);
  color: var(--ink);
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.5;
}

body.intro-locked {
  overflow: hidden;
}

html.intro-seen #main {
  display: none;
}

html.intro-seen body.intro-locked {
  overflow: auto;
}

#main {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)),
    url("assets/lagonell-background-optimized.webp") center / cover no-repeat;
  transform: translateY(0);
  transition: transform 1.15s cubic-bezier(0.76, 0, 0.24, 1);
}

#main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.18), transparent 36%);
  pointer-events: none;
}

.logo-stage {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding: 1.4rem 2rem;
  opacity: 1;
  transform: scale(1);
  transition: transform 0.5s ease, opacity 0.8s ease;
}

.hero-logo {
  width: min(360px, 72vw);
  height: auto;
  filter: drop-shadow(0 16px 26px rgba(0, 0, 0, 0.6));
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: transform 0.7s ease 0.45s, opacity 0.7s ease 0.45s;
}

.logo-line {
  display: block;
  width: 100%;
  max-width: min(420px, 78vw);
  height: 2px;
  background: #fff;
  opacity: 1;
  transform: scaleX(1);
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.logo-line-top {
  transform-origin: left center;
  transition-delay: 0.15s;
}

.logo-line-bottom {
  transform-origin: right center;
  transition-delay: 0.85s;
}

.is-loading .logo-stage {
  opacity: 0;
  transform: scale(0.94);
}

.is-loading .hero-logo {
  opacity: 0;
  transform: translateY(14px) scale(0.92);
}

.is-loading .logo-line {
  opacity: 0;
  transform: scaleX(0);
}

.hero-exit #main {
  pointer-events: none;
  transform: translateY(-100%);
}

.hero-exit-complete #main {
  visibility: hidden;
}

.hero-exit .logo-stage {
  opacity: 0;
  transform: translateY(-34px) scale(0.9);
  transition-duration: 0.45s;
}

.hero-exit .hero-logo {
  opacity: 0;
  transform: translateY(-18px) scale(0.9);
  transition-delay: 0s;
}

.hero-exit .logo-line-top {
  opacity: 0;
  transform: translateX(-32px) scaleX(0);
}

.hero-exit .logo-line-bottom {
  opacity: 0;
  transform: translateX(32px) scaleX(0);
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.scroll-cue > span {
  position: relative;
  width: 30px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.scroll-cue > span::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  border-radius: 50%;
  background: #fff;
  animation: scroll-dot 2s infinite;
}

.show-scroll-cue .scroll-cue {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.scroll-cue:hover {
  opacity: 0.7;
}

.hero-exit .scroll-cue {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -16px);
}

a {
  color: inherit;
}

img,
svg {
  display: block;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 110;
  padding: 10px 14px;
  border-radius: 6px;
  background: #fff;
  color: var(--blue-dark);
  font-weight: 900;
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid #f3b33d;
  outline-offset: 3px;
}

.landing-page {
  min-height: 100vh;
  background: var(--wash);
  animation: page-enter 0.45s ease-out both;
}

.website-paths,
.page-section,
.website-cta {
  padding: clamp(72px, 9vw, 112px) max(clamp(20px, 6vw, 86px), calc((100vw - 1240px) / 2));
}

.website-paths {
  background: #f4f8fa;
}

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

.path-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(13, 35, 58, 0.08);
}

.path-card-community {
  background: #102235;
  color: #fff;
}

.path-label {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.path-card-community .path-label {
  color: #86d8ff;
}

.path-card h3 {
  max-width: 580px;
  margin: 0 0 16px;
  color: var(--ink);
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  line-height: 1.04;
}

.path-card-community h3 {
  color: #fff;
}

.path-card > p:not(.path-label) {
  max-width: 600px;
  margin: 0 0 28px;
  color: var(--muted);
  line-height: 1.68;
}

.path-card-community > p:not(.path-label) {
  color: rgba(255, 255, 255, 0.7);
}

.path-card .primary-button,
.path-card .secondary-button {
  width: auto;
  margin-top: auto;
}

.home-ivana {
  border-bottom: 1px solid var(--line);
}

.home-reviews {
  background: #fff;
}

.website-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: #eaf5f9;
  border-top: 1px solid var(--line);
}

.website-cta h2 {
  max-width: 760px;
  margin: 6px 0 0;
  color: var(--ink);
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.03;
}

.website-cta-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.inner-page {
  min-height: 100vh;
  background: #fff;
}

.page-hero {
  position: relative;
  display: flex;
  min-height: min(650px, calc(100svh - 71px));
  align-items: flex-end;
  padding: clamp(90px, 12vw, 150px) max(clamp(20px, 6vw, 86px), calc((100vw - 1240px) / 2)) clamp(64px, 8vw, 100px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 26, 43, 0.94) 0%, rgba(5, 26, 43, 0.76) 58%, rgba(5, 26, 43, 0.42) 100%),
    url("assets/lagonell-storefront-optimized.webp") center / cover no-repeat;
  color: #fff;
}

.page-hero-community {
  background:
    linear-gradient(90deg, rgba(16, 34, 53, 0.96) 0%, rgba(16, 34, 53, 0.78) 60%, rgba(16, 34, 53, 0.46) 100%),
    url("assets/ivana-headshot-optimized.webp") center 28% / cover no-repeat;
}

.page-hero-content {
  position: relative;
  z-index: 1;
  width: min(100%, 820px);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.78rem;
  font-weight: 700;
}

.breadcrumbs a {
  color: #86d8ff;
  text-decoration: none;
}

.page-hero h1 {
  max-width: 900px;
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(3.15rem, 7vw, 6.5rem);
  line-height: 0.98;
}

.page-hero p:not(.section-kicker) {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.62;
}

.page-hero .hero-actions {
  margin-top: 30px;
}

.page-summary-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.page-summary-band div {
  min-height: 128px;
  padding: 28px clamp(20px, 4vw, 48px);
  border-right: 1px solid var(--line);
}

.page-summary-band div:last-child {
  border-right: 0;
}

.page-summary-band strong,
.page-summary-band span {
  display: block;
}

.page-summary-band strong {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.08rem;
}

.page-summary-band span {
  color: var(--muted);
  line-height: 1.5;
}

.page-section {
  background: #fff;
}

.page-section-tint {
  background: #f4f8fa;
  border-block: 1px solid var(--line);
}

.page-section-dark {
  background: #102235;
  color: #fff;
}

.page-section-dark .section-heading h2,
.page-section-dark .section-heading p,
.page-section-dark h2 {
  color: #fff;
}

.service-link-grid,
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.service-link,
.feature-item {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.service-link h3,
.feature-item h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 1.45rem;
}

.service-link p,
.feature-item p {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.65;
}

.service-link a {
  margin-top: auto;
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
}

.focused-layout,
.about-layout,
.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.68fr);
  gap: clamp(36px, 7vw, 90px);
  align-items: start;
}

.focused-copy h2,
.about-copy h2,
.contact-page-grid h2 {
  margin: 6px 0 18px;
  color: var(--ink);
  font-size: clamp(2.4rem, 4.5vw, 4.5rem);
  line-height: 1.03;
}

.focused-copy > p,
.about-copy > p,
.contact-page-grid p {
  color: var(--muted);
  line-height: 1.7;
}

.plain-checklist {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.plain-checklist li {
  position: relative;
  padding: 16px 0 16px 30px;
  border-bottom: 1px solid var(--line);
  color: #39455a;
  line-height: 1.55;
}

.plain-checklist li::before {
  position: absolute;
  top: 18px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  content: "✓";
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 16px;
  text-align: center;
}

.page-aside {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f4f8fa;
}

.page-aside h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 1.35rem;
}

.page-aside p {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.6;
}

.page-form-section {
  padding: clamp(72px, 9vw, 112px) max(clamp(20px, 6vw, 86px), calc((100vw - 1240px) / 2));
  background: #eaf5f9;
  border-top: 1px solid var(--line);
}

.page-form-section .lead-form-wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.video-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.about-photo {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  object-position: center top;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-details {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.contact-details a {
  display: flex;
  min-height: 52px;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 0 clamp(18px, 4vw, 54px);
  background: rgba(255, 255, 255, 0.94);
  border-top: 3px solid var(--blue);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(13, 35, 58, 0.07);
  backdrop-filter: blur(16px);
}

.nav-inner {
  display: flex;
  align-items: center;
  width: min(100%, 1240px);
  min-height: 68px;
  margin: 0 auto;
  gap: clamp(20px, 3vw, 42px);
}

.nav-logo {
  display: inline-flex;
  flex: 1;
  min-width: 0;
}

.nav-logo img {
  width: 158px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 30px);
}

.nav-links a {
  color: #263047;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--red);
}

.nav-mobile-phone {
  display: none;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}

.language-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 34px;
  padding: 0;
  border: 1px solid #cbd8df;
  border-radius: 6px;
  background: #fff;
  color: var(--blue-dark);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 900;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.language-toggle:hover,
.language-toggle:focus-visible {
  border-color: var(--blue);
  background: #edf7fb;
  color: var(--blue);
}

.nav-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: var(--ink);
  text-decoration: none;
  line-height: 1.15;
}

.nav-phone span {
  margin-bottom: 4px;
  color: #657087;
  font-size: 0.7rem;
  font-weight: 700;
}

.nav-phone strong {
  color: var(--blue-dark);
  font-size: 0.9rem;
  font-weight: 900;
}

.nav-phone:hover strong {
  color: var(--red);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 17px;
  border-radius: 6px;
  background: var(--red);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(230, 64, 77, 0.24);
}

.nav-hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
}

.nav-hamburger span {
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: var(--ink);
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.nav-hamburger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.nav-hamburger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 11;
  background: rgba(8, 18, 32, 0.56);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.nav-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.landing-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: min(780px, calc(88svh - 69px));
  padding: clamp(54px, 9vw, 94px) clamp(20px, 6vw, 86px) clamp(42px, 7vw, 72px);
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 26, 43, 0.86) 0%, rgba(5, 26, 43, 0.68) 42%, rgba(5, 26, 43, 0.16) 100%),
    url("assets/lagonell-storefront-optimized.webp") center / cover no-repeat;
}

.landing-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(180deg, transparent, rgba(5, 26, 43, 0.55));
  z-index: -1;
}

.hero-content {
  max-width: 800px;
  color: #fff;
}

.section-kicker {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.landing-hero .section-kicker,
.lead-form-section .section-kicker {
  color: #76d1ff;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.landing-hero h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: 4rem;
  line-height: 1;
  font-weight: 900;
}

.landing-hero p:not(.section-kicker) {
  max-width: 650px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.1rem;
  line-height: 1.65;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.primary-button {
  background: var(--red);
  color: #fff;
  box-shadow: 0 16px 34px rgba(230, 64, 77, 0.25);
}

.secondary-button {
  background: #fff;
  color: var(--blue-dark);
  border-color: rgba(10, 111, 168, 0.24);
}

.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
}

.primary-button:hover {
  box-shadow: 0 20px 42px rgba(230, 64, 77, 0.32);
}

.secondary-button:hover {
  background: #edf8fd;
}

.hero-quick-card {
  position: absolute;
  right: clamp(112px, 9vw, 148px);
  top: auto;
  bottom: clamp(24px, 4vw, 48px);
  display: grid;
  grid-template-columns: 64px minmax(0, 260px);
  gap: 14px;
  align-items: center;
  max-width: 380px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  box-shadow: 0 22px 54px rgba(2, 14, 25, 0.3);
  backdrop-filter: blur(16px);
}

.hero-quick-card img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
}

.hero-quick-card strong,
.hero-quick-card span {
  display: block;
}

.hero-quick-card strong {
  margin-bottom: 4px;
  font-size: 0.98rem;
}

.hero-quick-card span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.83rem;
  line-height: 1.45;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.proof-strip div {
  min-height: 142px;
  padding: 28px clamp(20px, 4vw, 42px);
  background: #fff;
}

.proof-strip strong {
  display: block;
  color: var(--red);
  font-size: 2.35rem;
  line-height: 1;
}

.proof-strip span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 700;
}

.proof-strip strong span {
  display: inline;
  margin-top: 0;
  color: inherit;
  font-weight: inherit;
}

.content-section,
.process-section,
.ivana-note,
.education-section,
.video-section,
.faq-section,
.contact-section {
  padding: clamp(72px, 9vw, 112px) max(clamp(20px, 6vw, 86px), calc((100vw - 1240px) / 2));
  scroll-margin-top: 76px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 36px;
}

.section-heading h2,
.process-section h2,
.education-section h2,
.lead-form-left h2,
.contact-section h2 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 3.35rem;
  line-height: 1.04;
  font-weight: 900;
}

.section-heading p:not(.section-kicker),
.ivana-note p,
.education-section p,
.lead-form-left p,
.contact-section p {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.68;
}

.ivana-note {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 68px);
  align-items: center;
  background: #fff;
}

.ivana-note img {
  width: 100%;
  max-height: 520px;
  min-height: 340px;
  object-fit: cover;
  object-position: center top;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.ivana-note h2 {
  max-width: 820px;
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 3.45rem;
  line-height: 1.03;
  font-weight: 900;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-card,
.process-grid article {
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(23, 32, 51, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.service-card:hover,
.process-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(10, 111, 168, 0.22);
  box-shadow: var(--shadow);
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: #e9f6fc;
  color: var(--blue);
}

.service-icon svg {
  width: 25px;
  height: 25px;
}

.service-card h3,
.process-grid h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 1.2rem;
  line-height: 1.2;
}

.service-card p,
.process-grid p {
  margin-bottom: 18px;
  color: var(--muted);
  line-height: 1.62;
}

.mini-cta {
  margin-top: auto;
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
}

.mini-cta:hover {
  color: var(--red);
}

.community-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
  align-items: start;
  gap: clamp(42px, 7vw, 92px);
  padding: clamp(72px, 9vw, 112px) max(clamp(20px, 6vw, 86px), calc((100vw - 1240px) / 2));
  scroll-margin-top: 76px;
  background: #102235;
  color: #fff;
}

.community-content h2 {
  max-width: 660px;
  margin: 8px 0 18px;
  color: #fff;
  font-size: clamp(2.7rem, 5vw, 4.9rem);
  line-height: 1.01;
}

.community-lead {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.04rem;
  line-height: 1.7;
}

.community-support-list {
  display: grid;
  gap: 0;
  margin: 32px 0 22px;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.community-support-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.community-support-list li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(134, 216, 255, 0.42);
  border-radius: 6px;
  color: #86d8ff;
  font-size: 0.74rem;
  font-weight: 900;
}

.community-support-list strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 0.98rem;
}

.community-support-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.88rem;
  line-height: 1.55;
}

.community-disclaimer {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.78rem;
  line-height: 1.55;
}

.community-form {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.community-form-heading {
  margin-bottom: 4px;
}

.community-form-heading p {
  margin: 0 0 6px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.community-form-heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  line-height: 1.12;
}

.community-form label {
  display: grid;
  gap: 7px;
}

.community-form label > span {
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 800;
}

.community-form input,
.community-form select,
.community-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  border: 1px solid #cbd8df;
  border-radius: 6px;
  outline: none;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.community-form textarea {
  min-height: 92px;
  resize: vertical;
}

.community-form input:focus,
.community-form select:focus,
.community-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(10, 111, 168, 0.12);
}

.community-form .primary-button {
  width: 100%;
  border: 0;
}

.community-form .form-status {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.community-form .form-status.is-success {
  color: #187246;
}

.community-form .form-status.is-error {
  color: #b32e3c;
}

.community-form .privacy-note {
  margin: 0;
  color: #657083;
  font-size: 0.75rem;
  line-height: 1.5;
}

.process-section {
  background: #f0f6f9;
  border-block: 1px solid var(--line);
}

.orienter-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: clamp(42px, 7vw, 92px);
  padding: clamp(72px, 8vw, 112px) clamp(24px, 7vw, 100px);
  background: #f4f8fa;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.orienter-intro h2 {
  max-width: 620px;
  margin: 8px 0 18px;
  font-size: clamp(2.3rem, 4.4vw, 4.6rem);
  line-height: 1.02;
}

.orienter-intro > p:last-child {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.orienter-form {
  display: grid;
  gap: 20px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid #d6e1e7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(13, 35, 58, 0.1);
}

.orienter-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.orienter-form legend,
.orienter-field > span {
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 900;
}

.orienter-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.orienter-options label {
  position: relative;
  cursor: pointer;
}

.orienter-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.orienter-options span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 8px 10px;
  border: 1px solid #cbd8df;
  border-radius: 6px;
  color: #354158;
  font-size: 0.84rem;
  font-weight: 800;
  text-align: center;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.orienter-options input:checked + span {
  border-color: var(--blue);
  background: #eaf6fb;
  color: var(--blue-dark);
  box-shadow: inset 0 0 0 1px var(--blue);
}

.orienter-options input:focus-visible + span {
  outline: 3px solid rgba(10, 111, 168, 0.2);
  outline-offset: 2px;
}

.orienter-field {
  display: grid;
}

.orienter-field input,
.orienter-field select {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  border: 1px solid #cbd8df;
  border-radius: 6px;
  outline: none;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.orienter-field input:focus,
.orienter-field select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(10, 111, 168, 0.12);
}

.orienter-form .primary-button {
  width: 100%;
  border: 0;
}

.orienter-note {
  margin: -7px 0 0;
  color: #657083;
  font-size: 0.78rem;
  line-height: 1.5;
  text-align: center;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.process-grid article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
}

.education-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  background: #fff;
}

.education-section blockquote {
  margin: 0;
  padding: 34px;
  border-left: 5px solid var(--gold);
  border-radius: 8px;
  background: #fff9ec;
}

.education-section blockquote p {
  margin-bottom: 16px;
  color: #263047;
  font-size: 1.35rem;
  line-height: 1.5;
  font-weight: 800;
}

.education-section cite {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.video-section {
  background: #f0f6f9;
  border-block: 1px solid var(--line);
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 48px);
}

.video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  background: #071b2c;
  box-shadow: 0 20px 48px rgba(23, 32, 51, 0.16);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-meta {
  padding-top: 20px;
}

.video-meta > span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 5px;
  background: var(--blue);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
}

.video-meta h3 {
  margin: 12px 0 8px;
  color: var(--ink);
  font-size: 1.28rem;
  line-height: 1.25;
}

.video-meta p {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.reviews-section {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 112px) max(clamp(20px, 6vw, 86px), calc((100vw - 1240px) / 2));
  scroll-margin-top: 76px;
  background:
    linear-gradient(rgba(7, 76, 116, 0.91), rgba(7, 76, 116, 0.95)),
    url("assets/lagonell-background-optimized.webp") center / cover no-repeat;
  color: #fff;
}

.reviews-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 36px;
}

.reviews-heading > div:first-child {
  max-width: 760px;
}

.reviews-heading .section-kicker {
  color: #8edcff;
}

.reviews-heading h2 {
  max-width: 760px;
  margin-bottom: 14px;
  color: #fff;
  font-size: 3.35rem;
  line-height: 1.04;
  font-weight: 900;
}

.reviews-heading p:not(.section-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
}

.reviews-controls {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.reviews-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0 0 4px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  background: #fff;
  color: var(--blue-dark);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.reviews-control:hover {
  background: var(--red);
  color: #fff;
  transform: translateY(-2px);
}

.reviews-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 2px 12px;
  scroll-behavior: auto;
  scroll-snap-type: none;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.reviews-track::-webkit-scrollbar {
  display: none;
}

.review-card {
  display: flex;
  flex: 0 0 calc((100% - 36px) / 3);
  min-width: 0;
  min-height: 286px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 28px 26px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-align: center;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.22);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.review-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 14px;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
  box-shadow: 0 6px 18px rgba(23, 32, 51, 0.2);
}

.avatar-blue { background: #086aa2; }
.avatar-red { background: #c83c35; }
.avatar-teal { background: #0a8b91; }
.avatar-gold { background: #b77a15; }
.avatar-navy { background: #263b73; }
.avatar-cyan { background: #008aa8; }
.avatar-clay { background: #8d6456; }
.avatar-violet { background: #8d48b6; }
.avatar-green { background: #237b56; }

.review-source {
  margin: 0 0 5px;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.review-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.3;
}

.review-stars {
  margin: 10px 0 14px;
  color: #f5b400;
  font-size: 1.15rem;
  letter-spacing: 0;
}

.review-card blockquote {
  margin: 0;
  color: #354057;
  font-size: 0.98rem;
  line-height: 1.58;
}

.text-link {
  color: var(--blue);
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.text-link {
  display: inline-block;
  margin-top: 8px;
}

.text-link:hover {
  color: var(--red);
}

.faq-section {
  background: #fff;
  border-top: 1px solid var(--line);
}

.faq-list {
  display: grid;
  max-width: 920px;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.faq-list details[open] {
  background: linear-gradient(90deg, rgba(10, 111, 168, 0.055), transparent 78%);
  box-shadow: inset 3px 0 0 rgba(10, 111, 168, 0.38);
}

.faq-list summary {
  position: relative;
  padding: 22px 48px 22px 0;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 4px;
  color: var(--blue);
  font-size: 1.6rem;
  font-weight: 600;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 760px;
  margin: -4px 0 22px;
  color: var(--muted);
  line-height: 1.68;
}

.lead-form-section {
  padding: clamp(76px, 9vw, 116px) max(clamp(20px, 6vw, 86px), calc((100vw - 1240px) / 2));
  background:
    linear-gradient(120deg, rgba(7, 76, 116, 0.96), rgba(7, 76, 116, 0.84)),
    url("assets/lagonell-background-optimized.webp") center / cover no-repeat;
  color: #fff;
  scroll-margin-top: 76px;
}

.lead-form-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.lead-form-left h2 {
  color: #fff;
}

.lead-form-left p {
  color: rgba(255, 255, 255, 0.8);
}

.form-benefits {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.form-benefits li {
  position: relative;
  padding-left: 26px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.5;
}

.form-benefits li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
}

.lead-form {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.lead-form:focus-within {
  border-color: rgba(134, 216, 255, 0.48);
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(134, 216, 255, 0.12);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lead-form label {
  display: grid;
  gap: 7px;
}

.lead-form label span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  font-weight: 800;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  outline: none;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.lead-form textarea {
  min-height: 116px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: #86d8ff;
  box-shadow: 0 0 0 4px rgba(134, 216, 255, 0.2);
}

.lead-form button {
  width: 100%;
  border: 0;
}

.lead-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.privacy-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.84rem;
  line-height: 1.45;
}

.form-status {
  min-height: 1.4em;
  margin: -4px 0 0;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
}

.form-status.is-success {
  color: #bff4d5;
}

.form-status.is-error {
  color: #ffe0a8;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-whatsapp-followup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 6px;
  background: var(--green);
  color: #fff;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(36, 168, 101, 0.26);
}

.form-whatsapp-followup[hidden] {
  display: none;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  background: #fff;
}

.contact-section .contact-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.contact-map {
  grid-column: 1 / -1;
  overflow: hidden;
  width: 100%;
  min-height: 380px;
  aspect-ratio: 16 / 5.5;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #e8eef2;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: 0;
}

.whatsapp-button {
  background: var(--green);
  color: #fff;
  border-color: transparent;
}

.whatsapp-button:hover {
  background: #1e8e56;
}

.site-footer {
  padding: 34px clamp(20px, 6vw, 86px);
  background: #101827;
  color: rgba(255, 255, 255, 0.64);
}

.footer-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 34px;
}

.footer-inner img {
  width: 112px;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.76;
}

.footer-inner p {
  flex: 1;
  min-width: 230px;
  margin: 0;
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
}

.footer-disclaimer {
  max-width: 1240px;
  margin: 22px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.78rem;
  line-height: 1.55;
}

.floating-socials {
  position: fixed;
  left: 16px;
  top: 50%;
  z-index: 8;
  display: grid;
  gap: 6px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(23, 32, 51, 0.18);
  backdrop-filter: blur(12px);
  opacity: 1;
  transform: translate(0, -50%);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.floating-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--blue);
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.floating-socials a:hover {
  color: #fff;
  transform: scale(1.08);
}

.floating-socials svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.floating-socials .facebook:hover {
  background: #1877f2;
}

.floating-socials .instagram:hover {
  background: #e4405f;
}

.floating-socials .tiktok:hover {
  background: #111;
}

.floating-socials .youtube:hover {
  background: #cd201f;
}

#chat-widget {
  position: fixed;
  right: clamp(16px, 4vw, 28px);
  bottom: clamp(16px, 4vw, 28px);
  z-index: 17;
}

.mobile-contact-bar {
  display: none;
}

.chat-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(230, 64, 77, 0.42);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.chat-toggle:hover {
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 18px 40px rgba(230, 64, 77, 0.5);
}

.chat-toggle-icon {
  position: absolute;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.chat-toggle-icon svg {
  width: 27px;
  height: 27px;
}

.chat-toggle-icon-close {
  opacity: 0;
  transform: rotate(-90deg) scale(0.6);
}

.chat-toggle.is-active .chat-toggle-icon-open {
  opacity: 0;
  transform: rotate(90deg) scale(0.6);
}

.chat-toggle.is-active .chat-toggle-icon-close {
  opacity: 1;
  transform: rotate(0) scale(1);
}

.chat-box {
  position: absolute;
  right: 0;
  bottom: calc(100% + 14px);
  display: flex;
  flex-direction: column;
  width: 370px;
  max-width: calc(100vw - 28px);
  max-height: min(510px, calc(100vh - 150px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: #102235;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0.94) translateY(12px);
  transform-origin: bottom right;
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s;
}

.chat-box.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
}

.chat-title {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 900;
}

.chat-subtitle {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
}

.chat-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3ddc84;
  box-shadow: 0 0 0 3px rgba(61, 220, 132, 0.18);
}

.chat-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}

.chat-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.chat-messages {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  overflow-y: auto;
}

.chat-bubble {
  max-width: 86%;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 0.9rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.chat-bubble-bot {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.9);
}

.chat-bubble-user {
  align-self: flex-end;
  background: var(--red);
  color: #fff;
}

.chat-bubble-typing {
  color: rgba(255, 255, 255, 0.55);
  font-style: italic;
}

.chat-quick-replies {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  width: 100%;
}

.chat-quick-replies button {
  min-height: 38px;
  padding: 7px 9px;
  border: 1px solid rgba(134, 216, 255, 0.28);
  border-radius: 6px;
  background: rgba(134, 216, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.chat-quick-replies button:last-child {
  grid-column: 1 / -1;
}

.chat-quick-replies button:hover,
.chat-quick-replies button:focus-visible {
  border-color: rgba(134, 216, 255, 0.62);
  background: rgba(134, 216, 255, 0.16);
  transform: translateY(-1px);
}

.chat-direct-contact {
  padding: 12px 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.chat-direct-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 6px;
  background: var(--green);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(36, 168, 101, 0.24);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.chat-direct-contact a:hover,
.chat-direct-contact a:focus-visible {
  background: #1e8e56;
  box-shadow: 0 14px 30px rgba(36, 168, 101, 0.34);
  transform: translateY(-1px);
}

.chat-input-row {
  display: flex;
  gap: 8px;
  padding: 12px;
}

.chat-input {
  flex: 1;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  outline: none;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
}

.chat-input::placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.chat-input:focus {
  border-color: #86d8ff;
  box-shadow: 0 0 0 4px rgba(134, 216, 255, 0.13);
}

.chat-send {
  padding: 0 16px;
  border: 0;
  border-radius: 6px;
  background: var(--red);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.chat-send:disabled {
  opacity: 0.62;
  cursor: not-allowed;
}

.whatsapp-gate {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.whatsapp-gate.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.whatsapp-gate-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 18, 31, 0.72);
  backdrop-filter: blur(8px);
}

.whatsapp-gate-dialog {
  position: relative;
  z-index: 1;
  width: min(500px, 100%);
  max-height: calc(100svh - 40px);
  overflow-y: auto;
  padding: clamp(22px, 4vw, 32px);
  border: 1px solid rgba(10, 111, 168, 0.15);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 32px 90px rgba(4, 18, 31, 0.34);
  color: var(--ink);
  transform: translateY(14px) scale(0.98);
  transition: transform 0.24s ease;
}

.whatsapp-gate.is-open .whatsapp-gate-dialog {
  transform: translateY(0) scale(1);
}

.whatsapp-gate-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.whatsapp-gate-header p {
  margin: 0 0 6px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.whatsapp-gate-header h2 {
  margin: 0;
  font-size: clamp(1.55rem, 4vw, 2rem);
  line-height: 1.1;
}

.whatsapp-gate-header button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #f4f7f9;
  color: var(--ink);
  cursor: pointer;
}

.whatsapp-gate-header button:hover {
  background: #e8f2f6;
}

.whatsapp-gate-header svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

#whatsapp-gate-description {
  margin: 16px 0 20px;
  color: var(--muted);
  line-height: 1.55;
}

#whatsapp-gate-form {
  display: grid;
  gap: 14px;
}

#whatsapp-gate-form label {
  display: grid;
  gap: 7px;
}

#whatsapp-gate-form label > span {
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 800;
}

#whatsapp-gate-form input {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #cbd8df;
  border-radius: 6px;
  outline: none;
  background: #fff;
  color: var(--ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#whatsapp-gate-form input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(10, 111, 168, 0.12);
}

#whatsapp-gate-form .primary-button {
  width: 100%;
  border: 0;
}

#whatsapp-gate-form .form-status {
  margin: 0;
  color: var(--muted);
}

#whatsapp-gate-form .form-status.is-success {
  color: #187246;
}

#whatsapp-gate-form .form-status.is-error {
  color: #b32e3c;
}

.whatsapp-gate-fallback {
  color: var(--blue-dark);
  font-size: 0.86rem;
  font-weight: 900;
  text-align: center;
  text-underline-offset: 3px;
}

.whatsapp-gate-fallback[hidden] {
  display: none;
}

#whatsapp-gate-form .privacy-note {
  color: #657083;
}

body.whatsapp-gate-open {
  overflow: hidden;
}

body.hero-exit-complete .landing-hero .section-kicker,
body.hero-exit-complete .landing-hero h1,
body.hero-exit-complete .landing-hero p:not(.section-kicker),
body.hero-exit-complete .landing-hero .hero-points,
body.hero-exit-complete .landing-hero .hero-actions,
body.hero-exit-complete .landing-hero .hero-quick-card {
  animation: hero-focus-in 0.72s cubic-bezier(0.2, 0.72, 0.25, 1) both;
}

body.hero-exit-complete .landing-hero h1 {
  animation-delay: 70ms;
}

body.hero-exit-complete .landing-hero p:not(.section-kicker) {
  animation-delay: 140ms;
}

body.hero-exit-complete .landing-hero .hero-points {
  animation-delay: 210ms;
}

body.hero-exit-complete .landing-hero .hero-actions {
  animation-delay: 280ms;
}

body.hero-exit-complete .landing-hero .hero-quick-card {
  animation-delay: 190ms;
}

.motion-enter {
  animation: section-focus-in 0.68s cubic-bezier(0.2, 0.72, 0.25, 1) var(--motion-delay, 0ms) both;
}

@media (hover: hover) and (pointer: fine) {
  .video-item:hover .video-frame {
    transform: translateY(-5px);
    box-shadow: 0 28px 64px rgba(23, 32, 51, 0.24);
  }

  .review-card:hover {
    transform: translateY(-7px);
    border-color: rgba(134, 216, 255, 0.78);
    box-shadow: 0 30px 68px rgba(0, 0, 0, 0.3);
  }

  .contact-map:hover {
    transform: translateY(-3px);
    box-shadow: 0 28px 68px rgba(23, 32, 51, 0.18);
  }
}

@keyframes hero-focus-in {
  from {
    opacity: 0;
    filter: blur(7px);
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes section-focus-in {
  from {
    opacity: 0.42;
    filter: blur(5px);
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes page-enter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes scroll-dot {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
  }
  80%,
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

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

@media (max-width: 1120px) {
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-quick-card {
    position: static;
    margin-top: 34px;
  }

}

@media (min-width: 1121px) and (max-height: 760px) {
  .nav-inner {
    min-height: 60px;
  }

  .nav-logo img {
    width: 148px;
  }

  .landing-hero {
    min-height: calc(100svh - 63px);
    padding: 28px clamp(48px, 5vw, 68px) 30px clamp(94px, 7vw, 110px);
  }

  .hero-content {
    max-width: 680px;
  }

  .landing-hero .section-kicker {
    margin-bottom: 10px;
  }

  .landing-hero h1 {
    max-width: 650px;
    margin-bottom: 14px;
    font-size: 3.65rem;
    line-height: 1.02;
  }

  .landing-hero p:not(.section-kicker) {
    max-width: 620px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .hero-points {
    margin-top: 16px;
  }

  .hero-actions {
    margin-top: 20px;
  }

  .hero-quick-card {
    top: auto;
    bottom: 30px;
  }
}

@media (max-width: 900px) {
  .site-nav {
    padding: 0 18px;
  }

  .nav-inner {
    min-height: 66px;
    gap: 14px;
  }

  .nav-logo img {
    width: 142px;
  }

  .nav-cta {
    display: none;
  }

  .nav-hamburger {
    display: flex;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    flex-direction: column;
    align-items: flex-start;
    width: min(310px, 84vw);
    height: 100vh;
    padding: 88px 28px 40px;
    gap: 0;
    background: #102235;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease;
  }

  .nav-links.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-links a {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.04rem;
  }

  .nav-mobile-phone {
    display: block;
    margin-top: 14px;
    border-bottom: 0 !important;
    color: #86d8ff !important;
  }

  .nav-actions {
    gap: 8px;
  }

  .landing-hero {
    min-height: auto;
    padding: 66px clamp(24px, 6vw, 48px) 48px;
  }

  .hero-quick-card {
    max-width: 100%;
  }

  .floating-socials {
    display: none;
  }

  .proof-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid,
  .ivana-note,
  .community-section,
  .orienter-section,
  .education-section,
  .lead-form-wrap,
  .contact-section,
  .focused-layout,
  .about-layout,
  .contact-page-grid {
    grid-template-columns: 1fr;
  }

  .path-grid {
    grid-template-columns: 1fr;
  }

  .website-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-hero {
    min-height: 560px;
  }

  .contact-section .contact-actions {
    justify-content: flex-start;
  }

  .contact-map {
    aspect-ratio: 16 / 7;
  }

  .review-card {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 620px) {
  .whatsapp-gate {
    padding: 12px;
  }

  .whatsapp-gate-dialog {
    max-height: calc(100svh - 24px);
    padding: 20px;
  }

  .whatsapp-gate-header {
    gap: 12px;
  }

  #chat-widget {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  body.floating-tools-visible #chat-widget {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.lead-form-active #chat-widget {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
  }

  .landing-hero {
    padding: 46px 20px 42px;
    background:
      linear-gradient(180deg, rgba(5, 26, 43, 0.88), rgba(5, 26, 43, 0.64)),
      url("assets/lagonell-storefront-optimized.webp") center / cover no-repeat;
  }

  .landing-hero h1 {
    font-size: 2.4rem;
    line-height: 1.04;
  }

  .landing-hero p:not(.section-kicker) {
    font-size: 1rem;
  }

  .section-heading h2,
  .process-section h2,
  .education-section h2,
  .video-section h2,
  .reviews-heading h2,
  .lead-form-left h2,
  .contact-section h2,
  .ivana-note h2 {
    font-size: 2.25rem;
    line-height: 1.08;
  }

  .proof-strip strong {
    font-size: 2rem;
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .proof-strip,
  .service-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .content-section,
  .process-section,
  .community-section,
  .orienter-section,
  .ivana-note,
  .education-section,
  .video-section,
  .faq-section,
  .contact-section,
  .lead-form-section,
  .website-paths,
  .page-section,
  .website-cta,
  .page-form-section {
    padding: 56px 20px;
  }

  .page-hero {
    min-height: 520px;
    padding: 86px 20px 54px;
    background:
      linear-gradient(180deg, rgba(5, 26, 43, 0.9), rgba(5, 26, 43, 0.68)),
      url("assets/lagonell-storefront-optimized.webp") center / cover no-repeat;
  }

  .page-hero-community {
    background:
      linear-gradient(180deg, rgba(16, 34, 53, 0.92), rgba(16, 34, 53, 0.7)),
      url("assets/ivana-headshot-optimized.webp") center top / cover no-repeat;
  }

  .page-hero h1 {
    font-size: 3.15rem;
  }

  .page-summary-band,
  .service-link-grid,
  .feature-grid,
  .video-page-grid {
    grid-template-columns: 1fr;
  }

  .page-summary-band div {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .path-card {
    min-height: 330px;
    padding: 28px 22px;
  }

  .path-card h3 {
    font-size: 2.2rem;
  }

  .path-card .primary-button,
  .path-card .secondary-button,
  .website-cta-actions {
    width: 100%;
  }

  .website-cta-actions {
    flex-direction: column;
  }

  .education-section blockquote {
    padding: 24px;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .reviews-section {
    padding: 56px 20px;
  }

  .reviews-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .review-card {
    flex-basis: calc(100% - 8px);
    min-height: 276px;
  }

  .contact-map,
  .contact-map iframe {
    min-height: 360px;
  }

  .contact-map {
    aspect-ratio: auto;
    margin-top: 8px;
  }

  .faq-list summary {
    padding-block: 19px;
    font-size: 1rem;
  }

  .ivana-note img {
    min-height: 280px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  #chat-widget {
    right: 0;
    bottom: calc(8px + env(safe-area-inset-bottom));
    left: 0;
    transform: none;
    pointer-events: none;
  }

  body.floating-tools-visible #chat-widget {
    transform: none;
    pointer-events: none;
  }

  body.lead-form-active #chat-widget,
  body.floating-tools-suppressed #chat-widget {
    transform: none;
  }

  .chat-toggle {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(230, 64, 77, 0.32);
    pointer-events: auto;
  }

  .chat-box {
    position: fixed;
    right: 12px;
    bottom: calc(66px + env(safe-area-inset-bottom));
    left: 12px;
    width: auto;
    max-width: none;
    max-height: calc(100svh - 90px);
    transform-origin: bottom center;
  }

  .orienter-section {
    gap: 28px;
  }

  .community-section {
    gap: 34px;
  }

  .community-content h2 {
    font-size: 2.65rem;
  }

  .community-form {
    padding: 22px 18px;
  }

  .orienter-intro h2 {
    font-size: 2.25rem;
  }

  .orienter-form {
    padding: 22px 18px;
  }

  .orienter-options {
    grid-template-columns: 1fr;
  }

  .orienter-options span {
    min-height: 44px;
  }

  .mobile-contact-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr);
    gap: 8px;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(16, 34, 53, 0.13);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 -10px 28px rgba(13, 35, 58, 0.14);
    backdrop-filter: blur(12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(100%);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  }

  body.floating-tools-visible .mobile-contact-bar {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.lead-form-active .mobile-contact-bar,
  body.whatsapp-gate-open .mobile-contact-bar,
  body.chat-open .mobile-contact-bar,
  body.floating-tools-suppressed .mobile-contact-bar {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(100%);
  }

  .mobile-contact-bar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 0;
    min-height: 48px;
    border-radius: 6px;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 900;
    text-decoration: none;
  }

  .mobile-contact-whatsapp {
    grid-column: 1;
    background: var(--green);
  }

  .mobile-contact-call {
    grid-column: 3;
    background: var(--blue-dark);
  }

  .mobile-contact-bar svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-contact-whatsapp svg {
    fill: currentColor;
    stroke: none;
  }
}

@media (max-width: 380px) {
  .landing-hero h1 {
    font-size: 2.08rem;
  }

  .nav-logo img {
    width: 126px;
  }
}

/* Multipage visual system */
.inner-site {
  --page-accent: #0a6fa8;
  background: #fff;
}

.inner-site.page-marketplace,
.inner-site.page-contact {
  --page-accent: #e6404d;
}

.inner-site.page-dental {
  --page-accent: #24a865;
}

.inner-site.page-community {
  --page-accent: #f3b33d;
}

.inner-site .site-nav {
  min-height: 74px;
  border-top-width: 3px;
  border-bottom-color: rgba(23, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 28px rgba(13, 35, 58, 0.06);
}

.inner-site .nav-inner {
  min-height: 71px;
}

.inner-site .nav-logo {
  flex: 0 0 auto;
  margin-right: auto;
}

.inner-site .nav-logo img {
  width: 164px;
}

.inner-site .nav-links {
  gap: clamp(16px, 1.7vw, 24px);
}

.inner-site .nav-links a {
  position: relative;
  padding: 27px 0 25px;
  font-size: 0.88rem;
}

.inner-site .nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  height: 2px;
  background: var(--red);
  content: "";
  opacity: 0;
  transform: scaleX(0.25);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.inner-site .nav-links a:hover::after,
.inner-site .nav-links a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.inner-site .nav-links a[aria-current="page"] {
  color: var(--red);
}

.inner-site .nav-actions {
  gap: 12px;
}

.inner-site .nav-cta {
  min-height: 42px;
  padding-inline: 18px;
  box-shadow: 0 10px 24px rgba(230, 64, 77, 0.2);
}

.inner-site .inner-page {
  overflow: clip;
  background: #fff;
}

.inner-site .page-hero {
  isolation: isolate;
  min-height: 520px;
  align-items: center;
  padding-top: clamp(80px, 9vw, 112px);
  padding-bottom: clamp(82px, 9vw, 112px);
  background:
    linear-gradient(90deg, rgba(6, 27, 44, 0.95) 0%, rgba(6, 27, 44, 0.82) 52%, rgba(6, 27, 44, 0.28) 100%),
    url("assets/lagonell-storefront-optimized.webp") center 58% / cover no-repeat;
}

.inner-site .page-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: var(--page-accent);
  content: "";
}

.page-medicare .page-hero {
  background:
    linear-gradient(90deg, rgba(5, 30, 52, 0.96) 0%, rgba(5, 45, 72, 0.8) 54%, rgba(5, 30, 52, 0.25) 100%),
    url("assets/lagonell-storefront-optimized.webp") center 54% / cover no-repeat;
}

.page-medicaid .page-hero {
  background:
    linear-gradient(90deg, rgba(7, 39, 49, 0.96) 0%, rgba(7, 54, 63, 0.8) 54%, rgba(7, 39, 49, 0.26) 100%),
    url("assets/lagonell-storefront-optimized.webp") center 60% / cover no-repeat;
}

.page-marketplace .page-hero {
  background:
    linear-gradient(90deg, rgba(41, 20, 36, 0.96) 0%, rgba(72, 29, 45, 0.78) 54%, rgba(41, 20, 36, 0.22) 100%),
    url("assets/lagonell-storefront-optimized.webp") center 52% / cover no-repeat;
}

.page-dental .page-hero {
  background:
    linear-gradient(90deg, rgba(5, 40, 42, 0.96) 0%, rgba(8, 66, 65, 0.78) 54%, rgba(5, 40, 42, 0.2) 100%),
    url("assets/lagonell-storefront-optimized.webp") center 62% / cover no-repeat;
}

.page-community .page-hero {
  background:
    linear-gradient(90deg, rgba(13, 34, 49, 0.96) 0%, rgba(13, 34, 49, 0.76) 52%, rgba(13, 34, 49, 0.2) 100%),
    url("assets/ivana-headshot-optimized.webp") center 26% / cover no-repeat;
}

.page-videos .page-hero {
  background:
    linear-gradient(90deg, rgba(12, 29, 45, 0.96) 0%, rgba(12, 29, 45, 0.74) 54%, rgba(12, 29, 45, 0.2) 100%),
    url("assets/video-marketplace-hero.jpg") center 42% / cover no-repeat;
}

.page-about .page-hero {
  background:
    linear-gradient(90deg, rgba(6, 27, 44, 0.96) 0%, rgba(6, 27, 44, 0.76) 54%, rgba(6, 27, 44, 0.22) 100%),
    url("assets/lagonell-storefront-optimized.webp") center 58% / cover no-repeat;
}

.page-contact .page-hero,
.page-not-found .page-hero {
  min-height: 460px;
  background:
    linear-gradient(90deg, rgba(24, 28, 43, 0.96) 0%, rgba(24, 28, 43, 0.72) 54%, rgba(24, 28, 43, 0.12) 100%),
    url("assets/lagonell-storefront-optimized.webp") center 61% / cover no-repeat;
}

.inner-site .page-hero-content {
  width: min(100%, 780px);
}

.inner-site .breadcrumbs {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
}

.inner-site .breadcrumbs a {
  color: #9edfff;
}

.inner-site .page-hero .section-kicker {
  margin-bottom: 15px;
  color: #8bd8ff;
  letter-spacing: 0.11em;
}

.page-community .page-hero .section-kicker,
.page-marketplace .page-hero .section-kicker {
  color: #ffd278;
}

.inner-site .page-hero h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(3.15rem, 5.4vw, 5.35rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.inner-site .page-hero p:not(.section-kicker) {
  max-width: 670px;
  font-size: clamp(1.04rem, 1.4vw, 1.18rem);
  line-height: 1.62;
}

.inner-site .page-hero .hero-actions {
  margin-top: 28px;
}

.inner-site .page-hero .secondary-button {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  backdrop-filter: blur(10px);
}

.inner-site .page-hero .secondary-button:hover {
  background: #fff;
  color: var(--blue-dark);
}

.inner-site .page-summary-band {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 40px), 1120px);
  margin: -38px auto 0;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(13, 35, 58, 0.14);
}

.inner-site .page-summary-band div {
  position: relative;
  min-height: 118px;
  padding: 27px 32px 25px;
}

.inner-site .page-summary-band div::before {
  display: block;
  width: 34px;
  height: 3px;
  margin-bottom: 14px;
  background: var(--page-accent);
  content: "";
}

.inner-site .page-summary-band strong {
  margin-bottom: 5px;
  font-size: 1rem;
}

.inner-site .page-summary-band span {
  font-size: 0.9rem;
}

.inner-site .page-section,
.inner-site .website-cta,
.inner-site .page-form-section {
  padding-right: max(clamp(24px, 6vw, 82px), calc((100vw - 1180px) / 2));
  padding-left: max(clamp(24px, 6vw, 82px), calc((100vw - 1180px) / 2));
}

.inner-site .page-section {
  padding-top: clamp(78px, 8vw, 104px);
  padding-bottom: clamp(78px, 8vw, 104px);
}

.inner-site .page-summary-band + .page-section {
  padding-top: clamp(104px, 10vw, 134px);
}

.inner-site .page-section-tint {
  border-color: rgba(23, 32, 51, 0.08);
  background: #f3f7f9;
}

.inner-site .section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.inner-site .section-heading h2,
.inner-site .focused-copy h2,
.inner-site .about-copy h2,
.inner-site .contact-page-grid h2,
.inner-site .orienter-intro h2 {
  margin: 7px 0 17px;
  font-size: clamp(2.35rem, 4vw, 3.85rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.inner-site .section-heading p:not(.section-kicker),
.inner-site .focused-copy > p,
.inner-site .about-copy > p,
.inner-site .contact-page-grid p,
.inner-site .orienter-intro > p:last-child {
  max-width: 680px;
  color: #5c687a;
  font-size: 1rem;
  line-height: 1.72;
}

.inner-site .service-link-grid,
.inner-site .feature-grid {
  gap: 18px;
}

.inner-site .service-link-grid {
  counter-reset: services;
}

.inner-site .service-link {
  position: relative;
  min-height: 245px;
  padding: 34px;
  overflow: hidden;
  border-color: rgba(23, 32, 51, 0.1);
  box-shadow: 0 14px 38px rgba(13, 35, 58, 0.06);
  counter-increment: services;
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.inner-site .service-link::before {
  margin-bottom: 28px;
  color: var(--red);
  content: "0" counter(services);
  font-size: 0.76rem;
  font-weight: 900;
}

.inner-site .service-link::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--blue);
  content: "";
}

.inner-site .service-link:nth-child(2)::after {
  background: var(--green);
}

.inner-site .service-link:nth-child(3)::after {
  background: var(--red);
}

.inner-site .service-link:nth-child(4)::after {
  background: var(--gold);
}

.inner-site .service-link:hover {
  border-color: rgba(10, 111, 168, 0.28);
  box-shadow: 0 24px 52px rgba(13, 35, 58, 0.12);
  transform: translateY(-4px);
}

.inner-site .service-link h3 {
  font-size: 1.42rem;
}

.inner-site .service-link a::after {
  margin-left: 8px;
  content: "→";
}

.inner-site .feature-grid {
  counter-reset: features;
}

.inner-site .feature-item {
  position: relative;
  min-height: 215px;
  padding: 31px 32px;
  border-color: rgba(23, 32, 51, 0.1);
  box-shadow: 0 12px 34px rgba(13, 35, 58, 0.05);
  counter-increment: features;
}

.inner-site .feature-item::before {
  display: inline-flex;
  margin-bottom: 30px;
  color: var(--page-accent);
  content: "0" counter(features);
  font-size: 0.76rem;
  font-weight: 900;
}

.inner-site .feature-item h3 {
  max-width: 520px;
  font-size: 1.35rem;
}

.inner-site .feature-item p {
  margin-bottom: 0;
}

.inner-site .focused-layout,
.inner-site .about-layout,
.inner-site .contact-page-grid {
  width: min(100%, 1120px);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.62fr);
  gap: clamp(48px, 7vw, 88px);
}

.inner-site .plain-checklist {
  margin-top: 32px;
}

.inner-site .plain-checklist li {
  padding-top: 17px;
  padding-bottom: 17px;
}

.inner-site .page-aside {
  position: sticky;
  top: 104px;
  padding: 32px;
  border: 0;
  border-top: 4px solid var(--page-accent);
  background: #10283b;
  color: #fff;
  box-shadow: 0 22px 52px rgba(13, 35, 58, 0.18);
}

.inner-site .page-aside h3 {
  color: #fff;
  font-size: 1.4rem;
}

.inner-site .page-aside p {
  color: rgba(255, 255, 255, 0.72);
}

.inner-site .page-aside .primary-button {
  min-height: 46px;
  padding-inline: 18px;
}

.inner-site .process-grid {
  gap: 18px;
}

.inner-site .process-grid article {
  min-height: 225px;
  padding: 30px;
  border-top: 4px solid var(--page-accent);
  background: #fff;
  box-shadow: 0 14px 38px rgba(13, 35, 58, 0.07);
}

.inner-site .process-grid article:hover {
  transform: none;
}

.inner-site .process-grid article span {
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  background: var(--page-accent);
  font-size: 0.92rem;
}

.inner-site .orienter-section {
  grid-template-columns: minmax(0, 0.78fr) minmax(500px, 1fr);
  gap: clamp(48px, 7vw, 92px);
  padding: clamp(84px, 8vw, 108px) max(clamp(24px, 6vw, 82px), calc((100vw - 1180px) / 2));
  border-color: rgba(23, 32, 51, 0.08);
  background: #fff;
}

.inner-site .orienter-form {
  padding: 34px;
  border-top: 4px solid var(--blue);
  box-shadow: 0 24px 60px rgba(13, 35, 58, 0.12);
}

.inner-site .page-form-section {
  padding-top: clamp(82px, 8vw, 108px);
  padding-bottom: clamp(82px, 8vw, 108px);
  border-top: 0;
  background:
    linear-gradient(115deg, rgba(11, 36, 54, 0.97), rgba(16, 54, 74, 0.93)),
    url("assets/lagonell-background-optimized.webp") center / cover no-repeat;
  color: #fff;
}

.inner-site .page-form-section .lead-form-wrap {
  width: min(100%, 1120px);
  grid-template-columns: minmax(0, 0.74fr) minmax(420px, 1fr);
  gap: clamp(42px, 7vw, 82px);
  align-items: center;
}

.inner-site .page-form-section .lead-form-left h2 {
  margin: 7px 0 16px;
  color: #fff;
  font-size: clamp(2.4rem, 4vw, 3.85rem);
  line-height: 1.04;
}

.inner-site .page-form-section .lead-form-left p {
  color: rgba(255, 255, 255, 0.76);
}

.inner-site .page-form-section .lead-form-left .section-kicker {
  color: #8bd8ff;
}

.inner-site .page-form-section .form-benefits li {
  color: rgba(255, 255, 255, 0.86);
}

.inner-site .page-form-section .lead-form {
  padding: clamp(26px, 3vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 4px solid var(--red);
  background: #fff;
  color: var(--ink);
  box-shadow: 0 30px 74px rgba(0, 0, 0, 0.28);
  backdrop-filter: none;
}

.inner-site .page-form-section .lead-form:focus-within {
  border-color: rgba(10, 111, 168, 0.36);
  border-top-color: var(--red);
  box-shadow: 0 34px 82px rgba(0, 0, 0, 0.32);
}

.inner-site .page-form-section .lead-form label span {
  color: #344157;
  font-size: 0.8rem;
}

.inner-site .page-form-section .lead-form input,
.inner-site .page-form-section .lead-form select,
.inner-site .page-form-section .lead-form textarea {
  border-color: #cfdae1;
  background: #f8fafb;
}

.inner-site .page-form-section .privacy-note {
  color: #667386;
}

.inner-site .page-form-section .form-status {
  color: var(--ink);
}

.inner-site .page-form-section .form-status.is-success {
  color: #167245;
}

.inner-site .page-form-section .form-status.is-error {
  color: #b32e3c;
}

.page-community .community-section {
  gap: clamp(48px, 7vw, 88px);
  padding-right: max(clamp(24px, 6vw, 82px), calc((100vw - 1180px) / 2));
  padding-left: max(clamp(24px, 6vw, 82px), calc((100vw - 1180px) / 2));
  background: #10283b;
}

.page-community .community-content h2 {
  font-size: clamp(2.7rem, 4.7vw, 4.5rem);
}

.page-community .community-form {
  border-top: 4px solid var(--gold);
  box-shadow: 0 30px 74px rgba(0, 0, 0, 0.28);
}

.page-videos .page-section {
  background: #f3f7f9;
}

.page-videos .video-page-grid {
  gap: 24px;
}

.page-videos .video-item {
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(13, 35, 58, 0.09);
}

.page-videos .video-frame {
  border-radius: 0;
  box-shadow: none;
}

.page-videos .video-meta {
  min-height: 200px;
  padding: 26px 28px 30px;
}

.page-videos .video-meta h3 {
  margin-top: 16px;
  font-size: 1.42rem;
}

.page-about .about-layout {
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  align-items: center;
}

.page-about .about-photo {
  max-height: 620px;
  box-shadow: 0 26px 65px rgba(13, 35, 58, 0.16);
}

.page-contact .contact-page-grid {
  grid-template-columns: minmax(360px, 0.7fr) minmax(0, 1fr);
  align-items: stretch;
}

.page-contact .contact-details {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.page-contact .contact-details a {
  min-height: 76px;
  align-items: center;
  padding: 16px 18px;
  border-color: rgba(23, 32, 51, 0.1);
  background: #f6f9fa;
  font-size: 0.86rem;
  line-height: 1.4;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.page-contact .contact-details a:hover {
  border-color: rgba(10, 111, 168, 0.35);
  background: #edf7fa;
  transform: translateY(-2px);
}

.page-contact .contact-map {
  grid-column: auto;
  min-height: 520px;
  aspect-ratio: auto;
  margin: 0;
  box-shadow: 0 22px 54px rgba(13, 35, 58, 0.14);
}

.page-contact .contact-map iframe {
  min-height: 520px;
}

.inner-site .website-cta {
  padding-top: clamp(68px, 7vw, 88px);
  padding-bottom: clamp(68px, 7vw, 88px);
  border-top: 0;
  background: #e9f3f6;
}

.inner-site .website-cta h2 {
  max-width: 720px;
  font-size: clamp(2.25rem, 3.8vw, 3.55rem);
}

.inner-site .site-footer {
  padding: 42px max(clamp(24px, 6vw, 82px), calc((100vw - 1180px) / 2)) 28px;
  background: #0d2234;
}

.inner-site .footer-inner {
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.inner-site .footer-inner img {
  width: 138px;
  filter: brightness(0) invert(1);
}

.inner-site .footer-links {
  margin-left: auto;
}

.inner-site .footer-links a {
  color: rgba(255, 255, 255, 0.8);
}

.inner-site .footer-disclaimer {
  max-width: 900px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.48);
}

@media (max-width: 900px) {
  .inner-site .site-nav,
  .inner-site .nav-inner {
    min-height: 68px;
  }

  .inner-site .nav-logo {
    flex: 1;
  }

  .inner-site .nav-links a {
    padding: 15px 0;
  }

  .inner-site .nav-links a::after {
    display: none;
  }

  .inner-site .page-hero {
    min-height: 520px;
    padding-top: 74px;
    padding-bottom: 82px;
  }

  .inner-site .focused-layout,
  .inner-site .about-layout,
  .inner-site .contact-page-grid,
  .inner-site .orienter-section,
  .inner-site .page-form-section .lead-form-wrap {
    grid-template-columns: 1fr;
  }

  .inner-site .page-aside {
    position: static;
  }

  .inner-site .orienter-section {
    gap: 34px;
  }

  .page-contact .contact-map,
  .page-contact .contact-map iframe {
    min-height: 420px;
  }

  .inner-site .footer-links {
    margin-left: 0;
  }
}

@media (max-width: 620px) {
  .inner-site .nav-logo img {
    width: 132px;
  }

  .inner-site .page-hero,
  .page-contact .page-hero,
  .page-not-found .page-hero {
    min-height: 510px;
    padding: 64px 20px 72px;
  }

  .inner-site .page-hero h1 {
    font-size: 3rem;
    line-height: 1;
  }

  .inner-site .page-hero p:not(.section-kicker) {
    font-size: 1rem;
  }

  .inner-site .page-hero .hero-actions,
  .inner-site .page-hero .hero-actions a {
    width: 100%;
  }

  .inner-site .page-summary-band {
    width: 100%;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .inner-site .page-summary-band div {
    min-height: 0;
    padding: 24px 20px;
  }

  .inner-site .page-summary-band div::before {
    margin-bottom: 11px;
  }

  .inner-site .page-summary-band + .page-section {
    padding-top: 72px;
  }

  .inner-site .page-section,
  .inner-site .website-cta,
  .inner-site .page-form-section,
  .inner-site .orienter-section,
  .page-community .community-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .inner-site .service-link,
  .inner-site .feature-item,
  .inner-site .process-grid article {
    min-height: 0;
    padding: 26px 24px;
  }

  .inner-site .service-link::before,
  .inner-site .feature-item::before {
    margin-bottom: 20px;
  }

  .inner-site .orienter-form,
  .inner-site .page-form-section .lead-form {
    padding: 24px 18px;
  }

  .page-contact .contact-details {
    grid-template-columns: 1fr;
  }

  .page-contact .contact-details a {
    min-height: 60px;
  }

  .page-contact .contact-map,
  .page-contact .contact-map iframe {
    min-height: 340px;
  }

  .page-videos .video-meta {
    min-height: 0;
    padding: 22px;
  }

  .inner-site .footer-inner {
    align-items: flex-start;
  }
}

.inner-site :where(h1, h2, h3, h4, strong, button, .primary-button, .secondary-button, .nav-links) {
  font-family: "Nunito Sans", sans-serif;
}

.inner-site :where(h1, h2, h3) {
  text-wrap: balance;
}

.inner-site :where(p, li, blockquote) {
  text-wrap: pretty;
}

.inner-site .section-kicker,
.inner-site .page-hero .section-kicker {
  letter-spacing: 0;
}

.inner-site .page-hero h1 {
  font-size: 4.9rem;
}

.inner-site .section-heading h2,
.inner-site .focused-copy h2,
.inner-site .about-copy h2,
.inner-site .contact-page-grid h2,
.inner-site .orienter-intro h2,
.inner-site .page-form-section .lead-form-left h2 {
  font-size: 3.45rem;
}

.page-community .community-content h2 {
  font-size: 4rem;
}

.page-community .community-support-list li > span {
  border-radius: 50%;
  font-size: 0;
}

.page-community .community-support-list li > span::after {
  content: "\2713";
  font-size: 0.82rem;
}

.inner-site .website-cta h2 {
  font-size: 3.25rem;
}

/* Local SEO and trust content */
.local-trust-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: center;
  padding: 104px max(6vw, calc((100vw - 1180px) / 2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.local-trust-copy h2 {
  max-width: 720px;
  margin: 12px 0 20px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 3.35rem;
  line-height: 1.04;
  text-wrap: balance;
}

.local-trust-copy > p:not(.section-kicker) {
  max-width: 660px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.75;
}

.local-facts {
  display: grid;
  gap: 0;
  margin: 30px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.local-facts li {
  display: grid;
  grid-template-columns: minmax(150px, 0.7fr) minmax(0, 1fr);
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.local-facts strong {
  font-family: "Nunito Sans", sans-serif;
}

.local-facts span {
  color: var(--muted);
}

.local-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.local-map {
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.12);
  border-radius: 6px;
  box-shadow: 0 24px 60px rgba(13, 35, 58, 0.13);
}

.local-map iframe {
  display: block;
  width: 100%;
  min-height: 520px;
  border: 0;
}

.local-insurance-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  gap: clamp(48px, 7vw, 92px);
  align-items: center;
  background: #fff;
}

.local-insurance-copy h2 {
  margin: 12px 0 20px;
}

.local-insurance-copy > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

.local-insurance-points {
  border-top: 1px solid var(--line);
}

.local-insurance-points > div {
  display: grid;
  grid-template-columns: minmax(130px, 0.62fr) minmax(0, 1fr);
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.local-insurance-points strong {
  color: var(--blue-dark);
  font-family: "Nunito Sans", sans-serif;
}

.local-insurance-points span {
  color: var(--muted);
}

.insurance-faq {
  background: #fff;
}

.faq-list {
  max-width: 940px;
  margin: 48px auto 0;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 58px 24px 0;
  cursor: pointer;
  color: var(--ink);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 0;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(10, 111, 168, 0.25);
  border-radius: 50%;
  color: var(--blue);
  font-size: 1.35rem;
  font-weight: 500;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 780px;
  margin: -4px 0 24px;
  color: var(--muted);
  line-height: 1.75;
}

.page-privacy .page-hero {
  min-height: 460px;
  background:
    linear-gradient(90deg, rgba(6, 27, 44, 0.96) 0%, rgba(6, 27, 44, 0.74) 56%, rgba(6, 27, 44, 0.16) 100%),
    url("assets/lagonell-storefront-optimized.webp") center 58% / cover no-repeat;
}

.policy-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(52px, 8vw, 110px);
  align-items: start;
  background: #fff;
}

.policy-summary {
  position: sticky;
  top: 110px;
  padding-top: 8px;
}

.policy-summary h2 {
  margin: 12px 0 18px;
  font-size: 2.2rem;
  line-height: 1.08;
}

.policy-summary > p:not(.section-kicker) {
  color: var(--muted);
  line-height: 1.7;
}

.policy-content {
  max-width: 780px;
}

.policy-updated {
  margin: 0 0 38px;
  color: var(--blue-dark);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.policy-content h2 {
  margin: 44px 0 14px;
  font-size: 1.65rem;
}

.policy-content h2:first-of-type {
  margin-top: 0;
}

.policy-content p,
.policy-content li {
  color: var(--muted);
  line-height: 1.78;
}

.policy-content a {
  color: var(--blue-dark);
  font-weight: 700;
  text-underline-offset: 3px;
}

@media (max-width: 900px) {
  .local-trust-section,
  .local-insurance-intro,
  .policy-layout {
    grid-template-columns: 1fr;
  }

  .local-trust-section {
    padding-right: 28px;
    padding-left: 28px;
  }

  .local-map,
  .local-map iframe {
    min-height: 420px;
  }

  .policy-summary {
    position: static;
  }
}

@media (max-width: 620px) {
  .local-trust-section {
    padding: 72px 20px;
  }

  .local-trust-copy h2 {
    font-size: 2.45rem;
  }

  .local-facts li,
  .local-insurance-points > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .local-actions,
  .local-actions a {
    width: 100%;
  }

  .local-map,
  .local-map iframe {
    min-height: 340px;
  }

  .faq-list {
    margin-top: 32px;
  }

  .faq-list summary {
    padding-right: 48px;
    font-size: 1rem;
  }
}

.inner-site .service-link::before,
.inner-site .feature-item::before {
  display: none;
}

.inner-site .service-link h3,
.inner-site .feature-item h3 {
  margin-top: 18px;
}

:where(a, button, input, select, textarea, summary) {
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(10, 111, 168, 0.14);
}

.inner-site :where(input, select, textarea):focus-visible {
  outline: 3px solid rgba(243, 179, 61, 0.72);
  outline-offset: 2px;
}

.inner-site :where(.nav-phone, .nav-mobile-phone) {
  font-variant-numeric: tabular-nums;
}

.whatsapp-gate-dialog,
.inner-site .nav-links {
  overscroll-behavior: contain;
}

@media (max-width: 900px) {
  .inner-site .page-hero h1 {
    font-size: 4rem;
  }

  .inner-site .section-heading h2,
  .inner-site .focused-copy h2,
  .inner-site .about-copy h2,
  .inner-site .contact-page-grid h2,
  .inner-site .orienter-intro h2,
  .inner-site .page-form-section .lead-form-left h2 {
    font-size: 3rem;
  }

  .page-community .community-content h2 {
    font-size: 3.35rem;
  }
}

@media (max-width: 620px) {
  .inner-site .page-hero h1 {
    font-size: 3rem;
  }

  .inner-site .section-heading h2,
  .inner-site .focused-copy h2,
  .inner-site .about-copy h2,
  .inner-site .contact-page-grid h2,
  .inner-site .orienter-intro h2,
  .inner-site .page-form-section .lead-form-left h2 {
    font-size: 2.4rem;
  }

  .page-community .community-content h2 {
    font-size: 2.75rem;
  }

  .inner-site .website-cta h2 {
    font-size: 2.35rem;
  }
}

body.floating-tools-suppressed #chat-widget {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Answer center: concise, source-led content for search and AI answers. */
.answer-intro {
  width: min(980px, calc(100% - 40px));
  margin: clamp(28px, 5vw, 56px) auto;
}

.direct-answer {
  padding: clamp(22px, 4vw, 34px) clamp(22px, 4vw, 40px);
  border-left: 6px solid var(--red);
  border-radius: 0 28px 28px 0;
  background: linear-gradient(115deg, rgba(10, 111, 168, 0.09), rgba(255, 255, 255, 0.96));
  color: var(--blue-dark);
  font-size: clamp(1.12rem, 2vw, 1.35rem);
  font-weight: 700;
  line-height: 1.55;
}

.direct-answer strong {
  color: var(--red-dark);
}

.answer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.34fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: start;
}

.answer-copy > * + * {
  margin-top: 20px;
}

.answer-copy h2 {
  margin-top: 38px;
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
}

.answer-copy h3 {
  margin-top: 30px;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.answer-copy p,
.answer-copy li {
  font-size: 1.05rem;
  line-height: 1.72;
}

.answer-sources {
  position: sticky;
  top: 104px;
  padding: 26px;
  border: 1px solid rgba(5, 90, 122, 0.16);
  border-radius: 28px;
  background: #f3f9fb;
}

.answer-sources h2 {
  margin: 0 0 12px;
  font-size: 1.25rem;
}

.answer-sources ul {
  margin: 0;
  padding-left: 19px;
}

.answer-sources li + li {
  margin-top: 12px;
}

.answer-sources a,
.question-list a {
  color: var(--blue-dark);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.question-list {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  border-top: 1px solid rgba(5, 90, 122, 0.18);
}

.question-list article {
  display: grid;
  grid-template-columns: minmax(0, 0.35fr) minmax(0, 0.65fr);
  gap: clamp(24px, 5vw, 64px);
  padding: clamp(24px, 4vw, 38px) 0;
  border-bottom: 1px solid rgba(5, 90, 122, 0.18);
}

.question-list h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.question-list p {
  margin: 0 0 14px;
  font-size: 1.03rem;
  line-height: 1.65;
}

.home-answer-section {
  width: min(1180px, calc(100% - 40px));
  margin: clamp(42px, 7vw, 80px) auto;
  padding: clamp(34px, 6vw, 64px);
  border-radius: 36px;
  background: linear-gradient(130deg, #073f5b, #0b6f93);
  color: #fff;
}

.home-answer-section .section-kicker,
.home-answer-section h2,
.home-answer-section p {
  color: #fff;
}

.home-answer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.home-answer-links a {
  padding: 24px 18px 10px 0;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.home-answer-links a + a {
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

@media (max-width: 760px) {
  .answer-layout,
  .question-list article,
  .home-answer-links {
    grid-template-columns: 1fr;
  }

  .answer-sources {
    position: static;
  }

  .home-answer-links a + a {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    border-left: 0;
  }
}

/* WhatsApp actions */
.whatsapp-cta {
  gap: 10px;
  border-color: transparent !important;
  background: #1f9f61 !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(23, 132, 78, 0.24) !important;
}

.whatsapp-cta::before {
  content: "";
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 2a9.9 9.9 0 0 0-8.5 15L2.2 22l5.1-1.3A10 10 0 1 0 12 2zm0 2a8 8 0 0 1 0 16 7.9 7.9 0 0 1-4.1-1.1l-.4-.2-2.5.7.7-2.4-.3-.4A8 8 0 0 1 12 4z'/%3E%3C/svg%3E");
}

.whatsapp-cta:hover {
  background: #18854f !important;
  color: #fff !important;
  box-shadow: 0 18px 38px rgba(23, 132, 78, 0.32) !important;
}

.mobile-contact-whatsapp.whatsapp-cta::before {
  display: none;
}

/* Orientación Comunitaria: CHW service experience */
.page-community {
  --community-cyan: #18a9c6;
  --community-green: #26966a;
  --community-coral: #e85d55;
  --community-yellow: #e8b94c;
}

.page-community .page-hero-community {
  min-height: min(690px, calc(100svh - 71px));
  align-items: center;
  background:
    linear-gradient(90deg, rgba(7, 35, 55, 0.97) 0%, rgba(7, 35, 55, 0.9) 42%, rgba(7, 35, 55, 0.48) 72%, rgba(7, 35, 55, 0.26) 100%),
    url("assets/ivana-headshot-optimized.webp") 76% 30% / cover no-repeat;
}

.page-community .page-hero-content {
  width: min(100%, 760px);
}

.page-community .page-hero h1 {
  max-width: 790px;
  font-size: clamp(3rem, 6.3vw, 5.9rem);
}

.community-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 28px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.82);
  list-style: none;
  font-size: 0.88rem;
  font-weight: 800;
}

.community-hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.community-hero-points li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6fe0b1;
  box-shadow: 0 0 0 4px rgba(111, 224, 177, 0.14);
}

.community-anchor-nav {
  position: sticky;
  z-index: 8;
  top: 70px;
  display: flex;
  justify-content: center;
  gap: 4px;
  min-height: 58px;
  padding: 7px max(20px, calc((100vw - 1180px) / 2));
  overflow-x: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: #087bb8;
  scrollbar-width: none;
}

.community-anchor-nav::-webkit-scrollbar {
  display: none;
}

.community-anchor-nav a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 5px;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.2s ease;
}

.community-anchor-nav a:hover,
.community-anchor-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.16);
}

.chw-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.65fr);
  gap: clamp(46px, 8vw, 112px);
  align-items: center;
  scroll-margin-top: 140px;
  background: #fff;
}

.chw-intro-copy h2,
.community-resources-heading h2 {
  max-width: 850px;
  margin: 8px 0 22px;
  font-size: clamp(2.55rem, 5vw, 4.9rem);
  line-height: 1.02;
}

.chw-intro-lead {
  margin: 0 0 18px;
  color: #26384a;
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.75;
}

.chw-intro-copy > p:last-child {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.chw-scope-note {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 4vw, 44px);
  border-radius: 8px;
  background: #0b3651;
  color: #fff;
  box-shadow: 0 26px 62px rgba(11, 54, 81, 0.2);
}

.chw-scope-note::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--community-cyan), var(--community-green), var(--community-yellow), var(--community-coral));
}

.chw-scope-label {
  display: block;
  margin-bottom: 24px;
  color: #8ddff0;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.chw-scope-note strong {
  display: block;
  max-width: 340px;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.08;
}

.chw-scope-note p {
  margin: 18px 0 26px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
}

.chw-scope-note a {
  color: #fff;
  font-weight: 900;
  text-underline-offset: 5px;
}

.chw-services {
  scroll-margin-top: 140px;
  background: #f2f7f9;
}

.chw-services .section-heading {
  max-width: 860px;
}

.chw-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.chw-service-card {
  min-height: 330px;
  padding: 30px 26px;
  border: 1px solid #dce7ec;
  border-top: 5px solid var(--community-cyan);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 15px 38px rgba(20, 54, 76, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.chw-service-card:nth-child(2) { border-top-color: var(--community-green); }
.chw-service-card:nth-child(3) { border-top-color: var(--community-yellow); }
.chw-service-card:nth-child(4) { border-top-color: var(--community-coral); }

.chw-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 48px rgba(20, 54, 76, 0.12);
}

.chw-service-role {
  display: inline-block;
  margin-bottom: 48px;
  color: #0879ad;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.chw-service-card:nth-child(2) .chw-service-role { color: #187a54; }
.chw-service-card:nth-child(3) .chw-service-role { color: #8a6514; }
.chw-service-card:nth-child(4) .chw-service-role { color: #b43f3b; }

.chw-service-card h3 {
  margin: 0 0 16px;
  font-size: clamp(1.3rem, 2vw, 1.72rem);
  line-height: 1.14;
}

.chw-service-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.66;
}

.community-resources {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
  background: #fff;
}

.community-resources-heading {
  position: sticky;
  top: 158px;
}

.community-resources-heading h2 {
  font-size: clamp(2.35rem, 4.5vw, 4.2rem);
}

.community-resources-heading > p:last-child {
  color: var(--muted);
  line-height: 1.7;
}

.community-resource-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.community-resource-list article {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid #dce6eb;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(14, 48, 69, 0.07);
}

.community-resource-list article:nth-child(even) {
  border-right: 1px solid #dce6eb;
}

.community-resource-media {
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  background: #e7eef1;
}

.community-resource-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.community-resource-list article:hover .community-resource-media img {
  transform: scale(1.025);
}

.community-resource-body {
  padding: 24px 24px 28px;
}

.community-resource-list span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.community-resource-list h3 {
  margin: 0 0 11px;
  font-size: 1.3rem;
  line-height: 1.18;
}

.community-resource-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.6;
}

.community-resource-list ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 16px;
  margin: 22px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #e4ecef;
  list-style: none;
}

.community-resource-list li {
  position: relative;
  padding-left: 14px;
  color: #34465a;
  font-size: 0.82rem;
  line-height: 1.4;
}

.community-resource-list li::before {
  content: "";
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--community-green);
}

.community-resource-list .community-resource-featured {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  min-height: 380px;
  border-right: 1px solid #cfe2e7;
  background: #eef8fb;
}

.community-resource-featured .community-resource-media {
  height: 100%;
  aspect-ratio: auto;
}

.community-resource-featured .community-resource-body {
  align-self: center;
  padding: clamp(30px, 4vw, 48px);
}

.community-resource-featured span {
  color: #187a54;
}

.community-resource-featured h3 {
  max-width: 620px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.community-resource-featured p {
  max-width: 720px;
  font-size: 1rem;
}

.community-resource-featured ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.community-image-credits {
  grid-column: 2;
  margin-top: 2px;
  color: #657684;
  font-size: 0.72rem;
  line-height: 1.55;
}

.community-image-credits summary {
  width: fit-content;
  cursor: pointer;
  color: #536776;
  font-weight: 700;
}

.community-image-credits p {
  margin: 8px 0 0;
}

.community-image-credits a {
  color: var(--blue);
}

.community-guidance-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  padding: clamp(46px, 6vw, 76px) max(clamp(24px, 6vw, 82px), calc((100vw - 1180px) / 2));
  background: #087bb8;
  color: #fff;
}

.community-guidance-cta span {
  display: block;
  color: #a9eaf5;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.community-guidance-cta h2 {
  margin: 8px 0 12px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.04;
}

.community-guidance-cta p {
  max-width: 750px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.community-guidance-cta .primary-button {
  min-width: 248px;
}

.community-boundary {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: center;
  padding: clamp(38px, 5vw, 64px) max(clamp(24px, 6vw, 82px), calc((100vw - 1180px) / 2));
  border-block: 1px solid #f0c5c1;
  background: #fff4f2;
}

.community-boundary span {
  color: #b43639;
  font-size: 0.73rem;
  font-weight: 900;
  text-transform: uppercase;
}

.community-boundary h2 {
  margin: 8px 0 0;
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  line-height: 1.1;
}

.community-boundary p {
  margin: 0;
  color: #61464a;
  line-height: 1.7;
}

.chw-process {
  scroll-margin-top: 140px;
  background: #10283b;
  color: #fff;
}

.chw-process .section-heading h2 {
  color: #fff;
}

.chw-process .section-heading p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.68);
}

.chw-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.chw-process-list li {
  min-height: 250px;
  padding: 28px 24px 18px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.chw-process-list li + li {
  padding-left: 24px;
}

.chw-process-list li:last-child {
  border-right: 0;
}

.chw-process-list > li > span {
  display: block;
  margin-bottom: 54px;
  color: #72d8ec;
  font-size: 0.78rem;
  font-weight: 900;
}

.chw-process-list h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 1.42rem;
}

.chw-process-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.92rem;
  line-height: 1.62;
}

.page-community .community-section {
  scroll-margin-top: 130px;
  background: #0b3651;
}

.page-community .community-form {
  border-top-color: var(--community-green);
}

.page-community .community-form .whatsapp-cta {
  width: 100%;
}

@media (max-width: 1080px) {
  .chw-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .chw-service-card {
    min-height: 290px;
  }

  .community-resources {
    grid-template-columns: 1fr;
  }

  .community-resources-heading {
    position: static;
    max-width: 850px;
  }

  .community-image-credits {
    grid-column: auto;
    margin-top: 2px;
  }
}

@media (max-width: 820px) {
  .page-community .page-hero-community {
    min-height: 640px;
    background:
      linear-gradient(90deg, rgba(7, 35, 55, 0.97) 0%, rgba(7, 35, 55, 0.85) 72%, rgba(7, 35, 55, 0.64) 100%),
      url("assets/ivana-headshot-optimized.webp") 68% 28% / cover no-repeat;
  }

  .community-anchor-nav {
    top: 62px;
    justify-content: flex-start;
    padding-inline: 14px;
  }

  .chw-intro,
  .community-boundary,
  .community-guidance-cta {
    grid-template-columns: 1fr;
  }

  .community-guidance-cta .primary-button {
    width: fit-content;
  }

  .chw-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .chw-process-list li:nth-child(2) {
    border-right: 0;
  }

  .chw-process-list li:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .chw-process-list li:nth-child(3) {
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  .page-community .page-hero h1 {
    font-size: 2.62rem;
  }

  .community-hero-points {
    display: grid;
  }

  .chw-service-grid,
  .community-resource-list,
  .chw-process-list {
    grid-template-columns: 1fr;
  }

  .chw-service-card {
    min-height: auto;
  }

  .chw-service-role {
    margin-bottom: 34px;
  }

  .community-resource-list article,
  .community-resource-list article:nth-child(even) {
    min-height: auto;
    border-right: 1px solid #dce6eb;
  }

  .community-resource-list .community-resource-featured {
    grid-template-columns: 1fr;
  }

  .community-resource-featured .community-resource-media {
    aspect-ratio: 16 / 10;
    height: auto;
  }

  .community-resource-featured ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .community-image-credits {
    margin-top: 2px;
  }

  .community-guidance-cta .primary-button {
    width: 100%;
  }

  .chw-process-list li,
  .chw-process-list li + li,
  .chw-process-list li:nth-child(3) {
    min-height: 210px;
    padding: 26px 0 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-right: 0;
  }

  .chw-process-list > li > span {
    margin-bottom: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .chw-service-card,
  .community-resource-media img {
    transition: none;
  }
}

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

/* 2026 team-first redesign: warmer, rounder and more compact. */
:root {
  --ink: #17313d;
  --ink-soft: #35515e;
  --muted: #5c707a;
  --blue: #0878a8;
  --blue-dark: #075670;
  --red: #e64052;
  --red-dark: #c92f42;
  --green: #28875d;
  --green-dark: #176c48;
  --gold: #f2b640;
  --wash: #f4f8f7;
  --sky-wash: #e9f5f8;
  --mint-wash: #edf6e7;
  --warm-white: #fffdfa;
  --line: #d9e5e5;
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 38px;
  --shadow-soft: 0 16px 42px rgba(23, 49, 61, 0.1);
}

html {
  scroll-padding-top: 86px;
}

body,
button,
input,
select,
textarea {
  font-family: "Nunito Sans", sans-serif;
}

body {
  color: var(--ink);
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 38%, #f8fbfa 100%);
  font-weight: 500;
}

h1,
h2,
h3,
h4,
.nav-links a,
.nav-cta,
.primary-button,
.secondary-button,
.section-kicker {
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

.site-nav {
  min-height: 76px;
  z-index: 30;
  padding-inline: 0;
  border-top: 3px solid var(--blue);
  border-bottom: 1px solid rgba(23, 49, 61, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 28px rgba(23, 49, 61, 0.06);
  backdrop-filter: blur(14px);
}

.nav-inner {
  width: min(100%, 1320px);
  min-height: 73px;
  padding-inline: clamp(20px, 3vw, 36px);
}

.nav-logo img {
  width: clamp(150px, 14vw, 188px);
}

.nav-logo {
  flex: 0 0 180px;
}

.nav-links {
  gap: clamp(16px, 2vw, 28px);
}

.nav-links a {
  font-size: 0.96rem;
  font-weight: 800;
}

.nav-links a[aria-current="page"]::after {
  border-radius: 999px;
}

.nav-cta,
.primary-button,
.secondary-button {
  min-height: 50px;
  border-radius: 999px;
  padding-inline: 24px;
  font-weight: 800;
}

.primary-button {
  box-shadow: 0 10px 24px rgba(230, 64, 82, 0.22);
}

.primary-button:hover,
.nav-cta:hover {
  box-shadow: 0 14px 30px rgba(230, 64, 82, 0.28);
  transform: translateY(-2px);
}

.secondary-button {
  border-color: rgba(8, 120, 168, 0.28);
  background: rgba(255, 255, 255, 0.94);
}

.whatsapp-cta,
.form-whatsapp-followup,
.chat-direct-contact a {
  background: #1fa463;
  border-color: #1fa463;
  color: #fff;
  box-shadow: 0 10px 24px rgba(31, 164, 99, 0.2);
}

.whatsapp-cta::before,
.form-whatsapp-followup::before {
  width: 18px;
  height: 18px;
  display: inline-block;
  flex: 0 0 18px;
  content: "";
  background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2a9.9 9.9 0 0 0-8.5 15L2.2 22l5.1-1.3A10 10 0 1 0 12 2Zm0 2a8 8 0 0 1 0 16 7.9 7.9 0 0 1-4.1-1.1l-.4-.2-2.5.7.7-2.4-.3-.4A8 8 0 0 1 12 4Zm-3.7 3.6c-.2 0-.4.1-.6.3-.6.6-.9 1.4-.9 2.2 0 1.5 1 3 2.2 4.2 1.5 1.5 3.5 2.8 5.7 3.4.8.2 1.6-.1 2.2-.7.4-.4.7-1 .7-1.5 0-.2-.1-.3-.3-.4l-2.2-1c-.2-.1-.4 0-.5.2l-.8 1c-.1.2-.3.2-.5.1-1-.4-2-.9-2.8-1.7-.8-.8-1.4-1.7-1.8-2.7-.1-.2 0-.4.1-.5l.9-.8c.2-.1.2-.3.1-.5l-1-2.3c-.1-.2-.3-.3-.5-.3Z'/%3E%3C/svg%3E");
}

.nav-cta.whatsapp-cta,
.primary-button.whatsapp-cta,
.secondary-button.whatsapp-cta,
.lead-form .primary-button.whatsapp-cta,
.orienter-form .primary-button.whatsapp-cta,
.community-form .primary-button.whatsapp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-color: #1fa463;
  background: #1fa463;
  color: #fff;
}

.nav-cta.whatsapp-cta {
  min-width: 212px;
  padding-inline: 20px;
  white-space: nowrap;
}

.nav-actions {
  gap: 12px;
}

.nav-links {
  gap: clamp(15px, 1.55vw, 22px);
}

.nav-cta.whatsapp-cta:hover,
.primary-button.whatsapp-cta:hover,
.secondary-button.whatsapp-cta:hover {
  border-color: #168653;
  background: #168653;
  color: #fff;
}

.contact-details .contact-whatsapp-link {
  border-color: #1fa463;
  background: #1fa463;
  color: #fff;
}

.website-hero {
  min-height: min(720px, calc(100svh - 76px));
  padding: clamp(70px, 9vh, 110px) clamp(24px, 7vw, 96px);
  border-radius: 0 0 54px 54px;
  overflow: hidden;
}

.website-hero::before {
  background:
    linear-gradient(90deg, rgba(7, 41, 59, 0.91) 0%, rgba(7, 41, 59, 0.72) 45%, rgba(7, 41, 59, 0.18) 78%, rgba(7, 41, 59, 0.08) 100%);
}

.website-hero .hero-content {
  max-width: 720px;
}

.website-hero h1 {
  max-width: 700px;
  margin: 10px 0 18px;
  font-size: clamp(3.7rem, 7.2vw, 6.8rem);
  line-height: 0.94;
  font-weight: 900;
}

.website-hero .hero-value {
  max-width: 650px;
  margin: 0 0 30px;
  font-size: clamp(1.14rem, 1.7vw, 1.38rem);
  line-height: 1.55;
}

body.hero-exit-complete .website-hero .section-kicker,
body.hero-exit-complete .website-hero h1,
body.hero-exit-complete .website-hero p:not(.section-kicker),
body.hero-exit-complete .website-hero .hero-actions {
  animation-duration: 0.5s;
  animation-delay: 0s;
}

.hero-actions {
  gap: 12px;
}

.proof-strip {
  width: min(1120px, calc(100% - 40px));
  margin: -28px auto 0;
  padding: 22px 30px;
  border: 1px solid rgba(8, 120, 168, 0.13);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--shadow-soft);
  position: relative;
  z-index: 3;
}

.community-anchor-nav a {
  border-radius: 999px;
  color: var(--ink);
}

.community-anchor-nav a:hover,
.community-anchor-nav a:focus-visible {
  background: var(--sky-wash);
  color: var(--blue-dark);
}

.proof-strip > div {
  min-height: 52px;
}

.website-paths,
.page-section,
.page-form-section,
.community-section,
.reviews-section,
.local-trust-section,
.website-cta,
.ivana-note {
  padding-top: clamp(48px, 6vw, 74px);
  padding-bottom: clamp(48px, 6vw, 74px);
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading h2,
.reviews-heading h2,
.local-trust-copy h2,
.website-cta h2,
.ivana-note h2 {
  font-size: clamp(2.15rem, 4vw, 3.45rem);
  line-height: 1.04;
  font-weight: 850;
}

.section-kicker {
  color: var(--blue);
  font-weight: 900;
}

.path-grid {
  gap: 0;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(8, 120, 168, 0.14);
  border-radius: 40px;
  background:
    linear-gradient(125deg, var(--sky-wash) 0 49.8%, var(--mint-wash) 50.2% 100%);
  box-shadow: none;
}

.path-card {
  min-height: 360px;
  padding: clamp(30px, 4vw, 52px);
  border: 0;
  border-radius: 32px;
  background: transparent;
  box-shadow: none;
}

.path-card + .path-card {
  border-left: 1px solid rgba(23, 49, 61, 0.12);
}

.path-grid .path-card-community {
  color: var(--ink);
}

.path-grid .path-card-community .path-label {
  color: var(--green-dark);
}

.path-grid .path-card-community h3 {
  color: var(--ink);
}

.path-grid .path-card-community > p:not(.path-label) {
  color: var(--muted);
}

.path-card h3 {
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  line-height: 1.05;
}

.ivana-note {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(30px, 5vw, 64px);
  padding-inline: clamp(28px, 5vw, 64px);
  border-radius: 48px;
  background:
    linear-gradient(135deg, var(--sky-wash), #f7fbf7 54%, var(--mint-wash));
}

.ivana-note img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 34px 34px 88px 34px;
  object-fit: cover;
  box-shadow: none;
}

.local-trust-section {
  gap: clamp(34px, 6vw, 76px);
}

.local-facts {
  gap: 0;
  border-top: 1px solid var(--line);
}

.local-facts li {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.local-map {
  min-height: 430px;
  border-radius: 38px 38px 92px 38px;
  box-shadow: var(--shadow-soft);
}

.reviews-section {
  background:
    linear-gradient(135deg, #eaf5f9 0%, #f5faf9 48%, #edf6e7 100%);
  color: var(--ink);
}

.reviews-heading h2 {
  color: var(--ink);
}

.reviews-heading p:not(.section-kicker) {
  color: var(--muted);
}

.reviews-heading .section-kicker {
  color: var(--blue);
}

.reviews-control {
  border-color: rgba(8, 120, 168, 0.24);
}

.review-card {
  border-color: rgba(8, 120, 168, 0.12);
  border-radius: 28px;
  box-shadow: 0 12px 32px rgba(23, 49, 61, 0.08);
}

.website-cta {
  margin-top: 0;
  border-radius: 48px 48px 0 0;
  background:
    linear-gradient(115deg, var(--blue-dark), #08698b 60%, var(--green-dark));
}

.website-cta h2 {
  color: #fff;
}

.website-cta .section-kicker {
  color: #a8e7ff;
}

.site-footer {
  background: #102f3c;
}

.page-hero {
  min-height: 470px;
  border-radius: 0 0 54px 54px;
  overflow: hidden;
}

.page-hero::before {
  background:
    linear-gradient(90deg, rgba(7, 41, 59, 0.9) 0%, rgba(7, 41, 59, 0.68) 48%, rgba(7, 41, 59, 0.18) 100%);
}

.page-hero-content {
  max-width: 760px;
  padding-top: clamp(64px, 8vw, 92px);
  padding-bottom: clamp(64px, 8vw, 92px);
}

.page-hero h1 {
  font-size: clamp(2.85rem, 5.5vw, 5.25rem);
  line-height: 0.98;
  font-weight: 900;
}

.page-medicare .page-hero {
  background:
    linear-gradient(90deg, rgba(7, 41, 59, 0.91), rgba(7, 41, 59, 0.62) 58%, rgba(7, 41, 59, 0.18)),
    url("/assets/community/health-programs-1080.webp") center / cover no-repeat;
}

.page-medicaid .page-hero {
  background:
    linear-gradient(90deg, rgba(7, 41, 59, 0.91), rgba(7, 41, 59, 0.62) 58%, rgba(7, 41, 59, 0.18)),
    url("/assets/community/insurance-1080.webp") center / cover no-repeat;
}

.page-marketplace .page-hero {
  background:
    linear-gradient(90deg, rgba(7, 41, 59, 0.91), rgba(7, 41, 59, 0.62) 58%, rgba(7, 41, 59, 0.18)),
    url("/assets/community/new-in-us-1080.webp") center / cover no-repeat;
}

.page-dental .page-hero {
  background:
    linear-gradient(90deg, rgba(7, 41, 59, 0.91), rgba(7, 41, 59, 0.62) 58%, rgba(7, 41, 59, 0.18)),
    url("/assets/community/medical-care-1080.webp") center / cover no-repeat;
}

.page-community .page-hero.page-hero-community {
  min-height: clamp(600px, 68vh, 720px);
  background:
    linear-gradient(90deg, rgba(7, 41, 59, 0.94), rgba(7, 41, 59, 0.7) 58%, rgba(7, 41, 59, 0.22)),
    url("/assets/community/family-resources-1080.webp") center 48% / cover no-repeat;
}

.page-about .page-hero {
  background:
    linear-gradient(90deg, rgba(7, 41, 59, 0.93), rgba(7, 41, 59, 0.66) 58%, rgba(7, 41, 59, 0.2)),
    url("/assets/lagonell-storefront-optimized.webp") center / cover no-repeat;
}

.page-community .page-hero h1 {
  max-width: 720px;
  font-size: clamp(3rem, 5.2vw, 4.85rem);
}

.page-summary-band {
  width: min(1120px, calc(100% - 40px));
  margin: -24px auto 0;
  padding: 18px 26px;
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  position: relative;
  z-index: 2;
}

.service-link-grid,
.feature-grid,
.chw-service-grid {
  gap: 0;
  padding: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: #fff;
}

.service-link,
.feature-item,
.chw-service-card {
  min-height: auto;
  padding: clamp(24px, 3vw, 38px);
  border: 0;
  border-radius: 26px;
  background: transparent;
  box-shadow: none;
}

.service-link + .service-link,
.feature-item + .feature-item,
.chw-service-card + .chw-service-card {
  border-left: 1px solid var(--line);
}

.focused-layout,
.about-layout,
.contact-page-grid,
.lead-form-wrap {
  gap: clamp(34px, 6vw, 72px);
}

.page-aside,
.lead-form,
.community-form,
.orienter-form {
  border: 1px solid rgba(8, 120, 168, 0.14);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.about-photo {
  border-radius: 38px 38px 100px 38px;
}

.about-media p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  text-align: center;
}

.page-section-tint {
  background:
    linear-gradient(135deg, var(--sky-wash), #f8fbfa 52%, var(--mint-wash));
}

.community-anchor-nav {
  width: min(1020px, calc(100% - 40px));
  margin: -24px auto 0;
  padding: 10px 14px;
  border: 1px solid rgba(8, 120, 168, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--shadow-soft);
  position: relative;
  z-index: 3;
}

.chw-intro {
  gap: clamp(34px, 6vw, 72px);
}

.chw-scope-note {
  padding: clamp(28px, 4vw, 42px);
  border: 0;
  border-radius: 34px 34px 76px 34px;
  background: var(--mint-wash);
  box-shadow: none;
  color: var(--ink);
}

.chw-scope-note .chw-scope-label {
  margin-bottom: 18px;
  color: var(--blue);
}

.chw-scope-note strong {
  color: var(--ink);
}

.chw-scope-note p {
  color: var(--muted);
}

.chw-scope-note a {
  color: var(--blue-dark);
}

.chw-service-role {
  margin-bottom: 16px;
}

.community-resources-heading {
  margin-bottom: 28px;
}

.community-resource-list {
  gap: 18px;
}

.community-resource-list > article {
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(8, 120, 168, 0.14);
  border-radius: 30px 30px 64px 30px;
  background: #fff;
  box-shadow: none;
}

.community-resource-list > article:nth-child(3n + 2) {
  border-radius: 30px 64px 30px 30px;
}

.community-resource-media {
  aspect-ratio: 16 / 9;
}

.community-resource-body {
  padding: 24px 26px 28px;
}

.community-resource-body > span {
  font-size: 0.82rem;
}

.community-resource-body h3 {
  margin: 8px 0 9px;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.08;
}

.community-resource-body p {
  margin-bottom: 16px;
  font-size: 1.04rem;
  line-height: 1.5;
}

.community-resource-body ul {
  gap: 8px 18px;
}

.community-resource-body li {
  font-size: 0.95rem;
  line-height: 1.35;
}

.community-resource-list .community-resource-featured {
  border-radius: 46px 46px 96px 46px;
  background: var(--sky-wash);
}

.community-guidance-cta,
.community-boundary {
  gap: clamp(24px, 5vw, 60px);
  padding: clamp(32px, 5vw, 54px);
  border-radius: 42px;
}

.community-guidance-cta {
  width: min(1180px, calc(100% - 40px));
  margin: 20px auto;
}

.community-boundary {
  width: min(1180px, calc(100% - 40px));
  margin: 20px auto;
}

.chw-process-list {
  border-radius: 36px;
  overflow: hidden;
}

.chw-process-list li {
  min-height: 230px;
}

.community-section {
  gap: clamp(34px, 6vw, 72px);
}

.chat-box,
.whatsapp-gate-dialog {
  border-radius: 28px;
}

@media (max-width: 960px) {
  .nav-logo {
    flex-basis: 150px;
  }

  .nav-cta.whatsapp-cta {
    display: none;
  }

  .website-hero {
    min-height: 650px;
    border-radius: 0 0 40px 40px;
  }

  .path-grid,
  .ivana-note,
  .about-layout,
  .focused-layout {
    grid-template-columns: 1fr;
  }

  .path-card + .path-card,
  .service-link + .service-link,
  .feature-item + .feature-item,
  .chw-service-card + .chw-service-card {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .path-grid {
    background: linear-gradient(180deg, var(--sky-wash) 0 49.8%, var(--mint-wash) 50.2% 100%);
  }

  .path-card {
    min-height: auto;
  }

  .ivana-note {
    border-radius: 36px;
  }

  .community-anchor-nav {
    justify-content: flex-start;
    overflow-x: auto;
    border-radius: 24px;
  }
}

@media (max-width: 680px) {
  .nav-inner {
    padding-inline: 18px;
  }

  .nav-logo {
    flex-basis: 126px;
  }

  .nav-logo img {
    width: 126px;
  }

  .website-hero {
    min-height: calc(100svh - 72px);
    padding: 64px 22px 78px;
    border-radius: 0 0 32px 32px;
    background-position: 58% center;
  }

  .website-hero::before {
    background: linear-gradient(180deg, rgba(7, 41, 59, 0.72), rgba(7, 41, 59, 0.93));
  }

  .website-hero h1 {
    font-size: clamp(3.05rem, 15vw, 4.4rem);
  }

  .website-hero .hero-value {
    font-size: 1.08rem;
  }

  .hero-actions,
  .hero-actions a {
    width: 100%;
  }

  .proof-strip {
    width: calc(100% - 28px);
    margin-top: -20px;
    padding: 18px;
    border-radius: 22px;
  }

  .website-paths,
  .page-section,
  .page-form-section,
  .community-section,
  .reviews-section,
  .local-trust-section,
  .website-cta,
  .ivana-note {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .path-grid {
    padding: 6px;
    border-radius: 28px;
  }

  .path-card {
    padding: 28px 22px;
    border-radius: 23px;
  }

  .ivana-note {
    width: calc(100% - 28px);
    padding: 20px;
  }

  .ivana-note img,
  .about-photo,
  .local-map {
    border-radius: 24px 24px 54px 24px;
  }

  .page-hero {
    min-height: 480px;
    border-radius: 0 0 34px 34px;
  }

  .page-hero h1,
  .page-community .page-hero h1 {
    font-size: clamp(2.65rem, 12vw, 3.75rem);
  }

  .page-community .page-hero.page-hero-community {
    min-height: 610px;
    background-position: 56% center;
  }

  .page-summary-band,
  .community-anchor-nav {
    width: calc(100% - 28px);
  }

  .community-resource-list > article,
  .community-resource-list > article:nth-child(3n + 2),
  .community-resource-list .community-resource-featured {
    border-radius: 24px 24px 54px 24px;
  }

  .community-resource-body {
    padding: 22px;
  }

  .community-resource-body h3 {
    font-size: 1.65rem;
  }

  .community-resource-body p {
    font-size: 1rem;
  }

  .community-resource-body li {
    font-size: 0.94rem;
  }

  .community-guidance-cta,
  .community-boundary {
    width: calc(100% - 28px);
    padding: 28px 22px;
    border-radius: 28px;
  }
}

/* Final navigation balance and readable inner-page calls to action. */
.nav-inner {
  gap: clamp(14px, 1.8vw, 24px);
}

.nav-links {
  flex: 1 1 auto;
  min-width: 0;
  gap: clamp(13px, 1.35vw, 20px);
}

.nav-links a {
  white-space: nowrap;
}

.nav-actions {
  flex: 0 0 auto;
}

.nav-overlay {
  z-index: 20;
}

.inner-site .website-cta {
  color: #fff;
  background:
    linear-gradient(115deg, var(--blue-dark), #08769b 58%, var(--green-dark));
}

.inner-site .website-cta h2 {
  color: #fff;
}

.inner-site .website-cta .section-kicker {
  color: #9ee5ff;
}

.inner-site .website-cta .secondary-button:not(.whatsapp-cta) {
  border-color: rgba(255, 255, 255, 0.7);
  background: #fff;
  color: var(--blue-dark);
}

@media (max-width: 1320px) and (min-width: 901px) {
  .nav-phone {
    display: none;
  }

  .nav-inner {
    padding-inline: 24px;
  }

  .nav-logo {
    flex-basis: 164px;
  }

  .nav-logo img,
  .inner-site .nav-logo img {
    width: 164px;
  }

  .nav-cta.whatsapp-cta {
    min-width: 190px;
  }
}

@media (max-width: 900px) {
  .nav-hamburger {
    position: relative;
    z-index: 32;
  }

  .nav-links {
    z-index: 31;
    min-width: auto;
  }

  .nav-links a {
    white-space: normal;
  }
}

/* Compact editorial rhythm: keep the friendly visual system without oversized gaps. */
.website-paths,
.reviews-section,
.local-trust-section,
.website-cta {
  padding-top: clamp(42px, 4.8vw, 62px);
  padding-bottom: clamp(42px, 4.8vw, 62px);
}

.section-heading,
.inner-site .section-heading {
  margin-bottom: 26px;
}

.path-card {
  min-height: 310px;
  padding: clamp(28px, 3.4vw, 42px);
}

.ivana-note {
  gap: clamp(26px, 4vw, 46px);
  padding: clamp(30px, 4vw, 46px);
}

.ivana-note img {
  aspect-ratio: 16 / 9;
}

.local-trust-section,
.focused-layout,
.about-layout,
.contact-page-grid,
.lead-form-wrap,
.inner-site .focused-layout,
.inner-site .about-layout,
.inner-site .contact-page-grid,
.inner-site .page-form-section .lead-form-wrap {
  gap: clamp(28px, 4.2vw, 52px);
}

.inner-site .page-hero {
  min-height: clamp(400px, 50vh, 460px);
  padding-top: clamp(46px, 5vw, 64px);
  padding-bottom: clamp(46px, 5vw, 64px);
}

.inner-site .page-hero .page-hero-content {
  padding-top: 0;
  padding-bottom: 0;
}

.inner-site .breadcrumbs {
  margin-bottom: 12px;
}

.inner-site .page-hero .section-kicker {
  margin-bottom: 10px;
}

.inner-site .page-hero h1 {
  margin-bottom: 14px;
  font-size: clamp(2.75rem, 4.7vw, 4.55rem);
  line-height: 0.98;
}

.inner-site .page-hero p:not(.section-kicker) {
  line-height: 1.5;
}

.inner-site .page-hero .hero-actions {
  margin-top: 22px;
}

.page-community .page-hero.page-hero-community {
  min-height: clamp(540px, 61vh, 620px);
  background:
    linear-gradient(90deg, rgba(7, 41, 59, 0.95), rgba(7, 41, 59, 0.72) 56%, rgba(7, 41, 59, 0.18)),
    url("/assets/ivana-headshot-optimized.webp") center 12% / cover no-repeat;
}

.page-community .page-hero h1 {
  max-width: 680px;
  font-size: clamp(2.9rem, 4.8vw, 4.45rem);
}

.inner-site .page-section,
.inner-site .website-cta,
.inner-site .page-form-section,
.inner-site .orienter-section,
.page-community .community-section {
  padding-top: clamp(48px, 5vw, 68px);
  padding-bottom: clamp(48px, 5vw, 68px);
}

.inner-site .page-summary-band + .page-section {
  padding-top: clamp(44px, 4.8vw, 58px);
}

.community-anchor-nav + .chw-intro {
  padding-top: clamp(70px, 7vw, 86px);
}

.chw-intro,
.community-section {
  gap: clamp(28px, 4.2vw, 52px);
}

.community-resources {
  gap: clamp(34px, 5vw, 64px);
}

.community-resources-heading {
  margin-bottom: 20px;
}

.community-resource-list {
  gap: 14px;
}

.community-resource-body {
  padding: 21px 23px 24px;
}

.community-resource-body > span {
  margin-bottom: 8px;
}

.community-resource-body h3 {
  margin: 6px 0 8px;
}

.community-resource-body p {
  margin-bottom: 13px;
}

.community-resource-body ul {
  margin-top: 15px;
  padding-top: 15px;
}

.community-guidance-cta,
.community-boundary {
  margin-top: 14px;
  margin-bottom: 14px;
  padding: clamp(28px, 4vw, 44px);
}

@media (max-width: 680px) {
  .website-paths,
  .reviews-section,
  .local-trust-section,
  .website-cta,
  .inner-site .page-section,
  .inner-site .website-cta,
  .inner-site .page-form-section,
  .inner-site .orienter-section,
  .page-community .community-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .inner-site .page-summary-band + .page-section {
    padding-top: 38px;
  }

  .inner-site .page-hero,
  .page-contact .page-hero,
  .page-not-found .page-hero {
    min-height: 420px;
    padding: 42px 20px 48px;
  }

  .inner-site .page-hero h1 {
    font-size: clamp(2.55rem, 11vw, 3.25rem);
  }

  .page-community .page-hero.page-hero-community {
    min-height: 590px;
    padding-top: 38px;
    padding-bottom: 44px;
    background-position: 60% top;
  }

  .community-anchor-nav + .chw-intro {
    padding-top: 64px;
  }

  .page-community .page-hero h1 {
    font-size: clamp(2.65rem, 11.5vw, 3.35rem);
  }

  .path-card {
    padding: 24px 20px;
  }

  .ivana-note {
    padding: 18px;
  }

  .community-resource-list {
    gap: 12px;
  }

  .community-resource-body {
    padding: 19px 20px 22px;
  }
}
