
:root{
  --bg:#f4f5f1;
  --panel:#ffffff;
  --ink:#07111f;
  --muted:#5f6a78;
  --line:#d9ddd5;
  --soft:#eef1ec;
  --lime:#e2fb72;
  --lime-2:#d9ff4f;
  --black:#15191f;
  --radius:0;
  --shadow:0 18px 55px rgba(7,17,31,.08);
  --max:1180px;
}

/* =========================
   BASE
========================= */

*,
*::before,
*::after{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
  max-width:100%;
  overflow-x:hidden;
}

body{
  margin:0;
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  background:var(--bg);
  color:var(--ink);
  font-family:Inter,Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.65;
}

a{
  color:inherit;
  text-decoration:none;
}

img,
svg,
video,
iframe{
  max-width:100%;
  height:auto;
}

button,
input,
textarea,
select{
  font:inherit;
}

.container{
  width:min(var(--max),calc(100% - 32px));
  margin-inline:auto;
  min-width:0;
}

/* prevent grid/flex children from forcing overflow */
.hero-grid > *,
.content-grid > *,
.bonus-grid > *,
.footer-grid > *,
.header-inner > *,
.toc > *{
  min-width:0;
}

/* prevent long content from breaking viewport */
.text-card,
.info-card,
.author-card,
.bonus-card,
.hero-main,
.hero-stat{
  min-width:0;
  max-width:100%;
}

.text-card p,
.text-card li,
.text-card h1,
.text-card h2,
.text-card h3,
.bonus-offer,
.brand-name,
.meta-row,
.faq p,
.faq summary{
  overflow-wrap:break-word;
  word-break:normal;
}

/* =========================
   ACCESSIBILITY
========================= */

.skip-link{
  position:absolute;
  left:-999px;
  top:12px;
  background:#fff;
  padding:10px 14px;
  border:1px solid var(--line);
  z-index:99;
}

.skip-link:focus{
  left:12px;
}

/* =========================
   HEADER
========================= */

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(244,245,241,.92);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);
}

.header-inner{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:76px;
  gap:20px;
}

.logo{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  font-weight:900;
  letter-spacing:-.04em;
  font-size:21px;
}

.logo-mark{
  flex:0 0 auto;
  width:42px;
  height:42px;
  background:var(--black);
  color:var(--lime);
  display:grid;
  place-items:center;
  font-size:21px;
  box-shadow:inset 0 0 0 1px #2d3239;
}

.logo-text{
  min-width:0;
}

.logo-text small{
  display:block;
  font-size:9px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--muted);
  font-weight:800;
  margin-top:-2px;
}

.nav-toggle{
  display:none;
  flex:0 0 auto;
  background:var(--black);
  color:#fff;
  border:0;
  width:46px;
  height:42px;
  font-size:24px;
  cursor:pointer;
}

.main-nav{
  display:flex;
  align-items:center;
  gap:6px;
}

.main-nav a{
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
  padding:12px 14px;
  border:1px solid transparent;
}

.main-nav a:hover{
  border-color:var(--line);
  background:#fff;
}

/* =========================
   HERO
========================= */

.hero{
  padding:26px 0 34px;
}

.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,2fr) minmax(260px,.95fr);
  gap:28px;
}

.hero-main,
.hero-stat{
  min-height:295px;
  border:1px solid var(--line);
}

.hero-main{
  background:#fff;
  padding:44px 48px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.eyebrow{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  background:var(--lime);
  padding:7px 12px;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:900;
  margin:0 0 22px;
}

.hero h1{
  font-size:clamp(38px,5vw,68px);
  line-height:.98;
  letter-spacing:-.07em;
  margin:0 0 22px;
}

.hero p{
  max-width:720px;
  margin:0;
  color:var(--muted);
  font-weight:700;
}

.hero-stat{
  background:var(--lime);
  padding:48px 36px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.hero-stat strong{
  font-size:54px;
  line-height:1;
  letter-spacing:-.08em;
}

.hero-stat span{
  font-weight:900;
  max-width:260px;
}

/* =========================
   TRUST STRIP
========================= */

.trust-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border:1px solid var(--line);
  background:#fff;
  margin-top:20px;
}

.trust-strip div{
  min-width:0;
  padding:16px 18px;
  border-right:1px solid var(--line);
  font-weight:900;
  font-size:13px;
}

.trust-strip div:last-child{
  border-right:0;
}

.trust-strip small{
  display:block;
  color:var(--muted);
  font-weight:700;
  margin-top:3px;
}

/* =========================
   SECTIONS
========================= */

.section{
  padding:38px 0;
}

.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:24px;
}

