
/*
Theme Name: DigiFlip Funnel v3
Theme URI: https://digiflip.de
Author: DigiFlip UG
Description: Two-column funnel with inline checkout (EDD/Woo), order bump, countdown, and multilingual EN/AR/DE with fallbacks.
Version: 3.0.0
Text Domain: digiflip-funnel
License: GPL-2.0-or-later
*/
:root{--ink:#0f172a;--muted:#475569;--primary:#ff2d6c;--accent:#0ea5e9;--card:#ffffff;--border:#e5e7eb;--bg:#ffffff;--ok:#16a34a}
*{box-sizing:border-box}html,body{margin:0;padding:0}
body{font-family:'Inter','Cairo',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.7}
.container{max-width:1200px;margin:0 auto;padding:0 18px}
.headerbar{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.9);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}
.headerbar .wrap{display:flex;align-items:center;justify-content:space-between;padding:12px 0}
.brand{display:flex;align-items:center;gap:10px;font-weight:900}.logo{width:30px;height:30px;border-radius:8px;background:linear-gradient(135deg,#ff2d6c,#22d3ee)}
.lang select{padding:8px 12px;border:1px solid var(--border);border-radius:10px;font-weight:700;background:#fff}
.hero{padding:48px 0;background:radial-gradient(1200px 600px at 80% -10%,rgba(14,165,233,.12),transparent 60%)}
.grid{display:grid;grid-template-columns:1fr .95fr;gap:36px;align-items:flex-start}
.left h1{font-size:clamp(32px,4.5vw,54px);line-height:1.1;margin:0 0 10px;font-weight:900;letter-spacing:-.02em}
.sub{color:var(--muted);font-size:clamp(16px,2vw,20px);margin-bottom:10px}
.small{color:#059669;font-weight:900}
.proof{display:grid;gap:12px;margin:18px 0}
.check{display:flex;gap:10px;align-items:flex-start}
.check:before{content:'✓';background:var(--ok);color:#fff;font-weight:900;border-radius:50%;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;margin-top:3px}
.media{margin:16px 0 6px}.media img{max-width:100%;border-radius:12px;box-shadow:0 12px 30px rgba(2,12,27,.15)}
.right .card{position:sticky;top:90px;background:var(--card);border:1px solid var(--border);border-radius:16px;padding:22px;box-shadow:0 12px 30px rgba(2,12,27,.06)}
.price-line{display:flex;align-items:baseline;gap:8px;font-weight:900}
.price-now{color:#22c55e;font-size:30px}.price-was{text-decoration:line-through;color:#94a3b8}
.countdown{display:flex;gap:8px;align-items:center;font-weight:900;color:#b91c1c;margin-top:6px}
.timer{display:inline-flex;gap:6px;background:#fee2e2;color:#991b1b;padding:4px 8px;border-radius:8px}
.bump{margin:16px 0;padding:12px;border:1px dashed #f59e0b;border-radius:12px;background:#fff7ed}
.bump-title{margin:0 0 6px;font-weight:900}.cta{display:flex;gap:8px;margin-top:12px}
.btn{display:inline-block;background:var(--primary);color:#fff;padding:14px 22px;border-radius:12px;font-weight:900;text-decoration:none}
.btn.alt{background:#0ea5e9}
.section{padding:46px 0}.title{font-size:28px;margin:0 0 10px;text-align:center}
.testi{background:#fff;border:1px solid var(--border);border-radius:14px;padding:14px;margin:10px 0;box-shadow:0 6px 18px rgba(2,12,27,.06)}
.footer{background:#0b1220;color:#cbd5e1;text-align:center;padding:20px 0;margin-top:40px}
@media (max-width:980px){.grid{grid-template-columns:1fr}.right .card{position:static}}
