/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-outline-style:solid}}}@layer theme{:root,:host{--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{*,:after,:before,::backdrop{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}html,:host{-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;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{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}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,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{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-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{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}.shrink{flex-shrink:1}.rounded{border-radius:.25rem}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.outline{outline-style:var(--tw-outline-style);outline-width:1px}}:root{--bg:#f4f3ef;--surface:#fff;--soft:#e9e8e2;--ink:#171a19;--muted:#696d69;--line:#d9dad4;--accent:#ff5a36;--lime:#c8ff3d;--shadow:0 18px 55px #252a2214;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=dark]{--bg:#151716;--surface:#202321;--soft:#292d2a;--ink:#f3f3ee;--muted:#aeb3ad;--line:#393e3a;--accent:#ff6846;--shadow:0 18px 55px #0005;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);letter-spacing:-.01em;margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background .25s,color .25s}a{color:inherit;text-decoration:none}button,input{font:inherit}.shell{width:min(1200px,100% - 48px);margin-inline:auto}.section{padding-block:120px}.nav{z-index:50;border:1px solid var(--line);justify-content:space-between;align-items:center;height:64px;margin-top:14px;padding:8px 10px 8px 16px;display:flex;position:sticky;top:14px}@supports (color:color-mix(in lab, red, red)){.nav{border:1px solid color-mix(in srgb,var(--line) 75%,transparent)}}.nav{background:var(--bg);border-radius:18px}@supports (color:color-mix(in lab, red, red)){.nav{background:color-mix(in srgb,var(--bg) 84%,transparent)}}.nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 8px 30px #00000008}.logo{letter-spacing:-.04em;align-items:center;gap:9px;font-size:23px;font-weight:750;display:flex}.logo span,.miniLogo{background:var(--accent);color:#fff;border-radius:8px;place-items:center;width:28px;height:28px;font-size:20px;font-style:italic;display:grid}.navlinks{color:var(--muted);gap:30px;font-size:14px;display:flex}.navlinks a:hover{color:var(--ink)}.navActions{align-items:center;gap:8px;display:flex}.theme{background:var(--soft);width:40px;height:40px;color:var(--ink);cursor:pointer;border:0;border-radius:12px}.button{background:var(--accent);color:#fff;box-shadow:0 8px 22px var(--accent);border:0;border-radius:13px;justify-content:center;align-items:center;padding:15px 21px;font-size:14px;font-weight:700;display:inline-flex}@supports (color:color-mix(in lab, red, red)){.button{box-shadow:0 8px 22px color-mix(in srgb,var(--accent) 26%,transparent)}}.button{cursor:pointer}.button.small{padding:12px 17px}.hero{grid-template-columns:.82fr 1.18fr;align-items:center;gap:10px;min-height:760px;padding-block:70px 100px;display:grid}.heroCopy{z-index:2;position:relative}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--muted);font-size:11px;font-weight:750}.eyebrow i{background:var(--accent);border-radius:50%;width:7px;height:7px;margin-right:8px;display:inline-block}.hero h1,.sectionHead h2,.final h2{letter-spacing:-.065em;margin:20px 0 24px;font-size:clamp(54px,5.5vw,82px);font-weight:620;line-height:.99}.hero h1 em,h2 em{color:var(--accent);font-style:normal}.lede,.sectionHead>p:not(.eyebrow){max-width:610px;color:var(--muted);font-size:17px;line-height:1.65}.actions{align-items:center;gap:25px;margin-top:34px;display:flex}.textLink{font-size:14px;font-weight:650}.micro{color:var(--muted);margin-top:25px;font-size:12px}.vehicleStage{min-height:590px;position:relative}.heroCar{mix-blend-mode:multiply;filter:saturate(.8)contrast(1.03);width:108%;max-width:none;position:absolute;top:5%;right:-12%}[data-theme=dark] .heroCar{mix-blend-mode:normal;opacity:.92;border-radius:48px}.status,.carCard{z-index:2;background:var(--surface);position:absolute}@supports (color:color-mix(in lab, red, red)){.status,.carCard{background:color-mix(in srgb,var(--surface) 92%,transparent)}}.status,.carCard{border:1px solid var(--line);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.status{border-radius:15px;min-width:118px;padding:13px 15px}.status span,.status small{color:var(--muted);font-size:10px;display:block}.status strong{font-size:24px}.status b{margin:7px 0;font-size:13px;display:block}.s1{top:14%;left:2%}.s2{top:19%;right:0}.s3{top:57%;right:4%}.carCard{border-radius:18px;justify-content:space-between;align-items:end;padding:18px 20px;display:flex;bottom:1%;left:15%;right:9%}.carCard div{gap:5px;display:grid}.carCard small{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-size:10px}.carCard strong{font-size:19px}.carCard strong i{color:var(--muted);font-style:normal;font-weight:400}.carCard div>b{font-size:12px}.carCard>span{color:#3d7b47;font-size:11px}.sectionHead h2{font-size:clamp(44px,5vw,68px)}.sectionHead.centered{text-align:center}.sectionHead.centered p{margin-inline:auto}.memoryGrid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:58px;display:grid}.memoryGrid article,.feature,.step{border:1px solid var(--line);background:var(--surface);border-radius:25px;min-height:330px;padding:28px;position:relative}.memoryGrid article>small,.step>span{color:var(--muted);font-size:11px;position:absolute;top:23px;right:24px}.ico{background:var(--soft);border-radius:14px;width:46px;height:46px;margin-bottom:55px;display:block;position:relative}.ico:after{content:"";border:2px solid var(--accent);border-radius:50%;position:absolute;inset:12px}.ico.file:after{border-radius:3px}.ico.calendar:after{border-top-width:6px;border-radius:4px}.memoryGrid h3,.feature h3,.step h3{letter-spacing:-.035em;margin:0 0 12px;font-size:24px}.memoryGrid p,.feature p,.step p{color:var(--muted);line-height:1.55}.deadline{justify-content:space-between;margin-top:15px;font-size:11px;display:flex}.deadline span{background:var(--soft);border-radius:8px;width:48%;padding:4px 7px;position:relative;overflow:hidden}.deadline i{background:var(--accent);position:absolute;inset:0 auto 0 0}@supports (color:color-mix(in lab, red, red)){.deadline i{background:color-mix(in srgb,var(--accent) 22%,transparent)}}.sparkline{color:var(--accent);letter-spacing:-.4em;font-size:72px;overflow:hidden}.scanSection{color:#f5f5ef;background:#202421}.split{grid-template-columns:.85fr 1.15fr;align-items:center;gap:70px;display:grid}.scanSection .sectionHead>p{color:#abb0aa}.privacy{margin-top:35px;font-size:12px!important}.scanner{justify-content:center;align-items:center;gap:20px;display:flex}.paper,.resultCard{color:#252825;background:#f1efe7;border-radius:22px;flex-direction:column;gap:16px;width:240px;min-height:330px;padding:24px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 70px #0006}.paper{transform:rotate(-4deg)}.paperLogo{color:#fff;background:#2875d4;border-radius:8px;place-items:center;width:34px;height:34px;font-weight:800;display:grid}.paper span{border-bottom:1px solid #d5d3ca;padding-bottom:9px;font-size:11px}.paper mark{background:#d7ff6b}.scanline{background:var(--accent);height:2px;box-shadow:0 0 18px var(--accent);animation:3.8s ease-in-out infinite scan;position:absolute;left:0;right:0}.flowArrow{color:var(--lime);font-size:25px}.resultCard{color:#fff;background:#2e332f;transform:rotate(3deg)}.resultCard p{color:var(--lime);text-transform:uppercase;font-size:11px}.resultCard div{justify-content:space-between;display:flex}.resultCard small{color:#aeb4ae}.resultCard>span{color:#cfff67;background:#3a4936;border-radius:10px;margin-top:auto;padding:10px;font-size:11px}.steps{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:55px;display:grid}.step{min-height:370px}.step>small,.feature>small{color:var(--muted);letter-spacing:.13em;margin-bottom:48px;font-size:10px;display:block}.step .ico{margin-bottom:25px}.urgent{background:var(--accent);color:#fff}.urgent p{color:#fff}.urgent .ico{background:#fff3}.urgent .ico:after{border-color:#fff}.step dl{grid-template-columns:1fr 1fr;gap:16px;margin-top:32px;display:grid}.step dt{color:var(--muted);font-size:12px}.step dd{text-align:right;margin:0;font-weight:650}.product{border-bottom:1px solid var(--line);grid-template-columns:34px 1fr 34px;align-items:center;column-gap:10px;padding:11px 0;display:grid}.product>i{border:6px double var(--ink);border-radius:50%;grid-row:1/3;width:28px;height:28px}.product small{margin:0}.product button{background:var(--soft);color:var(--ink);border:0;border-radius:50%;grid-area:1/3/3;height:30px}.purchase{text-align:center;margin-top:36px;font-size:19px}.purchase a{color:var(--accent);margin-left:20px;font-weight:700}.difference{grid-template-columns:1fr 1fr;padding-block:0 120px;display:grid}.difference>div{border:1px solid var(--line);background:var(--surface);padding:36px}.difference>div:first-child{color:var(--muted);border-radius:24px 0 0 24px}.difference>div:last-child{background:var(--lime);color:#182015;border-radius:0 24px 24px 0}.difference small,.vision small{letter-spacing:.15em;font-size:10px}.difference h3{font-size:26px}.mechanic{color:#f2f3ee;background:#171a18}.mechanicGrid{grid-template-columns:.75fr 1.25fr;align-items:center;gap:80px;display:grid}.mechanic .sectionHead>p{color:#aeb3ad}.chat{background:#222623;border:1px solid #3a3f3b;border-radius:26px;flex-direction:column;gap:15px;padding:18px;display:flex}.chatContext{color:#abb0aa;border-bottom:1px solid #383d39;justify-content:space-between;padding:9px 12px;font-size:11px;display:flex}.bubble{border-radius:17px;max-width:84%;padding:15px 17px;font-size:14px;line-height:1.5}.bubble.user{color:#20231f;background:#eef2e9;align-self:flex-end}.bubble.ai{background:#303530;gap:12px;display:flex}.bubble.ai span{background:var(--accent);border-radius:8px;place-items:center;min-width:26px;height:26px;font-style:italic;display:grid}.bubble.ai p{margin:0}.chat>small{color:#89908a;padding-left:10px}.bento{grid-template-columns:repeat(4,1fr);gap:15px;margin-top:55px;display:grid}.feature{min-height:265px}.feature .ico{margin-bottom:32px}.feature>small{margin-bottom:14px}.feature small em{float:right;color:var(--accent);font-style:normal}.feature h3{font-size:21px}.f0,.f7{grid-column:span 2}.profile{overflow:hidden}.orbit{border:1px solid var(--line);border-radius:50%;max-width:850px;height:510px;margin:60px auto 0;position:relative}.orbit:after{content:"";border:1px dashed var(--line);border-radius:50%;position:absolute;inset:80px}.orbitCar{z-index:2;background:var(--ink);width:230px;height:150px;color:var(--bg);box-shadow:var(--shadow);border-radius:30px;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbitCar small{letter-spacing:.15em;font-size:9px}.orbitCar strong{font-size:28px}.orbitCar span{opacity:.65;font-size:11px}.node{z-index:3;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:99px;padding:10px 16px;font-size:12px;position:absolute}.n0{top:2%;left:20%}.n1{top:9%;right:16%}.n2{top:45%;right:-3%}.n3{bottom:8%;right:14%}.n4{bottom:-1%;left:43%}.n5{bottom:9%;left:10%}.n6{top:46%;left:-3%}.n7{top:10%;left:46%}.vision{grid-template-columns:1fr auto 1fr;align-items:center;gap:50px;display:grid}.vision article{border-top:1px solid var(--line);padding:45px}.vision h3{font-size:32px}.vision p{color:var(--muted);line-height:1.6}.vision>i{color:var(--accent);font-size:30px}.europe{background:var(--soft)}.europeGrid{grid-template-columns:1fr 1fr;align-items:center;gap:100px;display:grid}.europe h3{margin-top:35px}.europe h3 em{color:var(--accent)}.map{grid-template-columns:1fr 1fr;gap:15px;display:grid}.country{background:var(--surface);border:1px solid var(--line);border-radius:23px;flex-direction:column;justify-content:space-between;min-height:150px;padding:25px;display:flex}.country b{font-size:34px}.country span{color:var(--muted);font-size:11px}.country.active{background:var(--accent);color:#fff}.country.active span{color:#fff}.final{color:#f4f5ef;background:#181b19;align-items:center;min-height:720px;display:flex;position:relative;overflow:hidden}.final>img{opacity:.92;width:68%;position:absolute;bottom:-9%;right:-3%}.finalCopy{z-index:2;position:relative}.final h2{font-size:clamp(45px,5vw,70px)}.final form{gap:8px;width:min(490px,100%);display:flex}.final input{color:#fff;background:#252925;border:1px solid #4a4f4a;border-radius:13px;flex:1;padding:15px}.finalCopy>small{color:#999f99;margin-top:18px;display:block}.success{color:#d1ff71;background:#33402f;border-radius:12px;padding:15px 20px;display:inline-block}footer{min-height:150px;color:var(--muted);grid-template-columns:auto 1fr auto auto;align-items:center;gap:45px;font-size:12px;display:grid}footer>p{margin:0}footer>div{gap:20px;display:flex}.srOnly{clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}:focus-visible{outline:3px solid var(--accent);outline-offset:3px}@keyframes scan{0%,to{top:15%}50%{top:85%}}@media (width<=900px){.shell{width:min(100% - 28px,680px)}.section{padding-block:82px}.nav{height:58px;top:8px}.navlinks,.button.small{display:none}.hero{grid-template-columns:1fr;padding-top:60px}.hero h1{font-size:clamp(48px,14vw,66px)}.vehicleStage{min-height:500px;margin-top:10px}.heroCar{width:112%;top:8%;right:-7%}.s1{left:0}.s2{right:0}.s3{top:58%;right:4%}.carCard{left:2%;right:2%}.memoryGrid,.steps,.split,.mechanicGrid,.europeGrid{grid-template-columns:1fr}.memoryGrid article{min-height:280px}.scanner{margin-top:30px}.difference{grid-template-columns:1fr}.difference>div:first-child{border-radius:24px 24px 0 0}.difference>div:last-child{border-radius:0 0 24px 24px}.bento{grid-template-columns:1fr 1fr}.f0,.f7{grid-column:span 2}.orbit{margin-inline:-11%;transform:scale(.84)}.vision{grid-template-columns:1fr}.vision>i{text-align:center;transform:rotate(90deg)}.final{padding-bottom:330px}.final>img{width:115%;bottom:-5%;right:-18%}footer{grid-template-columns:1fr 1fr;padding-block:40px}footer p{display:none}}@media (width<=560px){.shell{width:calc(100% - 28px)}.nav{border-radius:15px}.hero{min-height:auto;padding-bottom:70px}.heroCopy .lede{font-size:15px}.actions{flex-direction:column;align-items:flex-start;gap:17px}.vehicleStage{min-height:390px}.status{min-width:96px;padding:10px}.status strong{font-size:20px}.s1{top:12%}.s2{top:20%}.s3{top:55%}.carCard{padding:13px;bottom:0}.carCard>span{text-align:right;max-width:90px}.sectionHead h2{font-size:43px}.scanner{gap:5px}.paper,.resultCard{width:47%;min-height:280px;padding:14px}.flowArrow{font-size:17px}.bento{grid-template-columns:1fr}.f0,.f7{grid-column:auto}.feature{min-height:235px}.orbit{height:430px;margin-left:-33%;margin-right:-33%;transform:scale(.75)}.n2,.n6{display:none}.map{grid-template-columns:1fr 1fr}.country{min-height:125px}.final form{flex-direction:column}.final{padding-bottom:270px}.final>img{width:130%}footer{grid-template-columns:1fr}footer>div{order:3}.micro{line-height:1.5}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@font-face{font-family:Familjen Grotesk;src:url(/fonts/familjen-grotesk-latin.woff2)format("woff2");font-style:normal;font-weight:400 700;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto-latin.woff2)format("woff2");font-style:normal;font-weight:100 900;font-display:swap}@font-face{font-family:Roboto Mono;src:url(/fonts/roboto-mono-latin.woff2)format("woff2");font-style:normal;font-weight:100 700;font-display:swap}:root{--bg:#eef1ef;--surface:#fff;--soft:#e5e9e6;--ink:#23272b;--muted:#59605f;--line:#dce3df;--accent:#0e5c46;--lime:#e2efe9;--success:#1e7a5c;--warning:#e8a020;--danger:#d64533;--gradient:linear-gradient(135deg,#41cf8d,#11addf);--shadow:0 18px 55px #0e5c4614}html[data-theme=dark]{--bg:#0d1512;--surface:#16211c;--soft:#1a2922;--ink:#e8efeb;--muted:#9fb0a8;--line:#24322c;--accent:#6fd3ae;--lime:#14261f;--success:#80b5a3;--warning:#e8a020;--danger:#ef5d54;--shadow:0 18px 55px #0005}body{font-family:Roboto,Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.logo,.hero h1,.sectionHead h2,.final h2,.memoryGrid h3,.feature h3,.step h3,.difference h3,.vision h3,.europe h3,.orbitCar strong{letter-spacing:-.045em;font-family:Familjen Grotesk,Archivo,ui-sans-serif,sans-serif}.status strong,.carCard div>b,.deadline,.step dd,.chatContext,.country b,.orbitCar span{font-variant-numeric:tabular-nums;font-family:Roboto Mono,IBM Plex Mono,ui-monospace,monospace}.logo img{object-fit:contain;display:block}.logo{gap:11px;font-weight:700}.button{color:#fff;box-shadow:0 8px 22px #0e5c4625}[data-theme=dark] .button,[data-theme=dark] .urgent,[data-theme=dark] .country.active,[data-theme=dark] .urgent p,[data-theme=dark] .country.active span{color:#08120e}.eyebrow i{background:var(--gradient)}.hero h1 em,.sectionHead h2 em,.final h2 em{color:var(--accent)}.heroCar{filter:saturate(.78)contrast(1.02)}.carCard>span{color:var(--success)}.productShowcase{background:linear-gradient(180deg,var(--soft),var(--bg));overflow:hidden}.productShowcase .sectionHead>p:not(.eyebrow){max-width:650px}.screenGallery{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:42px;max-width:960px;margin:75px auto 0;display:grid}.phoneScreen{text-align:center;margin:0}.phoneScreen img{aspect-ratio:9/19.5;object-fit:cover;border:8px solid var(--ink);border-radius:34px;width:100%;max-width:258px;margin-inline:auto;display:block;box-shadow:0 28px 70px #0e5c461a}.phoneScreen.featured img{max-width:280px;box-shadow:0 32px 82px #0e5c462a}.phoneScreen figcaption{color:var(--muted);padding-top:18px;font-family:Familjen Grotesk,sans-serif;font-size:15px}.scanSection,.mechanic,.final{background:#0b1620}.scanSection .sectionHead h2 em,.mechanic .sectionHead h2 em,.final h2 em{color:#6fd3ae}.paper mark{color:#0e5c46;background:#e2efe9}.flowArrow,.resultCard p{color:#6fd3ae}.resultCard>span{color:#80b5a3;background:#183a2d}.difference>div:last-child{color:#083327;background:#e2efe9}[data-theme=dark] .difference>div:last-child{color:#e8efeb;background:#14261f}.bubble.ai span{background:#eaf1f2}.bubble.ai span img{display:block}.country.active{background:var(--accent)}.success{color:#80b5a3;background:#183a2d}.final .button{color:#08120e;background:#41cf8d}@media (width<=900px){.screenGallery{gap:18px}.phoneScreen img{border-width:6px;border-radius:26px}.phoneScreen figcaption{font-size:12px}}@media (width<=560px){.screenGallery{grid-template-columns:1fr;gap:36px;margin-top:45px}.phoneScreen img,.phoneScreen.featured img{max-width:250px}.phoneScreen:not(.featured){display:none}.phoneScreen figcaption{font-size:14px}}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}
/* Иконки: раньше это были кружки и квадраты из :after — заглушки, а не знаки.   Подключены маской, поэтому цвет берётся из темы и не дублируется. */.ico:after{border:none!important;border-radius:0!important;inset:11px!important;background:var(--accent);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.ico.shield:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5.5c0 4.2-2.9 7.6-7 8.5-4.1-.9-7-4.3-7-8.5V6l7-3z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5.5c0 4.2-2.9 7.6-7 8.5-4.1-.9-7-4.3-7-8.5V6l7-3z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E")}.ico.calendar:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5' width='17' height='15' rx='2.5'/%3E%3Cpath d='M3.5 10h17M8 3v4M16 3v4'/%3E%3Cpath d='M8 14h3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5' width='17' height='15' rx='2.5'/%3E%3Cpath d='M3.5 10h17M8 3v4M16 3v4'/%3E%3Cpath d='M8 14h3'/%3E%3C/svg%3E")}.ico.tyre:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Ccircle cx='12' cy='12' r='3.4'/%3E%3Cpath d='M12 3.5v5M12 15.5v5M3.5 12h5M15.5 12h5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Ccircle cx='12' cy='12' r='3.4'/%3E%3Cpath d='M12 3.5v5M12 15.5v5M3.5 12h5M15.5 12h5'/%3E%3C/svg%3E")}.ico.wrench:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15.6 3.6a5 5 0 00-6.2 6.4L3.8 15.6a2 2 0 102.8 2.8l5.6-5.6a5 5 0 006.4-6.2l-3 3-2.6-.7-.7-2.6 3-3z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15.6 3.6a5 5 0 00-6.2 6.4L3.8 15.6a2 2 0 102.8 2.8l5.6-5.6a5 5 0 006.4-6.2l-3 3-2.6-.7-.7-2.6 3-3z'/%3E%3C/svg%3E")}.ico.gauge:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 16.5a8.5 8.5 0 1116 0'/%3E%3Cpath d='M12 16.5l4-4.5'/%3E%3Ccircle cx='12' cy='16.5' r='1.2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 16.5a8.5 8.5 0 1116 0'/%3E%3Cpath d='M12 16.5l4-4.5'/%3E%3Ccircle cx='12' cy='16.5' r='1.2'/%3E%3C/svg%3E")}.ico.file:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 3.5H7.5a2 2 0 00-2 2v13a2 2 0 002 2h9a2 2 0 002-2V8l-4-4.5z'/%3E%3Cpath d='M13.8 3.6V8h4.4'/%3E%3Cpath d='M9 13h6M9 16.5h4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 3.5H7.5a2 2 0 00-2 2v13a2 2 0 002 2h9a2 2 0 002-2V8l-4-4.5z'/%3E%3Cpath d='M13.8 3.6V8h4.4'/%3E%3Cpath d='M9 13h6M9 16.5h4'/%3E%3C/svg%3E")}.ico.wallet:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='6' width='17' height='13' rx='2.5'/%3E%3Cpath d='M3.5 10h17'/%3E%3Ccircle cx='16.5' cy='14.5' r='1.3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='6' width='17' height='13' rx='2.5'/%3E%3Cpath d='M3.5 10h17'/%3E%3Ccircle cx='16.5' cy='14.5' r='1.3'/%3E%3C/svg%3E")}.ico.spark:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.5l1.9 4.9 4.9 1.9-4.9 1.9-1.9 4.9-1.9-4.9-4.9-1.9 4.9-1.9z'/%3E%3Cpath d='M18.5 16.5l.8 2 2 .8-2 .8-.8 2-.8-2-2-.8 2-.8z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.5l1.9 4.9 4.9 1.9-4.9 1.9-1.9 4.9-1.9-4.9-4.9-1.9 4.9-1.9z'/%3E%3Cpath d='M18.5 16.5l.8 2 2 .8-2 .8-.8 2-.8-2-2-.8 2-.8z'/%3E%3C/svg%3E")}[data-theme=dark] .ico:after{background:#fff}