.section-head h2{
  font-size:clamp(28px,3.2vw,46px);
  line-height:1.05;
  letter-spacing:-.055em;
  margin:0;
}

.section-note{
  font-size:12px;
  color:var(--muted);
  max-width:420px;
  text-align:right;
  font-weight:700;
}

/* =========================
   BONUS GRID
========================= */

.bonus-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}

.bonus-card{
  width:100%;
  background:#fff;
  border:1px solid #cfd4cc;
  padding:26px 24px;
  position:relative;
  transition:.18s ease;
  box-shadow:0 0 0 rgba(0,0,0,0);
}

.bonus-card:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow);
}

.card-top{
  display:grid;
  grid-template-columns:40px 58px minmax(0,1fr);
  gap:14px;
  align-items:center;
  margin-bottom:20px;
}

.card-top > div:last-child{
  min-width:0;
}

.rank{
  border:1px solid var(--line);
  height:40px;
  display:grid;
  place-items:center;
  font-size:11px;
  font-weight:800;
  color:var(--muted);
}

.brand-logo{
  height:48px;
  width:58px;
  background:var(--black);
  color:#fff;
  display:grid;
  place-items:center;
  font-size:14px;
  font-weight:950;
  letter-spacing:-.04em;
}

.brand-name{
  font-size:22px;
  line-height:1.05;
  margin:0;
  font-weight:950;
  letter-spacing:-.045em;
}

.brand-label{
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:var(--muted);
  font-weight:800;
  margin-top:6px;
}

.bonus-offer{
  background:#f6f8f3;
  border-left:4px solid var(--lime-2);
  padding:17px 16px;
  font-size:16px;
  font-weight:950;
  line-height:1.35;
  min-height:78px;
  display:flex;
  align-items:center;
}

.meta{
  border-top:1px solid var(--line);
  margin-top:16px;
}

.meta-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border-bottom:1px solid var(--line);
  padding:12px 0;
  font-size:13px;
}

.meta-row > *{
  min-width:0;
}

.meta-row span:first-child{
  color:var(--muted);
  font-weight:800;
}

.meta-row strong{
  font-weight:950;
}

.code-pill{
  display:inline-flex;
  align-items:center;
  gap:7px;
  border:0;
  background:var(--lime);
  font-size:11px;
  font-weight:950;
  padding:8px 9px;
  cursor:pointer;
}

.code-pill svg{
  width:13px;
  height:13px;
}

.code-empty{
  font-size:12px;
  color:var(--muted);
  font-weight:800;
}

.cta{
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  margin-top:18px;
  min-height:54px;
  padding:10px 14px;
  background:var(--black);
  color:#fff;
  font-weight:950;
  font-size:14px;
  text-align:center;
  transition:.18s ease;
  position:relative;
  overflow:hidden;
}

.cta::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(226,251,114,.35),
    transparent
  );
  transform:translateX(-100%);
  transition:.35s ease;
}

.cta:hover::before{
  transform:translateX(100%);
}

.cta:hover{
  background:#000;
  color:var(--lime);
}

/* =========================
   TABLE OF CONTENTS
========================= */

.toc{
  background:#fff;
  border:1px solid var(--line);
  padding:28px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,2fr);
  gap:24px;
}

.toc h2{
  margin:0;
  font-size:31px;
  line-height:1.05;
  letter-spacing:-.05em;
}

.toc ol{
  margin:0;
  padding-left:22px;
  columns:2;
}

.toc a{
  font-weight:800;
  border-bottom:2px solid var(--lime);
}

/* =========================
   CONTENT
========================= */

.content-grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);
  gap:24px;
  align-items:start;
}

.text-card,
.info-card,
.author-card,
.faq details,
.legal-card{
  background:#fff;
  border:1px solid var(--line);
  padding:30px;
}

