/*
 * Homepage art direction: "warm family intelligence".
 * This file intentionally sits after the legacy homepage styles and only
 * changes presentation. The existing content, DOM order and product scenes
 * remain untouched.
 */

:root {
  --brand-blue-start: #245ef2;
  --brand-blue: #2f6bff;
  --brand-blue-end: #3e7bff;
  --brand-blue-soft: #edf2ff;
  --brand-yellow: #ffcf4a;
  --brand-navy: #121b34;
  --brand-navy-soft: #1a2a54;
  --warm-canvas: #f3f2ef;
  --warm-paper: #fbfaf6;
  --warm-paper-strong: #ffffff;
  --warm-ink: #15171c;
  --warm-ink-soft: #363b46;
  --warm-muted: #686e79;
  --warm-line: rgba(47, 107, 255, 0.12);
  --warm-sage: #88a995;
  --warm-sage-deep: #527460;
  --warm-sage-soft: #e8efea;
  --warm-blue: #667bd0;
  --warm-blue-soft: #e8ebf5;
  --warm-apricot: #f0b87f;
  --warm-apricot-soft: #f7e9da;
  --warm-lavender: #dcd9eb;
  --warm-shadow:
    0 30px 80px rgba(26, 36, 67, 0.1),
    0 3px 12px rgba(26, 36, 67, 0.045);
  --warm-shadow-small:
    0 16px 36px rgba(26, 36, 67, 0.08),
    0 2px 8px rgba(26, 36, 67, 0.04);
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  overflow-x: hidden;
  padding: 24px 18px 48px;
  background:
    radial-gradient(circle at 8% 3%, rgba(255, 207, 74, 0.13), transparent 26rem),
    radial-gradient(circle at 94% 18%, rgba(47, 107, 255, 0.1), transparent 31rem),
    var(--warm-canvas);
  color: var(--warm-ink);
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

body :is(
    .headline-hero,
    .statement-line-1,
    .panel-heading,
    .strip-title,
    .offer-heading
  ) {
  font-family:
    "Onest",
    "Inter",
    system-ui,
    sans-serif;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image: radial-gradient(rgba(47, 107, 255, 0.065) 0.7px, transparent 0.8px);
  background-size: 18px 18px;
  content: "";
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.44), transparent 45%);
  pointer-events: none;
}

.page {
  max-width: 1240px;
}

.hero-concept {
  min-height: 780px;
  padding: 24px 28px 30px;
  border: 1px solid rgba(47, 107, 255, 0.11);
  border-radius: 42px;
  background:
    radial-gradient(circle at 78% -12%, rgba(255, 207, 74, 0.2), transparent 31%),
    radial-gradient(circle at 5% 105%, rgba(136, 169, 149, 0.16), transparent 28%),
    linear-gradient(136deg, #fdfcf8 0%, #fbfaf6 56%, #f4f1ea 100%);
  box-shadow: var(--warm-shadow);
}

.hero-concept::before {
  top: -188px;
  right: -118px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(47, 107, 255, 0.08);
  background: rgba(255, 255, 255, 0.2);
  box-shadow:
    0 0 0 44px rgba(47, 107, 255, 0.04),
    0 0 0 88px rgba(255, 207, 74, 0.035);
}

.hero-concept::after {
  position: absolute;
  z-index: -1;
  bottom: 40px;
  left: 35%;
  width: 78px;
  height: 34px;
  border: 1px solid rgba(47, 107, 255, 0.14);
  border-radius: 999px;
  background:
    radial-gradient(circle at 18px 50%, var(--brand-blue) 0 7px, transparent 7.5px),
    radial-gradient(circle at 60px 50%, var(--brand-yellow) 0 7px, transparent 7.5px);
  content: "";
  opacity: 0.72;
  transform: rotate(-8deg);
}

.hero-concept .hero-topline {
  margin-bottom: 18px;
}

.hero-logo-link {
  width: auto;
  gap: 13px;
}

.hero-concept .hero-logo-img {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(47, 107, 255, 0.09);
  border-radius: 15px;
  box-shadow: 0 14px 30px rgba(47, 107, 255, 0.15);
}

.hero-concept .hero-logo-text-main {
  color: var(--warm-ink);
  font-size: 16px;
  font-weight: 720;
  letter-spacing: -0.035em;
}

.hero-concept .hero-logo-text-sub {
  max-width: none;
  color: var(--warm-muted);
  font-size: 11px;
}

.hero-open-app {
  min-height: 43px;
  padding: 0 17px;
  border-color: var(--warm-line);
  background: rgba(251, 250, 246, 0.78);
  color: var(--brand-blue-start);
  font-size: 13px;
  font-weight: 650;
  box-shadow: none;
}

.hero-open-app:hover {
  background: var(--warm-paper-strong);
  box-shadow: var(--warm-shadow-small);
}

.hero-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(540px, 1.1fr);
  gap: 42px;
}

