:root {
  --purple: #6038e8;
  --purple-deep: #2b126b;
  --purple-dark: #160a36;
  --lime: #d7ff43;
  --ink: #17151f;
  --muted: #66616f;
  --paper: #f6f4f0;
  --white: #fff;
  --line: rgba(23, 21, 31, .13);
  --radius: 24px;
  --display: "Bricolage Grotesque", "Arial Narrow", sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { max-width: 100%; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p, li, summary { text-wrap: pretty; }

.site-header { height: 76px; padding: 0 clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; background: var(--purple); color: white; position: relative; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 700 18px/1 var(--display); font-stretch: condensed; letter-spacing: -.5px; }
.brand > span:last-child span { font-weight: 600; opacity: .7; }
.brand-mark { width: 25px; height: 30px; position: relative; display: inline-block; }
.brand-mark i { position: absolute; width: 11px; height: 24px; background: var(--lime); transform: skewY(-29deg); }
.brand-mark i:first-child { left: 2px; top: 0; }.brand-mark i:last-child { right: 2px; bottom: 0; }
.header-cta { font-weight: 700; font-size: 14px; display: flex; align-items: center; gap: 9px; }
.header-cta span { background: var(--lime); color: var(--ink); width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; }

.hero { min-height: 730px; color: white; background-color: var(--purple); position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, 1fr) minmax(410px, .85fr); align-items: center; gap: 50px; padding: 58px clamp(20px, 6vw, 92px) 88px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 82% 25%, rgba(215,255,67,.17), transparent 22%), radial-gradient(circle at 40% 120%, #321779 0, transparent 48%); }
.hero::after { content: ""; position: absolute; width: 46vw; height: 46vw; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; right: -15vw; top: -18vw; z-index: -1; }
.hero-noise { position: absolute; inset: 0; opacity: .04; z-index: -1; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.hero-copy { max-width: 690px; position: relative; z-index: 2; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 800; letter-spacing: 1.7px; }
.eyebrow { padding: 8px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 100px; margin-bottom: 24px; }
.eyebrow span { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 4px rgba(215,255,67,.15); }
.hero h1 { font: 760 clamp(48px, 5.4vw, 82px)/.98 var(--display); font-stretch: 88%; letter-spacing: -3.4px; margin-bottom: 24px; max-width: 800px; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-copy > p { max-width: 620px; font-size: clamp(17px, 1.5vw, 21px); color: rgba(255,255,255,.76); line-height: 1.55; margin-bottom: 28px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 56px; padding: 0 24px; border-radius: 13px; display: inline-flex; justify-content: center; align-items: center; gap: 24px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-lime { background: var(--lime); color: var(--ink); box-shadow: 0 12px 30px rgba(19,11,39,.26); }
.button-ghost { border: 1px solid rgba(255,255,255,.35); color: white; }
.button-dark { background: var(--ink); color: white; }
.hero-copy .microcopy { font-size: 13px; margin: 14px 0 22px; color: rgba(255,255,255,.65); }
.trust-row { display: flex; flex-wrap: wrap; gap: 7px; }
.trust-row span { font-size: 12px; font-weight: 700; padding: 8px 11px; border-radius: 8px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.12); }
.trust-row span::before { content: "✓"; color: var(--lime); margin-right: 6px; }

.hero-visual { position: relative; min-height: 500px; align-self: stretch; }
.browser-mockup { position: absolute; width: min(47vw, 670px); right: -9vw; top: 40px; border: 7px solid #15131a; background: #15131a; border-radius: 19px; overflow: hidden; box-shadow: 0 40px 80px rgba(16,8,38,.45); transform: rotate(2.5deg); }
.browser-bar { height: 28px; background: #242129; display: flex; align-items: center; padding: 0 10px; gap: 5px; }
.browser-bar i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.28); }.browser-bar span { margin: auto; font-size: 7px; opacity: .45; }
.browser-mockup img { width: 100%; height: 370px; object-fit: cover; object-position: center; }
.phone-mockup { position: absolute; z-index: 3; left: -15px; bottom: 5px; width: 185px; height: 360px; border: 7px solid #17151d; background: #17151d; border-radius: 29px; overflow: hidden; box-shadow: 0 24px 55px rgba(12,7,26,.5); transform: rotate(-4deg); }
.phone-mockup img { width: 100%; height: 100%; object-fit: cover; object-position: 40% center; }
.phone-speaker { position: absolute; z-index: 2; width: 55px; height: 13px; background: #17151d; border-radius: 0 0 10px 10px; top: 0; left: 50%; transform: translateX(-50%); }
.price-stamp { position: absolute; z-index: 4; right: 0; bottom: 28px; background: var(--lime); color: var(--ink); width: 156px; height: 156px; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; transform: rotate(8deg); box-shadow: 0 18px 50px rgba(22,10,54,.35); }
.price-stamp::after { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(23,21,31,.4); border-radius: 50%; }
.price-stamp small { font-weight: 800; letter-spacing: 1.5px; }.price-stamp strong { font: 800 25px/1 var(--display); margin-top: 7px; }
.orbit { position: absolute; border: 1px solid rgba(215,255,67,.25); border-radius: 50%; }.orbit-one { width: 380px; height: 380px; right: -80px; bottom: 0; }.orbit-two { width: 260px; height: 260px; left: -50px; top: 60px; }
.partner-note { position: absolute; bottom: 24px; left: clamp(20px, 6vw, 92px); font-size: 12px; color: rgba(255,255,255,.65); }.partner-note span { color: var(--lime); margin-right: 5px; }

.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 104px 0; }
.section-heading { max-width: 750px; margin-bottom: 48px; }
.kicker { color: var(--purple); margin-bottom: 15px; }.kicker::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.section-heading h2, .trust-intro h2 { font: 750 clamp(36px, 4.2vw, 58px)/1.02 var(--display); font-stretch: 90%; letter-spacing: -2.1px; margin-bottom: 0; }
.section-heading h2 span { color: var(--purple); }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem-card { padding: 26px; border-right: 1px solid var(--line); min-height: 278px; position: relative; }.problem-card:last-child { border-right: 0; }
.problem-card > b { font: 700 11px var(--display); color: var(--purple); }.icon-box { width: 46px; height: 46px; margin: 35px 0 25px; border-radius: 12px; display: grid; place-items: center; color: var(--purple); background: #ece7ff; font: 700 24px var(--display); }
.problem-card h3 { font: 700 20px/1.15 var(--display); letter-spacing: -.6px; margin-bottom: 12px; }.problem-card p { font-size: 14px; line-height: 1.55; color: var(--muted); margin: 0; }

.offer-wrap { padding: 0 20px 104px; }
.offer-card { width: min(1180px, 100%); margin: 0 auto; background: var(--lime); border-radius: 32px; padding: 24px 42px 42px; box-shadow: 0 22px 70px rgba(42,31,10,.09); position: relative; overflow: hidden; }
.offer-card::after { content: attr(data-watermark); position: absolute; right: -20px; bottom: -70px; color: rgba(23,21,31,.045); font: 800 240px var(--display); letter-spacing: -20px; }
.offer-topline { padding-bottom: 20px; border-bottom: 1px solid rgba(23,21,31,.18); display: flex; justify-content: space-between; font-size: 11px; font-weight: 800; letter-spacing: 1.4px; }.availability { letter-spacing: 0; }.availability::first-letter { color: #22a644; }
.offer-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-top: 40px; position: relative; z-index: 1; }.offer-layout > * { min-width: 0; }.offer-title > p { font: 700 26px var(--display); margin-bottom: 38px; }.offer-title > span { font-size: 14px; font-weight: 700; }.offer-title h2 { font: 780 clamp(62px, 7vw, 96px)/.9 var(--display); font-stretch: 82%; letter-spacing: -4px; margin: 3px 0 22px; overflow-wrap: anywhere; }.offer-note { max-width: 360px; line-height: 1.5; font-size: 14px; }
.offer-content ul { list-style: none; padding: 0; margin: 0 0 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.offer-content li { display: flex; gap: 9px; font-size: 14px; font-weight: 600; }.offer-content li span { width: 20px; height: 20px; display: grid; place-items: center; background: var(--ink); color: var(--lime); border-radius: 50%; font-size: 11px; flex: 0 0 auto; }.offer-content .button { width: 100%; }.offer-content small { display: block; margin-top: 11px; opacity: .65; }

.services-section { padding-top: 0; }.split-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 40px; }.split-heading > div { max-width: 760px; }.split-heading > p { width: 270px; color: var(--muted); line-height: 1.5; margin: 0 0 5px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.service-card { border: 1px solid var(--line); background: white; border-radius: 20px; padding: 25px; min-height: 275px; display: flex; flex-direction: column; transition: transform .25s, border-color .25s, box-shadow .25s; }.service-card:hover { transform: translateY(-6px); border-color: var(--purple); box-shadow: 0 18px 45px rgba(54,37,104,.1); }.service-card > span { color: var(--purple); font-size: 11px; font-weight: 800; letter-spacing: 1.3px; }.service-card h3 { font: 700 24px var(--display); letter-spacing: -.8px; margin: 16px 0 2px; }.service-card .service-price { color: var(--purple); font-weight: 800; margin-bottom: 18px; }.chips { display: flex; gap: 6px; flex-wrap: wrap; }.chips span { padding: 6px 8px; background: #f0edf6; border-radius: 6px; font-size: 10px; font-weight: 700; }.service-link { margin-top: auto; display: flex; justify-content: space-between; align-items: center; padding-top: 20px; font-weight: 800; font-size: 14px; }.service-link i { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-style: normal; }.text-link { display: inline-flex; gap: 8px; margin-top: 28px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }.text-link span { color: var(--purple); }

.usecase-section { background: var(--purple-dark); color: white; }.usecase-inner { padding: 96px 0; }.kicker-light { color: var(--lime); }.usecase-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.15); border-radius: 20px; overflow: hidden; }.usecase-grid > div { min-height: 155px; padding: 24px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); display: flex; flex-direction: column; }.usecase-grid > div:nth-child(4n) { border-right: 0; }.usecase-grid > div:nth-child(n+5) { border-bottom: 0; }.usecase-grid i { color: var(--lime); font: 400 23px var(--display); margin-bottom: auto; }.usecase-grid b { font: 700 18px var(--display); margin-bottom: 5px; }.usecase-grid small { color: rgba(255,255,255,.55); }

.portfolio-section { padding: 100px 0; overflow: hidden; }.portfolio-head { padding: 0; display: flex; justify-content: space-between; align-items: end; }.portfolio-head .section-heading { margin: 0; }.portfolio-head .text-link { flex: 0 0 auto; margin-bottom: 5px; }.marquee { margin-top: 48px; width: 100%; }.marquee-track { display: flex; gap: 16px; width: max-content; animation: marquee 36s linear infinite; }.marquee:hover .marquee-track { animation-play-state: paused; }.marquee article { width: min(580px, 76vw); padding: 10px 10px 17px; border-radius: 20px; background: white; border: 1px solid var(--line); }.marquee article img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 12px; }.marquee article div { padding: 15px 8px 0; display: flex; justify-content: space-between; align-items: center; }.marquee article b { font: 700 18px var(--display); }.marquee article span { color: var(--muted); font-size: 13px; }
@keyframes marquee { to { transform: translateX(calc(-50% - 8px)); } }

.process-section { padding-top: 20px; }.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }.process-grid article { position: relative; padding-right: 20px; }.process-grid b { color: var(--purple); font: 700 14px var(--display); }.process-grid article > span { display: block; margin: 17px 0 28px; height: 2px; background: var(--line); position: relative; }.process-grid article > span::before { content: ""; position: absolute; width: 10px; height: 10px; background: var(--purple); border: 4px solid var(--paper); border-radius: 50%; top: 50%; transform: translateY(-50%); }.process-grid h3 { font: 700 22px var(--display); margin-bottom: 8px; }.process-grid p { color: var(--muted); font-size: 14px; }

.trust-section { background: var(--purple); color: white; }.trust-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }.trust-intro h2 { margin: 8px 0 20px; }.trust-intro p { color: rgba(255,255,255,.58); }.trust-list article { display: grid; grid-template-columns: 50px 1fr; gap: 15px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.15); }.trust-list article:first-child { padding-top: 0; }.trust-list article b { color: var(--lime); font: 700 13px var(--display); }.trust-list h3 { font: 700 22px var(--display); margin-bottom: 7px; }.trust-list p { color: rgba(255,255,255,.58); margin: 0; font-size: 14px; }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }.faq-section .section-heading { position: sticky; top: 40px; align-self: start; }.faq-list details { border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { cursor: pointer; list-style: none; padding: 24px 0; font: 700 18px var(--display); display: flex; justify-content: space-between; gap: 20px; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--purple); font: 500 24px var(--body); transition: transform .2s; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list p { max-width: 580px; color: var(--muted); line-height: 1.6; padding-bottom: 23px; margin: -5px 0 0; }

.final-cta { min-height: 510px; padding: 90px 20px; background: var(--lime); text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; }.final-cta .kicker { color: var(--ink); }.final-cta h2 { max-width: 870px; font: 760 clamp(42px, 6vw, 78px)/.94 var(--display); font-stretch: 88%; letter-spacing: -3.5px; margin: 10px 0 20px; }.final-cta p { font-size: 18px; max-width: 570px; line-height: 1.5; }.final-cta .button { margin: 8px 0 14px; min-width: 330px; }.final-cta small { opacity: .65; }.cta-shape { position: absolute; width: 280px; height: 280px; border: 55px solid rgba(23,21,31,.05); border-radius: 50%; right: -80px; top: -100px; }
footer { min-height: 150px; padding: 40px clamp(20px, 6vw, 90px) 70px; background: var(--ink); color: white; display: flex; align-items: center; gap: 30px; }.brand-footer .brand-mark i { background: var(--purple); }.brand-footer + p { color: rgba(255,255,255,.55); }.brand-footer ~ span { margin-left: auto; color: rgba(255,255,255,.4); font-size: 12px; }
.mobile-sticky { display: none; }.config-alert { position: fixed; z-index: 100; left: 50%; bottom: 100px; transform: translateX(-50%); background: #24133d; color: white; padding: 12px 18px; border-radius: 10px; font-size: 13px; box-shadow: 0 10px 40px rgba(0,0,0,.3); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }.delay-1 { transition-delay: .1s; }.delay-2 { transition-delay: .2s; }.delay-3 { transition-delay: .3s; }

@media (max-width: 980px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-bottom: 80px; }.hero-copy { max-width: 750px; }.hero-visual { min-height: 510px; width: min(700px, 100%); margin: 0 auto; }.browser-mockup { width: 88%; right: -8%; }.phone-mockup { left: 3%; }.price-stamp { right: 3%; }
  .problem-grid { grid-template-columns: 1fr 1fr; }.problem-card:nth-child(2) { border-right: 0; }.problem-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .services-grid { grid-template-columns: 1fr 1fr; }.usecase-grid { grid-template-columns: 1fr 1fr; }.usecase-grid > div:nth-child(2n) { border-right: 0; }.usecase-grid > div:nth-child(-n+6) { border-bottom: 1px solid rgba(255,255,255,.12); }.usecase-grid > div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.12); }
  .trust-inner, .faq-section { grid-template-columns: 1fr; gap: 50px; }.faq-section .section-heading { position: static; }
}

