:root {
  --bg: #f7f1ea;
  --panel: #fffaf6;
  --ink: #281f27;
  --muted: #6f6370;
  --line: rgba(40, 31, 39, 0.1);
  --accent: #ef6f7f;
  --accent-strong: #ff7f67;
  --accent-dark: #c95a72;
  --accent-soft: #ffd9d7;
  --tech: #9ab7ff;
  --tech-soft: rgba(154, 183, 255, 0.18);
  --copy-font: "Newsreader", Georgia, serif;
  --shadow: 0 24px 60px rgba(49, 35, 45, 0.1);
}

* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(
      circle at top left,
      rgba(239, 111, 127, 0.12),
      transparent 28%
    ),
    radial-gradient(
      circle at top right,
      rgba(255, 223, 214, 0.92),
      transparent 26%
    ),
    linear-gradient(180deg, #fcf7f2 0%, var(--bg) 100%);
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.58), transparent 78%);
  opacity: 0.28;
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(154, 183, 255, 0.14), transparent 18%),
    radial-gradient(circle at 78% 22%, rgba(239, 111, 127, 0.08), transparent 16%),
    radial-gradient(circle at 62% 74%, rgba(255, 127, 103, 0.09), transparent 20%);
  pointer-events: none;
  opacity: 0.9;
}

.page-atmosphere {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.orb,
.grid-haze {
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
}

.orb-one {
  width: 440px;
  height: 440px;
  top: -120px;
  left: -80px;
  background: radial-gradient(circle, rgba(239, 111, 127, 0.2), transparent 68%);
  animation: driftOne 16s ease-in-out infinite;
}

.orb-two {
  width: 520px;
  height: 520px;
  top: 18%;
  right: -140px;
  background: radial-gradient(circle, rgba(255, 220, 214, 0.82), transparent 70%);
  animation: driftTwo 20s ease-in-out infinite;
}

.orb-three {
  width: 360px;
  height: 360px;
  bottom: 6%;
  left: 18%;
  background: radial-gradient(circle, rgba(154, 183, 255, 0.16), transparent 72%);
  animation: driftThree 18s ease-in-out infinite;
}

.grid-haze {
  inset: auto 12% 14% auto;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255, 250, 246, 0.92), transparent 74%);
}

.signal-mesh,
.assistant-pulse {
  position: absolute;
  pointer-events: none;
}

.signal-mesh {
  border: 1px solid rgba(154, 183, 255, 0.22);
  border-radius: 32px;
  background:
    linear-gradient(rgba(154, 183, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(154, 183, 255, 0.08) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.7;
}

.signal-mesh-one {
  width: 280px;
  height: 180px;
  top: 118px;
  right: 12%;
  transform: rotate(-10deg);
}

.signal-mesh-two {
  width: 220px;
  height: 140px;
  bottom: 9%;
  left: 9%;
  transform: rotate(12deg);
}

.assistant-pulse {
  border-radius: 999px;
  border: 1px solid rgba(201, 90, 114, 0.22);
  box-shadow: 0 0 0 12px rgba(201, 90, 114, 0.04);
}

.assistant-pulse-one {
  width: 94px;
  height: 94px;
  top: 22%;
  left: 14%;
}

.assistant-pulse-two {
  width: 126px;
  height: 126px;
  bottom: 16%;
  right: 18%;
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 0 64px;
  position: relative;
  z-index: 1;
}

.topbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 0 8px 18px;
  position: relative;
  z-index: 2;
}

.brand-block {
  display: flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}

.brand-block:hover {
  color: inherit;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #fff9f7;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 12px 24px rgba(239, 111, 127, 0.24);
}

.brand-name,
.brand-caption,
.hero-card-title,
.signal-kicker,
.flow-node strong,
.flow-node span,
.footer-note p {
  margin: 0;
}

.brand-name {
  font-size: 15px;
  font-weight: 800;
}

.brand-caption {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.topbar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.topbar-links a,
.topbar-chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  text-decoration: none;
  color: var(--ink);
  background: rgba(255, 250, 242, 0.62);
  font-size: 14px;
}

.topbar-chip {
  color: var(--accent-dark);
  font-weight: 700;
}

.hero,
.section {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 250, 242, 0.86);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(24px) scale(0.99);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.hero::after,
.section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 42%);
  pointer-events: none;
}

