/* MAAP marketing redesign: overrides legacy blue theme */

:root {
  --sky: #2bb8d6;
  --sky-deep: #1a9bb8;
  --accent-orange: #f4a224;
  --accent-orange-deep: #e08e10;
  --ink: #0b2b44;
  --muted: #5a7388;
  --bg: #fdf8f0;
  --line: #eadfce;
  --promo-h: 32px;
  --header-h: 64px;
  --motion-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --motion-ease-soft: cubic-bezier(0.22, 1, 0.36, 1);
  --motion-enter: 1s;
  --motion-stagger: 0.09s;
  --grad-warm: linear-gradient(105deg, #00adef 0%, #26b8e8 42%, #f4a224 100%);
  --shadow: 0 18px 48px rgba(11, 43, 68, 0.08);
  --shadow-strong: 0 28px 64px rgba(11, 43, 68, 0.14);
  --radius-lg: 24px;
  --radius-md: 18px;
  --card-border: 1px solid rgba(11, 43, 68, 0.08);
  --card-shadow: 0 16px 42px rgba(11, 43, 68, 0.06);
  --section-space: clamp(3.5rem, 7vw, 5.25rem);
}

html {
  scroll-padding-top: calc(var(--promo-h) + var(--header-h) + 0.75rem);
  overflow-x: clip;
}

body {
  font-family: "DM Sans", "Outfit", sans-serif;
  color: var(--ink);
  padding-top: calc(var(--promo-h) + var(--header-h));
  background-color: #fdf8f0;
  background-image:
    radial-gradient(ellipse 90% 42% at 8% -8%, rgba(244, 162, 36, 0.1), transparent 55%),
    radial-gradient(ellipse 70% 40% at 96% 6%, rgba(43, 184, 214, 0.1), transparent 52%);
  background-attachment: scroll !important;
}

body::before,
.ambient-bg,
.bg-wave {
  display: none !important;
}

.scroll-progress {
  top: calc(var(--promo-h) + var(--header-h));
  height: 3px;
  background: transparent;
}

.scroll-progress span {
  background: var(--grad-warm);
  box-shadow: none;
}

.container {
  width: min(1320px, calc(100% - 2rem));
}

@media (max-width: 480px) {
  .container {
    width: min(1320px, calc(100% - 1.25rem));
  }
}

/* Promo */
/* Cream announcement bar: compact, not dismissible */
.promo-banner {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 210;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  height: var(--promo-h) !important;
  min-height: var(--promo-h) !important;
  max-height: var(--promo-h) !important;
  padding: 0 1rem !important;
  padding-top: env(safe-area-inset-top, 0) !important;
  background: #fdf8f0 !important;
  color: #4a5560;
  text-align: center;
  box-shadow: none !important;
  border-bottom: 1px solid rgba(11, 43, 68, 0.07);
  overflow: hidden;
  pointer-events: auto;
  filter: none !important;
}

.promo-banner__text {
  margin: 0;
  font-family: "DM Sans", "Outfit", sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.35;
  color: #4a5560;
  white-space: nowrap;
}

.promo-banner__sep {
  margin: 0 0.45rem;
  color: rgba(11, 43, 68, 0.28);
  font-weight: 600;
}

@media (max-width: 768px) {
  .promo-banner {
    height: auto !important;
    min-height: 44px !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0.5rem 1rem !important;
    align-items: center;
  }

  .promo-banner__text,
  .promo-banner__link {
    white-space: normal;
    text-wrap: balance;
  }
}

.promo-banner__lead {
  color: #f4a224;
  font-weight: 700;
}

.promo-banner__link {
  display: inline;
  color: #00adef;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.promo-banner__link:hover {
  color: #0090c8;
}

/* Header: compact bar; divider only below full chrome */
.site-header {
  position: fixed !important;
  top: var(--promo-h) !important;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 200;
  height: var(--header-h) !important;
  min-height: var(--header-h) !important;
  max-height: var(--header-h) !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(11, 43, 68, 0.08) !important;
  background: rgba(253, 248, 240, 0.92);
  backdrop-filter: saturate(1.2) blur(14px);
  -webkit-backdrop-filter: saturate(1.2) blur(14px);
  box-shadow: none !important;
  overflow: visible;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: rgba(11, 43, 68, 0.1) !important;
  box-shadow: 0 8px 24px rgba(11, 43, 68, 0.04) !important;
}

.nav-wrap {
  height: 100%;
  min-height: 0 !important;
  max-height: 100%;
  display: flex;
  align-items: center;
  padding-block: 0;
  overflow: visible;
}

.nav-title {
  display: none !important;
}

/* Official MAAP lockup: full icon + MA/AP wordmark + tagline */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: 0;
  text-decoration: none !important;
  color: var(--ink);
  transition: none;
  border: 0;
  box-shadow: none;
  line-height: 1;
  overflow: visible;
}

.brand:hover,
.brand:focus,
.brand:active {
  transform: none;
  text-decoration: none !important;
}

.brand-lockup,
.site-footer__lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  min-width: 0;
  line-height: 1;
  text-decoration: none !important;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.brand-lockup--header {
  flex-direction: row;
  gap: 0;
}

.site-header .brand-lockup--header .brand-logo {
  height: 2.85rem !important;
}

.site-header .brand-lockup--header .brand-name {
  font-size: 2.85rem;
}

.brand-lockup__row,
.site-footer__lockup-row {
  display: inline-flex;
  align-items: center;
  gap: 0.22rem;
  line-height: 1;
  overflow: visible;
}

.brand-logo {
  display: block;
  width: auto !important;
  height: 2.15rem !important;
  aspect-ratio: 56 / 61;
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
  overflow: visible;
}

.brand-name,
.site-footer__wordmark {
  display: block;
  font-family: "Outfit", "Sora", sans-serif;
  font-size: 2.15rem;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
  white-space: nowrap;
}

.brand-ma {
  color: #00adef;
}

.brand-ap {
  color: #f4a224;
}

.brand-tagline,
.site-footer__tagline {
  display: block;
  margin: 0;
  max-width: none;
  font-family: "DM Sans", "Outfit", sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.005em;
  line-height: 1.2;
  text-align: center;
  color: #58595b;
  white-space: nowrap;
  text-transform: none;
  text-decoration: none !important;
  border: 0 !important;
  box-shadow: none !important;
  background: none !important;
  position: relative;
  z-index: 1;
}

.brand,
.brand:link,
.brand:visited,
.brand:hover,
.brand:active,
.brand *,
.brand-tagline,
.site-footer__logo,
.site-footer__logo * {
  text-decoration: none !important;
  border-bottom: none !important;
  -webkit-text-decoration-line: none !important;
  text-decoration-line: none !important;
}

.site-footer__tagline {
  color: rgba(255, 255, 255, 0.78);
  text-align: left;
}

.menu-toggle {
  border: 1px solid rgba(11, 43, 68, 0.1);
  background: #fff;
  color: var(--ink);
  box-shadow: 0 2px 10px rgba(11, 43, 68, 0.05);
}

.nav-links {
  gap: 0.15rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  flex-wrap: nowrap;
  min-width: 0;
}

.nav-links a {
  color: #3d5a70;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  padding: 0.28rem 0.62rem;
  box-shadow: none;
}

.nav-links a:hover {
  color: var(--ink);
  background: rgba(11, 43, 68, 0.04);
  border-radius: 999px;
}

.nav-links a.active {
  color: var(--ink);
  background: rgba(43, 184, 214, 0.1);
  border-radius: 999px;
  box-shadow: none;
}

.nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-left: 0.55rem;
  padding-left: 0.7rem;
  border-left: 1px solid rgba(11, 43, 68, 0.1);
}

.nav-links a.nav-login {
  color: #00adef;
  border: 1.5px solid rgba(0, 173, 239, 0.45);
  background: #fff;
  padding: 0.32rem 0.85rem;
  font-weight: 700;
  font-size: 0.78rem;
}

.nav-links a.nav-login:hover,
.nav-links a.nav-login.active {
  background: rgba(0, 173, 239, 0.06);
  border-color: #00adef;
  color: #0090c8;
  box-shadow: none;
}

