/* =========================================================
   Design tokens
   ========================================================= */
:root {
  --ink: #17241d;
  --body: #5f5850;
  --muted: #746d64;
  --green: #4f7b62;
  --deep: #21392b;
  --leaf: #e8f1ea;
  --warm: #fff8ec;
  --gold: #d4b355;
  --line: #e5e0d5;
  --white: #ffffff;
  --page-max: 1335px;
  --page-gutter: 56px;
  --section-y: clamp(88px, 11vw, 152px);
  --card-gap: clamp(14px, 2vw, 22px);
  --radius: 28px;
  --heading-max: 1295px;
  --section-heading-max: calc(var(--heading-max) * 0.7);
  --copy-max: 1095px;
  --section-copy-max: calc(var(--copy-max) * 0.7);
  --hero-copy-gutter: clamp(12px, 2vw, 28px);
  --section-stack-gap: 18.4px;
}

/* =========================================================
   Base / reset
   ========================================================= */
* {
  box-sizing: border-box;
}

html {
  color: var(--ink);
  font-family: "Elms Sans", system-ui, sans-serif;
  font-size: 16px;
  font-synthesis: none;
  letter-spacing: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--body);
  min-width: 320px;
  word-spacing: -0.025em;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  max-width: 100%;
}

/* Global heading defaults */
h1,
h2,
h3,
p {
  margin-top: 0;
}

h3 {
  word-spacing: 0;
}

h1,
h2 {
  font-family: "Elms Sans", system-ui, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  word-spacing: -0.08em;
}

/* =========================================================
   Buttons & pills (shared)
   ========================================================= */
.nav-link,
.nav-pill,
.button {
  align-items: center;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.92rem;
  justify-content: center;
  letter-spacing: 0;
  min-height: 42px;
  white-space: nowrap;
  word-spacing: 0;
}

.nav-link {
  color: var(--muted);
  padding: 0 11px;
}

.nav-pill,
.button-primary {
  background: var(--deep);
  color: var(--white);
}

.nav-pill {
  background: var(--white);
  color: var(--deep);
  cursor: pointer;
  padding: 0 18px;
}

.button {
  border: 0;
  min-height: 48px;
  padding: 0 22px;
}

.button-light {
  background: var(--white);
  color: var(--deep);
}

/* =========================================================
   Header
   ========================================================= */
.site-header {
  align-items: center;
  display: flex;
  inset: 0 0 auto;
  gap: 18px;
  justify-content: space-between;
  padding: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 20;
}

.site-header .brand {
  color: var(--white);
  margin: 18px 0 0 18px;
  text-shadow: 0 2px 8px rgb(0 0 0 / 28%);
}

.site-header .nav-actions {
  margin: 18px 18px 0 0;
}

.site-header a {
  pointer-events: auto;
}

.site-header .nav-link {
  color: rgb(255 255 255 / 88%);
  text-shadow: 0 1px 6px rgb(0 0 0 / 24%);
}

.brand,
.nav-actions {
  align-items: center;
  display: flex;
}

.brand {
  gap: 10px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
  word-spacing: 0;
}