.hero.is-visible,
.section.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.hero {
  display: grid;
  grid-template-columns: 1.45fr 0.9fr;
  gap: 28px;
  padding: 40px;
}

.hero-copy,
.hero-card,
.signal-grid,
.cards,
.flow-grid,
.faq-grid,
.pulse-ribbon {
  position: relative;
  z-index: 1;
}

.section {
  margin-top: 24px;
  padding: 34px;
}

.section-contrast {
  background: linear-gradient(180deg, #fff4f1 0%, #ffe6dd 100%);
}

.eyebrow {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 800;
  color: var(--accent-dark);
}

h1,
h2,
h3 {
  margin: 0;
}
h1 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 0.96;
  max-width: 11ch;
}
h2 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
  max-width: 14ch;
}
h3 {
  font-size: 22px;
  line-height: 1.08;
}

.lead,
.card p,
.cta-copy,
.hero-note,
.addon-note,
.steps,
.flow-node {
  color: var(--muted);
}

.lead,
.journey-copy,
.proof-copy,
.signal-card p,
.card p,
.faq-item p,
.cta-copy,
.hero-note,
.addon-note,
.journey-stage p,
.journey-proof ul,
.proof-card ul,
.flow-node span,
.footer-note p {
  font-family: var(--copy-font);
  font-optical-sizing: auto;
  letter-spacing: -0.01em;
}

.lead {
  max-width: 60ch;
  font-size: 20px;
  line-height: 1.72;
  margin: 18px 0 0;
}

.journey-copy,
.proof-copy,
.card p,
.signal-card p,
.faq-item p,
.cta-copy,
.hero-note,
.addon-note,
.journey-stage p,
.journey-proof ul,
.proof-card ul,
.flow-node span,
.footer-note p {
  font-size: 18px;
  line-height: 1.68;
}

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

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.proof-strip span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(201, 90, 114, 0.16);
  background: rgba(255, 247, 244, 0.92);
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition:
    transform 0.18s ease,
    background-color 0.18s ease,
    color 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #fff9f8;
  box-shadow: 0 14px 30px rgba(239, 111, 127, 0.24);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  color: var(--ink);
}

.hero-card {
  border-radius: 24px;
  padding: 22px;
  background: linear-gradient(
    180deg,
    rgba(255, 250, 247, 0.98),
    rgba(255, 240, 235, 0.96)
  );
  color: var(--ink);
  display: grid;
  gap: 12px;
  align-content: start;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201, 90, 114, 0.12);
}

.hero-card::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -40px;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(154, 183, 255, 0.16), transparent 70%);
}

.hero-card-title {
  font-size: 16px;
  font-weight: 800;
}

.metric-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(40, 31, 39, 0.08);
  padding-bottom: 12px;
}

.metric-row span {
  color: var(--muted);
}

.metric-row strong {
  text-align: right;
  font-family: "IBM Plex Mono", monospace;
}

.hero-note {
  color: var(--muted);
  line-height: 1.65;
}

.hero-scene {
  margin-top: 2px;
  display: grid;
  gap: 10px;
}

.scene-card {
  position: relative;
  z-index: 1;
  border-radius: 18px;
  border: 1px solid rgba(40, 31, 39, 0.1);
  background: rgba(255, 255, 255, 0.58);
  padding: 14px;
}

.scene-kicker,
.scene-card span,
.scene-mini-grid small {
  display: block;
  color: var(--muted);
}

.scene-kicker {
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 800;
}

