@font-face {
  font-family: "Nunito";
  src:
    url("./assets/fonts/Nunito-Bold.ttf") format("truetype"),
    url("./assets/fonts/Nunito-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src:
    url("./assets/fonts/Nunito-ExtraBold.woff2") format("woff2"),
    url("./assets/fonts/Nunito-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #f6e6d6;
  --bg-soft: rgba(255, 248, 240, 0.72);
  --surface: rgba(255, 252, 247, 0.78);
  --surface-strong: #fffaf4;
  --surface-contrast: #4a231d;
  --line: rgba(96, 4, 15, 0.1);
  --line-strong: rgba(96, 4, 15, 0.22);
  --text: #5c5049;
  --text-strong: #2f1a15;
  --muted: #8a7b72;
  --accent: #8f2d24;
  --accent-deep: #60040f;
  --accent-soft: #f1d0be;
  --shadow-lg: 0 28px 70px rgba(61, 34, 22, 0.13);
  --shadow-md: 0 16px 40px rgba(61, 34, 22, 0.1);
  --radius-lg: 32px;
  --radius-md: 24px;
  --radius-sm: 18px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.68), transparent 34%),
    radial-gradient(circle at 85% 20%, rgba(143, 45, 36, 0.12), transparent 28%),
    radial-gradient(circle at 20% 80%, rgba(96, 4, 15, 0.1), transparent 24%),
    linear-gradient(180deg, #f9ecdf 0%, #f3dfcb 100%);
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.25;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 18px 18px;
}

.decor-layer {
  position: sticky;
  top: 0;
  height: 100vh;
  margin-bottom: -100vh;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 32%,
    rgba(0, 0, 0, 0.92) 42%,
    rgba(0, 0, 0, 0.64) 52%,
    rgba(0, 0, 0, 0.22) 62%,
    rgba(0, 0, 0, 0) 72%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 32%,
    rgba(0, 0, 0, 0.92) 42%,
    rgba(0, 0, 0, 0.64) 52%,
    rgba(0, 0, 0, 0.22) 62%,
    rgba(0, 0, 0, 0) 72%
  );
}

.hero-decor {
  position: absolute;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: rgba(96, 4, 15, 0.1);
  user-select: none;
  line-height: 1;
  white-space: nowrap;
  transform: translateZ(0);
}

.hero-decor-1 {
  top: 8%;
  left: 5%;
  font-size: clamp(28px, 6vw, 64px);
}

.hero-decor-2 {
  top: 14%;
  right: 8%;
  font-size: clamp(22px, 4vw, 42px);
}

.hero-decor-3 {
  right: 4%;
  bottom: 18%;
  font-size: clamp(24px, 5vw, 52px);
}

.hero-decor-4 {
  left: 7%;
  bottom: 11%;
  font-size: clamp(18px, 3.8vw, 34px);
}

.hero-decor-5 {
  top: 10%;
  right: 28%;
  font-size: clamp(18px, 4vw, 38px);
}

.hero-decor-6 {
  top: 30%;
  left: 2%;
  font-size: clamp(18px, 3.8vw, 36px);
}

.hero-decor-7 {
  top: 34%;
  right: 12%;
  font-size: clamp(22px, 4.8vw, 48px);
}

.hero-decor-8 {
  top: 47%;
  left: 16%;
  font-size: clamp(20px, 4vw, 38px);
}

.hero-decor-9 {
  top: 53%;
  right: 26%;
  font-size: clamp(18px, 3vw, 28px);
}

.hero-decor-10 {
  top: 62%;
  left: 6%;
  font-size: clamp(20px, 4.6vw, 42px);
}

.hero-decor-11 {
  top: 68%;
  right: 7%;
  font-size: clamp(18px, 4vw, 34px);
}

.hero-decor-12 {
  top: 78%;
  left: 18%;
  font-size: clamp(16px, 2.8vw, 26px);
}

.hero-decor-13 {
  top: 82%;
  right: 21%;
  font-size: clamp(20px, 4vw, 38px);
}