.brand-mark {
  align-items: center;
  background: var(--deep);
  border-radius: 15px;
  color: var(--white);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.nav-actions {
  gap: 4px;
}

/* =========================================================
   Hero
   ========================================================= */
.hero-shell {
  inset: 0;
  padding: clamp(10px, 2vw, 24px);
  position: fixed;
  z-index: 1;
}

.hero-window {
  border: 8px solid var(--white);
  border-radius: 38px;
  box-shadow: 0 18px 50px rgb(23 36 29 / 14%);
  height: 100%;
  overflow: hidden;
  position: relative;
}

.hero-video,
.hero-scrim {
  inset: 0;
  position: absolute;
}

.hero-video {
  background: var(--leaf);
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  width: 100%;
}

.hero-scrim {
  background:
    linear-gradient(180deg, rgb(0 0 0 / 34%) 0%, rgb(0 0 0 / 14%) 30%),
    linear-gradient(0deg, rgb(0 0 0 / 56%) 0%, rgb(0 0 0 / 6%) 62%);
}

.hero-copy {
  color: var(--white);
  left: 50%;
  max-width: calc(var(--heading-max) + (var(--page-gutter) * 2));
  padding: 0 var(--hero-copy-gutter);
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.status-pill {
  background: rgb(255 255 255 / 88%);
  border-radius: 999px;
  color: var(--deep);
  display: inline-flex;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0;
  margin: 0 0 18px;
  padding: 8px 14px;
  word-spacing: 0;
}

h1 {
  font-size: 5rem;
  line-height: 0.94;
  margin: 0 auto 20px;
  max-width: 760px;
  text-shadow: 0 4px 14px rgb(0 0 0 / 22%);
  width: 100%;
}

.hero-text {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.48;
  margin: 0 auto 28px;
  max-width: 600px;
  width: 100%;
  word-spacing: 0;
  text-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

/* =========================================================
   Scroll layer + shared section layout
   ========================================================= */
.scroll-layer {
  background: var(--white);
  border-radius: 40px 40px 0 0;
  box-shadow: 0 -18px 60px rgb(23 36 29 / 12%);
  font-family: "Inter", system-ui, sans-serif;
  margin-top: 100svh;
  position: relative;
  z-index: 2;
}

.scroll-layer h2,
.scroll-layer h3 {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  word-spacing: 0;
}

.story-section,
.content-section,
.capabilities-section,
.faq-section,
.closing-cta {
  margin: 0 auto;
  max-width: calc(var(--page-max) + (var(--page-gutter) * 2));
  padding: var(--section-y) var(--page-gutter) 0;
  scroll-margin-top: 0;
  text-align: center;
}

.eyebrow {
  align-items: center;
  background: var(--leaf);
  border-radius: 999px;
  color: var(--green);
  display: inline-flex;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  padding: 6px 14px;
  text-transform: uppercase;
  word-spacing: 0;
}

/* Section headings (FAQ + Closing CTA define their own heading styles below) */
.story-section h2,
.content-section h2,
.capabilities-section h2 {
  color: var(--ink);
  font-size: 3.4rem;
  line-height: 1.05;
  margin: 0 auto 12px;
  max-width: var(--section-heading-max);
  word-spacing: 0;
  text-wrap: balance;
}

.section-intro {
  color: var(--muted);
  font-size: 1.16rem;
  line-height: 1.62;
  margin: 0 auto;
  max-width: var(--section-copy-max);
}

.section-intro {
  font-weight: 400;
  word-spacing: 0;
}

.section-intro-secondary {
  margin-top: 18px;
}

/* Tighter vertical rhythm shared by How It Works + Capabilities */
.content-section .eyebrow,
.capabilities-section .eyebrow {
  margin-bottom: var(--section-stack-gap);
}

.content-section h2,
.capabilities-section h2 {
  margin-bottom: var(--section-stack-gap);
}

.content-section .section-intro,
.capabilities-section .section-intro {
  margin-top: var(--section-stack-gap);
}

/* =========================================================
   Story
   ========================================================= */
.story-section {
  padding-top: clamp(84px, 12vw, 148px);
  text-align: left;
}

.story-grid {
  display: grid;
  align-items: start;
  gap: clamp(24px, 4vw, 48px);
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: var(--copy-max);
}

.story-grid-lead .eyebrow {
  margin-top: 0;
}

.story-grid-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#story h2 {
  margin: 0;
  max-width: none;
  width: 100%;
  line-height: 1.08;
}

#story .section-intro {
  margin-left: 0;
  margin-right: 0;
  margin-top: 29px;
  max-width: none;
  width: 100%;
}

#story .section-intro-secondary {
  margin-top: 18px;
  word-spacing: -2.5px;
}

#story .button {
  margin-top: 28px;
}

/* =========================================================
   How It Works (steps)
   ========================================================= */
.steps-grid {
  display: flex;
  flex-direction: column;
  gap: var(--card-gap);
  margin: clamp(36px, 4vw, 48px) auto 0;
  max-width: var(--section-copy-max);
  text-align: left;
}

.step-card {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  overflow: hidden;
  padding: 24px;
}

.step-card img {
  display: block;
  flex: 0 0 auto;
  width: clamp(160px, 32%, 300px);
  aspect-ratio: 2 / 1;
  height: auto;
  border-radius: calc(var(--radius) - 12px);
  object-fit: contain;
  object-position: center;
  align-self: center;
}