.scene-card strong {
  display: block;
  font-size: 16px;
  color: var(--ink);
}

.scene-card span {
  margin-top: 8px;
  line-height: 1.55;
}

.scene-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.scene-card .scene-pill {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(239, 111, 127, 0.1);
  border: 1px solid rgba(201, 90, 114, 0.16);
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 700;
}

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

.scene-mini-grid div {
  min-width: 0;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 248, 246, 0.88);
  border: 1px solid rgba(40, 31, 39, 0.06);
}

.scene-mini-grid strong {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.section-head {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.cards {
  display: grid;
  gap: 18px;
}

.signal-grid,
.faq-grid {
  display: grid;
  gap: 18px;
}

.journey-head {
  max-width: 760px;
  margin-bottom: 22px;
  align-items: start;
}

.journey-copy {
  margin: 4px 0 0;
  color: var(--muted);
  line-height: 1.7;
  max-width: 680px;
}

.journey-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.9fr);
  gap: 18px;
}

.journey-track,
.journey-panel {
  display: grid;
  gap: 14px;
}

.journey-stage,
.journey-snapshot,
.journey-proof {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(201, 90, 114, 0.14);
  background: rgba(255, 255, 255, 0.68);
}

.journey-stage {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.proof-head {
  max-width: 800px;
  margin-bottom: 22px;
  align-items: start;
}

.proof-head h2,
.journey-head h2 {
  max-width: 760px;
}

.proof-copy {
  margin: 4px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  line-height: 1.7;
  max-width: 700px;
}

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

.proof-card {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
}

.proof-kicker {
  display: inline-block;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 800;
  color: var(--accent-dark);
}

.proof-card ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 12px;
  color: var(--muted);
  line-height: 1.65;
}

.accent-proof {
  background: linear-gradient(180deg, #fff7ee 0%, #f7dfd1 100%);
}

.proof-stats {
  display: grid;
  gap: 12px;
}

.proof-stats div {
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(191, 79, 40, 0.14);
  background: rgba(255, 248, 240, 0.72);
}

.proof-stats strong {
  display: block;
  font-size: 34px;
  line-height: 1;
}

.proof-stats span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.55;
}

.mobile-cta {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .orb-one,
  .orb-two,
  .orb-three,
  .hero,
  .section {
    animation: none;
    transition: none;
    opacity: 1;
    transform: none;
  }
}

.journey-stage strong,
.journey-label,
.snapshot-list strong,
.journey-proof li {
  margin: 0;
}

.journey-stage p,
.snapshot-list span {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.journey-step {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #fff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 16px 34px rgba(239, 111, 127, 0.28);
}

.journey-snapshot {
  background: linear-gradient(180deg, rgba(255, 248, 240, 0.94), rgba(249, 224, 208, 0.84));
}

.journey-label {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 800;
  color: var(--accent-dark);
}

.snapshot-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.snapshot-list div {
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(191, 79, 40, 0.1);
}

.snapshot-list strong {
  display: block;
  margin-top: 6px;
  font-size: 15px;
}

.journey-proof ul {
  margin: 14px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 12px;
  color: var(--muted);
  line-height: 1.65;
}

.signal-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pulse-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.pulse-ribbon span {
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(255, 247, 238, 0.8);
  border: 1px solid rgba(191, 79, 40, 0.18);
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 700;
}

.signal-card,
.faq-item {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
}

.signal-kicker {
  display: inline-block;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 800;
  color: var(--accent-dark);
}

.signal-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.accent-card {
  background: linear-gradient(180deg, #fff7ee 0%, #f8e0cf 100%);
}

.cards-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.52);
}

.card p {
  margin: 12px 0 0;
  line-height: 1.65;
}

.steps {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 14px;
  line-height: 1.7;
}

.price-card .price {
  margin: 14px 0 10px;
  font-size: 34px;
  font-weight: 800;
  color: var(--ink);
}

