@font-face {
  font-family: "Cal Sans";
  src: url("/fonts/cal-sans-semibold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins-regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins-semibold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

:root {
  color: #f4f1e8;
  background: #080907;
  font-family: "Poppins", system-ui, sans-serif;
  font-synthesis: none;
  --yellow: #f2cc3d;
  --yellow-soft: #ffe475;
  --ink: #f4f1e8;
  --muted: #a5a398;
  --muted-dark: #77766f;
  --night: #080907;
  --surface: #10110e;
  --surface-raised: #151611;
  --line: rgba(242, 204, 61, 0.17);
  --line-soft: rgba(244, 241, 232, 0.1);
  --container: 1180px;
}

* { box-sizing: border-box; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.icon-fill { fill: currentColor; stroke: none; }
.icon-dark-fill { fill: #080907; stroke: none; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--night); -webkit-font-smoothing: antialiased; }
body, button, a { font-family: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img, video { display: block; max-width: 100%; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--yellow-soft); outline-offset: 4px; }

.container { width: min(var(--container), calc(100% - 3rem)); margin-inline: auto; }
.site-shell { overflow: clip; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line-soft); background: rgba(8, 9, 7, 0.88); backdrop-filter: blur(18px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { display: inline-flex; align-items: center; text-decoration: none; }
.wordmark img { width: 144px; height: 34px; object-fit: contain; }
.nav-panel { display: flex; align-items: center; gap: 24px; }
.theme-toggle { display: inline-flex; align-items: center; gap: 7px; min-height: 36px; padding: 0 11px; border: 1px solid var(--line-soft); border-radius: 8px; color: var(--ink); background: var(--surface); font-size: 12px; font-weight: 600; cursor: pointer; }
.theme-toggle:hover { border-color: var(--yellow); color: var(--yellow); }
.theme-toggle svg { width: 15px; height: 15px; }
.theme-icon-moon { display: none; }
:root[data-theme="light"] { color: #1b1d1a; background: #f7f8f4; --ink: #1b1d1a; --muted: #596257; --muted-dark: #7b8478; --night: #f7f8f4; --surface: #ffffff; --surface-raised: #eef1eb; --line: rgba(35, 48, 35, .16); --line-soft: rgba(35, 48, 35, .13); }
:root[data-theme="light"] .theme-icon-sun { display: none; }
:root[data-theme="light"] .theme-icon-moon { display: block; }
:root[data-theme="light"] .site-header { background: rgba(247, 248, 244, .9); }
:root[data-theme="light"] .nav-panel > a:not(.button) { color: #4f5a4d; }
:root[data-theme="light"] .nav-panel { color: var(--ink); }
:root[data-theme="light"] .button-secondary { background: rgba(31, 48, 31, .05); }
:root[data-theme="light"] .hero-lead,
:root[data-theme="light"] .engagement-heading > p:last-child,
:root[data-theme="light"] .product-copy > p,
:root[data-theme="light"] .faq-intro { color: #596257; }
:root[data-theme="light"] .editor-backdrop::after { background: rgba(247, 248, 244, .52); }
:root[data-theme="light"] .performance-frame { border-color: rgba(35, 48, 35, .28); background: #e8ede5; box-shadow: 0 30px 90px rgba(45, 58, 43, .2); }
:root[data-theme="light"] .performance-frame figcaption { background: rgba(255, 255, 255, .84); }
:root[data-theme="light"] .promise-strip { background: rgba(255, 255, 255, .9); box-shadow: 0 24px 80px rgba(45, 58, 43, .1); }
:root[data-theme="light"] .engagement,
:root[data-theme="light"] .faq { background: #eef1eb; }
:root[data-theme="light"] .workflow,
:root[data-theme="light"] .product,
:root[data-theme="light"] .pricing { background: #f7f8f4; }
:root[data-theme="light"] .case-card,
:root[data-theme="light"] .workflow-card,
:root[data-theme="light"] .price-card { background: #ffffff; }
:root[data-theme="light"] .case-before { border-color: #d7ddd4; background: #f0f2ee; }
:root[data-theme="light"] .case-before > header { border-color: #d7ddd4; }
:root[data-theme="light"] .case-before .comment-list blockquote { background: #e5e9e2; }
:root[data-theme="light"] .comment-list blockquote { color: #596257; background: #f0f3ed; }
:root[data-theme="light"] .post-story li { color: #4f5a4d; }
:root[data-theme="light"] .product-window { box-shadow: 0 34px 100px rgba(45, 58, 43, .16); }
:root[data-theme="light"] .nav-panel.is-open { background: #ffffff; }
.nav-panel > a:not(.button) { color: #cfcdc4; font-size: 13px; font-weight: 600; text-decoration: none; }
.nav-panel > a:not(.button):hover { color: var(--yellow); }
.nav-sign-in { margin-left: 8px; }
.nav-sign-up { white-space: nowrap; }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); cursor: pointer; }
.menu-button svg { width: 20px; height: 20px; }
.menu-button .icon-close { display: none; }
.menu-button[aria-expanded="true"] .icon-menu { display: none; }
.menu-button[aria-expanded="true"] .icon-close { display: block; }

h1, h2, h3 { margin: 0; font-family: "Cal Sans", "Poppins", sans-serif; font-weight: 600; text-wrap: balance; }
h1 { font-size: clamp(3.5rem, 5.8vw, 6.2rem); line-height: .96; letter-spacing: -.045em; }
h2 { font-size: clamp(2.65rem, 5vw, 5rem); line-height: 1; letter-spacing: -.035em; }
h3 { font-size: 18px; line-height: 1.15; }
p { margin: 0; }
.eyebrow { color: var(--yellow); font-size: 11px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.centered { text-align: center; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 23px; border: 0; border-radius: 9px; color: #14140e; background: var(--yellow); box-shadow: 0 14px 40px rgba(242, 204, 61, .12); font-size: 13px; font-weight: 600; text-decoration: none; transition: transform 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); background: var(--yellow-soft); }
.button svg { width: 18px; height: 18px; }
.button-secondary { border: 1px solid var(--line-soft); color: var(--ink); background: rgba(244, 241, 232, .06); box-shadow: none; }
.button-secondary:hover { border-color: var(--yellow); color: #14140e; background: var(--yellow-soft); }
.button-small { min-height: 42px; padding-inline: 18px; }

.hero { padding-top: 20px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); align-items: center; gap: clamp(64px, 10vw, 150px); min-height: 565px; }
.hero-copy { max-width: 680px; text-align: left; }
.hero-copy .eyebrow { margin-bottom: 24px; }
.hero-copy h1 span { color: var(--yellow); }
.hero-lead { max-width: 610px; margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 34px; }
.text-button { display: inline-flex; align-items: center; gap: 12px; padding: 0; border: 0; color: var(--ink); background: transparent; font-size: 13px; font-weight: 600; cursor: pointer; }
.text-button:hover { color: var(--yellow); }
.play-icon { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.play-icon svg { width: 13px; height: 13px; }
.hero-demo { position: relative; justify-self: end; width: min(100%, 380px); padding: 18px 0 18px 18px; }
.hero-demo-glow { position: absolute; inset: 12% -18% 8%; border-radius: 50%; background: rgba(242, 204, 61, .16); filter: blur(55px); }
.hero-demo-player { position: relative; z-index: 1; overflow: hidden; border: 1px solid rgba(244, 241, 232, .36); border-radius: 20px; background: #11120f; box-shadow: 0 30px 80px rgba(0, 0, 0, .58); }
.hero-demo-player video { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; }
.hero-demo-caption { position: absolute; z-index: 2; right: -16px; bottom: 38px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); background: rgba(16, 17, 14, .9); box-shadow: 0 12px 30px rgba(0,0,0,.32); font-size: 10px; font-weight: 600; }
.hero-demo-caption svg { width: 15px; height: 15px; color: var(--yellow); }

.hero-stage { position: relative; min-height: 600px; display: grid; place-items: center; margin-top: 50px; }
.editor-backdrop { position: absolute; inset: 9% 7% 12%; overflow: hidden; border: 1px solid var(--line-soft); border-radius: 20px; opacity: .18; transform: perspective(1100px) rotateX(6deg); filter: saturate(.4); }
.editor-backdrop::after { content: ""; position: absolute; inset: 0; background: rgba(8, 9, 7, .42); }
.editor-backdrop img { width: 100%; height: 100%; object-fit: cover; }
.performance-frame { position: relative; z-index: 2; width: 300px; height: 535px; margin: 0; overflow: hidden; border: 1px solid rgba(244, 241, 232, .42); border-radius: 13px; background: #171814; box-shadow: 0 30px 90px rgba(0, 0, 0, .62); }
.performance-frame > img { width: 100%; height: 100%; object-fit: cover; }
.performance-frame figcaption { position: absolute; left: 16px; bottom: 14px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 8px; background: rgba(8, 9, 7, .76); font-size: 11px; font-weight: 600; }
.performance-frame figcaption svg { width: 11px; height: 11px; }
.score-ribbon { position: absolute; z-index: 3; left: 3%; right: 3%; top: 50%; height: 140px; overflow: hidden; border-block: 1px solid rgba(8, 9, 7, .28); box-shadow: 0 16px 36px rgba(0, 0, 0, .28); transform: translateY(-16%); }
.score-ribbon img { width: 100%; height: 100%; object-fit: cover; image-rendering: auto; }
.time { position: absolute; z-index: 4; top: calc(50% - 95px); color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; }
.time-left { left: 6%; }
.time-right { right: 6%; }

.promise-strip { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 64px; border: 1px solid var(--line-soft); border-radius: 18px; background: rgba(17, 18, 14, .88); box-shadow: 0 24px 80px rgba(0, 0, 0, .24); }
.promise-strip article { min-height: 150px; display: flex; align-items: center; gap: 18px; padding: 30px; }
.promise-strip article + article { border-left: 1px solid var(--line-soft); }
.promise-strip article > svg { flex: 0 0 auto; width: 30px; height: 30px; color: var(--yellow); }
.promise-strip article div { display: grid; gap: 5px; }
.promise-strip span { color: var(--yellow); font-size: 10px; }
.promise-strip strong { font-family: "Cal Sans", sans-serif; font-size: 18px; }
.promise-strip p { color: var(--muted); font-size: 11px; line-height: 1.5; }

.section { padding-block: 130px; border-top: 1px solid var(--line-soft); }
.engagement { margin-top: 110px; background: #0a0b09; }
.engagement-heading { max-width: 820px; }
.engagement-heading h2 { margin-top: 16px; }
.engagement-heading > p:last-child { max-width: 650px; margin-top: 24px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.post-comparison { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 60px; }
.case-card { overflow: hidden; border: 1px solid var(--line-soft); border-radius: 18px; background: var(--surface); }
.case-card > header { min-height: 125px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; padding: 26px 28px; border-bottom: 1px solid var(--line-soft); }
.case-card > header span { flex: 0 0 auto; padding: 7px 10px; border: 1px solid var(--line-soft); border-radius: 999px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.case-after > header span { border-color: rgba(242, 204, 61, .4); color: #18170f; background: var(--yellow); }
.case-card > header h3 { max-width: 320px; font-size: 23px; text-align: right; }
.social-post { display: grid; grid-template-columns: minmax(250px, .95fr) minmax(190px, 1.05fr); min-height: 420px; }
.post-media { position: relative; overflow: hidden; background: #060706; }
.post-media > img { width: 100%; height: 100%; object-fit: cover; }
.viral-badge { position: absolute; z-index: 2; top: 18px; right: 16px; display: inline-flex; align-items: center; gap: 7px; padding: 11px 15px; border: 2px solid rgba(255, 255, 255, .75); border-radius: 999px; color: #fff; background: linear-gradient(135deg, #ff7a2f 0%, #ff354f 54%, #dc174d 100%); box-shadow: 0 10px 34px rgba(255, 53, 79, .64), 0 0 0 5px rgba(255, 53, 79, .12); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transform: rotate(3deg); }
.viral-badge svg { width: 18px; height: 18px; filter: drop-shadow(0 2px 4px rgba(128, 0, 24, .32)); }
.metric-rail { position: absolute; right: 10px; bottom: 15px; display: grid; gap: 10px; }
.metric-rail > div { width: 48px; min-height: 48px; display: grid; place-items: center; align-content: center; gap: 1px; border: 1px solid rgba(255, 255, 255, .24); border-radius: 50%; color: #fff; background: rgba(9, 10, 8, .82); box-shadow: 0 8px 18px rgba(0, 0, 0, .3); backdrop-filter: blur(8px); transition: transform 160ms ease; }
.metric-rail > div:nth-child(odd) { transform: rotate(-3deg); }
.metric-rail > div:nth-child(even) { transform: rotate(3deg); }
.metric-rail > div:hover { transform: scale(1.08) rotate(0); }
.metric-rail svg { width: 20px; height: 20px; }
.metric-rail span { color: #fff; font-size: 9px; font-weight: 600; }
.case-before { border-color: #242522; background: #0c0d0c; }
.case-before > header { border-color: #242522; }
.case-before > header span { border-color: #30312e; color: #777972; }
.case-before > header h3,
.case-before .post-story > strong { color: #8b8d87; }
.case-before .post-media > img { filter: grayscale(1) brightness(.62) contrast(.86); }
.case-before .post-media::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: rgba(55, 57, 53, .12); }
.case-before .metric-rail { z-index: 1; }
.case-before .metric-rail > div { border-color: rgba(190, 192, 186, .18); color: #aaa; background: rgba(25, 26, 24, .88); box-shadow: 0 8px 18px rgba(0, 0, 0, .2); }
.case-before .metric-rail span { color: #8c8e88; }
.case-before .comment-list blockquote { border-color: #3d3f3a; color: #858780; background: #111210; }
.case-after .post-media { box-shadow: inset 0 0 0 2px rgba(242, 204, 61, .32); }
.post-story { display: flex; flex-direction: column; justify-content: center; padding: 32px; border-left: 1px solid var(--line-soft); }
.post-story > strong { font-family: "Cal Sans", sans-serif; font-size: 22px; line-height: 1.15; }
.comment-list { display: grid; gap: 10px; margin-top: 25px; }
.comment-list blockquote { margin: 0; padding: 13px 14px; border-left: 2px solid #5d5e56; color: #cfcdc4; background: #161713; font-size: 12px; line-height: 1.5; }
.case-after .post-story > strong { color: var(--yellow); }
.post-story ul { display: grid; gap: 14px; margin: 25px 0 0; padding: 0; list-style: none; }
.post-story li { display: flex; align-items: center; gap: 9px; color: #cfcdc4; font-size: 12px; }
.post-story li svg { width: 17px; height: 17px; padding: 3px; border-radius: 50%; color: #15150e; background: var(--yellow); }
.illustrative-note { margin-top: 16px; color: var(--muted-dark); font-size: 10px; text-align: right; }

.workflow { background: #080907; }
.workflow h2 { margin-top: 15px; }
.workflow-grid { display: grid; grid-template-columns: 1fr 28px 1fr 28px 1fr; align-items: center; gap: 14px; margin-top: 58px; }
.workflow-card { min-width: 0; overflow: hidden; border: 1px solid var(--line-soft); border-radius: 14px; background: var(--surface); }
.workflow-card header { min-height: 74px; display: flex; align-items: center; gap: 12px; padding: 16px; border-bottom: 1px solid var(--line-soft); }
.workflow-card header span { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--yellow); border-radius: 50%; color: var(--yellow); font-size: 12px; font-weight: 600; }
.workflow-card img { width: 100%; height: 420px; object-fit: cover; object-position: center 42%; }
.workflow-card.editor-card img { object-position: center; }
.flow-arrow { width: 24px; height: 24px; color: var(--yellow); }

.product { background: #080907; }
.product-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 84px; }
.product-copy h2 { margin-top: 16px; }
.product-copy > p:not(.eyebrow) { margin-top: 28px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.product-copy ul { display: grid; gap: 14px; margin: 28px 0 0; padding: 0; list-style: none; }
.product-copy li { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; }
.product-copy li svg { width: 18px; height: 18px; padding: 3px; border-radius: 50%; color: #13130d; background: var(--yellow); }
.product-window { overflow: hidden; border: 1px solid var(--line-soft); border-radius: 16px; background: var(--surface); box-shadow: 0 34px 100px rgba(0, 0, 0, .38); transform: perspective(1100px) rotateY(-4deg); }
.window-bar { height: 38px; display: flex; align-items: center; gap: 7px; padding-inline: 13px; border-bottom: 1px solid var(--line-soft); }
.window-bar i { width: 8px; height: 8px; border-radius: 50%; background: #4b4c45; }
.window-bar i:first-child { background: #df655b; }
.window-bar i:nth-child(2) { background: #d1aa42; }
.window-bar i:nth-child(3) { background: #5caa5f; }
.window-bar span { margin-left: 7px; color: var(--muted); font-size: 10px; }
.product-window > img { width: 100%; }

.demo-section { background: var(--surface); }
.demo-grid { display: grid; grid-template-columns: 1fr 460px; align-items: center; gap: 120px; }
.demo-copy h2 { margin-top: 16px; }
.demo-copy > p:last-child { max-width: 470px; margin-top: 26px; color: var(--muted); line-height: 1.8; }
.demo-player { width: min(100%, 390px); margin-inline: auto; overflow: hidden; border: 1px solid var(--line-soft); border-radius: 22px; box-shadow: 0 32px 90px rgba(0, 0, 0, .44); }
.demo-player video { width: 100%; aspect-ratio: 9 / 16; background: #000; }

.feeds { text-align: center; }
.feeds h2 { margin-top: 16px; }
.feeds-lead { max-width: 560px; margin: 24px auto 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.platform-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 70px; border-block: 1px solid var(--line-soft); }
.platform-grid article { min-height: 155px; display: grid; place-items: center; align-content: center; gap: 8px; }
.platform-grid article + article { border-left: 1px solid var(--line-soft); }
.platform-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; box-shadow: 0 10px 24px rgba(0, 0, 0, .24); }
.platform-icon svg { width: 28px; height: 28px; }
.platform-icon-tiktok { color: #fff; background: #050505; }
.platform-icon-instagram { color: #fff; background: radial-gradient(circle at 30% 110%, #ffd600 0 12%, #ff7a00 30%, #ff0069 58%, #d300c5 78%, #7638fa 100%); }
.platform-icon-youtube { color: #fff; background: #ff0033; }
.platform-icon-facebook { color: #fff; background: #1877f2; }
.platform-grid strong { font-family: "Cal Sans", sans-serif; font-size: 19px; }
.platform-grid span { color: var(--muted); font-size: 12px; }

.faq { background: #0a0b09; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.faq h2 { margin-top: 16px; }
.questions { border-top: 1px solid var(--line-soft); }
.questions details { border-bottom: 1px solid var(--line-soft); }
.questions summary { position: relative; padding: 25px 42px 25px 0; font-family: "Cal Sans", sans-serif; font-size: 19px; cursor: pointer; list-style: none; }
.questions summary::-webkit-details-marker { display: none; }
.questions summary::after { content: "+"; position: absolute; top: 22px; right: 4px; color: var(--yellow); font-family: "Poppins", sans-serif; font-size: 21px; }
.questions details[open] summary::after { content: "−"; }
.questions details p { padding: 0 52px 25px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.pricing { background: #080907; }
.pricing-heading { max-width: 690px; text-align: center; margin-inline: auto; }
.pricing-heading h2 { margin-top: 16px; }
.pricing-heading > p:last-child { margin-top: 22px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 20px; margin-top: 56px; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 440px; padding: 30px; border: 1px solid var(--line-soft); border-radius: 18px; background: var(--surface); }
.price-card.is-featured { border-color: rgba(242, 204, 61, .62); background: linear-gradient(160deg, rgba(242, 204, 61, .14), var(--surface) 40%); box-shadow: 0 24px 72px rgba(242, 204, 61, .1); }
.price-badge { position: absolute; top: -13px; left: 28px; padding: 6px 10px; border-radius: 999px; color: #16160f; background: var(--yellow); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.price-name { color: var(--yellow); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.price-amount { display: flex; align-items: baseline; gap: 9px; margin-top: 14px; }
.price-amount strong { font-family: "Cal Sans", sans-serif; font-size: 48px; letter-spacing: -.04em; }
.price-amount span { color: var(--muted); font-size: 12px; }
.price-copy { min-height: 48px; margin-top: 16px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.price-card ul { display: grid; gap: 13px; margin: 28px 0 32px; padding: 0; list-style: none; }
.price-card li { display: flex; align-items: center; gap: 9px; color: #d5d3ca; font-size: 12px; }
.price-card li svg { width: 17px; height: 17px; padding: 3px; border-radius: 50%; color: #15150e; background: var(--yellow); }
.price-card .button { width: 100%; margin-top: auto; }

.download { padding-block: 100px; }
.download-panel { position: relative; display: grid; justify-items: center; overflow: hidden; padding: 86px 32px; border: 1px solid var(--line); border-radius: 24px; text-align: center; background: var(--surface); }
.download-panel::after { content: ""; position: absolute; left: 15%; right: 15%; bottom: -150px; height: 200px; border-radius: 50%; background: rgba(242, 204, 61, .15); filter: blur(70px); pointer-events: none; }
.download-panel > img { width: 66px; height: 66px; margin-bottom: 25px; object-fit: contain; filter: drop-shadow(0 0 18px rgba(242, 204, 61, .14)); }
.download-panel h2 { margin-top: 14px; }
.download-panel > p:not(.eyebrow) { max-width: 540px; margin-top: 22px; color: var(--muted); line-height: 1.75; }
.download-panel .button { position: relative; z-index: 1; margin-top: 30px; }
.download-actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 30px; }
.download-panel .download-actions .button { margin-top: 0; }

footer { padding-block: 70px; border-top: 1px solid var(--line-soft); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 48px; }
.footer-grid > div p { margin-top: 16px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.footer-grid nav { display: flex; gap: 30px; }
.footer-grid nav a { color: var(--muted); font-size: 12px; text-decoration: none; }
.footer-grid nav a:hover { color: var(--yellow); }
.footer-grid > span { grid-column: 1 / -1; padding-top: 34px; border-top: 1px solid var(--line-soft); color: var(--muted-dark); font-size: 10px; }

@media (max-width: 900px) {
  .menu-button { display: grid; place-items: center; }
  .nav-panel { position: absolute; top: 68px; left: 1.5rem; right: 1.5rem; display: none; align-items: stretch; gap: 5px; padding: 12px; border: 1px solid var(--line-soft); border-radius: 14px; background: #11120f; box-shadow: 0 24px 60px rgba(0, 0, 0, .48); }
  .nav-panel.is-open { display: grid; }
  .nav-panel > a:not(.button) { padding: 13px 14px; border-radius: 8px; }
  .nav-panel > a:not(.button):hover { background: var(--surface-raised); }
  .nav-sign-in { margin-left: 0; }
  .hero-stage { min-height: 520px; }
  .hero-grid { grid-template-columns: 1fr 300px; gap: 36px; }
  .hero-demo { width: 300px; }
  .performance-frame { width: 250px; height: 445px; }
  .promise-strip { grid-template-columns: 1fr; }
  .promise-strip article { min-height: 110px; }
  .promise-strip article + article { border-top: 1px solid var(--line-soft); border-left: 0; }
  .post-comparison { grid-template-columns: 1fr; }
  .workflow-grid { grid-template-columns: 1fr; }
  .flow-arrow { margin: -2px auto; transform: rotate(90deg); }
  .workflow-card img { height: 440px; }
  .product-grid, .demo-grid, .faq-grid { grid-template-columns: 1fr; gap: 60px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
  .product-window { transform: none; }
  .demo-grid { text-align: center; }
  .demo-copy > p:last-child { margin-inline: auto; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 2rem, var(--container)); }
  .nav { min-height: 68px; }
  .wordmark img { width: 131px; height: 31px; }
  h1 { font-size: clamp(3rem, 14vw, 4.3rem); }
  h2 { font-size: clamp(2.4rem, 11vw, 3.5rem); }
  .hero { padding-top: 24px; }
  .hero-grid { display: flex; flex-direction: column; gap: 42px; min-height: 0; }
  .hero-copy { text-align: center; }
  .hero-demo { align-self: center; justify-self: auto; width: min(100%, 290px); }
  .hero-demo-caption { right: -8px; bottom: 30px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-actions .button, .download-actions .button { width: min(100%, 310px); }
  .hero-copy h1 br { display: none; }
  .hero-copy h1 { max-width: 18rem; margin-inline: auto; }
  .hero-stage { min-height: 480px; margin-inline: -1rem; }
  .editor-backdrop { inset: 12% 0 14%; }
  .performance-frame { width: 224px; height: 400px; }
  .score-ribbon { left: 0; right: 0; height: 105px; }
  .time { display: none; }
  .promise-strip { margin-top: 48px; }
  .section { padding-block: 92px; }
  .engagement { margin-top: 84px; }
  .case-card > header { min-height: auto; align-items: flex-start; flex-direction: column; }
  .case-card > header h3 { text-align: left; }
  .case-card > header { gap: 14px; padding: 22px 20px; }
  .case-card > header h3 { font-size: 21px; }
  .social-post { grid-template-columns: 1fr; }
  .post-media {
    width: min(100%, 210px);
    justify-self: center;
    aspect-ratio: 9 / 16;
  }
  .post-story { min-height: 230px; padding: 26px 22px; border-top: 1px solid var(--line-soft); border-left: 0; }
  .illustrative-note { text-align: left; }
  .workflow-card img { height: 360px; }
  .platform-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 48px; }
  .platform-grid article { min-height: 138px; padding: 18px 8px; }
  .platform-grid article:nth-child(3) { border-top: 1px solid var(--line-soft); border-left: 0; }
  .platform-grid article:nth-child(4) { border-top: 1px solid var(--line-soft); }
  .platform-grid strong { font-size: 16px; text-align: center; }
  .platform-grid span:not(.platform-icon) { font-size: 11px; }
  .product-grid { gap: 45px; }
  .demo-grid { gap: 42px; }
  .platform-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 46px; }
  .platform-grid article { min-width: 0; min-height: 125px; padding: 18px 8px; }
  .platform-grid article + article { border-left: 1px solid var(--line-soft); }
  .platform-grid article:nth-child(3) { border-top: 1px solid var(--line-soft); border-left: 0; }
  .platform-grid article:nth-child(4) { border-top: 1px solid var(--line-soft); }
  .platform-grid strong { max-width: 9rem; font-size: 13px; text-align: center; }
  .platform-grid span { font-size: 10px; }
  .faq-grid { gap: 42px; }
  .pricing-grid { margin-top: 42px; }
  .price-card { min-height: 0; padding: 28px 24px; }
  .price-amount strong { font-size: 42px; }
  .download-panel { padding: 65px 22px; border-radius: 18px; }
  .download-actions { width: 100%; flex-direction: column; align-items: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid nav { flex-wrap: wrap; }
}

@media (max-width: 380px) {
  .container { width: min(100% - 1.5rem, var(--container)); }
  .nav-panel { left: .75rem; right: .75rem; }
  .hero { padding-top: 20px; }
  .hero-actions .button, .download-actions .button { width: 100%; }
  .promise-strip article { gap: 12px; padding: 22px 18px; }
  .promise-strip strong { font-size: 16px; }
  .metric-rail { right: 7px; bottom: 10px; gap: 7px; }
  .metric-rail > div { width: 42px; min-height: 42px; }
  .metric-rail svg { width: 17px; height: 17px; }
  .post-story > strong { font-size: 20px; }
  .faq-grid { gap: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