.hero-decor-14 {
  top: 88%;
  left: 44%;
  font-size: clamp(16px, 3vw, 28px);
}

.hero-decor-15 {
  top: 22%;
  left: 38%;
  font-size: clamp(22px, 4.4vw, 42px);
}

.hero-decor-16 {
  top: 72%;
  right: 38%;
  font-size: clamp(16px, 3vw, 28px);
}

.hero-decor-17 {
  top: 92%;
  right: 4%;
  font-size: clamp(16px, 2.8vw, 24px);
}

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hero {
  position: relative;
  padding: 18px 0 12px;
  overflow: clip;
}

.hero-grid {
  display: grid;
  gap: 28px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-copy,
.hero-visual {
  position: relative;
}

.hero-copy {
  padding: clamp(20px, 3vw, 34px);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 252, 247, 0.62), rgba(255, 247, 239, 0.18)),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.72), transparent 42%);
  border: 1px solid rgba(255, 255, 255, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 28px 56px rgba(78, 42, 28, 0.08);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: -10% auto auto -8%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(179, 68, 56, 0.16) 0%, transparent 68%);
  pointer-events: none;
}

.hero-copy > * {
  position: relative;
  z-index: 1;
}

.hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.hero-note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.hero-note span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.78);
  border: 1px solid rgba(96, 4, 15, 0.1);
  color: var(--text-strong);
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 8px 22px rgba(61, 34, 22, 0.08);
}

.hero-brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(160deg, var(--accent) 0%, var(--accent-deep) 100%);
  color: #fff4ea;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 14px 28px rgba(96, 4, 15, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-brand-text {
  color: var(--text-strong);
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.hero-brand:hover .hero-brand-mark {
  transform: translateY(-3px) rotate(-4deg);
  box-shadow: 0 20px 34px rgba(96, 4, 15, 0.28);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--text-strong);
  font-family: "Nunito", sans-serif;
}

h1 {
  max-width: 11ch;
  font-size: clamp(42px, 9vw, 86px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.hero-subtitle,
.section-text,
.feature-card p,
.cta-copy p {
  font-size: 17px;
  line-height: 1.65;
}

.hero-subtitle {
  max-width: 37rem;
  margin: 18px 0 0;
  color: var(--text);
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px) scale(1.01);
}

.button-primary {
  color: #fff5ee;
  background: linear-gradient(135deg, #b34438 0%, #7d1f19 100%);
  box-shadow: 0 14px 30px rgba(96, 4, 15, 0.22);
}

.button-primary:hover {
  box-shadow: 0 18px 34px rgba(96, 4, 15, 0.28);
}

.button-outline {
  color: var(--accent-deep);
  border-color: rgba(96, 4, 15, 0.18);
  background: rgba(255, 250, 244, 0.66);
}

.button-ghost {
  color: var(--text-strong);
  border-color: rgba(96, 4, 15, 0.12);
  background: rgba(255, 255, 255, 0.32);
}

.button-sm {
  min-height: 42px;
  padding: 0 18px;
  font-size: 14px;
}

.feature-card {
  border: 1px solid rgba(96, 4, 15, 0.09);
  background: var(--surface);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-md);
}

.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  isolation: isolate;
  animation:
    revealUp 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) both,
    floatStage 8s ease-in-out 1s infinite;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: min(90%, 560px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 30%, rgba(255, 255, 255, 0.78), transparent 34%),
    radial-gradient(circle at 50% 50%, rgba(143, 45, 36, 0.18), transparent 62%),
    radial-gradient(circle at 55% 62%, rgba(96, 4, 15, 0.12), transparent 72%);
  filter: blur(12px);
  z-index: -2;
  animation: pulseGlow 7s ease-in-out infinite;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: auto 10% 4% 10%;
  height: 54px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(43, 21, 13, 0.28) 0%, transparent 72%);
  filter: blur(12px);
  z-index: -1;
  animation: shadowPulse 7s ease-in-out infinite;
}

