:root{--bg:#f7f7f4;--ink:#1c1d25;--muted:#71737f;--line:#dedfe5;--accent:#4255ef;--white:#fff;--green:#507c57}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:14px/1.5 -apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}button,input{font:inherit}button,a,input{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.42;cursor:not-allowed}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #4255ef70;outline-offset:3px}button{transition:background .15s,transform .15s}button:not(:disabled):hover{filter:brightness(.96)}a{color:inherit}header{height:90px;margin:0 4%;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:750;text-decoration:none;letter-spacing:-.7px}.brand-icon{background:var(--ink);color:white;border-radius:10px;width:36px;height:36px;text-align:center;font-size:28px;line-height:30px}.beta{font-size:9px;border:1px solid #d5d7e0;border-radius:4px;padding:2px 5px;letter-spacing:1px;margin-left:4px;color:var(--muted)}nav{display:flex;gap:8px}.nav,.settings{border:0;background:transparent;padding:11px 17px;border-radius:8px;color:#666a7b}.nav.active{background:#eceffc;color:var(--ink)}#count{padding:1px 6px;background:#dfe4fa;border-radius:4px;font-size:11px;margin-left:6px}.settings{border:1px solid #dedfe5;display:flex;align-items:center;gap:9px}.dot{width:7px;height:7px;background:#c8984f;border-radius:50%}.dot.connected{background:#609768}main{max-width:1440px;margin:auto;padding:45px 4% 60px}.intro{display:grid;grid-template-columns:1.12fr 1fr;gap:5%;align-items:center;margin:0 0 50px}.eyebrow{font-size:10px;font-weight:700;letter-spacing:1.8px;color:var(--muted);margin-bottom:14px}h1{font-size:clamp(30px,3.25vw,49px);letter-spacing:-1.9px;line-height:1.14;margin:0 0 20px;font-weight:600}h1 span{color:#8a91b5}.intro p{color:#696d7a;font-size:15px;line-height:1.8}.hero-scene{border-radius:14px;background:linear-gradient(155deg,#eef0f7,#e0e4ef 72%,#d1d7e6);height:280px;position:relative;overflow:hidden}.hero-scene:before{content:'';position:absolute;inset:10px 50px 70px;border:1px solid #f8faf180;border-radius:110px 110px 0 0}.hero-scene img{position:absolute;width:100%;height:100%;object-fit:contain;padding-top:10px}.scene-tag{position:absolute;top:21px;left:23px;font-size:9px;letter-spacing:2px;color:#626a82}.scene-caption{position:absolute;bottom:18px;left:24px;right:24px;display:flex;justify-content:space-between;font-size:11px;color:#5c6380}.section-top{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:20px}h2{font-size:23px;letter-spacing:-.6px;font-weight:600;margin:0}h3{font-size:16px;font-weight:600;display:flex;align-items:center;gap:12px;margin:0}.muted{color:var(--muted)}.small{font-size:11px}.section-top>.muted{font-size:11px}.workspace-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:22px}.card{background:white;border:1px solid var(--line);border-radius:13px;padding:25px}.left-col{display:grid;gap:20px}.card-title{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:20px}.step{width:25px;height:25px;display:inline-grid;place-items:center;background:#f0f1f7;border-radius:6px;font-size:11px;color:#69728c}.text-btn{border:0;background:none;padding:4px 0;color:#5a6585;font-size:11px}.name-label{font-size:11px;color:var(--muted)}input:not([type=checkbox]){width:100%;border:1px solid var(--line);padding:11px 12px;border-radius:7px;background:#fafafe;color:var(--ink);margin:7px 0 17px}input[type=checkbox]{accent-color:var(--accent);margin:3px 0;width:15px;height:15px;flex-shrink:0}.upload-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.upload{min-width:0}.drop{width:100%;height:132px;background:#f8f9fc;border:1px dashed #d4d9e6;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden}.drop.drag{background:#e9edff;border-color:var(--accent)}.drop img{width:100%;height:100%;object-fit:cover}.drop img.silhouette{width:78%;height:56px;opacity:.35;filter:grayscale(1)}.plus{font-size:19px;color:#5c6b9c;line-height:24px}.drop small{font-size:10px;color:#7a7f8f}.upload-label{font-size:10px;margin-top:9px;display:flex;justify-content:space-between;gap:4px}.remove{border:0;background:transparent;color:var(--accent);font-size:11px;padding:0}.upload-foot{display:flex;justify-content:space-between;align-items:center;margin-top:16px;color:var(--muted);font-size:10px}.studios{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.studio{border:1px solid var(--line);border-radius:9px;padding:0;background:white;text-align:left;overflow:hidden}.studio.selected{border:2px solid #4255ef}.studio-image{height:95px;position:relative;background:linear-gradient(#e5e5e0 65%,#d0d3ca 66%)}.studio-image:before{content:'';position:absolute;left:25%;right:25%;top:10%;height:65%;border:1px solid #ffffff80;border-radius:60px 60px 0 0}.studio-image img{width:90%;height:100%;position:relative;display:block;margin:auto}.graphite .studio-image{background:linear-gradient(#555951 65%,#74786e 66%)}.showroom .studio-image{background:linear-gradient(115deg,#e6d8c3 25%,#f0e6d8 25%,#c7bdaa 65%,#d6cdbd 66%)}.studio-name{padding:10px 11px;font-size:11px;font-weight:600;display:flex;justify-content:space-between}.preserve{display:flex;gap:12px;border-top:1px solid var(--line);margin-top:20px;padding-top:19px}.shield{font-size:25px;color:#6c77a3}.preserve strong{font-size:11px;font-weight:500}.preserve p{font-size:10px;color:var(--muted);margin:4px 0}.summary{align-self:start;padding:28px;background:#eff1fa;border-color:#dce1ef;position:sticky;top:20px}.summary h2{font-size:29px;line-height:1.2;margin-bottom:26px;letter-spacing:-.9px}.summary-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #dce0ed;font-size:11px}.summary-row span{color:#747b8d}.summary-row strong{font-weight:500}.summary-note{margin-top:24px}.summary-note>span{font-size:9px;letter-spacing:1px;color:#616f91}.summary-note p{font-size:11px;color:#6d758e;line-height:1.7}.consent{display:flex;gap:9px;font-size:10px;color:#747a8a;margin:20px 0}.primary,.secondary{border:0;border-radius:7px;padding:13px 18px;font-size:12px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;gap:15px}.primary{background:var(--accent);color:white}.secondary{background:#e9ece2;color:var(--ink)}.summary .primary{width:100%;justify-content:space-between}.summary>#ready-hint{text-align:center;font-size:9px}.safe-note{border-top:1px solid #dce0ed;font-size:9px;color:#7b8295;margin-top:24px;padding-top:18px;text-align:center}footer{border-top:1px solid var(--line);padding:25px 4%;display:flex;justify-content:space-between;align-items:center;gap:15px;color:#7b8091;font-size:10px}footer .brand{font-size:17px}footer .brand span{letter-spacing:0;font-weight:400;margin-left:12px}.hidden{display:none!important}dialog{border:1px solid var(--line);border-radius:15px;padding:30px;width:min(560px,94vw);color:var(--ink);max-height:90vh}dialog::backdrop{background:#20271f75;backdrop-filter:blur(5px)}dialog label{display:block;font-size:12px}dialog a{font-size:12px;color:var(--accent)}.close{background:#f0f1f7;border:0;border-radius:50%;width:30px;height:30px;font-size:22px}.dialog-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.danger{color:#b44732}#config-status{font-size:12px;min-height:20px}#toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;padding:13px 22px;border-radius:10px;max-width:90vw;z-index:10;display:none}#toast.show{display:block}#result{margin-top:24px;scroll-margin-top:20px}.badge{background:#edf0ff;color:#5a69a2;border-radius:5px;padding:5px 10px;font-size:11px}#progress{color:#a25838;font-size:13px;margin-bottom:15px}.result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.result-item{border:1px solid var(--line);border-radius:10px;padding:12px}.result-item img{width:100%;aspect-ratio:4/3;object-fit:contain;background:#f0f1f7;border-radius:6px}.result-item p{display:flex;justify-content:space-between;gap:10px;font-size:12px}.result-item a{color:var(--accent);font-size:12px}.result-controls{display:flex;gap:10px;align-items:center;margin-bottom:8px}.result-controls button{font-size:11px;padding:5px 10px;border:1px solid var(--line);border-radius:5px;background:#f5f6fa}.result-controls button.active{background:#e6ebff;border-color:#8595dd}.result-actions{display:flex;gap:12px;margin:22px 0;flex-wrap:wrap}.history-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.history-card img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:7px}.history-card h3{margin:12px 0 4px}.history-card .actions{display:flex;justify-content:space-between;align-items:center;margin-top:16px}.empty{grid-column:1/-1;text-align:center;padding:70px 20px;border:1px dashed #d2d8e8;border-radius:14px;color:var(--muted)}@media(min-width:1450px){header,footer{padding-left:calc((100vw - 1320px)/2);padding-right:calc((100vw - 1320px)/2);margin:0}}@media(max-width:1000px){.workspace-grid{grid-template-columns:1fr 270px}.card{padding:18px}.drop{height:110px}.hero-scene{height:230px}.upload-grid{grid-template-columns:repeat(2,1fr)}.history-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){header{height:auto;padding:18px 0;flex-wrap:wrap}.brand{font-size:19px}nav{order:3;width:100%}.nav{flex:1;font-size:12px}.settings{font-size:11px;padding:9px}.intro{grid-template-columns:1fr;gap:15px;margin-bottom:28px}.hero-scene{height:210px}main{padding-top:28px}.workspace-grid{grid-template-columns:1fr}.summary{position:static}.section-top{align-items:flex-start}.section-top>.muted{display:none}.intro h1{font-size:35px}.intro p{font-size:13px}.drop{height:145px}.studio-name{font-size:9px;padding:8px}.studio-image{height:80px}.result-grid,.history-grid{grid-template-columns:1fr}footer{flex-wrap:wrap}footer>span:nth-child(2){display:none}.card-title h3{font-size:14px}.summary h2 br{display:none}.summary h2{font-size:25px}.result-actions>*{width:100%}}
.studio.garage .studio-image,.studio.industrial .studio-image,.studio.lakhta .studio-image,.studio.palace .studio-image,.studio.redsquare .studio-image,.studio.custom .studio-image{height:115px;background:#e7ebf6}.studio.garage .studio-image:before,.studio.industrial .studio-image:before,.studio.lakhta .studio-image:before,.studio.palace .studio-image:before,.studio.redsquare .studio-image:before,.studio.custom .studio-image:before{display:none}.studio.garage .studio-image img,.studio.industrial .studio-image img,.studio.lakhta .studio-image img,.studio.palace .studio-image img,.studio.redsquare .studio-image img,.studio.custom .studio-image img{width:100%;object-fit:cover}.studio .studio-image{height:115px}.custom-background{margin-top:18px;padding:16px;border:1px dashed #b0badb;border-radius:9px;background:#f7f8fc;display:flex;gap:18px;align-items:center}.custom-background>img{width:150px;max-height:150px;object-fit:contain;border-radius:7px}.custom-background strong{font-size:13px}.custom-background p{overflow-wrap:anywhere}.studio-name{min-height:47px;align-items:center;gap:5px}@media(max-width:700px){.studios{grid-template-columns:repeat(2,1fr)}.custom-background{flex-direction:column;align-items:flex-start}.custom-background>img{width:100%;max-height:180px}.studio-name{font-size:11px}}
.photo-select{display:flex;align-items:center;gap:7px;font-size:11px;margin:10px 0;color:#56648b}.output-modes{border:0;padding:0;margin:20px 0}.output-modes legend{font-size:11px;color:#657292;margin-bottom:10px}.output-modes label{display:flex;gap:8px;align-items:flex-start;padding:10px 0;font-size:12px}.output-modes input{accent-color:var(--accent);flex-shrink:0;width:auto!important;margin:3px 0!important}.output-modes small{display:block;color:#75809a;font-size:10px;margin-top:4px}.studio-sample{margin-top:24px;border-top:1px solid var(--line);padding-top:20px}.studio-sample>img{width:100%;max-height:390px;object-fit:contain;background:#eceef6;border-radius:10px}.full-background{width:100%;border-radius:8px}.studio .studio-image:before{display:none!important}.studio .studio-image img{width:100%!important;height:100%;object-fit:cover}.result-background-image{width:180px;max-height:135px;object-fit:cover;border-radius:8px;margin-bottom:15px}.synthetic-badge{color:#9b5a39;background:#f7eee3;padding:7px;border-radius:5px;font-size:11px!important}.summary>#preview-one{width:100%;margin-top:10px}.summary .summary-row strong{max-width:60%;text-align:right}.result-item>.photo-select{padding:8px;background:#f3f5fc;border-radius:5px}.upload-foot{flex-wrap:wrap;gap:8px}
.plate-editor{display:flex;gap:15px;align-items:center}.plate-editor input{margin-bottom:0!important}.plate-example{display:inline-flex;justify-content:center;align-items:center;background:#fafafd;border:2px solid #242635;border-radius:5px;min-width:180px;max-width:45%;padding:7px 12px;color:#202332;font-weight:750;font-size:13px;letter-spacing:1px;overflow-wrap:anywhere;text-align:center;line-height:1.2}.drive-progress{background:#eff2fa;border:1px solid #dce2f3;border-radius:14px;padding:24px;margin:20px 0;overflow:hidden}.drive-heading{display:flex;justify-content:space-between;gap:16px;align-items:center}.drive-heading .eyebrow{display:block;margin-bottom:8px}.drive-heading h3{font-size:20px;letter-spacing:-.5px}.drive-counter{text-align:right;white-space:nowrap}.drive-counter strong{display:block;font-size:27px;line-height:1.2;font-variant-numeric:tabular-nums;font-weight:600}.drive-counter span{font-size:10px;color:#77819a}.drive-road{position:relative;margin:38px 42px 28px 0;height:42px;border-radius:8px;background:#d8deed;box-shadow:inset 0 1px 3px #46533c12}.drive-fill{position:absolute;inset:0 auto 0 0;width:0;border-radius:8px;background:#b7c3ea;transition:width 1.3s ease}.drive-lanes{position:absolute;top:19px;left:0;right:0;height:3px;background:repeating-linear-gradient(90deg,#fff9 0 21px,transparent 21px 39px)}.drive-car{position:absolute;top:-22px;width:86px;left:0;color:var(--accent);transition:left 1.3s ease;filter:drop-shadow(0 7px 3px #2f352c21)}.drive-car svg{display:block;width:100%;height:42px}.drive-finish{position:absolute;right:-30px;top:0;color:#52618d;font-size:31px}.drive-stages{display:flex;justify-content:space-between;gap:7px;flex-wrap:wrap}.drive-stages span{border-bottom:2px solid #d9deec;padding:5px 0;color:#7c86a0;font-size:10px}.drive-stages span.current{color:#b54c2c;border-color:var(--accent);font-weight:700}.drive-stages span.done{color:#5b754b;border-color:#91a97b}.drive-footer{display:flex;justify-content:space-between;gap:12px;margin-top:18px;color:#636f92;font-size:12px}.drive-footer #drive-time{font-variant-numeric:tabular-nums}.drive-progress>p{margin-bottom:0;font-size:10px}.drive-progress.running .drive-lanes{animation:road-motion 1.1s linear infinite}.drive-progress.running .drive-car svg{animation:engine-idle .6s ease-in-out infinite alternate}.drive-progress.failed{background:#f6efe8;border-color:#e6d3c4}.drive-progress.failed .drive-car{color:#a47754}@keyframes road-motion{to{background-position:-39px 0}}@keyframes engine-idle{to{transform:translateY(-1.5px)}}@media(prefers-reduced-motion:reduce){.drive-progress *{animation:none!important;transition:none!important}}@media(max-width:700px){.drive-progress{padding:18px}.drive-heading h3{font-size:16px}.drive-counter strong{font-size:22px}.drive-stages{justify-content:flex-start;gap:9px}.plate-editor{flex-wrap:wrap}.plate-example{max-width:100%}.drive-footer{font-size:11px}}

.drive-road{margin-right:90px}.result-plate-control{margin:18px 0;font-size:12px;color:#6d7895}.result-plate-control input{max-width:340px;margin:5px 0!important}.result-plate-control .dialog-actions{margin-top:5px}

.preserved-badge{background:#edf1ff;color:#4253a8;border-radius:6px;padding:9px 11px;font-size:11px!important}

.wallet-button{display:flex;align-items:center;gap:9px;border:1px solid #cdd7f5;background:#e7edff;color:#354482;border-radius:9px;padding:9px 13px;white-space:nowrap}.wallet-button strong{font-size:17px;font-variant-numeric:tabular-nums}.wallet-button>span:last-child{font-size:10px;border-left:1px solid #c9d3ee;padding-left:9px}.gear-symbol{font-size:22px;line-height:1}.gear-estimate{margin-top:24px;border-top:1px solid #d8dded;padding-top:20px}.gear-estimate>div{display:flex;align-items:center;gap:8px}.gear-estimate strong{font-size:30px;font-weight:600;letter-spacing:-1px}.gear-estimate>div>span:last-child{font-size:11px;color:#5e6d97}.gear-estimate p{font-size:11px;color:#697793;margin:5px 0}.wallet-overview{display:grid;grid-template-columns:1fr 1.45fr;gap:38px;align-items:center;margin:28px 0 46px}.wallet-card{border-radius:20px;background:#1c1d25;color:#f4f5fc;padding:30px 34px;position:relative;overflow:hidden}.wallet-card:after{content:'⚙';position:absolute;font-size:205px;line-height:1;right:-28px;top:8px;opacity:.04}.wallet-card .eyebrow{color:#bac2dc}.wallet-total{display:flex;align-items:center;gap:15px}.wallet-total>span{color:#d9fa73;font-size:47px}.wallet-total strong{font-size:66px;letter-spacing:-3px;line-height:1.2;font-weight:550}.wallet-card p{color:#bfc7de;margin:10px 0 24px}.wallet-reserved{border-top:1px solid #4b577d;padding-top:15px;font-size:12px;color:#c2cae1}.wallet-explanation h2{font-size:28px;margin-bottom:18px}.wallet-explanation p{color:#6e768f;max-width:520px;line-height:1.8}.payment-mode{display:inline-block;background:#efe5d5;color:#8b6940;border-radius:6px;padding:6px 10px;font-size:11px}.gear-packages{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-bottom:35px}.gear-pack{position:relative;border:1px solid #dde2ef;background:#fff;border-radius:14px;padding:27px;display:flex;flex-direction:column;gap:14px}.gear-pack.featured{border:2px solid #6a7aab;background:#f6f8ff}.gear-pack .pack-label{font-size:10px;letter-spacing:1.3px;text-transform:uppercase;color:#6e7898}.pack-gears{font-size:36px;font-weight:600;letter-spacing:-1px;display:flex;align-items:center;gap:10px}.pack-gears>span{font-size:28px;color:#6b7ab0}.pack-description{font-size:12px;color:#7e88a5;margin:0}.pack-price{font-size:29px;font-weight:550;margin-top:6px;letter-spacing:-1px}.pack-unit{font-size:11px;color:#7d87a3}.gear-pack button{margin-top:10px;width:100%}.ledger-row{display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:13px;align-items:center;border-top:1px solid var(--line);padding:17px 0}.ledger-icon{height:34px;width:34px;display:grid;place-items:center;border-radius:9px;background:#edf0fb;color:#6b7baa;font-size:18px}.ledger-row strong{font-weight:550;font-size:13px}.ledger-row small{display:block;color:#798099;font-size:10px;margin-top:3px}.ledger-value{text-align:right;white-space:nowrap;color:#576cab;font-variant-numeric:tabular-nums}.ledger-value.negative{color:#b56040}.ledger-value.reserved{color:#8a8ea0}.purchase-amount{display:flex;align-items:center;gap:14px;margin-top:22px}.purchase-amount>span{font-size:35px;color:#7385b7}.purchase-amount strong{font-size:52px;font-weight:550;letter-spacing:-2px}#purchase-price{font-size:22px;margin-top:0}#complete-purchase{width:100%;margin-top:18px}#purchase-status,#quote-status{font-size:12px;min-height:18px}.result-gears{padding:9px 12px;background:#f0f3ff;color:#485da7;border-radius:7px;font-size:12px!important}.request-costs{font-size:11px;color:#7e8398;margin:12px 0}.request-costs summary{cursor:pointer}@media(max-width:1000px){header{gap:10px}.brand .beta{display:none}.wallet-button{padding:9px}.wallet-button>span:last-child{display:none}.gear-pack{padding:20px}.wallet-overview{gap:24px}}@media(max-width:700px){header{justify-content:flex-start}.brand{margin-right:auto}.wallet-overview{grid-template-columns:1fr;gap:24px}.wallet-card{padding:25px}.wallet-total strong{font-size:56px}.wallet-explanation h2{font-size:23px}.gear-packages{grid-template-columns:1fr}.gear-pack{padding:24px}.wallet-history{padding:20px}.wallet-history h2{font-size:20px}.ledger-row{gap:9px}.ledger-row strong{font-size:12px}.wallet-button{padding:8px 11px}.wallet-button strong{font-size:15px}.gear-estimate>div{justify-content:center}.gear-estimate{text-align:center}}


.plate-editor{align-items:center;flex-wrap:wrap}.plate-example{display:block;width:260px;max-width:100%;height:auto;aspect-ratio:520/112;padding:0;border:0;border-radius:3px;object-fit:contain;background:transparent;box-shadow:0 1px 4px #24272018}.result-plate-control>.plate-example{width:312px;margin:8px 0 12px}

.site-credits{display:flex;flex-direction:column;gap:5px;font-size:12px;line-height:1.6;color:#5a6585;max-width:560px}body>footer{flex-wrap:wrap}@media(max-width:700px){.site-credits{flex-basis:100%;order:3;font-size:11px}}

.brand-ai{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:22px;line-height:1;letter-spacing:-1px}

/* A shared, keyboard-accessible language control for all site screens. */
.language-switch{display:inline-flex;align-items:center;gap:2px;flex-shrink:0;background:#e9ece2;border:1px solid #d4dced;border-radius:9px;padding:3px;line-height:1}
.language-switch button{border:0;background:transparent;color:#586a9a;font-size:11px;font-weight:650;letter-spacing:.3px;padding:10px 11px;border-radius:6px;min-height:32px}
.language-switch button[aria-pressed=true]{background:#fff;color:#252d48;box-shadow:0 1px 4px #26311d13}
.auth-header{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-top:14px}
.landing-actions{display:flex;align-items:center;gap:14px}
.landing-actions .language-switch{order:-1}
@media(max-width:900px){.landing-nav{flex-wrap:wrap}.landing-nav nav{order:3;width:100%;justify-content:center}.landing-actions{margin-left:auto}}
@media(max-width:480px){.landing-nav{gap:17px 10px}.landing-nav nav{justify-content:flex-start;gap:22px}.landing-actions{gap:7px}.landing-actions .primary{padding:11px!important;font-size:11px}.language-switch button{padding:9px 8px}.landing-actions .language-switch{order:0}.landing-nav>.brand{font-size:18px;gap:6px}.landing-nav .brand-icon{width:31px;height:31px;font-size:20px}}
@media(max-width:360px){.landing-actions .primary{display:none}}
html[lang=en] .landing-hero h1{letter-spacing:-2.5px}
html[lang=en] .landing-section-heading h2{overflow-wrap:break-word}
@media(max-width:480px){html[lang=en] .landing-hero h1{letter-spacing:-1.8px}}
