/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.static{position:static}.start{inset-inline-start:var(--spacing)}.block{display:block}}:root{--ink:#102a2d;--ink-2:#17383a;--paper:#f7f1e7;--paper-2:#fffaf2;--white:#fffdf8;--coral:#ed684f;--coral-dark:#d94e37;--mint:#b8d8c5;--gold:#f2bd57;--muted:#66706d;--line:#102a2d29;--shadow:0 24px 70px #102a2d21}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}.shell{width:min(1160px,100% - 40px);margin:0 auto}.site-header{z-index:50;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f7f1e7eb;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:24px;min-height:76px;display:flex;position:relative}.brand{letter-spacing:-.03em;align-items:center;gap:11px;font-weight:850;display:inline-flex}.brand-mark{background:var(--ink);width:36px;height:36px;color:var(--paper-2);border-radius:11px 11px 11px 2px;place-items:center;font-family:Georgia,Times New Roman,serif;font-size:21px;font-style:italic;display:grid}.nav-links{align-items:center;gap:32px;font-size:14px;font-weight:700;display:flex}.nav-links a{border-bottom:1px solid #0000}.nav-links a:hover{border-color:var(--ink)}.mobile-menu{display:none}.button{cursor:pointer;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:12px;min-height:48px;padding:0 20px;font-weight:800;line-height:1;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #ed684f66}.button-small{min-height:40px;padding-inline:17px;font-size:14px}.button-dark{background:var(--ink);color:var(--white);box-shadow:0 10px 24px #102a2d29}.button-dark:hover{background:#081c1e}.button-coral{background:var(--coral);color:#25110e;box-shadow:0 12px 30px #ed684f42}.button-coral:hover{background:#f27860}.button-outline{border-color:var(--ink);color:var(--ink);background:0 0}.button-outline:hover{background:var(--ink);color:var(--white)}.text-link{border-bottom:1px solid;font-weight:800}.hero{background:radial-gradient(circle at 82% 18%,#f2bd5733,#0000 30%),linear-gradient(120deg,#102a2d,#263d3b 56%,#715a43);min-height:720px;padding:96px 0 104px;position:relative;overflow:hidden}.hero-video,.hero-video-overlay{width:100%;height:100%;position:absolute;inset:0}.hero-video{object-fit:cover;object-position:center 48%}.hero-video-overlay{background:linear-gradient(90deg,#071b1df0,#071b1ddb 38%,#071b1d8c 66%,#071b1d6b),linear-gradient(#0614162e,#0614167a)}.hero:before{content:"";pointer-events:none;z-index:1;opacity:.22;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='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");position:absolute;inset:0}.hero-grid{z-index:2;grid-template-columns:1.05fr .95fr;align-items:center;gap:72px;display:grid;position:relative}.eyebrow{border:1px solid var(--line);letter-spacing:.08em;text-transform:uppercase;background:#fffdf8ad;border-radius:999px;align-items:center;gap:9px;padding:8px 12px;font-size:12px;font-weight:850;display:inline-flex}.hero .eyebrow{color:var(--white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#071b1d5c;border-color:#fffdf842}.status-dot{background:#2ca66f;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #2ca66f21}.guide-hero h1,.hero h1{letter-spacing:-.057em;margin:26px 0 24px;font-family:Georgia,Times New Roman,serif;font-size:clamp(58px,7vw,94px);font-weight:500;line-height:.94}.hero h1{color:var(--white);text-shadow:0 2px 28px #05121433}.hero h1 em{color:#ff9d87;font-weight:500}.hero-lede{color:#fffdf8d1;max-width:635px;margin:0;font-size:19px;line-height:1.65}.hero-actions{align-items:center;gap:28px;margin-top:34px;display:flex}.hero .text-link{color:var(--white)}.microcopy{color:#fffdf8a8;margin:16px 0 0;font-size:13px}.hero-visual{min-height:570px;position:relative}.paper-card{background:var(--white);width:86%;min-height:240px;box-shadow:var(--shadow);border:1px solid #102a2d24;padding:28px 32px;position:absolute}.paper-card p{margin:29px 0 0;font-family:Georgia,Times New Roman,serif;font-size:25px;line-height:1.52}.paper-before{color:#63706e;top:2px;left:2px;transform:rotate(-2.2deg)}.paper-after{z-index:2;border-color:#ed684f57;bottom:52px;right:0;transform:rotate(1.6deg)}.paper-after:before{content:"";background:#f2bd5791;width:84px;height:24px;position:absolute;top:-8px;right:36px;transform:rotate(-4deg)}.paper-label{letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:8px;font-size:12px;font-weight:850;display:flex}.paper-dot{background:var(--coral);border-radius:50%;width:9px;height:9px}.paper-dot.muted{background:#aeb7b5}.strike{background:#ed684fb8;height:3px;position:absolute;transform:rotate(-2deg)}.strike-one{width:76%;top:118px;left:30px}.strike-two{width:59%;top:158px;left:42px}.hand-note{color:var(--coral-dark);font-family:Bradley Hand,Segoe Print,cursive;font-size:17px;position:absolute;bottom:15px;right:24px;transform:rotate(-4deg)}.voice-file{z-index:4;background:var(--mint);border:1px solid #102a2d29;border-radius:9px;align-items:center;gap:15px;min-width:350px;padding:17px 20px;display:flex;position:absolute;bottom:0;right:12px;transform:rotate(-1deg);box-shadow:0 12px 32px #102a2d24}.file-icon{border:1px solid #102a2d4d;border-radius:5px;place-items:center;width:38px;height:38px;font-family:ui-monospace,monospace;font-size:13px;font-weight:800;display:grid}.voice-file small,.voice-file strong{display:block}.voice-file strong{letter-spacing:-.02em;font-size:13px}.voice-file small{color:#415856;margin-top:2px}.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white)}.trust-grid{grid-template-columns:repeat(4,1fr);display:grid}.trust-grid div{border-right:1px solid var(--line);flex-direction:column;justify-content:center;min-height:110px;padding:23px 28px;display:flex}.trust-grid div:first-child{border-left:1px solid var(--line)}.trust-grid strong{font-family:Georgia,Times New Roman,serif;font-size:28px;line-height:1}.trust-grid span{color:var(--muted);margin-top:7px;font-size:12px;font-weight:700}.section{padding:108px 0}.guide-section[id],.section[id]{scroll-margin-top:96px}.section-heading{max-width:720px}.split-heading{grid-template-columns:1.1fr .75fr;align-items:end;gap:90px;max-width:none;display:grid}.guide-step,.kicker{color:var(--coral-dark);letter-spacing:.11em;text-transform:uppercase;font-size:12px;font-weight:850}.beta-cta h2,.guide-content h2,.section h2{letter-spacing:-.045em;margin:13px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(40px,5vw,62px);font-weight:500;line-height:1.05}.section-heading>p,.split-heading>p{color:var(--muted);margin:20px 0 0;font-size:17px}.steps-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:54px;display:grid}.step-card{border:1px solid var(--line);background:#fffdf8a6;border-radius:12px;min-height:355px;padding:34px;position:relative;overflow:hidden}.step-card.featured{background:var(--mint)}.step-number{color:#102a2d70;font-family:ui-monospace,monospace;font-size:12px;font-weight:800;position:absolute;top:23px;right:26px}.step-icon{background:var(--ink);width:52px;height:52px;color:var(--white);border-radius:50%;place-items:center;font-size:24px;display:grid}.download-card h3,.step-card h3{letter-spacing:-.035em;margin:54px 0 14px;font-family:Georgia,Times New Roman,serif;font-size:29px}.download-card p,.step-card p{color:#4f605e}code{background:#102a2d14;border-radius:4px;padding:2px 5px;font-size:.88em}.section-ink{background:var(--ink);color:var(--white)}.safeguard-grid{grid-template-columns:1fr .85fr;align-items:center;gap:96px;display:grid}.kicker-light{color:#ffc1b4}.ink-lede{color:#c5d2cf;max-width:650px;font-size:18px}.safeguards{border-top:1px solid #ffffff2e}.safeguards>div{border-bottom:1px solid #ffffff2e;grid-template-columns:38px 1fr;gap:13px;padding:23px 0;display:grid}.safeguards span{background:var(--mint);width:26px;height:26px;color:var(--ink);border-radius:50%;place-items:center;font-weight:900;display:grid}.safeguards p{color:#c5d2cf;margin:0}.safeguards strong{color:var(--white);margin-bottom:3px;display:block}.downloads-section{background:var(--paper-2)}.download-grid{grid-template-columns:repeat(3,1fr);gap:22px;margin-top:48px;display:grid}.download-card{border:1px solid var(--line);background:var(--white);border-radius:14px;flex-direction:column;min-height:450px;padding:34px;display:flex;box-shadow:0 18px 50px #102a2d14}.platform-mark{border-radius:12px;flex:none;place-items:center;width:46px;height:46px;font-family:Georgia,Times New Roman,serif;font-size:23px;font-weight:700;display:grid}.claude-mark{color:#3b2118;background:#e6b8a2}.openai-mark{background:var(--mint);color:var(--ink)}.codex-mark{background:var(--gold);color:var(--ink)}.platform-tag{color:var(--coral-dark);letter-spacing:.08em;text-transform:uppercase;margin-top:24px;font-size:11px;font-weight:850;display:inline-block}.download-card h3{margin-top:7px;font-size:36px}.download-card .button{width:100%;margin-top:auto}.download-card small{color:var(--muted);text-align:center;margin-top:12px}.guide-callout{border:1px solid var(--line);background:#f3e7d5;border-radius:12px;justify-content:space-between;align-items:center;gap:24px;margin-top:22px;padding:22px 25px;display:flex}.guide-callout>div{align-items:center;gap:14px;display:flex}.guide-callout p{color:#425451;margin:0}.guide-callout strong{color:var(--ink);display:block}.guide-icon{border:1px solid var(--ink);border-radius:50%;place-items:center;width:36px;height:36px;font-family:Georgia,serif;font-weight:700;display:grid}.beta-cta{padding-top:80px;padding-bottom:80px}.beta-cta-inner{background:var(--gold);border-radius:16px;grid-template-columns:1fr auto;align-items:center;gap:48px;padding:56px 64px;display:grid}.beta-cta h2{font-size:clamp(38px,4vw,54px)}.beta-cta p{color:#58471f;max-width:720px;margin-bottom:0}.site-footer{color:var(--white);background:#091d1f;padding:58px 0}.footer-grid{grid-template-columns:1.2fr .6fr .8fr;align-items:start;gap:48px;display:grid}.footer-brand .brand-mark{background:var(--paper);color:var(--ink)}.footer-grid p{color:#aebdba}.footer-links{flex-direction:column;gap:12px;font-size:14px;font-weight:700;display:flex}.footer-links a:hover{color:#ffc1b4}.footer-note{text-align:right;margin:0;font-size:13px}.guide-hero{background:radial-gradient(circle at 80% 20%,#b8d8c599,transparent 32%),var(--paper-2);border-bottom:1px solid var(--line);padding:88px 0 74px}.guide-hero-grid{grid-template-columns:1fr 290px;align-items:end;gap:80px;display:grid}.guide-hero h1{max-width:850px;font-size:clamp(48px,6vw,78px)}.guide-hero p{max-width:720px;color:var(--muted);margin:0;font-size:18px}.time-card{border:1px solid var(--line);background:var(--white);border-radius:12px;padding:28px;box-shadow:0 15px 40px #102a2d14}.time-card span,.time-card strong{display:block}.time-card span{color:var(--coral-dark);letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:850}.time-card strong{margin-top:7px;font-family:Georgia,serif;font-size:36px}.time-card p{margin-top:6px;font-size:14px}.guide-body{background:var(--white)}.guide-layout{grid-template-columns:220px 1fr;align-items:start;gap:80px;display:grid}.guide-nav{flex-direction:column;gap:11px;font-size:14px;display:flex;position:sticky;top:108px}.guide-nav span{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:850}.guide-nav a{border-left:2px solid var(--line);color:#526361;padding:8px 10px}.guide-nav a:hover{border-color:var(--coral);color:var(--ink)}.guide-content{max-width:790px}.quick-start-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin:30px 0;display:grid}.quick-start-grid>div{border:1px solid var(--line);background:#fbf7ef;border-radius:10px;padding:20px}.quick-start-grid strong{background:var(--ink);width:34px;height:34px;color:var(--white);border-radius:50%;place-items:center;font-family:Georgia,serif;font-size:18px;display:grid}.quick-start-grid p{margin:16px 0 0;font-size:14px}.guide-section{border-bottom:1px solid var(--line);margin-bottom:68px;padding:0 0 68px;scroll-margin-top:110px}.guide-content h2{margin-bottom:22px;font-size:clamp(36px,4vw,52px)}.guide-content li,.guide-content p{color:#4e605d;font-size:16px}.privacy-callout{background:#fff1eb;border:1px solid #d94e3757;border-radius:10px;grid-template-columns:32px 1fr;gap:13px;margin:26px 0;padding:20px 22px;display:grid}.privacy-callout span{background:var(--coral);border-radius:50%;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.privacy-callout p{color:#6a3a31;margin:0}.install-options{gap:16px;margin-top:34px;display:grid}.install-options article{border:1px solid var(--line);background:#fbf7ef;border-radius:12px;grid-template-columns:180px 1fr auto;align-items:center;gap:26px;padding:26px;display:grid}.install-title{align-items:center;gap:13px;display:flex}.install-title small,.install-title strong{display:block}.install-title small{color:var(--muted)}.install-options ol{margin:0;padding-left:21px}.install-options li{margin:4px 0;font-size:14px}.install-options .button{text-align:center;max-width:220px;font-size:13px}.fine-print{font-size:13px!important}.test-heading{align-items:center;gap:22px;display:flex}.test-count{background:var(--ink);width:64px;height:64px;color:var(--white);border-radius:50%;flex:none;place-items:center;font-family:Georgia,serif;font-size:22px;display:grid}.test-heading h2{margin-top:4px}.prompt-card{border-left:5px solid var(--coral);background:#f4eee4;border-radius:0 10px 10px 0;margin:26px 0;padding:22px 24px}.prompt-card span{color:var(--coral-dark);letter-spacing:.09em;text-transform:uppercase;font-size:11px;font-weight:850;display:block}.prompt-card p{color:var(--ink);margin:8px 0 0;font-family:Georgia,serif;font-size:19px}.prompt-dark{border-color:var(--mint);background:var(--ink)}.prompt-dark span{color:#c7eed6}.prompt-dark p{color:var(--white)}.check-list{border:1px solid var(--line);border-radius:10px;padding:20px 24px}.check-list p{color:var(--ink);margin-top:0;font-weight:800}.check-list ul{margin-bottom:0}.feedback-section{border-bottom:0;margin-bottom:0;padding-bottom:0}.feedback-form{border:1px solid var(--line);background:var(--paper);border-radius:14px;margin-top:34px;padding:32px}.form-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.feedback-form label,.feedback-form legend{color:var(--ink);font-size:14px;font-weight:800;display:block}.feedback-form input[type=text],.feedback-form select,.feedback-form textarea{background:var(--white);width:100%;color:var(--ink);border:1px solid #102a2d4d;border-radius:8px;margin-top:8px}.feedback-form select{height:48px;padding:0 12px}.feedback-form textarea{resize:vertical;padding:13px 14px}.feedback-form fieldset,.feedback-form>label{margin-top:20px}.feedback-form fieldset{border:0;padding:0}.advanced-feedback{background:#b8d8c547;border:1px solid #102a2d33;border-radius:10px;margin-top:22px;padding:20px}.advanced-feedback>p{color:var(--ink);margin-top:0;font-size:14px;font-weight:700}.advanced-feedback>label{margin-top:18px}.rating-row{grid-template-columns:repeat(5,1fr);gap:8px;max-width:420px;margin-top:10px;padding-bottom:24px;display:grid;position:relative}.rating-choice{cursor:pointer}.rating-choice input{opacity:0;position:absolute}.rating-choice span{background:var(--white);border:1px solid #102a2d4d;border-radius:8px;place-items:center;height:44px;display:grid}.rating-choice input:checked+span{border-color:var(--ink);background:var(--ink);color:var(--white)}.rating-labels{color:var(--muted);justify-content:space-between;display:flex;position:absolute;bottom:0;left:0;right:0}.checkbox-label{align-items:flex-start;gap:10px;font-weight:500!important;display:flex!important}.checkbox-label input{width:18px;height:18px;accent-color:var(--ink);margin-top:2px}.honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.form-submit-row{align-items:center;gap:18px;margin-top:25px;display:flex}.form-submit-row button:disabled{opacity:.58;cursor:wait}.form-message{font-weight:700;color:#246c4b!important;margin:0!important;font-size:14px!important}.form-error{color:#a53b2b!important}@media (max-width:960px){.guide-hero-grid,.hero-grid,.safeguard-grid{grid-template-columns:1fr}.hero-visual{min-height:520px}.split-heading{gap:10px}.split-heading,.steps-grid{grid-template-columns:1fr}.step-card{min-height:270px}.download-grid,.guide-layout{grid-template-columns:1fr}.guide-layout{gap:30px}.guide-nav{border:1px solid var(--line);border-radius:10px;grid-template-columns:repeat(3,1fr);padding:18px;display:grid;position:static}.guide-nav span{grid-column:1/-1}.install-options article{grid-template-columns:1fr}}@media (max-width:720px){.shell{width:min(100% - 28px,1160px)}.nav-links{display:none}.mobile-menu{display:block}.mobile-menu summary{border:1px solid var(--line);cursor:pointer;border-radius:8px;place-items:center;min-height:40px;padding:0 12px;font-size:12px;font-weight:850;list-style:none;display:grid}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu[open] summary{border-color:var(--ink);background:var(--ink);color:var(--white)}.mobile-menu nav{border:1px solid var(--line);background:var(--paper-2);box-shadow:var(--shadow);border-radius:12px;gap:4px;padding:14px;display:grid;position:absolute;top:66px;left:0;right:0}.mobile-menu nav a{border-radius:7px;align-items:center;min-height:44px;padding:0 12px;font-size:14px;font-weight:750;display:flex}.mobile-menu nav a:hover{background:#102a2d12}.header-cta{font-size:12px}.hero{min-height:0;padding:58px 0 68px}.hero-video{object-position:58% center}.hero-video-overlay{background:linear-gradient(#071b1de8,#071b1dcc 52%,#071b1da8),linear-gradient(90deg,#071b1db3,#071b1d5c)}.hero h1{font-size:52px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .text-link{width:fit-content}.hero-visual{min-height:430px}.paper-card{width:94%;min-height:210px;padding:23px}.paper-card p{font-size:20px}.voice-file{width:92%;min-width:0}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid div:nth-child(3){border-left:1px solid var(--line)}.section{padding:76px 0}.section h2{font-size:42px}.beta-cta-inner{grid-template-columns:1fr;padding:38px 28px}.footer-grid,.guide-callout{flex-direction:column;align-items:flex-start}.footer-grid{display:flex}.footer-note{text-align:left}.guide-hero{padding-top:60px}.guide-hero h1{font-size:46px}.guide-nav{grid-template-columns:1fr 1fr}.form-grid,.quick-start-grid{grid-template-columns:1fr}.feedback-form{padding:23px 18px}.form-submit-row{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-video{display:none}.button{transition:none}}