.phone-shell {
  position: relative;
  width: min(100%, 390px);
  animation: floatPhone 7s ease-in-out infinite;
  z-index: 2;
}

.phone-screen {
  display: block;
  width: 100%;
  height: auto;
  filter:
    drop-shadow(0 18px 32px rgba(48, 25, 16, 0.24))
    drop-shadow(0 42px 72px rgba(48, 25, 16, 0.18));
}

.phone-fallback {
  display: none;
  min-height: 640px;
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.95), rgba(240, 221, 202, 0.94)),
    repeating-linear-gradient(
      45deg,
      rgba(96, 4, 15, 0.04),
      rgba(96, 4, 15, 0.04) 12px,
      rgba(255, 255, 255, 0.28) 12px,
      rgba(255, 255, 255, 0.28) 24px
    );
  text-align: center;
  color: var(--text-strong);
}

.phone-fallback span,
.phone-fallback code {
  color: var(--muted);
  font-size: 14px;
}

.visual-badge {
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 250, 244, 0.86);
  border: 1px solid rgba(96, 4, 15, 0.1);
  box-shadow: var(--shadow-md);
  max-width: 190px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
  animation: badgeDrift 6s ease-in-out infinite;
  z-index: 4;
}

.visual-badge strong {
  color: var(--text-strong);
  font-size: 14px;
  line-height: 1.35;
}

.badge-label {
  color: var(--accent);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visual-badge-top {
  top: 11%;
  left: -15%;
}

.visual-badge-bottom {
  right: -11%;
  bottom: 13%;
}

.section {
  padding: 36px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.section-heading-left {
  margin-bottom: 0;
}

h2 {
  font-size: clamp(32px, 6vw, 54px);
  line-height: 1;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.section-text {
  margin: 16px 0 0;
}

.feature-grid {
  display: grid;
  gap: 16px;
}

.feature-card {
  padding: 24px;
  border-radius: var(--radius-md);
  height: 100%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease;
}

.feature-card-media {
  display: flex;
  flex-direction: column;
}

.feature-card-accent {
  background:
    linear-gradient(145deg, rgba(143, 45, 36, 0.14), rgba(255, 251, 247, 0.82)),
    var(--surface);
}

.feature-index {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

h3 {
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.feature-card p {
  margin: 12px 0 0;
}

.feature-shot {
  position: relative;
  margin-top: 18px;
  padding: 10px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 245, 236, 0.62)),
    rgba(255, 250, 244, 0.58);
  border: 1px solid rgba(96, 4, 15, 0.08);
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    0 18px 32px rgba(61, 34, 22, 0.08);
}

.feature-shot::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(143, 45, 36, 0.12), transparent 30%),
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.06));
  pointer-events: none;
}

.feature-shot img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 18px 30px rgba(48, 25, 16, 0.16);
}

.section-contrast {
  position: relative;
}

.section-contrast::before {
  content: "";
  position: absolute;
  inset: 24px 0;
  background: linear-gradient(180deg, rgba(90, 30, 24, 0.98), rgba(63, 22, 18, 0.95));
  border-radius: 40px;
  z-index: 0;
}

.section-contrast-cta {
  display: flex;
  align-items: flex-start;
  min-height: calc(100vh - 20px);
  padding-top: 24px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.section-contrast-cta::before {
  inset: 20px 0 0;
  border-radius: 40px 40px 0 0;
}

.section-contrast-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 227, 208, 0.12), transparent 22%),
    radial-gradient(circle at 86% 70%, rgba(243, 199, 181, 0.11), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 34%);
  pointer-events: none;
}

.cta-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
  padding: clamp(12px, 1.6vw, 18px) 0 clamp(10px, 1.8vw, 20px);
  transition: transform 0.3s ease;
}

.cta-shell::before {
  content: "";
  position: absolute;
  inset: auto -6% -34% auto;
  width: clamp(240px, 28vw, 360px);
  height: clamp(240px, 28vw, 360px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 226, 207, 0.14) 0%, transparent 68%);
  pointer-events: none;
}

