:root{
  --navy:#0d1b3d;
  --navy-dark:#060f24;
  --navy-light:#1a2d5c;
  --navy-soft:#e7ecf6;
  --orange:#ff6b35;
  --orange-hover:#e85a25;
  --orange-soft:#ffe7dd;
  --gold:#ffc83d;
  --gold-soft:#fff4d0;
  --green:#10b981;
  --red:#ef4444;
  --text:#1a1a1a;
  --text-muted:#6b7280;
  --text-light:#9ca3af;
  --bg:#ffffff;
  --bg-alt:#f8f9fc;
  --bg-card:#ffffff;
  --border:#e5e7eb;
  --border-strong:#d1d5db;
  --shadow-sm:0 1px 2px rgba(13,27,61,.05);
  --shadow:0 4px 16px rgba(13,27,61,.08);
  --shadow-lg:0 12px 36px rgba(13,27,61,.14);
  --radius:14px;
  --radius-sm:8px;
  --radius-lg:20px;
  --max:1100px;
  --content:1060px;
}
.container{
  max-width:1100px;
  margin:0 auto;
  padding:0 20px;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:90px}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size:17px;
  line-height:1.65;
  color:var(--text);
  background:var(--bg);
  -webkit-font-smoothing:antialiased;
  hyphens:none;
  -webkit-hyphens:none;
  word-break:normal;
  overflow-wrap:normal;
}
h1,h2,h3,h4,h5,h6,p,li,td,th,a{
  hyphens:none;
  -webkit-hyphens:none;
  word-break:normal;
  overflow-wrap:normal;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--orange);text-decoration:none;transition:color .15s ease}
