/* CLEAN CONVERT Design — learnfrenchlab.com */
@font-face{font-family:'Inter';font-display:swap;font-style:normal}

:root {
  --bg:#FFFFFF;
  --bg-alt:#F8F9FA;
  --border:#E5E7EB;
  --text:#111827;
  --muted:#6B7280;
  --accent:#16A34A;
  --dark:#0f172a;
  --dark2:#1e293b;
  --radius:8px;
  --font:'Inter',system-ui,sans-serif;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.6;font-size:16px}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto}
ul,ol{padding-left:1.5rem}

.container{max-width:1100px;margin:0 auto;padding:0 16px}

/* HEADER */
.site-header{background:var(--dark);padding:14px 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,.4)}
.header-inner{display:flex;align-items:center;justify-content:space-between}
.site-logo{color:#f1f5f9;font-weight:700;font-size:1.2rem;text-decoration:none}
.site-logo:hover{text-decoration:none;color:#fff}
.desktop-nav{display:flex;gap:1.5rem;list-style:none}
.desktop-nav a{color:#cbd5e1;font-size:.9rem;font-weight:500}
.desktop-nav a:hover{color:#fff;text-decoration:none}

.hamburger{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:4px}
.hamburger span{display:block;width:24px;height:2px;background:#f1f5f9;border-radius:2px;transition:all .3s}

.mobile-nav{display:none;flex-direction:column;background:var(--dark2);padding:1rem 0;list-style:none}
.mobile-nav.open{display:flex}
.mobile-nav a{color:#cbd5e1;padding:10px 16px;font-size:.95rem;font-weight:500}
.mobile-nav a:hover{color:#fff;background:rgba(255,255,255,.05);text-decoration:none}

/* HERO */
.hero{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)!important;color:#fff;padding:64px 0 48px}
.hero h1,.hero-desc{color:#f1f5f9}
.hero h1{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.2;margin-bottom:1rem}
.hero-desc{font-size:1.1rem;color:#cbd5e1;max-width:700px;margin-bottom:2rem}
.hero-stats{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem}
.hero-stat{background:rgba(255,255,255,.08);border-radius:var(--radius);padding:12px 20px;text-align:center}
.hero-stat strong{display:block;font-size:1.5rem;color:#86efac;font-weight:800}
.hero-stat span{font-size:.8rem;color:#94a3b8}
.hero-trust{display:flex;align-items:center;gap:8px;margin-top:1.5rem;color:#94a3b8;font-size:.9rem}
.stars{color:#fbbf24;font-size:1.1rem}

/* HERO AUTHOR */
.hero-author{display:flex;align-items:center;gap:12px;margin-top:1.5rem;padding:12px 16px;background:rgba(255,255,255,.06);border-radius:var(--radius);border:1px solid rgba(255,255,255,.1);max-width:460px}
.hero-author img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid var(--accent)}
.hero-author-info span{display:block;color:#f1f5f9;font-weight:600;font-size:.95rem}
.hero-author-info small{color:#94a3b8;font-size:.8rem}

/* CTA BTN */
.btn-primary{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#16A34A,#15803d);color:#fff;padding:14px 28px;border-radius:var(--radius);font-weight:700;text-decoration:none;animation:pulse 2s infinite;font-size:1rem}
.btn-primary:hover{text-decoration:none;opacity:.9;color:#fff}
@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(22,163,74,.4)}50%{box-shadow:0 0 0 8px rgba(22,163,74,0)}}

/* CONTENT SECTIONS */
.content-section{padding:52px 0}
.content-section.bg-alt{background:var(--bg-alt)}
.content-section h2{font-size:clamp(1.4rem,3vw,2rem);font-weight:700;color:var(--dark);margin-bottom:1rem;display:block;width:100%;float:none;clear:both}
.section-body{font-size:1rem;line-height:1.75;color:var(--text)}
.section-body p{margin-bottom:1rem}
.section-body ul,.section-body ol{margin-bottom:1rem}
.section-body li{margin-bottom:.5rem}
.section-body table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem;overflow-x:auto;display:block}
.section-body th{background:var(--dark);color:#f1f5f9;padding:10px 12px;text-align:left;font-weight:600}
.section-body td{padding:9px 12px;border-bottom:1px solid var(--border)}
.section-body tr:hover td{background:#f0fdf4}
.section-body caption{caption-side:top;font-weight:600;margin-bottom:.5rem;color:var(--muted);font-size:.85rem}

/* H2 BANNER */
.h2-banner-wrap{
  display:block;
  width:calc(100% + 32px);
  margin-left:-16px;
  overflow:hidden;
  line-height:0;
  clear:both;
  margin-bottom:1.5rem;
  margin-top:.75rem;
}
.h2-banner-img{display:block;width:100%;aspect-ratio:3/1;object-fit:cover}
@media(max-width:767px){.h2-banner-img{aspect-ratio:1/1;object-position:center top}}
.h2-banner-wrap figcaption{font-size:11px;color:#6b7280;text-align:right;padding:4px 8px 0;font-style:italic;line-height:1.4}

/* VITRINA */
.vitrina-section{padding:52px 0;background:var(--bg)}
.vitrina-section h2{font-size:clamp(1.4rem,3vw,2rem);font-weight:700;color:var(--dark);margin-bottom:1.5rem}
.vitrina-grid{display:flex;flex-direction:column;gap:1rem}
.casino-card{display:flex;align-items:center;gap:1rem;background:#fff;border:1px solid var(--border);border-radius:12px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:box-shadow .2s}
.casino-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}
.casino-card.top-pick{border-color:var(--accent);box-shadow:0 0 0 2px rgba(22,163,74,.2)}
.casino-rank{min-width:36px;height:36px;background:var(--dark);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}
.casino-main{flex:1;min-width:0}
.casino-badge{display:inline-block;background:#fef3c7;color:#92400e;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:700;margin-bottom:6px}
.casino-name{font-size:1.05rem;font-weight:700;color:var(--dark);margin-bottom:4px}
.casino-license{font-size:.82rem;color:var(--muted);margin-bottom:4px}
.casino-bonus{font-size:.88rem;font-weight:600;color:var(--accent);margin-bottom:6px}
.casino-features{display:flex;flex-wrap:wrap;gap:4px}
.feature-tag{background:#f0fdf4;color:#166534;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:500}
.casino-cta{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0;min-width:140px}
.casino-rating{font-weight:700;color:var(--dark);font-size:.9rem}

/* E-E-A-T AUTHOR */
.eeat-section{padding:52px 0;background:var(--bg-alt)}
.eeat-section h2{font-size:1.6rem;font-weight:700;color:var(--dark);margin-bottom:1.5rem}
.author-box{display:flex;gap:2rem;align-items:flex-start;background:#fff;border-radius:12px;padding:2rem;border:1px solid var(--border)}
.author-box img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid var(--accent);flex-shrink:0}
.author-info h3{font-size:1.3rem;font-weight:700;color:var(--dark);margin-bottom:4px}
.author-info p.author-title{color:var(--accent);font-weight:600;font-size:.9rem;margin-bottom.75rem}
.author-bio{margin:.75rem 0;color:var(--muted);font-size:.95rem;line-height:1.65}
.expertise-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:1rem}
.expertise-tag{background:#f0fdf4;color:#166534;border-radius:20px;padding:4px 12px;font-size:.8rem;font-weight:600}

/* REVIEWED BY */
.reviewed-section{padding:52px 0}
.reviewed-section h2{font-size:1.6rem;font-weight:700;color:var(--dark);margin-bottom:1.5rem}
.reviewed-by-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.reviewer-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:1.5rem;box-shadow:0 2px 6px rgba(0,0,0,.05)}
.reviewer-card img{width:72px;height:72px;border-radius:50%;object-fit:cover;margin-bottom:.75rem;border:2px solid var(--border)}
.reviewer-name{font-weight:700;color:var(--dark);margin-bottom:2px}
.reviewer-title{font-size:.82rem;color:var(--muted);margin-bottom:.5rem}
.reviewer-stars{color:#fbbf24;margin-bottom:.5rem;font-size:.9rem}
.reviewer-quote{font-size:.88rem;color:var(--text);line-height:1.55;font-style:italic}
.reviewer-date{font-size:.78rem;color:var(--muted);margin-top:.5rem}

/* FAQ */
.faq-section{padding:52px 0;background:var(--bg-alt)}
.faq-section h2{font-size:clamp(1.4rem,3vw,2rem);font-weight:700;color:var(--dark);margin-bottom:1.5rem}
.faq-item{background:#fff;border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.75rem;overflow:hidden}
.faq-question{width:100%;background:none;border:none;text-align:left;padding:16px 20px;font-size:.97rem;font-weight:600;color:var(--dark);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:.5rem}
.faq-question:hover{background:#f9fafb}
.faq-icon{font-size:1.1rem;color:var(--accent);flex-shrink:0;transition:transform .3s}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-answer{display:none;padding:0 20px 16px;color:var(--muted);font-size:.93rem;line-height:1.65}
.faq-item.open .faq-answer{display:block}

/* FOOTER */
.site-footer{background:var(--dark);color:#94a3b8;padding:40px 0 24px}
.footer-inner{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem}
.footer-col h4{color:#f1f5f9;font-size:.95rem;font-weight:700;margin-bottom:.75rem}
.footer-col ul{list-style:none;padding:0}
.footer-col ul li{margin-bottom:.4rem}
.footer-col a{color:#94a3b8;font-size:.85rem}
.footer-col a:hover{color:#fff;text-decoration:none}
.footer-disclaimer{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;font-size:.8rem;line-height:1.6;color:#64748b}
.footer-disclaimer p{margin-bottom:.5rem}

/* STICKY CTA */
.sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--dark);padding:12px 16px;z-index:200;border-top:2px solid var(--accent);box-shadow:0 -4px 16px rgba(0,0,0,.3)}
.sticky-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:600px;margin:0 auto}
.sticky-cta p{color:#f1f5f9;font-size:.9rem;font-weight:600}
.sticky-close{background:none;border:none;color:#94a3b8;font-size:1.2rem;cursor:pointer;flex-shrink:0}

/* POPUP */
.popup-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.65);z-index:300;align-items:center;justify-content:center}
.popup-overlay.visible{display:flex}
.popup-box{background:#fff;border-radius:16px;padding:2.5rem;max-width:480px;width:90%;text-align:center;position:relative}
.popup-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:1.4rem;cursor:pointer;color:var(--muted)}
.popup-box h3{font-size:1.4rem;font-weight:800;color:var(--dark);margin-bottom:.75rem}
.popup-box p{color:var(--muted);margin-bottom:1.5rem;font-size:.95rem}
.popup-disclaimer{font-size:.75rem;color:#9ca3af;margin-top:.75rem}

/* BREADCRUMB */
.breadcrumb{padding:12px 0;font-size:.83rem;color:var(--muted)}
.breadcrumb a{color:var(--muted)}
.breadcrumb span{margin:0 6px}

/* RESPONSIVE */
@media(max-width:768px){
  .hamburger{display:flex}
  .desktop-nav{display:none}
  .hero{padding:40px 0 32px}
  .hero-stats{gap:1rem}
  .hero-stat{padding:10px 14px}
  .author-box{flex-direction:column}
  .author-box img{width:80px;height:80px}
  .reviewed-by-cards{grid-template-columns:1fr}
  .casino-card{flex-direction:column;align-items:flex-start}
  .casino-cta{width:100%;align-items:stretch}
  .casino-cta .btn-primary{text-align:center;justify-content:center}
  .footer-inner{grid-template-columns:1fr}
  .sticky-cta{display:block}
}
@media(max-width:480px){
  .hero h1{font-size:1.6rem}
  .h2-banner-wrap{width:calc(100% + 32px);margin-left:-16px}
}
