:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; overflow-x: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--accent);
  color: var(--accent-ink);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: var(--header-bg);
  backdrop-filter: blur(20px);
}
.site-nav { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 13px; background: var(--accent); color: var(--accent-ink); box-shadow: var(--accent-shadow); }
.brand-mark svg { width: 21px; height: 21px; }
.brand-name { font-family: var(--display-font); font-size: 1.08rem; font-weight: 750; letter-spacing: -.02em; }
.brand-name small { display: block; margin-top: 1px; color: var(--muted); font: 650 .62rem/1.1 Inter, sans-serif; letter-spacing: .13em; text-transform: uppercase; }

.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { color: var(--muted); font-size: .9rem; font-weight: 650; text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--text); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 13px; background: transparent; color: var(--text); cursor: pointer; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { display: block; width: 18px; height: 2px; margin: 4px auto; border-radius: 999px; background: currentColor; content: ""; transition: .2s ease; }
.nav-toggle[aria-expanded="true"] span { opacity: 0; }
.nav-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid transparent; border-radius: 14px; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: var(--accent-ink); box-shadow: var(--accent-shadow); }
.button-secondary { border-color: var(--line-strong); background: var(--soft); color: var(--text); }
.button-quiet { padding-inline: 14px; color: var(--muted); }