.hero-concept .hero-copy {
  padding: 86px 4px 82px 22px;
}

.hero-concept .badge {
  gap: 10px;
  padding: 8px 13px;
  border-color: rgba(49, 90, 72, 0.13);
  background: rgba(231, 238, 232, 0.78);
  color: var(--warm-sage-deep);
  font-weight: 620;
  box-shadow: none;
}

.hero-concept .badge-dot {
  background: var(--warm-sage);
  box-shadow: 0 0 0 4px rgba(114, 150, 129, 0.16);
}

.hero-concept .headline-hero {
  max-width: 590px;
  margin-top: 26px;
  color: var(--warm-ink);
  font-size: clamp(56px, 5.8vw, 78px);
  font-weight: 740;
  line-height: 0.96;
  letter-spacing: -0.075em;
}

.hero-concept .headline-hero .accent {
  color: var(--brand-blue);
}

.hero-concept .headline-hero .accent::after {
  right: -7px;
  bottom: 1px;
  left: -4px;
  height: 14px;
  background: var(--brand-yellow);
  opacity: 0.94;
}

.hero-concept .subhead-hero {
  max-width: 520px;
  margin-top: 27px;
  color: var(--warm-muted);
  font-size: 18px;
  line-height: 1.58;
}

.hero-concept .hero-actions {
  gap: 11px;
  margin-top: 31px;
}

