/* =============================================
   MEILLEUR-CHAISE-GAMING.FR — Dark Gaming Theme
   Fonts: Cormorant Garamond + Inter (self-hosted)
   Palette: #0D0D0F / #16161A / #FF3B3B / #7B61FF
   ============================================= */

/* --- Reset & Base --- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Inter',system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.7;color:#E8E6F0;background:#0D0D0F;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:#B4A0FF;text-decoration:none;transition:color .2s}
a:hover{color:#FF3B3B}
ul,ol{list-style:none}
h1,h2,h3,h4{font-family:'Cormorant Garamond',Georgia,serif;font-weight:700;line-height:1.2;color:#E8E6F0}
h1{font-size:clamp(2rem,5vw,3.2rem)}
h2{font-size:clamp(1.6rem,3.5vw,2.4rem);margin-bottom:.8rem}
h3{font-size:clamp(1.2rem,2.5vw,1.6rem);margin-bottom:.5rem}
p{margin-bottom:1rem}
.container{max-width:1140px;margin:0 auto;padding:0 1.25rem}

/* --- Header --- */
.site-header{position:sticky;top:0;z-index:1000;background:rgba(13,13,15,.95);backdrop-filter:blur(12px);border-bottom:1px solid #2A2A32;padding:.6rem 0}
.header-inner{display:flex;align-items:center;justify-content:space-between;max-width:1140px;margin:0 auto;padding:0 1.25rem}
.logo{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.3rem;font-weight:700;color:#E8E6F0;display:flex;align-items:center;gap:.4rem}
.logo .material-symbols-outlined{color:#FF3B3B;font-size:1.4rem}
.desktop-nav{display:flex;gap:.3rem;align-items:center}
.desktop-nav>a{color:#E8E6F0;font-size:.88rem;padding:.45rem .7rem;border-radius:6px;transition:background .2s,color .2s}
.desktop-nav>a:hover{background:#16161A;color:#FF3B3B}
.nav-dropdown{position:relative}
.nav-dropdown>button{background:none;border:none;color:#E8E6F0;font-family:'Inter',sans-serif;font-size:.88rem;padding:.45rem .7rem;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:.25rem;transition:background .2s,color .2s}
.nav-dropdown>button:hover{background:#16161A;color:#FF3B3B}
.nav-dropdown>button .material-symbols-outlined{font-size:1rem;transition:transform .2s}
.dropdown-menu{position:absolute;top:100%;left:0;min-width:220px;background:#16161A;border:1px solid #2A2A32;border-radius:10px;padding:.4rem;opacity:0;visibility:hidden;transform:translateY(6px);transition:all .2s;box-shadow:0 12px 40px rgba(0,0,0,.5);z-index:100}
.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}
.nav-dropdown:hover>button .material-symbols-outlined{transform:rotate(180deg)}
.dropdown-menu a{display:flex;align-items:center;gap:.5rem;padding:.5rem .7rem;border-radius:6px;color:#E8E6F0;font-size:.85rem;transition:background .2s}
.dropdown-menu a:hover{background:#0D0D0F;color:#FF3B3B}
.dropdown-menu a .material-symbols-outlined{font-size:1.1rem;color:#7B61FF}
.mobile-nav{display:none}
.mobile-nav-toggle{display:none;background:none;border:none;color:#E8E6F0;font-size:1.6rem;cursor:pointer;padding:.3rem}

/* --- Hero --- */
.hero{padding:4rem 0 3rem;background:linear-gradient(135deg,#0D0D0F 0%,#16161A 40%,#1a1028 70%,#0D0D0F 100%);position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(123,97,255,.08) 0%,transparent 70%);pointer-events:none}
.hero::after{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,59,59,.06) 0%,transparent 70%);pointer-events:none}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:1}
.hero-badge{display:inline-flex;align-items:center;gap:.4rem;background:rgba(123,97,255,.12);border:1px solid rgba(123,97,255,.25);padding:.3rem .8rem;border-radius:20px;font-size:.78rem;color:#B4A0FF;margin-bottom:1rem;font-weight:500}
.hero h1{margin-bottom:1rem}
.hero h1 .accent-red{color:#FF3B3B}
.hero h1 .accent-purple{color:#B4A0FF}
.hero-subtitle{font-size:1.05rem;color:#8A8694;margin-bottom:1.5rem;max-width:500px}
.hero-ctas{display:flex;gap:.8rem;flex-wrap:wrap}
.hero-img{border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.4);border:1px solid #2A2A32}

/* --- Buttons --- */
.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.7rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;border:none;transition:all .2s;font-family:'Inter',sans-serif}
.btn-primary{background:#FF3B3B;color:#fff}
.btn-primary:hover{background:#e62e2e;color:#fff;transform:translateY(-1px);box-shadow:0 4px 20px rgba(255,59,59,.3)}
.btn-secondary{background:transparent;color:#B4A0FF;border:1px solid #7B61FF}
.btn-secondary:hover{background:rgba(123,97,255,.1);color:#fff;transform:translateY(-1px)}
.btn-sm{padding:.5rem 1rem;font-size:.82rem}
.btn .material-symbols-outlined{font-size:1.1rem}

/* --- Stat Banner --- */
.stat-banner{padding:1.5rem 0;border-bottom:1px solid #2A2A32;background:#16161A}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:center}
.stat-item .stat-number{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.8rem;font-weight:700;color:#FF3B3B}
.stat-item .stat-label{font-size:.78rem;color:#8A8694;text-transform:uppercase;letter-spacing:.05em;margin-top:.15rem}

/* --- Sections --- */
section{padding:3.5rem 0}
.section-header{text-align:center;margin-bottom:2.5rem}
.section-header .section-tag{display:inline-flex;align-items:center;gap:.3rem;background:rgba(123,97,255,.1);border:1px solid rgba(123,97,255,.2);padding:.25rem .7rem;border-radius:16px;font-size:.75rem;color:#B4A0FF;margin-bottom:.8rem;font-weight:500}
.section-header p{color:#8A8694;max-width:600px;margin:0 auto}

/* --- Verdict rapide --- */
.verdict{background:#16161A;border-radius:16px;border:1px solid #2A2A32;padding:2rem;margin-bottom:1rem}
.verdict-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.2rem;margin-top:1.2rem}
.verdict-card{background:#0D0D0F;border:1px solid #2A2A32;border-radius:12px;padding:1.2rem;text-align:center;transition:border-color .2s}
.verdict-card:hover{border-color:#FF3B3B}
.verdict-card .verdict-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#8A8694;margin-bottom:.4rem}
.verdict-card .verdict-name{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.15rem;font-weight:700;margin-bottom:.2rem}
.verdict-card .verdict-price{color:#FF3B3B;font-weight:700;font-size:1.1rem}
.verdict-card .verdict-desc{font-size:.8rem;color:#8A8694;margin-top:.3rem}

/* --- Disclosure --- */
.disclosure{background:rgba(123,97,255,.06);border:1px solid rgba(123,97,255,.15);border-radius:10px;padding:1rem 1.2rem;font-size:.8rem;color:#8A8694;line-height:1.6;margin:1.5rem 0}
.disclosure .material-symbols-outlined{font-size:1rem;vertical-align:middle;color:#7B61FF;margin-right:.3rem}

/* --- Product Cards --- */
.product-card{background:#16161A;border:1px solid #2A2A32;border-radius:16px;overflow:hidden;transition:border-color .3s,transform .3s}
.product-card:hover{border-color:#7B61FF;transform:translateY(-3px)}
.product-card.best-choice{border-color:#FF3B3B;box-shadow:0 0 30px rgba(255,59,59,.1)}
.product-badge{position:absolute;top:1rem;left:1rem;background:#FF3B3B;color:#fff;font-size:.7rem;font-weight:700;padding:.25rem .6rem;border-radius:6px;text-transform:uppercase;letter-spacing:.05em;z-index:2}
.product-badge.premium{background:#7B61FF}
.product-badge.ergo{background:#3DAA6D}
.product-badge.budget{background:#8A8694}
.product-card-inner{display:grid;grid-template-columns:280px 1fr;gap:1.5rem;padding:1.5rem;position:relative}
.product-img-wrap{position:relative;border-radius:12px;overflow:hidden;background:#0D0D0F}
.product-img-wrap img{width:100%;aspect-ratio:1;object-fit:cover}
.product-rank{position:absolute;top:.5rem;right:.5rem;background:rgba(13,13,15,.85);color:#FF3B3B;font-family:'Cormorant Garamond',Georgia,serif;font-size:1.5rem;font-weight:700;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;border:2px solid #FF3B3B}
.product-content h3 a{color:#E8E6F0;transition:color .2s}
.product-content h3 a:hover{color:#FF3B3B}
.product-price{font-size:1.4rem;font-weight:700;color:#FF3B3B;margin:.5rem 0}
.product-features{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;margin:.8rem 0}
.product-features li{font-size:.82rem;color:#8A8694;display:flex;align-items:center;gap:.3rem}
.product-features li .material-symbols-outlined{font-size:.9rem;color:#3DAA6D}
.product-pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:.8rem 0}
.pros-list li,.cons-list li{font-size:.82rem;padding:.2rem 0;display:flex;align-items:flex-start;gap:.3rem}
.pros-list li .material-symbols-outlined{color:#3DAA6D;font-size:.9rem;flex-shrink:0}
.cons-list li .material-symbols-outlined{color:#FF4757;font-size:.9rem;flex-shrink:0}
.product-cta{margin-top:1rem;display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}
.product-for{margin-top:1rem;display:grid;grid-template-columns:1fr 1fr;gap:.8rem}
.for-box{background:#0D0D0F;border:1px solid #2A2A32;border-radius:10px;padding:.8rem}
.for-box h4{font-size:.82rem;font-family:'Inter',sans-serif;font-weight:600;margin-bottom:.4rem;display:flex;align-items:center;gap:.3rem}
.for-box h4 .material-symbols-outlined{font-size:1rem}
.for-box.for-yes h4{color:#3DAA6D}
.for-box.for-no h4{color:#FF4757}
.for-box ul li{font-size:.78rem;color:#8A8694;padding:.15rem 0}

/* --- Comparison Table --- */
.comparison-table-wrap{overflow-x:auto;border-radius:12px;border:1px solid #2A2A32}
.comparison-table{width:100%;border-collapse:collapse;font-size:.85rem}
.comparison-table thead{background:#16161A}
.comparison-table th{padding:.8rem 1rem;text-align:left;font-weight:600;color:#B4A0FF;border-bottom:2px solid #2A2A32;white-space:nowrap}
.comparison-table td{padding:.7rem 1rem;border-bottom:1px solid #2A2A32;color:#E8E6F0}
.comparison-table tr:nth-child(even){background:rgba(22,22,26,.5)}
.comparison-table tr:hover{background:rgba(123,97,255,.05)}
.comparison-table .highlight-row{background:rgba(255,59,59,.05);border-left:3px solid #FF3B3B}

/* --- Criteria Grid --- */
.criteria-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.2rem}
.criteria-card{background:#16161A;border:1px solid #2A2A32;border-radius:12px;padding:1.5rem;transition:border-color .2s}
.criteria-card:hover{border-color:#7B61FF}
.criteria-card .criteria-icon{width:2.8rem;height:2.8rem;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:.8rem;font-size:1.3rem}
.criteria-card .criteria-icon.red{background:rgba(255,59,59,.1);color:#FF3B3B}
.criteria-card .criteria-icon.purple{background:rgba(123,97,255,.1);color:#7B61FF}
.criteria-card .criteria-icon.green{background:rgba(61,170,109,.1);color:#3DAA6D}
.criteria-card p{font-size:.85rem;color:#8A8694}

/* --- Expert Quote --- */
.expert-quote{background:linear-gradient(135deg,rgba(123,97,255,.08),rgba(255,59,59,.05));border:1px solid rgba(123,97,255,.2);border-radius:16px;padding:2.5rem;position:relative}
.expert-quote::before{content:'\201C';font-family:'Cormorant Garamond',Georgia,serif;font-size:5rem;color:rgba(123,97,255,.2);position:absolute;top:0;left:1.5rem;line-height:1}
.expert-quote blockquote{font-size:1.1rem;font-style:italic;color:#E8E6F0;margin-bottom:1rem;padding-left:2rem;position:relative;z-index:1}
.expert-quote cite{font-size:.85rem;color:#8A8694;font-style:normal;display:flex;align-items:center;gap:.5rem;padding-left:2rem}
.expert-quote cite img{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #7B61FF}

/* --- FAQ --- */
.faq-list{max-width:800px;margin:0 auto}
.faq-list details{background:#16161A;border:1px solid #2A2A32;border-radius:10px;margin-bottom:.6rem;overflow:hidden;transition:border-color .2s}
.faq-list details[open]{border-color:#7B61FF}
.faq-list summary{padding:1rem 1.2rem;cursor:pointer;font-weight:600;font-size:.95rem;display:flex;align-items:center;justify-content:space-between;color:#E8E6F0;list-style:none}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:'expand_more';font-family:'Material Symbols Outlined';font-size:1.3rem;color:#7B61FF;transition:transform .2s}
.faq-list details[open] summary::after{transform:rotate(180deg)}
.faq-list .faq-answer{padding:0 1.2rem 1rem;font-size:.9rem;color:#8A8694;line-height:1.7}

/* --- Author Box --- */
.author-box{display:flex;gap:1.5rem;background:#16161A;border:1px solid #2A2A32;border-radius:16px;padding:1.5rem;align-items:center}
.author-box img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #7B61FF;flex-shrink:0}
.author-info .author-name{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.2rem;font-weight:700;margin-bottom:.2rem}
.author-info .author-role{font-size:.82rem;color:#FF3B3B;margin-bottom:.4rem}
.author-info .author-bio{font-size:.85rem;color:#8A8694}

/* --- Footer --- */
.site-footer{background:#16161A;border-top:1px solid #2A2A32;padding:2.5rem 0 1.5rem}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}
.footer-brand .logo{margin-bottom:.6rem}
.footer-brand p{font-size:.82rem;color:#8A8694}
.footer-col h4{font-family:'Inter',sans-serif;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#B4A0FF;margin-bottom:.8rem}
.footer-col ul li{margin-bottom:.4rem}
.footer-col ul li a{color:#8A8694;font-size:.85rem;transition:color .2s}
.footer-col ul li a:hover{color:#FF3B3B}
.footer-bottom{border-top:1px solid #2A2A32;padding-top:1rem;display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:#8A8694}
.footer-bottom a{color:#8A8694}
.footer-bottom a:hover{color:#B4A0FF}

/* --- Sub-page Hero --- */
.subpage-hero{padding:3rem 0;background:linear-gradient(135deg,#0D0D0F 0%,#16161A 50%,#1a1028 100%);position:relative;overflow:hidden}
.subpage-hero .hero-img{max-height:320px;object-fit:cover;width:100%;border-radius:16px;margin-top:1.5rem}
.breadcrumb{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:#8A8694;margin-bottom:1rem;flex-wrap:wrap}
.breadcrumb a{color:#B4A0FF}
.breadcrumb a:hover{color:#FF3B3B}
.breadcrumb .sep{color:#2A2A32}

/* --- Content --- */
.content-section{line-height:1.8}
.content-section h2{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #2A2A32}
.content-section h2:first-child{border-top:none;margin-top:0;padding-top:0}
.content-section ul{margin:.8rem 0;padding-left:1.2rem}
.content-section ul li{position:relative;padding:.3rem 0 .3rem 1.2rem;color:#8A8694;font-size:.92rem}
.content-section ul li::before{content:'';position:absolute;left:0;top:.85rem;width:6px;height:6px;background:#FF3B3B;border-radius:50%}
.source-cite{font-size:.78rem;color:#7B61FF;font-style:italic;display:flex;align-items:center;gap:.3rem;margin:.5rem 0}
.source-cite .material-symbols-outlined{font-size:.85rem}
.update-date{font-size:.8rem;color:#8A8694;display:flex;align-items:center;gap:.3rem;margin-bottom:1.5rem}
.update-date .material-symbols-outlined{font-size:1rem;color:#7B61FF}

/* --- Legal Pages --- */
.legal-content{max-width:800px;margin:0 auto}
.legal-content h2{font-size:1.4rem;margin:2rem 0 .8rem;color:#B4A0FF}
.legal-content p,.legal-content li{font-size:.9rem;color:#8A8694}

/* --- Mobile Nav --- */
.mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:rgba(13,13,15,.98);backdrop-filter:blur(16px);border-top:1px solid #2A2A32;padding:.4rem .5rem;z-index:1000;justify-content:space-around;align-items:center}
.mobile-nav a{display:flex;flex-direction:column;align-items:center;gap:.15rem;color:#8A8694;font-size:.65rem;padding:.3rem .5rem;border-radius:8px;transition:color .2s}
.mobile-nav a:hover,.mobile-nav a.active{color:#FF3B3B}
.mobile-nav a .material-symbols-outlined{font-size:1.3rem}

/* --- Responsive --- */
@media(max-width:1024px){
  .hero-grid{grid-template-columns:1fr;text-align:center}
  .hero-subtitle{margin:0 auto 1.5rem}
  .hero-ctas{justify-content:center}
  .hero-img{max-width:500px;margin:0 auto}
  .product-card-inner{grid-template-columns:1fr}
  .product-img-wrap{max-width:350px;margin:0 auto}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:767px){
  .desktop-nav{display:none}
  .mobile-nav-toggle{display:block}
  .mobile-nav{display:flex}
  body{padding-bottom:60px}
  .stat-grid{grid-template-columns:repeat(2,1fr);gap:1rem}
  .hero{padding:2.5rem 0 2rem}
  .product-pros-cons{grid-template-columns:1fr}
  .product-for{grid-template-columns:1fr}
  .product-features{grid-template-columns:1fr}
  .criteria-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .author-box{flex-direction:column;text-align:center}
  .comparison-table{font-size:.75rem}
  .comparison-table th,.comparison-table td{padding:.5rem .6rem}
  .expert-quote{padding:1.5rem}
}
@media(max-width:480px){
  .verdict-grid{grid-template-columns:1fr}
  .hero-ctas{flex-direction:column;align-items:center}
}

/* --- Callout Boxes --- */
.callout{border-radius:12px;padding:1.2rem 1.5rem;margin:1.5rem 0;font-size:.9rem;line-height:1.7;display:flex;gap:.8rem;align-items:flex-start}
.callout .material-symbols-outlined{font-size:1.3rem;flex-shrink:0;margin-top:.1rem}
.callout-info{background:rgba(123,97,255,.08);border:1px solid rgba(123,97,255,.2);color:#B4A0FF}
.callout-info .material-symbols-outlined{color:#7B61FF}
.callout-info .callout-body{color:#E8E6F0}
.callout-warning{background:rgba(255,170,59,.08);border:1px solid rgba(255,170,59,.25);color:#FFAA3B}
.callout-warning .material-symbols-outlined{color:#FFAA3B}
.callout-warning .callout-body{color:#E8E6F0}
.callout-danger{background:rgba(255,59,59,.06);border:1px solid rgba(255,59,59,.2);color:#FF3B3B}
.callout-danger .material-symbols-outlined{color:#FF3B3B}
.callout-danger .callout-body{color:#E8E6F0}
.callout-success{background:rgba(61,170,109,.08);border:1px solid rgba(61,170,109,.2);color:#3DAA6D}
.callout-success .material-symbols-outlined{color:#3DAA6D}
.callout-success .callout-body{color:#E8E6F0}
.callout-expert{background:linear-gradient(135deg,rgba(123,97,255,.06),rgba(255,59,59,.04));border:1px solid rgba(123,97,255,.2);border-left:4px solid #7B61FF;color:#E8E6F0}
.callout-expert .callout-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#B4A0FF;font-weight:600;margin-bottom:.3rem}
.callout-title{font-family:'Cormorant Garamond',Georgia,serif;font-weight:700;font-size:1.1rem;margin-bottom:.4rem}
.callout-body{color:#8A8694}
.callout-body strong{color:#E8E6F0}

/* --- Feature Grid --- */
.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.2rem;margin:1.5rem 0}
.feature-card{background:#16161A;border:1px solid #2A2A32;border-radius:12px;padding:1.5rem;transition:border-color .2s,transform .2s}
.feature-card:hover{border-color:#7B61FF;transform:translateY(-2px)}
.feature-card .feature-icon{width:2.8rem;height:2.8rem;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:.8rem;font-size:1.3rem}
.feature-card .feature-icon.red{background:rgba(255,59,59,.1);color:#FF3B3B}
.feature-card .feature-icon.purple{background:rgba(123,97,255,.1);color:#7B61FF}
.feature-card .feature-icon.green{background:rgba(61,170,109,.1);color:#3DAA6D}
.feature-card .feature-icon.orange{background:rgba(255,170,59,.1);color:#FFAA3B}
.feature-card h4{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.1rem;font-weight:700;margin-bottom:.4rem}
.feature-card p{font-size:.85rem;color:#8A8694;margin:0}

/* --- Icon List --- */
.icon-list{margin:1.5rem 0}
.icon-list-item{display:flex;gap:1rem;padding:1rem;background:#16161A;border:1px solid #2A2A32;border-radius:10px;margin-bottom:.6rem;transition:border-color .2s}
.icon-list-item:hover{border-color:#7B61FF}
.icon-list-item .icon-wrap{width:2.5rem;height:2.5rem;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.2rem}
.icon-list-item .icon-wrap.red{background:rgba(255,59,59,.1);color:#FF3B3B}
.icon-list-item .icon-wrap.purple{background:rgba(123,97,255,.1);color:#7B61FF}
.icon-list-item .icon-wrap.green{background:rgba(61,170,109,.1);color:#3DAA6D}
.icon-list-item .icon-wrap.orange{background:rgba(255,170,59,.1);color:#FFAA3B}
.icon-list-item h4{font-family:'Inter',sans-serif;font-size:.9rem;font-weight:600;margin-bottom:.2rem;color:#E8E6F0}
.icon-list-item p{font-size:.82rem;color:#8A8694;margin:0}

/* --- Warning Box --- */
.warning-box{background:rgba(255,59,59,.04);border:2px solid rgba(255,59,59,.2);border-left:4px solid #FF3B3B;border-radius:12px;padding:1.5rem;margin:1.5rem 0}
.warning-box .warning-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}
.warning-box .warning-header .material-symbols-outlined{color:#FF3B3B;font-size:1.4rem}
.warning-box .warning-header h3{color:#FF3B3B;font-size:1.1rem;margin:0}
.warning-box ol{counter-reset:warning-counter;padding:0}
.warning-box ol li{counter-increment:warning-counter;position:relative;padding:.6rem 0 .6rem 2.5rem;border-bottom:1px solid rgba(255,59,59,.08);font-size:.88rem;color:#E8E6F0}
.warning-box ol li:last-child{border-bottom:none}
.warning-box ol li::before{content:counter(warning-counter);position:absolute;left:0;top:.6rem;width:1.8rem;height:1.8rem;background:rgba(255,59,59,.1);color:#FF3B3B;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700}
.warning-box ol li strong{color:#FF3B3B}
.warning-box ol li .mistake-detail{display:block;font-size:.82rem;color:#8A8694;margin-top:.2rem}

/* --- Stat Banner (reusable) --- */
.stat-banner-section{background:#16161A;border:1px solid #2A2A32;border-radius:12px;padding:1.5rem 2rem;margin:1.5rem 0}
.stat-banner-section .stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem;text-align:center}

/* --- Numbered List Styled --- */
.numbered-list{counter-reset:numbered;margin:1rem 0}
.numbered-list li{counter-increment:numbered;position:relative;padding:.5rem 0 .5rem 2.5rem;font-size:.9rem;color:#E8E6F0;border-bottom:1px solid #2A2A32}
.numbered-list li:last-child{border-bottom:none}
.numbered-list li::before{content:counter(numbered);position:absolute;left:0;top:.5rem;width:1.8rem;height:1.8rem;background:rgba(123,97,255,.1);color:#7B61FF;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700}

@media(max-width:767px){
  .feature-grid{grid-template-columns:1fr}
  .callout{flex-direction:column;gap:.5rem}
  .icon-list-item{flex-direction:column;gap:.5rem}
}
