/* magicoled.it — modern light-red theme, inspired by basementmilano.it layout */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root{
  --red-700:#C81E36;
  --red-600:#E63950;
  --red-500:#FF5A6E;
  --red-100:#FFE1E4;
  --red-50:#FFF4F5;
  --gold:#F3A712;
  --ink:#1C1226;
  --ink-soft:#5B5468;
  --ink-faint:#8A8494;
  --bg:#FFFBFB;
  --card:#FFFFFF;
  --border:#F3DEE1;
  --shadow: 0 10px 30px -12px rgba(200,30,54,0.18);
  --radius:16px;
  --radius-sm:10px;
  --maxw:1120px;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Inter',system-ui,-apple-system,sans-serif;
  color:var(--ink);
  background:var(--bg);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{
  font-family:'Sora',system-ui,sans-serif;
  color:var(--ink);
  line-height:1.2;
  letter-spacing:-0.01em;
}
h1{font-size:clamp(1.9rem,4.2vw,3rem);font-weight:800}
h2{font-size:clamp(1.5rem,2.8vw,2.1rem);font-weight:700;margin:3rem 0 1rem}
h3{font-size:clamp(1.15rem,2vw,1.5rem);font-weight:700;margin:2rem 0 .6rem}
h4{font-size:1.05rem;font-weight:700;margin:1.4rem 0 .6rem;color:var(--red-700)}
p{margin:0 0 1rem;color:var(--ink-soft)}
a{color:var(--red-600);text-decoration:none}
a:hover{text-decoration:underline}
ul,ol{margin:0 0 1rem 1.3rem;color:var(--ink-soft)}
li{margin-bottom:.4rem}
img{max-width:100%;display:block}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 20px}

/* header */
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,251,251,.92);
  backdrop-filter:blur(8px);
  border-bottom:1px solid var(--border);
}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;height:72px}
.brand{display:flex;align-items:center;gap:10px;font-family:'Sora',sans-serif;font-weight:800;font-size:1.25rem;color:var(--ink)}
.brand img{height:34px;width:34px}
.brand .brand-name b{color:var(--red-600)}
.site-nav ul{display:flex;gap:1.6rem;list-style:none;margin:0}
.site-nav a{color:var(--ink);font-weight:600;font-size:.95rem}
.site-nav a:hover{color:var(--red-600);text-decoration:none}
.lang-switch{font-size:.8rem;color:var(--ink-faint);border:1px solid var(--border);border-radius:20px;padding:4px 10px}

/* hero */
.hero{padding:2.6rem 0 1.4rem;background:linear-gradient(180deg,var(--red-50) 0%,var(--bg) 100%)}
.hero .eyebrow{display:inline-block;background:var(--red-600);color:#fff;font-weight:700;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;padding:5px 12px;border-radius:20px;margin-bottom:1rem}
.hero h1{max-width:900px}
.hero .tagline{font-size:1.1rem;color:var(--ink-soft);margin-top:.7rem;max-width:800px}
.hero .intro{max-width:820px}
.hero .intro p{font-size:1.02rem}
.trust-badges{display:flex;flex-wrap:wrap;gap:1.4rem;margin-top:1rem;padding-top:1rem;border-top:1px dashed var(--border)}
.trust-badges span{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--ink-soft);font-weight:600}
.trust-badges .dot{width:8px;height:8px;border-radius:50%;background:var(--red-600);display:inline-block}

/* toplist wrapper */
.toplist-section{padding:1.4rem 0 2.2rem}
.toplist-section .box{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:1.4rem;
}
.toplist-section h2{margin-top:0;font-size:1.35rem}
.legal-strip{font-size:.78rem;color:var(--ink-faint);text-align:center;margin-top:1rem}

/* sections */
.section{padding:1.2rem 0}
.section p{max-width:840px}
.lede{font-size:1.02rem}

/* tables */
.table-wrap{overflow-x:auto;margin:1.2rem 0;border-radius:var(--radius-sm);border:1px solid var(--border)}
table{width:100%;border-collapse:collapse;background:var(--card);min-width:560px}
thead th{
  background:var(--red-600);color:#fff;text-align:left;
  font-family:'Sora',sans-serif;font-weight:700;font-size:.85rem;
  padding:.8rem .9rem;white-space:nowrap;
}
tbody td{padding:.75rem .9rem;border-top:1px solid var(--border);font-size:.92rem;color:var(--ink-soft)}
tbody tr:nth-child(even){background:var(--red-50)}
tbody td:first-child{font-weight:700;color:var(--ink)}
.spec-table td:first-child{width:44%;color:var(--ink-soft);font-weight:600}
.spec-table td:last-child{color:var(--ink);font-weight:600}

/* brand review cards */
.brand-card{
  background:var(--card);border:1px solid var(--border);border-radius:var(--radius);
  padding:1.6rem;margin:1.6rem 0;box-shadow:0 6px 20px -14px rgba(28,18,38,.15);
}
.brand-card-head{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:.6rem}
.brand-card-head img{height:40px;width:auto;max-width:140px;object-fit:contain}
.brand-card-head .rank{
  background:var(--ink);color:#fff;font-family:'Sora',sans-serif;font-weight:800;
  font-size:.78rem;padding:3px 10px;border-radius:20px;
}
.brand-card-head .rating{margin-left:auto;font-weight:700;color:var(--gold);font-size:.95rem}
.brand-cta{
  display:inline-block;background:var(--red-600);color:#fff;font-weight:700;
  padding:.7rem 1.4rem;border-radius:10px;margin-top:.6rem;font-size:.92rem;
}
.brand-cta:hover{background:var(--red-700);text-decoration:none}

/* pro/con */
.pro-con{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin:1.2rem 0}
.pro-con .col{padding:1.2rem;border-radius:var(--radius-sm);border:1px solid var(--border)}
.pro-con .pro{background:#F2FBF4}
.pro-con .con{background:var(--red-50)}
.pro-con h4{margin-top:0}
@media (max-width:680px){.pro-con{grid-template-columns:1fr}}

/* verdict box */
.verdict{
  background:var(--ink);color:#fff;border-radius:var(--radius);padding:2rem;margin:1.6rem 0;
}
.verdict h2{color:#fff;margin-top:0}
.verdict p{color:#D9D3DF}
.verdict .brand-cta{background:var(--red-600)}

/* FAQ */
.faq details{
  border:1px solid var(--border);border-radius:var(--radius-sm);padding:.9rem 1.1rem;margin-bottom:.7rem;background:var(--card)
}
.faq summary{font-weight:700;font-family:'Sora',sans-serif;cursor:pointer;font-size:1rem;color:var(--ink)}
.faq p{margin-top:.6rem;margin-bottom:0}

/* footer */
.site-footer{background:var(--ink);color:#C9C2D1;padding:2.4rem 0 1.6rem;margin-top:3rem;font-size:.85rem}
.site-footer a{color:#fff}
.site-footer .foot-grid{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1.6rem;margin-bottom:1.4rem}
.site-footer .foot-nav ul{list-style:none;display:flex;gap:1.2rem;margin:0}
.disclaimer{border-top:1px solid #362A3C;padding-top:1.2rem;color:#9A93A3;line-height:1.6}
.disclaimer strong{color:#C9C2D1}
.rg-strip{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.8rem;font-size:.78rem;color:#8A8494}

@media (max-width:680px){
  .site-nav ul{gap:1rem}
  h2{margin-top:2.2rem}
  table{min-width:480px}
}