.btn,
.hero-concept .btn {
  min-height: 50px;
  padding: 0 21px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 650;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.btn-primary,
.hero-concept .btn-primary {
  background: linear-gradient(135deg, var(--brand-blue-start), var(--brand-blue-end));
  color: #fffdf8;
  box-shadow: 0 15px 30px rgba(47, 107, 255, 0.24);
}

.btn-primary:hover,
.hero-concept .btn-primary:hover {
  background: linear-gradient(135deg, #1d52e2, #356ff3);
  box-shadow: 0 19px 36px rgba(47, 107, 255, 0.3);
  transform: translateY(-2px);
}

.btn-ghost,
.hero-concept .btn-ghost {
  border: 1px solid rgba(47, 107, 255, 0.15);
  background: rgba(251, 250, 246, 0.72);
  color: var(--warm-ink-soft);
  box-shadow: none;
}

.btn-ghost:hover,
.hero-concept .btn-ghost:hover {
  border-color: rgba(47, 107, 255, 0.25);
  background: #ffffff;
  box-shadow: var(--warm-shadow-small);
}

.hero-trust {
  gap: 10px 17px;
  margin-top: 24px;
  color: var(--warm-muted);
  font-size: 12px;
}

.hero-trust b {
  background: var(--brand-blue-soft);
  color: var(--brand-blue);
}

.hero-visual {
  min-height: 705px;
  border-color: rgba(47, 107, 255, 0.13);
  border-radius: 34px;
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 255, 255, 0.5) 0 2px, transparent 2.6px),
    radial-gradient(circle at 84% 74%, rgba(47, 107, 255, 0.12) 0 1.5px, transparent 2.2px),
    radial-gradient(circle at 42% 39%, rgba(255, 207, 74, 0.64), transparent 30%),
    linear-gradient(148deg, #e8eefc 0%, #dce5fb 52%, #eee9dc 100%);
  background-size: 28px 28px, 36px 36px, auto, auto;
  box-shadow:
    0 26px 58px rgba(47, 107, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.hero-visual::after {
  height: 130px;
  background: linear-gradient(to top, rgba(36, 94, 242, 0.12), transparent);
}

.hero-glow-yellow {
  background: rgba(255, 207, 74, 0.68);
}

.hero-glow-sky {
  background: rgba(47, 107, 255, 0.2);
}

.person-status,
.voice-note,
.sync-confirmation,
.lena-dialog {
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 253, 248, 0.91);
  color: var(--warm-ink);
  box-shadow: 0 15px 34px rgba(49, 65, 57, 0.16);
}

.person-chip {
  border-color: rgba(49, 90, 72, 0.1);
  background: rgba(255, 253, 248, 0.94);
  color: var(--warm-ink);
  box-shadow: 0 14px 32px rgba(49, 65, 57, 0.12);
}

.person-chip b {
  color: var(--warm-ink);
}

.person-chip small {
  color: var(--warm-muted);
}

.voice-bars i {
  background: var(--brand-blue);
}

.sync-pulse {
  border-color: rgba(47, 107, 255, 0.22);
}

.moving-item {
  filter: drop-shadow(0 16px 22px rgba(49, 65, 57, 0.2));
}

.statement {
  position: relative;
  overflow: hidden;
  margin-top: 26px;
  padding: 72px 64px 68px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 36px;
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 207, 74, 0.2), transparent 27%),
    linear-gradient(142deg, var(--brand-navy) 0%, var(--brand-navy-soft) 100%);
  color: #fffaf2;
  box-shadow: var(--warm-shadow);
}

.statement::before {
  position: absolute;
  top: -64px;
  right: -36px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 30px rgba(255, 255, 255, 0.025),
    0 0 0 60px rgba(255, 255, 255, 0.018);
  content: "";
}

.statement-line-1 {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 1.08;
}

.statement-line-2 {
  position: relative;
  z-index: 1;
  max-width: 680px;
  color: rgba(255, 250, 242, 0.7);
  font-size: 17px;
  line-height: 1.58;
}

.statement-highlight {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 760px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 30px auto 0;
  padding: 7px;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
  color: #fffaf2;
  font-size: 12px;
  backdrop-filter: blur(14px);
}

.statement-highlight span,
.statement-highlight span.accent {
  display: grid;
  min-height: 42px;
  place-items: center;
  padding: 7px 10px;
  border-radius: 14px;
  background: transparent;
  color: rgba(255, 250, 242, 0.78);
}

.statement-highlight span.accent {
  background: var(--brand-yellow);
  color: #29230f;
}

.panel {
  margin-top: 26px;
  padding: 80px 64px;
  border: 1px solid var(--warm-line);
  border-radius: 36px;
  box-shadow: var(--warm-shadow);
}

.panel-voice-feature {
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 207, 74, 0.12), transparent 28%),
    #f7f3ec;
}

.panel-family-chat {
  background:
    radial-gradient(circle at 93% 9%, rgba(47, 107, 255, 0.1), transparent 28%),
    #e9efe9;
}

.panel-payments {
  background:
    radial-gradient(circle at 4% 90%, rgba(255, 207, 74, 0.12), transparent 25%),
    #e9ebf3;
}

.panel-inner,
.panel-inner.reverse,
.panel-family-chat .panel-inner {
  gap: 66px;
  align-items: center;
}

.panel-inner,
.panel-family-chat .panel-inner {
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
}

