/* ============================================================
   SOLIORA ENERGY – Landingpage
   Farben nach Flyer/Logo: Navy, Orange, Grün
   ============================================================ */

:root{
  --navy-900:#0b2340;
  --navy-800:#0f2c4c;
  --navy-700:#14375d;
  --navy-600:#1d4a78;
  --orange:#f39200;
  --orange-600:#e07f00;
  --orange-100:#fff2dd;
  --green:#3aaa35;
  --green-100:#e8f6e7;
  --ink:#132b45;
  --muted:#5b7590;
  --line:#e3eaf2;
  --bg:#ffffff;
  --bg-alt:#f4f7fb;
  --white:#fff;

  --radius:18px;
  --radius-lg:26px;
  --shadow-sm:0 2px 8px rgba(15,44,76,.06);
  --shadow:0 14px 40px rgba(15,44,76,.10);
  --shadow-lg:0 30px 70px rgba(15,44,76,.18);
  --wrap:1180px;
  --header-h:74px;
  --ease:cubic-bezier(.22,.8,.3,1);
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 12px);-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:"Manrope",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  color:var(--ink);
  background:var(--bg);
  font-size:17px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit;color:inherit}
h1,h2,h3{margin:0 0 .5em;line-height:1.14;letter-spacing:-.02em;font-weight:800;color:var(--navy-800)}
h1{font-size:clamp(2.4rem,5.4vw,4rem)}
h2{font-size:clamp(1.75rem,3.4vw,2.6rem)}
h3{font-size:1.14rem;font-weight:700}
p{margin:0 0 1em}
svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:none}

.wrap{width:min(100% - 2.5rem,var(--wrap));margin-inline:auto}
.wrap-narrow{width:min(100% - 2.5rem,860px)}

