/* Forge — landing page styles */

.landing {
  background: oklch(97% 0.008 90);
  color: oklch(18% 0.005 330);
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
}

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

.landing ::selection {
  background: oklch(46% 0.13 330);
  color: oklch(97% 0.008 90);
}

.landing a { color: inherit; }
.landing a.btn-cta { color: oklch(99% 0.004 330); }
.landing em { font-style: italic; color: oklch(46% 0.13 330); }
.landing strong { font-weight: 600; color: oklch(18% 0.005 330); }

/* Layout primitives */
.page-container {
  max-width: 72rem;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.section {
  padding: 6rem 0;
}
.section--no-bottom { padding-bottom: 1.25rem; }
.section--receipts {
  border-top: 1px solid oklch(86% 0.010 80);
  border-bottom: 1px solid oklch(86% 0.010 80);
  background: oklch(94% 0.012 80);
  padding: 1.6rem 0;
}
.section--video { padding: 4rem 0; }
.section--telegram { padding: 5rem 0; }
.telegram-card {
  position: relative;
  max-width: 46rem;
  margin-inline: auto;
  text-align: center;
  background: oklch(94% 0.012 80);
  border: 1px solid oklch(86% 0.010 80);
  border-radius: 1.25rem;
  padding: 3rem 2rem 2.8rem;
}
.telegram-card__logo {
  display: block;
  margin: 0 auto 1.6rem;
  height: 2.2rem;
  width: auto;
}
.telegram-card__title {
  margin: 0 auto;
  max-width: 30ch;
  font-family: "Space Grotesk", "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(1.45rem, 2.8vw, 1.9rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: oklch(18% 0.005 330);
}
.telegram-card__lede {
  margin: 1rem auto 1.8rem;
  max-width: 32rem;
  font-size: 1rem;
  color: oklch(34% 0.005 330);
  line-height: 1.6;
}
.btn-cta--telegram {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}
.btn-cta__tg { flex: none; }
@media (max-width: 640px) {
  .section--telegram { padding: 3.4rem 0; }
  .telegram-card { padding: 2.4rem 1.4rem 2.2rem; border-radius: 1rem; }
  .telegram-card__logo { height: 1.9rem; margin-bottom: 1.2rem; }
}
.section--band {
  border-top: 1px solid oklch(86% 0.010 80);
  border-bottom: 1px solid oklch(86% 0.010 80);
  background: oklch(94% 0.012 80);
}
.section--faq { padding: 5.5rem 0 6rem; }
.section--dark {
  position: relative;
  overflow: hidden;
  background: oklch(18% 0.005 330);
  color: oklch(97% 0.008 90);
  padding: 6rem 0;
}
.section--dark::before {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  height: 26rem;
  width: 26rem;
  border-radius: 9999px;
  background: radial-gradient(circle, oklch(58% 0.16 330 / 0.35) 0%, oklch(18% 0.005 330 / 0) 70%);
}
.section--dark > .page-container { position: relative; z-index: 1; }

@media (max-width: 640px) {
  .section { padding: 5.5rem 0; padding-bottom: 4.5rem; }
  .section--receipts { padding: 1.1rem 0; }
  .section--faq { padding: 3.6rem 0 4.5rem; }
  .section--dark { padding: 4rem 0 4.4rem; }
  .page-container { padding-inline: 1.75rem; }
}

/* Kicker / eyebrow with leading rule */
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: oklch(46% 0.13 330);
}
.kicker::before {
  content: "";
  height: 1px;
  width: 1.4rem;
  background: oklch(46% 0.13 330);
}
@media (max-width: 640px) {
  .kicker { font-size: 0.72rem; letter-spacing: 0.06em; }
}

/* Section titles */
.section-title {
  margin: 0.9rem 0 0;
  max-width: 22ch;
  font-family: "Space Grotesk", "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: oklch(18% 0.005 330);
}
.section-title__accent { color: oklch(46% 0.13 330); }

