/* ==========================================================================
   Reyuko — landing page (index.html) only
   Layered on top of assets/style.css; reuses its tokens (--accent, --stroke…).
   Kept in its own file so the shared stylesheet's cache is never in the way.
   ========================================================================== */

/* ── Hero additions ──────────────────────────────────────────────────────── */
.claim-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255, 193, 7, 0.16);
  border: 1px solid rgba(255, 193, 7, 0.42);
  color: #FFD54A;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.02em;
  padding: 6px 14px; border-radius: 999px; margin-bottom: 20px;
}
.claim-badge svg { width: 14px; height: 14px; }

.hero .proof-line {
  margin: 18px 0 0; font-size: 14.5px; line-height: 1.7;
  color: rgba(255, 255, 255, 0.78); max-width: 620px;
}
.hero .proof-line b { color: #fff; font-weight: 700; }

.platform-line {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px;
  margin: 22px 0 0; font-size: 13.5px; color: rgba(255, 255, 255, 0.72);
}
.platform-line .pl-item { display: inline-flex; align-items: center; gap: 7px; }
.platform-line svg { width: 15px; height: 15px; opacity: 0.85; }

/* ── Stat strip ──────────────────────────────────────────────────────────── */
.stat-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--stroke); border: 1px solid var(--stroke);
  border-radius: var(--radius); overflow: hidden; margin-top: -34px;
  position: relative; z-index: 3; box-shadow: 0 12px 40px rgba(14, 63, 163, 0.13);
}
.stat-cell { background: var(--bg-card); padding: 24px 20px; text-align: center; }
.stat-cell .n {
  font-size: 32px; font-weight: 800; color: var(--accent-dark);
  line-height: 1.1; letter-spacing: -0.02em;
}
.stat-cell .l {
  font-size: 12.5px; color: var(--text-secondary);
  margin-top: 7px; line-height: 1.5;
}

/* ── Section kicker + lead ───────────────────────────────────────────────── */
.kicker {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 11.5px; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 14px;
}
.kicker .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); }
.lead-arg {
  font-size: 17px; line-height: 1.72; color: var(--text-secondary);
  max-width: 760px; margin: 0 0 26px;
}
.lead-arg b, .lead-arg strong { color: var(--text-primary); font-weight: 700; }

/* ── Cost-of-stack table ─────────────────────────────────────────────────── */
.stack-table {
  width: 100%; border-collapse: collapse; font-size: 14.5px;
  background: var(--bg-card); border: 1px solid var(--stroke);
  border-radius: var(--radius); overflow: hidden;
}
.stack-table th, .stack-table td {
  padding: 13px 18px; text-align: left; border-bottom: 1px solid var(--stroke);
}
.stack-table thead th {
  font-size: 11.5px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text-tertiary); background: #F7F9FD;
}
.stack-table td.amt { text-align: right; font-variant-numeric: tabular-nums; font-weight: 600; }
.stack-table tr.total td {
  border-bottom: none; font-weight: 800; color: var(--text-primary);
  background: #F7F9FD; font-size: 15.5px;
}
.stack-table tr.reyuko td {
  background: rgba(42, 111, 219, 0.06);
  border-top: 2px solid var(--accent); font-weight: 700;
}
.stack-table tr.reyuko td.amt { color: var(--accent-dark); }

/* ── "The nine" grid ─────────────────────────────────────────────────────── */
.nine-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px; margin-top: 30px;
}
.nine-card {
  background: var(--bg-card); border: 1px solid var(--stroke);
  border-radius: var(--radius); padding: 22px 22px 20px;
  display: flex; flex-direction: column; position: relative;
}
.nine-card .alone {
  align-self: flex-start;
  background: var(--yellow); color: #16243B;
  font-size: 10px; font-weight: 800; letter-spacing: 0.06em;
  padding: 3px 9px; border-radius: 999px; margin-bottom: 12px;
  text-transform: uppercase;
}
.nine-card h3 { margin: 0 0 8px; font-size: 17px; line-height: 1.32; }
.nine-card p { margin: 0; font-size: 14.5px; line-height: 1.62; color: var(--text-secondary); }
.nine-card .vs {
  margin-top: 14px; padding-top: 13px; border-top: 1px dashed var(--stroke);
  font-size: 13px; line-height: 1.55; color: var(--text-tertiary);
}
.nine-card .vs b { color: var(--text-secondary); font-weight: 650; }

/* ── Screenshot tour ─────────────────────────────────────────────────────── */
.tour-tabs {
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
  margin: 0 0 26px;
}
.tour-tab {
  border: 1px solid var(--stroke); background: var(--bg-card);
  color: var(--text-secondary); font: inherit; font-size: 13.5px; font-weight: 600;
  padding: 9px 16px; border-radius: 999px; cursor: pointer;
  transition: background .15s, color .15s, border-color .15s;
}
.tour-tab:hover { border-color: var(--accent); color: var(--accent); }
.tour-tab[aria-selected="true"] {
  background: var(--accent); border-color: var(--accent); color: #fff;
}
.tour-panel { display: none; }
.tour-panel.active { display: block; }
.tour-panel .shot-frame img { width: 100%; }
.tour-meta { text-align: center; margin-top: 16px; }
.tour-meta h3 { margin: 0 0 6px; font-size: 19px; }
.tour-meta p {
  margin: 0 auto; max-width: 640px; font-size: 14.5px;
  line-height: 1.65; color: var(--text-secondary);
}

