/*
Theme Name: Checkyourdeals
Theme URI: https://checkyourdeals.de
Author: Checkyourdeals.de
Author URI: https://checkyourdeals.de
Description: Affiliate-Vergleichsportal für Mobilfunk, Internet, Strom und Gas, 0%-Finanzierung und Geräteschutz. Startseite mit bearbeitbaren Top-Deals.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: checkyourdeals
*/

/* ============================================================
   DESIGN TOKENS  –  zentral änderbar
   ============================================================ */
:root{
  --orange:#FF8A00;
  --orange-dark:#E67A00;
  --blue:#1E3A8A;
  --blue-mid:#2563EB;
  --green:#16A34A;
  --bg:#F8FAFC;
  --bg-soft:#EEF2F8;
  --ink:#0F172A;
  --muted:#64748B;
  --white:#ffffff;
  --line:#E2E8F0;
  --line-soft:#EDF1F6;
  --radius:18px;
  --radius-sm:12px;
  --shadow:0 4px 22px rgba(15,23,42,.06);
  --shadow-hover:0 16px 38px rgba(15,23,42,.12);
  --maxw:1180px;
  --c-handy:#FF8A00;
  --c-sim:#2563EB;
  --c-net:#16A34A;
  --c-energy:#F59E0B;
  --c-fin:#7C3AED;
  --c-schutz:#DC2626;
  --fh:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --fb:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
html,body{max-width:100%;overflow-x:hidden}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
body{
  font-family:var(--fb);
  background:var(--bg);
  color:var(--ink);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{font-family:var(--fh);line-height:1.18;color:var(--ink)}
a{color:inherit;text-decoration:none}
img,svg{max-width:100%;display:block}
.container{max-width:var(--maxw);margin:0 auto;padding:0 22px}
.section{padding:74px 0}
.section--tight{padding:56px 0}
.eyebrow{font-family:var(--fh);font-weight:600;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:var(--orange)}
.sec-head{text-align:center;max-width:620px;margin:0 auto 46px}
.sec-head h2{font-size:clamp(1.7rem,3.6vw,2.4rem);font-weight:700;margin:.35rem 0 .6rem}
.sec-head p{color:var(--muted);font-size:1.02rem}

/* buttons */
.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--fh);font-weight:600;
  font-size:.97rem;padding:.85rem 1.5rem;border-radius:12px;border:2px solid transparent;
  cursor:pointer;transition:.18s ease;white-space:nowrap}
.btn-primary{background:var(--orange);color:#fff}
.btn-primary:hover{background:var(--orange-dark);transform:translateY(-2px);box-shadow:0 10px 22px rgba(255,138,0,.32)}
.btn-secondary{background:#fff;color:var(--blue);border-color:#cbd5e1}
.btn-secondary:hover{border-color:var(--blue);transform:translateY(-2px)}
.btn-ghost{background:transparent;color:var(--blue);padding:.5rem 0}
.btn-ghost:hover{color:var(--orange)}
.btn:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid #94a3ff;outline-offset:2px}

/* ============================================================
   HEADER
   ============================================================ */
header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.92);
  backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;height:78px}