.section-lede {
  margin: 1.5rem 0 0;
  max-width: 36rem;
  font-size: 1.1rem;
  line-height: 1.62;
  color: oklch(34% 0.005 330);
}
@media (max-width: 640px) {
  .section-title { margin-top: 0.7rem; font-size: clamp(1.95rem, 7.2vw, 2.4rem); }
  .section-lede { margin-top: 1.1rem; font-size: 1rem; }
}

/* Hero */
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 4rem;
}
@media (min-width: 980px) {
  .hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.9fr); gap: 5rem; }
}
@media (max-width: 640px) {
  .hero-grid { gap: 3.8rem; }
}

.hero-title {
  margin: 1.4rem 0 0;
  max-width: 18ch;
  font-family: "Space Grotesk", "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(2.4rem, 5.4vw, 4.2rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.035em;
  color: oklch(18% 0.005 330);
}
.hero-title__accent { color: oklch(46% 0.13 330); }
@media (max-width: 640px) {
  .hero-title { font-size: clamp(2.1rem, 8vw, 2.6rem); }
}
@media (max-width: 380px) {
  .hero-title { font-size: 2.15rem; }
}

.hero-lede {
  margin: 1.7rem 0 0;
  max-width: 34rem;
  font-size: 1.15rem;
  line-height: 1.6;
  color: oklch(34% 0.005 330);
}
@media (max-width: 640px) {
  .hero-lede { margin-top: 1.2rem; font-size: 1.04rem; }
}

.hero-cta-row {
  margin-top: 2.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
}
@media (max-width: 640px) {
  .hero-cta-row { margin-top: 1.6rem; width: 100%; flex-direction: column; align-items: stretch; gap: 0.7rem; }
}

.hero-meta {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-size: 0.86rem;
  color: oklch(54% 0.005 330);
}
.hero-meta__dot {
  display: inline-block;
  height: 5px;
  width: 5px;
  border-radius: 9999px;
  background: oklch(46% 0.13 330);
}
@media (max-width: 640px) {
  .hero-meta { gap: 0.5rem; font-size: 0.82rem; }
  .hero-meta__dot { display: none; }
}

/* CTA button */
.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  cursor: pointer;
  border-radius: 0.7rem;
  border: 1px solid transparent;
  padding: 0.95rem 1.4rem;
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  background: oklch(46% 0.13 330);
  color: oklch(99% 0.004 330);
  box-shadow: inset 0 1px 0 oklch(58% 0.16 330), 0 1px 2px oklch(15% 0 0 / 0.06);
  transition: transform 200ms ease, background 200ms ease;
}
.btn-cta:hover,
.btn-cta:focus-visible {
  transform: translateY(-1px);
  background: oklch(58% 0.16 330);
  color: oklch(99% 0.004 330);
}
.btn-cta__arrow { font-weight: 500; }

@media (max-width: 640px) {
  .btn-cta { width: 100%; justify-content: center; padding-inline: 1rem; font-size: 0.95rem; text-align: center; }
}

/* Image cards */
.figure-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid oklch(86% 0.010 80);
  background: oklch(99% 0.005 90);
  box-shadow:
    inset 0 1px 0 oklch(100% 0 0 / 0.6),
    0 24px 60px -30px oklch(20% 0 0 / 0.18),
    0 4px 12px -8px oklch(20% 0 0 / 0.06);
}
.figure-card--hero { aspect-ratio: 3 / 2; }
.figure-card--wide { aspect-ratio: 16 / 9; }
.figure-card--bundle { aspect-ratio: 4 / 3; position: sticky; top: 1.5rem; }

.figure-card picture { display: block; height: 100%; width: 100%; }
.figure-card img { display: block; height: 100%; width: 100%; object-fit: cover; }

@media (max-width: 640px) {
  .figure-card { border-radius: 1.1rem; }
  .figure-card--hero { margin-top: 0.2rem; }
  .figure-card--bundle { position: relative; top: auto; }
}