.skip-link{position:absolute;left:-9999px;top:0;z-index:200;background:var(--navy-800);color:#fff;padding:.8rem 1.2rem;border-radius:0 0 12px 0}
.skip-link:focus{left:0}

:focus-visible{outline:3px solid var(--orange);outline-offset:3px;border-radius:6px}

/* ---------------- Buttons ---------------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.6rem;
  padding:1rem 1.6rem;border:0;border-radius:100px;
  font-weight:700;font-size:1rem;cursor:pointer;
  transition:transform .18s var(--ease),box-shadow .18s var(--ease),background .18s;
  text-align:center;
}
.btn svg{width:18px;height:18px;stroke-width:2.4}
.btn-primary{background:linear-gradient(135deg,#ffa723,var(--orange) 55%,var(--orange-600));color:#fff;box-shadow:0 10px 26px rgba(243,146,0,.35)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(243,146,0,.42)}
.btn-dark{background:var(--navy-800);color:#fff;box-shadow:0 12px 30px rgba(11,35,64,.28)}
.btn-dark:hover{transform:translateY(-2px);background:var(--navy-900)}
.btn-ghost{background:transparent;color:var(--muted);padding:.7rem 1rem;font-weight:600}
.btn-ghost:hover{color:var(--navy-800)}
.btn-outline{background:#fff;color:var(--navy-800);box-shadow:inset 0 0 0 2px var(--line)}
.btn-outline:hover{box-shadow:inset 0 0 0 2px var(--navy-600)}
.btn-sm{padding:.72rem 1.2rem;font-size:.94rem}
.btn-lg{padding:1.15rem 2.1rem;font-size:1.06rem}
.btn-block{width:100%}
.btn[disabled]{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none}

.pill{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:100px;font-size:.9rem;font-weight:700}
.pill-glass{background:rgba(243,146,0,.95);color:#fff;box-shadow:0 8px 24px rgba(243,146,0,.35)}
.pill-glass svg{width:17px;height:17px}
.badge-green{display:inline-block;background:var(--green-100);color:#2b7f27;font-size:.8rem;font-weight:800;letter-spacing:.02em;padding:.35rem .75rem;border-radius:100px;text-transform:uppercase}

.eyebrow{display:inline-block;font-size:.82rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin-bottom:.7rem}

/* ---------------- Header ---------------- */
.site-header{
  position:sticky;top:0;z-index:60;
  background:rgba(255,255,255,.86);backdrop-filter:blur(14px);
  border-bottom:1px solid transparent;transition:box-shadow .25s,border-color .25s;
}
.site-header.is-stuck{box-shadow:0 6px 24px rgba(15,44,76,.08);border-color:var(--line)}
.header-inner{height:var(--header-h);display:flex;align-items:center;gap:1.5rem}
.brand img{height:54px;width:auto;object-fit:contain;mix-blend-mode:multiply}
.nav{display:flex;gap:1.7rem;margin-left:auto;font-weight:600;font-size:.97rem;color:var(--muted)}
.nav a{position:relative;padding:.2rem 0}
.nav a::after{content:"";position:absolute;left:0;bottom:-2px;height:2px;width:0;background:var(--orange);transition:width .22s var(--ease)}
.nav a:hover{color:var(--navy-800)}
.nav a:hover::after{width:100%}
.header-cta{display:flex;align-items:center;gap:1rem;margin-left:auto}
.nav + .header-cta{margin-left:0}
.tel{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:.95rem;color:var(--navy-800)}
.tel svg{stroke:none;fill:var(--orange);width:19px;height:19px}
.burger{display:none;background:none;border:0;padding:.5rem;cursor:pointer}
.burger span{display:block;width:24px;height:2px;background:var(--navy-800);border-radius:2px;margin:5px 0;transition:.22s var(--ease)}
.burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-nav{display:none;flex-direction:column;gap:.3rem;padding:1rem 1.25rem 1.5rem;background:#fff;border-top:1px solid var(--line)}
.mobile-nav a{padding:.8rem .2rem;font-weight:700;border-bottom:1px solid var(--line)}
.mobile-nav .btn{margin-top:.8rem;border-bottom:0}

/* ---------------- Hero ---------------- */
.hero{position:relative;isolation:isolate;padding:clamp(3rem,7vw,5.5rem) 0 clamp(3.5rem,7vw,6rem);overflow:hidden}
.hero-bg{position:absolute;inset:0;z-index:-1}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 62%}
.hero-bg::after{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(100deg,rgba(9,29,52,.94) 0%,rgba(11,35,64,.86) 42%,rgba(11,35,64,.42) 70%,rgba(11,35,64,.30) 100%),
    linear-gradient(180deg,rgba(11,35,64,.55),rgba(11,35,64,0) 35%);
}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(2rem,4vw,3.5rem);align-items:center}
.hero-copy{color:#fff;max-width:640px}
.hero-copy h1{color:#fff;margin:1.1rem 0 1rem;text-shadow:0 4px 30px rgba(0,0,0,.25)}
.hero-copy h1 .accent{color:#ffc46b;background:linear-gradient(120deg,#ffd08a,#f39200);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.lead{font-size:clamp(1.02rem,1.4vw,1.19rem);color:rgba(255,255,255,.9);max-width:52ch}
.lead strong{color:#fff}
.hero-chips{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;padding:0;margin:1.6rem 0 0}
.hero-chips li{
  font-size:.86rem;font-weight:700;padding:.42rem .9rem;border-radius:100px;
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);color:#fff;backdrop-filter:blur(6px)
}
.hero-stats{display:flex;flex-wrap:wrap;gap:2rem;margin-top:2.2rem;padding-top:1.6rem;border-top:1px solid rgba(255,255,255,.18)}
.hero-stats b{display:block;font-size:1.5rem;font-weight:800;color:#fff;line-height:1.2}
.hero-stats span{font-size:.86rem;color:rgba(255,255,255,.72)}

/* Quickstart-Karte */
.quickstart{background:#fff;border-radius:var(--radius-lg);padding:clamp(1.5rem,2.4vw,2rem);box-shadow:var(--shadow-lg)}
.quickstart-head h2{font-size:1.5rem;margin:.7rem 0 .4rem}
.quickstart-head p{color:var(--muted);font-size:.95rem;margin-bottom:1.3rem}
.field{display:block}
.field-label{display:block;font-weight:700;font-size:.92rem;margin-bottom:.5rem;color:var(--navy-800)}
.input-wrap{position:relative;display:block}
.input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--orange);pointer-events:none}
.quickstart input,.f-input{
  width:100%;padding:1rem 1.1rem;border:2px solid var(--line);border-radius:14px;background:#fff;
  transition:border-color .18s,box-shadow .18s;
}
.quickstart input{padding-left:3rem}
.quickstart input:focus,.f-input:focus{outline:0;border-color:var(--orange);box-shadow:0 0 0 4px rgba(243,146,0,.14)}
.quickstart .btn{margin-top:1rem}
.quickstart-note{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--muted);margin:1rem 0 0}
.quickstart-note svg{width:16px;height:16px;color:var(--green)}
.input-error{border-color:#e04f4f!important}
.err-msg{display:block;color:#d63c3c;font-size:.85rem;font-weight:600;margin-top:.5rem}

/* ---------------- Trustbar ---------------- */
.trustbar{background:var(--navy-900);color:rgba(255,255,255,.9)}
.trustbar-inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem 2rem;padding:1.1rem 0}
.trustbar div{display:flex;align-items:center;gap:.6rem;font-size:.92rem;font-weight:600}
.trustbar svg{width:19px;height:19px;color:var(--orange)}

/* ---------------- Sections ---------------- */
.section{padding:clamp(3.5rem,7vw,6rem) 0}
.section-alt{background:var(--bg-alt)}
.section-navy{background:linear-gradient(160deg,var(--navy-800),var(--navy-900));color:#fff}
.section-head{max-width:720px;margin:0 auto clamp(2.2rem,4vw,3.2rem);text-align:center}
.section-head p{color:var(--muted);font-size:1.04rem;margin:0}
.section-head-light h2{color:#fff}
.section-head-light p{color:rgba(255,255,255,.75)}
.section-p{color:var(--muted)}

.cards-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}

/* Vorteile */
.benefit{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.7rem 1.5rem;transition:transform .25s var(--ease),box-shadow .25s var(--ease),border-color .25s}
.benefit:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:transparent}
.benefit-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:var(--orange-100);color:var(--orange);margin-bottom:1rem}
.benefit-icon svg{width:26px;height:26px}
.benefit p{color:var(--muted);font-size:.95rem;margin:0}

/* Produkte */
.product{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .25s var(--ease),box-shadow .25s var(--ease)}
.product:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.product-img{aspect-ratio:4/3;overflow:hidden;background:var(--bg-alt)}
.product-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}
.product:hover .product-img img{transform:scale(1.06)}
.product-body{padding:1.3rem 1.35rem 1.5rem}
.product-body h3{display:flex;align-items:center;gap:.55rem;margin-bottom:.35rem}
.product-body h3 svg{width:20px;height:20px;color:var(--navy-600)}
.product-tag{display:inline-block;color:var(--orange);font-weight:800;font-size:.82rem;letter-spacing:.03em;margin-bottom:.6rem}
.product-body p{color:var(--muted);font-size:.92rem;margin:0}
.product-note{display:inline-block;margin-top:.9rem;background:var(--orange-100);color:#a45f00;font-size:.78rem;font-weight:700;padding:.3rem .7rem;border-radius:8px}

/* Energiefluss */
.flow{
  display:flex;align-items:center;justify-content:space-between;gap:.4rem;
  margin-top:2.5rem;padding:1.4rem 1.6rem;background:#fff;border-radius:100px;box-shadow:var(--shadow-sm);
  overflow-x:auto;scrollbar-width:none;
}
.flow::-webkit-scrollbar{display:none}
.flow-item{display:flex;flex-direction:column;align-items:center;gap:.45rem;font-size:.82rem;font-weight:700;color:var(--navy-800);flex:none}
.flow-ico{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--bg-alt);color:var(--navy-600)}
.flow-ico svg{width:22px;height:22px}
.flow-arrow{flex:1 0 24px;height:2px;background:linear-gradient(90deg,var(--line),var(--orange));border-radius:2px;position:relative;min-width:24px;margin-bottom:1.4rem}
.flow-arrow::after{content:"";position:absolute;right:0;top:-3px;border-left:7px solid var(--orange);border-top:4px solid transparent;border-bottom:4px solid transparent}

/* Split */
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}
.split-media{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}
.split-media img{width:100%;aspect-ratio:4/5;object-fit:cover}
.split-badge{position:absolute;left:1.2rem;bottom:1.2rem;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);border-radius:14px;padding:.85rem 1.1rem;box-shadow:var(--shadow-sm)}
.split-badge b{display:block;color:var(--navy-800);font-size:.98rem}
.split-badge span{font-size:.82rem;color:var(--muted)}
.checklist{list-style:none;padding:0;margin:0 0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1.2rem}
.checklist li{position:relative;padding-left:2rem;font-size:.96rem;font-weight:600;color:var(--navy-700)}
.checklist li::before{
  content:"";position:absolute;left:0;top:.15rem;width:20px;height:20px;border-radius:50%;
  background:var(--green-100) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233aaa35' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 5 5 9-10'/%3E%3C/svg%3E") center/12px no-repeat;
}