a:hover{color:var(--orange-hover);text-decoration:underline}
strong{font-weight:700;color:var(--navy)}
p{margin:0 0 1em}
ul{padding-left:1.4em;margin:0 0 1em}
li{margin-bottom:.4em}
h1,h2,h3,h4{font-family:Georgia,"Iowan Old Style","Palatino Linotype",serif;color:var(--navy);line-height:1.25;letter-spacing:-.01em}
h1{font-size:clamp(28px,4vw,44px);margin:0 0 .6em;font-weight:700}
h2{font-size:clamp(22px,2.6vw,32px);margin:.8em 0 .6em;font-weight:700}
h3{font-size:clamp(18px,1.8vw,22px);margin:1.4em 0 .5em;font-weight:600}
h4{font-size:16px;margin:1em 0 .4em;font-weight:700;letter-spacing:.02em;text-transform:uppercase}
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:var(--navy);
  color:#fff;
  box-shadow:var(--shadow);
  border-bottom:3px solid var(--orange);
}
.header-inner{
  max-width:var(--max);
  margin:0 auto;
  padding:14px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.site-logo{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  font-weight:700;
  font-size:22px;
  letter-spacing:-.02em;
}
.site-logo:hover{color:#fff;text-decoration:none}
.logo-mark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border-radius:9px;
  background:linear-gradient(135deg,var(--orange) 0%,var(--gold) 100%);
  color:#fff;
  font-family:Georgia,serif;
  font-weight:700;
  font-size:20px;
}
.logo-text{font-family:Georgia,serif;font-style:italic}
.site-nav{display:flex;gap:24px;flex-wrap:wrap}
.site-nav a{
  color:rgba(255,255,255,.85);
  font-size:14.5px;
  font-weight:500;
  padding:6px 0;
  border-bottom:2px solid transparent;
  transition:all .15s ease;
}
.site-nav a:hover{color:#fff;border-bottom-color:var(--orange);text-decoration:none}
.menu-toggle{
  display:none;
  width:42px;
  height:42px;
  padding:0;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  border-radius:10px;
  cursor:pointer;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  transition:background .15s ease;
  flex-shrink:0;
}
.menu-toggle:hover{background:rgba(255,255,255,.18)}
.menu-toggle span{
  display:block;
  width:20px;
  height:2px;
  background:#fff;
  border-radius:2px;
  transition:transform .2s ease, opacity .15s ease;
}
.menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-toggle.is-open span:nth-child(2){opacity:0}
.menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-menu{
  display:none;
  flex-direction:column;
  background:var(--navy-dark);
  border-top:1px solid rgba(255,255,255,.10);
}
.mobile-menu[hidden]{display:none !important}
.mobile-menu a{
  color:#fff;
  padding:16px 24px;
  font-size:16px;
  font-weight:500;
  border-bottom:1px solid rgba(255,255,255,.08);
  text-decoration:none;
}
.mobile-menu a:last-child{border-bottom:none}
.mobile-menu a:hover{background:rgba(255,107,53,.10);color:#fff;text-decoration:none}
.hero{
  background:#ffffff;
  color:var(--navy);
  padding:70px 24px 30px;
  text-align:center;
}
.hero-inner{max-width:var(--max);margin:0 auto}
.hero h1{
  color:var(--navy);
  margin:0;
}
.intro{
  max-width:var(--content);
  margin:40px auto 30px;
  padding:0;
  font-size:18px;
  line-height:1.75;
}
.toplist-block{
  max-width:var(--max);
  margin:30px auto;
  padding:0;
  min-height:60px;
}
.section{
  max-width:var(--content);
  margin:32px auto;
  padding:0;
}
.section-title{
  text-align:center;
  margin-bottom:30px;
}
.section-img{
  display:block;
  width:100%;
  max-width:640px;
  height:auto;
  aspect-ratio:2/1;
  object-fit:cover;
  border-radius:var(--radius);
  margin:18px auto 24px;
  box-shadow:var(--shadow);
  background:var(--navy-soft);
}
.focus-section{
  max-width:var(--content);
  margin:60px auto;
  padding:0;
}
.author-byline{
  max-width:var(--content);
  margin:30px auto;
  padding:18px 0;
  display:flex;
  align-items:center;
  gap:20px;
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  flex-wrap:wrap;
}
.author-byline-photo{
  width:56px;
  height:56px;
  border-radius:50%;
  overflow:hidden;
  flex-shrink:0;
}
.author-byline-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 22%;
  transform:scale(1.4);
  transform-origin:center 25%;
}
.author-byline-text{
  flex:1;
  margin:0;
  font-size:15px;
  color:var(--text);
  line-height:1.4;
}
.author-byline-check{
  color:var(--green);
  font-weight:700;
  margin-right:4px;
}
.author-byline-date{
  margin:0;
  font-size:14px;
  color:var(--text-muted);
  white-space:nowrap;
}
.author-byline-date strong{
  color:var(--navy);
  font-weight:600;
}
@media (max-width:560px){
  .author-byline{
    gap:14px;
    padding:14px 0;
  }
  .author-byline-text{font-size:14px;flex:1 1 100%;order:2}
  .author-byline-date{font-size:13px;flex:1 1 100%;order:3;padding-left:76px}
}
.ranking-intro{
  background:transparent;
  padding:0;
  margin:0 0 36px;
  border:none;
}
.ranking-intro p{
  font-size:16px;
  line-height:1.75;
  margin:0 0 24px;
  color:var(--text);
}
.ranking-list{
  margin:0 0 0 40px;
  padding:0;
  list-style:decimal;
}
.ranking-list li{
  padding:4px 0;
  font-size:16px;
  line-height:1.6;
  color:var(--text);
}
.ranking-list a{
  color:var(--navy);
  font-weight:700;
  text-decoration:underline;
  text-decoration-color:currentColor;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
  transition:color .15s ease;
}
.ranking-list a:hover{
  color:var(--orange);
}
.focus{
  background:var(--bg-card);
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:32px 30px;
  margin-bottom:40px;
  box-shadow:var(--shadow);
  transition:box-shadow .2s ease,transform .2s ease;
  scroll-margin-top:90px;
}
.section,
.faq-item{scroll-margin-top:90px}
.focus:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}
.focus h3{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:0;
  font-size:24px;
  flex-wrap:wrap;
}
.rank-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:48px;
  height:36px;
  padding:0 10px;
  background:linear-gradient(135deg,var(--orange) 0%,var(--orange-hover) 100%);
  color:#fff;
  font-family:Georgia,serif;
  font-weight:700;
  font-size:17px;
  border-radius:9px;
  box-shadow:0 2px 8px rgba(255,107,53,.35);
  white-space:nowrap;
}
.screenshot-wrap{
  text-align:center;
  margin:18px 0 22px;
}
.screenshot{
  display:block;
  margin:0 auto;
  width:100%;
  max-width:720px;
  height:auto;
  border-radius:var(--radius-sm);
  box-shadow:var(--shadow);
  border:1px solid var(--border);
  background:var(--bg-alt);
}
.screenshot-caption{
  margin-top:12px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:4px;
  font-size:17px;
}
.screenshot-caption strong{font-size:18px}
.stars{
  color:var(--gold);
  font-weight:700;
  letter-spacing:1px;
  font-size:15px;
}
.specs{
  width:100%;
  margin:22px 0;
  border-collapse:separate;
  border-spacing:0;
  font-size:15px;
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  border:1px solid var(--border);
}
.specs thead th{
  background:var(--navy);
  color:#fff;
  font-weight:600;
  font-size:13.5px;
  letter-spacing:.03em;
  text-transform:uppercase;
  padding:12px 18px;
  text-align:left;
  border-bottom:1px solid var(--navy-light);
}
.specs thead th:first-child{width:42%}
.specs tbody th,.specs tbody td{
  padding:13px 18px;
  text-align:left;
  border-bottom:1px solid var(--border);
  vertical-align:middle;
}
.specs tbody th{
  background:#fff;
  color:var(--navy);
  font-weight:600;
  font-size:14.5px;
}
.specs tbody td{color:var(--text);font-size:14.5px}
.specs tbody tr:nth-child(even) th,.specs tbody tr:nth-child(even) td{background:var(--bg-alt)}
.specs tbody tr:last-child th,.specs tbody tr:last-child td{border-bottom:none}
.pros-cons{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin:22px 0;
}
.pros,.cons{
  background:#fff;
  border:1px solid var(--border);
  border-left-width:4px;
  border-radius:10px;
  padding:18px 22px;
}
.pros{border-left-color:var(--green)}
.cons{border-left-color:var(--red)}
.pros h4,.cons h4{
  margin:0 0 12px;
  font-size:14px;
  font-weight:700;
  letter-spacing:.02em;
  text-transform:uppercase;
  display:flex;
  align-items:center;
  gap:8px;
}
.pros h4{color:var(--green)}
.cons h4{color:var(--red)}
.pros ul,.cons ul{
  margin:0;
  padding:0;
  list-style:none;
}
.pros li,.cons li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:14.5px;
  line-height:1.5;
  margin-bottom:10px;
  color:var(--text);
}
.li-icon{
  flex-shrink:0;
  font-size:16px;
  line-height:1.4;
  width:22px;
  display:inline-flex;
  justify-content:center;
}
.note{
  display:inline-block;
  font-size:15px;
  font-weight:700;
  margin:18px 0 0;
  padding:10px 22px;
  background:linear-gradient(135deg,var(--gold) 0%,#f5b800 100%);
  color:var(--navy);
  border-radius:8px;
  box-shadow:0 2px 8px rgba(255,200,61,.35);
}
.note strong{color:var(--navy);font-size:16px;font-weight:800}
.cta{
  display:inline-block;
  padding:14px 32px;
  border-radius:var(--radius-sm);
  font-weight:700;
  font-size:16px;
  text-decoration:none;
  text-align:center;
  letter-spacing:.01em;
  transition:all .2s ease;
  cursor:pointer;
  border:none;
}
.cta-orange{
  background:linear-gradient(135deg,var(--orange) 0%,var(--orange-hover) 100%);
  color:#fff;
  box-shadow:0 4px 14px rgba(255,107,53,.35);
}
.cta-orange:hover{
  background:linear-gradient(135deg,var(--orange-hover) 0%,#d44d18 100%);
  color:#fff;
  text-decoration:none;
  transform:translateY(-2px);
  box-shadow:0 8px 22px rgba(255,107,53,.45);
}
.cta-center{
  display:block;
  margin:30px auto 0;
  max-width:560px;
}
.focus-cta{
  display:inline-block;
  margin-top:8px;
}
.compare-wrap{
  overflow-x:auto;
  margin:24px 0;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  -webkit-overflow-scrolling:touch;
}
.compare{
  width:100%;
  min-width:760px;
  border-collapse:collapse;
  background:var(--bg-card);
  font-size:15px;
}
.compare th,.compare td{
  padding:14px 12px;
  text-align:center;
  border-bottom:1px solid var(--border);
}
.compare th{
  background:var(--navy);
  color:#fff;
  font-weight:600;
  font-size:13.5px;
  text-transform:uppercase;
  letter-spacing:.04em;
  position:sticky;
  top:0;
}
.compare tbody tr:hover{background:var(--bg-alt)}
.compare tbody tr:last-child td{border-bottom:none}
.compare .featured{
  background:linear-gradient(90deg,var(--gold-soft) 0%,#ffffff 100%);
  font-weight:600;
}
.compare .featured:hover{
  background:linear-gradient(90deg,var(--gold-soft) 0%,#fffaeb 100%);
}
.compare .featured td:first-child .rank-tag{
  background:linear-gradient(135deg,var(--gold) 0%,#f59e0b 100%);
  box-shadow:0 2px 8px rgba(255,200,61,.5);
}
.logo-mini{
  display:inline-block;
  width:90px;
  height:34px;
  object-fit:contain;
  background:#fff;
  border-radius:6px;
  border:1px solid var(--border);
  padding:2px 4px;
  vertical-align:middle;
}
.play-btn{
  display:inline-block;
  padding:8px 18px;
  background:var(--orange);
  color:#fff;
  border-radius:6px;
  font-weight:600;
  font-size:14px;
  white-space:nowrap;
  transition:all .15s ease;
}
.play-btn:hover{
  background:var(--orange-hover);
  color:#fff;
  text-decoration:none;
  transform:translateY(-1px);
}
.info-wrap{
  margin:18px 0 24px;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  border-radius:var(--radius-sm);
  box-shadow:var(--shadow-sm);
  background:var(--bg-card);
  position:relative;
}
.info-wrap::after{
  content:"→";
  position:absolute;
  right:8px;
  top:50%;
  transform:translateY(-50%);
  color:var(--text-light);
  font-size:18px;
  pointer-events:none;
  opacity:0;
  transition:opacity .2s ease;
}
@media (max-width:560px){
  .info-wrap:not(:hover)::after{opacity:.6}
}
.info{
  width:100%;
  min-width:520px;
  margin:0;
  border-collapse:collapse;
  font-size:15px;
  background:var(--bg-card);
  border-radius:var(--radius-sm);
}
table.info{margin:18px 0 24px}
.info-wrap > .info{margin:0}
.info th,.info td{
  padding:12px 16px;
  text-align:left;
  border-bottom:1px solid var(--border);
}
.info thead th{
  background:var(--navy-soft);
  color:var(--navy);
  font-weight:600;
  font-size:14.5px;
}
.info tbody tr:nth-child(odd){background:var(--bg-alt)}
.info tbody tr:last-child td{border-bottom:none}
#casino-en-ligne-retrait-rapide-methodes .info td:last-child,
#casino-en-ligne-retrait-rapide-methodes .info th:last-child{white-space:nowrap}
.faq-item{
  background:var(--bg-card);
  border:1px solid var(--border);
  border-left:4px solid var(--orange);
  border-radius:var(--radius-sm);
  padding:20px 24px;
  margin-bottom:14px;
  box-shadow:var(--shadow-sm);
}
.faq-item h3{
  margin-top:0;
  margin-bottom:10px;
  font-size:18px;
  color:var(--navy);
}
.faq-item p{margin-bottom:0;font-size:16px}
.author-card{
  max-width:var(--content);
  margin:60px auto;
  padding:28px;
  background:linear-gradient(135deg,var(--bg-alt) 0%,#ffffff 100%);
  border:1px solid var(--border);
  border-radius:var(--radius);
  display:grid;
  grid-template-columns:auto 1fr;
  gap:24px;
  align-items:flex-start;
  box-shadow:var(--shadow);
}
.author-photo-wrap{
  width:100px;
  height:100px;
  border-radius:50%;
  overflow:hidden;
  border:3px solid var(--orange);
  box-shadow:0 4px 12px rgba(255,107,53,.25);
  flex-shrink:0;
}
.author-photo{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 30%;
  transform:scale(1.1);
  transform-origin:center top;
  display:block;
}
.author-name{
  margin:0 0 4px;
  font-size:22px;
}
.author-title{
  color:var(--orange);
  font-weight:600;
  margin:0 0 12px;
  font-size:15px;
}
.author-bio{
  font-size:15.5px;
  line-height:1.6;
  color:var(--text);
  margin-bottom:10px;
}
.author-dates{
  font-size:14px;
  color:var(--text-muted);
  margin-bottom:6px;
}
.author-social{
  font-size:14.5px;
  margin:0;
}
.author-social a{font-weight:600}
.footer-new{
  background:var(--navy-dark);
  color:rgba(255,255,255,.85);
  padding:50px 24px 20px;
  margin-top:60px;
}
.footer-cols{
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:36px;
  padding-bottom:28px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.footer-col h3{
  color:var(--orange);
  margin:0 0 14px;
  font-size:14px;
}
.footer-col ul{
  list-style:none;
  padding:0;
  margin:0;
}
.footer-col li{
  margin-bottom:8px;
  font-size:14.5px;
}
.footer-col a{
  color:rgba(255,255,255,.78);
  transition:color .15s ease;
}
.footer-col a:hover{color:#fff;text-decoration:none}
.footer-legal{
  max-width:var(--max);
  margin:24px auto 0;
  font-size:13.5px;
  color:rgba(255,255,255,.78);
  text-align:center;
  line-height:1.6;
}
.footer-legal p{margin:0 0 10px}
.footer-legal strong{color:#fff}
.footer-legal a{color:var(--gold)}
.footer-legal a:hover{color:#fff}
.copyright{
  margin-top:18px !important;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.08);
  font-size:13px;
  color:rgba(255,255,255,.5);
}
.back-to-top{
  position:fixed;
  right:24px;
  bottom:24px;
  width:48px;
  height:48px;
  background:var(--orange);
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  font-weight:700;
  box-shadow:0 6px 20px rgba(255,107,53,.45);
  z-index:60;
  opacity:0;
  visibility:hidden;
  transform:translateY(20px);
  transition:all .25s ease;
}
.back-to-top.visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.back-to-top:hover{
  background:var(--orange-hover);
  color:#fff;
  text-decoration:none;
  transform:translateY(-4px);
}
@media (max-width:860px){
  body{font-size:16px;line-height:1.6}
  h1{font-size:clamp(24px,5vw,32px)}
  h2{font-size:clamp(20px,4vw,26px)}
  h3{font-size:clamp(17px,3vw,20px)}
  .site-nav{gap:14px}
  .site-nav a{font-size:13.5px}
  .header-inner{padding:12px 18px}
  .hero{padding:40px 18px 24px}
  .intro{
    font-size:16.5px;
    line-height:1.6;
    margin:24px auto 20px;
    padding:0 18px;
  }
  .focus{padding:22px 18px;margin-bottom:28px}
  .focus h3{font-size:21px;gap:10px}
  .focus-section{margin:36px auto;padding:0 16px}
  .pros-cons{grid-template-columns:1fr;gap:14px}
  .author-card{
    grid-template-columns:1fr;
    text-align:center;
    padding:22px 18px;
    margin:40px auto;
    gap:16px;
  }
  .author-photo-wrap{margin:0 auto}
  .footer-cols{grid-template-columns:1fr;gap:22px;padding-bottom:22px}
  .footer-new{padding:36px 18px 18px;margin-top:40px}
  /* ───── Specs tables : layout 1 colonne sur mobile ───── */
  .specs thead{display:block}
  .specs thead tr{
    display:block;
    background:var(--navy);
    padding:12px 18px;
    text-align:center;
  }
  .specs thead th{
    display:inline;
    background:transparent;
    color:#fff;
    border:none;
    padding:0;
    font-size:13px;
    font-weight:600;
    letter-spacing:.06em;
    text-transform:uppercase;
    text-align:center;
    width:auto;
  }
  .specs thead th:first-child::after{content:" & "}
  .specs tbody tr{
    display:block;
    padding:14px 18px;
    border-bottom:1px solid var(--border);
    background:#fff;
  }
  .specs tbody tr:nth-child(even){background:var(--bg-alt)}
  .specs tbody tr:last-child{border-bottom:none}
  .specs tbody th,
  .specs tbody td{
    display:block;
    width:100%;
    padding:0;
    border:none;
    background:transparent;
  }
  .specs tbody th{
    font-size:12px;
    color:var(--text-muted);
    text-transform:uppercase;
    letter-spacing:.06em;
    font-weight:600;
    margin-bottom:4px;
  }
  .specs tbody td{
    font-size:15px;
    color:var(--text);
    font-weight:500;
    line-height:1.45;
  }
  .section{margin:36px auto;padding:0 18px}
  .section-img{margin:12px 0 18px}
  .screenshot{max-width:100%}
  .faq-item{padding:16px 18px}
  .info{font-size:14px}
  .info th,.info td{padding:10px 12px}
  .toplist-block{padding:0 16px}
}
@media (max-width:560px){
  body{font-size:15.5px}
  .site-header{position:sticky}
  .header-inner{
    flex-direction:row;
    flex-wrap:nowrap;
    gap:8px;
    padding:14px 16px;
    justify-content:space-between;
  }
  .site-logo{font-size:20px;flex-shrink:0}
  .site-nav{display:none}
  .menu-toggle{display:flex}
  .mobile-menu:not([hidden]){display:flex}
  .hero{padding:32px 16px 14px}
  .hero h1{
    font-size:26px;
    line-height:1.2;
    padding-bottom:16px;
    border-bottom:1px solid var(--border);
    margin-bottom:0;
  }
  .intro{
    font-size:15.5px;
    line-height:1.6;
    padding:0 18px;
    margin:18px auto 8px;
  }
  .toplist-block{margin:18px auto;padding:0 14px}
  .focus{
    padding:20px 16px;
    border-radius:14px;
    margin-bottom:20px;
    box-shadow:0 2px 12px rgba(13,27,61,.06);
  }
  .focus h3{
    font-size:19px;
    line-height:1.3;
    flex-direction:row;
    align-items:flex-start;
    gap:10px;
    margin-bottom:14px;
  }
  .focus-section{padding:0 14px;margin:24px auto}
  .rank-tag{
    min-width:34px;
    height:30px;
    font-size:13px;
    padding:0 8px;
    border-radius:8px;
    flex-shrink:0;
  }
  .screenshot-wrap{margin:12px 0 14px}
  .screenshot-caption{font-size:15px;gap:2px}
  .screenshot-caption strong{font-size:16px}
  .stars{font-size:14px}
  .section{margin:28px auto;padding:0 16px}
  .section h2{font-size:22px;line-height:1.25}
  .section h3{font-size:17px}
  .section p{font-size:15.5px}
  .note{padding:10px 14px;font-size:15px;border-radius:10px}
  .cta{padding:12px 22px;font-size:15px;border-radius:10px}
  .cta-center{margin:22px auto 0;max-width:100%}
  .author-name{font-size:20px}
  .author-bio{font-size:14.5px;line-height:1.55}
  .footer-new{padding:28px 16px 14px;margin-top:32px}
  .footer-col h3{font-size:13px;margin-bottom:10px}
  .footer-legal{font-size:12.5px;margin-top:18px;line-height:1.5}
  .back-to-top{right:12px;bottom:12px;width:42px;height:42px;font-size:18px}
  .compare-wrap{margin:18px -16px;border-radius:0}
}
