@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--orange:#ff5a2e;--orange-hover:#e94a20;--ink:#101114;--paper:#f7f7f5;--surface:#fff;--muted:#6f737b;--border:#e5e6e8;--dark:#0f1011;--dark2:#17181a;--max:1180px;--section:112px;--section-mobile:72px;--radius:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--paper);color:var(--ink);line-height:1.55}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(255,90,46,.45);outline-offset:3px}header{height:76px;display:flex;align-items:center;justify-content:space-between;max-width:var(--max);margin:auto;padding:0 24px;position:relative;z-index:10}.brand img{width:145px;display:block}nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}.button{display:inline-block;border:0;background:var(--orange);color:white;padding:14px 20px;border-radius:9px;font-weight:700;cursor:pointer;transition:background .18s ease,transform .18s ease}.button:hover{background:var(--orange-hover);transform:translateY(-1px)}.button:disabled{opacity:.7;cursor:default;transform:none}.button.small{padding:10px 15px}.hero,.flow,.showcase,.story,.stores,.early{max-width:var(--max);margin:auto;padding:var(--section) 24px}.hero{min-height:680px;display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;position:relative;padding-top:100px;padding-bottom:100px}.hero:before{content:"";position:absolute;width:460px;height:460px;border:1px solid #e7e8e9;border-radius:50%;right:-170px;top:10px;z-index:-1}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:800;color:var(--orange);margin:0 0 18px}.hero .eyebrow{text-transform:none;letter-spacing:0;font-size:19px}.hero h1{font-size:68px;line-height:1.02;letter-spacing:-.055em;margin:0 0 28px;max-width:680px}.lead{font-size:19px;color:#4f535b;max-width:680px}.swiss{font-size:13px;color:var(--muted);margin-top:20px}.product-card{background:white;border:1px solid var(--border);border-radius:22px;padding:28px;box-shadow:0 28px 80px rgba(16,17,20,.12);transform:rotate(1.5deg)}.topline{display:flex;justify-content:space-between;border-bottom:1px solid var(--border);padding-bottom:18px;color:var(--muted)}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0}.metrics article{background:#f5f5f3;border-radius:10px;padding:16px}.metrics span{display:block;font-size:11px;color:var(--muted)}.metrics strong{font-size:18px}.fake-list p{display:flex;gap:10px;align-items:center;border-top:1px solid var(--border);padding:15px 4px;margin:0}.fake-list i{width:9px;height:9px;border-radius:50%;background:var(--orange)}.fake-list b{margin-left:auto}.flow{text-align:center}.flow>p:not(.eyebrow){max-width:670px;margin:0 auto 64px;color:var(--muted);font-size:18px}h2{font-size:48px;line-height:1.08;letter-spacing:-.04em;margin:0 0 22px}.steps{display:grid;grid-template-columns:repeat(5,1fr);text-align:left;border-top:1px solid var(--border)}.steps article{padding:34px 22px 0 0;position:relative}.steps article:before{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:var(--orange);top:-5px}.steps b{display:block;color:var(--orange);font-size:21px;line-height:1;font-weight:800;letter-spacing:-.04em}.steps h3,.cards h3{font-size:21px;margin:14px 0 9px}.steps p,.cards p{color:var(--muted);font-size:14px}.dark{background:var(--dark);color:#f7f7f5;padding:120px max(24px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:1.25fr .75fr;gap:80px;align-items:end}.dark h2{font-size:54px}.dark em,.early em{color:var(--orange);font-style:normal}.dark .lead{color:#c3c5c9}.showcase{text-align:center}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:56px;text-align:left}.cards article{background:white;border:1px solid var(--border);border-radius:16px;padding:18px}.mini-ui{height:150px;border-radius:10px;background:#111;color:white;padding:18px;font-size:12px;font-weight:700;display:flex;justify-content:space-between;align-items:flex-start}.mini-ui span{color:var(--orange)}.story{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px;align-items:center;background:#efefed;border-radius:28px;padding-top:88px;padding-bottom:88px}.item-id{display:inline-flex;align-items:center;gap:8px;margin:8px 0 24px;padding:8px 11px;border-radius:8px;background:#fff;border:1px solid var(--border);font-size:12px;font-weight:700}.item-id i{width:8px;height:8px;background:var(--orange);border-radius:50%}.timeline{display:flex;align-items:center;flex-wrap:wrap;gap:12px;font-size:12px;font-weight:700}.timeline i{width:24px;height:1px;background:var(--orange)}.timeline strong{color:var(--orange)}.stores{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:center}.swiss-card{background:white;border:1px solid var(--border);border-radius:20px;padding:42px}.swiss-card span{font-size:28px}.swiss-card h3{font-size:28px;margin-bottom:10px}.early{max-width:none;background:var(--dark);color:white;padding:120px max(24px,calc((100vw - var(--max))/2))}.early>p{color:#c3c5c9}.early form{max-width:760px;margin-top:48px}.early form>div{display:grid;grid-template-columns:1fr 1fr;gap:16px}label{display:block;font-size:13px;font-weight:600;margin-bottom:16px}label span{color:#8d9198;font-weight:400}input,textarea{display:block;width:100%;margin-top:7px;background:#1d1f21;border:1px solid #34363a;color:white;border-radius:8px;padding:13px;font:inherit}textarea{resize:vertical}.consent{display:flex;align-items:flex-start;gap:10px;font-weight:400;color:#c3c5c9;line-height:1.45;margin:6px 0 22px}.consent input{width:17px;height:17px;margin:2px 0 0;flex:0 0 auto;accent-color:var(--orange)}.consent a{text-decoration:underline;text-underline-offset:2px}.form-note,.form-status{font-size:12px;color:#8d9198}.form-status{min-height:20px;margin-top:14px}.form-status.success{color:#b9e8c8}.form-status.error{color:#ffb2a0}footer{background:#090a0b;color:#c3c5c9;padding:64px max(24px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:1fr auto;gap:30px}footer img{width:140px}footer>div:nth-child(2){display:flex;gap:22px;font-size:13px;flex-wrap:wrap}footer>p{grid-column:1/-1;font-size:12px;color:#747982;border-top:1px solid #242528;padding-top:24px}.legal{max-width:820px;margin:auto;padding:96px 24px 120px}.legal h1{font-size:52px;letter-spacing:-.045em;line-height:1.05}.legal h2{font-size:26px;margin-top:48px}.legal p,.legal li{color:#4f535b}.legal .notice{padding:18px;border:1px solid #ffd1c4;background:#fff5f2;border-radius:12px}.legal-header{max-width:var(--max);margin:auto;padding:24px}.legal-header img{width:145px}
@media(max-width:850px){nav>a:not(.button):not([href$=".html"]){display:none}.hero,.flow,.showcase,.stores,.early{padding-top:var(--section-mobile);padding-bottom:var(--section-mobile)}.hero{grid-template-columns:1fr;min-height:auto;gap:52px}.hero h1{font-size:48px}.product-card{transform:none}.steps{grid-template-columns:1fr;border-top:0}.steps article{border-left:1px solid var(--border);padding:0 0 36px 28px}.steps article:before{left:-5px;top:5px}.steps b{font-size:20px}.steps h3{margin-top:10px}.dark,.stores,.story{grid-template-columns:1fr;gap:35px}.dark{padding-top:80px;padding-bottom:80px}.dark h2,h2{font-size:38px}.cards{grid-template-columns:1fr;margin-top:40px}.story{margin:20px 16px;padding:64px 24px}.timeline{flex-direction:column;align-items:flex-start}.timeline i{width:1px;height:18px;margin-left:5px}.early form>div{grid-template-columns:1fr}footer{grid-template-columns:1fr}header{height:66px}.brand img{width:125px}.legal h1{font-size:42px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

/* v1.2 DE-CH language polish */
html[lang="de-CH"] h1,html[lang="de-CH"] h2,html[lang="de-CH"] h3{text-wrap:balance}
html[lang="de-CH"] .hero h1{font-size:clamp(52px,5.45vw,66px);max-width:720px}
html[lang="de-CH"] .hero .lead{max-width:710px}
html[lang="de-CH"] .dark h2{font-size:clamp(43px,4.35vw,52px)}
html[lang="de-CH"] .steps h3{hyphens:auto}
html[lang="de-CH"] .cards h3{hyphens:auto}
.local-note{margin-top:18px!important;padding-top:16px;border-top:1px solid var(--border);font-size:12px!important;color:var(--muted)!important;font-weight:600;letter-spacing:.02em}
@media(max-width:850px){
 html[lang="de-CH"] .hero h1{font-size:clamp(42px,11vw,48px)}
 html[lang="de-CH"] .dark h2{font-size:clamp(34px,9vw,38px)}
}

/* v1.2.1 review-ready legal placeholders */
.legal-data{display:grid;grid-template-columns:minmax(150px,220px) 1fr;gap:10px 24px;margin:32px 0 44px;padding:24px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.legal-data dt{font-weight:700}.legal-data dd{margin:0;color:var(--body)}

@media(max-width:650px){.legal-data{grid-template-columns:1fr;gap:4px}.legal-data dd{margin-bottom:14px}}
