.hero-section{padding:108px 24px 80px;background:linear-gradient(180deg,#f0fdf4,#fff 60%);position:relative;overflow:hidden}.hero-inner{max-width:1100px;margin:0 auto;text-align:center;position:relative}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--green-light);border:1px solid var(--green-mid);border-radius:100px;padding:8px 20px;font-size:14px;color:var(--green-dark);font-weight:600;margin-bottom:36px}.hero-badge-dot{width:7px;height:7px;background:var(--green);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.4)}}h1{font-family:var(--ff-serif);font-size:clamp(36px,5.5vw,64px);font-weight:700;line-height:1.15;letter-spacing:-.5px;margin-bottom:24px;color:var(--text)}h1 em{font-style:italic;color:var(--green)}.hero-sub{font-size:clamp(17px,2.2vw,20px);color:var(--muted);max-width:600px;margin:0 auto 52px;font-weight:400;line-height:1.7}.trust-bar{display:flex;gap:28px;justify-content:center;flex-wrap:wrap;font-size:14px;color:var(--muted);font-weight:500;margin-top:20px}.trust-bar span:before{content:"✓ ";color:var(--teal);font-weight:700}.analyzer{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:32px;max-width:680px;margin:0 auto 40px;box-shadow:var(--shadow-lg)}.analyzer-label{font-size:13px;color:var(--muted);margin-bottom:14px;font-weight:600;text-transform:uppercase;letter-spacing:.8px}.url-row{display:flex;gap:10px}.url-input{flex:1;background:var(--bg2);border:1.5px solid var(--border);border-radius:12px;padding:15px 18px;font-size:17px;color:var(--text);font-family:var(--ff-body);outline:none;transition:border-color .2s,box-shadow .2s}.url-input:focus{border-color:var(--teal);box-shadow:0 0 0 3px #0d94881f}.url-input::placeholder{color:var(--muted2)}.btn-analyze{background:var(--teal);color:#fff;font-weight:700;font-size:16px;padding:15px 28px;border-radius:12px;border:none;cursor:pointer;font-family:var(--ff-head);white-space:nowrap;transition:background .2s,transform .1s;letter-spacing:-.2px}.btn-analyze:hover{background:var(--teal-dark)}.btn-analyze:active{transform:scale(.98)}.btn-analyze:disabled{opacity:.5;cursor:not-allowed}.analyzer-note{font-size:13px;color:var(--muted2);margin-top:12px;text-align:center}.result-card{margin-top:24px;display:none;animation:fadeUp .4s ease}.result-card.visible{display:block}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.score-ring{display:flex;justify-content:center;margin-bottom:20px}.ring-wrap{position:relative;width:120px;height:120px}.ring-svg{transform:rotate(-90deg)}.ring-bg{fill:none;stroke:var(--bg3);stroke-width:8}.ring-fill{fill:none;stroke-width:8;stroke-linecap:round;transition:stroke-dashoffset 1s cubic-bezier(.4,0,.2,1)}.ring-label{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.ring-num{font-family:var(--ff-head);font-size:34px;font-weight:800;line-height:1}.ring-sub{font-size:11px;color:var(--muted);font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-top:2px}.verdict{font-size:15px;color:var(--muted);text-align:center;margin-bottom:18px;font-weight:500}.factor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.factor-item{background:var(--bg2);border-radius:10px;padding:11px 14px;display:flex;justify-content:space-between;align-items:center;font-size:14px;border:1px solid var(--border-light)}.factor-name{color:var(--muted);font-weight:500}.factor-score{font-weight:800;font-family:var(--ff-head);font-size:16px}.result-footer{margin-top:18px;text-align:center}.btn-full{display:inline-block;background:var(--teal);color:#fff;font-weight:700;font-size:15px;padding:13px 26px;border-radius:11px;transition:background .2s;letter-spacing:-.1px}.btn-full:hover{background:var(--teal-dark)}.loader{display:none;justify-content:center;margin-top:20px;gap:7px}.loader.visible{display:flex}.dot{width:9px;height:9px;background:var(--teal);border-radius:50%;animation:bounce 1.2s infinite}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:scale(.7);opacity:.4}40%{transform:scale(1.2);opacity:1}}#errorMsg{margin-top:14px;color:var(--bad);font-size:14px;display:none;font-weight:500}section{padding:88px 24px}.section-inner{max-width:1100px;margin:0 auto}.section-tag{font-size:13px;font-weight:700;letter-spacing:1.5px;color:var(--green);text-transform:uppercase;margin-bottom:14px}h2.section-title{font-family:var(--ff-serif);font-size:clamp(26px,4vw,44px);font-weight:700;letter-spacing:-.3px;margin-bottom:16px;color:var(--text);line-height:1.2}.section-sub{color:var(--muted);font-size:18px;max-width:560px;margin-bottom:52px;line-height:1.7}.products{background:linear-gradient(180deg,#f0fdf4,#f9fafb);border-top:1px solid #d1fae5;border-bottom:1px solid var(--border)}.product-tabs{display:flex;gap:4px;background:var(--bg3);border-radius:14px;padding:5px;width:fit-content;margin-bottom:44px;border:1px solid var(--border)}.tab-btn{padding:10px 22px;border-radius:10px;border:none;background:transparent;color:var(--muted);font-size:15px;font-weight:600;cursor:pointer;font-family:var(--ff-body);transition:all .2s}.tab-btn.active{background:var(--card);color:var(--navy);box-shadow:var(--shadow-sm)}.product-panel{display:none}.product-panel.active{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.product-info h3{font-family:var(--ff-serif);font-size:28px;font-weight:700;margin-bottom:16px;color:var(--text);letter-spacing:-.2px}.product-info p{color:var(--muted);line-height:1.75;margin-bottom:24px;font-size:17px}.product-features{list-style:none;display:flex;flex-direction:column;gap:11px;margin-bottom:32px}.product-features li{display:flex;align-items:flex-start;gap:11px;font-size:16px;color:var(--text)}.product-features li:before{content:"✓";color:var(--teal);font-weight:700;flex-shrink:0;margin-top:3px}.product-badge{display:inline-flex;align-items:center;gap:6px;background:var(--teal-light);border:1px solid var(--teal-mid);border-radius:100px;padding:5px 14px;font-size:12px;font-weight:700;color:var(--teal-dark);margin-bottom:20px;letter-spacing:.2px}.product-visual{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:28px;font-size:14px;box-shadow:var(--shadow)}.product-visual h4{font-family:var(--ff-head);font-size:12px;font-weight:700;color:var(--muted2);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:18px}.score-bar-row{display:flex;align-items:center;gap:12px;margin-bottom:11px}.bar-label{width:90px;color:var(--muted);font-size:13px;flex-shrink:0;font-weight:500}.bar-track{flex:1;height:7px;background:var(--bg3);border-radius:4px;overflow:hidden}.bar-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,var(--teal-dark),var(--teal))}.bar-val{width:32px;text-align:right;font-weight:700;font-size:13px;color:var(--navy)}.engine-grid{display:flex;flex-direction:column;gap:8px}.engine-row{display:flex;justify-content:space-between;align-items:center;background:var(--bg2);border-radius:9px;padding:10px 14px;border:1px solid var(--border-light)}.engine-name{font-size:13px;color:var(--muted);font-weight:500}.engine-pill{font-size:11px;font-weight:700;padding:3px 10px;border-radius:100px;letter-spacing:.2px}.pill-good{background:#16a34a1a;color:var(--good)}.pill-mid{background:#d977061a;color:var(--mid)}.pill-bad{background:#dc26261a;color:var(--bad)}.keyword-list{display:flex;flex-direction:column;gap:2px}.keyword-row{display:flex;justify-content:space-between;align-items:center;padding:11px 14px;border-radius:9px;background:var(--bg2);border:1px solid var(--border-light)}.kw-text{font-size:14px;font-weight:500;color:var(--text)}.kw-status{font-size:12px;font-weight:700;display:flex;align-items:center;gap:6px}.kw-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.audience-card{background:var(--card);border:1.5px solid var(--border);border-radius:var(--radius);padding:28px;transition:border-color .2s,box-shadow .2s,background .2s;box-shadow:var(--shadow-sm);cursor:pointer;position:relative;user-select:none}.audience-card:hover{border-color:var(--green);box-shadow:var(--shadow)}.audience-card.active{border-color:var(--green);background:var(--green-light);box-shadow:var(--shadow)}.audience-card.active:after{content:"";position:absolute;bottom:-17px;left:50%;transform:translate(-50%);border:9px solid transparent;border-top-color:var(--green);z-index:2}.audience-icon{width:48px;height:48px;background:var(--green-light);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.audience-card.active .audience-icon{background:#ffffffb3}.audience-icon svg{width:24px;height:24px;stroke:var(--green-dark);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.audience-card h4{font-family:var(--ff-head);font-size:17px;font-weight:700;margin-bottom:8px;color:var(--text)}.audience-card p{font-size:14px;color:var(--muted);line-height:1.65}.branch-panel{display:none;margin-top:24px;background:var(--card);border:1.5px solid var(--green);border-radius:var(--radius);padding:36px;position:relative}.branch-panel.open{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px;animation:bpIn .25s ease}@keyframes bpIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.bp-close{position:absolute;top:14px;right:14px;width:30px;height:30px;border:1px solid var(--border);background:var(--bg);border-radius:50%;cursor:pointer;font-size:13px;color:var(--muted);display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s,border-color .2s}.bp-close:hover{background:var(--green);color:#fff;border-color:var(--green)}.bp-section-head{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--green-dark);margin-bottom:12px}.bp-quote{background:var(--green-light);border-left:3px solid var(--green);border-radius:0 8px 8px 0;padding:9px 13px;font-size:13px;font-style:italic;color:var(--text);margin-bottom:8px;line-height:1.55}.bp-problem{font-size:14px;color:var(--muted);line-height:1.7;margin-top:14px}.bp-products{display:flex;flex-direction:column;gap:10px}.bp-prod{border:1px solid var(--border);border-radius:10px;padding:13px 15px}.bp-prod-top{display:flex;align-items:center;gap:8px;margin-bottom:5px;flex-wrap:wrap}.bp-prod-name{font-size:13px;font-weight:700;color:var(--text)}.bp-badge{font-size:11px;font-weight:700;padding:2px 8px;border-radius:20px}.bp-badge.core{background:var(--green-light);color:var(--green-dark)}.bp-badge.optional{background:#f1f5f9;color:#64748b}.bp-prod-desc{font-size:12px;color:var(--muted);line-height:1.55}.bp-kpi-box{background:linear-gradient(135deg,var(--green-dark) 0%,#2d6a4f 100%);border-radius:12px;padding:22px;color:#fff;margin-bottom:18px}.bp-kpi-num{font-size:32px;font-weight:800;line-height:1;letter-spacing:-.02em}.bp-kpi-label{font-size:13px;opacity:.85;margin-top:5px;line-height:1.45}.bp-kpi-src{font-size:11px;opacity:.55;margin-top:10px}.bp-cta{display:block;width:100%;text-align:center;background:var(--green);color:#fff;border:none;padding:13px;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;text-decoration:none;transition:background .2s;font-family:var(--ff-head)}.bp-cta:hover{background:var(--green-dark)}@media(max-width:900px){.audience-grid{grid-template-columns:repeat(2,1fr)}.branch-panel.open{grid-template-columns:1fr}}@media(max-width:600px){.audience-grid{grid-template-columns:1fr}}.pricing{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.price-card{background:var(--card);border:1.5px solid var(--border);border-radius:20px;padding:36px;position:relative;transition:border-color .3s,box-shadow .3s;box-shadow:var(--shadow-sm)}.price-card:hover{border-color:#0d948866;box-shadow:var(--shadow)}.price-card.featured{border-color:var(--teal);box-shadow:0 8px 24px #0d948829,var(--shadow)}.price-popular{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--teal);color:#fff;font-size:11px;font-weight:800;padding:4px 16px;border-radius:100px;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap}.price-name{font-family:var(--ff-head);font-size:14px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:2px;margin-bottom:14px}.price-amount{display:flex;align-items:flex-end;gap:4px;margin-bottom:6px}.price-eur{font-family:var(--ff-head);font-size:52px;font-weight:800;line-height:1;letter-spacing:-3px;color:var(--navy)}.price-eur.accent{color:var(--teal)}.price-period{font-size:14px;color:var(--muted);margin-bottom:12px;font-weight:500}.price-desc{font-size:15px;color:var(--muted);margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid var(--border-light);line-height:1.6}.price-features{list-style:none;display:flex;flex-direction:column;gap:11px;margin-bottom:32px;font-size:15px}.price-features li{display:flex;align-items:flex-start;gap:10px;color:var(--text)}.pf-check{color:var(--teal);font-weight:700;flex-shrink:0;margin-top:2px}.pf-x{color:var(--muted2);flex-shrink:0;margin-top:2px}.pf-dim{color:var(--muted2)}.btn-plan{display:block;text-align:center;padding:14px;border-radius:12px;font-weight:700;font-size:16px;transition:all .2s;letter-spacing:-.2px}.btn-plan-outline{border:1.5px solid var(--border);color:var(--navy)}.btn-plan-outline:hover{border-color:var(--teal);color:var(--teal)}.btn-plan-primary{background:var(--teal);color:#fff}.btn-plan-primary:hover{background:var(--teal-dark)}.faq-grid{display:flex;flex-direction:column;gap:6px;max-width:760px}details{background:var(--card);border:1px solid var(--border-light);border-radius:13px;overflow:hidden;transition:border-color .2s,box-shadow .2s}details:hover{border-color:#0d94884d}details[open]{border-color:#0d948866;box-shadow:var(--shadow-sm)}summary{padding:21px 26px;cursor:pointer;font-weight:600;font-size:16px;display:flex;justify-content:space-between;align-items:center;list-style:none;gap:12px;color:var(--navy)}summary::-webkit-details-marker{display:none}summary:after{content:"+";color:var(--teal);font-size:24px;font-weight:300;flex-shrink:0;transition:transform .25s}details[open] summary:after{transform:rotate(45deg)}.faq-answer{padding:0 26px 22px;color:var(--muted);font-size:16px;line-height:1.75}footer{background:#1f2937;padding:44px 24px}.footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-logo{font-family:var(--ff-head);font-size:19px;font-weight:800;color:#fff}.footer-logo span{color:#34d399}.footer-links{display:flex;gap:24px;font-size:14px;color:#ffffff8c;font-weight:500}.footer-links a:hover{color:#fff}.footer-copy{font-size:13px;color:#fff6;width:100%;margin-top:16px;text-align:center}@media(max-width:768px){.nav-links{display:none}.url-row{flex-direction:column}.product-panel.active,.pricing-grid{grid-template-columns:1fr}.factor-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{flex-direction:column;text-align:center}h1{letter-spacing:-1.5px}h2.section-title{letter-spacing:-.8px}}@media(prefers-reduced-motion:no-preference){.hero-badge,.hero-inner h1,.hero-sub,.analyzer,.trust-bar{animation:fadeUp .6s ease both}.hero-inner h1{animation-delay:.1s}.hero-sub{animation-delay:.2s}.analyzer{animation-delay:.3s}.trust-bar{animation-delay:.4s}}#beispiele{background:#f7faf7}.ex-tabs{display:flex;gap:6px;margin-bottom:28px;background:#fff;padding:5px;border-radius:14px;width:fit-content;box-shadow:0 1px 4px #00000014;border:1px solid #e5e7eb}.ex-tab{padding:9px 22px;border-radius:10px;border:none;background:transparent;font-family:var(--ff-body);font-weight:600;font-size:14px;color:var(--muted);cursor:pointer;transition:all .2s}.ex-tab.active{background:var(--green);color:#fff}.ex-panel{display:none}.ex-panel.active{display:block}.ex-toggle{display:flex;gap:4px;margin-bottom:20px;background:#eef2ee;padding:4px;border-radius:10px;width:fit-content}.ex-tog{padding:8px 16px;border-radius:8px;border:none;background:transparent;font-family:var(--ff-body);font-weight:600;font-size:13px;color:var(--muted);cursor:pointer;transition:all .2s}.ex-tog.active{background:#fff;color:var(--text);box-shadow:0 1px 4px #0000001a}.ex-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:28px;box-shadow:0 2px 8px #0000000f}.ex-card.hidden{display:none}.ex-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:20px}.ex-domain{font-weight:700;font-size:15px;color:var(--text)}.ex-analyzed{font-size:12px;color:var(--muted2)}.ex-score-row{display:flex;align-items:center;gap:24px;margin-bottom:24px;flex-wrap:wrap}.ex-ring-wrap{position:relative;width:90px;height:90px;flex-shrink:0}.ex-ring-inner{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.ex-ring-num{font-family:var(--ff-head);font-size:26px;font-weight:800;line-height:1}.ex-ring-sub{font-size:9px;font-weight:600;color:var(--muted2);text-transform:uppercase;letter-spacing:.5px}.ex-verdict{font-family:var(--ff-serif);font-size:17px;font-weight:600;color:var(--text);margin-bottom:6px;line-height:1.3}.ex-ctx{font-size:13px;color:var(--muted);line-height:1.6;max-width:440px;margin:0}.ex-sec-head{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--muted2);margin:20px 0 12px}.ex-recs{display:flex;flex-direction:column;gap:16px}.ex-rec{display:flex;gap:14px;align-items:flex-start}.ex-rec-dot{width:10px;height:10px;border-radius:50%;margin-top:4px;flex-shrink:0}.ex-rec-body{flex:1;min-width:0}.ex-rec-title{font-size:14px;font-weight:600;color:var(--text);margin-bottom:5px}.ex-rec-steps{font-size:13px;color:var(--text);margin-bottom:8px;line-height:1.5}.ex-code-wrap{position:relative;background:#0f172a;border-radius:8px;padding:12px 12px 12px 16px}.ex-code{display:block;font-family:Courier New,Courier,monospace;font-size:12px;color:#e2e8f0;line-height:1.6;white-space:pre;overflow-x:auto;padding-right:70px}.ex-copy{position:absolute;top:8px;right:8px;background:#1e3a5f;color:#93c5fd;border:none;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:700;cursor:pointer;transition:background .15s;font-family:var(--ff-body)}.ex-copy:hover{background:#1e40af}.ex-copy.copied{background:#059669;color:#fff}.ex-engines{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:8px}.ex-engine{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px}.ex-ename{display:block;font-size:12px;color:var(--muted);font-weight:600;margin-bottom:4px}.ex-escore{display:block;font-family:var(--ff-head);font-size:22px;font-weight:800;line-height:1}.ex-elabel{display:block;font-size:11px;font-weight:600;margin-bottom:4px}.ex-ereason{display:block;font-size:11px;color:var(--muted2);line-height:1.3}.ex-kw-header{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:18px}.ex-kw-domain{font-weight:700;font-size:15px;color:var(--text)}.ex-kw-sep{color:var(--muted2)}.ex-kw-word{font-size:14px;color:var(--text)}.ex-kw-region{font-size:12px;color:var(--muted2);background:#f3f4f6;padding:2px 8px;border-radius:6px}.ex-kw-results{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.ex-kw-cell{display:flex;flex-direction:column}.ex-kw-row{background:#f9fafb;border:1px solid #e5e7eb;padding:8px 14px;display:flex;justify-content:space-between;align-items:center;border-radius:8px}.ex-kw-cell:has(.ex-kw-snip) .ex-kw-row{border-radius:8px 8px 0 0;border-bottom:none}.ex-kw-snip{background:#f0fdf4;border:1px solid #d1fae5;border-radius:0 0 8px 8px;padding:8px 14px;font-size:12px;color:#065f46;font-style:italic}.ex-kw-ename{font-size:13px;font-weight:600;color:var(--muted)}.ex-kw-pill{font-size:11px;font-weight:700;padding:3px 10px;border-radius:100px}.ex-pill-yes{background:#0596691a;color:#065f46}.ex-pill-no{background:#dc26261a;color:#991b1b}.ex-hint{font-size:13px;color:var(--muted);padding:12px 16px;background:#f9fafb;border-radius:8px;border-left:3px solid #e5e7eb;line-height:1.5;margin:0}.ex-hint-good{color:#065f46;background:#f0fdf4;border-left-color:var(--green)}.ex-compare{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;margin-bottom:16px}.ex-cmp-head{display:grid;grid-template-columns:1fr 65px 55px 55px 55px;background:#f3f4f6;padding:10px 16px;font-size:11px;font-weight:700;color:var(--muted2);text-transform:uppercase;letter-spacing:.5px;gap:8px}.ex-cmp-row{display:grid;grid-template-columns:1fr 65px 55px 55px 55px;padding:11px 16px;border-top:1px solid #f3f4f6;align-items:center;font-size:13px;gap:8px}.ex-cmp-row.ex-yours{background:#f0fdf4}.ex-cmp-domain{font-weight:600;color:var(--text);display:flex;align-items:center;gap:6px;flex-wrap:wrap;min-width:0}.ex-cmp-score{font-size:15px;font-weight:700}.ex-cmp-fact{font-size:13px;font-weight:600}.ex-badge-lead{font-size:10px;font-weight:700;background:var(--green);color:#fff;padding:2px 6px;border-radius:5px;white-space:nowrap}.ex-badge-yours{font-size:10px;font-weight:700;background:#dbeafe;color:#1d4ed8;padding:2px 6px;border-radius:5px;white-space:nowrap}@media(max-width:768px){.ex-tabs{flex-wrap:wrap}.ex-engines{grid-template-columns:repeat(2,1fr)}.ex-cmp-head,.ex-cmp-row{grid-template-columns:1fr 52px 42px 42px 42px;font-size:12px}}
