/* ============================================================
   Matias Nikula — section layouts
   ============================================================ */

.br-d { display: none; }
@media (min-width: 720px) { .br-d { display: inline; } }

/* ---------------- Nav ---------------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease), backdrop-filter 0.3s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav-scrolled {
  background: rgba(10, 10, 12, 0.72);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom-color: var(--border);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 9px;
  background: var(--accent); color: #fff;
  font-family: var(--font-display); font-weight: 800; font-size: 14px;
  letter-spacing: -0.03em;
}
.brand-name {
  font-family: var(--font-display); font-weight: 800; font-size: 15px;
  letter-spacing: 0.02em; color: var(--text);
}
.nav-links { display: flex; gap: 18px; overflow-x: auto; -webkit-overflow-scrolling: touch; max-width: 46vw; scrollbar-width: none; }
.nav-links::-webkit-scrollbar { display: none; }
.nav-links a {
  font-size: 13px; font-weight: 500; color: var(--text-2); text-decoration: none;
  white-space: nowrap; flex: none;
  transition: color 0.2s var(--ease);
}
.nav-links a:hover { color: var(--text); }
.nav-cta { padding: 9px 15px; font-size: 13.5px; }
@media (min-width: 900px) { .nav-links { gap: 30px; max-width: none; overflow: visible; } .nav-links a { font-size: 15px; } }
@media (min-width: 560px) { .nav-cta { padding: 11px 20px; font-size: 15px; } }
@media (max-width: 560px) { .brand-name { display: none; } }

/* ---------------- Hero ---------------- */
.hero { padding-top: clamp(120px, 16vh, 180px); text-align: center; }
.hero-inner { display: flex; flex-direction: column; align-items: center; }
.hero-title { margin-top: 22px; }
.hero-sub { margin-top: 26px; max-width: 640px; }
.hero-vsl-intro {
  margin: 40px 0 16px; font-size: 14px; color: var(--text-3);
  font-family: var(--font-mono); letter-spacing: 0.02em;
}
.vsl {
  width: 100%; max-width: 720px; cursor: pointer;
  border-radius: var(--radius);
}
.vsl-inner {
  aspect-ratio: 16 / 9; width: 100%;
  flex-direction: column; gap: 18px;
  transition: border-color 0.25s var(--ease), transform 0.25s var(--ease);
}
.vsl:hover .vsl-inner { border-color: var(--border-hi); }
.vsl-play {
  width: 76px; height: 76px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  padding-left: 5px;
  box-shadow: 0 14px 40px -10px var(--accent-glow);
  transition: transform 0.25s var(--ease), background 0.25s var(--ease);
}
.vsl:hover .vsl-play { transform: scale(1.07); background: var(--accent-hi); }
.vsl-label { position: absolute; bottom: 16px; }
.hero-cta { margin-top: 38px; }

/* ---------------- Proof bar ---------------- */
.proofbar {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg-2);
}
.proofbar-inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 10px 18px; padding-block: 22px;
}
.proofbar-item {
  font-size: 14px; color: var(--text-2); font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.04em;
}
.proofbar-sep { color: var(--accent); font-weight: 700; }

/* ---------------- Pain ---------------- */
.pain-list {
  list-style: none; margin: 52px auto 0; padding: 0;
  max-width: 760px; display: flex; flex-direction: column; gap: 4px;
}
.pain-item {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 22px 4px; border-bottom: 1px solid var(--border);
  font-size: clamp(18px, 2.1vw, 23px); font-weight: 500; color: var(--text);
  line-height: 1.4;
}
.pain-mark {
  flex: 0 0 auto; margin-top: 3px;
  width: 30px; height: 30px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  background: var(--accent-soft); color: var(--accent-hi);
  border: 1px solid rgba(74,114,255,0.25);
}