.nav-links a.nav-cta {
  margin-left: 0;
  color: #fff;
  background: linear-gradient(105deg, #f6b84a 0%, #f4a224 45%, #e08e10 100%);
  padding: 0.32rem 0.9rem;
  font-weight: 700;
  font-size: 0.78rem;
  box-shadow: 0 6px 14px rgba(244, 162, 36, 0.26);
}

.nav-links a.nav-cta:hover,
.nav-links a.nav-cta.active {
  color: #fff;
  background: linear-gradient(105deg, #f4a224 0%, #e08e10 100%);
  box-shadow: 0 10px 22px rgba(224, 142, 16, 0.34);
}

/* Shared: orange → sage → sky text fill (sampled from mockup) */
.text-gradient {
  display: inline-block;
  background-image: var(--grad-warm);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.btn-lg {
  padding: 1rem 1.55rem;
  font-size: 1.02rem;
}

.btn-primary {
  background: linear-gradient(105deg, #f6b84a 0%, #f4a224 45%, #e08e10 100%);
  border: 0;
  box-shadow: 0 12px 24px rgba(244, 162, 36, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn-primary:hover {
  background: linear-gradient(105deg, #f4a224 0%, #e08e10 100%);
  box-shadow: 0 16px 32px rgba(224, 142, 16, 0.36);
  transform: translateY(-1px);
  filter: saturate(1.04);
}

.btn-outline {
  color: var(--ink);
  border: 1.5px solid rgba(11, 43, 68, 0.16);
  background: #fff;
}

.btn-outline:hover {
  background: #fff;
  border-color: rgba(11, 43, 68, 0.28);
}

.eyebrow--sky {
  color: var(--sky-deep) !important;
  border-color: rgba(43, 184, 214, 0.28) !important;
  background: rgba(43, 184, 214, 0.08) !important;
}

.eyebrow--on-dark {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  color: rgba(255, 255, 255, 0.94) !important;
}

/* Section pill titles: one size sitewide (hero excluded) */
.eyebrow:not(.hero-eyebrow),
.ap-section-title .ap-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  line-height: 1;
  padding: 0.48rem 1.15rem;
  border-radius: 999px;
}

.ap-section-title .ap-label {
  color: var(--sky-deep);
  border: 1px solid rgba(43, 184, 214, 0.28);
  background: rgba(43, 184, 214, 0.08);
}

.section::before {
  display: none !important;
  content: none !important;
  height: 0 !important;
  border: 0 !important;
  background: none !important;
}

.section-intro h2 {
  color: var(--ink);
  max-width: none;
}

.section-intro h2 em,
.section-intro h2 .text-gradient {
  display: inline-block;
  background-image: var(--grad-warm);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* Hero */
.hero.hero-split,
.hero-split {
  position: relative;
  padding: clamp(3.25rem, 6.5vw, 5rem) 0 clamp(3.25rem, 5vw, 4.25rem);
  overflow-x: clip;
  overflow-y: visible;
  border: none;
  box-shadow: none;
  background:
    radial-gradient(ellipse 75% 60% at 88% 8%, rgba(0, 173, 239, 0.09) 0%, transparent 70%),
    radial-gradient(ellipse 60% 50% at 10% 95%, rgba(244, 162, 36, 0.07) 0%, transparent 65%),
    var(--bg);
}

.hero-split__wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(1.25rem, 2.5vw, 2rem);
  align-items: center;
  min-width: 0;
}

.hero-split__copy {
  display: grid;
  gap: 1rem;
  max-width: 34rem;
  justify-self: end;
  width: 100%;
  min-width: 0;
}

.hero-split__visual {
  position: relative;
  isolation: isolate;
  justify-self: start;
  width: 100%;
  max-width: min(100%, 36rem);
  overflow: visible;
  min-width: 0;
  padding: 0.65rem 3.25rem 1.85rem 1.65rem;
}

.hero-split__visual::before {
  content: "";
  position: absolute;
  inset: 5% -8% -8% -5%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 38%, rgba(0, 173, 239, 0.1) 0%, transparent 58%),
    radial-gradient(circle at 68% 72%, rgba(244, 162, 36, 0.08) 0%, transparent 52%);
  z-index: 0;
  pointer-events: none;
}

.hero .hero-eyebrow,
.ap-hero .hero-eyebrow {
  background: linear-gradient(135deg, rgba(0, 173, 239, 0.1) 0%, rgba(255, 255, 255, 0.95) 52%, rgba(244, 162, 36, 0.1) 100%);
  border-color: rgba(0, 173, 239, 0.2);
  color: #0b2b44;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.02em !important;
  text-transform: none;
  padding: 0.42rem 0.95rem;
  box-shadow: 0 2px 12px rgba(0, 173, 239, 0.07);
}

.hero-eyebrow {
  width: fit-content;
  margin: 0 0 0.15rem;
}

.hero-title {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.1rem, 2vw + 1.15rem, 3rem);
  font-weight: 800;
  letter-spacing: -0.042em;
  line-height: 1.04;
  color: var(--ink);
  text-wrap: balance;
}

.hero-highlight {
  font-style: normal;
  font-weight: 800;
  background: var(--grad-warm);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-body {
  margin: 0;
  max-width: 33rem;
  font-size: 1.05rem;
  line-height: 1.72;
  color: #4a6273;
}

.hero-body__invite {
  display: inline;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  color: #0b2b44;
  text-decoration: none;
  box-shadow: inset 0 -0.18em 0 rgba(244, 162, 36, 0.35);
}

.hero-trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.hero-trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 43, 68, 0.08);
  font-size: 0.8125rem;
  color: #6b8496;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(11, 43, 68, 0.03);
}

.hero-trust li:nth-child(1) {
  border-color: rgba(0, 173, 239, 0.2);
}

.hero-trust li:nth-child(2) {
  border-color: rgba(244, 162, 36, 0.24);
}

.hero-trust li:nth-child(3) {
  border-color: rgba(11, 43, 68, 0.1);
}

.hero-trust li + li::before {
  content: none;
}

.hero-trust strong {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  color: var(--ink);
}

.hero-trust li:nth-child(1) strong { color: #00adef; }
.hero-trust li:nth-child(2) strong { color: #f4a224; }
.hero-trust li:nth-child(3) strong { color: #0b2b44; }

.hero-foot {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.35rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(11, 43, 68, 0.07);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 0.75rem;
}

.hero-actions .hero-cta,
.hero-actions .hero-ghost-link {
  width: auto;
  min-height: 46px;
  border-radius: 999px;
}

.hero-actions .hero-ghost-link {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(11, 43, 68, 0.12);
  box-shadow: 0 2px 10px rgba(11, 43, 68, 0.04);
}

.hero-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 0;
  padding-top: 0.1rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
}

.hero-links__label {
  color: #8a9aa8;
  font-weight: 500;
}

.hero-links__item {
  color: #4f6778;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

.hero-links__item:hover {
  color: #00adef;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.hero-links__item:last-of-type:hover {
  color: #f4a224;
}

.hero-ghost-link {
  background: #fff;
  box-shadow: 0 4px 14px rgba(11, 43, 68, 0.04);
  border: 1.5px solid rgba(11, 43, 68, 0.12);
}

.hero-ghost-link:hover {
  background: #fff;
  border-color: rgba(11, 43, 68, 0.22);
  color: var(--ink);
}

.hero-cta.btn-primary {
  position: relative;
  overflow: hidden;
  padding: 0.85rem 1.55rem;
  font-size: 0.96rem;
  border-radius: 999px;
  box-shadow:
    0 10px 24px rgba(244, 162, 36, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.hero-links__sep {
  color: rgba(11, 43, 68, 0.2);
  font-weight: 700;
  user-select: none;
}

.hero-cta.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255, 255, 255, 0.22) 48%,
    transparent 100%
  );
  transform: translateX(-120%);
  transition: transform 0.65s var(--motion-ease);
}

.hero-cta.btn-primary:hover::before {
  transform: translateX(120%);
}

.hero-cta.btn-primary:hover {
  box-shadow:
    0 20px 40px rgba(224, 142, 16, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.28) inset;
}

/* Product preview collage */
.hero-collage {
  position: relative;
  display: block;
  width: 100%;
  max-width: 36rem;
  margin-inline: auto;
  z-index: 1;
}

.hero-collage__main.hero-frame {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 22px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(11, 43, 68, 0.06),
    0 14px 36px rgba(11, 43, 68, 0.09),
    0 28px 56px rgba(0, 173, 239, 0.07);
}

.hero-collage__card {
  position: absolute;
  display: block;
  z-index: 2;
  margin: 0;
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow:
    0 0 0 1px rgba(11, 43, 68, 0.08),
    0 14px 32px rgba(11, 43, 68, 0.14),
    0 28px 52px rgba(11, 43, 68, 0.1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hero-collage__card--schedule {
  top: 0;
  right: -16%;
  width: 42%;
  max-width: 14rem;
  z-index: 4;
}

.hero-collage__card--photo {
  bottom: -6%;
  left: -12%;
  width: 48%;
  max-width: 16rem;
  z-index: 3;
  padding: 0;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 20px;
  box-shadow:
    0 16px 36px rgba(11, 43, 68, 0.16),
    0 32px 64px rgba(11, 43, 68, 0.12);
}

/* Product preview frame */
.hero-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(11, 43, 68, 0.06),
    0 18px 44px rgba(11, 43, 68, 0.1),
    0 36px 72px rgba(0, 173, 239, 0.08);
}

.hero-frame__chrome {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0.9rem;
  background: linear-gradient(180deg, #fff 0%, #faf8f5 100%);
  border-bottom: 1px solid rgba(11, 43, 68, 0.07);
}

.hero-frame__dots {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
}

.hero-frame__dots i {
  display: block;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
}

.hero-frame__dots i:nth-child(1) { background: rgba(0, 173, 239, 0.55); }
.hero-frame__dots i:nth-child(2) { background: rgba(244, 162, 36, 0.55); }
.hero-frame__dots i:nth-child(3) { background: rgba(11, 43, 68, 0.18); }

.hero-frame__url {
  flex: 1;
  min-width: 0;
  padding: 0.38rem 0.75rem;
  border-radius: 6px;
  background: #fff;
  border: 1px solid rgba(11, 43, 68, 0.07);
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #6b8496;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-collage__main .hero-frame__main {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0.7rem 0.7rem 0.85rem;
  background: linear-gradient(180deg, #fcfaf7 0%, #f6f3ed 100%);
  border-radius: 0;
  overflow: hidden;
  border: 0;
  box-shadow: none;
}

.hero-collage__main .hero-frame__main img {
  display: block;
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(11, 43, 68, 0.08);
  background: #fff;
}

.hero-frame__main {
  margin: 0;
}

.hero-frame__img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-frame__img--ui {
  object-fit: contain;
  object-position: top center;
}

.hero-frame__img--photo {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 52% 42%;
  border-radius: 14px;
}

.hero-collage__card--photo .hero-frame__img--photo {
  border: 2px solid transparent;
  border-radius: 18px;
}

html.js-ready .hero-collage__main.hero-frame {
  animation: heroShowcaseIn 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

html.js-ready .hero-collage__card--schedule {
  animation: heroShowcaseIn 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.22s both;
}

html.js-ready .hero-collage__card--photo {
  animation: heroShowcaseIn 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}

@keyframes heroShowcaseIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.hero-proof {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.hero-proof__item {
  display: grid;
  gap: 0.08rem;
  min-width: 0;
  padding: 0.55rem 0.85rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(11, 43, 68, 0.06);
  box-shadow: 0 8px 20px rgba(11, 43, 68, 0.05);
}

.hero-proof__value {
  font-family: "Outfit", sans-serif;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--ink);
}

.hero-proof__label {
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.2;
  color: #6b8496;
  text-wrap: balance;
}

.hero-proof__item:nth-child(1) .hero-proof__value {
  color: #2bb8d6;
}

.hero-proof__item:nth-child(2) .hero-proof__value {
  color: #f4a224;
}

.hero-proof__item:nth-child(3) .hero-proof__value {
  color: #0b2b44;
}

.hero-ghost-link,
.hero-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  font-family: "Outfit", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  background: transparent;
  border: 1.5px solid rgba(11, 43, 68, 0.1);
  box-shadow: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.hero-ghost-link:hover,
.hero-text-link:hover {
  color: #0090c8;
  border-color: rgba(43, 184, 214, 0.42);
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(11, 43, 68, 0.09);
}

.hero-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 0;
  width: 100%;
  max-width: 100%;
}

.hero-product {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  padding: 0.75rem 0.9rem;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 43, 68, 0.07);
  box-shadow: 0 6px 18px rgba(11, 43, 68, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  overflow: hidden;
}

.hero-product::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--hero-product-accent, #2bb8d6);
  opacity: 0.85;
}

.hero-product--activity {
  --hero-product-accent: #2bb8d6;
}

.hero-product--meal {
  --hero-product-accent: #f4a224;
}

.hero-product__arrow {
  margin-left: auto;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #9aafbd;
  transition: transform 0.22s ease, color 0.22s ease;
}

.hero-product:hover .hero-product__arrow {
  transform: translateX(3px);
  color: var(--hero-product-accent);
}

.hero-product:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(11, 43, 68, 0.09);
}

.hero-product--activity:hover {
  border-color: rgba(43, 184, 214, 0.35);
}

.hero-product--meal:hover {
  border-color: rgba(244, 162, 36, 0.4);
}

.hero-product__icon {
  display: block;
  width: 2.35rem;
  height: 2.35rem;
  flex-shrink: 0;
  border-radius: 11px;
  object-fit: contain;
  box-shadow: 0 6px 14px rgba(11, 43, 68, 0.12);
}

.hero-product__copy {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
  flex: 1;
}

.hero-product__label {
  font-family: "Outfit", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--ink);
  white-space: nowrap;
}

.hero-product__meta {
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.3;
  color: #6b8496;
  white-space: nowrap;
}

.c-orange { color: #f4a224; }
.c-sky { color: #4fc3dc; }
.c-teal { color: #2bb8d6; }

.why-accent {
  display: inline;
}

.why-accent--break {
  display: block;
}

.why-accent.text-gradient,
.problem-h2-accent.text-gradient,
.answer-h2-accent.text-gradient {
  display: block;
}

.why-trust strong {
  font-style: normal;
  font-weight: 700;
}

/* Why card */
.section-why,
.section-problem,
.section-answer,
.section-case-study,
.section-pricing,
.section-security,
.section-book-demo,
.section-get-started {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.section-why {
  margin-top: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.section-answer {
  background:
    radial-gradient(ellipse 80% 55% at 50% 0%, rgba(43, 184, 214, 0.07), transparent 62%);
}

.section-problem {
  background:
    radial-gradient(ellipse 70% 50% at 100% 20%, rgba(244, 162, 36, 0.06), transparent 60%),
    radial-gradient(ellipse 60% 45% at 0% 80%, rgba(43, 184, 214, 0.05), transparent 58%);
}

.section-case-study {
  background: transparent;
}

.section-thanks {
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
  background: transparent;
  border-top: 1px solid rgba(11, 43, 68, 0.07);
}

.why-block {
  display: grid;
}

.why-shell {
  display: grid;
  gap: clamp(2rem, 4vw, 2.75rem);
  padding: clamp(2.5rem, 5vw, 3.25rem) clamp(2rem, 4.5vw, 3rem);
  border-radius: var(--radius-lg);
  background: #fff;
  border: var(--card-border);
  box-shadow: var(--card-shadow);
}

.why-intro {
  display: grid;
  gap: 1rem;
  width: 100%;
  max-width: 58rem;
  margin-inline: auto;
  text-align: center;
  justify-items: center;
  padding-bottom: clamp(1.85rem, 3.5vw, 2.35rem);
  border-bottom: 1px solid rgba(11, 43, 68, 0.08);
}

.why-intro .eyebrow {
  width: fit-content;
  max-width: 100%;
  justify-self: center;
  margin: 0;
}

.why-intro::after {
  content: none;
}

.why-intro h2 {
  margin: 0;
  width: 100%;
  max-width: 54rem;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: var(--ink);
  text-wrap: balance;
}

.why-intro h2 .why-accent {
  font-weight: 800;
}

.why-intro > p:not(.eyebrow) {
  margin: 0;
  width: 100%;
  max-width: 46rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
  text-align: center;
  text-wrap: pretty;
}

.why-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.why-card {
  display: grid;
  gap: 0.55rem;
  align-content: start;
  min-height: 100%;
  padding: 1.35rem 1.25rem 1.4rem;
  border-radius: var(--radius-md);
  background: #fbf7f0;
  border: 1px solid rgba(11, 43, 68, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.why-card:hover {
  border-color: rgba(11, 43, 68, 0.12);
  box-shadow: 0 10px 24px rgba(11, 43, 68, 0.05);
  transform: translateY(-2px);
}

.why-card h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1.32;
  color: var(--ink);
  text-wrap: balance;
}

.why-card p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.64;
  color: var(--muted);
  text-wrap: pretty;
}

.why-card p strong {
  font-weight: 700;
  color: var(--ink);
}

.why-trust {
  list-style: none;
  margin: 0.55rem 0 0;
  padding: 0.85rem 1.15rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.55rem 0;
  width: min(100%, 44rem);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(11, 43, 68, 0.06);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(11, 43, 68, 0.04);
}

.why-trust li {
  position: relative;
  margin: 0;
  padding: 0 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  color: #4a6578;
  white-space: normal;
  text-wrap: balance;
}

@media (min-width: 1200px) {
  .why-trust li {
    white-space: nowrap;
  }
}

.why-trust li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0.9em;
  transform: translateY(-50%);
  background: rgba(11, 43, 68, 0.14);
}

.why-trust strong {
  font-weight: 700;
  color: var(--ink);
}

.why-trust strong.c-sky {
  color: #2bb8d6;
}

.why-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  align-items: stretch;
}

.why-point {
  position: relative;
  display: grid;
  gap: 1rem;
  align-content: start;
  padding: 1.55rem 1.45rem 1.6rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(11, 43, 68, 0.07);
  box-shadow:
    0 1px 2px rgba(11, 43, 68, 0.04),
    0 12px 32px rgba(11, 43, 68, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.why-point:hover {
  transform: translateY(-4px);
  border-color: rgba(11, 43, 68, 0.1);
  box-shadow:
    0 2px 4px rgba(11, 43, 68, 0.05),
    0 20px 44px rgba(11, 43, 68, 0.08);
}

.why-point--sky {
  --why-accent: #00adef;
  --why-icon-bg: rgba(0, 173, 239, 0.1);
  --why-icon-border: rgba(0, 173, 239, 0.22);
}

.why-point--orange {
  --why-accent: #f4a224;
  --why-icon-bg: rgba(244, 162, 36, 0.12);
  --why-icon-border: rgba(244, 162, 36, 0.28);
}

.why-point--sage {
  --why-accent: #9fad86;
  --why-icon-bg: rgba(159, 173, 134, 0.14);
  --why-icon-border: rgba(159, 173, 134, 0.3);
}

.why-point__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 14px;
  background: var(--why-icon-bg);
  border: 1px solid var(--why-icon-border);
  color: var(--why-accent);
  flex-shrink: 0;
}

.why-point__icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.why-point__body {
  display: grid;
  gap: 0.45rem;
}

.why-point__mark {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--why-accent, #2bb8d6);
  margin-bottom: 0.15rem;
}

.why-point h3 {
  font-family: "Outfit", sans-serif;
  font-size: 1.14rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.3;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
}

.why-point p strong {
  font-weight: 700;
  color: var(--ink);
}

.why-point p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.6;
  text-wrap: pretty;
}

@media (max-width: 980px) {
  .why-trust {
    border-radius: 22px;
  }

  .why-trust li {
    white-space: normal;
    text-align: center;
  }
}

/* Problem section */
.section-problem::before {
  display: none;
}

.problem-block {
  display: grid;
  gap: clamp(1.85rem, 3.8vw, 2.85rem);
}

.problem-block__intro {
  display: grid;
  gap: 0.9rem;
  max-width: 44rem;
  margin-inline: auto;
  text-align: center;
  justify-items: center;
}

.why-intro h2,
.problem-block__intro h2,
.answer-block__intro h2,
.case-study__intro h2,
.price-layout__intro h1,
.price-layout__intro h2 {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.95rem, 4.1vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: var(--ink);
  margin: 0;
  max-width: none;
  text-wrap: balance;
}

.problem-h2-accent {
  display: block;
}

.c-green {
  color: #9fad86;
}

.problem-block__intro > p {
  margin: 0;
  max-width: 38rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.problem-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  align-items: stretch;
}

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

.problem-card {
  --problem-accent: #2bb8d6;
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 1rem;
  padding: 1.35rem 1.25rem 1.4rem;
  border-radius: var(--radius-lg);
  background: #fff;
  border: var(--card-border);
  box-shadow: var(--card-shadow);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.problem-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--problem-accent);
}

.problem-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(11, 43, 68, 0.09);
}

.problem-card--sky {
  --problem-accent: #2bb8d6;
}

.problem-card--orange {
  --problem-accent: #f4a224;
}

.problem-card--sage {
  --problem-accent: #9fad86;
}

.problem-card--deep {
  --problem-accent: #008bb9;
}

.problem-card__head {
  margin: 0;
  padding: 0 0 0.85rem;
  border-bottom: 1px solid rgba(11, 43, 68, 0.07);
}

.problem-card__role {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: "Outfit", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--ink);
  text-wrap: balance;
}

.problem-card__role::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--problem-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--problem-accent) 22%, transparent);
  flex-shrink: 0;
}

.problem-card__points {
  display: grid;
  gap: 0;
  align-content: start;
}

.problem-card__point {
  padding: 0.85rem 0;
}

.problem-card__point + .problem-card__point {
  border-top: 1px solid rgba(11, 43, 68, 0.06);
}

.problem-card__point:first-child {
  padding-top: 0.15rem;
}

.problem-card__point:last-child {
  padding-bottom: 0;
}

.problem-card__point h4 {
  margin: 0 0 0.28rem;
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--ink);
}

.problem-card__point p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--muted);
  text-wrap: pretty;
}