.text-card h1{
  line-height:1.08;
  letter-spacing:-.05em;
}

.text-card h2,
.info-card h2,
.author-card h2,
.faq h2{
  font-size:34px;
  line-height:1.1;
  letter-spacing:-.05em;
  margin:0 0 18px;
}

.text-card h3{
  font-size:23px;
  line-height:1.15;
  letter-spacing:-.035em;
  margin:26px 0 10px;
}

.placeholder{
  background:#f6f8f3;
  border:1px dashed #b8c0b2;
  padding:18px;
  color:#69717b;
  font-weight:700;
}

.styled-list{
  padding-left:22px;
}

.styled-list li{
  margin:8px 0;
}

/* =========================
   RESPONSIVE TABLES
========================= */

.compare-table{
  display:block;
  width:100%;
  max-width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  border-collapse:collapse;
  background:#fff;
  border:1px solid var(--line);
  font-size:14px;
}

.compare-table thead,
.compare-table tbody{
  width:100%;
}

.compare-table tr{
  width:100%;
}

.compare-table th,
.compare-table td{
  border-bottom:1px solid var(--line);
  padding:14px;
  text-align:left;
  vertical-align:top;
}

.compare-table th{
  background:var(--black);
  color:#fff;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.compare-table tr:nth-child(even) td{
  background:#f8f9f6;
}

/* =========================
   INFO CARD
========================= */

.info-card{
  background:var(--lime);
}

.info-card h3{
  margin-top:0;
}

/* =========================
   FAQ
========================= */

.faq-list{
  display:grid;
  gap:12px;
}

.faq details{
  padding:0;
}

.faq summary{
  cursor:pointer;
  list-style:none;
  padding:20px 24px;
  font-weight:950;
  font-size:17px;
}

.faq summary::-webkit-details-marker{
  display:none;
}

.faq summary::after{
  content:"+";
  float:right;
  margin-left:16px;
  font-size:22px;
}

.faq details[open] summary::after{
  content:"–";
}

.faq details p{
  margin:0;
  padding:0 24px 22px;
  color:var(--muted);
  font-weight:700;
}

/* =========================
   AUTHOR
========================= */

.author-inner{
  display:grid;
  grid-template-columns:105px minmax(0,1fr);
  gap:22px;
  align-items:center;
}

.author-photo{
  width:105px;
  height:105px;
  background:var(--black);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--lime);
  font-size:42px;
  font-weight:950;
}

.author-card h3{
  font-size:26px;
  margin:0 0 6px;
  letter-spacing:-.04em;
}

.author-card p{
  margin:5px 0;
  color:var(--muted);
  font-weight:700;
}

/* =========================
   FOOTER
========================= */

.site-footer{
  background:var(--black);
  color:#fff;
  margin-top:50px;
  padding:34px 0;
}

.footer-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:start;
}

.footer-links{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}

.footer-links a{
  color:#fff;
  font-weight:800;
  border-bottom:1px solid rgba(226,251,114,.6);
}

.disclaimer{
  color:#c9cdd2;
  margin:10px 0 0;
  font-weight:700;
  font-size:14px;
}

/* =========================
   TOAST
========================= */

.toast{
  position:fixed;
  right:20px;
  bottom:20px;
  max-width:calc(100% - 40px);
  background:var(--black);
  color:#fff;
  padding:12px 16px;
  font-weight:900;
  opacity:0;
  transform:translateY(12px);
  pointer-events:none;
  transition:.2s ease;
  z-index:100;
}

.toast.show{
  opacity:1;
  transform:translateY(0);
}

/* =========================
   TABLET
========================= */

