:root {
  --ink: #f7f4ff;
  --muted: #c9bedb;
  --dim: #9586ab;
  --canvas: #0d0619;
  --panel: #160a2a;
  --panel-2: #21103b;
  --line: rgba(220, 198, 255, .16);
  --violet: #8f2cf2;
  --violet-light: #bf7cff;
  --cyan: #23d4e4;
  --teal: #0b8f91;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--canvas);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--canvas); }
body::before { position: fixed; z-index: -2; inset: 0; content: ""; background: radial-gradient(circle at 76% -12%, rgba(113, 38, 195, .38), transparent 34rem), radial-gradient(circle at 4% 15%, rgba(29, 134, 153, .15), transparent 28rem), var(--canvas); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.section-shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.site-header { width: min(1240px, calc(100% - 48px)); height: 86px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 800; letter-spacing: -.035em; }
.brand-mark { display: grid; width: 31px; height: 31px; place-items: center; border: 2px solid #d7b2ff; border-radius: 10px; color: white; background: linear-gradient(135deg, #a64cff, #5712bc); box-shadow: 0 0 22px rgba(174, 80, 255, .35); font-size: 19px; font-weight: 900; }
nav { display: flex; align-items: center; gap: 26px; color: var(--muted); font-size: 14px; font-weight: 600; }
nav a:hover, .site-footer a:hover { color: white; }
.nav-cta { padding: 11px 16px; border: 1px solid rgba(190, 123, 255, .6); border-radius: 10px; background: rgba(138, 38, 230, .14); color: white; font-size: 14px; font-weight: 800; transition: transform .2s, background .2s; }
.nav-cta:hover { transform: translateY(-2px); background: rgba(138, 38, 230, .32); }

.hero { min-height: 650px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 54px; padding: 66px 0 82px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 17px; color: #d6baff; font-size: 12px; font-weight: 800; letter-spacing: .105em; text-transform: uppercase; }
.eyebrow span { width: 20px; height: 2px; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.06em; }
h1 { max-width: 650px; margin-bottom: 23px; font-size: clamp(47px, 6vw, 78px); line-height: .98; }
h1 em, h2 em { color: var(--violet-light); font-style: normal; }
.hero-intro { max-width: 555px; margin-bottom: 29px; color: var(--muted); font-size: 18px; line-height: 1.64; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 48px; padding: 0 20px; border-radius: 11px; font-size: 15px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: linear-gradient(105deg, #a632ef, #7823d5); box-shadow: 0 14px 32px rgba(128, 30, 227, .29); }
.button-primary:hover { box-shadow: 0 18px 38px rgba(142, 43, 238, .43); }
.button-quiet { border: 1px solid var(--line); color: #e5d8f7; background: rgba(255,255,255,.025); }
.button-quiet:hover { background: rgba(255,255,255,.07); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 18px; padding: 0; margin: 30px 0 0; color: var(--dim); font-size: 13px; list-style: none; }
.hero-notes li { white-space: nowrap; }
.hero-notes strong { color: #f0e7ff; }

.hero-visual { position: relative; height: 510px; min-width: 0; display: grid; place-items: center; }
.popup-frame { position: relative; z-index: 2; width: min(285px, 58%); overflow: hidden; border: 1px solid rgba(220, 188, 255, .56); border-radius: 22px; box-shadow: 0 34px 60px rgba(0, 0, 0, .48), 0 0 0 8px rgba(126, 39, 214, .09); transform: rotate(2.5deg); }
.popup-frame img { width: 100%; }
.hero-orbit { position: absolute; z-index: 0; border: 1px solid rgba(80, 222, 238, .23); border-radius: 50%; }
.orbit-one { width: 485px; height: 255px; transform: rotate(-26deg); background: radial-gradient(ellipse at 50% 50%, rgba(30, 204, 220, .13), transparent 66%); }
.orbit-two { width: 390px; height: 390px; border-color: rgba(169, 80, 255, .2); transform: rotate(24deg); }
.peg-shape { position: absolute; z-index: 1; width: 390px; height: 310px; }
.peg-shape svg { width: 100%; height: 100%; overflow: visible; }
.peg-shape path { fill: rgba(159, 77, 255, .11); stroke: #a754ff; stroke-width: 1; filter: drop-shadow(0 0 5px rgba(170, 78, 255, .9)); }
.peg-shape i { position: absolute; z-index: 2; width: 14px; height: 14px; border: 3px solid #ebddff; border-radius: 50%; background: #8127e6; box-shadow: 0 0 16px #b45dff; }
.peg-shape i:nth-of-type(1) { top: 11%; left: 13%; }
.peg-shape i:nth-of-type(2) { top: 22%; right: 15%; }
.peg-shape i:nth-of-type(3) { right: 22%; bottom: 12%; }
.peg-shape i:nth-of-type(4) { bottom: 22%; left: 19%; }
.floating-chip { position: absolute; z-index: 3; padding: 10px 12px; border: 1px solid rgba(128, 237, 240, .3); border-radius: 9px; background: rgba(18, 10, 37, .88); box-shadow: 0 12px 28px rgba(0, 0, 0, .24); color: #c6fbff; font-size: 12px; font-weight: 700; backdrop-filter: blur(10px); }
.chip-top { top: 68px; right: -5px; }
.chip-bottom { bottom: 55px; left: 1px; }

.proof { display: flex; align-items: center; justify-content: space-between; gap: 34px; padding: 24px 29px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); }
.proof > p { max-width: 540px; margin: 0; font-size: 14px; line-height: 1.55; }
.proof-items { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 15px; color: #e8d9ff; font-size: 12px; font-weight: 700; }
.proof-items span::first-letter { color: var(--cyan); }

.intro { padding: 158px 0 137px; }
.section-heading { max-width: 710px; }
h2 { margin-bottom: 0; font-size: clamp(38px, 5vw, 60px); line-height: 1.02; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; }
.steps article { min-height: 216px; padding: 27px; border: 1px solid var(--line); border-radius: 15px; background: linear-gradient(145deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .015)); }
.step-number, .feature-kicker { color: var(--violet-light); font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.steps h3 { margin: 26px 0 11px; font-size: 19px; letter-spacing: -.025em; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.58; }

.features { padding: 38px 0 146px; }
.feature-heading { margin-bottom: 73px; }
.feature-heading > p:last-child { max-width: 590px; margin: 23px 0 0; color: var(--muted); font-size: 17px; line-height: 1.62; }
.feature-row { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 72px; margin: 0 0 130px; }
.feature-row.is-reversed { grid-template-columns: 1.2fr .8fr; }
.feature-row.is-reversed .feature-copy { grid-column: 2; grid-row: 1; }
.feature-row.is-reversed .feature-media { grid-column: 1; grid-row: 1; }
.feature-copy h3 { margin: 16px 0; font-size: clamp(29px, 3.2vw, 43px); letter-spacing: -.055em; line-height: 1.02; }
.feature-copy > p:not(.feature-kicker) { color: var(--muted); font-size: 16px; line-height: 1.66; }
.feature-copy ul { display: grid; gap: 11px; padding: 0; margin: 24px 0 0; color: #e7ddf6; font-size: 14px; list-style: none; }
.feature-copy li::before { content: "✦"; margin-right: 10px; color: var(--cyan); }
.feature-media { position: relative; overflow: hidden; margin: 0; border: 1px solid rgba(217, 192, 255, .28); border-radius: 15px; box-shadow: 0 34px 58px rgba(0, 0, 0, .36); background: #24123d; }
.feature-media::after { position: absolute; inset: 0; content: ""; border: 1px solid rgba(255,255,255,.17); border-radius: inherit; pointer-events: none; }
.feature-media img { width: 100%; aspect-ratio: 1.755; object-fit: cover; }
.tilt-left { transform: rotate(-1.5deg); }
.tilt-right { transform: rotate(1.5deg); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 21px; }
.feature-card { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: linear-gradient(150deg, rgba(36, 16, 63, .72), rgba(19, 10, 35, .76)); }
.feature-card figure { margin: 0; border-bottom: 1px solid var(--line); background: #073d42; }
.feature-card img { width: 100%; aspect-ratio: 1.755; object-fit: cover; }
.feature-card > div { padding: 27px; }
.feature-card h3 { margin: 12px 0; font-size: 25px; letter-spacing: -.045em; }
.feature-card p:last-child { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.62; }

.capture-modes { display: grid; grid-template-columns: .83fr 1.17fr; gap: 96px; padding: 80px 0 145px; border-top: 1px solid var(--line); }
.mode-list { border-top: 1px solid var(--line); }
.mode-list article { display: grid; grid-template-columns: 44px 1fr; gap: 15px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.mode-list article > span { color: var(--violet-light); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; }
.mode-list h3 { margin: 0 0 6px; font-size: 17px; letter-spacing: -.025em; }
.mode-list p { margin: 0; color: var(--muted); font-size: 14px; }

.privacy { display: grid; grid-template-columns: 178px 1fr; align-items: center; gap: 62px; padding: 84px; border: 1px solid rgba(81, 218, 220, .25); border-radius: 22px; background: linear-gradient(120deg, rgba(4, 79, 85, .7), rgba(33, 15, 61, .62)); box-shadow: inset 0 1px 0 rgba(255,255,255,.07); }
.privacy-mark { display: grid; width: 150px; height: 150px; place-items: center; border: 2px solid rgba(46, 228, 234, .7); border-radius: 50%; background: radial-gradient(circle at 42% 35%, rgba(72, 237, 243, .28), rgba(25, 117, 135, .12) 45%, transparent 70%); box-shadow: 0 0 60px rgba(33, 213, 222, .18); }
.privacy-mark span { display: grid; width: 66px; height: 66px; place-items: center; border: 2px solid var(--cyan); border-radius: 20px; color: var(--cyan); font-size: 38px; font-weight: 900; }
.privacy h2 { font-size: clamp(34px, 4.2vw, 52px); }
.privacy p:not(.eyebrow) { max-width: 690px; margin: 22px 0; color: #d2ecee; font-size: 16px; line-height: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: #a8f3f4; font-size: 14px; font-weight: 800; }
.text-link:hover { color: white; }

.developer { display: grid; grid-template-columns: 340px 1fr; align-items: center; gap: 95px; padding: 152px 0; }
.developer-photo { position: relative; width: min(100%, 310px); aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(211, 169, 255, .4); border-radius: 50%; box-shadow: 26px 30px 0 rgba(111, 34, 197, .16); }
.developer-photo::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(150deg, rgba(144, 39, 245, .12), transparent 55%); pointer-events: none; }
.developer-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.developer-copy h2 { margin-bottom: 23px; }
.developer-copy > p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 17px; line-height: 1.72; }
.developer-copy .text-link { margin-top: 12px; color: #dac5ff; }

.final-cta { position: relative; overflow: hidden; padding: 105px 30px 109px; border-radius: 25px 25px 0 0; background: radial-gradient(circle at 50% 20%, rgba(203, 101, 255, .43), transparent 30%), linear-gradient(120deg, #431086, #17062e 56%, #0d4d58); text-align: center; }
.final-cta h2 { position: relative; max-width: 760px; margin: 0 auto 19px; font-size: clamp(40px, 5vw, 65px); }
.final-cta > p:not(.eyebrow) { position: relative; max-width: 540px; margin: 0 auto 30px; color: #e4d8f7; font-size: 16px; line-height: 1.6; }
.final-cta .eyebrow { position: relative; justify-content: center; color: #e7d7ff; }
.final-peg-shape { position: absolute; inset: -180px auto auto 50%; width: 410px; height: 300px; transform: translateX(-50%) rotate(20deg); border: 1px solid rgba(185, 252, 255, .28); border-radius: 44% 54% 47% 53%; }
.final-peg-shape span { position: absolute; width: 13px; height: 13px; border-radius: 50%; background: #bcfaff; box-shadow: 0 0 18px #65f0ff; }
.final-peg-shape span:nth-child(1) { left: 10%; top: 17%; }.final-peg-shape span:nth-child(2) { right: 14%; top: 28%; }.final-peg-shape span:nth-child(3) { right: 20%; bottom: 15%; }.final-peg-shape span:nth-child(4) { left: 16%; bottom: 22%; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; min-height: 118px; color: var(--dim); font-size: 13px; }
.site-footer > p { margin: 0; text-align: center; }
.site-footer > div { display: flex; justify-content: flex-end; gap: 18px; }

.legal-content { max-width: 800px; padding: 76px 0 118px; }
.legal-content h1 { max-width: 680px; margin: 0; font-size: clamp(48px, 6vw, 72px); line-height: .98; letter-spacing: -.065em; }
.legal-content h1 em { color: var(--violet-light); font-style: normal; }
.legal-updated { margin: 14px 0 33px; color: var(--dim); font-size: 13px; }
.legal-lead { max-width: 670px; margin: 0 0 55px; color: #e3daf0; font-size: 18px; line-height: 1.65; }
.legal-content section { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 13px; font-size: clamp(23px, 3vw, 31px); letter-spacing: -.045em; }
.legal-content p { max-width: 730px; margin: 0 0 13px; color: var(--muted); font-size: 15px; line-height: 1.72; }
.legal-content p:last-child { margin-bottom: 0; }
.legal-content a { color: #a8f3f4; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(168, 243, 244, .35); text-underline-offset: 3px; }
.legal-content a:hover { color: white; }

.support-hero { min-height: 525px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; padding: 64px 0 77px; }
.support-hero h1 { margin-bottom: 21px; font-size: clamp(45px, 5.6vw, 72px); }
.support-hero > div:first-child > p:not(.eyebrow) { max-width: 570px; margin-bottom: 28px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.support-jump-links { display: flex; flex-wrap: wrap; gap: 11px; }
.support-jump-links a { padding: 10px 13px; border: 1px solid var(--line); border-radius: 9px; color: #e3d6f7; font-size: 13px; font-weight: 800; }
.support-jump-links a:hover { border-color: rgba(106, 238, 241, .5); color: white; }
.support-art { position: relative; height: 330px; display: grid; place-items: center; }
.support-art::before { position: absolute; width: 270px; height: 270px; border: 1px solid rgba(37, 215, 226, .22); border-radius: 50%; content: ""; box-shadow: 0 0 70px rgba(71, 25, 180, .32); }
.support-art-shape { position: relative; z-index: 1; display: grid; width: 190px; height: 170px; place-items: center; border: 2px solid var(--cyan); border-radius: 40% 50% 43% 54%; background: rgba(72, 28, 125, .25); box-shadow: 0 0 28px rgba(39, 218, 228, .2); transform: rotate(-7deg); }
.support-art-shape strong { color: #fff; font-size: 64px; transform: rotate(7deg); }
.support-art-shape b { position: absolute; width: 15px; height: 15px; border-radius: 50%; background: #e7fbff; box-shadow: 0 0 16px var(--cyan); }
.support-art-shape b:nth-of-type(1) { top: -8px; left: 20px; }.support-art-shape b:nth-of-type(2) { top: 11px; right: -7px; }.support-art-shape b:nth-of-type(3) { right: 20px; bottom: -7px; }.support-art-shape b:nth-of-type(4) { bottom: 14px; left: -7px; }
.support-art-label { position: absolute; z-index: 2; padding: 9px 12px; border: 1px solid rgba(186, 138, 255, .36); border-radius: 8px; background: rgba(24, 10, 46, .88); box-shadow: 0 12px 28px rgba(0,0,0,.22); color: #d9c6ff; font-size: 12px; font-weight: 700; }
.label-one { top: 61px; left: 8px; }.label-two { right: 1px; bottom: 53px; color: #baf8fa; border-color: rgba(91, 239, 240, .34); }

.form-section { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 70px; padding: 100px 0; border-top: 1px solid var(--line); }
.feedback-section { padding-bottom: 122px; }
.form-intro { position: sticky; top: 34px; }
.form-intro h2 { margin-bottom: 20px; font-size: clamp(35px, 4vw, 52px); }
.form-intro > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.7; }
.form-intro .form-note { margin-top: 26px; padding: 14px 15px; border: 1px solid rgba(48, 215, 222, .2); border-radius: 10px; background: rgba(6, 80, 87, .2); color: #bcebed; font-size: 13px; line-height: 1.55; }
.peg-form { display: grid; gap: 20px; padding: 31px; border: 1px solid var(--line); border-radius: 17px; background: linear-gradient(150deg, rgba(40, 18, 70, .74), rgba(16, 10, 30, .92)); box-shadow: 0 24px 50px rgba(0,0,0,.17); }
.peg-form label, .rating-fieldset legend { display: grid; gap: 9px; color: #f0e9fc; font-size: 13px; font-weight: 750; }
.peg-form label > span, .rating-fieldset legend span { color: var(--dim); font-size: 11px; font-weight: 600; }
.peg-form input:not([type="radio"]):not([type="checkbox"]), .peg-form textarea, .peg-form select { width: 100%; border: 1px solid rgba(205, 174, 242, .3); border-radius: 9px; outline: none; background: rgba(7, 4, 16, .38); color: white; font: inherit; font-size: 14px; transition: border-color .2s, box-shadow .2s; }
.peg-form input:not([type="radio"]):not([type="checkbox"]), .peg-form select { min-height: 45px; padding: 0 13px; }
.peg-form textarea { padding: 12px 13px; resize: vertical; line-height: 1.55; }
.peg-form select { appearance: auto; }
.peg-form input::placeholder, .peg-form textarea::placeholder { color: #8f7ba4; }
.peg-form input:focus, .peg-form textarea:focus, .peg-form select:focus { border-color: rgba(79, 226, 233, .84); box-shadow: 0 0 0 3px rgba(41, 212, 222, .11); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.rating-fieldset { padding: 0; border: 0; margin: 0; }
.rating-fieldset legend { padding: 0; margin-bottom: 8px; }
.star-rating { display: inline-flex; flex-direction: row-reverse; justify-content: flex-end; gap: 4px; }
.star-rating input { position: absolute; opacity: 0; }
.star-rating label { display: block; cursor: pointer; color: #5c4771; font-size: 37px; line-height: 1; transition: color .15s, transform .15s; }
.star-rating label:hover, .star-rating label:hover ~ label, .star-rating input:checked + label, .star-rating input:checked ~ label { color: #ffd65a; text-shadow: 0 0 14px rgba(255, 208, 77, .3); }
.star-rating label:hover { transform: translateY(-2px); }
.star-rating input:focus-visible + label { outline: 2px solid var(--cyan); outline-offset: 3px; }
.consent { grid-template-columns: 17px 1fr; align-items: start; gap: 10px !important; color: var(--muted) !important; font-size: 12px !important; font-weight: 600 !important; line-height: 1.55; }
.consent input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--violet-light); }
.peg-form .button { justify-self: start; border: 0; cursor: pointer; }
.support-faq { padding: 86px 0 137px; border-top: 1px solid var(--line); }
.support-faq h2 { margin-bottom: 48px; }
.support-faq > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.support-faq article { padding: 24px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.025); }
.support-faq h3 { margin-bottom: 12px; font-size: 17px; letter-spacing: -.025em; }.support-faq p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
kbd { display: inline-block; padding: 1px 4px; border: 1px solid rgba(211, 190, 238, .35); border-radius: 4px; color: #e8dbfa; background: rgba(255,255,255,.05); font: 10px ui-monospace, monospace; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.thanks-body { display: grid; min-height: 100vh; place-items: center; }.thanks { max-width: 680px; padding: 56px 0; text-align: center; }.thanks .brand { justify-content: center; margin-bottom: 58px; }.thanks-mark { display: grid; width: 74px; height: 74px; place-items: center; margin: 0 auto 25px; border: 2px solid var(--cyan); border-radius: 50%; color: var(--cyan); box-shadow: 0 0 32px rgba(32, 218, 230, .22); font-size: 38px; }.thanks .eyebrow { justify-content: center; }.thanks h1 { max-width: 650px; font-size: clamp(41px, 6vw, 66px); }.thanks > p:not(.eyebrow) { max-width: 550px; margin: 0 auto 28px; color: var(--muted); font-size: 16px; line-height: 1.65; }

@media (max-width: 820px) {
  .section-shell, .site-header { width: min(100% - 34px, 600px); }
  .site-header { height: 73px; }
  nav { display: none; }
  .nav-cta { padding: 9px 12px; }
  .hero { grid-template-columns: 1fr; gap: 26px; padding-top: 54px; text-align: center; }
  .hero .eyebrow, .hero-actions { justify-content: center; }
  .hero-intro { margin-right: auto; margin-left: auto; }
  .hero-notes { justify-content: center; }
  .hero-visual { height: 435px; }
  .popup-frame { width: 235px; }
  .peg-shape { width: 325px; height: 270px; }
  .floating-chip { font-size: 11px; }
  .chip-top { right: 0; top: 44px; }.chip-bottom { bottom: 35px; left: 0; }
  .proof { display: block; padding: 23px; text-align: center; }.proof-items { justify-content: center; margin-top: 15px; }
  .intro { padding: 105px 0; }.steps { grid-template-columns: 1fr; margin-top: 38px; }.steps article { min-height: 0; }
  .features { padding-bottom: 105px; }.feature-heading { margin-bottom: 46px; }
  .feature-row, .feature-row.is-reversed { grid-template-columns: 1fr; gap: 31px; margin-bottom: 78px; }
  .feature-row.is-reversed .feature-copy, .feature-row.is-reversed .feature-media { grid-column: auto; grid-row: auto; }
  .feature-row.is-reversed .feature-copy { order: 0; }.feature-row.is-reversed .feature-media { order: 1; }
  .feature-grid { grid-template-columns: 1fr; }
  .capture-modes { grid-template-columns: 1fr; gap: 45px; padding: 65px 0 105px; }
  .privacy { grid-template-columns: 1fr; gap: 27px; padding: 43px 28px; }.privacy-mark { width: 105px; height: 105px; }.privacy-mark span { width: 47px; height: 47px; border-radius: 14px; font-size: 27px; }
  .developer { grid-template-columns: 1fr; gap: 42px; padding: 108px 0; }.developer-photo { width: 228px; }
  .legal-content { padding: 58px 0 86px; }.legal-lead { margin-bottom: 42px; }
  .support-hero { grid-template-columns: 1fr; gap: 12px; padding-top: 50px; text-align: center; }.support-hero .eyebrow { justify-content: center; }.support-hero > div:first-child > p:not(.eyebrow) { margin-right: auto; margin-left: auto; }.support-jump-links { justify-content: center; }.support-art { height: 270px; }.form-section { grid-template-columns: 1fr; gap: 36px; padding: 78px 0; }.form-intro { position: static; }.support-faq { padding: 78px 0 110px; }.support-faq > div { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; padding: 30px 0; text-align: center; }.site-footer .brand, .site-footer > div { justify-content: center; }.site-footer > p { order: 3; }
}

@media (max-width: 430px) {
  .section-shell, .site-header { width: min(100% - 28px, 600px); }
  h1 { font-size: 45px; }.hero-intro { font-size: 16px; }.hero-notes { gap: 9px 13px; }.hero-visual { height: 365px; }.popup-frame { width: 203px; }.peg-shape { width: 280px; height: 235px; }.orbit-one { width: 345px; height: 210px; }.orbit-two { width: 290px; height: 290px; }.floating-chip { padding: 8px; }.chip-top { right: -8px; }.chip-bottom { left: -8px; }
  .field-row { grid-template-columns: 1fr; }.peg-form { padding: 22px; }.support-art { transform: scale(.86); }.support-hero { min-height: 0; }.thanks .brand { margin-bottom: 46px; }
  .feature-card > div { padding: 22px; }.final-cta { width: 100%; padding: 82px 22px; border-radius: 18px 18px 0 0; }
}
