/* ============================================================
   HAAS WASSERKRAFT — Shared Design System
   Farben: Blau #1A6BB5 (Vertrauen/Beratung) · Gold #f5c542 (Shop/Kauf)
   ============================================================ */

*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html{scroll-behavior:smooth;overflow-x:hidden}
body{font-family:'Segoe UI',Arial,sans-serif;color:#1a2a3a;background:#fff;line-height:1.6;font-size:16px}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button{font-family:inherit}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,0.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(26,107,181,.12);padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:72px;gap:.5rem}
.nav-logo img{height:52px;width:auto}
.nav-links{display:none}
.nav-cta{background:#1A6BB5;color:#fff;padding:8px 16px;border-radius:6px;font-size:.82rem;font-weight:700;box-shadow:0 0 14px rgba(26,107,181,.35);white-space:nowrap}
.nav-cta-gold{background:linear-gradient(135deg,#f5c542,#e6a817);color:#0d1f33;box-shadow:0 0 14px rgba(245,197,66,.4)}
.nav-back{font-size:.82rem;font-weight:600;color:#4a6070;display:flex;align-items:center;gap:4px}
.breadcrumb{padding:80px 1.25rem 0;font-size:.78rem;color:#7a9ab5}
.breadcrumb a{color:#1A6BB5;font-weight:600}

/* HERO */
.hero{min-height:92svh;background:#06101e;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:88px 1.25rem 40px;position:relative;overflow:hidden}
.hero-glow-1{position:absolute;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(26,107,181,.4) 0%,transparent 70%);top:-80px;left:-80px;animation:fg1 8s ease-in-out infinite;pointer-events:none}
.hero-glow-2{position:absolute;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(56,189,248,.2) 0%,transparent 70%);bottom:-60px;right:-60px;animation:fg2 10s ease-in-out infinite;pointer-events:none}
@keyframes fg1{0%,100%{transform:translate(0,0)}50%{transform:translate(30px,20px)}}
@keyframes fg2{0%,100%{transform:translate(0,0)}50%{transform:translate(-20px,-15px)}}
canvas.hero-canvas{position:absolute;inset:0;z-index:0}
.hero-content{position:relative;z-index:1;width:100%;max-width:640px}
.hero-badge{display:inline-block;background:rgba(26,107,181,.25);border:1px solid rgba(91,168,232,.4);color:#7ec8f0;font-size:.7rem;font-weight:700;padding:5px 14px;border-radius:20px;margin-bottom:1.25rem;letter-spacing:.6px;text-transform:uppercase}
.hero h1{font-size:2.6rem;font-weight:800;color:#fff;line-height:1.18;margin-bottom:1rem;text-shadow:0 0 40px rgba(26,107,181,.6)}
.hero h1 span{color:#5ba8e8}
.hero p{font-size:1.05rem;color:#9bbcd4;margin-bottom:2rem;line-height:1.7}
.drops-canvas{position:fixed;inset:0;z-index:0;pointer-events:none}

/* TWO PATHS — Direktkauf vs Beratung */
.paths{display:flex;flex-direction:column;gap:1rem;width:100%;position:relative;z-index:1}
.path-card{border-radius:18px;padding:1.5rem;text-align:left;position:relative;overflow:hidden;display:block}
.path-shop{background:linear-gradient(135deg,#1a1408,#0d1f33 65%);border:2px solid #f5c542;box-shadow:0 0 40px rgba(245,197,66,.18)}
.path-advice{background:rgba(255,255,255,.05);border:2px solid rgba(91,168,232,.4);backdrop-filter:blur(8px)}
.path-eyebrow{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}
.path-shop .path-eyebrow{color:#f5c542}
.path-advice .path-eyebrow{color:#7ec8f0}
.path-card h3{font-size:1.25rem;font-weight:800;color:#fff;margin-bottom:.4rem;line-height:1.3}
.path-card p{font-size:.85rem;color:#9bbcd4;margin-bottom:1.1rem}
.path-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:10px;font-weight:800;font-size:.9rem}
.path-shop .path-btn{background:linear-gradient(135deg,#f5c542,#e6a817);color:#0d1f33;box-shadow:0 0 22px rgba(245,197,66,.4)}
.path-advice .path-btn{background:#1A6BB5;color:#fff;box-shadow:0 0 22px rgba(26,107,181,.5)}
.path-from{font-size:.72rem;color:#7a9ab5;margin-top:.6rem}

/* SECTIONS */
.section{padding:52px 1.25rem}
.section-dark{background:linear-gradient(135deg,#0d1f33 0%,#06101e 100%);position:relative;overflow:hidden}
.section-light{background:#f8fbff}
.section-white{background:#fff}
.section-blue{background:linear-gradient(160deg,#f0f7ff 0%,#e8f4fd 100%)}
.label{font-size:.72rem;font-weight:700;color:#1A6BB5;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:.6rem}
.label-light{color:#5ba8e8}
.label-gold{color:#e6a817}
.title{font-size:1.7rem;font-weight:800;color:#0d1f33;line-height:1.25;margin-bottom:.75rem}
.title-light{color:#fff}
.sub{font-size:.92rem;color:#4a6070;line-height:1.65}
.sub-light{color:#8aacc8}
.glow-blob{position:absolute;border-radius:50%;pointer-events:none}

/* CARDS */
.card{background:#fff;border:1.5px solid #e0eaf5;border-radius:14px;padding:1.25rem;margin-bottom:1rem}
.card:last-child{margin-bottom:0}
.card-dark{background:rgba(255,255,255,.05);border:1px solid rgba(91,168,232,.18);border-radius:14px;padding:1.25rem;margin-bottom:1rem;backdrop-filter:blur(6px)}
.card-dark:last-child{margin-bottom:0}
.icon-wrap{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;flex-shrink:0}
.icon-wrap-blue{background:#e8f4fd}
.icon-wrap-glow{background:rgba(26,107,181,.2);box-shadow:0 0 14px rgba(26,107,181,.25)}
.icon-wrap svg{width:20px;height:20px;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.icon-blue svg{stroke:#1A6BB5}
.icon-glow svg{stroke:#5ba8e8}
.card h3{font-size:.95rem;font-weight:700;color:#0d1f33;margin-bottom:.35rem}
.card-dark h3{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:.35rem}
.card p,.card-dark p{font-size:.85rem;color:#4a6070;line-height:1.6}
.card-dark p{color:#8aacc8}

/* STEPS */
.step-row{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}
.step-row:last-child{margin-bottom:0}
.step-num{width:42px;height:42px;min-width:42px;background:linear-gradient(135deg,#1A6BB5,#2490e0);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;box-shadow:0 0 16px rgba(26,107,181,.4)}
.step-row h3{font-size:.95rem;font-weight:700;color:#0d1f33;margin-bottom:.25rem}
.step-row p{font-size:.83rem;color:#4a6070}

/* VERGLEICH */
.vs-card{border-radius:14px;overflow:hidden;margin-bottom:1rem}
.vs-card:last-child{margin-bottom:0}
.vs-header{padding:1rem 1.25rem;display:flex;align-items:center;gap:10px}
.vs-row{display:flex;align-items:flex-start;gap:10px;padding:.65rem 1.25rem;border-top:1px solid rgba(0,0,0,.06)}
.vs-row-dark{border-top:1px solid rgba(255,255,255,.06)}
.vs-row p{font-size:.83rem;line-height:1.55}
.vs-row strong{display:block;font-size:.85rem;margin-bottom:1px}

/* ============ SHOP ============ */
.shop-intro-bar{background:#e8f4fd;border-bottom:1px solid #d0e8f7;padding:10px 1.25rem;text-align:center;font-size:.8rem;color:#1A6BB5;font-weight:600}
.shop-grid{display:flex;flex-direction:column;gap:1.25rem}
.shop-card{background:#fff;border:1.5px solid #e0eaf5;border-radius:16px;overflow:hidden;position:relative;display:block}
.shop-card.featured{border:2px solid #f5c542;box-shadow:0 0 30px rgba(245,197,66,.15)}
.shop-card-badge{position:absolute;top:12px;left:12px;background:#e8f4fd;color:#1A6BB5;font-size:.68rem;font-weight:700;padding:4px 10px;border-radius:20px;z-index:2}
.shop-card.featured .shop-card-badge{background:linear-gradient(135deg,#f5c542,#e6a817);color:#0d1f33}
.shop-card-img{width:100%;height:220px;background:#f8fbff;display:flex;align-items:center;justify-content:center;overflow:hidden}
.shop-card-img img{width:100%;height:100%;object-fit:contain;padding:1.25rem}
.shop-card-img.placeholder{background:linear-gradient(135deg,#0d1f33,#06101e)}
.shop-card-img.placeholder svg{width:56px;height:56px;stroke:#5ba8e8;opacity:.5}
.shop-card-body{padding:1.1rem 1.25rem 1.25rem}
.shop-card-cat{font-size:.72rem;font-weight:700;color:#7a9ab5;text-transform:uppercase;letter-spacing:.6px;margin-bottom:.35rem}
.shop-card h3{font-size:1.1rem;font-weight:800;color:#0d1f33;margin-bottom:.4rem}
.shop-card-desc{font-size:.83rem;color:#4a6070;line-height:1.55;margin-bottom:.9rem}
.shop-card-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem}
.shop-card-price{font-size:1.35rem;font-weight:900;color:#0d1f33}
.shop-card-price small{font-size:.68rem;font-weight:600;color:#7a9ab5;display:block}
.shop-card-price .price-old{display:block;font-size:.78rem;font-weight:600;color:#9aa7b5;text-decoration:line-through}
.shop-card-price .shop-card-delivery{display:block;font-size:.66rem;font-weight:700;color:#1a8a4a;margin-top:.15rem}
.discount-badge{display:inline-block;background:#fdeceb;color:#c0392b;font-size:.68rem;font-weight:800;padding:3px 9px;border-radius:20px;margin-bottom:.5rem}
.shop-card-btn{background:#1A6BB5;color:#fff;font-size:.82rem;font-weight:800;padding:10px 18px;border-radius:9px;white-space:nowrap}
.shop-card.featured .shop-card-btn{background:linear-gradient(135deg,#f5c542,#e6a817);color:#0d1f33}

/* PAYMENT BADGES */
.payment-badges{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}
.pay-badge{display:inline-flex;align-items:center;gap:5px;font-size:.7rem;font-weight:800;padding:5px 10px;border-radius:6px;letter-spacing:.2px}
.pay-badge.pay-card{background:#eef2f7;color:#2a3b4d}
.pay-badge.pay-paypal{background:#003087;color:#fff}
.pay-badge.pay-paypal span{color:#009cde}
.pay-badge.pay-klarna{background:#ffb3c7;color:#17120f}

/* ============ PRODUKTSEITE ============ */
.product-hero{padding:1.5rem 1.25rem 0}
.product-gallery{width:100%;border-radius:18px;overflow:hidden;background:#f8fbff;display:flex;align-items:center;justify-content:center;min-height:280px}
.product-gallery img{width:100%;max-height:420px;object-fit:contain;padding:1.5rem}
.product-gallery.dark{background:linear-gradient(135deg,#0d1f33,#0a1628)}
.product-info{padding:1.5rem 1.25rem}
.product-badge{display:inline-block;background:#e8f4fd;color:#1A6BB5;font-size:.72rem;font-weight:700;padding:4px 12px;border-radius:20px;margin-bottom:.75rem}
.product-info h1{font-size:1.6rem;font-weight:800;color:#0d1f33;margin-bottom:.6rem;line-height:1.25}
.product-lead{font-size:.92rem;color:#4a6070;line-height:1.65;margin-bottom:1.25rem}
.product-benefits{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.5rem}
.product-price-box{background:#f0f7ff;border:1px solid #d0e8f7;border-radius:14px;padding:1.1rem;margin-bottom:1rem;text-align:center}
.product-price-box .price-old{font-size:1.05rem;font-weight:700;color:#9aa7b5;text-decoration:line-through;margin-bottom:.1rem}
.product-price-box .price{font-size:2.1rem;font-weight:900;color:#0d1f33;line-height:1}
.product-price-box .price span{font-size:1.1rem}
.product-price-box .vat{font-size:.72rem;color:#7a9ab5;margin-top:.3rem}
.product-price-box .savings{font-size:.75rem;font-weight:700;color:#c0392b;margin-top:.35rem}
.product-price-box .delivery-line{font-size:.75rem;font-weight:700;color:#1a8a4a;margin-top:.35rem}
.buy-btn{width:100%;display:block;text-align:center;background:#1A6BB5;color:#fff;padding:16px;border-radius:12px;font-size:1rem;font-weight:800;box-shadow:0 0 26px rgba(26,107,181,.45);margin-bottom:.75rem}
.buy-btn.gold{background:linear-gradient(135deg,#f5c542,#e6a817);color:#0d1f33;box-shadow:0 0 26px rgba(245,197,66,.4)}
.buy-note{text-align:center;font-size:.75rem;color:#7a9ab5;margin-bottom:1.25rem}
.spec-table{width:100%;border-collapse:collapse;margin-bottom:.5rem}
.spec-table tr{border-bottom:1px solid #e8eef5}
.spec-table tr:last-child{border-bottom:none}
.spec-table td{padding:.65rem 0;font-size:.85rem;vertical-align:top}
.spec-table td:first-child{color:#7a9ab5;font-weight:600;width:42%}
.spec-table td:last-child{color:#1a2a3a}
.info-block{margin-bottom:1.75rem}
.info-block h2{font-size:1rem;font-weight:800;color:#0d1f33;margin-bottom:.75rem}
.placeholder-note{background:#fff8e6;border:1px dashed #e6c458;color:#8a6d1f;font-size:.76rem;padding:.6rem .8rem;border-radius:8px;margin-top:.5rem}

/* GRÜNDER */
.founder-photo{width:100%;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#1a3a5c,#0d1f33)}
.founder-avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#1A6BB5,#2490e0);display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:800;color:#fff;margin-bottom:1rem;box-shadow:0 0 24px rgba(26,107,181,.5)}
.quote{font-size:.9rem;color:#8aacc8;font-style:italic;line-height:1.75;border-left:3px solid #1A6BB5;padding-left:1rem;margin:1rem 0}
.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.5rem}
.stat{background:rgba(255,255,255,.05);border:1px solid rgba(91,168,232,.15);border-radius:12px;padding:1rem}
.stat .num{font-size:1.5rem;font-weight:800;color:#5ba8e8;margin-bottom:.2rem}
.stat p{font-size:.78rem;color:#8aacc8}

/* TESTIMONIALS */
.testi-card{background:#fff;border:1.5px solid #e0eaf5;border-radius:14px;padding:1.25rem;margin-bottom:1rem}
.testi-card:last-child{margin-bottom:0}
.testi-stars{color:#f59e0b;font-size:.85rem;margin-bottom:.6rem;letter-spacing:2px}
.testi-text{font-size:.85rem;color:#3a5060;font-style:italic;line-height:1.7;margin-bottom:.85rem}
.testi-author{display:flex;align-items:center;gap:10px}
.testi-avatar{width:36px;height:36px;border-radius:50%;background:#e8f4fd;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;color:#1A6BB5;flex-shrink:0}
.testi-name{font-size:.85rem;font-weight:700;color:#0d1f33}
.testi-role{font-size:.75rem;color:#7a9ab5}

/* FORMULAR (allgemein) */
.form-wrap{background:rgba(255,255,255,.05);border:1px solid rgba(91,168,232,.2);border-radius:16px;padding:1.5rem;backdrop-filter:blur(12px)}
.form-wrap h2{font-size:1.2rem;font-weight:800;color:#fff;margin-bottom:.4rem}
.form-wrap>p{font-size:.85rem;color:#8aacc8;margin-bottom:1.5rem}
.f-group{display:flex;flex-direction:column;gap:5px;margin-bottom:.85rem}
.f-label{font-size:.8rem;font-weight:600;color:#9bbcd4}
.f-input{border:1px solid rgba(91,168,232,.25);border-radius:8px;padding:12px 14px;font-size:.95rem;font-family:inherit;color:#fff;background:rgba(255,255,255,.07);width:100%;-webkit-appearance:none}
.f-input::placeholder{color:#4a6a80}
.f-input:focus{outline:none;border-color:#5ba8e8;box-shadow:0 0 14px rgba(91,168,232,.2)}
select.f-input option{background:#0d1f33;color:#fff}
.f-btn{width:100%;background:#1A6BB5;color:#fff;border:none;border-radius:10px;padding:15px;font-size:1rem;font-weight:800;cursor:pointer;font-family:inherit;box-shadow:0 0 22px rgba(26,107,181,.45);transition:all .15s}
.f-btn:active{transform:scale(.97)}
.f-note{text-align:center;font-size:.75rem;color:#4a6a80;margin-top:.65rem}
.f-consent{display:flex;align-items:flex-start;gap:8px;font-size:.76rem;color:#8aacc8;line-height:1.5;margin-bottom:1rem}
.f-consent input{margin-top:3px;flex-shrink:0}
.f-consent a{color:#5ba8e8;text-decoration:underline}

/* ============ FUNNEL / BERATUNG ============ */
.funnel-shell{min-height:100svh;background:linear-gradient(135deg,#0d1f33 0%,#06101e 100%);padding:84px 1.25rem 3rem;display:flex;flex-direction:column}
.funnel-progress-wrap{margin-bottom:1.75rem}
.funnel-progress-label{display:flex;justify-content:space-between;font-size:.75rem;color:#8aacc8;margin-bottom:.5rem;font-weight:600}
.funnel-progress-bar{height:6px;background:rgba(255,255,255,.1);border-radius:6px;overflow:hidden}
.funnel-progress-fill{height:100%;background:linear-gradient(90deg,#1A6BB5,#5ba8e8);border-radius:6px;transition:width .35s ease;box-shadow:0 0 10px rgba(91,168,232,.6)}
.funnel-step{display:none;flex:1;flex-direction:column}
.funnel-step.active{display:flex;animation:fnIn .35s ease}
@keyframes fnIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.funnel-q-label{font-size:.72rem;font-weight:700;color:#5ba8e8;text-transform:uppercase;letter-spacing:1px;margin-bottom:.6rem}
.funnel-question{font-size:1.4rem;font-weight:800;color:#fff;line-height:1.3;margin-bottom:1.5rem}
.funnel-options{display:flex;flex-direction:column;gap:.75rem;margin-bottom:auto}
.funnel-option{background:rgba(255,255,255,.05);border:1.5px solid rgba(91,168,232,.25);border-radius:14px;padding:1.1rem 1.25rem;color:#fff;font-size:.98rem;font-weight:600;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:all .15s;cursor:pointer}
.funnel-option:active{transform:scale(.98)}
.funnel-option.selected{background:rgba(26,107,181,.25);border-color:#5ba8e8;box-shadow:0 0 20px rgba(91,168,232,.25)}
.funnel-option-check{width:22px;height:22px;border-radius:50%;border:2px solid rgba(91,168,232,.4);flex-shrink:0;display:flex;align-items:center;justify-content:center}
.funnel-option.selected .funnel-option-check{background:#5ba8e8;border-color:#5ba8e8}
.funnel-option.selected .funnel-option-check svg{display:block}
.funnel-option-check svg{display:none;width:13px;height:13px;stroke:#06101e;stroke-width:3}
.funnel-nav{display:flex;gap:.75rem;margin-top:2rem}
.funnel-btn-back{flex:0 0 auto;background:rgba(255,255,255,.06);color:#9bbcd4;border:1px solid rgba(255,255,255,.12);padding:14px 18px;border-radius:12px;font-weight:700;font-size:.9rem}
.funnel-btn-next{flex:1;background:#1A6BB5;color:#fff;border:none;padding:14px;border-radius:12px;font-weight:800;font-size:.95rem;box-shadow:0 0 22px rgba(26,107,181,.45);opacity:.4;pointer-events:none;transition:opacity .15s}
.funnel-btn-next.enabled{opacity:1;pointer-events:auto}
.funnel-placeholder-tag{display:inline-block;background:rgba(245,197,66,.15);border:1px solid rgba(245,197,66,.4);color:#f5c542;font-size:.68rem;font-weight:700;padding:3px 9px;border-radius:20px;margin-bottom:.75rem}
.funnel-summary{background:rgba(255,255,255,.05);border:1px solid rgba(91,168,232,.2);border-radius:16px;padding:1.25rem;margin-bottom:1.5rem}
.funnel-summary-row{display:flex;justify-content:space-between;gap:1rem;padding:.6rem 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:.85rem}
.funnel-summary-row:last-child{border-bottom:none}
.funnel-summary-row .q{color:#8aacc8}
.funnel-summary-row .a{color:#fff;font-weight:700;text-align:right}
.funnel-success{text-align:center;padding:2rem 0}
.funnel-success-icon{width:64px;height:64px;border-radius:50%;background:rgba(91,168,232,.15);border:2px solid #5ba8e8;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}
.funnel-success-icon svg{width:30px;height:30px;stroke:#5ba8e8;stroke-width:2.5}

/* CTA STICKY BOTTOM */
.sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:99;padding:.75rem 1.25rem;background:linear-gradient(to top,rgba(6,16,30,1) 60%,transparent);display:none}
.sticky-cta a{display:block;background:#1A6BB5;color:#fff;text-align:center;padding:15px;border-radius:12px;font-size:1rem;font-weight:800;box-shadow:0 0 28px rgba(26,107,181,.55)}
.sticky-cta.gold a{background:linear-gradient(135deg,#f5c542,#e6a817);color:#0d1f33;box-shadow:0 0 28px rgba(245,197,66,.4)}
.sticky-cta.dual{display:flex;gap:.6rem}
.sticky-cta.dual a{flex:1;padding:13px 8px;font-size:.85rem}
.sticky-cta.dual a.gold-link{background:linear-gradient(135deg,#f5c542,#e6a817);color:#0d1f33;box-shadow:0 0 22px rgba(245,197,66,.4)}

/* MODAL */
.modal-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:999;backdrop-filter:blur(4px);align-items:flex-end;justify-content:center}
.modal-overlay.open{display:flex}
.modal{background:#fff;border-radius:20px 20px 0 0;padding:2rem 1.5rem;width:100%;max-height:80svh;overflow-y:auto;position:relative}
.modal h3{font-size:1.1rem;font-weight:800;color:#0d1f33;margin-bottom:.75rem}
.modal p{font-size:.88rem;color:#4a6070;line-height:1.8;margin-bottom:.5rem}
.modal-close{position:absolute;top:1rem;right:1.25rem;background:none;border:none;font-size:1.6rem;cursor:pointer;color:#7a9ab5}

footer{background:#06101e;color:#4a6a80;text-align:center;padding:2rem 1.25rem 5rem;font-size:.82rem;border-top:1px solid rgba(91,168,232,.1)}
footer a{color:#5ba8e8;margin:0 .4rem;cursor:pointer}
.footer-contact{display:flex;flex-direction:column;gap:.6rem;align-items:center;margin-bottom:1rem}
.footer-contact span{display:flex;align-items:center;gap:6px;color:#7a9ab5;font-size:.82rem}
.footer-links{margin-bottom:.75rem}

/* REVEAL */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}
.reveal.visible{opacity:1;transform:translateY(0)}

/* CHECK / X rows */
.chk{display:flex;align-items:flex-start;gap:9px;margin-bottom:.65rem}
.chk:last-child{margin-bottom:0}
.chk p{font-size:.83rem;color:#4a6070;line-height:1.55}
.chk strong{display:block;font-size:.85rem;color:#1a2a3a;margin-bottom:1px}

/* ── DESKTOP ─────────────────────────────────────────── */
@media (min-width: 900px) {
  .paths{flex-direction:row}
  .path-card{flex:1}
  .shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
  .shop-card.featured{grid-column:span 3}
  .shop-card.featured .shop-card-img{height:320px}
  .product-hero{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem 3rem 0;max-width:1200px;margin:0 auto}
  .product-info{padding:2rem 0}
  .section{padding:80px 3rem}
  .section > *:not(.shop-grid):not(.stats-grid){max-width:900px;margin-left:auto;margin-right:auto}
  .funnel-shell{padding:110px 1.25rem 3rem;align-items:center}
  .funnel-inner{max-width:560px;width:100%;margin:0 auto}
  nav{padding:0 3rem}
}

/* ── MOBILE ─────────────────────────────────────────── */
@media (max-width: 480px) {
  .hero { padding: 76px 1rem 32px; }
  .hero h1 { font-size: 1.8rem; line-height: 1.2; }
  .hero p { font-size: .88rem; margin-bottom: 1.5rem; }
  .section { padding: 40px 1rem; }
  .title { font-size: 1.35rem; }
  .sub { font-size: .85rem; }
  .stats-grid { grid-template-columns: 1fr; gap: .6rem; }
  .cta-main { padding: 14px 18px; font-size: .95rem; }
  .nav-cta { font-size: .78rem; padding: 7px 14px; }
  .sticky-cta { display: block; }
  .card, .card-dark { padding: 1rem; }
  .founder-avatar { width: 52px; height: 52px; font-size: 1.1rem; }
  .testi-card { padding: 1rem; }
  .testi-text { font-size: .82rem; }
  footer { padding: 1.5rem 1rem 6rem; }
  .form-wrap { padding: 1.25rem 1rem; }
  .f-btn { padding: 13px; font-size: .95rem; }
  .funnel-question{font-size:1.2rem}
}
@media (max-width: 375px) {
  .hero h1 { font-size: 1.55rem; }
  .hero p { font-size: .82rem; }
  .title { font-size: 1.2rem; }
  .section { padding: 32px .85rem; }
}

/* ============ CHAT-WIDGET ============ */
.chat-bubble-btn{position:fixed;bottom:1.1rem;right:1.1rem;width:56px;height:56px;border-radius:50%;background:#1A6BB5;color:#fff;border:none;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:0 6px 24px rgba(26,107,181,.5);z-index:200;cursor:pointer}
.chat-bubble-btn svg{width:26px;height:26px}
.chat-panel{position:fixed;bottom:5.2rem;right:1.1rem;left:1.1rem;max-width:340px;margin-left:auto;background:#fff;border-radius:16px;box-shadow:0 12px 40px rgba(13,31,51,.25);z-index:200;display:none;flex-direction:column;max-height:70vh;overflow:hidden;border:1px solid #e0eaf5}
.chat-panel.open{display:flex}
.chat-panel-header{background:#0d1f33;color:#fff;padding:.9rem 1rem;display:flex;align-items:center;justify-content:space-between}
.chat-panel-header strong{font-size:.9rem}
.chat-panel-header span{font-size:.72rem;color:#8aacc8;display:block;margin-top:1px}
.chat-panel-close{background:none;border:none;color:#8aacc8;font-size:1.3rem;cursor:pointer;line-height:1}
.chat-panel-body{padding:1rem;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:.7rem}
.chat-msg{background:#f0f7ff;color:#1a2a3a;border-radius:12px 12px 12px 2px;padding:.6rem .8rem;font-size:.82rem;line-height:1.5;max-width:92%;align-self:flex-start}
.chat-options{display:flex;flex-direction:column;gap:.5rem}
.chat-option-btn{background:#fff;border:1.5px solid #d0e8f7;color:#1A6BB5;font-weight:700;font-size:.8rem;padding:.6rem .75rem;border-radius:10px;text-align:left;cursor:pointer}
.chat-option-btn:hover{background:#f0f7ff}
.chat-panel-footer{padding:.75rem 1rem;border-top:1px solid #e8eef5;text-align:center}
.chat-panel-footer a{color:#1A6BB5;font-weight:700;font-size:.78rem}