.step-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4px, 0.6vw, 7px) clamp(12px, 1.6vw, 18px);
}

.step-head {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.step-label {
  align-self: center;
  background: var(--leaf);
  border-radius: 100px;
  color: var(--deep);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
  padding: 5px 11px;
  text-transform: none;
  word-spacing: 0;
}

.step-card h3 {
  color: var(--ink);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.25;
  margin-bottom: 0;
}

.step-card p:not(.step-label) {
  color: var(--muted);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.92rem;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 14px;
  max-width: 36ch;
}

/* =========================================================
   Capabilities (care globe)
   ========================================================= */
.capabilities-section {
  overflow: hidden;
}

.globe-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: clamp(20px, 2.4vw, 32px) auto 0;
  min-height: clamp(320px, 40vw, 460px);
  perspective: 1200px;
}

.care-globe {
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 50% 50%, rgb(232 241 234 / 55%) 0 38%, transparent 70%);
  border-radius: 50%;
  max-width: 460px;
  position: relative;
  width: min(78vw, 460px);
}

.care-globe span {
  animation: float-chip 6s ease-in-out infinite;
  background: rgb(255 255 255 / 92%);
  border: 1px solid rgb(79 123 98 / 20%);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgb(23 36 29 / 10%);
  color: var(--deep);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.98rem;
  left: var(--x);
  padding: 10px 14px;
  position: absolute;
  top: var(--y);
  transform: translate(-50%, -50%) scale(var(--s));
  white-space: nowrap;
  word-spacing: 0;
  z-index: 1;
}

.care-globe span:nth-child(2n) {
  animation-delay: -1.8s;
}

.care-globe span:nth-child(3n) {
  animation-delay: -3.2s;
}

@keyframes float-chip {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -9px;
  }
}

/* Visually-hidden text alternative for the globe */
.capability-list {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* =========================================================
   FAQ
   ========================================================= */
.faq-section {
  --faq-border: var(--line);
  --faq-foreground: var(--ink);
  --faq-muted: var(--muted);
  --faq-subtle: var(--muted);
  font-family: "Inter", system-ui, sans-serif;
  max-width: calc(64rem + (var(--page-gutter) * 2));
  text-align: left;
}

.faq-head {
  margin: 0 auto 40px;
  max-width: 64rem;
}

.faq-section h2 {
  color: var(--faq-foreground);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.25;
  margin: 0;
  max-width: none;
  text-align: left;
  word-spacing: 0;
  text-wrap: balance;
}

@media (min-width: 768px) {
  .faq-section h2 {
    font-size: 3rem;
  }
}

.faq-grid {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 64rem;
}

.surface-card,
.step-card {
  --reveal-delay: 0s;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 4px 20px rgb(0 0 0 / 6%);
  transition:
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) var(--reveal-delay),
    translate 0.6s cubic-bezier(0.4, 0, 0.2, 1) var(--reveal-delay);
}

/* Shared scroll-reveal entrance for cards (no-JS fallback: stays visible) */
.has-reveal .surface-card,
.has-reveal .step-card {
  opacity: 0;
  translate: 0 18px;
}

.has-reveal .surface-card.is-visible,
.has-reveal .step-card.is-visible {
  opacity: 1;
  translate: 0;
}

.steps-grid .step-card:nth-child(even),
.faq-grid > *:nth-child(even) .surface-card {
  --reveal-delay: 0.08s;
}

.faq-item {
  cursor: pointer;
  overflow: hidden;
}

.faq-item:hover,
.step-card:hover {
  border-color: rgb(79 123 98 / 28%);
  box-shadow: 0 12px 32px rgb(23 36 29 / 12%);
  transform: translateY(-2px);
}

.faq-row {
  align-items: center;
  background: none;
  border: 0;
  cursor: pointer;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 24px;
  text-align: left;
  width: 100%;
}