.price-card .price span {
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
  margin-left: 6px;
}

.featured {
  background: linear-gradient(180deg, #fff8f0 0%, #f9e0d0 100%);
  border-color: rgba(191, 79, 40, 0.24);
}

.addon-note {
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px dashed rgba(191, 79, 40, 0.36);
  background: rgba(255, 243, 233, 0.9);
}

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

.flow-node {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
  min-height: 120px;
  display: grid;
  align-content: space-between;
  gap: 14px;
}

.flow-node strong {
  font-size: 16px;
}

.flow-node span {
  color: var(--muted);
  line-height: 1.55;
  font-weight: 600;
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

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

.faq-item p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.noscript-note {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 32px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(191, 79, 40, 0.22);
  background: rgba(255, 243, 233, 0.96);
  color: var(--accent-dark);
  font-size: 14px;
}

.site-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 24px;
  padding: 22px 8px 0;
  color: var(--muted);
  position: relative;
  z-index: 1;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 14px;
}

.footer-links a {
  color: var(--muted);
  font-size: 14px;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--accent-dark);
}

.simple-page {
  min-height: 100vh;
}

.simple-shell {
  width: min(860px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 0 64px;
  position: relative;
  z-index: 1;
}

.simple-topbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 22px;
}

.simple-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 250, 242, 0.9);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
  padding: 38px;
}

.simple-card h1 {
  max-width: none;
  overflow-wrap: anywhere;
  line-height: 1.02;
}

.simple-card h2 {
  max-width: none;
  margin-top: 30px;
  font-size: 26px;
}

.simple-card p,
.simple-card li {
  color: var(--muted);
  font-family: var(--copy-font);
  font-size: 18px;
  line-height: 1.68;
}

.simple-card ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding-left: 20px;
}

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

.legal-footer {
  margin-top: 22px;
}

.legal-meta {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}

@keyframes driftOne {
  0%,
  100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(28px, 18px, 0) scale(1.06); }
}

@keyframes driftTwo {
  0%,
  100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-22px, 24px, 0) scale(0.97); }
}

@keyframes driftThree {
  0%,
  100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(18px, -18px, 0); }
}

@media (max-width: 960px) {
  .signal-mesh,
  .assistant-pulse {
    display: none;
  }

  .topbar,
  .hero,
  .site-footer,
  .signal-grid,
  .journey-head,
  .journey-grid,
  .proof-head,
  .proof-grid,
  .cards-3,
  .flow-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero,
  .section {
    padding: 24px;
  }

  .topbar {
    padding-inline: 0;
    align-items: stretch;
    flex-direction: column;
  }

  .brand-block {
    width: 100%;
    padding: 10px 12px;
    border-radius: 18px;
    border: 1px solid rgba(40, 31, 39, 0.08);
    background: rgba(255, 250, 246, 0.78);
    backdrop-filter: blur(10px);
  }

  .brand-caption {
    max-width: 34ch;
  }

  .flow-node {
    min-height: auto;
  }

  .topbar-links {
    width: 100%;
  }

  .site-footer {
    padding-inline: 0;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .topbar-links a,
  .topbar-chip,
  .proof-strip span,
  .pulse-ribbon span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .scene-mini-grid {
    grid-template-columns: 1fr;
  }

  .page-shell {
    padding-bottom: 120px;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .mobile-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 20;
    display: block;
    padding: 10px;
    border-radius: 22px;
    background: rgba(255, 250, 242, 0.92);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(191, 79, 40, 0.16);
    box-shadow: 0 18px 40px rgba(38, 24, 14, 0.18);
  }

  .mobile-cta-btn {
    width: 100%;
    min-height: 54px;
  }

  .simple-topbar {
    align-items: stretch;
    flex-direction: column;
  }

  .simple-card {
    padding: 24px;
  }

  .simple-card h1 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .simple-actions .btn {
    width: 100%;
  }

}
