/* review.css — layout compartilhado das páginas de review.
   A paleta de cada livro é definida por variáveis (--rev-*) em cada página. */
:root{
  --rev-accent:#3478E3;
  --rev-cta:#3478E3;
  --rev-cta-hover:#255fb8;
  --rev-hero-bg:radial-gradient(circle at 32% 42%, #2b2b2b 0%, #161616 60%, #0d0d0d 100%);
  --rev-hero-fg:#ffffff;
  --rev-price-bg:radial-gradient(circle at 50% 0%, #262626 0%, #141414 62%);
  --rev-price-fg:#ffffff;
}

/* Hero */
.rev-hero{background:var(--rev-hero-bg);color:var(--rev-hero-fg);padding:52px 20px 60px;}
.rev-hero h1{font-family:"Poppins",sans-serif;font-weight:800;font-size:38px;line-height:1.15;text-align:center;margin:0 auto 34px;max-width:920px;}
.rev-hero .hero-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:48px;max-width:1000px;margin:0 auto;}
.rev-hero .hero-book{flex:1 1 280px;display:flex;justify-content:center;}
.rev-hero .hero-book img{max-width:330px;width:100%;border-radius:12px;box-shadow:0 22px 46px rgba(0,0,0,.45);}
.rev-hero .hero-book img.wide{max-width:490px;}
.rev-hero .hero-offer{flex:1 1 300px;text-align:center;}
.rev-hero .gratis{font-family:"Poppins",sans-serif;font-weight:800;font-size:66px;letter-spacing:2px;margin:0;line-height:1;}
.rev-hero .price0{font-family:"Poppins",sans-serif;font-weight:700;font-size:42px;margin:8px 0 12px;}
.rev-hero .ship{opacity:.85;font-size:15px;margin:0 0 26px;}

/* CTA */
.btn-cta{
  display:inline-block;background:var(--rev-cta);color:#fff;font-family:"Poppins",sans-serif;
  font-weight:700;font-size:18px;padding:18px 34px;border-radius:8px;
  transition:background .2s,transform .2s;box-shadow:0 10px 26px rgba(0,0,0,.28);
}
.btn-cta:hover,.btn-cta:focus{background:var(--rev-cta-hover);transform:translateY(-2px);color:#fff;}

/* Seções */
.rev-section{padding:62px 0;}
.rev-section.alt{background:var(--gray);}
.rev-section h2{font-family:"Poppins",sans-serif;font-weight:600;font-size:32px;text-align:center;margin:0 0 14px;}
.rev-section .lead{text-align:center;max-width:760px;margin:0 auto 32px;}
.rev-body{max-width:820px;margin:0 auto;}
.rev-body p{margin:0 0 16px;}
.rev-link{color:var(--rev-accent);font-weight:600;border-bottom:1px solid currentColor;}
.rev-link:hover{opacity:.8;}
.rev-cta-center{text-align:center;margin-top:30px;}

/* Zielgruppe */
.audience-list{list-style:none;max-width:720px;margin:0 auto;padding:0;}
.audience-list li{position:relative;padding:15px 18px 15px 54px;background:#fff;border:1px solid #e6e6e6;border-radius:10px;margin-bottom:12px;font-weight:600;}
.audience-list li::before{content:"✓";position:absolute;left:18px;top:50%;transform:translateY(-50%);color:#fff;background:var(--rev-accent);width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;}

/* Themen */
.laws-grid{display:flex;flex-wrap:wrap;gap:16px;max-width:920px;margin:0 auto;}
.law{flex:1 1 260px;background:#fff;border-radius:10px;padding:22px;box-shadow:0 0 0 1px #e6e6e6;}
.law .law-n{color:var(--rev-accent);font-weight:700;font-family:"Poppins",sans-serif;font-size:13px;text-transform:uppercase;letter-spacing:.08em;}
.law h3{font-family:"Poppins",sans-serif;font-weight:600;font-size:17px;margin:6px 0 8px;}
.law p{margin:0;font-size:14px;color:#444;}
.bonus{max-width:820px;margin:28px auto 0;background:#f6f8fc;border-left:4px solid var(--rev-accent);border-radius:8px;padding:20px 24px;}
.bonus strong{display:block;margin-bottom:8px;}
.bonus ul{margin:0;padding-left:20px;}
.bonus li{margin-bottom:6px;}

/* Autor */
.rev-author{display:flex;flex-wrap:wrap;gap:36px;align-items:center;max-width:900px;margin:0 auto;}
.rev-author img{flex:0 1 300px;width:100%;border-radius:14px;}
.rev-author .bio{flex:1 1 320px;}
.rev-author .bio p{margin:0 0 14px;}

/* Stimmen */
.testi-grid{display:flex;flex-wrap:wrap;gap:20px;max-width:960px;margin:0 auto;}
.testi{flex:1 1 260px;background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 18px rgba(0,0,0,.06);}
.testi p{font-style:italic;margin:0 0 14px;color:#333;}
.testi .who{font-weight:600;color:var(--rev-accent);font-size:14px;}
.testi .who span{display:block;color:#888;font-weight:400;font-size:13px;}

/* FAQ (review) */
.rev-faq{max-width:820px;margin:0 auto;}
.rev-faq details{background:#fff;border:1px solid #e3e3e3;border-radius:10px;margin-bottom:12px;overflow:hidden;}
.rev-faq summary{cursor:pointer;list-style:none;padding:16px 20px;font-weight:600;display:flex;justify-content:space-between;gap:16px;}
.rev-faq summary::-webkit-details-marker{display:none;}
.rev-faq summary::after{content:"+";color:var(--rev-accent);font-size:24px;line-height:1;}
.rev-faq details[open] summary::after{content:"\2013";}
.rev-faq .a{padding:0 20px 18px;}
.rev-faq .a p{margin:0;}

/* Preço */
.rev-price{background:var(--rev-price-bg);color:var(--rev-price-fg);text-align:center;padding:64px 20px;}
.rev-price h2{font-family:"Poppins",sans-serif;font-weight:800;font-size:32px;margin:0 0 6px;}
.rev-price .gratis{font-size:56px;font-weight:800;font-family:"Poppins",sans-serif;margin:16px 0 4px;}
.rev-price .price0{font-size:38px;font-weight:700;font-family:"Poppins",sans-serif;margin:0 0 6px;}
.rev-price .ship{opacity:.85;font-size:15px;margin:0 0 8px;}
.rev-price .gift{color:#fff;font-weight:700;margin:0 0 26px;}

@media(max-width:767px){
  .rev-hero h1{font-size:26px;}
  .rev-hero .gratis,.rev-price .gratis{font-size:46px;}
  .rev-hero .price0{font-size:32px;}
  .rev-section h2,.rev-price h2{font-size:25px;}
  .rev-author{text-align:center;}
}