.cta-shell::after {
  content: "";
  position: absolute;
  inset: -4% auto auto -4%;
  width: clamp(180px, 20vw, 260px);
  height: clamp(180px, 20vw, 260px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(96, 4, 15, 0.22) 0%, transparent 72%);
  pointer-events: none;
}

.cta-shell > * {
  position: relative;
  z-index: 1;
}

.cta-copy {
  max-width: 760px;
}

.section-contrast-cta .eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  margin-bottom: 18px;
  color: #ffd8c5;
  background: rgba(255, 240, 231, 0.08);
  border: 1px solid rgba(255, 229, 216, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.section-contrast-cta h2 {
  max-width: 12ch;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.96;
  letter-spacing: -0.04em;
  color: #fff3ea;
  text-wrap: balance;
}

.section-contrast-cta .section-text {
  max-width: 38rem;
  margin-top: 18px;
  color: rgba(255, 232, 220, 0.82);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.72;
}

.section-contrast-cta .cta-actions {
  align-items: stretch;
  gap: 14px;
  margin-top: 8px;
}

.section-contrast-cta .button {
  min-width: 220px;
  min-height: 56px;
  padding: 0 24px;
  font-weight: 700;
}

.section-contrast-cta .button-primary {
  color: #4e1f19;
  background:
    linear-gradient(180deg, rgba(255, 253, 250, 0.98), rgba(247, 232, 221, 0.94));
  border-color: rgba(255, 245, 238, 0.14);
  box-shadow:
    0 20px 34px rgba(21, 8, 6, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.section-contrast-cta .button-primary:hover {
  box-shadow:
    0 24px 42px rgba(21, 8, 6, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.section-contrast-cta .button-outline {
  color: #fff2e7;
  border-color: rgba(255, 235, 224, 0.22);
  background: rgba(255, 245, 238, 0.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 14px 28px rgba(21, 8, 6, 0.2);
}

.section-contrast-cta .button-outline:hover {
  border-color: rgba(255, 235, 224, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 18px 34px rgba(21, 8, 6, 0.26);
}

.feature-card:hover,
.cta-shell:hover {
  transform: translateY(-6px);
}

.visual-badge:hover {
  transform: translateY(-4px);
  border-color: rgba(96, 4, 15, 0.18);
  box-shadow: 0 22px 42px rgba(61, 34, 22, 0.14);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  animation: revealUp 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.reveal-1 {
  animation-delay: 0.06s;
}

.reveal-2 {
  animation-delay: 0.12s;
}

.reveal-4 {
  animation-delay: 0.28s;
}

.reveal-5 {
  animation-delay: 0.4s;
}

.hero-copy .eyebrow,
.hero-copy h1,
.hero-copy .hero-subtitle {
  animation: revealUp 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero-copy .eyebrow {
  animation-delay: 0.12s;
}

.hero-copy h1 {
  animation-delay: 0.18s;
}

.hero-copy .hero-subtitle {
  animation-delay: 0.24s;
}

.scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 30px, 0) scale(0.986);
  transition:
    opacity 0.64s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.82s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.scroll-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatPhone {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes floatStage {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes badgeDrift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes pulseGlow {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.04);
    opacity: 0.88;
  }
}

@keyframes shadowPulse {
  0%,
  100% {
    opacity: 0.9;
    transform: scaleX(1);
  }

  50% {
    opacity: 0.68;
    transform: scaleX(0.94);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

@media (min-width: 700px) {
  .container {
    width: min(var(--container), calc(100% - 48px));
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .hero {
    padding: 58px 0 40px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
    gap: 36px;
  }

  .feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    align-items: start;
  }

  .section-contrast-cta .cta-actions {
    justify-self: start;
    flex-direction: row;
  }
}

@media (max-width: 699px) {
  .container {
    width: min(var(--container), calc(100% - 24px));
  }

  .hero {
    min-height: auto;
    padding: 18px 0 8px;
  }

  .page-noise {
    opacity: 0.14;
  }

  .decor-layer {
    opacity: 0.68;
    mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 24%,
      rgba(0, 0, 0, 0.9) 34%,
      rgba(0, 0, 0, 0.7) 42%,
      rgba(0, 0, 0, 0.36) 50%,
      rgba(0, 0, 0, 0.12) 58%,
      rgba(0, 0, 0, 0) 66%
    );
    -webkit-mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 24%,
      rgba(0, 0, 0, 0.9) 34%,
      rgba(0, 0, 0, 0.7) 42%,
      rgba(0, 0, 0, 0.36) 50%,
      rgba(0, 0, 0, 0.12) 58%,
      rgba(0, 0, 0, 0) 66%
    );
  }

  .hero-grid {
    gap: 18px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(34px, 11vw, 52px);
    line-height: 0.98;
  }

  h2 {
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.02;
  }

  .hero-visual {
    min-height: 400px;
    padding: 12px 0 8px;
    overflow: visible;
  }

  .phone-shell {
    width: clamp(260px, 76vw, 360px);
  }

  .hero-copy {
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    backdrop-filter: none;
    overflow: visible;
  }

  .hero-copy::before {
    display: none;
  }

  .hero-subtitle,
  .section-text,
  .feature-card p,
  .cta-copy p {
    font-size: 15px;
    line-height: 1.58;
  }

  .hero-subtitle {
    margin-top: 14px;
    max-width: none;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 22px;
  }

  .button {
    width: 100%;
    min-height: 50px;
    padding: 0 18px;
  }

  .feature-card,
  .feature-shot {
    border-radius: 20px;
  }

  .feature-card {
    padding: 20px;
  }

  .feature-shot {
    margin-top: 16px;
    padding: 8px;
    border-radius: 20px;
  }

  .feature-shot img {
    border-radius: 14px;
  }

  .visual-badge {
    position: absolute;
    display: inline-flex;
    width: auto;
    max-width: 150px;
    margin: 0;
    padding: 10px 12px;
    border-radius: 18px;
    animation-duration: 5.5s;
    z-index: 4;
  }

  .visual-badge strong {
    font-size: 12px;
    line-height: 1.25;
  }

  .badge-label {
    font-size: 10px;
  }

  .visual-badge-top {
    top: 2%;
    left: max(2px, 2vw);
  }

  .visual-badge-bottom {
    right: max(2px, 2vw);
    bottom: 6%;
  }

  .section {
    padding: 28px 0;
  }

  .section-heading {
    margin-bottom: 18px;
  }

  .section-contrast {
    margin-top: 4px;
  }

  .section-contrast::before {
    inset: 18px 0;
    border-radius: 24px;
  }

  .section-contrast-cta::before {
    inset: 16px 0 0;
    border-radius: 24px 24px 0 0;
  }

  .section-contrast-cta {
    min-height: calc(100svh - 16px);
    padding-top: 20px;
    padding-bottom: 0;
  }

  .cta-shell {
    gap: 20px;
    padding-top: 10px;
  }

  .section-contrast-cta .eyebrow {
    margin-bottom: 14px;
  }

  .section-contrast-cta h2 {
    max-width: none;
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1;
  }

  .section-contrast-cta .section-text {
    margin-top: 14px;
    max-width: none;
  }

  .section-contrast-cta .cta-actions {
    gap: 10px;
  }

  .section-contrast-cta .button {
    min-width: 0;
    min-height: 52px;
  }

  .hero-decor-6,
  .hero-decor-9,
  .hero-decor-12,
  .hero-decor-14,
  .hero-decor-17 {
    display: none;
  }

  .feature-card:hover,
  .cta-shell:hover,
  .visual-badge:hover,
  .button:hover {
    transform: none;
  }

  .scroll-reveal {
    transform: translate3d(0, 22px, 0) scale(0.99);
    transition:
      opacity 0.48s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.64s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

.section-contrast-cta .container {
  position: relative;
  z-index: 1;
}