/* Steps */
.steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:1.3rem;counter-reset:s}
.step{position:relative;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);padding:1.6rem 1.4rem;backdrop-filter:blur(4px)}
.step h3{color:#fff;margin:.9rem 0 .4rem}
.step p{color:rgba(255,255,255,.72);font-size:.92rem;margin:0}
.step-num{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--orange);color:#fff;font-weight:800;box-shadow:0 8px 20px rgba(243,146,0,.4)}
.step:not(:last-child)::after{
  content:"";position:absolute;right:-.85rem;top:2.6rem;width:.7rem;height:2px;background:rgba(255,255,255,.3)
}

.why{margin-top:3rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);padding:2rem clamp(1.2rem,3vw,2.4rem)}
.why h3{color:#fff;text-align:center;font-size:1.35rem;margin-bottom:1.6rem}
.why-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1.2rem;text-align:center}
.why-grid div{display:flex;flex-direction:column;align-items:center;gap:.6rem;font-size:.85rem;font-weight:600;color:rgba(255,255,255,.88)}
.why-grid svg{width:28px;height:28px;color:var(--orange);stroke-width:1.6}

/* ---------------- Funnel ---------------- */
.funnel-section{background:
  radial-gradient(1000px 420px at 15% -10%,rgba(243,146,0,.10),transparent 60%),
  radial-gradient(900px 400px at 85% 110%,rgba(58,170,53,.10),transparent 60%),
  var(--bg)}