/* Receipts band */
.receipts-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  column-gap: 1rem;
  row-gap: 0.6rem;
}
.receipts-row__item {
  display: inline-flex;
  align-items: baseline;
  gap: 0.7rem;
  font-size: 0.92rem;
  color: oklch(54% 0.005 330);
}
.receipts-row__num {
  font-family: "Space Grotesk", "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: oklch(18% 0.005 330);
}
@media (max-width: 640px) {
  .receipts-row { justify-content: flex-start; column-gap: 1.2rem; row-gap: 0.5rem; }
  .receipts-row__item { gap: 0.45rem; font-size: 0.84rem; }
  .receipts-row__num { font-size: 0.95rem; }
}
@media (max-width: 380px) {
  .receipts-row { flex-direction: column; align-items: flex-start; gap: 0.4rem; }
}

/* Video section */
.video-shell {
  max-width: 56rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.video-head {
  text-align: center;
  margin-bottom: 2rem;
}
.video-head__kicker {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: oklch(46% 0.13 330);
}
.video-head__title {
  margin: 0;
  font-family: "Space Grotesk", "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: oklch(18% 0.005 330);
}
.video-frame {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid oklch(86% 0.010 80);
  box-shadow: 0 24px 60px -30px oklch(20% 0 0 / 0.18), 0 4px 12px -8px oklch(20% 0 0 / 0.06);
}
.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Split-grid (problem/solution, proof, bundle, pricing) */
.split-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
.split-grid--problem {
  margin-top: 5rem;
  border-top: 1px solid oklch(86% 0.010 80);
  padding-top: 5rem;
}
@media (min-width: 900px) {
  .split-grid--solution { grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 3.5rem; }
  .split-grid--proof { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 4.5rem; align-items: center; }
  .split-grid--pricing { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 4.5rem; }
}
@media (min-width: 960px) {
  .split-grid--bundle { grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr); gap: 4rem; }
}
@media (max-width: 640px) {
  .split-grid--problem { margin-top: 3rem; padding-top: 3rem; }
  .split-grid--solution,
  .split-grid--bundle { gap: 1.6rem; }
  .split-grid--proof { gap: 2rem; }
  .split-grid--pricing { gap: 2.2rem; }
}

/* Problem list */
.problem-list {
  margin: 2.4rem 0 0;
  max-width: 44rem;
  display: grid;
  gap: 0;
  border-top: 1px solid oklch(86% 0.010 80);
  padding-left: 2rem;
  list-style: decimal-leading-zero;
}
.problem-list::marker {
  font-family: "Space Grotesk", "Plus Jakarta Sans", system-ui, sans-serif;
}
.problem-list li {
  border-bottom: 1px solid oklch(86% 0.010 80);
  padding: 1.3rem 0 1.3rem 1.2rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: oklch(34% 0.005 330);
}
.problem-list li::marker {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: oklch(46% 0.13 330);
}
@media (max-width: 640px) {
  .problem-list { margin-top: 1.6rem; padding-left: 1.75rem; }
  .problem-list li { padding: 1rem 0 1rem 0.9rem; font-size: 0.98rem; }
}

/* Solution prose */
.prose-stack {
  margin-top: 1.5rem;
  max-width: 38rem;
  font-size: 1.1rem;
  line-height: 1.62;
  color: oklch(34% 0.005 330);
}
.prose-stack p + p { margin-top: 1.1rem; }
@media (max-width: 640px) {
  .prose-stack { margin-top: 1.1rem; font-size: 1rem; }
}

/* Proof aside */
.proof-prose {
  margin-top: 1.7rem;
  max-width: 36rem;
  font-size: 1.08rem;
  line-height: 1.66;
  color: oklch(34% 0.005 330);
}
.proof-prose p { margin: 0 0 1.2rem; }
.proof-prose p:last-child { margin-bottom: 0; }
@media (max-width: 640px) {
  .proof-prose { font-size: 1rem; }
}