.hero { position: relative; padding: 84px 0 96px; }
.hero::before { position: absolute; z-index: -1; inset: 0; background: var(--hero-glow); content: ""; pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr); gap: clamp(40px, 8vw, 110px); align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0; color: var(--accent-text); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 2px; border-radius: 999px; background: currentColor; content: ""; }
.hero h1 { max-width: 760px; margin: 22px 0; font-family: var(--display-font); font-size: clamp(3.15rem, 6.8vw, 6.25rem); font-weight: 650; letter-spacing: -.065em; line-height: .96; }
.hero h1 span { color: var(--accent-text); }
.lead { max-width: 650px; margin: 0; color: var(--muted); font-size: clamp(1.03rem, 1.5vw, 1.17rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 28px 0 0; padding: 0; color: var(--muted); font-size: .82rem; list-style: none; }
.hero-proof li { display: flex; align-items: center; gap: 7px; }
.hero-proof li::before { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px var(--accent-halo); content: ""; }

.hero-media { position: relative; min-height: 650px; }
.hero-people { position: absolute; inset: 0 0 90px 28px; width: calc(100% - 28px); height: 520px; border: 1px solid var(--line-strong); border-radius: 32px; object-fit: cover; box-shadow: var(--panel-shadow); }
.photo-kicker { position: absolute; z-index: 2; top: 20px; right: 18px; padding: 9px 12px; border: 1px solid #ffffff38; border-radius: 999px; background: #0a0d0b9e; color: #fff; backdrop-filter: blur(12px); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-media .product-preview { position: absolute; z-index: 3; bottom: 0; left: -50px; width: min(430px, 82%); padding: 10px; }

.product-preview { position: relative; padding: 18px; border: 1px solid var(--line-strong); border-radius: 28px; background: var(--panel); box-shadow: var(--panel-shadow); transform: rotate(var(--preview-rotation)); }
.product-preview::after { position: absolute; z-index: -1; inset: 22px -20px -22px 20px; border-radius: inherit; background: var(--preview-back); content: ""; }
.preview-window { overflow: hidden; border: 1px solid var(--line); border-radius: 19px; background: var(--panel-raised); }
.preview-topbar { display: flex; min-height: 58px; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid var(--line); }
.preview-title { display: flex; align-items: center; gap: 9px; font-size: .78rem; font-weight: 800; }
.preview-title::before { width: 9px; height: 9px; border-radius: 50%; background: var(--success); content: ""; box-shadow: 0 0 0 4px color-mix(in srgb, var(--success) 14%, transparent); }
.preview-date { color: var(--muted); font-size: .69rem; }
.preview-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 14px; }
.preview-stat { padding: 14px; border: 1px solid var(--line); border-radius: 13px; background: var(--soft); }
.preview-stat small { display: block; color: var(--muted); font-size: .61rem; }
.preview-stat strong { display: block; margin-top: 6px; font-family: var(--display-font); font-size: 1.15rem; }
.schedule { padding: 0 14px 15px; }
.schedule-row { display: grid; grid-template-columns: 48px 1fr 34px; gap: 10px; align-items: center; margin-top: 8px; padding: 11px; border-radius: 12px; background: var(--soft); }
.schedule-time { color: var(--muted); font-size: .68rem; font-weight: 750; }
.schedule-person strong, .schedule-person small { display: block; }
.schedule-person strong { font-size: .72rem; }
.schedule-person small { margin-top: 3px; color: var(--muted); font-size: .61rem; }
.avatar { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; background: var(--avatar-bg); color: var(--accent-text); font-size: .66rem; font-weight: 850; }
.assistant-bubble { position: absolute; right: -28px; bottom: 36px; width: min(245px, 72%); padding: 15px; border: 1px solid var(--line-strong); border-radius: 17px 17px 3px 17px; background: var(--panel-raised); box-shadow: var(--bubble-shadow); transform: rotate(calc(var(--preview-rotation) * -1)); }
.assistant-bubble b { display: flex; align-items: center; gap: 7px; color: var(--accent-text); font-size: .69rem; }
.assistant-bubble b::before { width: 7px; height: 7px; border-radius: 50%; background: var(--success); content: ""; }
.assistant-bubble p { margin: 7px 0 0; color: var(--muted); font-size: .69rem; line-height: 1.5; }

.section { padding: 100px 0; }
.section-tinted { border-block: 1px solid var(--line); background: var(--section-bg); }
.section-heading { display: grid; grid-template-columns: minmax(210px, .65fr) minmax(0, 1.35fr); gap: 54px; align-items: end; margin-bottom: 48px; }
.section-heading h2 { max-width: 790px; margin: 0; font-family: var(--display-font); font-size: clamp(2.45rem, 5vw, 4.6rem); font-weight: 650; letter-spacing: -.055em; line-height: 1.02; }
.section-heading p:last-child { max-width: 580px; margin: 18px 0 0; color: var(--muted); line-height: 1.7; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-card { min-height: 245px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: var(--panel); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.feature-card:hover { border-color: var(--line-strong); box-shadow: var(--card-shadow); transform: translateY(-4px); }
.feature-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 14px; background: var(--soft-strong); color: var(--accent-text); font-weight: 850; }
.feature-card h3 { margin: 35px 0 10px; font-family: var(--display-font); font-size: 1.32rem; }
.feature-card p { margin: 0; color: var(--muted); font-size: .91rem; line-height: 1.65; }

.gain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gain-card { position: relative; overflow: hidden; min-height: 265px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: var(--panel); }
.gain-card::after { position: absolute; right: -44px; bottom: -54px; width: 135px; height: 135px; border: 1px solid var(--line-strong); border-radius: 50%; content: ""; }
.gain-number { display: inline-flex; align-items: center; gap: 8px; color: var(--accent-text); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.gain-number::before { width: 7px; height: 7px; border-radius: 50%; background: currentColor; content: ""; }
.gain-card h3 { position: relative; z-index: 1; margin: 54px 0 11px; font-family: var(--display-font); font-size: 1.38rem; line-height: 1.15; }
.gain-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.62; }

.company-impact { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 7vw, 90px); align-items: center; }
.impact-copy h2 { margin: 18px 0; font-family: var(--display-font); font-size: clamp(2.45rem, 5vw, 4.6rem); font-weight: 650; letter-spacing: -.055em; line-height: 1.02; }
.impact-copy > p:last-of-type { color: var(--muted); line-height: 1.7; }
.impact-points { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.impact-points li { display: flex; gap: 11px; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.impact-points li::before { color: var(--accent-text); content: "✓"; font-weight: 900; }
.impact-board { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.impact-card { min-height: 175px; padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: var(--panel); }
.impact-card.wide { grid-column: span 2; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: end; }
.impact-card small { display: block; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.impact-card strong { display: block; margin-top: 22px; color: var(--accent-text); font-family: var(--display-font); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 650; letter-spacing: -.04em; }
.impact-card p { margin: 9px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.impact-bars { display: flex; height: 76px; align-items: flex-end; gap: 6px; }
.impact-bars i { width: 12px; border-radius: 4px 4px 1px 1px; background: var(--accent); opacity: calc(.38 + var(--bar) * .08); height: calc(var(--bar) * 9px); }

.brand-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(38px, 8vw, 100px); align-items: center; padding: clamp(34px, 6vw, 72px); border: 1px solid var(--line-strong); border-radius: 30px; background: var(--launch-bg); box-shadow: var(--panel-shadow); }
.brand-panel::after { position: absolute; z-index: 0; right: -110px; bottom: -140px; width: 360px; height: 360px; border: 1px solid var(--accent-border); border-radius: 50%; box-shadow: 0 0 0 42px var(--accent-halo), 0 0 0 84px color-mix(in srgb, var(--accent) 5%, transparent); content: ""; pointer-events: none; }
.brand-panel-copy, .brand-browser { position: relative; z-index: 1; }
.brand-panel-copy h2 { max-width: 680px; margin: 18px 0; font-family: var(--display-font); font-size: clamp(2.35rem, 4.8vw, 4.35rem); font-weight: 650; letter-spacing: -.055em; line-height: 1.02; }
.brand-panel-copy > p:last-of-type { max-width: 660px; margin: 0; color: var(--muted); line-height: 1.7; }
.campaign-channels { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.campaign-channels span { padding: 8px 12px; border: 1px solid var(--line-strong); border-radius: 999px; background: var(--soft); color: var(--muted); font-size: .72rem; font-weight: 750; }
.brand-browser { overflow: hidden; border: 1px solid var(--line-strong); border-radius: 22px; background: var(--panel-raised); box-shadow: var(--card-shadow); transform: rotate(var(--preview-rotation)); }
.brand-browser-bar { display: flex; min-height: 48px; align-items: center; gap: 6px; padding: 0 14px; border-bottom: 1px solid var(--line); background: var(--soft); }
.brand-browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: var(--line-strong); }
.brand-browser-bar span { overflow: hidden; margin-left: 7px; color: var(--muted); font-size: .64rem; text-overflow: ellipsis; white-space: nowrap; }
.brand-browser-content { display: flex; min-height: 330px; align-items: flex-start; flex-direction: column; justify-content: center; padding: clamp(26px, 4vw, 46px); }
.client-logo { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 18px; background: var(--accent); color: var(--accent-ink); font-family: var(--display-font); font-size: 1.2rem; font-weight: 800; box-shadow: var(--accent-shadow); }
.brand-browser-content small { margin-top: 20px; color: var(--accent-text); font-size: .65rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.brand-browser-content strong { max-width: 340px; margin-top: 10px; font-family: var(--display-font); font-size: clamp(1.7rem, 3vw, 2.35rem); letter-spacing: -.04em; line-height: 1.05; }
.brand-browser-content p { max-width: 360px; margin: 13px 0 21px; color: var(--muted); font-size: .78rem; line-height: 1.6; }
.brand-browser-cta { display: inline-flex; min-height: 40px; align-items: center; padding: 0 15px; border-radius: 12px; background: var(--accent); color: var(--accent-ink); font-size: .72rem; font-weight: 800; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; counter-reset: step; }
.step { position: relative; padding: 10px 36px 10px 0; counter-increment: step; }
.step:not(:last-child) { border-right: 1px solid var(--line); }
.step + .step { padding-left: 36px; }
.step::before { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: var(--soft-strong); color: var(--accent-text); font-weight: 850; content: counter(step, decimal-leading-zero); }
.step h3 { margin: 24px 0 10px; font-family: var(--display-font); font-size: 1.25rem; }
.step p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }

.service-ribbon { display: flex; overflow: hidden; border-block: 1px solid var(--line); background: var(--ribbon-bg); }
.service-track { display: flex; min-width: max-content; align-items: center; gap: 14px; padding: 15px 20px; animation: marquee 35s linear infinite; }
.service-track span { display: inline-flex; align-items: center; gap: 14px; color: var(--ribbon-text); font-family: var(--display-font); font-size: .92rem; }
.service-track span::after { color: var(--accent-text); content: "✦"; font-size: .65rem; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .service-track { animation: none; } * { transition: none !important; } }

.profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.profile-card { position: relative; display: flex; min-height: 390px; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: var(--panel); }
.profile-card.featured { border-color: var(--accent-border); background: var(--profile-featured); box-shadow: var(--featured-shadow); transform: translateY(-8px); }
.profile-badge { position: absolute; top: 18px; right: 18px; padding: 6px 9px; border-radius: 999px; background: var(--accent); color: var(--accent-ink); font-size: .62rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.profile-card > small { color: var(--accent-text); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.profile-card h3 { margin: 15px 0 8px; font-family: var(--display-font); font-size: 2rem; }
.profile-card > p { min-height: 48px; margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.profile-card ul { display: grid; gap: 12px; margin: 28px 0; padding: 0; list-style: none; }
.profile-card li { display: flex; gap: 10px; color: var(--muted); font-size: .84rem; line-height: 1.45; }
.profile-card li::before { color: var(--accent-text); content: "✓"; font-weight: 900; }
.profile-card .button { width: 100%; margin-top: auto; }
.pricing-note { margin: 30px auto 0; color: var(--muted); font-size: .82rem; line-height: 1.6; text-align: center; }

.comparison-scroll { overflow-x: auto; margin-top: 42px; border: 1px solid var(--line); border-radius: 22px; background: var(--panel); }
.comparison-table { width: 100%; min-width: 780px; border-collapse: collapse; text-align: left; }
.comparison-table caption { padding: 24px 24px 10px; color: var(--muted); font-size: .8rem; text-align: left; }
.comparison-table th, .comparison-table td { padding: 16px 22px; border-bottom: 1px solid var(--line); }
.comparison-table thead th { color: var(--text); font-family: var(--display-font); font-size: 1.05rem; }
.comparison-table tbody th { width: 34%; color: var(--text); font-size: .82rem; font-weight: 750; }
.comparison-table td { color: var(--muted); font-size: .8rem; line-height: 1.4; }
.comparison-table tbody tr:last-child th, .comparison-table tbody tr:last-child td { border-bottom: 0; }
.comparison-table .included { color: var(--accent-text); font-weight: 800; }
.comparison-table .not-included { opacity: .52; }

.launch-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: center; padding: clamp(34px, 6vw, 70px); border: 1px solid var(--line-strong); border-radius: 30px; background: var(--launch-bg); box-shadow: var(--panel-shadow); }
.launch-card::after { position: absolute; right: -90px; bottom: -110px; width: 300px; height: 300px; border: 1px solid var(--accent-border); border-radius: 50%; content: ""; box-shadow: 0 0 0 36px var(--accent-halo), 0 0 0 72px color-mix(in srgb, var(--accent) 5%, transparent); }
.launch-card h2 { margin: 14px 0; font-family: var(--display-font); font-size: clamp(2.25rem, 4.8vw, 4.25rem); letter-spacing: -.055em; line-height: 1.02; }
.launch-card p { max-width: 660px; margin: 0; color: var(--muted); line-height: 1.7; }
.launch-actions { position: relative; z-index: 1; display: flex; justify-content: flex-end; }

.site-footer { padding: 32px 0 44px; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-row p { margin: 0; }

.launch-dialog { width: min(520px, calc(100% - 28px)); padding: 0; border: 1px solid var(--line-strong); border-radius: 24px; background: var(--panel-raised); color: var(--text); box-shadow: 0 30px 90px #0007; }
.launch-dialog::backdrop { background: #050807b8; backdrop-filter: blur(5px); }
.dialog-content { padding: 32px; }
.dialog-content h2 { margin: 14px 0 10px; font-family: var(--display-font); font-size: 2rem; }
.dialog-content p { margin: 0; color: var(--muted); line-height: 1.65; }
.dialog-actions { display: flex; justify-content: flex-end; margin-top: 24px; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .hero-media { width: min(760px, 100%); min-height: 650px; margin-inline: auto; }
  .product-preview { width: min(620px, 92%); margin-inline: auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .gain-grid { grid-template-columns: repeat(2, 1fr); }
  .company-impact { grid-template-columns: 1fr; }
  .brand-panel { grid-template-columns: 1fr; }
  .profile-grid { grid-template-columns: 1fr; }
  .profile-card, .profile-card.featured { min-height: auto; transform: none; }
  .profile-card > p { min-height: auto; }
  .launch-card { grid-template-columns: 1fr; }
  .launch-actions { justify-content: flex-start; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1160px); }
  .site-nav { min-height: 68px; }
  .nav-toggle { display: block; }
  .nav-actions .button-quiet { display: none; }
  .nav-links { position: absolute; top: calc(100% + 1px); right: 14px; left: 14px; display: none; align-items: stretch; flex-direction: column; gap: 4px; padding: 14px; border: 1px solid var(--line-strong); border-radius: 18px; background: var(--panel-raised); box-shadow: var(--panel-shadow); }
  .nav-links[data-open="true"] { display: flex; }
  .nav-links a { padding: 12px; border-radius: 10px; }
  .nav-links a:hover { background: var(--soft); }
  .hero { padding: 62px 0 76px; }
  .hero h1 { font-size: clamp(2.9rem, 15vw, 4.6rem); }
  .hero-media { min-height: 705px; }
  .hero-people { inset: 0; width: 100%; height: 470px; border-radius: 24px; }
  .photo-kicker { top: 14px; right: 12px; }
  .product-preview { width: calc(100% - 12px); margin-left: 0; padding: 10px; transform: none; }
  .hero-media .product-preview { right: 12px; bottom: 0; left: 12px; width: auto; margin: 0; }
  .product-preview::after { inset: 14px -12px -14px 12px; }
  .assistant-bubble { right: -10px; bottom: 20px; transform: none; }
  .section { padding: 74px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 34px; }
  .section-heading h2 { font-size: clamp(2.25rem, 12vw, 3.5rem); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .gain-grid { grid-template-columns: 1fr; }
  .gain-card { min-height: auto; }
  .gain-card h3 { margin-top: 34px; }
  .impact-board { grid-template-columns: 1fr; }
  .impact-card.wide { grid-column: auto; grid-template-columns: 1fr; }
  .brand-panel { padding: 34px 24px; }
  .brand-browser { transform: none; }
  .comparison-scroll { margin-right: -14px; border-radius: 18px 0 0 18px; }
  .steps { grid-template-columns: 1fr; gap: 28px; }
  .step, .step + .step { padding: 0; border: 0; }
  .launch-card { padding: 34px 24px; }
  .footer-row { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .brand-name small { display: none; }
  .nav-actions .button-primary { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { align-items: flex-start; flex-direction: column; }
  .preview-stats { grid-template-columns: 1fr 1fr; }
  .preview-stat:last-child { grid-column: span 2; }
  .assistant-bubble { position: relative; right: auto; bottom: auto; width: calc(100% - 24px); margin: -8px 12px 12px; }
  .hero-media { min-height: 720px; }
  .hero-people { height: 430px; }
  .photo-kicker { display: none; }
  .launch-actions .button { width: 100%; }
}