.panel-inner.reverse {
  grid-template-columns: minmax(430px, 0.9fr) minmax(0, 1.1fr);
}

.panel-copy {
  gap: 13px;
  color: var(--warm-muted);
}

.label {
  color: var(--brand-blue-start);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.panel-heading,
.panel-payments .panel-heading {
  max-width: 570px;
  color: var(--warm-ink);
  font-size: clamp(36px, 4vw, 50px);
  font-weight: 680;
  line-height: 1.06;
  letter-spacing: -0.058em;
}

.panel-lead,
.panel-payments .panel-lead {
  max-width: 600px;
  color: var(--warm-muted);
  font-size: 16px;
  line-height: 1.62;
}

.panel-list,
.panel-payments .panel-list {
  gap: 8px;
  margin-top: 10px;
  color: var(--warm-ink-soft);
  font-size: 13px;
  line-height: 1.48;
}

.panel-list li,
.panel-payments .panel-list li {
  min-height: 46px;
  padding: 12px 14px 12px 43px;
  border: 1px solid rgba(47, 107, 255, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.42);
}

.panel-list li::before,
.panel-payments .panel-list li::before {
  top: 13px;
  left: 14px;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-blue-soft);
  color: var(--brand-blue);
  content: "✓";
  font-size: 10px;
  font-weight: 800;
}

.panel-payments .panel-list strong {
  color: var(--warm-ink);
}

.panel-media {
  min-width: 0;
}