@media (max-width: 640px) {
  body { padding-bottom: calc(82px + env(safe-area-inset-bottom)); }.site-header { height: 62px; padding: 0 16px; }.brand { font-size: 14px; gap: 8px; }.brand-mark { transform: scale(.78); transform-origin: left center; margin-right: -3px; }.header-cta { font-size: 0; }.header-cta span { width: 34px; height: 34px; font-size: 14px; }
  .hero { padding: 34px 16px 70px; gap: 30px; }.hero::after { width: 90vw; height: 90vw; }.hero-copy { min-width: 0; }.hero h1 { max-width: 10ch; font-size: clamp(36px, 10.7vw, 46px); line-height: .98; font-stretch: 84%; letter-spacing: -1.7px; margin-bottom: 18px; }.hero-copy > p { max-width: 35ch; font-size: 15px; line-height: 1.55; margin-bottom: 22px; }.eyebrow { max-width: 100%; font-size: 9px; letter-spacing: 1.2px; margin-bottom: 18px; white-space: normal; }.hero-actions { display: grid; grid-template-columns: minmax(0, 1fr); }.button { width: 100%; min-width: 0; min-height: 52px; padding-inline: 16px; gap: 10px; text-align: center; line-height: 1.25; }.hero-copy .microcopy { max-width: none; text-align: left; font-size: 11px; line-height: 1.5; margin: 12px 2px 18px; }.trust-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }.trust-row span { min-width: 0; font-size: 10px; padding: 8px; white-space: nowrap; }
  .hero-visual { min-height: 300px; width: 100%; overflow: hidden; border-radius: 18px; }.browser-mockup { width: 94%; max-width: none; right: -1%; top: 10px; border-width: 5px; transform: rotate(1.5deg); }.browser-mockup img { height: 202px; }.browser-bar { height: 20px; }.phone-mockup { width: 102px; height: 205px; left: 2px; bottom: 0; border-width: 5px; border-radius: 21px; }.price-stamp { width: 92px; height: 92px; right: 3px; bottom: 4px; }.price-stamp strong { max-width: 78px; font-size: 15px; letter-spacing: -.5px; text-align: center; overflow-wrap: anywhere; }.price-stamp small { font-size: 8px; }.orbit-one { width: 210px; height: 210px; right: -70px; }.orbit-two { width: 170px; height: 170px; left: -35px; }.partner-note { bottom: 18px; left: 16px; right: 16px; text-align: center; font-size: 10px; }
  .section { width: calc(100% - 32px); padding: 64px 0; }.section-heading { max-width: 100%; margin-bottom: 28px; }.section-heading h2, .trust-intro h2 { max-width: 15ch; font-size: clamp(29px, 8.5vw, 36px); line-height: 1.03; font-stretch: 88%; letter-spacing: -1.2px; }.kicker { max-width: 100%; font-size: 9px; letter-spacing: 1.15px; line-height: 1.4; }.kicker::before { flex: 0 0 22px; width: 22px; }
  .problem-grid { display: grid; grid-template-columns: 1fr; }.problem-card { border-right: 0; border-bottom: 1px solid var(--line); min-height: auto; padding: 20px 2px; display: grid; grid-template-columns: 34px minmax(0, 1fr); column-gap: 10px; }.problem-card:last-child { border-bottom: 0; }.problem-card > b { grid-row: 1 / 3; margin-top: 4px; }.icon-box { display: none; }.problem-card h3 { font-size: 18px; line-height: 1.15; margin: 0 0 7px; }.problem-card p { grid-column: 2; }
  .offer-wrap { padding: 0 10px 68px; }.offer-card { width: 100%; padding: 17px 18px 22px; border-radius: 20px; }.offer-layout { grid-template-columns: minmax(0, 1fr); gap: 24px; padding-top: 22px; }.offer-title, .offer-content, .offer-content ul, .offer-content li, .offer-content .button, .offer-content small { min-width: 0; max-width: 100%; }.offer-title > p { font-size: 19px; margin-bottom: 20px; }.offer-title h2 { max-width: 100%; font-size: clamp(41px, 12.5vw, 52px); line-height: .92; font-stretch: 78%; letter-spacing: -1.8px; overflow-wrap: anywhere; }.offer-note { margin-bottom: 0; max-width: 34ch; }.offer-content ul { grid-template-columns: minmax(0, 1fr); gap: 10px; }.offer-content li { font-size: 13px; }.offer-content .button { font-size: 12px; min-height: 52px; white-space: normal; }.offer-card::after { display: none; }.offer-topline { align-items: flex-start; gap: 8px; font-size: 8px; letter-spacing: .7px; line-height: 1.3; }.offer-topline > span { min-width: 0; }.availability { max-width: 44%; text-align: right; }
  .split-heading { display: block; }.split-heading > p { width: auto; max-width: 34ch; margin-top: 16px; }.services-grid { grid-template-columns: minmax(0, 1fr); }.service-card { min-width: 0; min-height: 225px; padding: 22px; }.service-card h3 { font-size: 22px; }.services-section .text-link { max-width: 100%; flex-wrap: wrap; font-size: 14px; line-height: 1.35; }
  .usecase-grid { grid-template-columns: 1fr 1fr; }.usecase-grid > div { min-width: 0; min-height: 132px; padding: 16px 13px; }.usecase-grid b { font-size: 14px; line-height: 1.25; overflow-wrap: anywhere; }.usecase-grid small { font-size: 10px; line-height: 1.35; }
  .portfolio-section { padding: 72px 0; }.portfolio-head { width: calc(100% - 32px); display: block; }.portfolio-head .text-link { max-width: 100%; margin-top: 22px; flex-wrap: wrap; }.marquee { margin-top: 32px; overflow: hidden; }.marquee article { width: min(82vw, 330px); }.marquee article div { align-items: start; flex-direction: column; gap: 3px; }
  .process-grid { grid-template-columns: 1fr 1fr; row-gap: 38px; }.process-grid h3 { font-size: 19px; }.process-grid article > span { margin-bottom: 19px; }
  .trust-inner { gap: 42px; }.trust-list article { padding: 20px 0; }.trust-list h3 { font-size: 19px; }
  .faq-section { gap: 12px; }.faq-list summary { min-width: 0; font-size: 16px; line-height: 1.25; }.faq-list summary span { flex: 0 0 auto; }.faq-list p { font-size: 14px; }
  .final-cta { min-height: 460px; padding: 64px 16px; }.final-cta h2 { max-width: 11ch; font-size: clamp(34px, 9.8vw, 42px); line-height: .98; font-stretch: 84%; letter-spacing: -1.5px; }.final-cta p { max-width: 34ch; font-size: 14px; }.final-cta .button { min-width: 0; max-width: 360px; font-size: 12px; }
  footer { flex-direction: column; align-items: flex-start; gap: 12px; padding-bottom: 40px; }.brand-footer ~ span { margin-left: 0; }
  .mobile-sticky { position: fixed; z-index: 90; display: grid; grid-template-columns: minmax(72px, auto) minmax(0, 1fr); gap: 10px; left: 8px; right: 8px; bottom: max(8px, env(safe-area-inset-bottom)); background: var(--ink); color: white; padding: 7px 7px 7px 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; box-shadow: 0 14px 45px rgba(17,10,26,.35); }.mobile-sticky > div { min-width: 0; display: flex; flex-direction: column; justify-content: center; }.mobile-sticky small { font-size: 8px; letter-spacing: 1.2px; color: rgba(255,255,255,.6); }.mobile-sticky b { color: var(--lime); font: 700 14px var(--display); white-space: nowrap; }.mobile-sticky a { min-width: 0; background: var(--lime); color: var(--ink); min-height: 48px; padding: 0 10px; border-radius: 9px; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 12px; font-weight: 800; text-align: center; }
}

@media (max-width: 359px) {
  .site-header { padding-inline: 13px; }.brand { font-size: 13px; gap: 6px; }.brand-mark { width: 22px; }
  .hero { padding-inline: 14px; }.hero h1 { font-size: 35px; letter-spacing: -1.4px; }
  .trust-row { grid-template-columns: 1fr; }
  .usecase-grid { grid-template-columns: 1fr; }.usecase-grid > div { min-height: 112px; border-right: 0 !important; border-bottom: 1px solid rgba(255,255,255,.12) !important; }.usecase-grid > div:last-child { border-bottom: 0 !important; }
  .process-grid { grid-template-columns: 1fr; row-gap: 24px; }.process-grid article { padding-right: 0; }
  .mobile-sticky { grid-template-columns: 72px minmax(0, 1fr); gap: 7px; left: 6px; right: 6px; padding-left: 10px; }.mobile-sticky a { font-size: 11px; gap: 6px; }.mobile-sticky b { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.marquee-track { animation-play-state: paused; }.reveal { opacity: 1; transform: none; transition: none; } }