/* Answer section */
.section-answer::before {
  display: none;
}

.answer-block {
  display: grid;
  gap: clamp(1.85rem, 3.8vw, 2.85rem);
}

.answer-block__intro {
  display: grid;
  gap: 0.9rem;
  max-width: 46rem;
  margin-inline: auto;
  text-align: center;
  justify-items: center;
}

.answer-h2-accent {
  display: block;
}

.answer-block__intro > p {
  margin: 0;
  max-width: 40rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.answer-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
  align-items: stretch;
}

.answer-card {
  --answer-accent: #2bb8d6;
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 1.15rem;
  padding: 1.45rem 1.4rem 1.35rem;
  border-radius: var(--radius-lg);
  background: #fff;
  border: var(--card-border);
  box-shadow: var(--card-shadow);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.answer-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--answer-accent);
}

.answer-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(11, 43, 68, 0.09);
}

.answer-card__media {
  position: relative;
  margin-top: auto;
  padding: 0.45rem;
  border-radius: 20px;
  overflow: visible;
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.96) 0%,
    var(--answer-media-bg, rgba(43, 184, 214, 0.08)) 100%
  );
  border: 1px solid rgba(11, 43, 68, 0.06);
  box-shadow:
    0 16px 40px rgba(11, 43, 68, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.answer-card__media::after {
  content: "";
  position: absolute;
  inset: auto 12% -10%;
  height: 42%;
  background: radial-gradient(ellipse at center, var(--answer-accent) 0%, transparent 72%);
  opacity: 0.14;
  filter: blur(22px);
  pointer-events: none;
  z-index: 0;
}

.answer-card--activity {
  --answer-accent: #2bb8d6;
  --answer-media-bg: rgba(43, 184, 214, 0.1);
}

.answer-card--meal {
  --answer-accent: #f4a224;
  --answer-media-bg: rgba(244, 162, 36, 0.1);
}

.answer-card__screen {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 14px;
  overflow: hidden;
  background: #f7fbfc;
  border: 1px solid rgba(11, 43, 68, 0.08);
  box-shadow:
    0 10px 28px rgba(11, 43, 68, 0.11),
    0 2px 6px rgba(11, 43, 68, 0.04);
}

.answer-card__screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

@media (prefers-reduced-motion: no-preference) {
  .answer-card__screen {
    transition: transform 0.45s var(--motion-ease-soft), box-shadow 0.45s var(--motion-ease-soft);
  }

  .answer-card:hover .answer-card__screen {
    transform: translateY(-2px);
    box-shadow:
      0 14px 36px rgba(11, 43, 68, 0.13),
      0 3px 8px rgba(11, 43, 68, 0.05);
  }
}

.answer-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(11, 43, 68, 0.07);
}

