:root{
  --navy:#061c33;
  --navy2:#082540;
  --navy3:#041426;
  --ink:#061c33;
  --cream:#fff8ee;
  --cream2:#f8ecdc;
  --paper:#fffaf3;
  --gold:#ffb703;
  --gold2:#ffc934;
  --red:#b20d17;
  --line:#ead9c4;
  --muted:#506172;
  --white:#fff;
  --shadow:0 16px 38px rgba(6,28,51,.13);
  --shadow2:0 24px 55px rgba(6,28,51,.18);
  --radius:14px;
  --max:1320px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html{background:#fff8ee;}
body{
  margin:0;
  overflow-x:hidden;
  background:
    radial-gradient(circle at 16% 10%,rgba(255,199,44,.13),transparent 24%),
    linear-gradient(180deg,#fff7ec 0%,#fffaf4 48%,#fff 100%);
  color:var(--ink);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:16px;
  line-height:1.45;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.skip-link{position:absolute;top:-120px;left:18px;background:#fff;color:#000;padding:10px 14px;z-index:99999;border-radius:8px}.skip-link:focus{top:12px}

/* Header */
.site-header{position:sticky;top:0;left:0;right:0;width:100%;z-index:1000;background:rgba(5,25,45,.98);box-shadow:0 5px 22px rgba(0,0,0,.22);backdrop-filter:blur(12px) saturate(1.1)}
.admin-bar .site-header{top:32px}
.site-header__inner{max-width:var(--max);margin:0 auto;height:82px;padding:0 30px;display:flex;align-items:center;gap:26px}
.brand{display:flex;align-items:center;gap:12px;min-width:270px;color:#fff}
.brand__shield{width:43px;height:54px;background:linear-gradient(180deg,#ffc934,#f2a900);clip-path:polygon(50% 0,92% 17%,84% 78%,50% 100%,16% 78%,8% 17%);display:grid;place-items:center;color:#071d35;font-weight:950;font-size:31px;filter:drop-shadow(0 2px 2px rgba(0,0,0,.26))}
.brand__shield--small{width:31px;height:38px;font-size:22px}.brand__name{font-size:29px;line-height:.96;font-weight:900;letter-spacing:-.04em}.brand__name span,.footer-brand strong span{color:var(--gold);letter-spacing:-.05em}.brand__claim{display:block;font-size:11px;color:#d9e5ee;margin-top:6px}.main-nav{margin-left:auto}.vosi-menu,.vosi-menu-fallback{list-style:none;padding:0;margin:0;display:flex;align-items:center}.vosi-menu a,.vosi-menu-fallback a{display:block;padding:30px 15px 27px;color:#fff;font-weight:650;font-size:15px;position:relative;white-space:nowrap;transition:color .22s ease}.vosi-menu a:hover,.vosi-menu-fallback a:hover{color:#ffd76b}.vosi-menu li.is-active a::after,.vosi-menu-fallback li.is-active a::after,.vosi-menu .current-menu-item a::after{content:"";position:absolute;left:13px;right:13px;bottom:12px;height:4px;background:var(--gold);border-radius:999px;box-shadow:0 0 14px rgba(255,183,3,.42)}
.search-button{background:transparent;border:0;color:#fff;font-size:32px;line-height:1;cursor:pointer;padding:6px 0;transition:transform .2s ease,color .2s ease}.search-button:hover{transform:scale(1.08);color:var(--gold)}
.mobile-menu-toggle{display:none;background:linear-gradient(180deg,var(--gold2),var(--gold));border:0;color:var(--navy);font-weight:900;border-radius:17px;padding:15px 23px;font-size:18px;box-shadow:0 8px 20px rgba(255,183,3,.25)}
.mobile-panel{background:var(--navy2);border-top:1px solid rgba(255,255,255,.09);padding:0 24px 18px}.mobile-panel .vosi-menu-fallback{display:grid}.mobile-panel a{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.08)}

/* Hero */
/* Hero */
.vosi-page{width:100%;overflow:hidden;background:#fff8ee}.hero{position:relative;min-height:455px;overflow:hidden;background:linear-gradient(90deg,#fff7ed 0%,#fff7ed 48%,#f6e1c4 100%);isolation:isolate}
.hero__media{position:absolute;inset:0 0 0 42%;z-index:0;overflow:hidden;background:#ead6bd}
.hero__media img{width:100%;height:100%;object-fit:cover;object-position:center right;display:block;transform:scale(1.015);animation:kenburns 18s ease-out forwards}
.hero__media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,247,237,.30),rgba(255,247,237,.06) 42%,rgba(6,28,51,.10) 100%)}
.hero__shade{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#fff7ed 0%,#fff7ed 31%,rgba(255,247,237,.98) 39%,rgba(255,247,237,.76) 48%,rgba(255,247,237,.24) 59%,rgba(255,247,237,0) 72%)}
.hero__inner{position:relative;z-index:2;max-width:var(--max);margin:0 auto;padding:38px 30px 32px}.hero__copy{width:510px;max-width:48%}.heart{color:#c50000;font-size:76px;line-height:.78;margin-bottom:9px;text-shadow:0 5px 16px rgba(197,0,0,.14);display:inline-block;animation:heartFloat 7.5s ease-in-out infinite}.hero h1{font-size:clamp(58px,5.7vw,84px);line-height:.9;letter-spacing:-.06em;margin:0 0 18px;font-weight:950}.hero__lead{color:var(--red);font-size:23px;line-height:1.18;font-weight:900;margin:0 0 14px}.hero__text{font-size:18px;line-height:1.36;margin:0 0 28px;max-width:430px;font-weight:520}.hero-alert{display:flex;gap:18px;align-items:center;background:linear-gradient(135deg,var(--navy),#092943);color:#fff;border-radius:8px;padding:18px 22px;width:min(430px,100%);box-shadow:var(--shadow);position:relative;overflow:hidden}.hero-alert::before,.stefan-cta::before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,transparent,rgba(255,255,255,.10),transparent);transform:translateX(-120%);animation:shine 7s ease-in-out infinite}.hero-alert strong{font-size:16px}.hero-alert span:not(.mini-shield){color:#ecf3f9;font-size:14px}.mini-shield{width:42px;height:50px;flex:0 0 42px;background:transparent;border:3px solid var(--gold);clip-path:polygon(50% 0,92% 17%,84% 78%,50% 100%,16% 78%,8% 17%);display:grid;place-items:center;color:var(--gold);font-weight:950;font-size:24px}

/* Layout */
.section-wrap{max-width:var(--max);margin:0 auto;padding-left:30px;padding-right:30px}.topic-strip{display:grid;grid-template-columns:repeat(8,1fr);gap:8px;margin-top:12px}.topic-card{min-height:108px;border:1px solid var(--line);border-radius:7px;background:rgba(255,255,255,.72);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:13px 10px;box-shadow:0 7px 16px rgba(6,28,51,.04);position:relative;overflow:hidden}.topic-card::after{content:"";position:absolute;inset:auto 16px 0;height:3px;border-radius:3px;background:var(--gold);transform:scaleX(0);transform-origin:center;transition:transform .25s ease}.topic-card:hover::after{transform:scaleX(1)}.topic-card__icon{font-size:34px;line-height:1;margin-bottom:8px;color:var(--navy);font-weight:900}.topic-card__title{font-weight:800;font-size:14px;line-height:1.16}
.content-grid{display:grid;grid-template-columns:1fr 1.42fr 1fr;gap:8px;margin-top:12px}.info-panel,.quickies-panel,.share-panel,.wp-content-card{background:rgba(255,255,255,.76);border:1px solid var(--line);border-radius:8px;padding:22px;box-shadow:0 10px 22px rgba(6,28,51,.05)}.info-panel h2,.quickies-panel h2,.share-panel h2{font-size:22px;line-height:1.1;margin:0 0 14px;font-weight:900;letter-spacing:-.03em}.info-panel h2::after,.quickies-panel h2::after,.share-panel h2::after{content:"";display:block;width:34px;height:3px;background:var(--gold);border-radius:3px;margin-top:8px}.info-panel p,.share-panel p{margin:0 0 22px;font-size:15px;line-height:1.42}.tip-box{display:grid;grid-template-columns:54px 1fr;gap:15px;align-items:center;border:1px solid var(--line);border-radius:8px;background:rgba(255,251,243,.82);padding:20px}.tip-box>span{font-size:42px;filter:drop-shadow(0 4px 7px rgba(255,183,3,.18))}.tip-box strong{font-size:18px}.tip-box p{font-size:14px;line-height:1.36;margin:6px 0 0}
.quickie-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.video-card{min-height:166px;border-radius:6px;overflow:hidden;background:linear-gradient(180deg,rgba(7,31,55,.20),rgba(7,31,55,.15)),var(--thumb),linear-gradient(135deg,var(--navy),#0a2e4a);background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;padding:52px 12px 12px;position:relative;box-shadow:0 10px 20px rgba(6,28,51,.14)}.video-card::after{content:"";position:absolute;inset:48% 0 0;background:linear-gradient(180deg,rgba(6,28,51,0),rgba(6,28,51,.96) 47%,rgba(6,28,51,1))}.video-card strong,.video-card small{position:relative;z-index:2}.play{position:absolute;top:48%;left:50%;transform:translate(-50%,-50%);z-index:3;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.88);color:var(--navy);box-shadow:0 8px 18px rgba(0,0,0,.22);font-size:20px;line-height:1;transition:transform .24s ease,background .24s ease,color .24s ease}.video-card strong{font-size:15px;line-height:1.15}.video-card small{font-size:12px;color:#d6e4ee;margin-top:8px}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:0;border-radius:8px;min-height:46px;padding:13px 30px;font-weight:950;font-size:17px;cursor:pointer;text-align:center}.button--gold{background:linear-gradient(180deg,var(--gold2),var(--gold));color:#061c33;box-shadow:0 12px 20px rgba(255,183,3,.18)}.quickies-panel .button{margin:14px auto 0;display:flex;width:min(260px,100%)}.download-link{display:grid;grid-template-columns:36px 1fr;gap:10px;align-items:center;border:1px solid var(--line);border-radius:7px;padding:12px 14px;margin-bottom:12px;background:rgba(255,255,255,.64)}.download-link span{font-size:22px}.download-link strong{font-size:14px}.download-link small{display:block;color:#394758;font-size:12px;margin-top:1px}.stronger{background:linear-gradient(180deg,#ffc72c,#ffb703);border-radius:7px;padding:16px 18px;color:#061c33;margin-top:8px}.stronger span{font-size:26px;margin-right:10px}.stronger strong{font-size:18px}.stronger small{font-size:13px}.stefan-cta{position:relative;overflow:hidden;display:grid;grid-template-columns:60px 1fr auto;align-items:center;gap:18px;background:linear-gradient(135deg,var(--navy),#092943);color:#fff;margin-top:14px;margin-bottom:18px;border-radius:8px;padding:18px 30px;box-shadow:0 18px 40px rgba(6,28,51,.20)}.stefan-cta h2{font-size:19px;line-height:1.2;margin:0 0 3px}.stefan-cta p{margin:0;color:#e8f1f8}.stefan-cta .button{min-width:270px}.site-footer{background:linear-gradient(135deg,var(--navy),#092943);color:#fff;padding:24px 0 28px}.site-footer__inner{max-width:var(--max);margin:0 auto;padding:0 30px;display:grid;grid-template-columns:1.1fr 1.25fr 1fr;gap:36px;align-items:center}.footer-brand{display:flex;gap:14px;align-items:flex-start}.footer-brand strong{font-size:24px}.footer-brand p,.footer-note{margin:4px 0 0;color:#d8e3ec;font-size:13px;line-height:1.45}.footer-nav{display:flex;gap:22px;justify-content:flex-end;flex-wrap:wrap}.footer-nav a{color:#fff;font-size:14px}.page-content{padding-top:42px;padding-bottom:50px}.wp-content-card h1{font-size:42px;line-height:1.08;margin-top:0}.wp-content-card{border-radius:16px;max-width:920px;margin:0 auto;background:#fff}

/* Premium motion */
.card-animate,.topic-card,.video-card,.download-link,.button{transition:transform .26s cubic-bezier(.2,.75,.2,1),box-shadow .26s ease,filter .26s ease,border-color .26s ease,background .26s ease}.card-animate:hover,.topic-card:hover,.video-card:hover,.download-link:hover{transform:translateY(-5px);box-shadow:var(--shadow2);border-color:#f0c77a}.button:hover{transform:translateY(-2px);filter:brightness(1.045);box-shadow:0 16px 34px rgba(255,183,3,.30)}.video-card:hover .play{transform:translate(-50%,-50%) scale(1.10);background:rgba(255,183,3,.96);color:#061c33}.topic-card:hover .topic-card__icon{animation:wobble .45s ease}.reveal{opacity:0;transform:translateY(18px)}.reveal.is-visible{opacity:1;transform:translateY(0);transition:opacity .72s ease,transform .72s cubic-bezier(.2,.75,.2,1)}.reveal.is-visible .topic-card,.reveal.is-visible .card-animate{transition-delay:calc(var(--i,0) * 50ms)}@keyframes kenburns{to{transform:scale(1.055)}}@keyframes shine{0%,74%{transform:translateX(-120%)}88%,100%{transform:translateX(120%)}}@keyframes heartFloat{0%,100%{transform:translateX(0) scale(1)}25%{transform:translateX(9px) scale(1.035)}50%{transform:translateX(18px) scale(1)}75%{transform:translateX(7px) scale(1.045)}}@keyframes wobble{0%,100%{transform:rotate(0)}35%{transform:rotate(-4deg)}70%{transform:rotate(3deg)}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}.hero__media{transform:none}}

@media (max-width:1180px){.site-header__inner{gap:14px}.brand{min-width:245px}.vosi-menu a,.vosi-menu-fallback a{padding-left:9px;padding-right:9px;font-size:14px}.content-grid{grid-template-columns:1fr 1fr}.share-panel{grid-column:1/-1}.topic-strip{grid-template-columns:repeat(4,1fr)}.hero__copy{width:520px;max-width:55%}.hero h1{font-size:62px}.hero__media{left:45%}.hero__shade{background:linear-gradient(90deg,#fff7ed 0%,#fff7ed 35%,rgba(255,247,237,.96) 47%,rgba(255,247,237,.18) 67%,rgba(255,247,237,0) 100%)}}
@media (max-width:780px){.admin-bar .site-header{top:0}body{background:linear-gradient(90deg,#fff 0%,#fffaf4 14%,#fff6ea 50%,#fffaf4 86%,#fff 100%);font-size:18px}.site-header__inner{height:140px;padding:0 34px;justify-content:space-between}.brand{min-width:0;gap:16px}.brand__shield{width:56px;height:70px;font-size:38px}.brand__name{font-size:42px}.brand__claim,.main-nav,.search-button{display:none}.mobile-menu-toggle{display:block}.hero{min-height:auto;padding-bottom:24px}.hero__media{position:relative;display:block;inset:auto;height:300px;width:auto;margin:24px 34px 0;border-radius:24px}.hero__media img{object-position:center center}.hero__shade{background:linear-gradient(180deg,#fff7ed 0%,rgba(255,247,237,.94) 62%,rgba(255,247,237,.2) 100%)}.hero__inner{padding:50px 36px 0}.hero__copy{width:100%;max-width:100%}.heart{font-size:72px}.hero h1{font-size:clamp(64px,13.5vw,96px);line-height:.9}.hero__lead{font-size:32px;line-height:1.18}.hero__text{font-size:31px;line-height:1.55;max-width:none}.hero-alert{border-radius:20px;padding:30px 32px;gap:26px;width:100%;margin-top:30px}.hero-alert strong{font-size:30px;line-height:1.35}.hero-alert span:not(.mini-shield){font-size:28px;line-height:1.45}.mini-shield{width:58px;height:68px;font-size:34px}.section-wrap{padding-left:36px;padding-right:36px}.topic-strip{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:0}.topic-card{min-height:210px;border-radius:18px;background:#fff}.topic-card__icon{font-size:36px}.topic-card__title{font-size:28px;line-height:1.18}.content-grid{grid-template-columns:1fr;gap:28px;margin-top:28px}.info-panel,.quickies-panel,.share-panel{border-radius:24px;padding:46px 56px;background:rgba(255,255,255,.86)}.info-panel h2,.quickies-panel h2,.share-panel h2{font-size:51px;line-height:1.15}.info-panel h2::after,.quickies-panel h2::after,.share-panel h2::after{width:92px;height:8px;margin-top:22px}.info-panel p,.share-panel p{font-size:34px;line-height:1.55}.tip-box{border-radius:18px;padding:34px 32px;gap:28px;align-items:flex-start}.tip-box>span{font-size:52px}.tip-box strong{font-size:31px}.tip-box p{font-size:31px;line-height:1.55}.quickie-list{grid-template-columns:1fr;gap:24px}.video-card{min-height:360px;border-radius:18px;padding:150px 34px 34px}.play{top:70px;width:74px;height:74px;font-size:32px}.video-card strong{font-size:33px;line-height:1.28}.video-card small{font-size:27px}.quickies-panel .button{width:100%;min-height:86px;font-size:30px;border-radius:20px;margin-top:28px}.download-link{grid-template-columns:46px 1fr;border-radius:16px;padding:26px 28px;margin-bottom:20px}.download-link span{font-size:32px}.download-link strong{font-size:30px;line-height:1.25}.download-link small{display:none}.stronger{border-radius:18px;padding:28px 30px}.stronger strong{font-size:30px}.stronger small{display:none}.stefan-cta{grid-template-columns:1fr;border-radius:22px;padding:44px 62px;margin-top:40px;margin-bottom:40px}.stefan-cta__icon{display:none}.stefan-cta h2{font-size:34px}.stefan-cta p{font-size:34px;line-height:1.5}.stefan-cta .button{min-height:90px;min-width:0;width:100%;font-size:30px;border-radius:18px;margin-top:22px}.site-footer{padding:70px 0}.site-footer__inner{grid-template-columns:1fr;gap:26px;padding:0 36px}.footer-brand strong{font-size:34px}.footer-brand p,.footer-note{font-size:28px;line-height:1.45}.footer-nav{justify-content:flex-start}.footer-nav a{font-size:22px}.page-content{padding-top:28px}.wp-content-card{border-radius:24px;padding:38px}.wp-content-card h1{font-size:48px}}
@media (max-width:430px){.site-header__inner{height:112px;padding:0 18px}.brand__shield{width:42px;height:52px;font-size:30px}.brand__name{font-size:32px}.mobile-menu-toggle{padding:13px 18px;border-radius:15px}.hero__inner{padding:34px 22px 0}.hero__media{height:230px;margin:22px 22px 0;border-radius:18px}.heart{font-size:50px}.hero h1{font-size:58px}.hero__lead{font-size:25px}.hero__text{font-size:23px;line-height:1.45}.hero-alert{padding:22px;border-radius:16px}.hero-alert strong{font-size:23px}.hero-alert span:not(.mini-shield){font-size:21px}.section-wrap{padding-left:22px;padding-right:22px}.topic-strip{gap:12px}.topic-card{min-height:160px}.topic-card__title{font-size:22px}.info-panel,.quickies-panel,.share-panel{padding:30px 28px;border-radius:18px}.info-panel h2,.quickies-panel h2,.share-panel h2{font-size:39px}.info-panel p,.share-panel p,.tip-box p{font-size:24px}.tip-box strong{font-size:25px}.video-card{min-height:280px;padding:120px 24px 26px}.video-card strong{font-size:25px}.video-card small{font-size:21px}.download-link strong,.stronger strong,.stefan-cta p{font-size:23px}.stefan-cta{padding:32px 30px}.stefan-cta h2{font-size:28px}.stefan-cta .button,.quickies-panel .button{font-size:24px;min-height:74px}.footer-brand p,.footer-note{font-size:22px}}

/* =========================================================
   Vorsicht Framework 3.0 – Hero Slider & Guardian System
   ========================================================= */
.site-header.is-scrolled .site-header__inner{height:68px;transition:height .25s ease}.site-header.is-scrolled{background:rgba(5,25,45,.92);box-shadow:0 8px 32px rgba(0,0,0,.22)}.site-header__inner{transition:height .25s ease}.brand__shield,.mini-shield,.guardian-inline,.guardian-buddy{will-change:transform,filter}
.hero--slider{min-height:520px;background:#fff7ed;position:relative}.hero__slides{position:absolute;inset:0 0 0 42%;z-index:0;overflow:hidden;background:#ead6bd}.hero__slide{position:absolute;inset:0;margin:0;opacity:0;transform:scale(1.012);transition:opacity 1s ease,transform 7s ease}.hero__slide.is-active{opacity:1;transform:scale(1)}.hero__slide img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.hero--slider .hero__shade{background:linear-gradient(90deg,#fff7ed 0%,#fff7ed 31%,rgba(255,247,237,.97) 40%,rgba(255,247,237,.78) 50%,rgba(255,247,237,.28) 61%,rgba(255,247,237,0) 76%)}.hero__copy.is-changing{animation:copySwap .56s ease}.hero__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:0 0 20px}.button--ghost{background:rgba(255,255,255,.55);border:1px solid rgba(6,28,51,.16);color:var(--navy);box-shadow:0 10px 22px rgba(6,28,51,.05)}.eyebrow{display:inline-flex;align-items:center;gap:10px;margin:0 0 10px;font-weight:900;color:#7b1d22;letter-spacing:.01em}.guardian-inline{width:32px;height:38px;display:inline-grid;place-items:center;background:linear-gradient(180deg,var(--gold2),var(--gold));color:var(--navy);font-weight:950;clip-path:polygon(50% 0,92% 17%,84% 78%,50% 100%,16% 78%,8% 17%);filter:drop-shadow(0 5px 10px rgba(255,183,3,.28))}.heart--beat{animation:heartBeat 3.4s ease-in-out infinite}.guardian-inline--pulse,.guardian-shield--pulse,.guardian-card--pulse .guardian-shield,.brand:hover .brand__shield{animation:guardianBeat 3.8s ease-in-out infinite}.guardian-inline--glow,.guardian-card--warning .guardian-shield{animation:guardianGlow 2.8s ease-in-out infinite}.guardian-card{position:relative}.guardian-card--soft{box-shadow:inset 0 0 0 1px rgba(255,183,3,.14)}.hero__dots{position:absolute;z-index:6;left:calc((100vw - min(var(--max),100vw)) / 2 + 30px);bottom:26px;display:flex;gap:9px}.hero__dot{width:10px;height:10px;border-radius:999px;border:0;background:rgba(6,28,51,.22);cursor:pointer;transition:width .25s ease,background .25s ease,transform .25s ease}.hero__dot.is-active{width:30px;background:var(--gold);box-shadow:0 0 18px rgba(255,183,3,.42)}.hero__dot:hover{transform:translateY(-1px)}.warning-band{margin-top:14px}.warning-card{display:grid;grid-template-columns:58px 1fr;gap:18px;align-items:center;background:linear-gradient(135deg,#fff7ec,#fff);border:1px solid #f1d49e;border-left:7px solid var(--gold);border-radius:10px;padding:20px 24px;box-shadow:0 12px 28px rgba(6,28,51,.07)}.warning-card h2{margin:0 0 6px;font-size:24px;line-height:1.1}.warning-card p{margin:0;color:#25364a}.guardian-buddy{position:fixed;right:22px;bottom:22px;z-index:900;width:48px;height:58px;display:grid;place-items:center;background:linear-gradient(180deg,var(--gold2),var(--gold));color:var(--navy);font-size:31px;font-weight:950;clip-path:polygon(50% 0,92% 17%,84% 78%,50% 100%,16% 78%,8% 17%);filter:drop-shadow(0 12px 20px rgba(6,28,51,.22));opacity:.88;transition:transform .25s ease,opacity .25s ease,filter .25s ease}.guardian-buddy:hover{opacity:1;transform:translateY(-4px) scale(1.03)}.guardian-buddy--pulse{animation:guardianBeat 4.2s ease-in-out infinite}.guardian-buddy--glow{animation:guardianGlow 2.8s ease-in-out infinite}.guardian-buddy--float{animation:guardianFloat 5.5s ease-in-out infinite}.guardian-buddy--none{animation:none}.vosi-page.no-motion *{animation:none!important;transition:none!important}.vosi-page.no-motion .reveal{opacity:1;transform:none}
@keyframes copySwap{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}@keyframes heartBeat{0%,45%,100%{transform:scale(1)}10%{transform:scale(1.075)}17%{transform:scale(1)}25%{transform:scale(1.045)}32%{transform:scale(1)}}@keyframes guardianBeat{0%,48%,100%{transform:scale(1);filter:drop-shadow(0 5px 10px rgba(255,183,3,.25))}12%{transform:scale(1.055);filter:drop-shadow(0 0 18px rgba(255,183,3,.45))}20%{transform:scale(1)}30%{transform:scale(1.035)}}@keyframes guardianGlow{0%,100%{filter:drop-shadow(0 4px 10px rgba(255,183,3,.25))}50%{filter:drop-shadow(0 0 20px rgba(255,183,3,.70))}}@keyframes guardianFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@media (max-width:1180px){.hero__slides{left:45%}.hero--slider .hero__shade{background:linear-gradient(90deg,#fff7ed 0%,#fff7ed 35%,rgba(255,247,237,.96) 47%,rgba(255,247,237,.20) 69%,rgba(255,247,237,0) 100%)}}
@media (max-width:780px){.site-header.is-scrolled .site-header__inner{height:104px}.hero--slider{padding-bottom:34px}.hero__slides{position:relative;inset:auto;height:310px;margin:24px 34px 0;border-radius:24px}.hero__slide img{object-position:center center}.hero--slider .hero__shade{background:linear-gradient(180deg,#fff7ed 0%,rgba(255,247,237,.95) 61%,rgba(255,247,237,.2) 100%)}.hero__actions{display:grid;grid-template-columns:1fr;gap:14px}.button--ghost{min-height:74px;border-radius:20px;font-size:28px}.hero__dots{left:50%;transform:translateX(-50%);bottom:16px}.warning-card{grid-template-columns:1fr;border-radius:20px;padding:34px}.warning-card .mini-shield{display:none}.warning-card h2{font-size:34px}.warning-card p{font-size:27px;line-height:1.45}.guardian-buddy{width:42px;height:52px;right:14px;bottom:14px;opacity:.72}.eyebrow{font-size:20px}.guardian-inline{width:34px;height:40px}}
@media (max-width:430px){.hero__slides{height:235px;margin:22px 22px 0;border-radius:18px}.button--ghost{min-height:68px;font-size:22px}.warning-card{padding:26px}.warning-card h2{font-size:28px}.warning-card p{font-size:21px}.guardian-buddy{width:34px;height:42px;font-size:24px}}

/* =========================================================
   Vorsicht Framework 3.1 – Editable layout refinements
   ========================================================= */
:root{
  --vosi-hero-media-start:38%;
  --vosi-hero-media-start-tablet:43%;
  --vosi-hero-copy-width:39%;
  --vosi-hero-min-height:620px;
  --vosi-hero-shade:linear-gradient(90deg,#fff7ed 0%,#fff7ed 27%,rgba(255,247,237,.88) 34%,rgba(255,247,237,.60) 40%,rgba(255,247,237,.24) 48%,rgba(255,247,237,.06) 56%,rgba(255,247,237,0) 62%);
}
.hero--slider{min-height:var(--vosi-hero-min-height)}
.hero__slides{left:var(--vosi-hero-media-start)}
.hero__slide img{object-fit:cover;display:block}
.hero--slider .hero__shade{background:var(--vosi-hero-shade);pointer-events:none}
.hero__copy{width:100%;max-width:var(--vosi-hero-copy-width)}
.hero__inner{padding-top:34px;padding-bottom:34px}
.hero__text{max-width:100%}
.hero__actions{gap:10px;margin-bottom:18px}
.hero__actions .button{min-width:0}
.hero-alert{margin-top:4px}
.topic-strip{gap:12px;margin-top:14px}
.topic-card{min-height:112px;padding:15px 12px}
.content-grid{gap:12px;margin-top:14px}
.content-grid--adaptive{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
.brand__custom-logo{display:flex;align-items:center;max-width:270px}
.brand__custom-logo .custom-logo-link{display:flex;align-items:center}
.brand__custom-logo img{max-height:62px;width:auto;display:block}
.vosi-footer-menu,.vosi-footer-menu-fallback{list-style:none;margin:0;padding:0;display:flex;gap:22px;justify-content:flex-end;flex-wrap:wrap}
.vosi-footer-menu a,.vosi-footer-menu-fallback a{color:#fff;font-size:14px}
.vosi-menu-mobile{list-style:none;margin:0;padding:0}

@media (max-width:1180px){
  .hero__slides{left:var(--vosi-hero-media-start-tablet)}
  .hero__copy{max-width:min(55%,560px)}
}
@media (max-width:780px){
  .hero--slider{min-height:auto}
  .hero__copy{width:auto;max-width:none}
  .hero__slides{left:auto}
  .hero--slider .hero__shade{background:none}
  .hero__actions .button{width:100%}
  .topic-strip{gap:16px}
  .content-grid{gap:24px}
  .brand__custom-logo{max-width:65vw}
  .brand__custom-logo img{max-height:74px}
  .vosi-footer-menu,.vosi-footer-menu-fallback{justify-content:flex-start}
}

/* =========================================================
   Vorsicht Framework 3.2 – klare Hero-Trennung, echte Logos,
   Customizer-Editierbarkeit
   ========================================================= */
:root{
  --vosi-hero-media-start:35%;
  --vosi-hero-media-start-tablet:41%;
  --vosi-hero-copy-width:34%;
  --vosi-hero-min-height:660px;
  --vosi-hero-bottom-space:92px;
}

/* Offizielles Vorsicht.info-Logo im dunklen Header */
.brand{min-width:270px}
.brand__logo-area{display:flex;flex-direction:column;align-items:flex-start;gap:3px;min-width:218px}
.brand__logo-badge{display:inline-flex;align-items:center;justify-content:flex-start;background:rgba(255,255,255,.96);border-radius:7px;padding:3px 7px;box-shadow:0 5px 14px rgba(0,0,0,.14)}
.brand__logo-badge img{display:block;width:188px;max-width:100%;height:auto}
.brand__claim{display:block;margin:0 0 0 7px;color:#d9e5ee;font-size:11px;line-height:1.15}

/* Text und Bild greifen auf Desktop nicht mehr ineinander. */
.hero--slider{min-height:var(--vosi-hero-min-height)}
.hero__slides{left:var(--vosi-hero-media-start)}
.hero__copy{width:100%;max-width:var(--vosi-hero-copy-width)}
.hero__inner{padding-top:34px;padding-bottom:var(--vosi-hero-bottom-space)}
.hero h1{font-size:clamp(52px,4.5vw,70px);line-height:.92;overflow-wrap:normal;word-break:normal}
.hero__lead,.hero__text{max-width:100%}
.hero__text{font-size:17px;line-height:1.4}
.hero-alert{width:100%;max-width:430px;margin-top:6px}
.hero__dots{bottom:24px;gap:10px}

/* Originales Vorsicht-Schild statt nachgebauter CSS-Symbole */
.eyebrow__shield{display:inline-flex;align-items:center;justify-content:center;width:29px;height:38px;flex:0 0 29px}
.guardian-inline{display:block!important;width:100%!important;height:100%!important;object-fit:contain;background:none!important;border:0!important;clip-path:none!important;color:inherit!important;filter:drop-shadow(0 4px 8px rgba(6,28,51,.18))}
.mini-shield{display:flex!important;align-items:center!important;justify-content:center!important;width:38px!important;height:50px!important;flex:0 0 38px!important;background:none!important;border:0!important;clip-path:none!important;color:inherit!important;font-size:0!important;padding:0!important}
.mini-shield .vosi-shield-icon,.tip-box__shield .vosi-shield-icon,.guardian-buddy .vosi-shield-icon{display:block;width:100%;height:100%;object-fit:contain}
.tip-box__shield{display:flex;align-items:center;justify-content:center;width:42px;height:55px}
.tip-box{grid-template-columns:54px 1fr}
.guardian-buddy{display:flex!important;align-items:center!important;justify-content:center!important;width:48px!important;height:63px!important;background:none!important;clip-path:none!important;color:inherit!important;font-size:0!important;padding:0!important;filter:drop-shadow(0 10px 16px rgba(6,28,51,.24))}
.guardian-buddy:hover{transform:translateY(-4px) scale(1.03)}

/* Footer nutzt ebenfalls das offizielle Logo. */
.footer-brand{display:grid;grid-template-columns:155px 1fr;gap:14px;align-items:center}
.footer-brand__logo{display:inline-flex;background:rgba(255,255,255,.96);border-radius:7px;padding:4px 7px;max-width:155px}
.footer-brand__logo img{display:block;width:100%;height:auto}
.footer-brand__text{margin:0!important}

/* Customizer-Stifte sollen nicht hinter Animationsebenen verschwinden. */
.customize-partial-edit-shortcut{z-index:9999!important}

@media (max-width:1180px){
  .hero__slides{left:var(--vosi-hero-media-start-tablet)}
  .hero__copy{max-width:38%}
  .hero h1{font-size:clamp(48px,5.1vw,62px)}
  .brand__logo-badge img{width:174px}
  .brand__logo-area{min-width:200px}
  .brand{min-width:225px}
}

@media (max-width:780px){
  .brand__logo-area{min-width:0;gap:0}
  .brand__logo-badge{padding:4px 7px;border-radius:8px}
  .brand__logo-badge img{width:min(45vw,210px)}
  .brand__claim{display:none}
  .hero__slides{left:auto}
  .hero__copy{width:auto;max-width:none}
  .hero__inner{padding-bottom:34px}
  .hero h1{font-size:clamp(54px,12.5vw,82px)}
  .hero__text{font-size:31px;line-height:1.55}
  .hero__dots{bottom:14px}
  .eyebrow__shield{width:36px;height:47px;flex-basis:36px}
  .mini-shield{width:52px!important;height:68px!important;flex-basis:52px!important}
  .tip-box__shield{width:50px;height:66px}
  .footer-brand{grid-template-columns:1fr;gap:14px}
  .footer-brand__logo{max-width:220px}
}

@media (max-width:430px){
  .brand__logo-badge img{width:min(50vw,180px)}
  .hero__inner{padding-bottom:30px}
  .hero h1{font-size:56px}
  .hero__dots{bottom:10px}
  .eyebrow__shield{width:31px;height:41px;flex-basis:31px}
  .mini-shield{width:44px!important;height:58px!important;flex-basis:44px!important}
}

/* =========================================================
   Vorsicht Framework 3.3 – Inhaltsmodule Oma & Opa schützen
   ========================================================= */
.section-kicker{margin:0 0 8px;color:var(--red);font-size:14px;line-height:1.2;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.rules-section,.scam-section,.family-plan,.incident-section{margin-top:30px}
.rules-section__head,.scam-section__head,.family-plan__head,.incident-section__head{max-width:850px;margin-bottom:22px}
.rules-section__head h2,.scam-section__head h2,.family-plan__head h2,.incident-section__head h2{margin:0 0 10px;font-size:34px;line-height:1.08;letter-spacing:-.025em}
.rules-section__head>p:last-child,.scam-section__head>p:last-child,.family-plan__head>p:last-child,.incident-section__head>p:last-child{margin:0;color:#34485b;font-size:17px;line-height:1.55}
.rules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.rule-card{position:relative;background:rgba(255,255,255,.86);border:1px solid var(--line);border-radius:16px;padding:24px;box-shadow:0 10px 28px rgba(6,28,51,.07)}
.rule-card__icon{width:54px;height:54px;border-radius:15px;display:grid;place-items:center;background:#fff3ce;color:var(--navy);font-size:28px;font-weight:900;margin-bottom:18px}
.rule-card h3{margin:0 0 7px;font-size:23px;line-height:1.15}
.rule-card strong{display:block;margin:0 0 10px;color:var(--red);font-size:15px;line-height:1.35}
.rule-card p{margin:0;color:#34485b;font-size:15px;line-height:1.55}
.rules-section__bottom{display:grid;grid-template-columns:48px 1fr;gap:16px;align-items:center;margin-top:16px;border:1px solid #efd69d;border-left:6px solid var(--gold);background:linear-gradient(135deg,#fff7e5,#fff);border-radius:14px;padding:18px 22px;box-shadow:0 10px 24px rgba(6,28,51,.05)}
.rules-section__bottom-shield .vosi-shield-icon{width:42px;height:50px;object-fit:contain}
.rules-section__bottom strong{display:block;font-size:19px;line-height:1.3}
.rules-section__bottom p{margin:5px 0 0;color:#455768;font-size:14px;line-height:1.45}

.scam-section{padding-top:10px}
.scam-list{display:grid;gap:10px}
.scam-entry{scroll-margin-top:120px;margin-bottom:12px}
.scam-item{background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 8px 20px rgba(6,28,51,.045)}
.scam-item summary{list-style:none;display:grid;grid-template-columns:52px 1fr 34px;gap:16px;align-items:center;padding:18px 20px;cursor:pointer}
.scam-item summary::-webkit-details-marker{display:none}
.scam-item__num{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:var(--navy);color:#fff;font-size:14px;font-weight:900}
.scam-item summary strong{display:block;font-size:19px;line-height:1.2}
.scam-item summary small{display:block;margin-top:4px;color:#526273;font-size:14px;line-height:1.4}
.scam-item__plus{font-size:28px;line-height:1;text-align:center;transition:transform .2s ease}
.scam-item[open] .scam-item__plus{transform:rotate(45deg)}
.scam-item[open] summary{background:#fff9ef;border-bottom:1px solid var(--line)}
.scam-item__body{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:20px 22px 22px 88px}
.scam-item__body h3{margin:0 0 7px;font-size:15px;color:var(--red)}
.scam-item__body p{margin:0;color:#34485b;font-size:15px;line-height:1.55}
.scam-item__link{display:inline-block;margin-top:12px;font-weight:850;color:var(--navy);border-bottom:2px solid var(--gold)}
.scam-item__memory{display:none;align-items:center;gap:12px;margin:0 0 18px;padding:13px 16px 13px 18px;background:linear-gradient(90deg,#fff8de,#fffcf2);border:1px solid rgba(255,183,3,.34);border-left:5px solid var(--gold);border-radius:0 0 14px 14px;box-shadow:0 8px 18px rgba(6,28,51,.03)}
.scam-item[open] + .scam-item__memory{display:flex}
.scam-item[open]{border-radius:14px 14px 0 0;border-bottom-color:transparent}
.scam-item[open] + .scam-item__memory{margin-top:-1px}
.scam-item__memory-icon{flex:0 0 32px;width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:rgba(255,183,3,.16);color:#b97c00}
.scam-item__memory-icon .vosi-icon{width:21px;height:21px}
.scam-item__memory p{margin:0!important;color:var(--navy)!important;font-size:15px!important;line-height:1.45!important;font-weight:650}
.scam-item__memory strong{font-weight:900}
.scam-item__memory-link{flex:0 0 auto;margin-left:auto;display:inline-flex;align-items:center;gap:7px;padding:9px 14px;border-radius:9px;background:var(--navy);color:#fff!important;font-size:14px;font-weight:900;text-decoration:none!important;box-shadow:0 6px 14px rgba(6,28,51,.14);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.scam-item__memory-link:hover,.scam-item__memory-link:focus-visible{background:var(--navy2);transform:translateY(-1px);box-shadow:0 8px 18px rgba(6,28,51,.18)}
.scam-item__memory-link span{font-size:15px;line-height:1}

.family-plan{background:linear-gradient(135deg,#071e36,#0b2d4f);color:#fff;padding-top:36px;padding-bottom:36px;margin-top:38px}
.family-plan__inner{max-width:var(--max);margin:0 auto}
.family-plan .section-kicker{color:var(--gold2)}
.family-plan__head>p:last-child{color:rgba(255,255,255,.76)}
.family-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:22px 0}
.family-card{display:grid;grid-template-columns:50px 1fr;gap:14px;align-items:start;padding:19px;border-radius:14px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12)}
.family-card__icon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:var(--gold);color:var(--navy);font-size:23px;font-weight:900}
.family-card h3{margin:2px 0 6px;font-size:18px}
.family-card p{margin:0;color:rgba(255,255,255,.76);font-size:14px;line-height:1.5}
.family-plan__button{margin-top:4px}

.incident-section__inner{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 14px 32px rgba(6,28,51,.07)}
.incident-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:20px 0}
.incident-step{display:grid;grid-template-columns:44px 1fr;gap:14px;padding:17px;border-radius:13px;background:#fff9ef;border:1px solid #f0dfc8}
.incident-step__number{width:40px;height:40px;border-radius:999px;display:grid;place-items:center;background:var(--gold);color:var(--navy);font-weight:950}
.incident-step h3{margin:1px 0 5px;font-size:17px}
.incident-step p{margin:0;color:#455768;font-size:14px;line-height:1.5}
.incident-section__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:2px}
.incident-section__button{margin:0}
.incident-section__button--help{background:#fff}
.incident-section__button-icon{display:inline-grid;place-items:center}
.incident-section__button-icon .vosi-icon{width:20px;height:20px}

@media (max-width:980px){
  .rules-grid{grid-template-columns:1fr}
  .scam-item__body{grid-template-columns:1fr;padding-left:22px}
  .scam-item__memory{margin:0 0 18px;padding:16px 18px;flex-wrap:wrap}
  .scam-item__memory-link{margin-left:44px}
  .family-grid,.incident-grid{grid-template-columns:1fr}
}
@media (max-width:780px){
  .rules-section,.scam-section,.incident-section{margin-top:24px}
  .family-plan{margin-top:30px;padding-top:32px;padding-bottom:32px}
  .rules-section__head h2,.scam-section__head h2,.family-plan__head h2,.incident-section__head h2{font-size:38px}
  .rules-section__head>p:last-child,.scam-section__head>p:last-child,.family-plan__head>p:last-child,.incident-section__head>p:last-child{font-size:25px}
  .rule-card{padding:30px}
  .rule-card h3{font-size:30px}.rule-card strong{font-size:23px}.rule-card p{font-size:23px}
  .rule-card__icon{width:64px;height:64px;font-size:33px}
  .rules-section__bottom{grid-template-columns:1fr;padding:28px}.rules-section__bottom-shield{display:none}.rules-section__bottom strong{font-size:27px}.rules-section__bottom p{font-size:22px}
  .scam-item summary{grid-template-columns:58px 1fr 34px;padding:24px 22px}.scam-item__num{width:52px;height:52px;font-size:18px}.scam-item summary strong{font-size:27px}.scam-item summary small{font-size:21px}.scam-item__body{padding:26px}.scam-item__body h3{font-size:24px}.scam-item__body p{font-size:22px}.scam-item__memory p{font-size:21px!important}.scam-item__memory-icon{width:40px;height:40px;flex-basis:40px}.scam-item__memory-icon .vosi-icon{width:25px;height:25px}
  .family-card{grid-template-columns:60px 1fr;padding:24px}.family-card__icon{width:56px;height:56px;font-size:27px}.family-card h3{font-size:27px}.family-card p{font-size:22px}
  .incident-section__inner{padding:30px}.incident-step{grid-template-columns:52px 1fr;padding:22px}.incident-step__number{width:48px;height:48px;font-size:22px}.incident-step h3{font-size:26px}.incident-step p{font-size:22px}
  .incident-section__actions{display:grid;grid-template-columns:1fr;gap:14px}.incident-section__button{width:100%;min-height:72px;font-size:24px;border-radius:16px}
}
@media (max-width:430px){
  .rules-section__head h2,.scam-section__head h2,.family-plan__head h2,.incident-section__head h2{font-size:32px}
  .rules-section__head>p:last-child,.scam-section__head>p:last-child,.family-plan__head>p:last-child,.incident-section__head>p:last-child{font-size:21px}
  .rule-card h3{font-size:25px}.rule-card strong{font-size:20px}.rule-card p{font-size:20px}
  .scam-item summary{grid-template-columns:46px 1fr 28px;gap:10px;padding:20px 16px}.scam-item__num{width:42px;height:42px}.scam-item summary strong{font-size:22px}.scam-item summary small{font-size:18px}.scam-item__body h3{font-size:21px}.scam-item__body p{font-size:19px}.scam-item__memory{margin:0 0 18px;padding:14px 15px;gap:10px;flex-wrap:wrap}.scam-item__memory-link{width:100%;justify-content:center;margin-left:0;margin-top:3px;padding:11px 14px;font-size:16px}.scam-item__memory p{font-size:18px!important}.scam-item__memory-icon{width:36px;height:36px;flex-basis:36px}
  .family-card h3,.incident-step h3{font-size:22px}.family-card p,.incident-step p{font-size:19px}
}


/* =========================================================
   Vorsicht Framework 3.4 – Premium Polish
   ========================================================= */
.brand__logo-badge,.footer-brand__logo{background:var(--vosi-logo-bg)!important;border-radius:var(--vosi-logo-radius)!important;box-shadow:none!important}
.brand__logo-badge{padding:3px 5px}.footer-brand__logo{padding:4px 5px}
.vosi-icon{width:1em;height:1em;display:inline-block;vertical-align:-.12em;overflow:visible}
.topic-card__icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,#fff8df,#ffefb7);border:1px solid rgba(255,183,3,.32);box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 7px 18px rgba(6,28,51,.07);font-size:27px;margin-bottom:10px}
.topic-card__icon .vosi-icon{width:27px;height:27px}
.rule-card__icon,.family-card__icon{display:grid!important;place-items:center!important;font-size:0!important}
.rule-card__icon .vosi-icon,.family-card__icon .vosi-icon{width:25px;height:25px}
.download-link__icon{width:34px;height:34px;display:grid;place-items:center;color:var(--navy)}
.download-link__icon .vosi-icon{width:24px;height:24px}.stronger__icon{display:inline-grid;place-items:center;vertical-align:middle}.stronger__icon .vosi-icon{width:26px;height:26px;fill:currentColor}
.hero__dots{bottom:28px}
.family-plan{border-radius:22px;overflow:hidden;box-shadow:0 18px 46px rgba(6,28,51,.16)}
.rules-section,.scam-section,.family-plan,.incident-section{margin-top:46px}
.content-grid{margin-top:22px}.warning-band{margin-top:26px}.stefan-cta{margin-top:28px;margin-bottom:32px}
.guardian-buddy{right:var(--vosi-guardian-right)!important;bottom:var(--vosi-guardian-bottom)!important}
.scam-section{position:relative;isolation:isolate}
.scam-section::before{content:"";position:absolute;z-index:-1;right:-90px;top:110px;width:360px;height:470px;background-image:var(--vosi-watermark-image);background-repeat:no-repeat;background-size:contain;background-position:center;opacity:var(--vosi-watermark-opacity);filter:grayscale(1);pointer-events:none;animation:vosiWatermarkFloat 11s ease-in-out infinite}
@keyframes vosiWatermarkFloat{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-12px) rotate(1deg)}}
.footer-actions{display:flex;flex-direction:column;align-items:flex-end;gap:13px}.button--footer-main{min-height:40px;padding:9px 16px;border:1px solid rgba(255,183,3,.75);background:rgba(255,183,3,.10);color:#fff;font-size:14px;border-radius:999px}.button--footer-main:hover{background:var(--gold);color:var(--navy)}

/* Popup-Hinweis */
.vosi-popup[hidden]{display:none!important}.vosi-popup{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:24px}.vosi-popup__backdrop{position:absolute;inset:0;background:rgba(2,13,25,.62);backdrop-filter:blur(5px)}.vosi-popup__card{position:relative;z-index:1;width:min(720px,calc(100vw - 38px));display:grid;grid-template-columns:78px 1fr;gap:20px;align-items:start;background:linear-gradient(135deg,#fff8e9,#fff);border:1px solid #efd69d;border-left:7px solid var(--gold);border-radius:20px;padding:28px 34px 28px 28px;box-shadow:0 34px 90px rgba(2,13,25,.32);animation:vosiPopupIn .38s cubic-bezier(.2,.8,.2,1)}.vosi-popup__shield{width:64px;height:76px}.vosi-popup__shield img{width:100%;height:100%;object-fit:contain}.vosi-popup__content h2{margin:0 44px 8px 0;font-size:30px;line-height:1.1;letter-spacing:-.025em}.vosi-popup__content>p:not(.section-kicker){margin:0 0 20px;color:#455768;font-size:16px;line-height:1.55}.vosi-popup__close{position:absolute;right:15px;top:12px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(6,28,51,.07);color:var(--navy);font-size:27px;line-height:1;cursor:pointer}.vosi-popup__close:hover{background:rgba(255,183,3,.25)}
@keyframes vosiPopupIn{from{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}
body.vosi-popup-open{overflow:hidden}

@media(max-width:1180px){.footer-actions{align-items:flex-start}.scam-section::before{width:290px;height:380px;right:-70px}}
@media(max-width:780px){.rules-section,.scam-section,.family-plan,.incident-section{margin-top:34px}.family-plan{border-radius:22px}.footer-actions{align-items:stretch}.button--footer-main{width:100%;min-height:64px;font-size:22px}.vosi-popup__card{grid-template-columns:1fr;padding:28px;border-radius:22px}.vosi-popup__shield{width:52px;height:62px}.vosi-popup__content h2{font-size:32px}.vosi-popup__content>p:not(.section-kicker){font-size:22px}.scam-section::before{width:220px;height:300px;right:-90px;opacity:calc(var(--vosi-watermark-opacity) * .7)}}
@media(prefers-reduced-motion:reduce){.scam-section::before,.vosi-popup__card{animation:none!important}}


/* =========================================================
   Vorsicht Framework 3.4.1 – verschmolzener Hero
   ========================================================= */
.hero--slider{overflow:hidden}
.hero__slides{will-change:opacity,mask-image;-webkit-mask-position:left center;mask-position:left center}
.hero__slide img{transform:translateZ(0)}
/* Das Foto selbst wird transparent. Der helle Hero-Hintergrund scheint
   darunter durch; dadurch liegt kein milchiger Layer auf den Personen. */
.hero--slider .hero__shade{pointer-events:none}
@supports not ((mask-image:linear-gradient(90deg,transparent,#000)) or (-webkit-mask-image:linear-gradient(90deg,transparent,#000))){
  .hero__slides{-webkit-mask-image:none!important;mask-image:none!important}
  .hero--slider .hero__shade{background:linear-gradient(90deg,#fff7ed 0%,#fff7ed 29%,rgba(255,247,237,.70) 37%,rgba(255,247,237,.22) 45%,rgba(255,247,237,0) 53%)!important}
}
@media(max-width:780px){.hero__slides{-webkit-mask-image:none!important;mask-image:none!important}}


/* =========================================================
   Vorsicht Framework 3.4.2 – Panorama Hero
   ========================================================= */
@media (min-width:1181px){
  .hero--slider .hero__inner{padding-top:42px}
  .hero--slider .hero__copy{position:relative;z-index:3}
  .hero--slider .hero__text{max-width:410px}
  .hero--slider .hero-alert{width:min(400px,100%)}
  .hero--slider h1{font-size:clamp(58px,5vw,78px)}
}


/* 3.4.4 – deutlich, aber dezent erkennbare Slider-Auswahl */
.hero__dots{
  display:flex;
  align-items:center;
  gap:6px;
  padding:4px 6px;
  border-radius:999px;
  background:rgba(255,249,241,.55);
  border:1px solid rgba(6,28,51,.08);
  box-shadow:0 4px 12px rgba(6,28,51,.08);
  -webkit-backdrop-filter:blur(4px);
  backdrop-filter:blur(4px);
}
.hero__dot{
  width:24px;
  min-width:24px;
  height:18px;
  padding:0 6px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid rgba(6,28,51,.16);
  background:rgba(255,255,255,.74);
  color:#405063;
  font-size:10px;
  line-height:1;
  font-weight:800;
  box-shadow:none;
  cursor:pointer;
  transition:width .18s ease,background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease,opacity .18s ease;
}
.hero__dot span{pointer-events:none}
.hero__dot.is-active{
  width:38px;
  min-width:38px;
  background:var(--gold);
  border-color:rgba(217,154,0,.85);
  color:var(--navy);
  box-shadow:0 0 0 2px rgba(255,183,3,.14);
}
.hero__dot:hover,.hero__dot:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(6,28,51,.28);
  background:rgba(255,255,255,.9);
  outline:none;
}
.hero__dot:focus-visible{outline:2px solid rgba(255,183,3,.42);outline-offset:1px}
@media (max-width:780px){
  .hero__dots{gap:5px;padding:4px 5px}
  .hero__dot{width:22px;min-width:22px;height:17px;font-size:9px}
  .hero__dot.is-active{width:34px;min-width:34px}
}

/* =========================================================
   Vorsicht Framework 3.4.9 – Aktuelle Warnkarten / Oma & Opa
   ========================================================= */
.oma-alerts{position:relative;margin-top:46px;isolation:isolate}
.oma-alerts__head{max-width:900px;margin-bottom:22px}
.oma-alerts__head h2{margin:0 0 10px;font-size:34px;line-height:1.08;letter-spacing:-.025em}
.oma-alerts__head>p:last-child{margin:0;color:#34485b;font-size:17px;line-height:1.55}
.oma-alerts__stage{position:relative;padding-bottom:72px}
.oma-alerts__grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.oma-alert-card{position:relative;display:flex;flex-direction:column;min-height:230px;padding:18px 18px 20px;background:rgba(255,255,255,.94);border:1px solid var(--line);border-top:4px solid var(--red);border-radius:16px;box-shadow:0 12px 30px rgba(6,28,51,.07);overflow:hidden}
.oma-alert-card::after{content:"";position:absolute;right:-34px;bottom:-42px;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(255,183,3,.13),rgba(255,183,3,0) 68%);pointer-events:none}
.oma-alert-card__thumb{margin:-18px -18px 14px;border-radius:12px 12px 0 0;overflow:hidden;aspect-ratio:16/9;background:linear-gradient(135deg,#e9eef4,#f7f9fb)}
.oma-alert-card__thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1.001)}
.oma-alert-card__meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:13px}
.oma-alert-card__badge{display:inline-flex;align-items:center;min-height:26px;padding:5px 9px;border-radius:999px;background:#fff0f0;color:var(--red);font-size:12px;line-height:1;font-weight:900;letter-spacing:.035em;text-transform:uppercase}
.oma-alert-card__date{color:#68798a;font-size:12px;font-weight:750}
.oma-alert-card h3{margin:0 0 9px;color:var(--navy);font-size:20px;line-height:1.22;letter-spacing:-.015em}
.oma-alert-card p{margin:0 0 18px;color:#405366;font-size:14px;line-height:1.55}
.oma-alert-card__link{display:inline-flex;align-items:center;gap:7px;align-self:flex-start;margin-top:auto;color:var(--navy);font-size:14px;font-weight:900;text-decoration:none;border-bottom:2px solid var(--gold);padding-bottom:2px}
.oma-alert-card__link:hover,.oma-alert-card__link:focus-visible{color:var(--red)}
.oma-alerts__wander-shield{position:absolute;z-index:1;left:20px;bottom:2px;width:64px;height:76px;display:grid;place-items:center;opacity:.72;pointer-events:none;filter:drop-shadow(0 8px 12px rgba(6,28,51,.15));animation:vosiOmaAlertShieldWalk 14s ease-in-out infinite;will-change:transform}
.oma-alerts__wander-shield img{display:block;width:100%;height:100%;object-fit:contain}
@keyframes vosiOmaAlertShieldWalk{
  0%,100%{transform:translate(0,0)}
  20%{transform:translate(16px,-5px)}
  40%{transform:translate(8px,-16px)}
  60%{transform:translate(-13px,-12px)}
  80%{transform:translate(-8px,5px)}
}
@media(max-width:980px){
  .oma-alerts__grid{grid-template-columns:1fr}
  .oma-alert-card{min-height:0}
  .oma-alerts__stage{padding-bottom:66px}
}
@media(max-width:780px){
  .oma-alerts{margin-top:34px}
  .oma-alerts__head h2{font-size:38px}
  .oma-alerts__head>p:last-child{font-size:25px}
  .oma-alert-card{padding:27px;border-radius:18px}
  .oma-alert-card__badge,.oma-alert-card__date{font-size:17px}
  .oma-alert-card h3{font-size:27px}
  .oma-alert-card p{font-size:22px}
  .oma-alert-card__link{font-size:21px}
  .oma-alerts__wander-shield{left:14px;bottom:4px;width:52px;height:62px;opacity:.62}
}
@media(max-width:430px){
  .oma-alerts__head h2{font-size:32px}
  .oma-alerts__head>p:last-child{font-size:21px}
  .oma-alert-card{padding:22px}
  .oma-alert-card h3{font-size:23px}
  .oma-alert-card p{font-size:19px}
  .oma-alert-card__link{font-size:18px}
  .oma-alerts__stage{padding-bottom:58px}
  .oma-alerts__wander-shield{width:46px;height:55px;opacity:.56}
}
@media(prefers-reduced-motion:reduce){.oma-alerts__wander-shield{animation:none!important}}