/* ---------------- Why fail ---------------- */
.whyfail-grid {
  margin-top: 54px;
  display: grid; gap: 22px;
  grid-template-columns: 1fr;
}
@media (min-width: 820px) { .whyfail-grid { grid-template-columns: repeat(3, 1fr); } }
.whyfail-card { display: flex; flex-direction: column; }
.whyfail-num {
  font-family: var(--font-mono); font-size: 13px; color: var(--accent-hi);
  letter-spacing: 0.1em; margin-bottom: 18px;
}
.whyfail-h { margin-bottom: 14px; }
.whyfail-foot {
  margin: 48px auto 0; max-width: 720px; text-align: center;
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(22px, 2.8vw, 32px); line-height: 1.18; letter-spacing: -0.02em;
}

/* ---------------- Method ---------------- */
.method-list { margin-top: 56px; max-width: 900px; margin-inline: auto; }
.method-row {
  display: grid; grid-template-columns: 88px 1fr; gap: 24px;
  padding: 36px 0; border-top: 1px solid var(--border);
}
.method-row:last-child { border-bottom: 1px solid var(--border); }
.method-k {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(34px, 4vw, 52px); color: var(--accent);
  letter-spacing: -0.03em; line-height: 1;
}
.method-body h3 { margin-bottom: 12px; }
.method-body p { max-width: 620px; }
@media (max-width: 560px) {
  .method-row { grid-template-columns: 1fr; gap: 12px; }
}

/* ---------------- Offer ---------------- */
.offer-grid {
  margin-top: 54px; display: grid; gap: 22px;
  grid-template-columns: 1fr;
}
@media (min-width: 760px) { .offer-grid { grid-template-columns: repeat(2, 1fr); } }
.offer-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.offer-media {
  aspect-ratio: 16 / 8; border: 0; border-bottom: 1px solid var(--border);
  border-radius: 0;
}
.offer-text { padding: 28px 30px 32px; }
.offer-tag {
  display: inline-block; font-family: var(--font-mono); font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.14em; color: var(--accent-hi);
  margin-bottom: 14px;
}
.offer-h { margin-bottom: 12px; }

/* ---------------- CTA band ---------------- */
.cta-band {
  background:
    radial-gradient(80% 130% at 50% 0%, var(--accent-soft), transparent 70%),
    var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding-block: clamp(60px, 8vw, 100px);
}
.cta-band-inner { text-align: center; display: flex; flex-direction: column; align-items: center; }
.cta-band-title { max-width: 680px; }

/* ---------------- Steps ---------------- */
.steps-grid {
  margin-top: 54px; display: grid; gap: 22px;
  grid-template-columns: 1fr; counter-reset: step;
}
@media (min-width: 820px) { .steps-grid { grid-template-columns: repeat(3, 1fr); } }
.step {
  position: relative; padding: 32px 28px;
  border: 1px solid var(--border); border-radius: var(--radius);
  background: linear-gradient(180deg, var(--surface) 0%, var(--bg-2) 130%);
}
.step-top { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.step-num {
  width: 40px; height: 40px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  background: var(--accent); color: #fff;
  font-family: var(--font-display); font-weight: 800; font-size: 19px;
}
.step-who {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--text-3);
}
.step-h { margin-bottom: 12px; }