@media (max-width:920px){

  .hero-grid,
  .bonus-grid,
  .content-grid,
  .toc{
    grid-template-columns:minmax(0,1fr);
  }

  .hero-main,
  .hero-stat{
    min-height:auto;
  }

  .hero-main{
    padding:34px 28px;
  }

  .hero-stat{
    padding:30px 28px;
  }

  .trust-strip{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .trust-strip div:nth-child(2){
    border-right:0;
  }

  .trust-strip div:nth-child(1),
  .trust-strip div:nth-child(2){
    border-bottom:1px solid var(--line);
  }

  .section-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .section-note{
    text-align:left;
  }

  .toc ol{
    columns:1;
  }

  .footer-grid{
    grid-template-columns:minmax(0,1fr);
  }

  .nav-toggle{
    display:block;
  }

  .main-nav{
    position:absolute;
    left:0;
    right:0;
    top:calc(100% + 10px);
    background:#fff;
    border:1px solid var(--line);
    box-shadow:var(--shadow);
    display:none;
    flex-direction:column;
    padding:12px;
  }

  .main-nav.is-open{
    display:flex;
  }

  .main-nav a{
    width:100%;
    text-align:center;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width:560px){

  .container{
    width:calc(100% - 22px);
    max-width:var(--max);
  }

  .header-inner{
    min-height:66px;
    gap:12px;
  }

  .logo{
    font-size:18px;
    gap:9px;
  }

  .logo-mark{
    width:36px;
    height:36px;
    font-size:18px;
  }

  .logo-text small{
    font-size:8px;
    letter-spacing:.13em;
  }

  .nav-toggle{
    width:42px;
    height:40px;
  }

  .hero{
    padding-top:14px;
  }

  .hero-main{
    padding:24px 20px;
  }

  .hero h1{
    font-size:clamp(34px,12vw,42px);
  }

  .hero p{
    font-size:14px;
  }

  .hero-stat{
    padding:25px 20px;
  }

  .hero-stat strong{
    font-size:42px;
  }

  .trust-strip{
    grid-template-columns:minmax(0,1fr);
  }

  .trust-strip div{
    border-right:0 !important;
    border-bottom:1px solid var(--line);
  }

  .trust-strip div:last-child{
    border-bottom:0;
  }

  .section{
    padding:27px 0;
  }

  .section-head h2{
    font-size:30px;
  }

  .bonus-card{
    padding:20px 16px;
  }

  .card-top{
    grid-template-columns:36px 48px minmax(0,1fr);
    gap:10px;
  }

  .rank{
    height:36px;
  }

  .brand-logo{
    height:42px;
    width:48px;
  }

  .brand-name{
    font-size:19px;
  }

  .bonus-offer{
    font-size:14px;
    min-height:auto;
  }

  .meta-row{
    font-size:12px;
  }

  .meta-row span:first-child{
    flex:1 1 auto;
  }

  .meta-row strong,
  .code-empty{
    flex:0 1 auto;
    text-align:right;
  }

  .text-card,
  .info-card,
  .author-card{
    width:100%;
    max-width:100%;
    padding:22px 18px;
  }

  .text-card h1{
    font-size:clamp(30px,10vw,40px);
  }

  .text-card h2,
  .info-card h2,
  .author-card h2,
  .faq h2{
    font-size:28px;
  }

  .text-card h3{
    font-size:21px;
  }

  .toc{
    padding:22px 18px;
  }

  .toc h2{
    font-size:27px;
  }

  .compare-table{
    width:100%;
    max-width:100%;
    overflow-x:auto;
    font-size:12px;
  }

  .compare-table th,
  .compare-table td{
    min-width:110px;
    padding:10px;
  }

  .faq summary{
    padding:18px;
    font-size:15px;
  }

  .faq details p{
    padding:0 18px 18px;
  }

  .author-inner{
    grid-template-columns:minmax(0,1fr);
    text-align:left;
  }

  .author-photo{
    width:88px;
    height:88px;
    font-size:34px;
  }

  .footer-links{
    display:grid;
    gap:10px;
  }
}

/* =========================
   VERY SMALL MOBILE
========================= */

@media (max-width:380px){

  .container{
    width:calc(100% - 16px);
  }

  .logo{
    font-size:16px;
  }

  .logo-text small{
    display:none;
  }

  .hero-main{
    padding:22px 16px;
  }

  .hero h1{
    font-size:34px;
  }

  .bonus-card{
    padding:18px 14px;
  }

  .card-top{
    grid-template-columns:34px 44px minmax(0,1fr);
    gap:8px;
  }

  .brand-logo{
    width:44px;
    height:40px;
  }

  .brand-name{
    font-size:17px;
  }

  .meta-row{
    gap:8px;
  }

  .text-card,
  .info-card,
  .author-card{
    padding:19px 15px;
  }
}