.answer-card__identity {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.answer-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  flex-shrink: 0;
  color: #fff;
}

.answer-card__logo {
  display: block;
  width: 2.85rem;
  height: 2.85rem;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 14px;
  background: transparent;
}

.answer-card__logo--activity {
  box-shadow: 0 8px 18px rgba(43, 184, 214, 0.28);
}

.answer-card__logo--meal {
  box-shadow: 0 8px 18px rgba(244, 162, 36, 0.28);
}

.answer-card__icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.answer-card__icon--sky {
  background: #4fc3dc;
}

.answer-card__icon--orange {
  background: var(--accent-orange);
}

.answer-card__identity h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--ink);
}

.answer-card__identity p {
  margin: 0.15rem 0 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.answer-card__status {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  font-family: "Outfit", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}

.answer-card__status--live {
  color: #1a9bb8;
  background: rgba(43, 184, 214, 0.12);
  border: 1px solid rgba(43, 184, 214, 0.28);
}

.answer-card__status--build {
  color: #c88410;
  background: rgba(244, 162, 36, 0.14);
  border: 1px solid rgba(244, 162, 36, 0.32);
}

.answer-card__status--test {
  color: #9a6b12;
  background: rgba(244, 162, 36, 0.12);
  border: 1px solid rgba(244, 162, 36, 0.26);
  white-space: normal;
  text-align: center;
  line-height: 1.35;
  max-width: 9.5rem;
}

.answer-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.answer-card__list li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.35rem;
  align-items: start;
  padding: 0.85rem 0;
}

.answer-card__list li + li {
  border-top: 1px solid rgba(11, 43, 68, 0.06);
}

.answer-card__list li:first-child {
  padding-top: 0.1rem;
}

.answer-card__list li:last-child {
  padding-bottom: 0.15rem;
}

.answer-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: 0.12rem;
  border-radius: 999px;
  flex-shrink: 0;
}

.answer-check svg {
  width: 0.85rem;
  height: 0.85rem;
}

.answer-check--sky {
  color: #2bb8d6;
  background: rgba(43, 184, 214, 0.12);
}

.answer-check--orange {
  color: var(--accent-orange);
  background: rgba(244, 162, 36, 0.14);
}

.answer-card__list strong {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--ink);
}

.answer-card__list p {
  margin: 0.2rem 0 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--muted);
  text-wrap: pretty;
}

/* Case study */
.section-case-study::before {
  display: none;
}

.case-study {
  display: grid;
  justify-items: center;
  gap: clamp(1.5rem, 3vw, 2.1rem);
  text-align: center;
}

.case-study__intro {
  display: grid;
  gap: 0.75rem;
  justify-items: center;
  max-width: 40rem;
}

.case-study__home {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.case-study__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.85rem 1.15rem;
  margin-top: 0.35rem;
}

.case-study__cta {
  margin: 0;
}

.case-study__carousel {
  display: grid;
  gap: 1.1rem;
  width: 100%;
  max-width: 980px;
  justify-items: center;
}

.case-study__viewport {
  position: relative;
  display: block;
  width: 100%;
}

.case-study__slide {
  margin: 0;
  width: 100%;
  -webkit-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0);
  transition:
    opacity 0.65s var(--motion-ease-soft),
    visibility 0.65s var(--motion-ease-soft),
    transform 0.65s var(--motion-ease-soft);
}

.case-study__slide:not(.is-active) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
}

.case-study__slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.case-study__dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
}

.case-study__dot {
  width: 0.62rem;
  height: 0.62rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(11, 43, 68, 0.18);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    width 0.2s ease;
}

.case-study__dot.is-active {
  width: 1.65rem;
  background: #00adef;
}

.case-study__dot--warm.is-active {
  background: #f4a224;
}

.case-study__dot:hover,
.case-study__dot:focus-visible {
  background: rgba(0, 173, 239, 0.55);
  outline: none;
}

.case-study__dot--warm:hover,
.case-study__dot--warm:focus-visible {
  background: rgba(244, 162, 36, 0.55);
}

.case-study__dot.is-active:hover,
.case-study__dot.is-active:focus-visible {
  background: #0090c8;
}

.case-study__dot--warm.is-active:hover,
.case-study__dot--warm.is-active:focus-visible {
  background: #e08e10;
}

.case-study__card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1.35rem, 3.2vw, 2.1rem);
  align-items: center;
  width: 100%;
  max-width: 980px;
  margin: 0;
  padding: clamp(1.6rem, 3.6vw, 2.5rem) clamp(1.5rem, 3.6vw, 2.7rem);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(120% 90% at 0% 0%, rgba(255, 255, 255, 0.16) 0%, transparent 55%),
    linear-gradient(145deg, #12a5d0 0%, #008bb9 48%, #00729a 100%);
  color: #fff;
  text-align: left;
  box-shadow: 0 22px 48px rgba(0, 139, 185, 0.28);
  overflow: hidden;
}

.case-study__slide--warm.case-study__card {
  background:
    radial-gradient(120% 90% at 0% 0%, rgba(255, 255, 255, 0.18) 0%, transparent 55%),
    linear-gradient(145deg, #f6b84a 0%, #f4a224 48%, #e08e10 100%);
  box-shadow: 0 22px 48px rgba(224, 142, 16, 0.28);
}

.case-study__card::before {
  content: "\201C";
  position: absolute;
  top: 0.35rem;
  right: clamp(0.9rem, 3vw, 1.6rem);
  font-family: "Outfit", Georgia, serif;
  font-size: clamp(4.5rem, 10vw, 7rem);
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.14);
  pointer-events: none;
  user-select: none;
}