.voice-feature-card,
.family-chat-demo {
  border-color: rgba(47, 107, 255, 0.13);
  background:
    radial-gradient(circle at 17% 12%, rgba(255, 207, 74, 0.32), transparent 31%),
    radial-gradient(circle at 88% 80%, rgba(47, 107, 255, 0.18), transparent 34%),
    linear-gradient(145deg, #fbfaf6 0%, #e8edfa 100%);
  box-shadow:
    0 24px 56px rgba(26, 36, 67, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.voice-feature-card::before,
.family-chat-demo::before {
  background-image: radial-gradient(circle, rgba(47, 107, 255, 0.11) 0 1.7px, transparent 2.2px);
}

.voice-feature-label {
  border-color: rgba(47, 107, 255, 0.1);
  background: rgba(255, 253, 248, 0.92);
  color: var(--brand-blue-start);
  box-shadow: 0 10px 24px rgba(26, 36, 67, 0.1);
}

.voice-feature-label span {
  background: var(--brand-blue);
  box-shadow: 0 0 0 4px rgba(47, 107, 255, 0.14);
}

.voice-feature-caption {
  color: var(--warm-muted);
}

.voice-feature-command,
.payment-reminder-card,
.payment-insight-card {
  border-color: rgba(47, 107, 255, 0.11);
  background: rgba(255, 253, 248, 0.94);
  color: var(--warm-ink);
  box-shadow: 0 18px 38px rgba(26, 36, 67, 0.16);
}

.payments-demo {
  border-color: rgba(47, 107, 255, 0.14);
  background:
    radial-gradient(circle at 9% 12%, rgba(255, 207, 74, 0.72), transparent 29%),
    radial-gradient(circle at 92% 88%, rgba(111, 206, 255, 0.3), transparent 34%),
    linear-gradient(145deg, var(--brand-blue-start) 0%, var(--brand-blue) 54%, var(--brand-blue-end) 100%);
  box-shadow:
    0 28px 62px rgba(47, 107, 255, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.payments-demo::before {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.17) 0 1.4px, transparent 2px);
}

.payments-demo-status {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 253, 248, 0.9);
  color: var(--brand-blue-start);
  box-shadow: 0 12px 30px rgba(26, 36, 67, 0.18);
}

.payments-demo-status span {
  background: var(--brand-blue);
  box-shadow: 0 0 0 4px rgba(47, 107, 255, 0.14);
}

.payment-insight-card i {
  background: var(--warm-sage);
  box-shadow: 0 0 0 4px rgba(136, 169, 149, 0.15);
}

.payment-reminder-icon {
  background: rgba(255, 207, 74, 0.22);
}

.payment-reminder-card small {
  color: var(--brand-blue-start);
}

.payment-insight-card > span,
.payment-reminder-card b {
  color: var(--warm-muted);
}

.payment-insight-card small {
  color: var(--warm-sage-deep);
}

.payments-demo-steps {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(18, 27, 52, 0.42);
  box-shadow: 0 14px 30px rgba(18, 27, 52, 0.2);
}

.payments-cta {
  margin-top: 13px;
}

.payments-cta > span {
  color: var(--warm-muted);
}

.strip {
  margin-top: 26px;
  padding: 68px 56px;
  border: 1px solid var(--warm-line);
  border-radius: 36px;
  background:
    radial-gradient(circle at 96% 0%, rgba(255, 207, 74, 0.19), transparent 26%),
    var(--warm-paper);
  box-shadow: var(--warm-shadow);
}

.strip + .strip {
  background:
    radial-gradient(circle at 2% 100%, rgba(47, 107, 255, 0.1), transparent 27%),
    #f5f3ee;
}

.strip-title {
  max-width: 760px;
  margin: 0 0 30px;
  color: var(--warm-ink);
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 660;
  line-height: 1.08;
  letter-spacing: -0.052em;
  text-align: left;
}

.strip-grid {
  gap: 16px;
}

.strip-card {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  padding: 24px 23px 22px;
  border: 1px solid rgba(47, 107, 255, 0.11);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--warm-muted);
  font-size: 13px;
  line-height: 1.52;
  box-shadow: none;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.strip-card::before,
.strip-card::after {
  position: absolute;
  top: 20px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  content: "";
}

.strip-card::before {
  right: 35px;
  background: var(--brand-blue);
}

.strip-card::after {
  right: 20px;
  background: var(--brand-yellow);
}

.strip-card:nth-child(3n + 2)::before {
  background: var(--warm-sage);
}

.strip-card:nth-child(3n + 3)::after {
  background: var(--warm-lavender);
}

.strip-card:hover {
  border-color: rgba(47, 107, 255, 0.24);
  box-shadow: var(--warm-shadow-small);
  transform: translateY(-3px);
}

.strip .strip-label {
  padding-right: 46px;
  color: var(--brand-blue-start);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.strip .strip-headline {
  margin: 10px 0 8px;
  color: var(--warm-ink);
  font-size: 17px;
  font-weight: 640;
  line-height: 1.28;
  letter-spacing: -0.025em;
}

.strip-headline a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.strip-headline a:hover {
  color: var(--brand-blue-start);
  text-decoration-line: underline;
}

.strip + .strip .strip-card:last-child {
  min-height: 142px;
  grid-column: 1 / -1;
  background:
    radial-gradient(circle at 91% 18%, rgba(255, 207, 74, 0.17), transparent 24%),
    rgba(255, 255, 255, 0.58);
}

.strip + .strip .strip-card:last-child p {
  max-width: 640px;
}

.offer {
  position: relative;
  overflow: hidden;
  margin-top: 26px;
  padding: 84px 64px 78px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 38px;
  background:
    radial-gradient(circle at 87% 9%, rgba(255, 207, 74, 0.24), transparent 29%),
    radial-gradient(circle at 5% 105%, rgba(47, 107, 255, 0.24), transparent 29%),
    linear-gradient(142deg, var(--brand-navy) 0%, var(--brand-navy-soft) 100%);
  color: #fffaf2;
  box-shadow: var(--warm-shadow);
  text-align: center;
}

.offer::before {
  position: absolute;
  top: -78px;
  right: -40px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  box-shadow:
    0 0 0 38px rgba(255, 255, 255, 0.024),
    0 0 0 76px rgba(255, 255, 255, 0.018);
  content: "";
}

.offer-label {
  position: relative;
  z-index: 1;
  color: var(--brand-yellow);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.offer-heading {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: 13px auto 12px;
  color: #fffaf2;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 660;
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.offer-subhead {
  position: relative;
  z-index: 1;
  max-width: 650px;
  color: rgba(255, 250, 242, 0.7);
  font-size: 16px;
  line-height: 1.6;
}

.offer-badges {
  position: relative;
  z-index: 1;
  margin-top: 24px;
}

.offer-badge {
  padding: 7px 11px;
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 250, 242, 0.76);
  font-size: 11px;
}

.offer .hero-actions {
  position: relative;
  z-index: 1;
  margin-top: 28px;
}

.offer .btn-primary {
  background: var(--brand-yellow);
  color: var(--brand-navy);
  box-shadow: 0 16px 30px rgba(4, 11, 31, 0.28);
}

.offer .btn-primary:hover {
  background: #ffd866;
  box-shadow: 0 20px 36px rgba(4, 11, 31, 0.34);
}

.offer .btn-ghost {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  color: #fffaf2;
}

.offer .btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
}

.offer-note {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 22px auto 0;
  color: rgba(255, 250, 242, 0.58);
  font-size: 12px;
  line-height: 1.55;
}

.site-footer {
  margin-top: 28px;
  padding: 42px 24px 34px;
  border: 1px solid var(--warm-line);
  border-radius: 28px;
  background: rgba(251, 250, 246, 0.72);
  box-shadow: none;
}

.footer-year {
  color: var(--warm-muted);
}

.footer-links {
  gap: 12px 26px;
}

.footer-link {
  color: var(--warm-ink-soft);
}

.footer-link:hover {
  color: var(--brand-blue-start);
}

body .cookie-analytics-notice {
  border-color: rgba(47, 107, 255, 0.14);
  border-radius: 20px;
  background: rgba(251, 250, 246, 0.95);
  color: var(--warm-ink);
  font-family:
    "Inter",
    system-ui,
    sans-serif;
  box-shadow: 0 22px 58px rgba(26, 36, 67, 0.2);
  backdrop-filter: blur(18px);
}

body .cookie-analytics-notice__text {
  color: var(--warm-ink-soft);
}

body .cookie-analytics-notice__button {
  border-radius: 12px;
  font-family: inherit;
  font-weight: 650;
}

body .cookie-analytics-notice__button--primary {
  background: linear-gradient(135deg, var(--brand-blue-start), var(--brand-blue-end));
}

body .cookie-analytics-notice__button--secondary {
  background: var(--warm-sage-soft);
  color: var(--warm-ink);
}

body .cookie-analytics-notice__link {
  color: var(--brand-blue-start);
}

@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: minmax(0, 0.84fr) minmax(500px, 1.16fr);
    gap: 22px;
  }

  .hero-concept .hero-copy {
    padding-left: 8px;
  }

  .panel,
  .strip {
    padding-right: 46px;
    padding-left: 46px;
  }

  .panel-inner,
  .panel-family-chat .panel-inner {
    grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr);
    gap: 42px;
  }

  .panel-inner.reverse {
    grid-template-columns: minmax(410px, 0.9fr) minmax(0, 1.1fr);
  }
}