.proof-aside {
  border-radius: 1.25rem;
  border: 1px solid oklch(86% 0.010 80);
  background: oklch(97% 0.008 90);
  padding: 2.4rem;
  box-shadow: 0 18px 40px -28px oklch(20% 0 0 / 0.18);
}
.proof-aside__big {
  font-family: "Space Grotesk", "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(3rem, 5.6vw, 4.2rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.035em;
  color: oklch(46% 0.13 330);
}
.proof-aside__lede {
  margin: 1rem 0 0;
  font-size: 1.02rem;
  line-height: 1.55;
  color: oklch(18% 0.005 330);
}
.proof-aside__source {
  margin: 1.4rem 0 0;
  border-top: 1px solid oklch(86% 0.010 80);
  padding-top: 1.2rem;
  font-size: 0.85rem;
  line-height: 1.5;
  color: oklch(54% 0.005 330);
}
.proof-aside__source a {
  color: oklch(46% 0.13 330);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
@media (max-width: 640px) {
  .proof-aside { border-radius: 1rem; padding: 1.7rem; }
  .proof-aside__big { font-size: 2.6rem; }
  .proof-aside__lede { font-size: 0.96rem; }
  .proof-aside__source { margin-top: 1.1rem; padding-top: 1rem; font-size: 0.82rem; }
}

/* Bundle list */
.bundle-list {
  border-top: 1px solid oklch(86% 0.010 80);
}
.bundle-row {
  display: grid;
  grid-template-columns: 3.6rem 1fr auto;
  align-items: start;
  gap: 1.4rem;
  border-bottom: 1px solid oklch(86% 0.010 80);
  padding: 1.6rem 0;
}
@media (min-width: 820px) {
  .bundle-row { align-items: center; }
}
@media (max-width: 640px) {
  .bundle-row {
    grid-template-columns: 2.8rem 1fr;
    column-gap: 1rem;
    row-gap: 0;
    padding: 1.35rem 0;
  }
}
.bundle-row__icon {
  display: flex;
  height: 3.6rem;
  width: 3.6rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.9rem;
  background: oklch(94% 0.018 330);
  font-size: 1.65rem;
}
@media (max-width: 640px) {
  .bundle-row__icon { height: 2.8rem; width: 2.8rem; align-self: flex-start; border-radius: 0.7rem; font-size: 1.35rem; }
}
.bundle-row__title {
  margin: 0 0 0.35rem;
  font-family: "Space Grotesk", "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: oklch(18% 0.005 330);
}
.bundle-row__desc {
  margin: 0;
  max-width: 34rem;
  font-size: 1rem;
  line-height: 1.6;
  color: oklch(34% 0.005 330);
}
.bundle-row__tag {
  border-radius: 9999px;
  border: 1px solid oklch(86% 0.010 80);
  padding: 0.28rem 0.75rem;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: oklch(54% 0.005 330);
}
@media (min-width: 820px) {
  .bundle-row__tag { justify-self: end; }
}
@media (max-width: 640px) {
  .bundle-row__title { margin-bottom: 0; font-size: 1.18rem; }
  .bundle-row__desc { grid-column-start: 2; margin-top: 0.55rem; font-size: 0.96rem; }
  .bundle-row__tag { grid-column-start: 2; margin-top: 0.75rem; justify-self: flex-start; padding: 0.24rem 0.6rem; font-size: 0.7rem; }
}

/* FAQ */
.faq-head { margin-bottom: 2.6rem; max-width: 38rem; }
@media (max-width: 640px) { .faq-head { margin-bottom: 1.6rem; } }

.faq-list {
  max-width: 50rem;
  border-top: 1px solid oklch(86% 0.010 80);
}
.faq-item { border-bottom: 1px solid oklch(86% 0.010 80); }
.faq-item__summary {
  display: flex;
  cursor: pointer;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.35rem 0;
  font-family: "Space Grotesk", "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: oklch(18% 0.005 330);
}
.faq-item__summary::-webkit-details-marker { display: none; }
.faq-item__summary::after {
  content: "+";
  display: flex;
  height: 1.6rem;
  width: 1.6rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid oklch(86% 0.010 80);
  font-size: 0.95rem;
  color: oklch(46% 0.13 330);
}
.faq-item[open] .faq-item__summary::after { content: "−"; }
@media (max-width: 640px) {
  .faq-item__summary { gap: 1rem; padding: 1.15rem 0; font-size: 0.98rem; line-height: 1.4; }
  .faq-item__summary::after { height: 1.4rem; width: 1.4rem; }
}
.faq-item__body {
  padding-bottom: 1.6rem;
  font-size: 0.98rem;
  line-height: 1.65;
  color: oklch(34% 0.005 330);
}
.faq-item__body p { margin: 0; }
.faq-item__body p + p { margin-top: 0.85rem; }
@media (max-width: 640px) {
  .faq-item__body { padding-bottom: 1.3rem; font-size: 0.95rem; }
}

.alt-callout {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: oklch(46% 0.13 330);
}

/* Pricing card (dark section) */
.pricing-title {
  font-family: "Space Grotesk", "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: oklch(97% 0.008 90);
  margin: 0;
}
.pricing-title__accent { color: oklch(86% 0.06 330); }
.pricing-blurb {
  margin: 1.5rem 0 0;
  max-width: 36rem;
  font-size: 1.04rem;
  line-height: 1.65;
  color: oklch(97% 0.008 90 / 0.75);
}
.pricing-blurb strong { color: oklch(97% 0.008 90); }
@media (max-width: 640px) {
  .pricing-title { font-size: clamp(1.75rem, 7vw, 2.2rem); }
  .pricing-blurb { font-size: 0.98rem; }
}

.pricing-card {
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: oklch(97% 0.008 90);
  padding: 2rem;
  color: oklch(18% 0.005 330);
  box-shadow: 0 28px 80px -36px oklch(0% 0 0 / 0.75);
}
.pricing-card__price {
  font-family: "Space Grotesk", "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.055em;
  color: oklch(46% 0.13 330);
}
.pricing-card__currency {
  margin-right: 0.35rem;
  vertical-align: super;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
}
.pricing-card__sub {
  margin: 0.7rem 0 0;
  font-size: 0.98rem;
  color: oklch(34% 0.005 330);
}
.pricing-card__list {
  margin: 1.5rem 0 0;
  display: grid;
  gap: 0.65rem;
  border-top: 1px solid oklch(86% 0.010 80);
  padding: 1.5rem 0 0;
  list-style: none;
}
.pricing-card__list li {
  position: relative;
  padding-left: 1.4rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: oklch(34% 0.005 330);
}
.pricing-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  height: 0.42rem;
  width: 0.42rem;
  border-radius: 9999px;
  background: oklch(46% 0.13 330);
}
.pricing-card .btn-cta { margin-top: 1.5rem; }
@media (max-width: 640px) {
  .pricing-card { border-radius: 1rem; padding: 1.7rem 1.5rem; }
  .pricing-card__price { font-size: 3.6rem; }
  .pricing-card__currency { font-size: 1.25rem; }
  .pricing-card__sub { font-size: 0.9rem; }
  .pricing-card__list { margin-top: 1.2rem; gap: 0.55rem; padding-top: 1.2rem; }
  .pricing-card__list li { font-size: 0.94rem; }
}

/* Testimoni WhatsApp */
.testimoni-head { max-width: 48rem; margin-bottom: 2rem; }
.testimoni-head .section-lede { margin-top: 0.6rem; }
.testimoni-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 42rem;
}
.testimoni-card {
  margin: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid oklch(86% 0.010 80);
  background: oklch(99% 0.005 90);
  box-shadow:
    inset 0 1px 0 oklch(100% 0 0 / 0.6),
    0 18px 40px -28px oklch(20% 0 0 / 0.18),
    0 4px 10px -8px oklch(20% 0 0 / 0.06);
}
.testimoni-card img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 640px) {
  .testimoni-grid { grid-template-columns: 1fr; gap: 1rem; }
  .testimoni-card { border-radius: 1rem; }
}