.case-study__photo {
  position: relative;
  z-index: 1;
  width: clamp(112px, 18vw, 152px);
  height: clamp(112px, 18vw, 152px);
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
  border: 4px solid rgba(255, 255, 255, 0.42);
  box-shadow:
    0 12px 30px rgba(0, 60, 90, 0.22),
    0 0 0 8px rgba(255, 255, 255, 0.1);
}

.case-study__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.case-study__photo-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Outfit", sans-serif;
  font-size: 2.35rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #008bb9;
  background: linear-gradient(160deg, #f4fbfe 0%, #dff3fa 100%);
}

.case-study__slide--warm .case-study__photo-fallback {
  color: #e08e10;
  background: linear-gradient(160deg, #fff9f0 0%, #fdeacc 100%);
}

.case-study__quote {
  position: relative;
  z-index: 1;
  margin: 0;
  display: grid;
  gap: 1.05rem;
  min-width: 0;
}

.case-study__quote > p {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.08rem, 2.15vw, 1.4rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.42;
  color: #fff;
  text-wrap: pretty;
}

.case-study__attribution {
  display: grid;
  gap: 0.2rem;
  margin: 0;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.case-study__name {
  font-family: "Outfit", sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.02em;
  color: #fff;
}

.case-study__role {
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
}

.case-study__proof {
  margin-top: 0.2rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.78);
}

.case-study__story {
  margin-top: 0;
  color: #008bb9 !important;
  background: #fff !important;
  border: 1px solid rgba(0, 139, 185, 0.12);
  box-shadow: 0 10px 24px rgba(11, 43, 68, 0.08);
  transition: transform 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.case-study__story:hover {
  background: #fff !important;
  color: #00729a !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(11, 43, 68, 0.1);
}

@media (prefers-reduced-motion: reduce) {
  .case-study__slide {
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
}

/* Pricing */
.section-pricing::before {
  display: none;
}

.section-pricing {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(244, 162, 36, 0.06), transparent 65%);
}

.price-layout {
  display: grid;
  gap: clamp(1.65rem, 3.2vw, 2.35rem);
  max-width: 54rem;
  margin-inline: auto;
  padding: clamp(2.1rem, 4.2vw, 2.85rem) clamp(1.85rem, 4vw, 2.65rem);
  border-radius: var(--radius-lg);
  background: #fff;
  border: var(--card-border);
  box-shadow: var(--card-shadow);
}

.price-layout__intro {
  display: grid;
  gap: 0.75rem;
  text-align: center;
  justify-items: center;
  padding-bottom: clamp(1.15rem, 2.2vw, 1.5rem);
  border-bottom: 1px solid rgba(11, 43, 68, 0.08);
}

.price-layout__accent {
  display: block;
}

.price-layout__lede {
  margin: 0;
  max-width: 38rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--muted);
}

.price-layout__trial {
  margin: 0 auto;
  width: fit-content;
  max-width: 100%;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #6b5535;
  background: linear-gradient(105deg, rgba(244, 162, 36, 0.14) 0%, rgba(244, 162, 36, 0.08) 100%);
  border: 1px solid rgba(244, 162, 36, 0.24);
}

.price-layout__trial strong {
  font-weight: 800;
  color: #c88410;
}

.price-layout__plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.price-plan {
  display: grid;
  gap: 1.05rem;
  align-content: start;
  min-height: 100%;
  padding: 1.4rem 1.3rem 1.45rem;
  border-radius: var(--radius-md);
  background: #fff;
  border: var(--card-border);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.price-plan:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(11, 43, 68, 0.07);
}

.price-plan--primary {
  border-color: rgba(244, 162, 36, 0.22);
  box-shadow: inset 0 3px 0 #f4a224;
}

.price-plan--addon {
  background: linear-gradient(180deg, rgba(43, 184, 214, 0.06) 0%, #fff 100%);
  border-color: rgba(43, 184, 214, 0.2);
  box-shadow: inset 0 3px 0 rgba(43, 184, 214, 0.55);
}

.price-plan__head h2,
.price-plan__head h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
  color: var(--ink);
}

.price-plan__head p {
  margin: 0.22rem 0 0;
  font-size: 0.86rem;
  line-height: 1.4;
  color: #5c7588;
}

.price-plan__options {
  display: grid;
  gap: 0.55rem;
}

.price-plan__option {
  display: grid;
  gap: 0.15rem;
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  background: rgba(11, 43, 68, 0.03);
  border: 1px solid rgba(11, 43, 68, 0.06);
}

.price-plan__option--highlight {
  background: rgba(244, 162, 36, 0.09);
  border-color: rgba(244, 162, 36, 0.2);
}

.price-plan__option-label {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5c7588;
}

.price-plan__option--highlight .price-plan__option-label {
  color: #a86b0a;
}

.price-plan__price {
  margin: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.price-plan__price strong {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--ink);
}

.price-plan__price span {
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--muted);
}

.price-plan__annual {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.4;
  color: #3d5a70;
}

.price-plan__included {
  display: grid;
  gap: 0.55rem;
  padding-top: 0.15rem;
}

.price-plan__included-label {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5c7588;
}

.price-plan__included ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0.65rem;
  display: grid;
  gap: 0.5rem;
  border-left: 2px solid rgba(11, 43, 68, 0.08);
}

.price-plan--primary .price-plan__included ul {
  border-left-color: rgba(244, 162, 36, 0.35);
}

.price-plan--addon .price-plan__included ul {
  border-left-color: rgba(43, 184, 214, 0.35);
}

.price-plan__included li {
  font-size: 0.9rem;
  line-height: 1.48;
  color: #3d5a70;
}

.price-layout__foot {
  display: grid;
  gap: 1.15rem;
  padding-top: 0.25rem;
  border-top: 1px solid rgba(11, 43, 68, 0.08);
}

.price-layout__referral {
  margin: 0;
  padding: 1rem 1.2rem;
  border-radius: 16px;
  text-align: center;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #4a6578;
  background:
    linear-gradient(105deg, rgba(244, 162, 36, 0.08) 0%, rgba(43, 184, 214, 0.07) 100%);
  border: 1px solid rgba(11, 43, 68, 0.06);
}

.price-layout__referral strong {
  color: var(--ink);
  font-weight: 700;
}

.price-layout__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.price-layout__link {
  color: #2bb8d6;
  background: #fff;
  border: 1.5px solid rgba(43, 184, 214, 0.35);
  box-shadow: none;
}

.price-layout__link:hover {
  color: #1a9bb8;
  background: rgba(43, 184, 214, 0.06);
  border-color: rgba(43, 184, 214, 0.55);
}

.pricing-promo {
  display: grid;
  gap: 0.55rem;
  width: 100%;
  padding: clamp(1.45rem, 3vw, 1.85rem) clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 24px;
  text-align: center;
  justify-items: center;
  background:
    radial-gradient(120% 140% at 0% 50%, rgba(244, 162, 36, 0.22) 0%, transparent 55%),
    radial-gradient(120% 140% at 100% 50%, rgba(43, 184, 214, 0.2) 0%, transparent 55%),
    linear-gradient(105deg, #fff4e4 0%, #eef9fc 100%);
  border: 1px solid rgba(11, 43, 68, 0.05);
  box-shadow:
    0 16px 40px rgba(11, 43, 68, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.pricing-promo__lead {
  margin: 0;
  max-width: none;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.02rem, 1.85vw, 1.22rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.35;
  color: var(--ink);
  text-wrap: balance;
}

.pricing-promo__note {
  margin: 0;
  max-width: none;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #5c7588;
  text-wrap: balance;
}

.pricing-disclaimer {
  margin: 0 auto !important;
  max-width: none !important;
  width: 100%;
  justify-self: center;
  text-align: center;
  font-size: 0.82rem;
  line-height: 1.55;
  color: #7a8fa0;
  text-wrap: balance;
}

@media (min-width: 1280px) {
  .pricing-promo__lead,
  .pricing-promo__note,
  .pricing-disclaimer {
    white-space: nowrap;
  }
}

.pricing-disclaimer a {
  color: #2bb8d6;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

/* Security */
.section-security::before,
.section-book-demo::before,
.section-get-started::before,
.section-thanks::before {
  display: none;
}

.security-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(1.4rem, 3vw, 1.9rem) clamp(1.4rem, 3vw, 2rem);
  border-radius: 24px;
  background: #fff;
  border: 1.5px solid rgba(79, 195, 220, 0.35);
  box-shadow: 0 14px 36px rgba(11, 43, 68, 0.06);
}

.security-card__copy {
  display: grid;
  gap: 0.45rem;
  max-width: 46rem;
}

.security-card__copy h2 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
  max-width: none;
}

.security-card__copy p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--muted);
}

.security-card__btn {
  flex-shrink: 0;
  color: #2bb8d6;
  background: #fff;
  border: 1px solid rgba(11, 43, 68, 0.1);
  box-shadow: 0 8px 18px rgba(11, 43, 68, 0.06);
  white-space: nowrap;
}

.security-card__btn:hover {
  color: #1a9bb8;
  border-color: rgba(43, 184, 214, 0.4);
}

/* Book a demo */
.book-demo {
  display: grid;
  justify-items: center;
}

.book-demo__card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  width: 100%;
  max-width: 980px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #fff;
  border: var(--card-border);
  box-shadow: var(--shadow-strong);
}

.book-demo__copy {
  position: relative;
  display: grid;
  gap: 0.85rem;
  align-content: center;
  padding: clamp(1.75rem, 3.5vw, 2.5rem) clamp(1.5rem, 3.2vw, 2.25rem);
  background:
    radial-gradient(120% 90% at 0% 0%, rgba(255, 255, 255, 0.14) 0%, transparent 55%),
    linear-gradient(145deg, #12a5d0 0%, #008bb9 48%, #00729a 100%);
  color: #fff;
  text-align: left;
}

.book-demo__copy h2 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: #fff;
  text-wrap: balance;
}