@media (max-width: 960px) {
  .hero-concept {
    min-height: 0;
  }

  .hero-grid,
  .panel-inner,
  .panel-inner.reverse,
  .panel-family-chat .panel-inner {
    grid-template-columns: 1fr;
  }

  .hero-concept .hero-copy {
    align-items: center;
    padding: 64px 38px 42px;
  }

  .hero-concept .headline-hero,
  .hero-concept .subhead-hero {
    text-align: center;
  }

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

  .hero-visual {
    width: min(100%, 660px);
    margin: 0 auto;
  }

  .panel {
    padding: 70px 54px;
  }

  .panel-copy {
    max-width: 670px;
  }

  .panel-media {
    width: 100%;
  }

  .voice-feature-card,
  .family-chat-demo,
  .payments-demo {
    margin: 0 auto;
  }

  .panel-inner.reverse .panel-media {
    order: 2;
  }

  .panel-inner.reverse .panel-copy {
    order: 1;
  }
}

@media (max-width: 720px) {
  body {
    padding: 10px 8px 28px;
  }

  .hero-concept {
    padding: 14px 13px 24px;
    border-radius: 28px;
  }

  .hero-concept .hero-topline {
    margin-bottom: 0;
  }

  .hero-concept .hero-logo-img {
    width: 39px;
    height: 39px;
    border-radius: 13px;
  }

  .hero-concept .hero-logo-text-main {
    font-size: 13px;
  }

  .hero-open-app {
    min-height: 37px;
    padding: 0 12px;
    font-size: 11px;
  }

  .hero-concept .hero-copy {
    padding: 42px 5px 31px;
  }

  .hero-concept .badge {
    font-size: 10px;
  }

  .hero-concept .headline-hero {
    margin-top: 20px;
    font-size: clamp(42px, 12vw, 57px);
    line-height: 0.98;
  }

  .hero-concept .headline-hero .accent::after {
    height: 9px;
  }

  .hero-concept .subhead-hero {
    margin-top: 21px;
    font-size: 15px;
    line-height: 1.54;
  }

  .hero-concept .btn {
    min-height: 49px;
  }

  .hero-trust {
    font-size: 10px;
  }

  .hero-visual {
    border-radius: 25px;
  }

  .statement {
    margin-top: 14px;
    padding: 54px 22px 48px;
    border-radius: 28px;
  }

  .statement-line-1 {
    font-size: 31px;
  }

  .statement-line-2 {
    font-size: 15px;
  }

  .statement-highlight {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .panel {
    margin-top: 14px;
    padding: 54px 21px;
    border-radius: 28px;
  }

  .panel-inner,
  .panel-inner.reverse,
  .panel-family-chat .panel-inner {
    gap: 38px;
  }

  .panel-heading,
  .panel-payments .panel-heading {
    font-size: clamp(34px, 9.2vw, 43px);
  }

  .panel-lead,
  .panel-payments .panel-lead {
    font-size: 15px;
  }

  .panel-list,
  .panel-payments .panel-list {
    font-size: 12px;
  }

  .panel-list li,
  .panel-payments .panel-list li {
    padding: 11px 12px 11px 41px;
  }

  .strip {
    margin-top: 14px;
    padding: 52px 20px;
    border-radius: 28px;
  }

  .strip-title {
    margin-bottom: 24px;
    font-size: 33px;
  }

  .strip-card {
    min-height: 0;
    padding: 22px 20px;
  }

  .offer {
    margin-top: 14px;
    padding: 58px 21px 54px;
    border-radius: 28px;
  }

  .offer-heading {
    font-size: clamp(36px, 10vw, 46px);
  }

  .offer-subhead {
    font-size: 15px;
  }

  .site-footer {
    margin-top: 14px;
    padding: 38px 18px 30px;
    border-radius: 24px;
  }
}

@media (max-width: 480px) {
  .hero-concept .headline-lead {
    white-space: nowrap;
  }

  .hero-concept .headline-hero {
    font-size: clamp(38px, 10.7vw, 47px);
  }

  .hero-concept .hero-actions {
    gap: 9px;
  }

  .hero-concept .hero-actions .btn,
  .offer .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-trust {
    max-width: 320px;
  }

  .strip .strip-headline {
    font-size: 16px;
  }

  .offer-badges {
    display: grid;
    gap: 6px;
  }

  .offer-badge {
    justify-self: center;
  }

  body .cookie-analytics-notice {
    border-radius: 17px;
  }
}

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

  .strip-card,
  .btn,
  .hero-open-app {
    transition: none;
  }
}
