@import url('assets/tokens/colors.css');@import url('assets/tokens/typography.css');@import url('assets/tokens/spacing.css');@import url('assets/tokens/base.css');
:root{--max:1120px;--ink:var(--ink-900);--body:var(--ink-600);--bg:var(--canvas-2);--bluewash:var(--abel-blue-tint-2)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--body);font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal)}a{color:var(--text-link);text-decoration:none}a:hover{color:var(--abel-blue);text-decoration:underline}.container{width:min(calc(100% - 48px),var(--max));margin:0 auto}.skip-link{position:absolute;left:-9999px;top:8px;background:#fff;color:var(--ink);padding:12px 16px;border-radius:var(--radius-md);z-index:10}.skip-link:focus{left:8px}.site-header{position:sticky;top:0;z-index:5;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);box-shadow:var(--shadow-xs);backdrop-filter:blur(10px)}.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:14px;color:var(--ink);font-weight:600}.brand:hover{text-decoration:none}.brand img{width:132px;height:auto}.brand-divider{height:26px;width:1px;background:var(--line)}.product-name{font-size:17px}.header-actions{display:flex;align-items:center;gap:18px}.header-cta,.primary-button,.small-primary{font:600 14px var(--font-sans);border:0;border-radius:var(--radius-md);cursor:pointer}.header-cta{padding:11px 16px;background:var(--abel-red);color:#fff}.header-cta:hover,.primary-button:hover,.small-primary:hover{background:var(--abel-red-hover);color:#fff;text-decoration:none}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}.language-wrap{position:relative}.language-button{height:42px;border:1px solid var(--line);background:var(--surface);border-radius:var(--radius-md);padding:0 11px;display:flex;align-items:center;gap:8px;font:600 13px var(--font-sans);color:var(--ink);cursor:pointer}.flag{display:inline-block;width:22px;height:15px;border-radius:3px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);flex:none}.flag-de{background:linear-gradient(#222 0 33%,#c62828 33% 66%,#e0b34b 66%)}.flag-gb{background:linear-gradient(25deg,transparent 42%,#fff 43% 48%,#c62828 49% 54%,#fff 55% 60%,transparent 61%),linear-gradient(-25deg,transparent 42%,#fff 43% 48%,#c62828 49% 54%,#fff 55% 60%,transparent 61%),#164a86}.chevron{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.language-menu{position:absolute;right:0;top:50px;width:184px;background:#fff;border:1px solid var(--line-cool);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:6px}.language-option{display:flex;align-items:center;gap:10px;width:100%;padding:11px 10px;border-radius:7px;color:var(--ink);font-size:13px}.language-option:hover,.language-option:focus-visible{background:var(--bluewash);text-decoration:none}.language-option .check{margin-left:auto;color:var(--abel-blue);font-size:17px}.hero{padding:76px 0 72px;background:linear-gradient(180deg,#eef3f8 0%,var(--bg) 75%)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:72px}.eyebrow{margin:0 0 16px;color:var(--abel-red);font-size:var(--text-xs);font-weight:700;letter-spacing:var(--tracking-eyebrow)}h1,h2,h3{color:var(--ink);letter-spacing:var(--tracking-tight);margin-top:0}h1{font-size:clamp(34px,4.1vw,48px);line-height:1.12;margin-bottom:22px}h2{font-size:clamp(27px,3vw,38px);line-height:1.18;margin-bottom:16px}h3{font-size:18px;line-height:1.3;margin-bottom:10px}.hero-lead{font-size:18px;line-height:1.65;max-width:570px}.hero-actions{display:flex;align-items:center;gap:22px;margin-top:30px;flex-wrap:wrap}.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:var(--abel-red);color:#fff;padding:15px 19px;box-shadow:var(--shadow-cta)}.text-link{font-weight:600}.preview-note{font-size:12px;line-height:1.55;color:var(--ink-500);max-width:500px;margin-top:20px}.preview-note strong{color:var(--ink-700)}.hero-product{filter:drop-shadow(0 22px 36px rgba(25,47,63,.15));transform:rotate(1deg)}.window-bar{height:44px;background:#192936;color:#f5f7f8;display:flex;align-items:center;padding:0 16px;gap:9px;border-radius:15px 15px 0 0;font-size:13px}.window-dot{width:9px;height:9px;border-radius:50%;background:#4ba6c9}.window-controls{margin-left:auto;width:56px;height:12px;position:relative}.window-controls:before{content:"";position:absolute;right:38px;top:3px;width:7px;height:7px;border:1px solid #b6c6cf}.window-controls:after{content:"";position:absolute;right:7px;top:3px;width:7px;height:7px;border:1px solid #b6c6cf;border-radius:50%}.dashboard{background:#fff;border:1px solid #dbe3e8;border-top:0;padding:24px;border-radius:0 0 15px 15px}.dashboard-top,.session-card,.dashboard-actions,.stats-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.mini-label{font-size:10px;letter-spacing:.12em;font-weight:700;color:var(--ink-400)}.dashboard h2{font-size:25px;margin:4px 0 0}.status-pill{font-size:11px;background:var(--success-tint);color:var(--success-600);padding:8px 10px;border-radius:999px;display:flex;gap:6px;align-items:center;white-space:nowrap}.status-pill i{width:7px;height:7px;background:var(--success);border-radius:50%}.session-card{margin:22px 0;padding:20px;border:1px solid var(--line-cool);border-radius:var(--radius-lg);background:linear-gradient(120deg,#fff,#f4f8fb)}.session-card strong{display:block;font-size:39px;color:var(--ink);line-height:1.2;margin-top:5px}.session-card small{font-size:14px;font-weight:500}.session-ring{width:86px;height:86px;border-radius:50%;border:8px solid #dceef5;border-top-color:var(--abel-blue);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--abel-blue-deep)}.session-ring span{font-size:22px;font-weight:700;line-height:1}.session-ring small{font-size:9px;margin-top:5px}.dashboard-actions{justify-content:flex-start;flex-wrap:wrap}.small-primary,.small-secondary{padding:11px 13px;font:600 12px var(--font-sans);cursor:pointer;border-radius:var(--radius-md)}.small-primary{background:var(--abel-red);color:#fff}.small-secondary{border:1px solid var(--line);background:#fff;color:var(--ink-700)}.stats-row{border-top:1px solid var(--line);margin-top:20px;padding-top:18px;align-items:flex-start}.stats-row div{display:flex;flex-direction:column;gap:4px}.stats-row span{font-size:10px;color:var(--ink-500)}.stats-row strong{color:var(--ink);font-size:16px}.rhythm-message{display:flex;align-items:flex-start;gap:10px;background:var(--bluewash);border-radius:var(--radius-md);padding:13px 14px;margin-top:18px;font-size:11px;line-height:1.5}.message-icon{flex:none;width:17px;height:17px;border-radius:50%;background:var(--success);color:#fff;text-align:center;line-height:17px;font-size:11px}.fact-strip{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.fact-grid{display:grid;grid-template-columns:repeat(3,1fr)}.fact-grid>div{padding:22px 28px;display:grid;grid-template-columns:auto 1fr;column-gap:13px;align-items:center;border-right:1px solid var(--line)}.fact-grid>div:last-child{border:0}.fact-grid b{grid-row:span 2;color:var(--abel-red);font-size:20px}.fact-grid span{display:flex;flex-direction:column;gap:2px;font-size:12px;color:var(--ink-500)}.fact-grid strong{color:var(--ink);font-size:16px}.section{padding:96px 0}.section-soft{background:#f1f5f8}.section-blue{background:var(--bluewash)}.section-intro{max-width:680px;margin-bottom:44px}.section-intro>p:last-child{font-size:17px;line-height:1.65}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step-card,.feature-card,.data-card{background:#fff;border:1px solid var(--line-cool);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.step-card{padding:26px}.step-number{display:grid;place-items:center;width:34px;height:34px;background:var(--abel-red-tint);color:var(--abel-red);border-radius:50%;font-weight:700;margin-bottom:25px}.step-card p,.feature-card p{margin:0;line-height:1.65}.feature-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:74px;align-items:start}.feature-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.feature-card{padding:24px}.feature-card:last-child{grid-column:span 2}.icon-box{display:block;position:relative;width:40px;height:40px;border-radius:var(--radius-md);background:#fff0ee;color:var(--abel-red);margin-bottom:18px}.icon-clock:before{content:"";position:absolute;inset:10px;border:2px solid currentColor;border-radius:50%}.icon-clock:after{content:"";position:absolute;left:19px;top:13px;width:2px;height:7px;background:currentColor;box-shadow:3px 5px 0 -0.5px currentColor}.icon-grid:before{content:"";position:absolute;inset:10px;border:2px solid currentColor;border-radius:2px;box-shadow:7px 0 0 -1px #fff,7px 0 0 1px currentColor,0 7px 0 -1px #fff,0 7px 0 1px currentColor,7px 7px 0 -1px #fff,7px 7px 0 1px currentColor}.icon-neutral:before{content:"";position:absolute;left:10px;right:10px;top:19px;height:2px;background:currentColor;transform:rotate(-18deg)}.privacy-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:76px;align-items:center}.privacy-copy>p{font-size:17px;line-height:1.7}.privacy-note{display:flex;flex-direction:column;gap:5px;margin-top:26px;padding:17px;background:var(--bluewash);border-radius:var(--radius-md);font-size:13px}.privacy-note strong{color:var(--ink)}.data-card{padding:8px}.data-group{padding:22px 24px}.data-group+.data-group{border-top:1px solid var(--line)}.data-group h3{display:flex;align-items:center;gap:10px;font-size:16px}.data-group h3 span:first-child{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;font-size:13px}.captured h3 span:first-child{color:var(--success-600);background:var(--success-tint)}.excluded h3 span:first-child{color:var(--ink-500);background:#eef1f3}.data-group ul{margin:0;padding-left:25px;line-height:2;color:var(--ink-600);font-size:14px}.faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:85px}.faq-list{background:#fff;border:1px solid var(--line-cool);border-radius:var(--radius-lg);padding:0 22px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list details:last-child{border-bottom:0}.faq-list summary{cursor:pointer;list-style:none;padding:22px 28px 22px 0;font-weight:600;color:var(--ink)}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';float:right;color:var(--abel-red);font-size:22px;font-weight:400}.faq-list details[open] summary:after{content:'−'}.faq-list p{padding:0 18px 22px 0;margin:0;font-size:14px;line-height:1.7}.final-cta{background:#192936;color:#fff;padding:66px 0}.final-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.final-inner h2{color:#fff;margin-bottom:12px}.final-inner p:not(.eyebrow){margin:0;color:#d8e2e8;max-width:620px}.site-footer{background:var(--surface);color:var(--body);padding:54px 0 22px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:48px}.site-footer img{width:130px;height:auto}.footer-brand p{font-size:12px;margin:12px 0 0;color:var(--ink-500);max-width:240px}.site-footer h2{font-size:11px;letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--ink-400);margin:3px 0 14px}.site-footer a{display:block;color:var(--text-link);font-size:13px;line-height:2}.site-footer a:hover{color:var(--abel-red)}.footer-bottom{border-top:1px solid var(--line);margin-top:42px;padding-top:16px;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:var(--ink-500)}.toast{position:fixed;right:20px;bottom:20px;max-width:360px;background:#fff;border:1px solid var(--line);border-left:4px solid var(--abel-red);box-shadow:var(--shadow-md);padding:16px;border-radius:var(--radius-md);font-size:13px;color:var(--ink);z-index:20}.toast[hidden]{display:none}@media(max-width:850px){.hero-grid,.feature-layout,.privacy-grid,.faq-layout{grid-template-columns:1fr;gap:42px}.hero{padding-top:54px}.hero-product{max-width:620px;margin:auto}.feature-layout{gap:24px}.faq-layout{gap:30px}.final-inner{align-items:flex-start;flex-direction:column}.section{padding:70px 0}}@media(max-width:560px){.container{width:min(calc(100% - 32px),var(--max))}.site-header .header-inner{height:68px}.brand-divider,.product-name,.header-cta{display:none}.brand img{width:120px}.header-actions{margin-left:auto}.language-button{height:40px}.hero{padding:44px 0 52px}h1{font-size:34px}.hero-lead{font-size:16px}.dashboard{padding:17px}.session-card{padding:16px}.session-ring{width:70px;height:70px;border-width:6px}.session-card strong{font-size:33px}.stats-row{gap:9px}.stats-row span{font-size:9px}.stats-row strong{font-size:14px}.fact-grid,.steps,.feature-cards{grid-template-columns:1fr}.fact-grid>div{border-right:0;border-bottom:1px solid var(--line);padding:17px 0}.feature-card:last-child{grid-column:auto}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-bottom{flex-direction:column;gap:7px}.language-menu{right:-8px}.primary-button{width:100%}.hero-actions{gap:14px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-product{transform:none}}#privacy{scroll-margin-top:92px}