.book-demo__copy > p:not(.eyebrow) {
  margin: 0;
  max-width: 26rem;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}

.book-demo__points {
  list-style: none;
  margin: 0.35rem 0 0;
  padding: 0.85rem 0 0;
  display: grid;
  gap: 0.55rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.book-demo__points li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}

.book-demo__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: #f4a224;
}

.book-demo__panel {
  display: grid;
  gap: 0.85rem;
  align-content: center;
  padding: clamp(1.75rem, 3.5vw, 2.35rem) clamp(1.5rem, 3.2vw, 2.1rem);
  background: #fff;
}

.book-demo__panel-title {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--ink);
}

.book-demo__panel-sub {
  margin: -0.35rem 0 0;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--muted);
}

.book-demo__form {
  display: grid;
  gap: 0.75rem;
  width: 100%;
}

.book-demo__form.get-started__form {
  display: grid;
  width: 100%;
  max-width: none;
  flex-wrap: unset;
  align-items: stretch;
}

.book-demo__form.get-started__form input[type="email"] {
  flex: none;
  width: 100%;
  border-radius: 14px;
}

.book-demo__form.get-started__form .btn-primary {
  width: 100%;
}

.book-demo__form input[type="email"] {
  width: 100%;
  min-height: 52px;
  padding: 0.85rem 1.2rem;
  border-radius: 14px;
  border: 1.5px solid rgba(11, 43, 68, 0.12);
  background: #fff;
  font: inherit;
  font-size: 1rem;
  color: var(--ink);
  box-shadow: 0 8px 20px rgba(11, 43, 68, 0.04);
}

.book-demo__form input[type="email"]::placeholder {
  color: #9aafbd;
}

.book-demo__form input[type="email"]:focus {
  outline: 2px solid rgba(43, 184, 214, 0.45);
  outline-offset: 2px;
}

.book-demo__form .btn-primary {
  width: 100%;
  min-height: 52px;
}

.book-demo__status {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  text-align: left;
}

.book-demo__status.is-success {
  color: #1a7a4c;
}

.book-demo__status.is-error {
  color: #b42318;
}

/* Get started (legacy form styles for other pages) */
.get-started {
  display: grid;
  gap: 1.35rem;
  justify-items: center;
  text-align: center;
}

.get-started__intro {
  display: grid;
  gap: 0.75rem;
  max-width: 36rem;
  justify-items: center;
}

.get-started__intro h2 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.9rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--ink);
  max-width: none;
}

.get-started__intro > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.get-started__form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: min(100%, 520px);
}

.get-started__form input[type="email"] {
  flex: 1 1 240px;
  width: auto;
  min-width: 0;
  min-height: 52px;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  border: 1.5px solid rgba(11, 43, 68, 0.12);
  background: #fff;
  font: inherit;
  font-size: 1rem;
  color: var(--ink);
  box-shadow: 0 8px 20px rgba(11, 43, 68, 0.04);
}

.get-started__form input[type="email"]::placeholder {
  color: #9aafbd;
}

.get-started__form input[type="email"]:focus {
  outline: 2px solid rgba(43, 184, 214, 0.45);
  outline-offset: 2px;
}

.get-started__form .btn-primary {
  flex: 0 0 auto;
  min-height: 52px;
  padding-inline: 1.4rem;
}