.nav .nav-left{justify-self:start}
.nav .brand-logo{justify-self:center;display:flex;align-items:center}
.nav .brand-logo img{height:46px;width:auto;display:block}
.nav .nav-right{justify-self:end}
.icon-btn{display:grid;place-items:center;width:44px;height:44px;border-radius:10px;border:1px solid var(--line);
  background:#fff;cursor:pointer;color:#334155;transition:.15s}
.icon-btn:hover{border-color:var(--orange);color:var(--orange)}
.burger{display:grid}

/* ============================================================
   HERO
   ============================================================ */
.hero{background:
   radial-gradient(1100px 460px at 78% -10%, #eaf1ff 0%, rgba(234,241,255,0) 60%),
   linear-gradient(180deg,#fff 0%, var(--bg) 100%);
   padding:62px 0 70px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);gap:40px;align-items:center}
.hero-kicker{font-family:var(--fh);font-weight:600;color:var(--blue-mid);font-size:.95rem;margin-bottom:.7rem}
.hero h1{font-size:clamp(2.05rem,5vw,3.35rem);font-weight:800;letter-spacing:-.02em}
.hero h1 .accent{color:var(--orange)}
.hero p.lead{color:#475569;font-size:1.08rem;margin:1.1rem 0 1.7rem;max-width:34rem}
.page-head{background:radial-gradient(1100px 460px at 78% -10%,#eaf1ff 0,rgba(234,241,255,0) 60%),linear-gradient(180deg,#fff 0%,var(--bg) 100%);padding:56px 0 26px}
.page-head .eyebrow{margin-bottom:.6rem}
.page-head h1{font-size:clamp(1.9rem,4.4vw,2.8rem);font-weight:800;letter-spacing:-.02em}
.page-lead{color:#475569;font-size:1.08rem;margin-top:1rem;max-width:46rem}
.hero-cta{display:flex;gap:.8rem;flex-wrap:wrap}
.trust{display:flex;flex-wrap:nowrap;gap:1.15rem;margin-top:1.9rem;overflow-x:auto;padding-bottom:3px;scrollbar-width:none;-ms-overflow-style:none}
.trust::-webkit-scrollbar{display:none}
.trust span{display:inline-flex;align-items:center;gap:.45rem;font-size:.9rem;color:#475569;font-weight:500;white-space:nowrap;flex:0 0 auto}
.trust span svg{color:var(--green);flex:none}
.hero-visual{position:relative;border-radius:24px;overflow:visible;align-self:center}
.hero-photo{width:112%;max-width:112%;height:auto;display:block;border-radius:24px;box-shadow:0 30px 60px -20px rgba(15,23,42,.35)}

/* ============================================================
   KATEGORIEN
   ============================================================ */
.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.cat-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px 24px;
  display:flex;flex-direction:column;gap:.55rem;transition:.2s;position:relative;overflow:hidden}
.cat-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover);border-color:transparent}
.cat-ic{width:58px;height:58px;border-radius:15px;display:grid;place-items:center;margin-bottom:.4rem}
.cat-card h3{font-size:1.16rem;font-weight:700}
.cat-card p{color:var(--muted);font-size:.93rem;flex:1}
.cat-card .btn{margin-top:1rem;align-self:flex-start;color:#fff;font-size:.88rem;padding:.62rem 1.1rem}

/* ============================================================
   TOP DEALS
   ============================================================ */
.deals-tabs{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin-bottom:34px}
.deal-tab{font-family:var(--fh);font-weight:600;font-size:.86rem;padding:.6rem 1.05rem;border-radius:999px;
  border:1.5px solid var(--line);background:#fff;color:#475569;cursor:pointer;transition:.16s;display:flex;align-items:center;gap:.4rem}
.deal-tab:hover{border-color:#cbd5e1}
.deal-tab.active{color:#fff;border-color:transparent}
.deals-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.deal-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;
  display:flex;flex-direction:column;transition:.2s;position:relative;box-shadow:var(--shadow)}
.deal-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}
.deal-media{background:#fff;height:auto;aspect-ratio:12/7;display:block;position:relative;padding:0;overflow:hidden}
.deal-media svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:112px;width:auto}
.deal-img{width:100%;height:100%;object-fit:cover;display:block}
.deal-body{padding:20px 20px 22px;display:flex;flex-direction:column;flex:1;gap:.7rem}
.deal-title{font-family:var(--fh);font-size:1.18rem;font-weight:800;color:var(--ink);line-height:1.2}
.deal-meta{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;border-bottom:1px solid var(--line-soft);padding-bottom:.7rem}
.deal-prov{display:flex;flex-direction:column;gap:1px;min-width:0}
.deal-prov-name{font-weight:700;color:var(--ink);font-size:.95rem}
.deal-tariff{color:var(--muted);font-size:.84rem}
.deal-term{align-self:flex-start;font-size:.76rem;color:#334155;background:var(--bg-soft);border-radius:999px;padding:.32rem .7rem;font-weight:600;white-space:nowrap}
.deal-incl-h{font-weight:700;color:var(--ink);font-size:.9rem;margin-bottom:.4rem}
.deal-feats{list-style:none;display:flex;flex-direction:column;gap:.42rem}
.deal-feats li{display:flex;gap:.5rem;align-items:flex-start;font-size:.9rem;color:#334155}
.deal-feats li svg{color:var(--green);flex:none;margin-top:3px}
.deal-bottom{margin-top:auto;display:flex;flex-direction:column;gap:.7rem;padding-top:.2rem}
.deal-bonus{display:flex;align-items:center;justify-content:space-between;gap:.6rem;background:#FFF3E6;border:1px solid #FFE0BF;border-radius:var(--radius-sm);padding:.6rem .85rem}
.deal-bonus-l{font-weight:600;color:#9A5A00;font-size:.86rem}
.deal-bonus-v{font-family:var(--fh);font-weight:800;color:var(--orange);font-size:1.02rem;white-space:nowrap}
.deal-prices{display:flex;align-items:flex-end;justify-content:space-between;gap:.8rem;background:var(--bg-soft);border-radius:var(--radius-sm);padding:.75rem .9rem}
.deal-once small,.deal-monthly small{display:block;color:var(--muted);font-size:.72rem;margin-bottom:2px}
.deal-once span{font-family:var(--fh);font-weight:700;font-size:1rem;color:#334155}
.deal-monthly{text-align:right}
.deal-monthly b{font-family:var(--fh);font-size:1.7rem;font-weight:800;color:var(--ink);line-height:1}
.deal-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;background:var(--blue-mid);color:#fff;
  font-family:var(--fh);font-weight:700;font-size:1rem;padding:.85rem 1rem;border-radius:12px;border:none;cursor:pointer;transition:.16s;text-decoration:none}
.deal-btn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 12px 24px rgba(37,99,235,.28)}
.deal-btn svg{width:16px;height:16px}
.deal-note{font-size:.82rem;color:var(--muted);text-align:center}
.deal-share{display:flex;align-items:center;gap:.6rem;border-top:1px solid var(--line-soft);padding-top:.8rem}
.deal-share-l{font-size:.82rem;color:var(--muted);font-weight:600}
.deal-share-ic{display:inline-flex;gap:.4rem}
.deal-share-ic button{width:34px;height:34px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--blue-mid);display:grid;place-items:center;cursor:pointer;transition:.16s;padding:0}
.deal-share-ic button:hover{background:var(--blue-mid);color:#fff;border-color:transparent;transform:translateY(-1px)}
.deal-share-ic svg{width:17px;height:17px}
.deal-legal{font-size:.72rem;color:#94a3b8;line-height:1.4}
.deal-btn--soon{background:var(--bg-soft);color:var(--muted);cursor:default;box-shadow:none}
.deal-btn--soon:hover{background:var(--bg-soft);color:var(--muted);transform:none;box-shadow:none}
.deals-set[hidden]{display:none}
.deal-card{scroll-margin-top:96px}
.deal-card--empty .deal-media{background:linear-gradient(135deg,#f4f7fb,#e9eef7)}
.deal-empty-ic svg{width:52px;height:52px;opacity:.55}
.deal-empty-t{font-size:1.04rem;font-weight:700;color:#475569;margin-bottom:.4rem}
@media(max-width:640px){.deal-monthly b{font-size:1.55rem}}
.deals-cta{text-align:center;margin-top:34px}

/* ============================================================
   WARUM WIR
   ============================================================ */
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.why-item{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.4rem}
.why-ic{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;margin-bottom:.5rem}
.why-item h3{font-size:1.06rem;font-weight:700}
.why-item p{color:var(--muted);font-size:.9rem}

/* ============================================================
   SO FUNKTIONIERT ES
   ============================================================ */
.steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:14px;align-items:start}
.step{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.35rem}
.step-ic{width:64px;height:64px;border-radius:18px;display:grid;place-items:center;margin-bottom:.4rem;
  background:#fff;border:1.5px solid var(--line)}
.step h3{font-size:1rem;font-weight:700}
.step p{color:var(--muted);font-size:.86rem;max-width:14rem}
.step-arrow{display:grid;place-items:center;color:#cbd5e1;padding-top:20px}

/* ============================================================
   RATGEBER
   ============================================================ */
.ratgeber-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.rat-tabs{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:26px}
.art-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.2s}
.art-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}
a.art-card{display:block;text-decoration:none;color:inherit;cursor:pointer}
.art-media{height:165px;background:#0f172a;position:relative;overflow:hidden;display:grid;place-items:center}
.art-media .art-illu{width:100%;height:100%}
.art-emblem svg{width:50px;height:50px;color:#fff;opacity:.95;filter:drop-shadow(0 3px 6px rgba(0,0,0,.25))}
.art-body{padding:20px}
.art-body h3{font-size:1.06rem;font-weight:700;margin-bottom:.5rem}
.art-teaser{color:var(--muted);font-size:.92rem;margin-bottom:.85rem;line-height:1.5}
.art-body .more{color:var(--blue-mid);font-weight:600;font-size:.9rem;display:inline-flex;gap:.3rem;align-items:center}

/* ============================================================
   TRANSPARENZ
   ============================================================ */
.transp{background:linear-gradient(135deg,#13235e,#1e3a8a);border-radius:22px;padding:34px 38px;
  color:#dbe4ff;display:flex;gap:22px;align-items:flex-start}
.transp .tic{flex:none;width:54px;height:54px;border-radius:14px;background:rgba(255,255,255,.12);display:grid;place-items:center;color:#fff}
.transp .tic svg{width:28px;height:28px}
.transp h3{color:#fff;font-size:1.18rem;margin-bottom:.4rem}
.transp p{font-size:.94rem;line-height:1.65;color:#c7d2f0}
.transp-trust{list-style:none;display:flex;flex-wrap:nowrap;gap:8px 22px;margin:0 0 1rem;padding:0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}
.transp-trust::-webkit-scrollbar{display:none}
.transp-trust li{display:flex;align-items:center;gap:8px;color:#fff;font-weight:600;font-size:.92rem;white-space:nowrap;flex:0 0 auto}
.transp-trust li svg{width:15px;height:15px;color:#7ee0a6;flex:0 0 auto}
.contact-icons .btn{display:inline-flex;align-items:center;gap:8px}
.contact-icons .social-ic{width:20px;height:20px;flex:0 0 auto}

/* ============================================================
   FAQ
   ============================================================ */
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 26px}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:13px;overflow:hidden}
.faq-q{width:100%;text-align:left;background:none;border:none;cursor:pointer;padding:18px 20px;
  font-family:var(--fh);font-weight:600;font-size:.96rem;color:var(--ink);display:flex;justify-content:space-between;gap:1rem;align-items:center}
.faq-q .chev{transition:.25s;color:var(--orange);flex:none}
.faq-item.open .chev{transform:rotate(180deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;color:var(--muted);font-size:.92rem}
.faq-a p{padding:0 20px 18px}

/* ============================================================
   ABSCHLUSS CTA
   ============================================================ */
.final-cta{background:linear-gradient(135deg,#fff4e6,#ffe9d1);border:1px solid #ffe0bd;border-radius:22px;
  padding:40px;display:flex;align-items:center;justify-content:space-between;gap:26px;flex-wrap:wrap}
.final-cta .ft{display:flex;gap:18px;align-items:center}
.final-cta .gift{width:62px;height:62px;border-radius:16px;background:#fff;display:grid;place-items:center;color:var(--orange);flex:none;box-shadow:var(--shadow)}
.final-cta h2{font-size:1.5rem;font-weight:700}
.final-cta p{color:#92611f;font-size:.96rem}
.final-cta .cta-btns{display:flex;gap:.7rem;flex-wrap:wrap}

/* ============================================================
   FOOTER
   ============================================================ */
footer{background:#0f172a;color:#cbd5e1;padding:54px 0 26px;margin-top:10px}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:34px}
footer .logo{font-family:var(--fh);font-weight:800;font-size:1.3rem;color:#fff}
footer .logo b{color:var(--orange)}
footer p.tag{color:#94a3b8;font-size:.9rem;margin-top:.6rem;max-width:22rem}
footer h4{color:#fff;font-size:.95rem;margin-bottom:1rem;font-family:var(--fh);font-weight:600}
footer ul{list-style:none;display:flex;flex-direction:column;gap:.55rem}
footer ul a{color:#94a3b8;font-size:.88rem;transition:.15s}
footer ul a:hover{color:var(--orange)}
.foot-bottom{border-top:1px solid #1e293b;margin-top:38px;padding-top:22px;display:flex;
  justify-content:space-between;gap:1rem;flex-wrap:wrap;color:#64748b;font-size:.82rem}

/* ============================================================
   MOBILE MENU
   ============================================================ */
.menu-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.5);backdrop-filter:blur(2px);
  z-index:79;opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s ease}
.menu-backdrop.open{opacity:1;visibility:visible}
.mobile-menu{position:fixed;top:0;left:0;height:100%;width:min(88vw,400px);background:#fff;z-index:80;
  transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;
  padding:16px 16px 28px;overflow-y:auto;box-shadow:0 0 60px rgba(0,0,0,.28)}
.mobile-menu.open{transform:translateX(0)}
body.menu-open{overflow:hidden}
.mm-head{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;
  padding-bottom:.7rem;margin-bottom:.5rem;border-bottom:1px solid var(--line-soft)}
.mm-head>a,.mm-head>img{grid-column:2;justify-self:center}
.mm-head img{width:auto;height:auto;max-height:42px;max-width:180px;object-fit:contain;display:block}
.mm-head .icon-btn{grid-column:3;justify-self:end}
.mm-section{padding:1rem .2rem .35rem;font-family:var(--fh);font-weight:600;font-size:.72rem;
  letter-spacing:.1em;text-transform:uppercase;color:#94a3b8}
.mm-item{display:flex;align-items:center;gap:.85rem;padding:.7rem .2rem;
  border-bottom:1px solid var(--line-soft);color:var(--ink);transition:.12s}
.mm-item:hover{color:var(--orange)}
.mm-ic{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;flex:none}
.mm-ic svg{width:23px;height:23px}
.mm-label{flex:1;font-family:var(--fh);font-weight:600;font-size:1.02rem}
.mm-chev{color:#cbd5e1;flex:none}
.mm-item:hover .mm-chev{color:var(--orange)}
.mm-legal{display:flex;flex-wrap:wrap;gap:.4rem 1rem;padding:1.1rem .2rem .4rem;margin-top:.4rem;border-top:1px solid var(--line-soft)}
.mm-legal a{font-size:.82rem;color:var(--muted)}
.mm-legal a:hover{color:var(--orange)}

/* ============================================================
   UNTERSEITEN-ABSCHNITTE
   ============================================================ */
.chip-grid{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}
.chip{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1.5px solid var(--line);
  border-radius:999px;padding:.75rem 1.3rem;font-family:var(--fh);font-weight:600;font-size:.95rem;
  color:var(--ink);transition:.16s;box-shadow:var(--shadow)}
.chip:hover{border-color:var(--orange);color:var(--orange);transform:translateY(-2px)}
.chip::after{content:"›";color:#cbd5e1;font-weight:700}
.chip:hover::after{color:var(--orange)}
.darum-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.darum-item{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px 22px;transition:.2s}
.darum-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}
.darum-ic{width:54px;height:54px;border-radius:14px;display:grid;place-items:center;background:#e3f6ea;color:var(--green);margin-bottom:1rem}
.darum-ic svg{width:26px;height:26px}
.darum-item h3{font-size:1.08rem;font-weight:700;margin-bottom:.4rem}
.darum-item p{color:var(--muted);font-size:.92rem}
.social-box{background:linear-gradient(135deg,#13235e,#1e3a8a);border-radius:22px;padding:34px 38px;
  display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;color:#dbe4ff}
.social-box h2{color:#fff;font-size:1.4rem;margin:.2rem 0 .35rem}
.social-box p{color:#c7d2f0;font-size:.95rem}
.social-btn{background:#fff;color:var(--blue);font-weight:600}
.social-btn:hover{background:#fff4e6;color:var(--orange-dark);transform:translateY(-2px)}

/* Footer-Logo */
.foot-logo{display:inline-block;background:#fff;padding:7px 12px;border-radius:6px;margin-bottom:16px;line-height:0}
.foot-logo img{height:52px;width:auto;display:block}

/* Beliebte Kategorien – große Kacheln mit 3D-Emblem */
.bk-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.bk-tile{display:flex;flex-direction:column;align-items:flex-start;gap:14px;background:#fff;
  border:1px solid var(--line);border-radius:20px;padding:26px 22px;position:relative;transition:.2s;box-shadow:var(--shadow)}
.bk-tile:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover);border-color:transparent}
.bk-emblem{width:68px;height:68px;border-radius:18px;display:grid;place-items:center;color:#fff;position:relative;
  background-image:linear-gradient(145deg,var(--g1),var(--g2));
  box-shadow:0 12px 24px -7px var(--g2),inset 0 2px 3px rgba(255,255,255,.55),inset 0 -5px 9px rgba(0,0,0,.18)}
.bk-emblem::after{content:"";position:absolute;inset:3px 3px 52% 3px;border-radius:15px 15px 40% 40%;
  background:linear-gradient(180deg,rgba(255,255,255,.55),rgba(255,255,255,0))}
.bk-emblem svg{width:32px;height:32px;position:relative;z-index:1;filter:drop-shadow(0 1px 1px rgba(0,0,0,.22))}
.bk-label{font-family:var(--fh);font-weight:700;font-size:1.06rem;color:var(--ink);line-height:1.3}
.bk-arrow{position:absolute;top:24px;right:22px;color:#cbd5e1;font-size:1.3rem;font-weight:700;transition:.2s}
.bk-tile:hover .bk-arrow{color:var(--orange);transform:translateX(3px)}
@media(max-width:900px){.bk-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.bk-grid{grid-template-columns:1fr 1fr;gap:12px}.bk-tile{padding:20px 16px}.bk-emblem{width:58px;height:58px}.bk-label{font-size:.96rem}}
@media(max-width:920px){.darum-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.darum-grid{grid-template-columns:1fr}.social-box{flex-direction:column;align-items:flex-start;text-align:left}}

/* ============================================================
   SUCHE
   ============================================================ */
.search-overlay{position:fixed;inset:0;z-index:85;background:rgba(15,23,42,.5);
  backdrop-filter:blur(3px);display:none;align-items:flex-start;justify-content:center;padding:14vh 18px 18px}
.search-overlay.open{display:flex}
.search-panel{background:#fff;border-radius:18px;width:min(640px,100%);box-shadow:0 30px 80px rgba(0,0,0,.4);overflow:hidden}
.search-bar{display:flex;align-items:center;gap:.6rem;padding:14px 16px;border-bottom:1px solid var(--line);color:var(--muted)}
.search-bar input{flex:1;border:none;outline:none;font-family:var(--fb);font-size:1.05rem;color:var(--ink);background:none}
.search-results{max-height:52vh;overflow:auto}
.search-results a{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:13px 18px;
  border-bottom:1px solid var(--line-soft);color:var(--ink);transition:.12s}
.search-results a:hover{background:var(--bg)}
.search-results .sr-title{font-weight:600;font-size:.95rem}
.search-results .sr-cat{font-size:.78rem;color:#fff;background:var(--blue);padding:.2rem .55rem;border-radius:999px;white-space:nowrap}
.search-results .sr-empty{padding:22px 18px;color:var(--muted);font-size:.92rem}
.search-results .sr-hint{padding:14px 18px;color:var(--muted);font-size:.86rem}
.mobile-menu a:hover{color:var(--orange)}


/* ============================================================
   RESPONSIVE
   ============================================================ */
@media(max-width:1080px){
  .hero h1{font-size:clamp(1.9rem,6vw,2.6rem)}
}
@media(max-width:920px){
  .hero-grid{grid-template-columns:1fr;gap:34px}
  .hero-visual{order:-1}
  .hero-photo{width:100%;max-width:100%}
  .cat-grid{grid-template-columns:repeat(2,1fr)}
  .deals-grid{grid-template-columns:repeat(2,1fr)}
  .why-grid{grid-template-columns:repeat(2,1fr);gap:34px}
  .ratgeber-grid{grid-template-columns:repeat(2,1fr)}
  .foot-grid{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr 1fr;gap:30px}
  .step-arrow{display:none}
}
@media(max-width:640px){
  .section{padding:54px 0}
  .container{padding:0 16px}
  .nav{height:66px}
  .nav .brand-logo img{height:38px}
  .cat-grid{grid-template-columns:1fr}
  .deals-grid{grid-template-columns:1fr}
  .why-grid{grid-template-columns:1fr}
  .ratgeber-grid{grid-template-columns:1fr}
  .faq-grid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr}
  .transp{flex-direction:column;padding:26px 22px}
  .final-cta{flex-direction:column;align-items:flex-start;padding:30px 24px}
  .hero-cta .btn,.final-cta .cta-btns .btn{flex:1}
}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto}}

/* ============================================================
   INHALTS- UND RECHTSSEITEN (Impressum, Datenschutz, Service …)
   ============================================================ */
.legal-wrap{max-width:840px;margin:0 auto}
.about-head,.about-head .page-lead,.about-head .eyebrow,.about-head h1{text-align:left}
.about-body{margin-left:0;margin-right:auto;text-align:left}
.page-title{font-family:var(--fh);font-weight:800;font-size:clamp(1.7rem,3.6vw,2.3rem);line-height:1.15;margin:0 0 1.6rem;color:var(--ink)}
.legal-wrap .eyebrow{font-family:var(--fh);font-weight:600;color:var(--blue-mid);font-size:.9rem;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.5rem}
.legal-wrap h1{font-family:var(--fh);font-weight:800;font-size:clamp(1.9rem,4vw,2.6rem);line-height:1.15;margin-bottom:1rem;color:var(--ink)}
.legal-wrap .lead{font-size:1.08rem;color:#475569;line-height:1.7;margin-bottom:1.8rem}
.legal-wrap h2{font-family:var(--fh);font-weight:700;font-size:1.3rem;margin:1.8rem 0 .7rem;color:var(--ink)}
.legal-wrap h3{font-family:var(--fh);font-weight:700;font-size:1.05rem;margin:1.2rem 0 .4rem;color:var(--ink)}
.legal-wrap p{color:#475569;line-height:1.75;margin-bottom:.9rem}
.legal-wrap ul{margin:.4rem 0 1rem 1.2rem;color:#475569;line-height:1.7}
.legal-wrap ul li{margin-bottom:.4rem}
.legal-wrap a.inline{color:var(--blue-mid);font-weight:600;text-decoration:underline}
.field-note{display:inline-block;background:#fff7ed;border:1px dashed var(--orange);color:#9a3412;
  border-radius:8px;padding:.15rem .55rem;font-size:.9rem;font-weight:600;font-family:var(--fb)}
.legal-box{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px 24px;margin:1.1rem 0;box-shadow:var(--shadow)}
.legal-meta{font-size:.92rem;color:var(--muted);margin-top:1.6rem;padding-top:1.1rem;border-top:1px solid var(--line)}

/* Schritt-für-Schritt (Service-Seiten) */
.guide-steps{counter-reset:gstep;display:grid;grid-template-columns:1fr;gap:14px;margin:1.2rem 0 1.6rem}
.guide-step{position:relative;background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 20px 18px 64px;box-shadow:var(--shadow)}
.guide-step::before{counter-increment:gstep;content:counter(gstep);position:absolute;left:18px;top:18px;width:32px;height:32px;
  border-radius:50%;background:var(--orange);color:#fff;font-family:var(--fh);font-weight:700;display:grid;place-items:center;font-size:1rem}
.guide-step h3{margin:0 0 .25rem}
.guide-step p{margin:0}

/* Anbieter-Karten (Kündigungskonfigurator) */
.prov-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:1.2rem 0 1.6rem}
.prov-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 20px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:.5rem}
.prov-card h3{margin:0;font-size:1.08rem}
.prov-card p{margin:0;font-size:.94rem}
.prov-card .btn{margin-top:auto;align-self:flex-start}
@media(max-width:680px){.prov-grid{grid-template-columns:1fr}}

/* FAQ auf Inhaltsseiten (ohne JS, via <details>) */
.faq-list{display:grid;gap:10px;margin:1rem 0 1.4rem}
.faq-list details{background:#fff;border:1px solid var(--line);border-radius:12px;padding:0;overflow:hidden}
.faq-list summary{cursor:pointer;list-style:none;padding:16px 18px;font-family:var(--fh);font-weight:600;color:var(--ink);display:flex;justify-content:space-between;align-items:center;gap:1rem}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:"+";font-size:1.3rem;color:var(--orange);font-weight:700}
.faq-list details[open] summary::after{content:"–"}
.faq-list details p{padding:0 18px 16px;margin:0;color:#475569;line-height:1.7}
.info-cta-row{margin-top:1.6rem}
@media(max-width:560px){
  .info-cta-row.contact-actions{flex-direction:column;align-items:stretch}
  .info-cta-row.contact-actions .btn{width:100%;justify-content:center;text-align:center}
}

/* Kontaktformular + Kontakt-Aktionen + Hinweise */
.contact-actions{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 1.2rem}
.cyd-form{display:grid;gap:14px;max-width:640px;margin:1rem 0 1.6rem}
.cyd-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.cyd-form label{display:flex;flex-direction:column;gap:.35rem;font-weight:600;font-size:.92rem;color:var(--ink)}
.cyd-form input,.cyd-form textarea{font-family:var(--fb);font-size:1rem;padding:.7rem .8rem;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);width:100%}
.cyd-form input:focus,.cyd-form textarea:focus{outline:none;border-color:var(--blue-mid);box-shadow:0 0 0 3px rgba(37,99,235,.15)}
.cyd-form .req{color:var(--c-schutz)}
.cyd-form .form-note{font-size:.85rem;color:var(--muted);font-weight:400;line-height:1.5;margin-top:.2rem}
.cyd-form button{justify-self:start}
.cyd-form .cyd-consent{flex-direction:row;align-items:flex-start;gap:.55rem;font-weight:400;font-size:.9rem;color:var(--muted);line-height:1.5}
.cyd-form .cyd-consent input{width:auto;flex:0 0 auto;margin-top:.2rem}
@media(max-width:560px){.cyd-form-row{grid-template-columns:1fr}}
.deal-disclaimer{text-align:center;font-size:.82rem;color:var(--muted);margin-top:1.4rem;line-height:1.5}
.foot-affiliate{font-size:.82rem;color:#94a3b8;line-height:1.55;margin:1.2rem 0 0;border-top:1px solid rgba(255,255,255,.08);padding-top:1.1rem}

/* ===================== RESTOPTIMIERUNGEN (Livegang) ===================== */
/* Modernisierte Trust-Leiste (Startseite Hero + Unterseiten-Abschnitt) */
.trust-strip{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:16px;margin-top:1.7rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}
.trust-strip::-webkit-scrollbar{display:none}
.trust-item{display:flex;align-items:center;gap:7px;font-weight:500;font-size:.8rem;color:#475569;white-space:nowrap;flex:0 0 auto}
.trust-ic{color:var(--green);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.trust-ic svg{width:16px;height:16px}
.trust-section{padding-top:0}
.trust-section .trust-strip{justify-content:flex-start;gap:16px;margin-top:0}
@media(max-width:560px){
  .trust-strip{gap:13px;margin-top:1.3rem}
  .trust-item{font-size:.76rem;gap:6px}
  .trust-ic svg{width:15px;height:15px}
}

/* Social: WhatsApp, Instagram, TikTok – immer nebeneinander, Mobile = kompakte Icon-Buttons */
.social-row{display:flex;flex-wrap:nowrap;gap:12px}
.social-row .social-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px}
.social-ic{width:20px;height:20px;flex:0 0 auto}
@media(max-width:560px){
  .social-box .social-row{width:100%;gap:10px}
  .social-row .social-btn{flex:1 1 0;min-width:0;padding-left:0;padding-right:0;height:52px}
  .social-row .social-lbl{display:none}
  .social-row .social-ic{width:24px;height:24px}
}

/* Ratgeber-Karten: Bildwelt-Emblem dezent hervorheben */
.art-media .art-emblem svg{filter:drop-shadow(0 3px 8px rgba(0,0,0,.35))}