/* ── Honest limits ───────────────────────────────────────────────────────── */
.limits-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px; margin-top: 28px;
}
.limit-card {
  background: var(--bg-card); border: 1px solid var(--stroke);
  border-left: 3px solid var(--yellow-dark);
  border-radius: var(--radius); padding: 20px 20px 18px;
}
.limit-card h4 { margin: 0 0 7px; font-size: 15.5px; }
.limit-card p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--text-secondary); }
.limit-card .price {
  display: inline-block; margin-top: 11px;
  font-size: 12.5px; font-weight: 700; color: var(--accent-dark);
  background: rgba(42, 111, 219, 0.09); padding: 3px 10px; border-radius: 999px;
}

/* ── FAQ ─────────────────────────────────────────────────────────────────── */
.faq-list { max-width: 800px; margin: 28px auto 0; }
.faq-item {
  background: var(--bg-card); border: 1px solid var(--stroke);
  border-radius: var(--radius); margin-bottom: 12px; overflow: hidden;
}
.faq-item summary {
  cursor: pointer; list-style: none; padding: 17px 22px;
  font-size: 16px; font-weight: 650; color: var(--text-primary);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: ""; flex: none; width: 9px; height: 9px;
  border-right: 2px solid var(--text-tertiary); border-bottom: 2px solid var(--text-tertiary);
  transform: rotate(45deg); transition: transform .18s; margin-top: -4px;
}
.faq-item[open] summary::after { transform: rotate(-135deg); margin-top: 3px; }
.faq-item .a {
  padding: 0 22px 19px; font-size: 15px; line-height: 1.7; color: var(--text-secondary);
}
.faq-item .a p { margin: 0 0 11px; }
.faq-item .a p:last-child { margin-bottom: 0; }

/* ── Country strip ───────────────────────────────────────────────────────── */
.country-strip {
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
  max-width: 860px; margin: 26px auto 0;
}
.country-chip {
  background: var(--bg-card); border: 1px solid var(--stroke);
  border-radius: 999px; padding: 6px 14px;
  font-size: 13px; font-weight: 600; color: var(--text-secondary);
}

/* ── Source note ─────────────────────────────────────────────────────────── */
.source-note {
  font-size: 12.5px; line-height: 1.65; color: var(--text-tertiary);
  max-width: 780px; margin: 22px auto 0; text-align: center;
}

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 860px) {
  .stat-strip { grid-template-columns: repeat(2, 1fr); margin-top: 24px; }
  .stat-cell .n { font-size: 27px; }
}
@media (max-width: 560px) {
  .stat-strip { grid-template-columns: 1fr 1fr; }
  .tour-tab { font-size: 12.5px; padding: 8px 13px; }
  .stack-table th, .stack-table td { padding: 11px 12px; font-size: 13.5px; }
}

/* Hero line break is a desktop typographic choice; let it wrap naturally on
   small screens, where the forced break lands mid-phrase. */
@media (max-width: 700px) {
  .hero h1 br.dk-break { display: none; }
}

/* `.btn-secondary` in style.css is built for the dark hero (white text on a
   translucent white fill). On a light section it renders white-on-white, so the
   light-background CTA uses its own outline variant. */
.btn-outline {
  background: var(--bg-card);
  color: var(--accent-dark);   /* --accent is 4.18:1 on white, under AA */
  border: 1px solid var(--accent);
}
.btn-outline:hover { background: #EDF4FF; text-decoration: none; }

/* 12.5px on the tinted `.alt` background measured 4.16:1 — just under AA. */
.source-note { color: var(--text-secondary); }

/* ── "Effortless" — level ladder ─────────────────────────────────────────── */
.level-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px; margin-top: 30px;
}
.level-card {
  background: var(--bg-card); border: 1px solid var(--stroke);
  border-radius: var(--radius); padding: 24px 22px 22px;
  display: flex; flex-direction: column; position: relative;
}
.level-card .lvl {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 12px;
}
.level-card .lvl .num {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 11.5px; letter-spacing: 0;
}
.level-card h3 { margin: 0 0 8px; font-size: 18px; line-height: 1.3; }
.level-card p { margin: 0; font-size: 14.5px; line-height: 1.62; color: var(--text-secondary); }
.level-card .who {
  margin-top: 14px; padding-top: 13px; border-top: 1px dashed var(--stroke);
  font-size: 13px; color: var(--text-secondary);
}
.level-card .who b { color: var(--text-primary); font-weight: 650; }

.day-one { display: grid; grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); gap: 26px 40px; margin-top: 36px; }
.day-one .d { display: flex; gap: 13px; align-items: flex-start; }
.day-one .d .ic {
  flex: none; width: 34px; height: 34px; border-radius: 9px;
  background: #EDF4FF; color: var(--accent);
  display: flex; align-items: center; justify-content: center;
}
.day-one .d .ic svg { width: 17px; height: 17px; }
.day-one .d h4 { margin: 0 0 4px; font-size: 15px; }
.day-one .d p { margin: 0; font-size: 14px; line-height: 1.58; color: var(--text-secondary); }
