:root {
  --ink: #111014;
  --ink-soft: #4f4b52;
  --muted: #77727a;
  --canvas: #f3f1f0;
  --surface: #ffffff;
  --surface-soft: #faf8f8;
  --line: #ded9dc;
  --pink: #ef5f98;
  --pink-dark: #c93672;
  --pink-soft: #f8dce7;
  --pink-pale: #fff4f8;
  --mint: #d9f4d5;
  --yellow: #f4e96d;
  --radius-sm: 10px;
  --radius: 24px;
  --radius-lg: 40px;
  --shell: min(1180px, calc(100vw - 48px));
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--canvas); font-family: var(--body); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
p, h1, h2, h3, blockquote { margin-top: 0; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky;
  top: 12px;
  z-index: 100;
  width: var(--shell);
  min-height: 76px;
  margin: 12px auto 0;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(222, 217, 220, .78);
  border-radius: 18px;
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.brand { display: inline-flex; align-items: center; width: max-content; }
.brand-logo { display: block; width: 116px; height: auto; }
.brand-wordmark { display: grid; line-height: 1; color: #111633; }
.brand-wordmark > span { font-size: 25px; font-weight: 700; letter-spacing: -.06em; }
.brand-wordmark sup { position: relative; top: -.55em; margin-left: 2px; color: var(--pink); font-size: 10px; }
.brand-wordmark small { margin-top: 4px; color: var(--pink); font-size: 6.5px; font-weight: 700; letter-spacing: .2em; }
.nav-pill { display: flex; align-items: center; gap: 24px; padding: 14px 24px; border-radius: 999px; background: var(--surface); }
.nav-pill a, .text-button { color: var(--ink-soft); font-size: 13px; font-weight: 600; }
.nav-pill a:hover, .text-button:hover { color: var(--ink); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 20px; }

.button { min-height: 46px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; border: 1.5px solid transparent; border-radius: 8px; cursor: pointer; font-size: 14px; font-weight: 650; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: white; background: var(--ink); }
.button-dark:hover { background: #2a272c; }
.button-ghost { color: var(--ink); background: transparent; border-color: #8e898f; }
.button.compact { min-height: 40px; padding-inline: 16px; }

.hero { min-height: 690px; padding: 72px 0 80px; display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 40px; }
.mono-label { margin-bottom: 18px; color: var(--ink-soft); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; font-weight: 600; letter-spacing: .08em; }
.mono-label span { width: 7px; height: 7px; display: inline-block; margin-right: 7px; border-radius: 50%; background: var(--pink); }
h1, h2 { font-family: var(--display); font-weight: 700; letter-spacing: -.035em; text-transform: uppercase; }
h1 { max-width: 620px; margin-bottom: 24px; font-size: clamp(64px, 6.6vw, 92px); line-height: .88; }
h2 { margin-bottom: 20px; font-size: clamp(42px, 4.3vw, 62px); line-height: .92; }
h3 { margin-bottom: 10px; font-size: 20px; letter-spacing: -.035em; }
.hero-lede { max-width: 580px; margin-bottom: 30px; color: var(--ink-soft); font-size: 18px; line-height: 1.55; }
.hero-actions, .account-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.mini-proof { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 8px; }
.mini-proof span { padding: 9px 13px; border-radius: 999px; color: var(--ink-soft); background: var(--surface); font-size: 12px; font-weight: 600; }

.hero-visual { position: relative; min-height: 540px; }
.hero-visual > img { position: absolute; left: -4%; top: 0; width: 76%; height: 86%; object-fit: contain; filter: saturate(.82) contrast(.96); -webkit-mask-image: radial-gradient(ellipse 66% 64% at center, #000 52%, transparent 92%); mask-image: radial-gradient(ellipse 66% 64% at center, #000 52%, transparent 92%); animation: float 6s ease-in-out infinite; }
.chat-card { position: absolute; z-index: 2; right: 0; bottom: 30px; width: min(380px, 78%); padding: 22px; border-radius: var(--radius); background: var(--surface); }
.chat-head { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.chat-head p { margin: 0; display: grid; }
.chat-head strong { font-size: 14px; }
.chat-head small { color: var(--muted); font-size: 11px; }
.avatar-mark { width: 34px; height: 34px; display: grid; place-items: center; color: white; border-radius: 10px; background: var(--pink); }
.bubble { width: fit-content; max-width: 88%; margin-top: 10px; padding: 12px 14px; border-radius: 16px; font-size: 13px; line-height: 1.4; animation: bubbleIn .45s cubic-bezier(.2,.8,.2,1) both; }
.bubble-user { margin-left: auto; color: white; background: var(--pink); border-bottom-right-radius: 5px; }
.bubble-remi { background: var(--surface-soft); border-bottom-left-radius: 5px; }
.status-pill { position: absolute; z-index: 3; left: 4%; bottom: 62px; padding: 10px 14px; border-radius: 999px; background: var(--surface); font-size: 11px; font-weight: 650; }
.status-pill span { width: 7px; height: 7px; display: inline-block; margin-right: 7px; border-radius: 50%; background: #2fb071; }

.capability-bar { padding: 20px 0; color: white; background: var(--ink); overflow: hidden; }
.capability-bar .shell { display: flex; justify-content: space-between; gap: 24px; }
.capability-bar span { white-space: nowrap; color: #d5d1d5; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; letter-spacing: .08em; }

.section { padding-top: 104px; padding-bottom: 104px; }
.section-title { max-width: 760px; }
.section-title > p:last-child, .section-intro, .showcase-copy > p, .row-title > p, .account-section > div > p { color: var(--ink-soft); font-size: 16px; line-height: 1.55; }
.intro-section { display: grid; grid-template-columns: 1fr .72fr; gap: 48px; }
.section-intro { align-self: end; max-width: 530px; margin-bottom: 28px; }
.problem-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.plain-card { min-height: 230px; padding: 25px; border-radius: var(--radius); background: var(--surface); }
.plain-card > span { display: block; margin-bottom: 58px; color: var(--muted); font-family: ui-monospace, monospace; font-size: 11px; }
.plain-card p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.55; }
.dark-card { color: white; background: var(--ink); }
.dark-card p, .dark-card > span { color: #b9b4ba; }

.showcase { display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 56px; }
.showcase-media { position: relative; overflow: visible; border-radius: 0; background: transparent; }
.showcase-media img { width: 112%; max-width: none; height: auto; margin-left: -10%; display: block; object-fit: contain; filter: saturate(.88) contrast(.98); mix-blend-mode: multiply; -webkit-mask-image: radial-gradient(ellipse 72% 72% at center, #000 58%, transparent 100%); mask-image: radial-gradient(ellipse 72% 72% at center, #000 58%, transparent 100%); animation: mediaFloat 7s ease-in-out infinite; }
.showcase-copy { max-width: 460px; }
.clean-list { margin: 28px 0 0; padding: 0; display: grid; gap: 14px; list-style: none; font-size: 14px; font-weight: 600; }
.clean-list span { width: 24px; height: 24px; display: inline-grid; place-items: center; margin-right: 10px; border-radius: 50%; background: var(--pink-soft); }

.row-title { max-width: none; display: grid; grid-template-columns: 1fr 380px; gap: 40px; align-items: end; }
.row-title > p { margin-bottom: 22px; }
.process-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.process-grid article { min-height: 200px; padding: 24px; border-top: 2px solid var(--ink); background: transparent; }
.step-number { width: 32px; height: 32px; display: grid; place-items: center; margin-bottom: 46px; border-radius: 50%; background: var(--surface); font-family: ui-monospace, monospace; font-size: 12px; }
.process-grid p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.55; }

.process-demo { margin-top: 48px; padding: 42px; display: grid; grid-template-columns: minmax(360px, .9fr) minmax(340px, 1.1fr); align-items: center; gap: 64px; border-radius: var(--radius-lg); background: var(--surface); }
.process-phone { width: min(100%, 430px); min-height: 490px; justify-self: center; overflow: hidden; border: 8px solid var(--ink); border-radius: 34px; background: #efeae2; }
.process-phone-head { height: 70px; padding: 0 17px; display: flex; align-items: center; gap: 11px; color: white; background: #075e54; }
.process-avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--pink-soft); font-weight: 700; }
.process-phone-head p { flex: 1; margin: 0; display: grid; gap: 2px; }
.process-phone-head strong { font-size: 13px; }
.process-phone-head small { opacity: .7; font-size: 9px; }
.process-phone-head i { width: 7px; height: 7px; border-radius: 50%; background: #62dd91; }
.process-chat-body { min-height: 350px; padding: 22px 16px; display: flex; flex-direction: column; justify-content: flex-end; }
.process-message { max-width: 82%; padding: 12px 14px; opacity: 0; transform: translateY(10px) scale(.97); border-radius: 14px; font-size: 12px; line-height: 1.45; transition: opacity .4s ease, transform .4s ease; }
.process-message.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.process-message-user { align-self: flex-end; border-bottom-right-radius: 4px; background: #d9fdd3; }
.process-message-remi { align-self: flex-start; margin-top: 10px; border-bottom-left-radius: 4px; background: white; }
.process-thinking { width: max-content; margin: 10px 0 0; padding: 12px 14px; display: flex; align-items: center; gap: 4px; opacity: 0; transform: translateY(8px); border-radius: 14px 14px 14px 4px; background: white; transition: opacity .35s ease, transform .35s ease; }
.process-thinking.is-visible { opacity: 1; transform: translateY(0); }
.process-thinking span { width: 5px; height: 5px; border-radius: 50%; background: var(--pink); animation: thinkingDot 1s ease-in-out infinite; }
.process-thinking span:nth-child(2) { animation-delay: .14s; }
.process-thinking span:nth-child(3) { animation-delay: .28s; }
.process-thinking small { margin-left: 6px; color: var(--muted); font-size: 8px; }
.process-input { height: 46px; margin: 0 12px 12px; padding: 0 9px 0 14px; display: flex; align-items: center; justify-content: space-between; border-radius: 999px; color: #858087; background: white; font-size: 10px; }
.process-input b { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: white; background: #075e54; font-size: 14px; }
.process-timeline { display: grid; }
.process-timeline article { min-height: 108px; padding: 20px 0; display: grid; grid-template-columns: 36px 1fr 28px; align-items: center; gap: 14px; border-top: 1px solid var(--line); opacity: .42; transition: opacity .35s ease, transform .35s ease; }
.process-timeline article:first-child { border-top: 0; }
.process-timeline article > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: var(--muted); background: var(--canvas); font-family: ui-monospace, monospace; font-size: 10px; transition: color .35s ease, background .35s ease; }
.process-timeline h3 { margin: 0 0 5px; font-size: 19px; }
.process-timeline p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.process-timeline article > i { width: 24px; height: 24px; display: grid; place-items: center; opacity: 0; border-radius: 50%; color: white; background: var(--success, #25845a); font-size: 10px; font-style: normal; transition: opacity .3s ease; }
.process-timeline article.is-active { opacity: 1; transform: translateX(6px); }
.process-timeline article.is-active > span { color: var(--pink-dark); background: var(--pink-soft); }
.process-timeline article.is-complete { opacity: .72; }
.process-timeline article.is-complete > i { opacity: 1; }
.process-replay { width: max-content; margin-top: 14px; padding: 8px 0; border: 0; border-bottom: 1px solid var(--ink); color: var(--ink); background: transparent; cursor: pointer; font: inherit; font-size: 11px; font-weight: 650; }
.process-replay span { margin-left: 8px; color: var(--pink-dark); }

.cases-section { background: var(--surface); }
.centered-title { margin-inline: auto; text-align: center; }
.centered-title > p:last-child { max-width: 630px; margin-inline: auto; }
.audience-grid { margin-top: 54px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.audience-card { padding: 34px; border-radius: var(--radius); background: var(--canvas); }
.pink-card { background: var(--pink-pale); }
.mint-tag, .pink-tag { width: max-content; margin-bottom: 42px; padding: 7px 11px; border-radius: 999px; font-family: ui-monospace, monospace; font-size: 10px; font-weight: 700; letter-spacing: .06em; }
.mint-tag { background: var(--mint); }
.pink-tag { background: var(--pink-soft); }
.audience-card h3 { max-width: 420px; font-size: 30px; }
.audience-card ul { margin: 24px 0 30px; padding-left: 18px; display: grid; gap: 11px; color: var(--ink-soft); font-size: 14px; }
.audience-example { margin: 0; padding: 16px; border-radius: 14px; background: var(--surface); font-size: 13px; font-weight: 600; }

.reminder-showcase { min-height: 0; padding-top: 70px; padding-bottom: 70px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 34px; }
.reminder-showcase .showcase-copy { max-width: 500px; }
.reminder-media { width: 100%; max-width: 500px; justify-self: end; }
.reminder-media img { width: 100%; max-width: 100%; margin-left: 0; }
.text-link { display: inline-flex; gap: 12px; margin-top: 14px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 650; }
.text-link span { color: var(--pink); }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-grid article { min-height: 218px; padding: 24px; border-radius: var(--radius); background: var(--surface); transition: transform .45s ease, background-color .45s ease, color .45s ease; }
.feature-grid article > span { display: block; margin-bottom: 62px; color: var(--pink-dark); font-family: ui-monospace, monospace; font-size: 11px; font-weight: 700; }
.feature-grid p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.5; }
.feature-grid article.auto-highlight { transform: translateY(-6px); background: var(--pink-soft); }

.stories-section { position: relative; overflow: hidden; color: white; background: var(--ink); }
.stories-section::before, .stories-section::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.stories-section::before { width: 340px; height: 340px; top: -170px; right: 8%; border: 1px solid rgba(239,95,152,.28); }
.stories-section::after { width: 180px; height: 180px; bottom: -90px; left: 4%; background: rgba(239,95,152,.08); }
.stories-section .shell { position: relative; z-index: 1; }
.light-title .mono-label, .light-title > p { color: #aaa5ab; }
.testimonial-intro > p { margin: 0 0 20px; color: #aaa5ab; font-size: 15px; line-height: 1.55; }
.carousel-arrows { display: flex; gap: 8px; }
.carousel-arrows button { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #4b484e; border-radius: 50%; color: white; background: transparent; cursor: pointer; font-size: 17px; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.carousel-arrows button:hover { color: var(--ink); border-color: var(--pink); background: var(--pink); }
.testimonial-carousel { margin-top: 52px; }
.testimonial-viewport { overflow: hidden; }
.testimonial-track { display: flex; gap: 18px; transition: transform .7s cubic-bezier(.2,.78,.2,1); will-change: transform; }
.testimonial-card { position: relative; flex: 0 0 calc((100% - 18px) / 2); min-height: 360px; padding: 34px; display: flex; flex-direction: column; overflow: hidden; border-radius: 30px; color: var(--ink); background: var(--surface); }
.testimonial-card::after { content: ""; position: absolute; width: 130px; height: 130px; right: -55px; bottom: -55px; border: 1px solid var(--pink-soft); border-radius: 50%; }
.testimonial-card-pink { background: var(--pink-soft); }
.testimonial-card-pink::after { border-color: rgba(201,54,114,.2); }
.quote-mark { position: absolute; top: 15px; right: 27px; color: var(--pink); font-family: Georgia, serif; font-size: 112px; line-height: 1; }
.review-stars { position: relative; z-index: 1; margin-bottom: 46px; color: var(--pink); font-size: 15px; letter-spacing: .16em; }
.testimonial-card blockquote { position: relative; z-index: 1; max-width: 480px; margin: 0 0 38px; font-size: 25px; line-height: 1.35; letter-spacing: -.035em; }
.review-person { position: relative; z-index: 1; margin-top: auto; display: flex; align-items: center; gap: 12px; }
.review-person > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--ink); font-size: 10px; font-weight: 700; }
.review-person p { margin: 0; display: grid; gap: 3px; }
.review-person strong { font-size: 12px; }
.review-person small { color: var(--muted); font-size: 10px; }
.carousel-progress { margin-top: 24px; display: flex; align-items: center; justify-content: space-between; }
.carousel-progress > span { color: #8f8a91; font-family: ui-monospace, monospace; font-size: 10px; letter-spacing: .08em; }
.carousel-dots { display: flex; gap: 7px; }
.carousel-dots button { width: 22px; height: 4px; padding: 0; overflow: hidden; border: 0; border-radius: 99px; background: #4c484e; cursor: pointer; text-indent: -999px; transition: width .3s ease, background .3s ease; }
.carousel-dots button.is-active { width: 42px; background: var(--pink); }

.account-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.account-actions { margin-top: 28px; }
.connection-preview { padding: 16px; border-radius: var(--radius); background: var(--surface); }
.connection-preview > div { display: flex; align-items: center; gap: 14px; padding: 16px; border-bottom: 1px solid var(--line); }
.connection-preview > div:last-child { border: 0; }
.connection-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: var(--pink-soft); font-weight: 700; }
.connection-preview p { flex: 1; margin: 0; display: grid; gap: 3px; }
.connection-preview strong { font-size: 13px; }
.connection-preview small { color: var(--muted); font-size: 11px; }
.connection-preview b { padding: 7px 10px; border-radius: 999px; color: #24794f; background: #e3f6eb; font-size: 10px; }
.connection-preview .muted-status { color: var(--ink-soft); background: var(--canvas); }

.waitlist { padding-top: 30px; }
.waitlist-card { padding: 60px; border-radius: var(--radius-lg); text-align: center; background: var(--pink-soft); }
.waitlist-card h2 { max-width: 700px; margin-inline: auto; }
.waitlist-card > p:not(.mono-label) { color: var(--ink-soft); }
.signup { max-width: 600px; margin: 30px auto 0; display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.signup input { width: 100%; height: 48px; padding: 0 16px; border: 0; border-radius: 8px; background: var(--surface); outline: none; }
.signup input:focus { box-shadow: inset 0 0 0 2px var(--pink); }
.form-note { margin: 12px 0 0; font-size: 11px; }

.site-footer { min-height: 150px; padding: 40px 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; border-top: 1px solid var(--line); }
.site-footer > p { margin: 0; color: var(--muted); font-size: 12px; }
.site-footer > div { justify-self: end; display: flex; gap: 20px; font-size: 12px; font-weight: 600; }

@keyframes float { 0%, 100% { transform: translateY(0) rotate(-.4deg); } 50% { transform: translateY(-13px) rotate(.4deg); } }
@keyframes mediaFloat { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(0, -9px, 0); } }
@keyframes softPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.025); } }
@keyframes bubbleIn { from { opacity: 0; transform: translateY(10px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes thinkingDot { 0%, 60%, 100% { transform: translateY(0); opacity: .35; } 30% { transform: translateY(-3px); opacity: 1; } }
.reveal-item { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.reveal-item.is-visible { opacity: 1; transform: translateY(0); }
.chat-card { transition: transform .35s ease; }
.hero-visual:hover .chat-card { transform: translateY(-7px) rotate(-.5deg); }
.plain-card, .audience-card { transition: transform .3s ease, background-color .3s ease; }
.plain-card:hover, .audience-card:hover { transform: translateY(-7px); }
.status-pill { animation: softPulse 3.6s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .hero-visual > img, .showcase-media img, .status-pill { animation: none; } .button, .reveal-item { transition: none; } .reveal-item { opacity: 1; transform: none; } }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav-pill { display: none; }
  .hero { min-height: auto; padding-top: 46px; grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-visual { min-height: 520px; }
  .capability-bar .shell { justify-content: flex-start; overflow: hidden; }
  .intro-section, .showcase, .reminder-showcase, .account-section { grid-template-columns: 1fr; }
  .showcase-copy { max-width: 700px; }
  .reminder-showcase .showcase-copy { order: 1; }
  .reminder-showcase .reminder-media { max-width: 520px; justify-self: start; order: 2; }
  .problem-grid, .process-grid, .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .process-demo { grid-template-columns: 1fr 1fr; gap: 32px; padding: 30px; }
  .row-title { grid-template-columns: 1fr; gap: 0; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > p { display: none; }
}

@media (max-width: 640px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .site-header { top: 7px; min-height: 66px; margin-top: 7px; padding-inline: 12px; border-radius: 15px; }
  .brand { font-size: 19px; }
  .brand-mark { width: 34px; height: 34px; }
  .header-actions .text-button { display: none; }
  .button.compact { min-height: 38px; padding-inline: 13px; font-size: 12px; }
  .hero { padding: 48px 0 52px; }
  h1 { font-size: clamp(58px, 18vw, 78px); }
  h2 { font-size: clamp(42px, 14vw, 58px); }
  .hero-lede { font-size: 16px; }
  .hero-visual { min-height: 430px; }
  .hero-visual > img { left: -12%; width: 96%; height: 78%; }
  .chat-card { width: 88%; padding: 17px; bottom: 10px; }
  .status-pill { display: none; }
  .section { padding-top: 76px; padding-bottom: 76px; }
  .intro-section { gap: 20px; }
  .problem-grid, .process-grid, .feature-grid, .audience-grid { grid-template-columns: 1fr; }
  .testimonial-card { flex-basis: 100%; min-height: 350px; padding: 28px; }
  .testimonial-card blockquote { font-size: 22px; }
  .process-demo { padding: 18px; grid-template-columns: 1fr; gap: 28px; border-radius: var(--radius); }
  .process-phone { min-height: 440px; border-width: 6px; }
  .process-chat-body { min-height: 305px; }
  .plain-card { min-height: 200px; }
  .showcase { gap: 34px; }
  .reminder-showcase { padding-top: 54px; padding-bottom: 54px; gap: 20px; }
  .showcase-media img { width: 108%; margin-left: -4%; }
  .audience-card { padding: 25px; }
  .waitlist-card { padding: 40px 20px; }
  .signup { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > div { justify-self: start; }
}