/* ---------------- About ---------------- */
.about-head { max-width: 820px; }
.about-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 18px; margin: 48px 0; padding: 34px 0;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.about-stat { text-align: center; }
.about-stat:not(:last-child) { border-right: 1px solid var(--border); }
.about-stat-n {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(40px, 6vw, 72px); line-height: 1; letter-spacing: -0.03em;
}
.about-stat-l {
  margin-top: 12px; font-size: 13.5px; color: var(--text-3);
  max-width: 220px; margin-inline: auto; line-height: 1.4;
}
@media (max-width: 620px) {
  .about-stats { grid-template-columns: 1fr; gap: 0; }
  .about-stat { padding: 22px 0; }
  .about-stat:not(:last-child) { border-right: 0; border-bottom: 1px solid var(--border); }
}
.about-grid {
  display: grid; gap: 40px; grid-template-columns: 1fr; align-items: start;
}
@media (min-width: 860px) { .about-grid { grid-template-columns: 0.85fr 1fr; gap: 56px; } }
.about-portrait {
  aspect-ratio: 4 / 5; width: 100%; position: sticky; top: 90px;
  filter: grayscale(1);
}
@media (max-width: 860px) { .about-portrait { position: static; aspect-ratio: 16/10; } }
.about-story { list-style: none; margin: 0 0 28px; padding: 0; }
.about-story li {
  position: relative; padding-left: 26px; margin-bottom: 18px;
  font-size: clamp(17px, 1.7vw, 20px); color: var(--text); line-height: 1.5;
}
.about-bullet {
  position: absolute; left: 0; top: 11px;
  width: 9px; height: 9px; border-radius: 50%; background: var(--accent);
}
.about-why {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(20px, 2.3vw, 27px); line-height: 1.25; letter-spacing: -0.02em;
  padding: 24px 0; border-top: 1px solid var(--border);
}
.about-creds { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.about-cred {
  font-size: 13px; color: var(--text-2); font-weight: 500;
  background: var(--surface-2); border: 1px solid var(--border);
  border-radius: var(--radius-pill); padding: 8px 15px;
}

/* ---------------- Testimonials ---------------- */
.tms-grid {
  margin-top: 54px; display: grid; gap: 22px; grid-template-columns: 1fr;
}
@media (min-width: 820px) { .tms-grid { grid-template-columns: repeat(3, 1fr); } }
.tm-card { display: flex; flex-direction: column; }
.tm-media {
  aspect-ratio: 4 / 5; margin: -32px -32px 24px; border-radius: 0;
  border: 0; border-bottom: 1px solid var(--border);
  border-top-left-radius: var(--radius); border-top-right-radius: var(--radius);
  position: relative; overflow: hidden; flex: none; width: calc(100% + 64px);
}
.tm-media img { position: absolute; inset: 0; }
.tm-id { display: flex; align-items: baseline; gap: 10px; }
.tm-name { font-family: var(--font-display); font-weight: 800; font-size: 22px; }
.tm-age { font-family: var(--font-mono); font-size: 13px; color: var(--text-3); }
.tm-before { color: var(--text-2); font-size: 15px; margin: 10px 0 20px; line-height: 1.45; }
.tm-results { list-style: none; margin: 0; padding: 0; }
.tm-results li {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 13px 0; border-top: 1px solid var(--border);
}
.tm-r-label { font-size: 14px; color: var(--text-3); }
.tm-r-val {
  font-family: var(--font-display); font-weight: 800; font-size: 16px;
  color: var(--text); text-align: right; letter-spacing: -0.01em;
}

/* ---------------- Pricing ---------------- */
.price-card {
  margin: 54px auto 0; max-width: 920px;
  background: linear-gradient(180deg, var(--surface) 0%, var(--bg-2) 140%);
  border: 1px solid var(--border-hi); border-radius: var(--radius);
  padding: clamp(26px, 4vw, 44px);
  box-shadow: 0 40px 90px -50px var(--accent-glow);
}
.price-toggle {
  display: inline-flex; padding: 5px; gap: 4px;
  background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-pill);
  margin-bottom: 34px;
}
.price-toggle-btn {
  border: 0; background: transparent; cursor: pointer;
  font-family: var(--font-body); font-weight: 600; font-size: 15px;
  color: var(--text-3); padding: 9px 22px; border-radius: var(--radius-pill);
  transition: background 0.2s var(--ease), color 0.2s var(--ease);
}
.price-toggle-btn.on { background: var(--accent); color: #fff; }
.price-main {
  display: grid; grid-template-columns: 1fr; gap: 36px; align-items: center;
}
@media (min-width: 760px) { .price-main { grid-template-columns: 0.9fr 1.1fr; gap: 48px; } }
.price-plan {
  font-family: var(--font-mono); font-size: 12px; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--accent-hi);
}
.price-amount { display: flex; align-items: baseline; gap: 10px; margin: 14px 0 4px; }
.price-num {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(52px, 8vw, 80px); line-height: 1; letter-spacing: -0.03em;
}
.price-unit { font-size: 18px; color: var(--text-3); font-weight: 500; }
.price-note { color: var(--text-2); font-size: 15px; }
.price-cta { margin-top: 26px; }
.price-list { list-style: none; margin: 0; padding: 0; }
.price-list li {
  display: flex; align-items: flex-start; gap: 13px;
  padding: 13px 0; border-top: 1px solid var(--border);
  font-size: 16px; color: var(--text); line-height: 1.4;
}
.price-list li:first-child { border-top: 0; padding-top: 0; }
.price-check {
  flex: 0 0 auto; margin-top: 1px;
  width: 24px; height: 24px; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  background: var(--accent-soft); color: var(--accent-hi);
}
.price-disclaimer {
  margin: 26px auto 0; max-width: 620px; text-align: center;
  font-size: 14px; color: var(--text-3);
}

