:root{
  --paper:#F5F7F6;
  --ink:#171B24;
  --muted:#5E6978;
  --line:#D9E0E6;
  --card:#FFFFFF;
  --night:#172033;
  --teal:#0B7A75;
  --green:#2D7D52;
  --coral:#C35445;
  --gold:#B2842B;
  --blue:#2B4E92;
  --shadow:0 1px 2px rgba(23,27,36,.06),0 16px 42px rgba(23,27,36,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
section[id]{scroll-margin-top:92px}
html,body{overflow-x:hidden}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:"Geist Sans",sans-serif;
  font-size:16px;
  line-height:1.55;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}
.serif{font-family:"Fraunces Variable",Georgia,serif}
.topbar{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(245,247,246,.88);
  border-bottom:1px solid rgba(217,224,230,.86);
  backdrop-filter:blur(18px);
}
.nav{
  min-height:70px;
  display:flex;
  align-items:center;
  gap:22px;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  letter-spacing:0;
  margin-right:auto;
}
.brand-mark{
  width:38px;
  height:38px;
  border-radius:8px;
  display:grid;
  place-items:center;
  background:var(--night);
  color:#fff;
  font-family:"Fraunces Variable",Georgia,serif;
  font-size:17px;
}
.brand-logo{
  display:block;
  width:218px;
  height:auto;
  max-height:55px;
  flex:0 1 218px;
  object-fit:contain;
  object-position:left center;
  border-radius:0;
  box-shadow:none;
}

.brand span{display:block;font-size:12px;color:var(--muted);font-weight:650;text-transform:uppercase;letter-spacing:0}
.navlinks{display:flex;align-items:center;gap:20px;font-size:14px;color:#394355}
.navlinks a:hover{color:var(--teal)}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  border:1px solid var(--line);
  border-radius:8px;
  padding:10px 16px;
  font-weight:750;
  background:var(--card);
  color:var(--ink);
  box-shadow:0 1px 0 rgba(23,27,36,.04);
}
.btn:hover{border-color:#AEBAC7}
.btn.primary{background:var(--night);border-color:var(--night);color:#fff}
.btn.secondary{background:#EEF3F1;border-color:#CCD7D4;color:#133B38}
.hero{
  position:relative;
  min-height:clamp(620px,82svh,760px);
  overflow:hidden;
  background:
    linear-gradient(115deg,rgba(245,247,246,.98) 0%,rgba(245,247,246,.9) 36%,rgba(245,247,246,.5) 58%,rgba(245,247,246,.12) 100%),
    linear-gradient(160deg,#E7F1EF 0%,#F5F7F6 42%,#F4EFE6 100%);
  border-bottom:1px solid var(--line);
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(23,27,36,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(23,27,36,.035) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(90deg,transparent 0%,#000 18%,#000 85%,transparent 100%);
}
.hero-inner{
  position:relative;
  z-index:2;
  padding:82px 0 54px;
}
.hero-copy{position:relative;z-index:3;max-width:620px}
.eyebrow{
  margin:0 0 14px;
  color:var(--teal);
  font-weight:850;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:0;
}
h1{
  margin:0;
  font-family:"Fraunces Variable",Georgia,serif;
  font-size:82px;
  line-height:.94;
  letter-spacing:0;
  text-wrap:balance;
}
.claim{
  margin:20px 0 0;
  max-width:59ch;
  font-size:20px;
  color:#3D4858;
}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.proof{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  max-width:760px;
  margin-top:34px;
}
.proof-item{
  border-top:3px solid var(--line);
  padding-top:12px;
}
.proof-item:nth-child(1){border-color:var(--teal)}
.proof-item:nth-child(2){border-color:var(--coral)}
.proof-item:nth-child(3){border-color:var(--gold)}
.proof-item:nth-child(4){border-color:var(--blue)}
.proof-item b{display:block;font-size:28px;font-variant-numeric:tabular-nums}
.proof-item span{display:block;color:var(--muted);font-size:13px}
.hero-scene{
  position:absolute;
  z-index:1;
  right:-110px;
  bottom:34px;
  width:min(560px,45vw);
  min-width:430px;
  pointer-events:none;
}
.screen{
  background:rgba(255,255,255,.92);
  border:1px solid rgba(185,197,206,.8);
  border-radius:8px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.screen-top{
  height:46px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 16px;
  background:#172033;
  color:#fff;
  font-size:13px;
  font-weight:800;
}
.dot{width:9px;height:9px;border-radius:50%;background:#E05B48}
.dot:nth-child(2){background:#E0A83C}
.dot:nth-child(3){background:#55B86E}
.screen-body{display:grid;grid-template-columns:185px 1fr;min-height:380px}
.side{
  padding:18px;
  border-right:1px solid var(--line);
  background:#F8FAF9;
}
.side-line{height:10px;border-radius:6px;background:#D7E5E2;margin-bottom:12px}
.side-line.short{width:62%}
.course-main{padding:22px}
.course-main h2{font:700 22px/1.2 "Fraunces Variable",Georgia,serif;margin:0 0 14px}
.progress-row{display:grid;grid-template-columns:1fr 70px;gap:12px;align-items:center;margin-bottom:18px}
.bar-track{height:10px;border-radius:999px;background:#E5EAEE;overflow:hidden}
.bar-fill{height:100%;width:72%;border-radius:999px;background:linear-gradient(90deg,var(--teal),var(--green))}
.lesson-list{display:grid;gap:9px}
.lesson-row{
  display:grid;
  grid-template-columns:42px 1fr 52px;
  gap:12px;
  align-items:center;
  padding:10px;
  background:#fff;
  border:1px solid #E2E8ED;
  border-radius:8px;
}
.lesson-no{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;background:#E7F1EF;color:var(--teal);font-weight:850}
.lesson-title b{display:block;font-size:13px}
.lesson-title span{display:block;color:var(--muted);font-size:11px}
.tag{font-size:11px;color:#fff;background:var(--blue);border-radius:999px;padding:3px 8px;text-align:center}
.floating-card{
  position:absolute;
  right:24px;
  bottom:-26px;
  width:250px;
  background:#172033;
  color:#fff;
  border-radius:8px;
  padding:18px;
  box-shadow:var(--shadow);
}
.floating-card b{display:block;font-size:34px;line-height:1;font-variant-numeric:tabular-nums}
.floating-card span{display:block;margin-top:5px;color:#C7D0DE;font-size:13px}
section.band{padding:74px 0;border-bottom:1px solid var(--line)}
.band.white{background:#fff}
.section-head{max-width:760px;margin-bottom:28px}
.section-head h2{
  margin:0;
  font-family:"Fraunces Variable",Georgia,serif;
  font-size:48px;
  line-height:1.02;
}
.section-head p{margin:14px 0 0;color:var(--muted);font-size:18px}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.feature{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:8px;
  padding:22px;
  min-height:246px;
  box-shadow:0 1px 0 rgba(23,27,36,.04);
}
.feature img{width:100%;height:126px;object-fit:contain;margin-bottom:16px}
.feature h3{margin:0 0 8px;font:700 22px/1.2 "Fraunces Variable",Georgia,serif}
.feature p{margin:0;color:var(--muted)}
.matrix{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:34px;
  align-items:start;
}
.navigator{
  display:grid;
  gap:10px;
}
.nav-row{
  display:grid;
  grid-template-columns:64px 1fr auto;
  gap:14px;
  align-items:center;
  padding:15px 0;
  border-bottom:1px solid var(--line);
}
.nav-row b{font-size:22px;color:var(--teal)}
.nav-row strong{display:block}
.nav-row span{display:block;color:var(--muted);font-size:14px}
.nav-row em{font-style:normal;color:var(--green);font-weight:800}
.panel{
  border:1px solid var(--line);
  border-radius:8px;
  padding:24px;
  background:#fff;
  box-shadow:var(--shadow);
}
.panel h3{font:700 26px/1.2 "Fraunces Variable",Georgia,serif;margin:0 0 12px}
.panel p{margin:0 0 16px;color:var(--muted)}
.mini-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.mini-list li{
  padding-left:18px;
  position:relative;
}
.mini-list li:before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--coral);
}
.contrast{
  background:#172033;
  color:#fff;
}
.contrast .section-head p{color:#C7D0DE}
.workflow{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1px;
  background:#364259;
  border:1px solid #364259;
  border-radius:8px;
  overflow:hidden;
}
.step{
  background:#1E2A40;
  padding:24px;
  min-height:218px;
}
.step b{display:block;color:#79D4CE;font-size:14px;margin-bottom:18px}
.step h3{margin:0 0 10px;font:700 23px/1.18 "Fraunces Variable",Georgia,serif}
.step p{margin:0;color:#C7D0DE}
.audio-band{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:center;
}
.wave{
  height:230px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:34px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  box-shadow:var(--shadow);
}
.wave span{
  width:100%;
  max-width:18px;
  border-radius:999px;
  background:linear-gradient(180deg,var(--teal),var(--green));
}
.wave span:nth-child(1){height:62px}
.wave span:nth-child(2){height:118px;background:linear-gradient(180deg,var(--coral),var(--gold))}
.wave span:nth-child(3){height:86px}
.wave span:nth-child(4){height:164px;background:linear-gradient(180deg,var(--blue),var(--teal))}
.wave span:nth-child(5){height:132px}
.wave span:nth-child(6){height:92px;background:linear-gradient(180deg,var(--gold),var(--coral))}
.wave span:nth-child(7){height:176px}
.wave span:nth-child(8){height:110px}
.wave span:nth-child(9){height:146px;background:linear-gradient(180deg,var(--blue),var(--teal))}
.wave span:nth-child(10){height:78px}
.pricing{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.price-box{
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  padding:26px;
  min-height:258px;
}
.price-box.highlight{border-color:#172033;box-shadow:var(--shadow)}
.price-box h3{margin:0 0 10px;font:700 26px/1.2 "Fraunces Variable",Georgia,serif}
.price-box p{color:var(--muted)}
.price-box .price{font-size:36px;font-weight:850;margin:18px 0 8px}
.offer-list{display:grid;gap:8px;margin:14px 0 18px;padding:0;list-style:none;color:var(--muted)}
.offer-list li{position:relative;padding-left:18px}
.offer-list li:before{content:"";position:absolute;left:0;top:.72em;width:7px;height:7px;border-radius:50%;background:var(--teal)}
.checkout-note{max-width:760px;margin:18px auto 0;color:var(--muted);text-align:center;font-size:14px}
.faq{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.faq details{
  border:1px solid var(--line);
  background:#fff;
  border-radius:8px;
  padding:16px 18px;
}
.faq summary{cursor:pointer;font-weight:800}
.faq p{color:var(--muted);margin:12px 0 0}
.site-footer{
  background:#101722;
  color:#D9E0E6;
  padding:34px 0;
}
.footer-row{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.footer-row nav{display:flex;gap:16px;flex-wrap:wrap}
.footer-row a{color:#D9E0E6}
.footer-row a:hover{color:#79D4CE}
.legal-hero{padding:74px 0 34px;background:#fff;border-bottom:1px solid var(--line)}
.legal-hero h1{font-size:64px}
.legal-layout{padding:44px 0 74px;display:grid;grid-template-columns:260px 1fr;gap:36px;align-items:start}
.legal-nav{
  position:sticky;
  top:94px;
  display:grid;
  gap:10px;
  border:1px solid var(--line);
  border-radius:8px;
  padding:14px;
  background:#fff;
}
.legal-nav a{padding:9px 10px;border-radius:7px;color:var(--muted)}
.legal-nav a:hover{background:#EEF3F1;color:var(--ink)}
.legal-content{
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  padding:32px;
}
.legal-content h2{font:700 28px/1.2 "Fraunces Variable",Georgia,serif;margin:34px 0 10px}
.legal-content h2:first-child{margin-top:0}
.legal-content p,.legal-content li{color:#424C5C}
.legal-content ul{padding-left:22px}
.notice{
  border-left:4px solid var(--coral);
  padding:12px 14px;
  background:#FFF4F1;
  color:#613229;
  margin:0 0 22px;
}
@media (max-width:1100px){
  .hero{min-height:auto}
  .hero-inner{padding:62px 0 40px}
  .hero-scene{position:relative;right:auto;bottom:auto;width:100%;min-width:0;margin-top:34px}
}
@media (max-width:980px){
  .proof,.feature-grid,.workflow,.audio-band,.pricing,.faq,.matrix,.legal-layout{grid-template-columns:1fr}
  .screen-body{grid-template-columns:1fr}
  .side{display:none}
  .floating-card{position:static;width:auto;border-radius:0}
  .legal-nav{position:static}
}
@media (max-width:720px){
  .wrap{width:min(100% - 28px,1180px)}
  .nav{min-height:64px}
  .navlinks{display:none}
  .brand span{display:none}
  .hero-inner{padding:48px 0 28px}
  .claim{font-size:17px}
  .proof{grid-template-columns:1fr 1fr}
  .hero-scene{display:none}
  .hero-actions .btn{width:100%}
  .screen-body{min-height:auto}
  .course-main{padding:16px}
  .lesson-row{grid-template-columns:38px 1fr}
  .tag{display:none}
  section.band{padding:54px 0}
  .legal-content{padding:22px}
}

/* Premium homepage refresh */
.home{
  background:#F4F7F8;
}
.home .topbar{
  background:rgba(14,20,31,.88);
  border-bottom:1px solid rgba(255,255,255,.14);
  color:#fff;
}
.home .brand{color:#fff}
.home .brand span{color:#BFC9D7;letter-spacing:0}
.home .brand-mark{background:#fff;color:#111827}
.home .navlinks{color:#DDE5EF}
.home .navlinks a:hover{color:#8FE0D8}
.home .nav .btn.primary{background:#fff;border-color:#fff;color:#111827}
.home .hero{
  min-height:clamp(620px,calc(100svh - 190px),720px);
  color:#fff;
  background:
    linear-gradient(90deg,#0A101B 0%,#0A101B 43%,rgba(10,16,27,.78) 64%,rgba(10,16,27,.34) 100%),
    linear-gradient(180deg,rgba(10,16,27,.16),rgba(10,16,27,.58)),
    url("aevo-photos/hf4-1-pruefungsvorbereitung-hero.webp");
  background-size:cover;
  background-position:center top;
  border-bottom:0;
}
.home .hero:before{display:none}
.home .hero-inner{
  min-height:inherit;
  display:flex;
  align-items:flex-end;
  padding:72px 0 58px;
}
.home .hero-copy{
  max-width:760px;
}
.home .eyebrow{
  color:#8FE0D8;
  letter-spacing:0;
}
.home h1{
  color:#fff;
  font-size:86px;
  line-height:.95;
  text-shadow:0 2px 28px rgba(0,0,0,.32);
}
.home .claim{
  color:#E5ECF4;
  font-size:21px;
  max-width:63ch;
}
.home .hero-actions .btn{
  min-height:48px;
  border-color:rgba(255,255,255,.32);
  box-shadow:0 12px 30px rgba(0,0,0,.18);
}
.home .hero-actions .btn.primary{
  background:#fff;
  color:#111827;
  border-color:#fff;
}
.home .hero-actions .btn.secondary{
  background:rgba(255,255,255,.08);
  color:#fff;
  border-color:rgba(255,255,255,.28);
  backdrop-filter:blur(16px);
}
.home .proof{
  max-width:830px;
  gap:12px;
  margin-top:36px;
}
.home .proof-item{
  border:1px solid rgba(255,255,255,.18);
  border-top:3px solid rgba(143,224,216,.85);
  border-radius:8px;
  padding:14px 15px;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(18px);
}
.home .proof-item:nth-child(2){border-top-color:#EF8879}
.home .proof-item:nth-child(3){border-top-color:#E3BE6D}
.home .proof-item:nth-child(4){border-top-color:#7DA2F0}
.home .proof-item b{color:#fff;font-size:31px}
.home .proof-item span{color:#CBD5E1}
.home .hero-scene{display:none}
.premium-strip{
  background:#0A101B;
  color:#fff;
  border-top:1px solid rgba(255,255,255,.1);
  border-bottom:1px solid #202B3E;
}
.strip-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1px;
  background:#202B3E;
  border-left:1px solid #202B3E;
  border-right:1px solid #202B3E;
}
.strip-grid article{
  min-height:162px;
  padding:24px 22px;
  background:#101827;
}
.strip-grid span{
  display:block;
  color:#8FE0D8;
  font-weight:850;
  margin-bottom:18px;
}
.strip-grid strong{
  display:block;
  font-family:"Fraunces Variable",Georgia,serif;
  font-size:23px;
  line-height:1.16;
}
.strip-grid p{
  margin:10px 0 0;
  color:#C9D3DF;
  font-size:14px;
}
.home section.band{
  padding:92px 0;
}
.home .band.white{
  background:#fff;
}
.home .section-head h2{
  font-size:48px;
  line-height:1.04;
}
.home .section-head p{
  font-size:18px;
  color:#5A6575;
}
.home .feature-grid{
  gap:22px;
}
.home .feature{
  border-color:#DCE4EA;
  padding:26px;
  min-height:286px;
  box-shadow:0 18px 52px rgba(23,27,36,.08);
}
.home .feature img{
  height:148px;
  background:linear-gradient(180deg,#F4F8F7,#FFFFFF);
  border:1px solid #E2E9EE;
  border-radius:8px;
  padding:14px;
}
.home .matrix{
  gap:46px;
}
.home .nav-row{
  background:#fff;
  border:1px solid #DCE4EA;
  border-radius:8px;
  padding:18px 20px;
  box-shadow:0 10px 28px rgba(23,27,36,.05);
}
.home .panel{
  box-shadow:0 24px 64px rgba(23,27,36,.12);
}
.home .contrast{
  background:#101827;
}
.home .step{
  background:#172237;
}
.home .audio-band .section-head{
  margin-bottom:18px;
}
.home .wave{
  min-height:260px;
  background:#111827;
  border-color:#243049;
}
.home .price-box{
  box-shadow:0 16px 44px rgba(23,27,36,.08);
}
.home .price-box.highlight{
  background:#111827;
  color:#fff;
}
.home .price-box.highlight p{color:#C9D3DF}
.home .price-box.highlight .btn.primary{background:#fff;color:#111827;border-color:#fff}
@media (max-width:980px){
  .home .hero{
    min-height:auto;
    background-position:center top;
  }
  .home .hero-inner{
    min-height:auto;
    padding:76px 0 48px;
  }
  .home h1{font-size:64px}
  .strip-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:720px){
  .home .topbar{
    background:rgba(14,20,31,.94);
  }
  .home .hero{
    min-height:calc(100svh - 126px);
    background:
      linear-gradient(180deg,rgba(10,16,27,.98) 0%,rgba(10,16,27,.95) 58%,rgba(10,16,27,.82) 100%),
      url("aevo-photos/hf4-1-pruefungsvorbereitung-hero.webp");
    background-size:cover;
    background-position:center top;
  }
  .home .hero-inner{
    min-height:inherit;
    padding:50px 0 32px;
  }
  .home h1{font-size:49px}
  .home .claim{font-size:17px;line-height:1.55}
  .home .proof{grid-template-columns:1fr 1fr;gap:9px;margin-top:24px}
  .home .proof-item{padding:11px 12px}
  .home .proof-item b{font-size:25px}
  .home .section-head h2{font-size:36px}
  .strip-grid{grid-template-columns:1fr}
  .strip-grid article{min-height:auto;padding:20px}
}

/* Editorial Authority alignment */
@font-face{
  font-family:"Fraunces Variable";
  font-style:normal;
  font-display:swap;
  font-weight:100 900;
  src:url("fonts/fraunces-latin-wght-normal.woff2") format("woff2-variations");
}
@font-face{
  font-family:"Geist Sans";
  font-style:normal;
  font-display:swap;
  font-weight:400;
  src:url("fonts/geist-sans-latin-400-normal.woff2") format("woff2");
}
@font-face{
  font-family:"Geist Sans";
  font-style:normal;
  font-display:swap;
  font-weight:500;
  src:url("fonts/geist-sans-latin-500-normal.woff2") format("woff2");
}
@font-face{
  font-family:"Geist Sans";
  font-style:normal;
  font-display:swap;
  font-weight:600;
  src:url("fonts/geist-sans-latin-600-normal.woff2") format("woff2");
}
@font-face{
  font-family:"Geist Sans";
  font-style:normal;
  font-display:swap;
  font-weight:700;
  src:url("fonts/geist-sans-latin-700-normal.woff2") format("woff2");
}
:root{
  --paper:#0E1219;
  --ink:#F6F2EA;
  --muted:#B8B0A3;
  --line:rgba(246,242,234,.16);
  --card:#151B24;
  --night:#0E1219;
  --teal:#E0A458;
  --green:#E0A458;
  --coral:#E0A458;
  --gold:#E0A458;
  --blue:#E0A458;
  --reading:#F6F2EA;
  --reading-ink:#1B1711;
  --shadow:0 28px 80px rgba(0,0,0,.35);
}
body{
  background:
    radial-gradient(circle at 18% 0,rgba(224,164,88,.16),transparent 30rem),
    linear-gradient(180deg,#0E1219 0,#111722 48rem,#0E1219 100%);
  color:var(--ink);
  font-family:"Geist Sans",sans-serif;
}
.serif,h1,.section-head h2,.feature h3,.course-main h2,.panel h3,.step h3,.price-box h3{
  font-family:"Fraunces Variable",Georgia,serif;
  font-variation-settings:"SOFT" 62,"WONK" 1,"opsz" 72;
  letter-spacing:0;
}
.topbar{
  background:rgba(14,18,25,.88);
  border-bottom-color:rgba(246,242,234,.14);
}
.brand-mark{
  background:#E0A458;
  color:#17130E;
}
.brand span,.navlinks,.claim,.section-head p,.feature p,.panel p,.mini-list,.step p,.price-box p{
  color:var(--muted);
}
.navlinks a:hover{color:#E0A458}
.btn{
  border-radius:8px;
  min-height:44px;
  font-weight:700;
}
.btn.primary{
  background:#E0A458;
  border-color:#E0A458;
  color:#17130E;
}
.btn.secondary{
  background:rgba(246,242,234,.08);
  border-color:rgba(246,242,234,.18);
  color:var(--ink);
}
.btn:hover{
  border-color:#E0A458;
  transform:translateY(-1px);
}
a:focus-visible,button:focus-visible{
  outline:3px solid #F0C37A;
  outline-offset:3px;
}
.hero{
  background:
    linear-gradient(90deg,rgba(14,18,25,.98) 0%,rgba(14,18,25,.90) 48%,rgba(14,18,25,.46) 100%),
    url("aevo-photos/hf4-1-pruefungsvorbereitung-hero.webp");
  background-size:cover;
  background-position:center;
  border-bottom-color:rgba(246,242,234,.14);
}
.hero:before{
  background:
    linear-gradient(rgba(246,242,234,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(246,242,234,.04) 1px,transparent 1px);
  background-size:64px 64px;
}
.home h1{font-size:clamp(58px,8vw,108px);color:var(--ink)}
.home .claim{color:#D6CEC1}
.proof-item{
  border-color:rgba(246,242,234,.18);
  background:rgba(14,18,25,.46);
  border-radius:8px;
  padding:14px;
}
.proof-item:nth-child(n){border-color:rgba(224,164,88,.58)}
.proof-item b{color:#F6F2EA}
.proof-item span{color:#CFC6B8}
.screen,.floating-card,.feature,.nav-row,.price-box,.panel{
  border-color:rgba(246,242,234,.14);
  box-shadow:var(--shadow);
}
.premium-strip,.band,.band.white{
  background:#0E1219;
  border-bottom-color:rgba(246,242,234,.14);
}
.strip-grid article,.feature,.nav-row,.price-box{
  background:linear-gradient(180deg,rgba(246,242,234,.075),rgba(246,242,234,.035));
  color:var(--ink);
}
.strip-grid article span,.eyebrow,.nav-row b,.nav-row em,.feature h3,.panel h3,.step b,.price{
  color:#E0A458;
}
.feature img{
  background:var(--reading);
  border-color:#DED6C8;
}
.matrix .panel,.home .panel{
  background:var(--reading);
  color:var(--reading-ink);
}
.matrix .panel p,.matrix .panel li{color:#625B50}
.home .contrast{
  background:#151B24;
}
.home .step,.home .wave{
  background:#0E1219;
  border-color:rgba(246,242,234,.14);
}
.home .price-box.highlight{
  background:var(--reading);
  color:var(--reading-ink);
}
.home .price-box.highlight p{color:#625B50}
.home .price-box.highlight .btn.primary{
  background:#0E1219;
  color:#E0A458;
  border-color:#0E1219;
}
.site-footer{
  background:#0E1219;
  border-top-color:rgba(246,242,234,.14);
}
.site-footer a:hover{color:#E0A458}
@media (max-width:720px){
  .home .hero{
    background:
      linear-gradient(180deg,rgba(14,18,25,.98) 0%,rgba(14,18,25,.92) 64%,rgba(14,18,25,.80) 100%),
      url("aevo-photos/hf4-1-pruefungsvorbereitung-hero.webp");
    background-size:cover;
    background-position:center top;
  }
  .home h1{font-size:52px}
  .navlinks{display:none}
}
@media (prefers-reduced-motion: reduce){
  *{transition:none!important;scroll-behavior:auto!important}
  .btn:hover{transform:none}
}

/* Lernfreundliche Farbwelt für Startseite und Rechtsseiten */
:root{
  --paper:#F6FAF8;
  --ink:#1B2930;
  --muted:#607177;
  --line:#D8E7E2;
  --card:#FFFFFF;
  --night:#176B67;
  --teal:#137B74;
  --green:#2C7A4B;
  --coral:#B75E4B;
  --gold:#C58A2B;
  --blue:#3F6FA3;
  --reading:#FFFFFF;
  --reading-ink:#1B2930;
  --shadow:0 1px 2px rgba(27,41,48,.05),0 16px 42px rgba(27,41,48,.09);
}
body,
.home{
  background:linear-gradient(180deg,#EAF7F3 0,#F7FBFA 420px,#F6FAF8 100%);
  color:var(--ink);
}
.topbar,
.home .topbar{
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(216,231,226,.92);
  color:var(--ink);
  box-shadow:0 1px 0 rgba(27,41,48,.04);
}
.brand,
.home .brand{color:var(--ink)}
.brand span,
.home .brand span{color:var(--muted)}
.brand-mark,
.home .brand-mark{
  background:var(--teal);
  color:#fff;
}
.navlinks,
.home .navlinks{color:#42565A}
.navlinks a:hover,
.home .navlinks a:hover{color:var(--teal)}
.btn{
  border-color:var(--line);
  background:#fff;
  color:var(--ink);
}
.btn.primary,
.home .nav .btn.primary,
.home .hero-actions .btn.primary{
  background:var(--teal);
  border-color:var(--teal);
  color:#fff;
}
.btn.secondary,
.home .hero-actions .btn.secondary{
  background:#ECF7F4;
  border-color:#CDE2DD;
  color:#164E49;
}
.btn:hover{
  border-color:color-mix(in srgb,var(--teal) 42%,var(--line));
  box-shadow:0 10px 26px rgba(27,41,48,.10);
}
a:focus-visible,
button:focus-visible{
  outline:3px solid rgba(15,118,110,.35);
  outline-offset:3px;
}
.hero,
.home .hero{
  color:var(--ink);
  background:
    linear-gradient(90deg,rgba(248,252,250,.98) 0%,rgba(248,252,250,.94) 48%,rgba(248,252,250,.76) 100%),
    url("aevo-photos/hf4-1-pruefungsvorbereitung-hero.webp");
  background-size:cover;
  background-position:center top;
  border-bottom:1px solid var(--line);
}
.hero:before,
.home .hero:before{
  display:block;
  background:
    linear-gradient(rgba(19,123,116,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(19,123,116,.045) 1px,transparent 1px);
  background-size:56px 56px;
  mask-image:linear-gradient(90deg,transparent 0%,#000 16%,#000 86%,transparent 100%);
}
.home h1{
  color:var(--ink);
  text-shadow:none;
  font-size:clamp(54px,7vw,92px);
}
.eyebrow,
.home .eyebrow{color:var(--teal)}
.claim,
.home .claim{
  color:#44585D;
}
.proof-item,
.home .proof-item{
  background:rgba(255,255,255,.86);
  border:1px solid var(--line);
  border-top:3px solid var(--teal);
  color:var(--ink);
  box-shadow:0 10px 28px rgba(27,41,48,.06);
}
.proof-item:nth-child(1),
.home .proof-item:nth-child(1){border-top-color:var(--teal)}
.proof-item:nth-child(2),
.home .proof-item:nth-child(2){border-top-color:var(--coral)}
.proof-item:nth-child(3),
.home .proof-item:nth-child(3){border-top-color:var(--gold)}
.proof-item:nth-child(4),
.home .proof-item:nth-child(4){border-top-color:var(--blue)}
.proof-item b,
.home .proof-item b{color:var(--ink)}
.proof-item span,
.home .proof-item span{color:var(--muted)}
.premium-strip{
  background:#F0F7F5;
  color:var(--ink);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.strip-grid{
  background:var(--line);
  border-left:1px solid var(--line);
  border-right:1px solid var(--line);
}
.strip-grid article,
.home .strip-grid article{
  background:#FFFFFF;
  color:var(--ink);
}
.strip-grid span,
.home .strip-grid article span{
  color:var(--teal);
}
.strip-grid p{
  color:var(--muted);
}
.premium-strip,
.band,
.band.white,
.home .band.white{
  background:#F6FAF8;
  border-bottom-color:var(--line);
}
.home section.band:nth-of-type(even){
  background:#FFFFFF;
}
.section-head p,
.home .section-head p,
.feature p,
.panel p,
.mini-list,
.step p,
.price-box p{
  color:var(--muted);
}
.feature,
.home .feature,
.nav-row,
.home .nav-row,
.price-box,
.home .price-box,
.panel,
.home .panel{
  background:#FFFFFF;
  color:var(--ink);
  border-color:var(--line);
  box-shadow:var(--shadow);
}
.feature img,
.home .feature img{
  background:#F5FBF9;
  border-color:var(--line);
}
.nav-row b,
.nav-row em,
.home .nav-row b,
.home .nav-row em,
.price,
.home .price{
  color:var(--teal);
}
.matrix .panel,
.home .panel{
  background:#FFFFFF;
  color:var(--ink);
}
.matrix .panel p,
.matrix .panel li{
  color:var(--muted);
}
.contrast,
.home .contrast{
  background:#EAF6F2;
  color:var(--ink);
}
.contrast .section-head p,
.home .contrast .section-head p{
  color:var(--muted);
}
.workflow{
  background:var(--line);
  border-color:var(--line);
}
.step,
.home .step{
  background:#FFFFFF;
  color:var(--ink);
}
.step b,
.home .step b{
  color:var(--teal);
}
.wave,
.home .wave{
  background:#FFFFFF;
  border:1px solid var(--line);
}
.wave span{
  background:linear-gradient(180deg,var(--teal),var(--green));
}
.home .price-box.highlight{
  background:#EAF6F2;
  color:var(--ink);
  border-color:#CDE2DD;
}
.home .price-box.highlight p{
  color:var(--muted);
}
.home .price-box.highlight .btn.primary{
  background:var(--teal);
  color:#fff;
  border-color:var(--teal);
}
.site-footer{
  background:#F0F7F5;
  color:var(--muted);
  border-top:1px solid var(--line);
}
.footer-row a,
.site-footer a{
  color:var(--muted);
}
.footer-row a:hover,
.site-footer a:hover{color:var(--teal)}
.legal-hero,
.legal-card,
.legal-content{
  background:#FFFFFF;
  color:var(--ink);
  border-color:var(--line);
}
.notice{
  background:#FFF7EA;
  color:#694416;
}

/* Rechtliche Seiten */
.legal-hero{
  padding:64px 0 34px;
}
.legal-hero h1{
  margin-bottom:10px;
  font-size:clamp(42px,6vw,64px);
  line-height:1;
}
.legal-hero p:last-child{
  max-width:70ch;
  margin:0;
  color:#5E6978;
}
.legal-nav a{
  border:1px solid transparent;
  font-weight:650;
}
.legal-nav a.is-current{
  border-color:#D9C29B;
  background:#FFF7EA;
  color:#4E3214;
}
.legal-content{
  line-height:1.7;
}
.legal-content h2{
  scroll-margin-top:100px;
}
.legal-content a:not(.btn){
  color:#176B62;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}
.legal-content code{
  padding:2px 5px;
  border:1px solid #D8E1DF;
  border-radius:4px;
  background:#F3F7F6;
  color:#243831;
}
.legal-content ol{
  padding-left:24px;
}
.legal-meta{
  margin-top:40px;
  padding-top:18px;
  border-top:1px solid var(--line);
  font-size:14px;
}
.legal-action{
  display:grid;
  grid-template-columns:1fr auto;
  gap:24px;
  align-items:center;
  margin:0 0 34px;
  padding:24px;
  border:1px solid #D9C29B;
  border-left:4px solid #E0A458;
  border-radius:8px;
  background:#FFF9EF;
}
.legal-action h2{
  margin:4px 0 6px;
}
.legal-action p{
  margin:0;
}
.legal-action .btn{
  white-space:nowrap;
}
.legal-template{
  margin:18px 0 28px;
  padding:22px;
  border:1px solid #D8E1DF;
  border-radius:8px;
  background:#F7F9F8;
}
.legal-template p:first-child{
  margin-top:0;
}
.legal-template p:last-child{
  margin-bottom:0;
}
@media (max-width:720px){
  .legal-hero{
    padding:44px 0 24px;
  }
  .legal-layout{
    padding:24px 0 48px;
    gap:18px;
  }
  .legal-nav{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:6px;
    padding:10px;
  }
  .legal-nav a{
    min-height:42px;
    display:flex;
    align-items:center;
  }
  .legal-content{
    padding:20px;
  }
  .legal-content h2{
    font-size:25px;
  }
  .legal-action{
    grid-template-columns:1fr;
    padding:20px;
  }
  .legal-action .btn{
    width:100%;
  }
}
.demo-hero,.thanks-hero{
  padding:82px 0;
  background:#FFFFFF;
  border-bottom:1px solid var(--line);
}
.demo-hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:42px;
  align-items:center;
}
.demo-hero-grid h1,.thanks-card h1{
  font-size:clamp(46px,6vw,76px);
}
.demo-hero-grid img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  border:1px solid var(--line);
  border-radius:8px;
  box-shadow:var(--shadow);
}
.demo-slide-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.demo-slide,.demo-question-grid details,.thanks-card{
  background:#FFFFFF;
  border:1px solid var(--line);
  border-radius:8px;
  box-shadow:var(--shadow);
}
.demo-slide{
  padding:24px;
}
.demo-no{
  display:inline-flex;
  margin-bottom:14px;
  color:var(--teal);
  font-weight:850;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:0;
}
.demo-slide h3,.thanks-steps h3{
  margin:0 0 10px;
  font:700 25px/1.2 "Fraunces Variable",Georgia,serif;
}
.demo-slide ul{
  display:grid;
  gap:8px;
  margin:0 0 14px;
  padding-left:20px;
}
.demo-slide p,.demo-question-grid p,.thanks-steps p,.demo-cta p{
  color:var(--muted);
}
.demo-slide audio{
  width:100%;
  margin-top:10px;
}
.demo-player{
  display:grid;
  grid-template-columns:minmax(240px,.34fr) minmax(0,1fr);
  gap:18px;
  align-items:stretch;
}
.demo-track{
  display:grid;
  gap:10px;
  align-self:start;
}
.demo-track-btn{
  width:100%;
  text-align:left;
  border:1px solid var(--line);
  border-radius:8px;
  background:#FFFFFF;
  padding:14px;
  cursor:pointer;
  color:var(--ink);
  box-shadow:0 1px 0 rgba(27,41,48,.04);
}
.demo-track-btn[aria-current="true"]{
  border-color:var(--teal);
  background:#EAF7F3;
  box-shadow:inset 4px 0 0 var(--teal),0 1px 0 rgba(27,41,48,.04);
}
.demo-track-btn span{
  display:block;
  color:var(--teal);
  font-size:12px;
  font-weight:850;
  text-transform:uppercase;
}
.demo-track-btn strong{
  display:block;
  margin-top:4px;
  font-size:15px;
  line-height:1.25;
}
.demo-stage{
  background:#FFFFFF;
  border:1px solid var(--line);
  border-radius:8px;
  padding:28px;
  min-height:480px;
  box-shadow:var(--shadow);
}
.demo-stage-head{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
  color:var(--muted);
  font-size:13px;
  font-weight:750;
  margin-bottom:18px;
}
.demo-pill{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  border-radius:8px;
  background:#EAF7F3;
  color:var(--teal);
  padding:5px 10px;
}
.demo-stage-media{
  margin:0 0 18px;
}
.demo-stage-media img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:8px;
  border:1px solid var(--line);
}
.demo-stage-media figcaption{
  margin-top:7px;
  color:var(--muted);
  font-size:13px;
}
.demo-stage h3{
  margin:0 0 16px;
  font:700 30px/1.15 "Fraunces Variable",Georgia,serif;
}
.demo-stage ul{
  display:grid;
  gap:10px;
  margin:0 0 18px;
  padding:0;
  list-style:none;
}
.demo-stage li{
  padding:12px 14px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#F7FBFA;
  color:#1B2930;
}
.demo-stage audio{
  width:100%;
  margin:4px 0 18px;
}
.demo-controls{
  display:flex;
  justify-content:space-between;
  gap:12px;
}
.demo-controls button:disabled{
  opacity:.45;
  cursor:not-allowed;
}
.demo-question-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.demo-question-grid details{
  padding:18px;
}
.demo-question-grid summary{
  cursor:pointer;
  font-weight:800;
}
.demo-cta{
  text-align:center;
  max-width:820px;
}
.demo-cta .hero-actions{
  justify-content:center;
}
.thanks-card{
  padding:42px;
}
.thanks-steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:28px;
}
.thanks-steps article{
  border:1px solid var(--line);
  border-radius:8px;
  padding:22px;
  background:#F6FAF8;
}
.thanks-steps b{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:var(--teal);
  color:#fff;
  margin-bottom:14px;
}
@media (max-width:720px){
  .home .topbar{background:rgba(255,255,255,.96)}
  .home .hero{
    background:
      linear-gradient(180deg,rgba(248,252,250,.98) 0%,rgba(248,252,250,.94) 70%,rgba(248,252,250,.86) 100%),
      url("aevo-photos/hf4-1-pruefungsvorbereitung-hero.webp");
    background-size:cover;
    background-position:center top;
  }
  .home h1{font-size:clamp(45px,13vw,58px)}
}

/* Echte Fotomotive statt Symbolgrafiken */
.home .hero{
  background:
    linear-gradient(90deg,rgba(248,252,250,.98) 0%,rgba(248,252,250,.92) 45%,rgba(248,252,250,.62) 72%,rgba(248,252,250,.36) 100%),
    url("aevo-photos/hf4-1-pruefungsvorbereitung-hero.webp") !important;
  background-size:cover !important;
  background-position:center right !important;
}
.home .feature img{
  height:180px;
  object-fit:cover;
  object-position:center;
  padding:0;
  background:#F5FBF9;
  border:1px solid var(--line);
  border-radius:8px;
  filter:saturate(.96) contrast(1.02);
}
@media (max-width:720px){
  .home .hero{
    background:
      linear-gradient(180deg,rgba(248,252,250,.98) 0%,rgba(248,252,250,.94) 58%,rgba(248,252,250,.82) 100%),
      url("aevo-photos/hf4-1-pruefungsvorbereitung-hero.webp") !important;
    background-size:cover !important;
    background-position:62% top !important;
  }
  .home .feature img{height:168px}
  .demo-hero-grid,.demo-slide-grid,.demo-question-grid,.thanks-steps,.demo-player{grid-template-columns:1fr}
  .demo-hero,.thanks-hero{padding:54px 0}
  .demo-stage{min-height:auto;padding:22px}
  .demo-stage-head{align-items:flex-start;flex-direction:column}
  .demo-controls{flex-direction:column}
  .thanks-card{padding:24px}
}

/* Startseite: klarere Verkaufsdramaturgie */
.deliver-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.deliver-card,
.comparison-grid article{
  background:#FFFFFF;
  border:1px solid var(--line);
  border-radius:8px;
  padding:22px;
  box-shadow:0 1px 0 rgba(27,41,48,.04);
}
.deliver-card b{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:#EAF7F3;
  color:var(--teal);
  font-weight:850;
  margin-bottom:18px;
}
.deliver-card h3,
.comparison-grid strong{
  display:block;
  margin:0 0 8px;
  font:700 24px/1.18 "Fraunces Variable",Georgia,serif;
  color:var(--ink);
}
.deliver-card p,
.comparison-grid p{
  margin:0;
  color:var(--muted);
}
.comparison-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.comparison-grid article{
  min-height:238px;
}
.comparison-grid span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  border-radius:8px;
  padding:4px 9px;
  margin-bottom:18px;
  background:#FFF4ED;
  color:#8C4C1F;
  font-size:12px;
  font-weight:850;
}
.home .pricing{
  align-items:stretch;
}
.trust-band{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 16% 0,rgba(0,167,161,.13),transparent 28rem),
    radial-gradient(circle at 86% 10%,rgba(95,109,242,.10),transparent 24rem),
    linear-gradient(180deg,#FFFFFF 0%,#F2FAF7 100%);
}
.trust-band:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(0,95,90,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(0,95,90,.035) 1px,transparent 1px);
  background-size:46px 46px;
  mask-image:linear-gradient(180deg,transparent 0,#000 22%,#000 78%,transparent 100%);
}
.trust-layout{
  position:relative;
  z-index:1;
}
.trust-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.trust-grid article{
  position:relative;
  overflow:hidden;
  min-height:250px;
  padding:26px;
  border:1px solid rgba(255,255,255,.76);
  border-radius:14px;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(247,252,250,.82));
  box-shadow:0 22px 62px rgba(6,47,52,.11),inset 0 1px 0 rgba(255,255,255,.92);
}
.trust-grid article:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(125deg,rgba(255,255,255,.74),transparent 24%,transparent 74%,rgba(255,255,255,.24));
}
.trust-grid span{
  position:relative;
  display:inline-flex;
  width:40px;
  height:40px;
  align-items:center;
  justify-content:center;
  margin-bottom:24px;
  border-radius:11px;
  background:linear-gradient(135deg,#E6FAF4,#FFFFFF);
  color:#0B7773;
  font-weight:900;
  box-shadow:0 12px 26px rgba(6,47,52,.10),inset 0 1px 0 rgba(255,255,255,.95);
}
.trust-grid h3,
.trust-grid p{
  position:relative;
}
.trust-grid h3{
  margin:0 0 10px;
  color:#082C31;
  font-size:22px;
}
.trust-grid p{
  margin:0;
  color:#415A5F;
  line-height:1.65;
}
.home .price-box.highlight{
  position:relative;
  overflow:hidden;
}
.home .price-box.highlight:before{
  content:"Empfohlen";
  position:absolute;
  top:18px;
  right:18px;
  border-radius:8px;
  background:#172033;
  color:#fff;
  padding:5px 10px;
  font-size:12px;
  font-weight:850;
}
@media (max-width:980px){
  .deliver-grid,
  .comparison-grid,
  .trust-grid{
    grid-template-columns:1fr;
  }
  .comparison-grid article{
    min-height:auto;
  }
}

/* Premium Gloss V3: glaenzendere Verkaufsseite */
:root{
  --glass:#FFFFFFCC;
  --glass-strong:#FFFFFFF2;
  --aqua:#00A7A1;
  --deep:#062F34;
  --mint:#DDF8F1;
  --violet:#5F6DF2;
}
.home{
  background:
    radial-gradient(circle at 18% -8%,rgba(0,167,161,.20),transparent 34rem),
    radial-gradient(circle at 90% 4%,rgba(95,109,242,.12),transparent 28rem),
    linear-gradient(180deg,#F7FCFA 0,#EEF8F5 45rem,#F8FBFA 100%);
}
.home .topbar{
  background:rgba(255,255,255,.72);
  border-bottom:1px solid rgba(255,255,255,.72);
  box-shadow:0 18px 52px rgba(6,47,52,.08);
  backdrop-filter:blur(28px) saturate(1.22);
}
.home .brand-logo{box-shadow:none}

@media (max-width:560px){
  .brand-logo{
    width:158px;
    max-height:44px;
    flex-basis:158px;
  }
}
.home .navlinks{
  padding:8px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:999px;
  background:rgba(255,255,255,.58);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.82);
}
.home .navlinks a{padding:7px 10px;border-radius:999px}
.home .navlinks a:hover{background:rgba(221,248,241,.86)}
.btn{
  position:relative;
  overflow:hidden;
  border-radius:10px;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.btn:before{
  content:"";
  position:absolute;
  inset:-1px;
  background:linear-gradient(110deg,transparent 0,rgba(255,255,255,.65) 38%,transparent 58%);
  transform:translateX(-130%);
  transition:transform .55s ease;
  pointer-events:none;
}
.btn:hover:before{transform:translateX(130%)}
.home .btn.primary,
.home .nav .btn.primary,
.home .hero-actions .btn.primary{
  background:
    linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,0) 45%),
    linear-gradient(135deg,#06383C,#008B86 58%,#35B883);
  border-color:rgba(255,255,255,.48);
  color:#fff;
  box-shadow:0 16px 34px rgba(0,139,134,.22),inset 0 1px 0 rgba(255,255,255,.34);
}
.home .btn.secondary,
.home .hero-actions .btn.secondary{
  background:rgba(255,255,255,.72);
  color:#0D423F;
  border-color:rgba(255,255,255,.82);
  box-shadow:0 12px 30px rgba(6,47,52,.10),inset 0 1px 0 rgba(255,255,255,.86);
  backdrop-filter:blur(18px);
}
.home .hero{
  min-height:clamp(650px,86svh,820px);
  color:#12272B;
  background:
    linear-gradient(90deg,rgba(248,252,250,.98) 0%,rgba(248,252,250,.94) 42%,rgba(248,252,250,.70) 68%,rgba(248,252,250,.42) 100%),
    radial-gradient(circle at 72% 20%,rgba(0,167,161,.24),transparent 26rem),
    url("aevo-photos/hf4-1-pruefungsvorbereitung-hero.webp");
  background-size:cover;
  background-position:center top;
}
.home .hero:before{
  display:block;
  background:
    linear-gradient(rgba(0,95,90,.052) 1px,transparent 1px),
    linear-gradient(90deg,rgba(0,95,90,.045) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(90deg,transparent 0,#000 18%,#000 82%,transparent 100%);
}
.home .hero-inner{
  min-height:inherit;
  display:grid;
  grid-template-columns:minmax(0,.98fr) minmax(420px,.84fr);
  gap:34px;
  align-items:center;
  padding:86px 0 66px;
}
.home .hero-copy{max-width:760px}
.home .eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 12px;
  border:1px solid rgba(0,167,161,.18);
  border-radius:999px;
  background:rgba(221,248,241,.78);
  color:#075D5B;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92);
}
.home h1{
  margin-top:16px;
  color:#082C31;
  font-size:clamp(58px,6.2vw,92px);
  line-height:.94;
  text-shadow:0 2px 0 rgba(255,255,255,.72);
}
.home .claim{color:#314B50;font-size:clamp(18px,1.6vw,22px)}
.hero-status{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}
.hero-status span{
  display:inline-flex;
  min-height:30px;
  align-items:center;
  padding:0 11px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:999px;
  background:rgba(255,255,255,.68);
  color:#24494B;
  font-size:13px;
  font-weight:800;
  box-shadow:0 8px 20px rgba(6,47,52,.07),inset 0 1px 0 rgba(255,255,255,.86);
}
.home .proof{max-width:780px}
.home .proof-item{
  position:relative;
  overflow:hidden;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.74);
  border-top:0;
  border-radius:10px;
  box-shadow:0 16px 34px rgba(6,47,52,.09),inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter:blur(18px);
}
.home .proof-item:before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg,var(--aqua),#35B883,var(--violet));
}
.home .proof-item b{color:#082C31}
.home .hero-scene{
  display:block;
  position:relative;
  right:auto;
  bottom:auto;
  width:100%;
  min-width:0;
  pointer-events:none;
  perspective:1400px;
}
.home .screen{
  position:relative;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.72);
  background:rgba(255,255,255,.78);
  box-shadow:0 32px 90px rgba(6,47,52,.18),inset 0 1px 0 rgba(255,255,255,.92);
  backdrop-filter:blur(22px) saturate(1.16);
  transform:rotateY(-8deg) rotateX(3deg);
}
.home .screen:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(115deg,rgba(255,255,255,.72),transparent 28%,transparent 70%,rgba(255,255,255,.24));
}
.home .screen-top{
  background:
    linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,0)),
    linear-gradient(135deg,#062F34,#0D6E70);
  border-bottom:1px solid rgba(255,255,255,.18);
}
.home .screen-body{min-height:410px}
.home .side{background:linear-gradient(180deg,rgba(240,250,247,.96),rgba(255,255,255,.72))}
.home .course-main h2{color:#082C31;font-size:30px}
.home .lesson-row{
  border-color:rgba(216,231,226,.72);
  background:rgba(255,255,255,.74);
  box-shadow:0 10px 22px rgba(6,47,52,.06);
}
.home .lesson-no{
  border-radius:10px;
  background:linear-gradient(135deg,#E6FAF4,#FFFFFF);
  color:#0B7773;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.home .tag{background:linear-gradient(135deg,#06383C,#00A7A1)}
.home .floating-card{
  right:10px;
  bottom:-30px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:14px;
  background:linear-gradient(135deg,#062F34,#0D6E70);
  box-shadow:0 24px 58px rgba(6,47,52,.24),inset 0 1px 0 rgba(255,255,255,.22);
}
.premium-strip{margin-top:-1px;background:linear-gradient(180deg,#F7FCFA,#EEF8F5)}
.strip-grid{gap:14px;background:transparent;border:0}
.strip-grid article,
.home .strip-grid article,
.feature,
.home .feature,
.nav-row,
.home .nav-row,
.price-box,
.home .price-box,
.faq details{
  position:relative;
  overflow:hidden;
  border-color:rgba(255,255,255,.74);
  border-radius:12px;
  background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(247,252,250,.84));
  box-shadow:0 20px 56px rgba(6,47,52,.10),inset 0 1px 0 rgba(255,255,255,.9);
}
.strip-grid article:before,
.feature:before,
.nav-row:before,
.price-box:before,
.faq details:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(120deg,rgba(255,255,255,.70),transparent 24%,transparent 75%,rgba(255,255,255,.24));
}
.home .contrast{
  background:
    radial-gradient(circle at 16% 0,rgba(0,167,161,.16),transparent 30rem),
    linear-gradient(180deg,#072D31,#0B3B3F);
  color:#fff;
}
.home .contrast .section-head h2{color:#fff}
.home .contrast .section-head p{color:#CCE4E0}
.workflow{gap:12px;background:transparent;border:0}
.step,
.home .step{
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  background:rgba(255,255,255,.08);
  color:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14);
}
.home .step p{color:#CBE3DF}
.home .price-box.highlight{
  background:
    linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.05)),
    linear-gradient(135deg,#062F34,#0D6E70)!important;
  color:#fff;
  border-color:rgba(255,255,255,.28);
  box-shadow:0 30px 90px rgba(6,47,52,.22),inset 0 1px 0 rgba(255,255,255,.24);
}
.home .price-box.highlight p,
.home .price-box.highlight li{color:#D7ECE8}
.home .price-box.highlight .price{color:#fff}
.home .price-box.highlight .btn.primary{
  background:#fff;
  color:#08383A;
  border-color:#fff;
}
@media (max-width:1100px){
  .home .hero-inner{grid-template-columns:1fr}
  .home .hero-scene{max-width:760px}
}
@media (max-width:720px){
  .home .hero{
    min-height:auto;
    background:
      linear-gradient(180deg,rgba(248,252,250,.98) 0%,rgba(248,252,250,.95) 68%,rgba(248,252,250,.84) 100%),
      url("aevo-photos/hf4-1-pruefungsvorbereitung-hero.webp");
    background-size:cover;
    background-position:center top;
  }
  .home .hero-inner{display:block;padding:48px 14px 32px}
  .home h1{font-size:50px}
  .home .hero-scene{display:none}
  .hero-status span{font-size:12px}
}
@media (max-width:720px){
  .wrap{
    width:100%;
    padding-left:14px;
    padding-right:14px;
  }
  .home .hero-inner{
    padding:50px 14px 32px;
  }
  .home h1{
    font-size:clamp(40px,11vw,44px);
    line-height:1.04;
  }
  .deliver-card,
  .comparison-grid article{
    padding:18px;
  }
  .home .price-box.highlight:before{
    position:static;
    display:inline-flex;
    margin-bottom:14px;
  }
}

/* Finale Abschnitts-Prioritaet: verhindert helle Schrift auf hellem Hintergrund. */
.home section.band.contrast{
  background:
    radial-gradient(circle at 16% 0,rgba(0,167,161,.18),transparent 30rem),
    linear-gradient(180deg,#072D31,#0B3B3F) !important;
  color:#fff;
}
.home section.band.contrast .section-head h2{
  color:#fff;
}
.home section.band.contrast .section-head p,
.home section.band.contrast .step p{
  color:#CCE4E0;
}
.home section.band.trust-band{
  background:
    radial-gradient(circle at 16% 0,rgba(0,167,161,.13),transparent 28rem),
    radial-gradient(circle at 86% 10%,rgba(95,109,242,.10),transparent 24rem),
    linear-gradient(180deg,#FFFFFF 0%,#F2FAF7 100%) !important;
}

/* Conversion-Reihenfolge: Preis und Vertrauen frueher, weniger Laenge. */
.compact-head{
  max-width:860px;
  margin-bottom:24px;
}
.home #preis{
  padding:74px 0;
}
.home #qualitaet{
  padding:68px 0;
}
.home #ergebnis,
.home #stoffplan,
.home #training,
.home #faq{
  padding:78px 0;
}
.home .hero h1{
  font-size:clamp(48px,5vw,72px);
  line-height:.98;
}

/* Preis wieder prominent sichtbar auf der Startseite */
.hero-price{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  width:min(100%,720px);
  margin-top:18px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.78);
  border-radius:14px;
  background:rgba(255,255,255,.74);
  color:#183F3F;
  box-shadow:0 16px 36px rgba(6,47,52,.10),inset 0 1px 0 rgba(255,255,255,.92);
  backdrop-filter:blur(18px) saturate(1.12);
}
.hero-price span{
  display:inline-flex;
  min-height:28px;
  align-items:center;
  padding:0 10px;
  border-radius:999px;
  background:#DDF8F1;
  color:#075D5B;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.hero-price strong{
  color:#062F34;
  font-size:clamp(24px,2.5vw,34px);
  line-height:1;
  font-weight:950;
  font-variant-numeric:tabular-nums;
}
.hero-price em{
  color:#31595A;
  font-style:normal;
  font-size:14px;
  font-weight:750;
}
.section-kicker{
  display:inline-flex;
  min-height:30px;
  align-items:center;
  margin:0 0 14px;
  padding:0 12px;
  border:1px solid rgba(0,167,161,.20);
  border-radius:999px;
  background:#DDF8F1;
  color:#075D5B!important;
  font-size:12px!important;
  font-weight:900;
  text-transform:uppercase;
}
#preis{
  background:
    radial-gradient(circle at 14% 0,rgba(0,167,161,.13),transparent 28rem),
    radial-gradient(circle at 88% 18%,rgba(197,138,43,.12),transparent 24rem),
    linear-gradient(180deg,#F7FCFA 0%,#EEF8F5 100%) !important;
}
#preis .pricing{
  align-items:stretch;
}
#preis .price-box{
  border-color:rgba(255,255,255,.86);
  box-shadow:0 26px 70px rgba(6,47,52,.12),inset 0 1px 0 rgba(255,255,255,.92);
}
#preis .price{
  letter-spacing:0;
  font-size:clamp(42px,5vw,58px);
  line-height:1;
}
@media (max-width:720px){
  .premium-strip{
    padding:12px 0;
  }
  .home .hero-status,
  .home .proof{
    display:none;
  }
  .home .hero-inner{
    padding-bottom:24px;
  }
  .strip-grid{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .strip-grid article,
  .home .strip-grid article{
    min-height:auto;
    padding:14px;
  }
  .strip-grid strong{
    font-size:16px;
  }
  .strip-grid p{
    display:none;
  }
  .home #preis,
  .home #qualitaet,
  .home #ergebnis,
  .home #stoffplan,
  .home #training,
  .home #faq{
    padding:54px 0;
  }
  .compact-head{
    margin-bottom:18px;
  }
  .deliver-card,
  .trust-grid article,
  .step,
  .home .nav-row,
  .home .panel,
  .faq details{
    min-height:auto;
  }
  .deliver-card p{
    margin-top:8px;
  }
  .hero-price{
    display:grid;
    gap:8px;
    margin-top:16px;
    padding:12px;
  }
  .hero-price strong{
    font-size:32px;
  }
  .hero-price em{
    font-size:13px;
  }
}

/* Preisbereich als klare Kaufentscheidung */
.pricing-premium{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);
  gap:18px;
  align-items:stretch;
}
.price-primary,
.price-side .price-box{
  position:relative;
  min-height:auto;
}
.price-primary{
  padding:34px;
}
.price-label,
.price-side span{
  position:relative;
  z-index:1;
  display:inline-flex;
  min-height:30px;
  align-items:center;
  margin-bottom:18px;
  padding:0 11px;
  border-radius:999px;
  background:rgba(221,248,241,.88);
  color:#075D5B;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.price-primary h3,
.price-side h3{
  position:relative;
  z-index:1;
}
.price-lockup{
  position:relative;
  z-index:1;
  display:grid;
  gap:6px;
  margin:16px 0 14px;
}
.price-lockup strong{
  display:block;
  color:#fff;
  font-size:clamp(58px,7vw,86px);
  line-height:.88;
  letter-spacing:0;
  font-weight:950;
  font-variant-numeric:tabular-nums;
}
.price-lockup span{
  color:#CBE9E5;
  font-size:18px;
  font-weight:850;
}
.price-copy{
  position:relative;
  z-index:1;
  max-width:62ch;
  margin:0 0 18px;
}
.price-primary .offer-list{
  position:relative;
  z-index:1;
  grid-template-columns:1fr 1fr;
  gap:10px 16px;
  margin:20px 0 24px;
}
.price-primary .offer-list li{
  min-height:42px;
  display:flex;
  align-items:flex-start;
}
.price-actions{
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.price-side{
  display:grid;
  gap:18px;
}
.price-side .price-box{
  padding:26px;
}
.price-mini{
  position:relative;
  z-index:1;
  display:grid;
  gap:4px;
  margin:12px 0 10px;
}
.price-mini strong{
  color:#0B7773;
  font-size:48px;
  line-height:1;
  font-weight:950;
}
.price-mini em{
  color:#486266;
  font-style:normal;
  font-weight:850;
}
.price-process{
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(236,249,245,.90))!important;
}
.price-process p,
.price-extension p{
  position:relative;
  z-index:1;
}
@media (max-width:980px){
  .pricing-premium{
    grid-template-columns:1fr;
  }
}
@media (max-width:720px){
  .price-primary,
  .price-side .price-box{
    padding:22px;
  }
  .price-lockup strong{
    font-size:56px;
  }
  .price-primary .offer-list{
    grid-template-columns:1fr;
  }
  .price-actions .btn{
    width:100%;
  }
}

/* Reparatur nach Review: kein Preisblock im Hero, Preisbereich wieder ruhiger. */
.home .hero-price{
  display:none!important;
}
.home .floating-card{
  display:none!important;
}
.home #preis .price{
  font-size:36px;
  line-height:1.15;
}
.home #preis .price-box > *{
  position:relative;
  z-index:1;
}
.home #preis .price-box.highlight:before{
  z-index:0;
}
.home #preis .price-box.highlight .price{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.34);
  border-radius:10px;
  background:rgba(255,255,255,.13);
  color:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22);
}
.home #preis .price-box:not(.highlight) .price{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  padding:8px 12px;
  border:1px solid rgba(19,123,116,.18);
  border-radius:10px;
  background:#ECF8F5;
  color:#0B7773!important;
}
.home #preis .price-box.highlight{
  min-height:258px;
}
.home .hero h1{
  font-size:clamp(58px,6.2vw,92px);
}
@media (max-width:860px){
  .home .navlinks{
    display:none!important;
  }
  .home .nav{
    gap:12px;
  }
  .home .nav .btn.primary{
    min-height:40px;
    padding:0 12px;
  }
}
@media (max-width:640px){
  .home .hero h1{
    font-size:44px;
    line-height:1;
  }
}
@media (max-width:390px){
  .home .hero h1{
    font-size:40px;
  }
}
@media (max-width:340px){
  .home .hero h1{
    font-size:36px;
  }
}

