@font-face{font-family:noto sans;font-weight:400;font-style:normal;font-display:swap;src:url(/fonts/noto-sans-400.woff2)format("woff2"),url(/fonts/noto-sans-400.ttf)format("truetype")}@font-face{font-family:noto sans;font-weight:500;font-style:normal;font-display:swap;src:url(/fonts/noto-sans-500.woff2)format("woff2"),url(/fonts/noto-sans-500.ttf)format("truetype")}@font-face{font-family:noto sans;font-weight:600;font-style:normal;font-display:swap;src:url(/fonts/noto-sans-600.woff2)format("woff2"),url(/fonts/noto-sans-600.ttf)format("truetype")}@font-face{font-family:noto sans;font-weight:700;font-style:normal;font-display:swap;src:url(/fonts/noto-sans-700.woff2)format("woff2"),url(/fonts/noto-sans-700.ttf)format("truetype")}@font-face{font-family:jetbrains mono;font-weight:400;font-style:normal;font-display:swap;src:url(/fonts/jetbrains-mono-400.woff2)format("woff2"),url(/fonts/jetbrains-mono-400.ttf)format("truetype")}@font-face{font-family:jetbrains mono;font-weight:700;font-style:normal;font-display:swap;src:url(/fonts/jetbrains-mono-700.woff2)format("woff2"),url(/fonts/jetbrains-mono-700.ttf)format("truetype")}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#3976ef;--primary-light:rgba(57, 118, 239, 0.08);--primary-border:rgba(57, 118, 239, 0.15);--bg:#f8f9fc;--surface:#ffffff;--border:#e7ebf3;--text:#0f172a;--text-muted:#475569;--text-light:#94a3b8;--font-body:"Noto Sans", system-ui, sans-serif;--font-display:"Noto Sans", system-ui, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, monospace;--max-width:960px;--radius:0.25rem;--radius-lg:0.5rem;--radius-xl:0.75rem}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--text);background:var(--bg);line-height:1.7;min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}ul,ol{list-style:none}h1,h2,h3,h4,h5{font-family:var(--font-display);font-weight:700;line-height:1.15;letter-spacing:-.02em}h1{font-size:clamp(2.5rem,5vw,4.5rem)}h2{font-size:clamp(1.75rem,3vw,2.25rem)}h3{font-size:1.25rem}h4{font-size:1.125rem}p{max-width:65ch}.mono{font-family:var(--font-mono)}.highlight{color:var(--primary)}.lead{font-size:clamp(1.25rem,2vw,1.5rem);color:var(--text-muted);line-height:1.65}.wrapper{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}main{flex:1}section{padding:5rem 0}section+section{padding-top:0}.header{background:var(--bg);border-bottom:1px solid var(--border)}.header .wrapper{display:flex;align-items:center;justify-content:space-between;padding-top:1.25rem;padding-bottom:1.25rem}.logo{display:flex;align-items:center;gap:.75rem;font-family:var(--font-mono);font-weight:700;font-size:1.75rem;letter-spacing:-.02em;text-decoration:none;color:var(--text)}.logo-icon{width:3rem;height:3rem}.nav{display:flex;align-items:center}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{font-size:1rem;font-weight:500;color:var(--text-muted);text-decoration:none}.nav-links a:hover,.nav-links a.active{color:var(--primary)}.cta-button{display:inline-flex;align-items:center;justify-content:center;height:2.75rem;padding:0 1.25rem;border-radius:var(--radius);background:var(--primary);color:#fff;font-size:.9375rem;font-weight:700;border:none;cursor:pointer;white-space:nowrap;text-decoration:none}.cta-button:hover{background:#5a8ef7}.menu-toggle{display:none;cursor:pointer;padding:.5rem;color:var(--text);font-size:1.75rem;line-height:1}.menu-state{display:none}.nav-header{display:none}.nav-close{display:none}@media(max-width:900px){body:has(.menu-state:checked){overflow:hidden}}@media(max-width:900px){.nav{display:none;position:fixed;top:0;left:0;right:0;bottom:0;flex-direction:column;background:var(--bg);z-index:200;overflow-y:auto}.nav-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);flex-shrink:0}.nav-close{display:block;cursor:pointer;font-size:2rem;color:var(--text);padding:.25rem .5rem;line-height:1}.nav-links{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:3rem 1.5rem}.nav-links a{font-size:1.25rem;font-weight:600}.menu-state:checked~.nav{display:flex}.menu-toggle{display:block}.header-cta{display:none}}.intro{padding:5rem 0 3rem}.intro h1{font-size:clamp(2.25rem,4.5vw,3.5rem)}.intro-grid{display:flex;align-items:center;gap:1.5rem;margin-top:1.5rem}.intro-content{flex:1}.intro .lead{max-width:640px}.intro-image{flex-shrink:0}.intro-image img{width:380px;height:auto}.badge{display:block;font-family:var(--font-mono);font-size:.8125rem;font-weight:500;color:var(--primary);margin-bottom:1.5rem}.intro-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:var(--radius-lg);font-weight:700;font-size:1rem;border:none;cursor:pointer;text-decoration:none}.button:focus-visible{outline:3px solid var(--primary);outline-offset:2px}.button-primary{background:var(--text);color:#fff}.button-primary:hover{background:#1e293b}.button-outline{background:0 0;color:var(--primary);border:2px solid var(--primary)}.button-outline:hover{background:var(--primary);color:#fff}.button-red-outline{background:0 0;color:#dc2626;border:2px solid #dc2626}.button-red-outline:hover{background:#dc2626;color:#fff}.pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:3rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.pillar{display:flex;flex-direction:column;gap:1rem}.pillar-title-row{display:flex;align-items:center;gap:.75rem}.pillar h4{font-family:var(--font-mono)}.pillar ul{display:flex;flex-direction:column;gap:.5rem}.pillar li{font-size:.875rem;color:var(--text-muted)}@media(max-width:900px){.pillars{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.pillars{grid-template-columns:1fr}}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.card-section{grid-column:1/-1;margin-top:2rem}.card-section:first-child{margin-top:0}.card-section h3{font-family:var(--font-mono);font-size:1.125rem;color:var(--text-muted);padding-bottom:.75rem;border-bottom:1px solid var(--border)}.card{display:flex;flex-direction:column;gap:1rem;padding:2rem;border-radius:var(--radius-xl);border:1px solid var(--border);background:var(--surface);box-shadow:0 1px 3px rgba(0,0,0,4%)}.card-title-row{display:flex;align-items:center;gap:.75rem}.card-title-row h3{flex:1}.card-label{font-family:var(--font-mono);font-size:.6875rem;color:var(--text-light);letter-spacing:.04em}.card h3{font-family:var(--font-mono)}.card p{font-size:.875rem;color:var(--text-muted);line-height:1.7}.card-link{font-size:.875rem;font-weight:700;color:var(--primary);margin-top:auto;text-decoration:none;width:fit-content}.card-link:hover{color:#2d63d4}.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.section-header h2{font-family:var(--font-mono)}.section-header p{font-size:.875rem;color:var(--text-muted);max-width:420px;margin-top:.5rem}.section-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;color:var(--primary);text-decoration:none}.section-link:hover{gap:.75rem}.banner{border-radius:var(--radius-xl);background:var(--primary);padding:4rem 2rem;text-align:center;color:#fff;position:relative;overflow:hidden}.banner-content{position:relative;z-index:1;max-width:40rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.banner h2{font-family:var(--font-mono)}.banner p{font-size:1.125rem;opacity:.85;max-width:560px;color:#fff}.banner a{color:#fff;text-decoration:none}.banner .button{margin-top:.5rem;background:#fff;color:var(--primary);font-size:1.125rem;border-radius:var(--radius-lg);padding:1rem 2.5rem}.footer{border-top:1px solid var(--border);background:var(--surface)}.footer .wrapper{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;padding-top:2.5rem;padding-bottom:2.5rem}.footer-copy{font-family:var(--font-mono);font-size:.875rem;color:var(--text-muted)}.footer-links{display:flex;gap:2rem}.footer-links a{font-size:.875rem;color:var(--text-muted);text-decoration:none}.footer-links a:hover{color:var(--primary)}.footer-links .active{color:var(--text);font-weight:600}.footer-lang{display:flex;gap:1rem;font-size:.875rem}.footer-lang a{color:var(--text-muted);text-decoration:none}.footer-lang a:hover{color:var(--primary)}.footer-lang .active{color:var(--text);font-weight:600}.page-header{padding:4rem 0 .5rem}.page-header h1{font-size:clamp(2rem,4vw,3rem)}.beta-badge{display:inline-block;vertical-align:middle;font-size:.7rem;font-weight:700;letter-spacing:.05em;color:#fff;background:#2563eb;padding:.2rem .5rem;border-radius:var(--radius);line-height:1;position:relative;top:-15px;white-space:nowrap}.page-header .lead{margin-top:1rem;margin-bottom:1.5rem}.content>h2{margin-top:3rem;margin-bottom:1rem}.content>h3{margin-top:2rem;margin-bottom:.75rem}.content>p{margin-bottom:1rem;color:var(--text-muted)}.content>ul,.content>ol{margin-bottom:1rem;padding-left:1.5rem}.content>ul{list-style:disc}.content>ol{list-style:decimal}.content>li{margin-bottom:.5rem;color:var(--text-muted)}.technologies{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.tech-section{grid-column:1/-1;margin-top:2rem}.tech-section:first-child{margin-top:0}.tech-section h3{font-family:var(--font-mono);font-size:1.125rem;color:var(--text-muted);padding-bottom:.75rem;border-bottom:1px solid var(--border)}.technology{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;border-radius:var(--radius-xl);border:1px solid var(--border);background:var(--surface);box-shadow:0 1px 3px rgba(0,0,0,4%);text-decoration:none;color:inherit}.technology h3{font-family:var(--font-mono);font-size:1.125rem}.technology p{font-size:.875rem;color:var(--text-muted)}.technology-tag{display:inline-block;font-family:var(--font-mono);font-size:.6875rem;color:var(--primary);background:var(--primary-light);padding:.25rem .625rem;border-radius:9999px;letter-spacing:.03em;width:fit-content}.pricing-tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:2rem;margin-bottom:3rem}.pricing-tile{padding:2.5rem 2rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface)}.pricing-tile h3{font-family:var(--font-mono);margin-bottom:.5rem}.pricing-tile .amount{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:var(--primary);margin:1rem 0}.pricing-tile .amount .currency-chf{display:none}[data-currency=chf] .pricing-tile .amount .currency-default{display:none}[data-currency=chf] .pricing-tile .amount .currency-chf{display:inline}.pricing-tile .amount .period{font-size:1rem;color:var(--text-muted);font-weight:400}.pricing-tile p{font-size:.875rem;color:var(--text-muted);margin:0 auto}.pricing-tile.featured{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.rate-highlight{padding:2.5rem 2rem;border-radius:var(--radius-xl);border:1px solid var(--border);background:var(--surface);box-shadow:0 1px 3px rgba(0,0,0,4%);text-align:center;margin-bottom:2rem}.rate-highlight h3{font-family:var(--font-mono);color:var(--primary);margin-bottom:.5rem}.rate-highlight p{font-family:var(--font-display);font-size:1.125rem;font-weight:700;color:var(--text);line-height:1.5;margin:0 auto}.content-with-image{display:flex;align-items:center;gap:1.5rem}.content-with-image-main{flex:1}.content-with-image-aside{flex-shrink:0}.content-with-image-aside img{width:380px;height:auto}.form{max-width:640px;margin-top:1.5rem}.field-row{display:flex;gap:1.5rem}.field-row .field{flex:1}.field{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1.5rem}.field label{font-size:.875rem;font-weight:600;color:var(--text)}.field input,.field textarea,.field select{padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius);font-family:var(--font-body);font-size:.9375rem;color:var(--text);background:var(--surface);width:100%}.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(57,118,239,.1)}.field textarea{min-height:160px;resize:vertical}.reasons{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;padding:3rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.reason{display:flex;flex-direction:column;gap:1rem}.reason-title-row{display:flex;align-items:center;gap:.75rem}.reason h4{font-family:var(--font-mono);font-size:1rem}.reason p{font-size:.875rem;color:var(--text-muted)}@media(max-width:900px){.reasons{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.reasons{grid-template-columns:1fr}}@media(max-width:600px){section{padding:3rem 0}.wrapper{padding:0 1rem}.intro-image{display:none}.content-with-image-aside{display:none}.intro{padding:3rem 0 2rem}.page-header{padding:2.5rem 0 1.5rem}.cards{grid-template-columns:1fr}.card{padding:1.25rem}.card-title-row{flex-wrap:wrap}.card-label{width:100%;order:-1}.pricing-tiles{grid-template-columns:1fr}.pricing-tile{padding:2rem 1.25rem}.technologies{grid-template-columns:1fr}.technology{padding:1.25rem}.checker-summary-cta{flex-direction:column}.checker-summary-cta .button{width:100%;text-align:center}.banner{padding:2.5rem 1.25rem}.footer .wrapper{flex-direction:column;align-items:center;text-align:center;gap:1rem}.footer-links{flex-wrap:wrap;justify-content:center}.button{padding:.875rem 1.5rem}.banner .button{padding:.875rem 1.5rem;font-size:1rem}.field-row{flex-direction:column;gap:0}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.gap-sm{margin-top:1rem}.gap-md{margin-top:2rem}.gap-lg{margin-top:3rem}.lastmod{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.8125rem;color:var(--text-light)}.checker-form{max-width:100%}.checker-input-row{display:flex;gap:.75rem;align-items:stretch}.checker-input-row .checker-domain{flex:auto;min-width:0;font-size:1.125rem;padding:1rem 1.25rem;border:1px solid var(--border);border-radius:var(--radius-lg);font-family:var(--font-body);color:var(--text);background:var(--surface)}.checker-input-row .checker-domain:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(57,118,239,.1)}.checker-input-row .button{flex:none;white-space:nowrap}@media(max-width:600px){.checker-input-row{flex-direction:column}.checker-input-row .button{width:100%;justify-content:center}}.checker-error{margin-top:1rem;font-size:.875rem;font-weight:600;color:#dc2626}.checker-status{margin-top:2rem;font-family:var(--font-mono);font-size:.875rem;color:var(--text-muted)}.checker-progress{width:100%;height:.5rem;margin-top:1rem;border:none;border-radius:var(--radius-lg);overflow:hidden;background:var(--primary-light)}.checker-progress::-webkit-progress-bar{background:var(--primary-light);border-radius:var(--radius-lg)}.checker-progress::-webkit-progress-value{background:var(--primary);border-radius:var(--radius-lg);transition:width .12s linear}.checker-progress::-moz-progress-bar{background:var(--primary);border-radius:var(--radius-lg)}.checker-result{margin-top:2rem;outline:none}.checker-result .cards{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem}.checker-result .card{padding:1.5rem;gap:.75rem}.checker-result .card-label+p{margin-bottom:.75rem}.checker-result .card p{margin:0}.checker-result .technology-tag{background:0 0;padding:0;font-weight:400;font-family:inherit;font-size:.8125rem;color:var(--text)}.checker-summary{padding:1.25rem 1.5rem;border-radius:var(--radius-lg);margin-bottom:1.5rem}.checker-summary--good{background:#edf7f1}.checker-summary--bad{background:#f9f1f1}.checker-summary-title{display:block;font-size:1.35rem;font-weight:700;margin-bottom:.85rem;color:var(--text)}.checker-summary--bad .checker-summary-title{color:#8e2929}.checker-summary--good .checker-summary-title{color:#255637}.checker-finding{padding:.5rem 0;margin-bottom:.15rem}.checker-finding:last-of-type{margin-bottom:0}.checker-summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem 1rem;align-items:start;margin-bottom:.5rem}@media(max-width:600px){.checker-summary-grid{grid-template-columns:1fr}}.checker-finding{display:grid;grid-template-columns:auto 1fr;column-gap:.75rem;row-gap:.25rem}.checker-finding::before{content:"";grid-row:1/3;align-self:start;margin-top:.2rem}.checker-summary--bad .checker-finding::before{content:"!";display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:50%;background:#c43131;color:#fff;font-size:.75rem;font-weight:800;line-height:1}.checker-summary--good .checker-finding::before{content:"\2713";display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:50%;background:#39ac63;color:#fff;font-size:.7rem;font-weight:800;line-height:1}.checker-finding-heading{font-size:.875rem;font-weight:700;line-height:1.4;color:var(--text)}.checker-summary--bad .checker-finding-heading{color:#6f2a2a}.checker-finding-text{margin:0;font-size:.8125rem;line-height:1.45;color:var(--text-muted)}.checker-summary-cta{display:flex;gap:.75rem;justify-content:space-between;flex-wrap:wrap;margin-top:.85rem;padding-top:.75rem;border-top:1px solid #e0e0e0}.checker-summary--good .button-primary{background:#39ac63}.checker-summary--good .button-primary:hover{background:#248f4b}.checker-summary--bad .button-primary{background:#c43131}.checker-summary--bad .button-primary:hover{background:#a51d1d}.checker-summary--good .button-red-outline{color:#39ac63;border-color:#39ac63}.checker-summary--good .button-red-outline:hover{background:#39ac63;color:#fff}.checker-disclaimer{font-size:.75rem;color:#8c8c8c;margin-top:.75rem;margin-bottom:1.5rem;line-height:1.4;max-width:none}.checker-record{font-family:var(--font-mono);font-size:.8125rem;word-break:break-all;background:var(--primary-light);padding:.5rem .75rem;border-radius:var(--radius);display:inline-block}.checker-mx .mono{font-family:var(--font-mono);font-size:.875rem}.checker-chips{display:flex;flex-wrap:wrap;gap:.5rem}.checker-share{margin-top:3rem;padding:2rem;border-radius:var(--radius-xl);border:1px solid var(--border);background:var(--surface);box-shadow:0 1px 3px rgba(0,0,0,4%)}.checker-share h2{font-family:var(--font-mono);font-size:1.125rem}.checker-share-controls{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.checker-share-url{flex:1 1 280px;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius);font-family:var(--font-mono);font-size:.8125rem;color:var(--text-muted);background:var(--bg)}@media(max-width:600px){.checker-share-controls{flex-direction:column}.checker-share-url{flex:auto}}@media(prefers-reduced-motion:reduce){.checker-progress::-webkit-progress-value{transition:none}}