.funnel{
  max-width:840px;margin:0 auto;background:#fff;border-radius:var(--radius-lg);
  box-shadow:var(--shadow-lg);overflow:hidden;border:1px solid var(--line)
}
.funnel-top{padding:1.4rem clamp(1.2rem,3vw,2.4rem) 0}
.funnel-progress-bar{height:8px;background:var(--bg-alt);border-radius:100px;overflow:hidden}
.funnel-progress-bar span{
  display:block;height:100%;width:12%;border-radius:100px;
  background:linear-gradient(90deg,var(--orange),#ffbc4d);
  transition:width .45s var(--ease)
}
.funnel-progress-meta{display:flex;justify-content:space-between;font-size:.82rem;font-weight:700;color:var(--muted);margin-top:.55rem}
.funnel-progress-meta #progress-percent{color:var(--orange)}

.funnel-body{padding:clamp(1.5rem,3vw,2.4rem);min-height:400px}
.funnel-foot{
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  padding:1rem clamp(1.2rem,3vw,2.4rem);border-top:1px solid var(--line);background:var(--bg-alt)
}
.funnel-secure{display:flex;align-items:center;gap:.45rem;font-size:.8rem;color:var(--muted);font-weight:600}
.funnel-secure svg{width:15px;height:15px;color:var(--green)}
.funnel-foot .btn-ghost[hidden]{display:none}

.step-q{font-size:clamp(1.35rem,2.5vw,1.75rem);text-align:center;margin-bottom:.4rem}
.step-sub{text-align:center;color:var(--muted);font-size:.96rem;margin:0 auto 1.8rem;max-width:44ch}

/* Auswahl-Karten */
.options{display:grid;gap:.9rem}
.options-2{grid-template-columns:repeat(2,1fr)}
.options-3{grid-template-columns:repeat(3,1fr)}
.options-4{grid-template-columns:repeat(2,1fr)}
.opt{
  position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.7rem;
  text-align:center;padding:1.5rem 1rem;background:#fff;border:2px solid var(--line);border-radius:var(--radius);
  cursor:pointer;font-weight:700;color:var(--navy-800);
  transition:border-color .18s,box-shadow .18s,transform .18s var(--ease),background .18s;
}
.opt:hover{border-color:var(--orange);transform:translateY(-3px);box-shadow:0 12px 28px rgba(243,146,0,.14)}
.opt.is-selected{border-color:var(--orange);background:var(--orange-100);box-shadow:0 12px 28px rgba(243,146,0,.2)}
.opt.is-selected::after{
  content:"";position:absolute;top:.7rem;right:.7rem;width:22px;height:22px;border-radius:50%;
  background:var(--orange) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 5 5 9-10'/%3E%3C/svg%3E") center/13px no-repeat;
}
.opt-ico{display:grid;place-items:center;width:56px;height:56px;border-radius:18px;background:var(--bg-alt);color:var(--navy-600);transition:background .18s,color .18s}
.opt-ico svg{width:30px;height:30px;stroke-width:1.7}
.opt:hover .opt-ico,.opt.is-selected .opt-ico{background:var(--orange);color:#fff}
.opt-emoji{font-size:2rem;line-height:1}
.opt-label{font-size:1rem;line-height:1.3}
.opt-note{font-weight:600;font-size:.82rem;color:var(--muted)}
.opt-row{flex-direction:row;justify-content:flex-start;text-align:left;gap:1rem;padding:1.1rem 1.2rem}
.opt-row .opt-ico{width:46px;height:46px;border-radius:14px}
.opt-row .opt-emoji{width:46px;text-align:center}

/* Eingabeschritt */
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.85rem;margin-bottom:.4rem}
.form-row-full{grid-column:1/-1}
.f-input::placeholder{color:#8ba0b6;font-weight:500}
.form-note{font-size:.78rem;color:var(--muted);margin:.3rem 0 0}
.hp-field{position:absolute!important;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}
.f-field{display:block;margin-bottom:1rem}
.f-field > span:first-child{display:block;font-weight:700;font-size:.9rem;margin-bottom:.4rem;color:var(--navy-800)}
.f-field .req{color:var(--orange)}
.plz-step{max-width:420px;margin:0 auto}
.plz-step .f-input{text-align:center;font-size:1.35rem;font-weight:800;letter-spacing:.22em;padding:1.15rem 1rem}
.plz-step .f-input::placeholder{letter-spacing:.08em;font-weight:600;font-size:1rem}
.step-actions{margin-top:1.6rem;display:flex;justify-content:center}
.step-actions .btn{min-width:240px}

/* Prüf-Animation */
.checking{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2.5rem 0}
.spinner{width:64px;height:64px;border-radius:50%;border:5px solid var(--orange-100);border-top-color:var(--orange);animation:spin .85s linear infinite;margin-bottom:1.6rem}
@keyframes spin{to{transform:rotate(360deg)}}
.checking h3{font-size:1.3rem}
.check-list{list-style:none;padding:0;margin:1.4rem 0 0;display:grid;gap:.6rem;text-align:left;font-size:.94rem;color:var(--muted)}
.check-list li{display:flex;align-items:center;gap:.6rem;opacity:.35;transition:opacity .3s}
.check-list li.done{opacity:1;color:var(--navy-800);font-weight:600}
.check-list li::before{
  content:"";width:20px;height:20px;border-radius:50%;background:var(--bg-alt);flex:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a9bccf' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 5 5 9-10'/%3E%3C/svg%3E");
  background-position:center;background-size:12px;background-repeat:no-repeat;
}
.check-list li.done::before{
  background-color:var(--green-100);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233aaa35' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 5 5 9-10'/%3E%3C/svg%3E");
}

/* Erfolg / Danke */
.success-head{text-align:center;margin-bottom:1.8rem}
.success-mark{
  width:74px;height:74px;margin:0 auto 1.1rem;border-radius:50%;
  background:var(--green-100);display:grid;place-items:center;animation:pop .5s var(--ease)
}
.success-mark svg{width:38px;height:38px;color:var(--green);stroke-width:3}
@keyframes pop{0%{transform:scale(.5);opacity:0}60%{transform:scale(1.08)}100%{transform:scale(1);opacity:1}}
.success-head h3{font-size:clamp(1.3rem,2.4vw,1.7rem);color:var(--navy-800)}
.success-head p{color:var(--muted);max-width:46ch;margin:0 auto}
.summary{
  display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin:1.3rem 0 1.9rem;
}
.summary span{background:var(--bg-alt);border:1px solid var(--line);border-radius:100px;padding:.35rem .85rem;font-size:.82rem;font-weight:700;color:var(--navy-700)}
.consent{display:flex;gap:.7rem;align-items:flex-start;font-size:.84rem;color:var(--muted);line-height:1.5;margin:.4rem 0 1.2rem}
.consent input{width:20px;height:20px;accent-color:var(--orange);flex:none;margin-top:.15rem}
.consent a{text-decoration:underline}
.thanks{text-align:center;padding:1.5rem 0}
.thanks .success-mark{background:var(--orange-100)}
.thanks .success-mark svg{color:var(--orange)}
.thanks h3{font-size:clamp(1.5rem,3vw,2.1rem)}
.thanks p{color:var(--muted);max-width:48ch;margin:0 auto 1rem}
.thanks-next{list-style:none;padding:0;margin:1.6rem auto 0;max-width:430px;display:grid;gap:.7rem;text-align:left}
.thanks-next li{display:flex;gap:.75rem;align-items:flex-start;background:var(--bg-alt);border-radius:14px;padding:.85rem 1rem;font-size:.92rem}
.thanks-next b{display:block;color:var(--navy-800)}
.thanks-next svg{color:var(--orange);margin-top:.15rem}

.fade-in{animation:fade .32s var(--ease)}
@keyframes fade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}

/* ---------------- FAQ ---------------- */
.faq{display:grid;gap:.8rem}
.faq details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:0 1.3rem;transition:box-shadow .2s}
.faq details[open]{box-shadow:var(--shadow-sm)}
.faq summary{
  list-style:none;cursor:pointer;font-weight:700;color:var(--navy-800);
  padding:1.15rem 2rem 1.15rem 0;position:relative;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:"";position:absolute;right:0;top:50%;width:12px;height:12px;margin-top:-6px;
  border-right:2.4px solid var(--orange);border-bottom:2.4px solid var(--orange);
  transform:rotate(45deg);transition:transform .22s var(--ease)
}
.faq details[open] summary::after{transform:rotate(-135deg);margin-top:-2px}
.faq p{color:var(--muted);font-size:.95rem;padding-bottom:1.2rem;margin:0}