/* ---------------- Guarantee ---------------- */
.guarantee-card {
  text-align: center; padding: clamp(36px, 6vw, 64px) clamp(24px, 5vw, 56px);
  border: 1px solid var(--border-hi); border-radius: var(--radius);
  background:
    radial-gradient(90% 130% at 50% 0%, var(--accent-soft), transparent 65%),
    linear-gradient(180deg, var(--surface) 0%, var(--bg-2) 130%);
  display: flex; flex-direction: column; align-items: center;
}
.guarantee-h { margin: 22px 0 18px; }
.guarantee-card .lead { max-width: 600px; }
.guarantee-flag {
  margin-top: 22px; font-family: var(--font-mono); font-size: 12px;
  color: var(--text-faint); letter-spacing: 0.02em;
}

/* ---------------- FAQ ---------------- */
.faq-list { margin-top: 44px; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%; background: transparent; border: 0; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 26px 4px; text-align: left;
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(17px, 2vw, 21px); color: var(--text); letter-spacing: -0.015em;
  line-height: 1.3;
}
.faq-icon {
  flex: 0 0 auto; color: var(--accent-hi);
  transition: transform 0.3s var(--ease), color 0.2s var(--ease);
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-q:hover { color: var(--accent-hi); }
.faq-a-wrap {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s var(--ease);
}
.faq-item.open .faq-a-wrap { grid-template-rows: 1fr; }
.faq-a { overflow: hidden; }
.faq-a p { margin: 0 0 26px; max-width: 660px; font-size: 16.5px; line-height: 1.6; }

/* ---------------- Closing ---------------- */
.closing {
  text-align: center;
  background:
    radial-gradient(70% 90% at 50% 100%, var(--accent-soft), transparent 70%),
    var(--bg);
}
.closing-inner { display: flex; flex-direction: column; align-items: center; }
.closing-mark {
  width: 52px; height: 52px; border-radius: 13px; font-size: 20px; margin-bottom: 30px;
}
.closing-title { margin-top: 4px; }

/* ---------------- Footer ---------------- */
.footer { border-top: 1px solid var(--border); padding-block: 36px; background: var(--bg-2); }
.footer-inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 16px;
}
.footer-brand { font-family: var(--font-display); font-weight: 800; letter-spacing: 0.02em; font-size: 15px; }
.footer-copy { font-size: 13.5px; color: var(--text-3); }
.footer-links { display: flex; gap: 20px; }
.footer-links a { font-size: 13.5px; color: var(--text-3); text-decoration: none; transition: color 0.2s var(--ease); }
.footer-links a:hover { color: var(--text); }
@media (max-width: 620px) { .footer-inner { flex-direction: column; align-items: flex-start; } }