.faq-q {
  color: var(--faq-foreground);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.faq-chevron {
  color: var(--faq-subtle);
  flex-shrink: 0;
  transform: rotate(0deg);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.is-open .faq-chevron {
  transform: rotate(180deg);
}

.faq-collapse {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.is-open .faq-collapse {
  grid-template-rows: 1fr;
}

.faq-collapse-clip {
  overflow: hidden;
}

.faq-content {
  opacity: 0;
  padding: 0 24px 24px;
  transition: opacity 0.25s ease;
}

.faq-item.is-open .faq-content {
  opacity: 1;
}

.faq-section .section-divider {
  border: none;
  border-top: 1px solid var(--faq-border);
  margin: 0 0 16px;
}

.faq-section p {
  color: var(--faq-muted);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.625;
  margin: 0;
}

/* =========================================================
   Closing CTA (high-contrast final moment)
   ========================================================= */
.closing-cta {
  max-width: calc(64rem + (var(--page-gutter) * 2));
  padding-bottom: var(--section-y);
  text-align: center;
}

.cta-panel {
  background: var(--deep);
  border-radius: clamp(28px, 4vw, 40px);
  margin: 0 auto;
  max-width: 64rem;
  overflow: hidden;
  padding: clamp(48px, 7vw, 92px) clamp(28px, 5vw, 72px);
  position: relative;
}

.cta-content {
  margin: 0 auto;
  max-width: 40rem;
  position: relative;
  z-index: 1;
}

.cta-eyebrow {
  background: rgb(212 179 85 / 16%);
  border: 1px solid rgb(212 179 85 / 32%);
  color: var(--gold);
  margin-bottom: 20px;
}

.closing-cta h2 {
  color: var(--white);
  font-family: "Elms Sans", system-ui, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.94;
  margin: 0 auto;
  max-width: 760px;
  word-spacing: -0.08em;
  text-shadow: 0 4px 14px rgb(0 0 0 / 22%);
  text-wrap: balance;
}

.closing-cta .hero-actions {
  justify-content: center;
  margin-top: 32px;
}

.closing-cta .button {
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.closing-cta .button-primary {
  background: var(--warm);
  box-shadow: 0 14px 28px -14px rgb(0 0 0 / 45%);
  color: var(--deep);
}

.closing-cta .button-primary:hover {
  background: var(--white);
  box-shadow: 0 18px 34px -14px rgb(0 0 0 / 55%);
  transform: translateY(-2px);
}

.closing-cta .button-light {
  background: rgb(255 255 255 / 6%);
  border: 1px solid rgb(255 255 255 / 28%);
  color: var(--white);
}

.closing-cta .button-light:hover {
  background: rgb(255 255 255 / 14%);
  transform: translateY(-2px);
}

/* =========================================================
   Footer
   ========================================================= */
.cta-footer {
  border-top: 1px solid rgb(255 255 255 / 12%);
  color: var(--white);
  margin-top: clamp(40px, 5vw, 64px);
  padding-top: clamp(36px, 4vw, 52px);
  position: relative;
  text-align: left;
  z-index: 1;
}

.footer-top {
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
}

.footer-intro {
  max-width: 30rem;
}

.footer-brand {
  margin-bottom: 18px;
}

.footer-brand .brand-mark {
  background: var(--gold);
  color: var(--deep);
}

.footer-tagline {
  color: rgb(255 255 255 / 70%);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 18px;
  max-width: 26rem;
}

.footer-location {
  align-items: center;
  color: rgb(255 255 255 / 60%);
  display: inline-flex;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.85rem;
  gap: 8px;
  letter-spacing: 0.01em;
  margin: 0;
  word-spacing: 0;
}

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

.footer-col {
  display: flex;
  flex-direction: column;
  font-family: "Inter", system-ui, sans-serif;
  gap: 12px;
  word-spacing: 0;
}

.footer-heading {
  color: rgb(255 255 255 / 92%);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.footer-col a {
  color: rgb(255 255 255 / 68%);
  font-size: 0.95rem;
  transition: color 0.18s ease, transform 0.18s ease;
  width: fit-content;
}

.footer-col a:hover {
  color: var(--gold);
  transform: translateX(2px);
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid rgb(255 255 255 / 10%);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: space-between;
  margin-top: clamp(32px, 4vw, 48px);
  padding-top: 24px;
}

.footer-bottom p,
.cta-footer .copyright {
  color: rgb(255 255 255 / 52%);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.85rem;
  margin: 0;
  word-spacing: 0;
}

/* =========================================================
   Responsive
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .care-globe span {
    animation: none;
  }

  .step-card,
  .surface-card {
    transition: none;
  }

  .step-card:hover,
  .faq-item:hover {
    transform: none;
  }

  .has-reveal .surface-card,
  .has-reveal .step-card {
    opacity: 1;
    translate: none;
  }
}

@media (max-width: 900px) {
  .site-header {
    flex-wrap: nowrap;
  }

  .nav-actions {
    flex: 0 0 auto;
    gap: 2px;
    justify-content: flex-end;
  }

  .site-header .nav-link {
    padding: 0 8px;
  }

  .nav-section-link:nth-child(3) {
    display: none;
  }

  .footer-top {
    gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 640px) {
  :root {
    --page-gutter: 18px;
    --section-y: 80px;
    --radius: 24px;
  }

  .site-header {
    gap: 10px;
  }

  .nav-section-link {
    display: none;
  }

  .site-header .brand {
    margin: 14px 0 0 14px;
  }

  .site-header .nav-actions {
    flex: 0 0 auto;
    margin: 14px 14px 0 0;
  }

  .hero-shell {
    padding: 0;
    position: fixed;
    z-index: 1;
  }

  .hero-window {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .hero-copy {
    bottom: auto;
    padding: 0 18px;
  }

  h1 {
    font-size: clamp(2.65rem, 13vw, 3.85rem);
  }

  .closing-cta h2 {
    font-size: clamp(1.325rem, 6.5vw, 1.925rem);
  }

  .story-section h2,
  .content-section h2,
  .capabilities-section h2 {
    font-size: clamp(2.1rem, 11vw, 3.35rem);
  }

  .faq-section h2 {
    font-size: 2.25rem;
  }

  .hero-text {
    font-size: 0.96rem;
  }

  .scroll-layer {
    border-radius: 28px 28px 0 0;
    margin-top: 100svh;
  }

  .story-grid {
    grid-template-columns: 1fr;
    gap: clamp(18px, 5vw, 28px);
  }

  #story .section-intro {
    margin-top: 0;
  }

  .step-card {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 18px;
  }

  .step-card img {
    width: 100%;
    max-width: 300px;
    aspect-ratio: 2 / 1;
    align-self: center;
  }

  .step-body {
    padding: 4px 2px 6px;
    align-items: flex-start;
    text-align: left;
  }

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

  .globe-wrap {
    min-height: 380px;
  }

  .care-globe {
    width: min(92vw, 430px);
  }

  .care-globe span {
    font-size: 0.76rem;
    padding: 8px 10px;
  }

  .cta-glow {
    height: 220px;
    right: -90px;
    top: -90px;
    width: 220px;
  }
}

/* =========================================================
   Request a call — modal
   ========================================================= */
.request-call-backdrop {
  position: fixed;
  inset: 0;
  background: rgb(23 36 29 / 55%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 1000;
}

.request-call-backdrop[hidden] {
  display: none;
}

.request-call-modal {
  position: relative;
  background: var(--white);
  border-radius: var(--radius);
  max-width: 440px;
  width: 100%;
  padding: 36px 32px;
  box-shadow: 0 30px 60px -20px rgb(0 0 0 / 35%);
}

.request-call-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: 0;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--muted);
  cursor: pointer;
  padding: 4px 8px;
}

.request-call-close:hover {
  color: var(--ink);
}

.request-call-body h3 {
  margin: 0 0 6px;
  color: var(--ink);
}

.request-call-sub {
  color: var(--body);
  margin: 0 0 20px;
}

#request-call-form label {
  display: block;
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 14px;
}

#request-call-form input,
#request-call-form textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid var(--line);
  font: inherit;
  color: var(--ink);
  background: var(--warm);
  resize: vertical;
}

#request-call-form input:focus,
#request-call-form textarea:focus {
  outline: 2px solid var(--green);
  outline-offset: 1px;
}

.request-call-status {
  color: var(--green);
  font-size: 0.85rem;
  min-height: 1.2em;
  margin: 0 0 8px;
}

.request-call-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 8px;
}

.request-call-actions .button {
  min-height: 42px;
  padding: 0 20px;
}