/* ---------------- Final CTA ---------------- */
.finalcta{background:linear-gradient(120deg,var(--orange),#ffb443);color:#fff;padding:clamp(2.5rem,5vw,3.5rem) 0}
.finalcta-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.finalcta h2{color:#fff;margin-bottom:.4rem}
.finalcta p{color:rgba(255,255,255,.92);margin:0;max-width:60ch}

/* ---------------- Footer ---------------- */
.site-footer{background:var(--navy-900);color:rgba(255,255,255,.72);padding:clamp(2.5rem,5vw,4rem) 0 2rem;font-size:.94rem}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem}
.footer-brand img{background:#fff;border-radius:12px;padding:.5rem .7rem;height:56px;width:auto;object-fit:contain;margin-bottom:1rem}
.footer-col h3{color:#fff;font-size:1rem;margin-bottom:.9rem}
.footer-links,.footer-contact{list-style:none;padding:0;margin:0;display:grid;gap:.6rem}
.footer-contact li{display:flex;align-items:center;gap:.6rem}
.footer-contact svg{width:17px;height:17px;color:var(--orange)}
.footer-links a:hover,.footer-contact a:hover{color:#fff;text-decoration:underline}
.footer-bottom{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12);font-size:.83rem;color:rgba(255,255,255,.5)}

/* ---------------- Sticky mobile CTA ---------------- */
.sticky-cta{
  display:none;position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:55;
  align-items:center;justify-content:center;gap:.6rem;
  padding:1rem;border-radius:100px;font-weight:800;color:#fff;
  background:linear-gradient(135deg,#ffa723,var(--orange));box-shadow:0 12px 30px rgba(243,146,0,.45)
}
.sticky-cta svg{width:18px;height:18px;stroke-width:2.6}

/* ---------------- Rechtstexte ---------------- */
.legal h1{font-size:clamp(2rem,4vw,2.6rem)}
.legal h2{font-size:1.18rem;margin-top:2.2rem}
.legal p,.legal li{color:var(--muted);font-size:.97rem}
.legal ul{margin:0 0 1em;padding-left:1.3rem;display:grid;gap:.35rem}
.legal a{color:var(--orange);text-decoration:underline}
.legal-note{background:var(--orange-100);color:#8a5200;border-radius:12px;padding:.9rem 1.1rem;font-size:.88rem}
.legal-back{margin-top:2.5rem}

/* ---------------- Reveal ---------------- */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s var(--ease),transform .6s var(--ease)}
.reveal.in{opacity:1;transform:none}

/* ---------------- Responsive ---------------- */
@media (max-width:1080px){
  .cards-4{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:repeat(2,1fr)}
  .step:not(:last-child)::after{display:none}
  .why-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:920px){
  .nav{display:none}
  .burger{display:block;margin-left:auto}
  .header-cta{display:none}
  .site-header.is-open .mobile-nav{display:flex}
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{max-width:none}
  .split{grid-template-columns:1fr}
  .split-media{order:-1}
  .split-media img{aspect-ratio:16/10}
  .footer-grid{grid-template-columns:1fr 1fr}
  .sticky-cta{display:flex}
  body{padding-bottom:4.5rem}
}
@media (max-width:680px){
  body{font-size:16px}
  .cards-4{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .checklist{grid-template-columns:1fr}
  .options-3,.options-4{grid-template-columns:1fr}
  .options-2{grid-template-columns:1fr}
  .opt{flex-direction:row;justify-content:flex-start;text-align:left;gap:1rem;padding:1.05rem 1.1rem}
  .opt-ico{width:46px;height:46px;border-radius:14px}
  .opt-ico svg{width:25px;height:25px}
  .opt-emoji{width:46px;text-align:center;font-size:1.7rem}
  .form-row{grid-template-columns:1fr}
  .hero-stats{gap:1.4rem}
  .hero-stats b{font-size:1.25rem}
  .trustbar-inner{justify-content:flex-start}
  /* Energiefluss statt Querscrollen als Raster */
  .flow{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem .3rem;border-radius:24px;padding:1.4rem 1rem;overflow:visible}
  .flow-arrow{display:none}
  .footer-grid{grid-template-columns:1fr}
  .finalcta-inner{flex-direction:column;align-items:flex-start}
  .funnel-body{min-height:0}
  .funnel-foot{padding-inline:1rem}
  .funnel-secure{font-size:.72rem;text-align:right;line-height:1.3}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  .reveal{opacity:1;transform:none}
}