.get-started__honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.get-started__status {
  margin: 0;
  font-size: 0.92rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Thank you */
.thanks-block {
  display: flex;
  justify-content: center;
}

.thanks-note {
  max-width: 32rem;
  margin: 0 auto;
  text-align: center;
}

.thanks-note__title {
  margin: 0 0 0.65rem;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.thanks-note__title.text-gradient {
  display: inline-block;
}

.thanks-note__text {
  margin: 0;
  font-size: clamp(0.98rem, 1.4vw, 1.05rem);
  line-height: 1.65;
  color: var(--muted);
  text-wrap: balance;
}

.cookie-banner__inner {
  border: 1px solid rgba(11, 43, 68, 0.08);
  background: rgba(253, 248, 240, 0.97);
  box-shadow: 0 18px 48px rgba(11, 43, 68, 0.12);
}

.cookie-banner__btn--primary {
  background: linear-gradient(105deg, #f6b84a 0%, #f4a224 45%, #e08e10 100%);
  box-shadow: 0 10px 24px rgba(244, 162, 36, 0.28);
}

.cookie-banner__btn--primary:hover {
  background: linear-gradient(105deg, #f4a224 0%, #e08e10 100%);
}

/* Soften lower sections toward cream palette */
.section-apps .section-intro h2,
.support-join .section-intro h2,
.section-contact .section-intro h2 {
  color: var(--ink);
}

.about-beat__sky {
  color: var(--sky) !important;
}

.about-beat__sun {
  color: var(--accent-orange) !important;
}

.support-join__path,
.activ-explore {
  border-color: rgba(11, 43, 68, 0.08);
}

.site-footer {
  margin-top: 0;
  padding: 3.5rem 0 1.85rem;
  background: #0b5f7a;
  color: #fff;
  border-top: 0 !important;
  font-size: 0.95rem;
}

.site-footer__wrap {
  display: grid;
  gap: 0;
}

.site-footer__top {
  display: grid;
  grid-template-columns: minmax(15rem, 1.55fr) repeat(3, minmax(0, 0.75fr));
  column-gap: clamp(1.75rem, 4vw, 3.5rem);
  row-gap: 2rem;
  align-items: start;
  padding-bottom: 2.15rem;
}

.site-footer__brand {
  display: grid;
  gap: 0.7rem;
  justify-items: start;
}

.site-footer__logo {
  display: inline-flex;
  text-decoration: none;
  color: inherit;
  margin: 0;
}

.site-footer__lockup {
  align-items: flex-start;
}

.site-footer__lockup-row {
  justify-content: flex-start;
}

.site-footer__logo img,
.site-footer__lockup .brand-logo {
  width: auto !important;
  height: 2.15rem !important;
  aspect-ratio: 56 / 61;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

.site-footer__wordmark {
  font-family: "Outfit", "Sora", sans-serif;
  font-size: 2.15rem;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
  display: block;
}

.site-footer .brand-ma {
  color: #00adef;
}

.site-footer .brand-ap {
  color: #f4a003;
}

.site-footer__blurb {
  margin: 0.15rem 0 0;
  max-width: 18.5rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.95);
}

.site-footer__address {
  margin: 0.15rem 0 0;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.site-footer__demo {
  display: inline-block;
  margin-top: 0.85rem;
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.site-footer__demo:hover {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.site-footer nav.site-footer__col,
.site-footer__col {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  align-content: start;
  justify-content: start !important;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-top: 0.2rem;
}

.site-footer__col h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7fd6ff;
}

.site-footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.62rem;
}

.site-footer__col a,
.site-footer__textbtn,
.site-footer__legal a,
.site-footer__link {
  position: static;
  display: inline-flex;
  align-items: center;
  width: auto;
  min-height: 44px;
  padding: 0.35rem 0 !important;
  margin: 0;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-family: "DM Sans", "Outfit", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none !important;
  box-shadow: none !important;
  cursor: pointer;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}

.site-footer__col a::after,
.site-footer__textbtn::after,
.site-footer__legal a::after,
.site-footer__link::after {
  content: none !important;
  display: none !important;
}

.site-footer__col a:hover,
.site-footer__textbtn:hover,
.site-footer__legal a:hover,
.site-footer__link:hover {
  color: #b8ecff !important;
  text-decoration: underline !important;
  text-underline-offset: 0.2em;
}

.site-footer__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  flex-wrap: wrap;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(143, 214, 232, 0.45);
}

.site-footer__meta {
  display: grid;
  gap: 0.3rem;
}

.site-footer__meta p,
.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
}

.site-footer__credit {
  font-size: 0.8rem !important;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.62) !important;
  max-width: 34rem;
}

.site-footer__legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
}

.site-footer__legal span {
  color: rgba(143, 214, 232, 0.7);
  font-size: 0.9rem;
  line-height: 1;
}

.site-footer__legal a,
.site-footer__legal .site-footer__link {
  font-size: 0.88rem;
}

@media (max-width: 980px) {
  .site-footer__top {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
    max-width: 28rem;
  }
}

@media (max-width: 640px) {
  .site-header .brand-lockup--header .brand-logo {
    height: 2.45rem !important;
  }

  .site-header .brand-lockup--header .brand-name {
    font-size: 2.45rem;
  }

  .brand-logo {
    height: 2.25rem !important;
  }

  .brand-name {
    font-size: 2.25rem;
  }

  .site-footer__lockup .brand-logo {
    height: 2rem !important;
  }

  .site-footer__wordmark {
    font-size: 2rem;
  }

  .brand-tagline,
  .site-footer__tagline {
    font-size: 0.62rem;
  }

  .brand-lockup,
  .site-footer__lockup {
    gap: 0.22rem;
  }

  .site-footer {
    padding: 2.4rem 0 1.4rem;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    padding-bottom: 1.75rem;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__legal {
    justify-content: flex-start;
  }
}

/* Motion entrance: only after first paint to avoid refresh flash */
html.js-ready .hero-split__copy > * {
  animation: redesignRise var(--motion-enter) var(--motion-ease) both;
}

html.js-ready .hero-split__copy > *:nth-child(1) { animation-delay: 0.04s; }
html.js-ready .hero-split__copy > *:nth-child(2) { animation-delay: 0.1s; }
html.js-ready .hero-split__copy > *:nth-child(3) { animation-delay: 0.15s; }
html.js-ready .hero-split__copy > *:nth-child(4) { animation-delay: 0.2s; }
html.js-ready .hero-split__copy > *:nth-child(5) { animation-delay: 0.26s; }

html.js-ready .hero-split__visual {
  animation: redesignRise 1.1s var(--motion-ease) 0.2s both;
}

@keyframes redesignRise {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* Page-wide smooth scroll reveal */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }

  .reveal,
  .activ-reveal,
  .scroll-reveal {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
    transition:
      opacity var(--motion-enter) var(--motion-ease),
      transform calc(var(--motion-enter) + 0.08s) var(--motion-ease);
    transition-delay: var(--reveal-delay, 0s);
  }

  .reveal.in-view,
  .activ-reveal.in-view,
  .scroll-reveal.in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .scroll-reveal--left {
    transform: translate3d(-28px, 0, 0);
  }

  .scroll-reveal--right {
    transform: translate3d(28px, 0, 0);
  }

  .scroll-reveal--left.in-view,
  .scroll-reveal--right.in-view {
    transform: translate3d(0, 0, 0);
  }

  .scroll-reveal--fade {
    transform: none;
  }

  .scroll-reveal--fade.in-view {
    transform: none;
  }

  .site-header {
    transition:
      background 0.45s var(--motion-ease),
      border-color 0.45s var(--motion-ease),
      box-shadow 0.45s var(--motion-ease);
  }

  .scroll-progress span {
    transition: transform 0.12s linear;
  }

  .btn,
  .hero-ghost-link,
  .hero-product,
  .why-card,
  .why-point,
  .problem-card,
  .answer-card,
  .price-plan,
  .hero-product,
  .case-study__story,
  .security-card__btn {
    transition-timing-function: var(--motion-ease-soft);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .activ-reveal,
  .scroll-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  html.js-ready .hero-split__copy > *,
  html.js-ready .hero-split__visual,
  html.js-ready .hero-collage__main.hero-frame,
  html.js-ready .hero-collage__card--schedule,
  html.js-ready .hero-collage__card--photo,
  html.js-ready .hero-frame {
    animation: none !important;
  }
}

/* Responsive */
@media (max-width: 1280px) {
  .hero-split__wrap {
    gap: 1.15rem;
  }

  .hero-split__copy {
    max-width: 32rem;
  }

  .hero-split__visual {
    max-width: min(100%, 32rem);
    padding: 0.5rem 2.5rem 1.6rem 1.25rem;
  }

  .hero-title {
    font-size: clamp(1.85rem, 1.6vw + 1.05rem, 2.55rem);
  }

  .hero-collage {
    max-width: 32rem;
  }

  .hero-collage__card--schedule {
    top: -1%;
    right: -12%;
    width: 40%;
  }

  .hero-collage__card--photo {
    bottom: -5%;
    left: -9%;
    width: 46%;
  }

  .nav-links a {
    padding-inline: 0.48rem;
    font-size: 0.76rem;
  }

  .site-header .brand-lockup--header .brand-logo {
    height: 2.55rem !important;
  }

  .site-header .brand-lockup--header .brand-name {
    font-size: 2.55rem;
  }

  .why-cards,
  .why-points,
  .problem-cards {
    gap: 0.9rem;
  }
}

@media (max-width: 1100px) {
  .promo-banner {
    height: auto !important;
    min-height: 40px !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0.4rem 1rem !important;
  }

  .promo-banner__text,
  .promo-banner__link {
    white-space: normal;
    text-wrap: balance;
  }

  .hero-split__wrap {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .hero-split__copy {
    max-width: none;
    justify-self: center;
    text-align: center;
    justify-items: center;
    margin-inline: auto;
    gap: 0.85rem;
  }

  .hero-split__visual {
    justify-self: center;
    min-height: 0;
    width: 100%;
    max-width: min(100%, 520px);
    margin-inline: auto;
    padding: 0.7rem 2.75rem 1.7rem 1.25rem;
  }

  .hero-collage__card--schedule {
    top: -1%;
    right: -10%;
    width: 40%;
  }

  .hero-collage__card--photo {
    bottom: -5%;
    left: -8%;
    width: 46%;
  }

  .hero-split__copy h1,
  .hero-title {
    font-size: clamp(1.6rem, 2.4vw + 0.7rem, 2.15rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
  }

  .hero-body {
    margin-inline: auto;
    font-size: clamp(0.94rem, 1.4vw + 0.55rem, 1.02rem);
    line-height: 1.62;
    max-width: 36rem;
  }

  .hero-eyebrow,
  .hero-proof,
  .hero-actions,
  .hero-links,
  .hero-trust,
  .hero-foot {
    margin-inline: auto;
  }

  .hero-proof,
  .hero-actions,
  .hero-links,
  .hero-trust {
    justify-content: center;
  }

  .hero-foot {
    width: 100%;
    justify-items: center;
  }

  .hero-frame {
    max-width: 100%;
    margin-inline: auto;
  }

  .why-cards,
  .why-points {
    grid-template-columns: 1fr;
  }

  .answer-cards,
  .price-layout__plans {
    gap: 1rem;
  }

  .menu-toggle {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
  }

  .nav-wrap {
    position: relative;
  }

  .nav-links {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.4rem);
    z-index: 50;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.2rem;
    padding: 0.5rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(11, 43, 68, 0.08);
    box-shadow: 0 16px 40px rgba(11, 43, 68, 0.1);
    display: none;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    width: 100%;
    min-height: 44px;
    justify-content: flex-start;
    padding: 0.55rem 1rem;
    font-size: 0.88rem;
    border-radius: 12px;
  }

  .nav-actions {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    flex-direction: column;
    width: 100%;
    gap: 0.4rem;
  }

  .nav-links a.nav-login,
  .nav-links a.nav-cta {
    width: 100%;
    justify-content: center;
    margin: 0;
  }
}

@media (max-width: 980px) {
  .hero-split__wrap {
    gap: 1.6rem;
  }

  .hero-split__visual {
    max-width: min(100%, 480px);
    padding: 0.6rem 2.25rem 1.55rem 1rem;
  }

  .hero-collage__card--schedule {
    top: 0;
    right: -8%;
    width: 40%;
  }

  .hero-collage__card--photo {
    bottom: -4%;
    left: -7%;
    width: 45%;
  }

  .hero-split__copy h1,
  .hero-title {
    font-size: clamp(1.55rem, 3.2vw + 0.5rem, 2rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
  }

  .hero-body {
    font-size: clamp(0.92rem, 2.2vw + 0.45rem, 1rem);
    line-height: 1.6;
    max-width: 32rem;
  }

  .why-shell {
    padding: 1.65rem 1.25rem 1.75rem;
    border-radius: 24px;
    gap: 1.5rem;
  }

  .why-intro {
    padding-bottom: 1.35rem;
  }

  .why-cards {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .why-points {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .why-trust {
    border-radius: 20px;
    padding: 0.85rem 1rem;
    gap: 0.65rem;
  }

  .why-trust li {
    white-space: normal;
    text-align: center;
    width: 100%;
    padding: 0;
  }

  .why-trust li + li::before {
    display: none;
  }

  .why-trust li + li {
    padding-top: 0.65rem;
    border-top: 1px solid rgba(11, 43, 68, 0.08);
  }

  .problem-cards {
    grid-template-columns: 1fr;
  }

  .answer-cards {
    grid-template-columns: 1fr;
  }

  .case-study__card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .case-study__quote {
    text-align: center;
  }

  .price-layout__plans {
    grid-template-columns: 1fr;
  }

  .price-layout__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .price-layout__actions .btn {
    width: 100%;
  }

  .security-card {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .security-card__btn {
    width: 100%;
  }

  .book-demo__card {
    grid-template-columns: 1fr;
  }

  .book-demo__copy {
    text-align: center;
    justify-items: center;
  }

  .book-demo__copy > p:not(.eyebrow) {
    max-width: none;
  }

  .book-demo__points {
    width: 100%;
    max-width: 20rem;
    text-align: left;
  }

  .get-started__form {
    flex-direction: column;
    align-items: stretch;
  }

  .get-started__form input[type="email"] {
    flex: 0 0 auto;
    width: 100%;
    min-height: 48px;
    max-height: none;
    height: auto;
  }

  .get-started__form .btn-primary {
    width: 100%;
  }
}

@media (max-width: 920px) {
  :root {
    --header-h: 58px;
  }
}

@media (max-width: 768px) {
  .promo-banner {
    padding-inline: 0.85rem !important;
  }

  .promo-banner__text {
    font-size: 0.76rem;
    white-space: normal;
    line-height: 1.3;
    text-wrap: balance;
    max-width: 36rem;
  }

  .hero.hero-split,
  .hero-split {
    padding: clamp(1.75rem, 5vw, 2.5rem) 0 clamp(1.5rem, 4vw, 2rem);
  }

  .hero-split__copy h1,
  .hero-title {
    font-size: clamp(1.45rem, 4.8vw + 0.35rem, 1.85rem);
    line-height: 1.1;
  }

  .hero-body {
    font-size: clamp(0.92rem, 3.2vw + 0.4rem, 1rem);
    line-height: 1.6;
  }

  .hero-cta.btn-primary {
    padding: 0.85rem 1.35rem;
    font-size: 0.96rem;
  }

  .hero-ghost-link,
  .hero-text-link {
    min-height: 48px;
    padding: 0.7rem 1.15rem;
    font-size: 0.92rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
  }

  .hero-actions .hero-cta,
  .hero-actions .hero-ghost-link {
    width: 100%;
    justify-content: center;
  }

  .hero-split__visual {
    max-width: min(100%, 26.5rem);
    padding: 0.55rem 1.35rem 1.45rem 0.7rem;
  }

  .hero-collage {
    max-width: 100%;
  }

  .hero-collage__card--schedule {
    top: 2%;
    right: -4%;
    width: 38%;
  }

  .hero-collage__card--photo {
    bottom: -2%;
    left: -3%;
    width: 44%;
  }

  .hero-trust {
    justify-content: center;
    gap: 0.4rem;
  }

  .hero-trust li {
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .promo-banner {
    padding-inline: 0.75rem !important;
  }

  .promo-banner__text {
    font-size: 0.72rem;
    white-space: normal;
  }

  .brand-logo {
    height: 2.25rem !important;
  }

  .brand-name {
    font-size: 2.25rem;
  }

  .site-footer__lockup .brand-logo {
    height: 2rem !important;
  }

  .site-footer__wordmark {
    font-size: 2rem;
  }

  .brand-tagline,
  .site-footer__tagline {
    font-size: 0.62rem;
    white-space: normal;
    text-wrap: balance;
    max-width: 12rem;
  }

  .brand-tagline {
    display: none;
  }

  .answer-card__head {
    flex-wrap: wrap;
    align-items: center;
  }

  .answer-card__status {
    margin-left: auto;
  }

  .case-study__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 24rem;
    margin-inline: auto;
  }

  .case-study__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .price-card__desc {
    min-height: 0;
  }

  .nav-wrap {
    min-height: 0 !important;
    height: 100% !important;
  }
}

@media (max-width: 520px) {
  .hero-split__copy {
    gap: 0.95rem;
  }

  .hero-split__copy h1,
  .hero-title {
    font-size: clamp(1.35rem, 5.5vw + 0.2rem, 1.65rem);
    letter-spacing: -0.035em;
  }

  .hero-body {
    font-size: 0.9rem;
  }

  .why-point {
    padding: 1.25rem 1.15rem 1.3rem;
  }
}

/* Mobile polish */
body.nav-open {
  overflow: hidden;
}

.btn,
.hero-ghost-link,
.hero-product,
.menu-toggle,
.site-footer__link,
.site-footer__textbtn {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

@media (max-width: 768px) {
  .get-started__form input[type="email"],
  .lead-form input,
  .lead-form select,
  .interest-form input,
  .interest-form select {
    min-height: 48px;
    max-height: none;
    height: auto;
    font-size: 16px;
  }

  .get-started__intro h2 {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .get-started__intro > p {
    font-size: 0.95rem;
  }

  .site-footer__legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem 0.75rem;
  }

  .site-footer__legal span[aria-hidden="true"] {
    display: none;
  }
}

@media (max-width: 620px) {
  .cookie-banner__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-banner__btn {
    width: 100%;
    min-height: 44px;
  }
}

/* ===== Mobile layout overhaul ===== */
@media (max-width: 768px) {
  :root {
    --header-h: 56px;
  }

  .nav-wrap {
    min-height: 0 !important;
    height: 100% !important;
    gap: 0.65rem;
    padding-inline: max(0.15rem, env(safe-area-inset-left)) max(0.15rem, env(safe-area-inset-right));
  }

  .site-header {
    height: var(--header-h) !important;
    min-height: var(--header-h) !important;
    max-height: var(--header-h) !important;
  }

  .menu-toggle {
    flex-shrink: 0;
  }

  .section,
  .section-why,
  .section-problem,
  .section-answer,
  .section-case-study,
  .section-pricing,
  .section-security,
  .section-book-demo,
  .section-get-started {
    padding-top: clamp(2.25rem, 8vw, 3.25rem) !important;
    padding-bottom: clamp(2.35rem, 8vw, 3.4rem) !important;
  }

  .why-block,
  .problem-block,
  .answer-block,
  .price-layout,
  .case-study,
  .book-demo,
  .get-started,
  .thanks-block {
    gap: 1.25rem;
  }

  .why-intro,
  .problem-block__intro,
  .answer-block__intro,
  .price-layout__intro,
  .get-started__intro {
    gap: 0.65rem;
  }

  .why-intro h2,
  .problem-block__intro h2,
  .answer-block__intro h2,
  .case-study__intro h2,
  .price-layout__intro h1,
  .price-layout__intro h2,
  .get-started__intro h2 {
    font-size: clamp(1.38rem, 5vw + 0.35rem, 1.82rem);
    letter-spacing: -0.035em;
    line-height: 1.12;
  }

  .why-intro > p:not(.eyebrow),
  .problem-block__intro > p,
  .answer-block__intro > p,
  .price-layout__lede,
  .get-started__intro > p {
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .eyebrow:not(.hero-eyebrow),
  .ap-section-title .ap-label {
    font-size: 0.78rem;
    padding: 0.44rem 1rem;
    letter-spacing: 0.1em;
  }

  .why-trust {
    width: 100%;
    border-radius: 18px;
    padding: 0.7rem 0.85rem;
    margin-top: 0.35rem;
  }

  .why-trust li {
    font-size: 0.84rem;
    padding-inline: 0;
  }

  .why-card,
  .why-point,
  .problem-card,
  .answer-card,
  .price-plan {
    padding: 1.15rem 1.05rem 1.2rem;
    border-radius: 20px;
  }

  .why-card h3,
  .why-point h3,
  .problem-card__role {
    font-size: 0.98rem;
  }

  .why-point p,
  .why-card p,
  .problem-card__point p {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .problem-card__head {
    gap: 0.35rem;
  }

  .answer-card__head {
    gap: 0.55rem;
  }

  .answer-card__identity {
    min-width: 0;
  }

  .answer-card__list li {
    padding: 0.65rem 0;
    gap: 0.65rem;
  }

  .answer-card__list strong {
    font-size: 0.92rem;
  }

  .answer-card__list p {
    font-size: 0.86rem;
  }

  .answer-card__status {
    font-size: 0.62rem;
    padding: 0.32rem 0.62rem;
  }

  .case-study__card {
    padding: 1.25rem 1rem 1.3rem;
    gap: 0.95rem;
    border-radius: 20px;
  }

  .case-study__photo {
    width: 88px;
    height: 88px;
    border-width: 3px;
    box-shadow:
      0 10px 24px rgba(0, 60, 90, 0.2),
      0 0 0 6px rgba(255, 255, 255, 0.1);
  }

  .case-study__quote > p {
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .case-study__name {
    font-size: 0.95rem;
  }

  .case-study__role,
  .case-study__proof {
    font-size: 0.84rem;
  }

  .case-study__home {
    font-size: 0.95rem;
  }

  .price-layout {
    padding: 1.35rem 1.1rem 1.5rem;
    border-radius: 22px;
  }

  .price-plan__head h2,
.price-plan__head h3 {
    font-size: 1.05rem;
  }

  .price-plan__price strong {
    font-size: 1.75rem;
  }

  .pricing-promo {
    padding: 1.1rem 0.95rem;
    border-radius: 20px;
  }

  .pricing-promo__lead {
    font-size: 0.96rem;
    white-space: normal;
  }

  .pricing-promo__note {
    font-size: 0.86rem;
    white-space: normal;
  }

  .pricing-disclaimer {
    font-size: 0.76rem;
    padding-inline: 0.25rem;
  }

  .security-card {
    padding: 1.1rem 1rem;
    gap: 0.85rem;
    border-radius: 20px;
  }

  .security-card__copy h2 {
    font-size: 1.12rem;
  }

  .security-card__copy p {
    font-size: 0.9rem;
  }

  .get-started__form {
    width: 100%;
    max-width: none;
  }

  /* Undo legacy styles.css blanket full-width buttons */
  .btn {
    width: auto;
  }

  .hero-cta.btn-primary,
  .hero-ghost-link,
  .hero-text-link,
  .case-study__actions .btn,
  .get-started__form .btn,
  .price-card__btn,
  .security-card__btn,
  .cookie-banner__btn {
    width: 100%;
  }

  .hero-proof {
    gap: 0.45rem;
  }

  .hero-proof__item {
    flex: 1 1 calc(33.333% - 0.35rem);
    min-width: 5.5rem;
    padding: 0.5rem 0.65rem;
    text-align: center;
    justify-items: center;
  }

  .hero-proof__value {
    font-size: 0.92rem;
  }

  .hero-proof__label {
    font-size: 0.66rem;
  }

  .hero-ambient__orb {
    opacity: 0.38;
    filter: blur(56px);
  }

  .site-footer {
    margin-top: 1.25rem;
    padding: 2rem 0 1.25rem;
    font-size: 0.9rem;
  }

  .site-footer__top {
    row-gap: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .site-footer__blurb,
  .site-footer__address {
    font-size: 0.88rem;
  }

  .site-footer__col h3 {
    font-size: 0.72rem;
    margin-bottom: 0.55rem;
  }

  .site-footer__col a,
  .site-footer__textbtn {
    font-size: 0.88rem;
    padding-block: 0.35rem;
  }

  .nav-links {
    max-height: min(70vh, calc(100dvh - var(--promo-h) - var(--header-h) - 1.5rem));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(1320px, calc(100% - 1rem));
  }

  .hero.hero-split,
  .hero-split {
    padding-top: 1.35rem;
    padding-bottom: 1.25rem;
  }

  .hero-split__wrap {
    gap: 1.35rem;
  }

  .hero-split__copy {
    gap: 0.85rem;
  }

  .hero-split__visual {
    max-width: 100%;
    padding: 0.4rem 0.9rem 1.2rem 0.45rem;
  }

  .hero-collage__card--schedule {
    top: 3%;
    right: -2%;
    width: 36%;
  }

  .hero-collage__card--photo {
    bottom: 0;
    left: -1%;
    width: 42%;
  }

  .hero-trust {
    width: 100%;
  }

  .hero-trust li {
    white-space: normal;
    text-align: center;
  }

  .problem-cards,
  .why-points,
  .answer-cards {
    gap: 0.75rem;
  }
}
