:root {
  --black: #030303;
  --ink: #101010;
  --white: #f8f8f7;
  --muted: #cfcac0;
  --gold: #d7a530;
  --gold-soft: #f3c95a;
  --gold-dark: #8b610e;
  --line: rgba(224, 166, 38, 0.72);
  --font-body: "Inter", Arial, sans-serif;
  --font-display: "Playfair Display", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-body);
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

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

img,
svg {
  display: block;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0.88) 34%, rgba(0, 0, 0, 0.12) 70%),
    url("assets/hero-bg.png") 82% center / cover no-repeat;
  isolation: isolate;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 140px;
  background: linear-gradient(0deg, rgba(3, 3, 3, 0.95), rgba(3, 3, 3, 0));
  content: "";
  z-index: -1;
}

.hero__shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 42%, rgba(243, 190, 69, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.2));
  pointer-events: none;
  z-index: -1;
}

.site-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 96px, 1380px);
  margin: 0 auto;
  padding: 20px 0 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.hero .brand {
  min-width: 84px;
}

.lords-brand {
  gap: 12px;
}

.lords-brand img {
  width: 44px;
  height: 44px;
  filter:
    grayscale(0.2)
    drop-shadow(0 0 18px rgba(255, 255, 255, 0.16));
}

.lords-brand span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* GPS da Liberdade Financeira */
.gps-page {
  --gps-green: #6db84f;
  --gps-green-soft: #a2dc76;
  --gps-panel: rgba(14, 16, 13, 0.84);
  --gps-border: rgba(223, 174, 65, 0.28);
  --gps-muted: #c7c4bc;
  background:
    radial-gradient(circle at 78% 18%, rgba(109, 184, 79, 0.12), transparent 28%),
    radial-gradient(circle at 24% 12%, rgba(215, 165, 48, 0.1), transparent 30%),
    linear-gradient(180deg, #030403 0%, #080807 44%, #030303 100%);
}

.gps-page main {
  overflow: hidden;
}

.gps-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
  padding: 16px 0;
  background: linear-gradient(180deg, rgba(3, 3, 3, 0.94), rgba(3, 3, 3, 0.62));
  backdrop-filter: blur(14px);
}

.gps-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
}

.gps-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.gps-header-cta,
.gps-primary,
.gps-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.gps-header-cta,
.gps-primary {
  border: 1px solid rgba(255, 226, 145, 0.82);
  background: linear-gradient(135deg, #fff1a8 0%, #d7a530 48%, #9b6e15 100%);
  color: #090806;
  box-shadow:
    0 0 0 1px rgba(215, 165, 48, 0.18),
    0 14px 42px rgba(215, 165, 48, 0.24);
}

.gps-secondary {
  border: 1px solid rgba(215, 165, 48, 0.52);
  background: rgba(0, 0, 0, 0.58);
  color: var(--gold-soft);
  box-shadow: 0 0 28px rgba(215, 165, 48, 0.12);
}

.gps-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  width: min(100% - 48px, 1180px);
  min-height: calc(100svh - 76px);
  margin: 0 auto;
  padding: clamp(44px, 7vw, 88px) 0 72px;
}

.gps-hero__copy {
  max-width: 740px;
}

.gps-kicker,
.gps-section__heading p {
  margin: 0 0 16px;
  color: var(--gold-soft);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.gps-hero h1,
.gps-section h2,
.gps-final h2 {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gps-hero h1 {
  max-width: 820px;
  font-size: clamp(2.55rem, 5.2vw, 5.8rem);
  line-height: 0.94;
}

.gps-hero h1 span {
  display: block;
  margin-top: 10px;
  color: var(--gold-soft);
}

.gps-lead {
  max-width: 680px;
  margin: 28px 0 0;
  color: #f2efe7;
  font-size: clamp(1.12rem, 1.6vw, 1.45rem);
  line-height: 1.55;
}

.gps-lead strong {
  color: var(--gold-soft);
}

.gps-mobile-product,
.gps-mobile-highlights {
  display: none;
}

.gps-note {
  max-width: 560px;
  margin: 14px 0 0;
  color: rgba(248, 248, 247, 0.62);
  font-size: 0.88rem;
}

.gps-route,
.gps-path,
.gps-years {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gps-route {
  flex-wrap: wrap;
  margin: 34px 0;
}

.gps-route span,
.gps-route strong,
.gps-path span,
.gps-years span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(215, 165, 48, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #f6f1e4;
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.gps-route strong {
  background: rgba(109, 184, 79, 0.14);
  color: var(--gps-green-soft);
}

.gps-product-card {
  position: relative;
  padding: 12px;
  border: 1px solid var(--gps-border);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
    rgba(0, 0, 0, 0.36);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.56),
    0 0 72px rgba(109, 184, 79, 0.12);
}

.gps-product-card::before {
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(215, 165, 48, 0.38), transparent 28%, rgba(109, 184, 79, 0.28));
  content: "";
  opacity: 0.7;
  z-index: -1;
}

.gps-product-card img {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.gps-dashboard-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.gps-dashboard-strip span {
  min-height: 42px;
  border: 1px solid rgba(109, 184, 79, 0.2);
  border-radius: 12px;
  background: rgba(109, 184, 79, 0.08);
  color: var(--gps-green-soft);
  display: grid;
  place-items: center;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.gps-section,
.gps-final {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
  padding: clamp(68px, 8vw, 112px) 0;
}

.gps-section__heading {
  max-width: 860px;
  margin-bottom: 34px;
}

.gps-section h2,
.gps-final h2 {
  max-width: 900px;
  color: #f8f8f7;
  font-size: clamp(2rem, 3.5vw, 4.2rem);
  line-height: 1;
}

.gps-section p,
.gps-section li,
.gps-final p {
  color: var(--gps-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.gps-two-column,
.gps-timeline,
.gps-author,
.gps-guarantee {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(24px, 4vw, 62px);
  align-items: center;
}

.gps-question-list,
.gps-fit-grid article,
.gps-faq-list details,
.gps-benefits article,
.gps-steps article,
.gps-answer-grid article {
  border: 1px solid rgba(215, 165, 48, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    var(--gps-panel);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22);
}

.gps-question-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 22px;
  border-radius: 24px;
  list-style: none;
}

.gps-question-list li {
  padding-left: 26px;
  background: radial-gradient(circle at 5px 12px, var(--gold-soft) 0 4px, transparent 5px);
}

.gps-trip {
  width: 100%;
  max-width: none;
  padding-inline: max(24px, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 22% 42%, rgba(215, 165, 48, 0.16), transparent 26%),
    linear-gradient(120deg, rgba(109, 184, 79, 0.1), rgba(0, 0, 0, 0.04) 52%, rgba(215, 165, 48, 0.1));
  border-block: 1px solid rgba(215, 165, 48, 0.14);
}

.gps-trip__content {
  max-width: 900px;
}

.gps-path {
  flex-wrap: wrap;
  margin: 30px 0;
}

.gps-steps,
.gps-benefits,
.gps-answer-grid {
  display: grid;
  gap: 16px;
}

.gps-steps {
  grid-template-columns: repeat(4, 1fr);
}

.gps-steps article,
.gps-benefits article,
.gps-answer-grid article {
  border-radius: 22px;
  padding: 24px;
}

.gps-steps article span,
.gps-benefits article span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(109, 184, 79, 0.12);
  color: var(--gps-green-soft);
  font-weight: 900;
}

.gps-steps h3,
.gps-fit-grid h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.1rem;
}

.gps-center {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.gps-answer-grid {
  grid-template-columns: repeat(5, 1fr);
}

.gps-answer-grid article {
  min-height: 156px;
  color: #f8f8f7;
  display: flex;
  align-items: flex-end;
  font-weight: 800;
  line-height: 1.32;
}

.gps-benefits {
  grid-template-columns: repeat(3, 1fr);
}

.gps-benefits article p {
  margin: 0;
  color: #f5f0e5;
  font-weight: 700;
}

.gps-years {
  justify-content: center;
  min-height: 280px;
  border: 1px solid rgba(109, 184, 79, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(90deg, transparent 0 31%, rgba(215, 165, 48, 0.35) 31% 32%, transparent 32% 65%, rgba(215, 165, 48, 0.35) 65% 66%, transparent 66%),
    radial-gradient(circle at 50% 50%, rgba(109, 184, 79, 0.18), transparent 42%),
    rgba(0, 0, 0, 0.28);
}

.gps-years span {
  width: 112px;
  height: 112px;
  border-radius: 50%;
}

.gps-author__image {
  overflow: hidden;
  min-height: 420px;
  border: 1px solid rgba(215, 165, 48, 0.24);
  border-radius: 28px;
  background: #080808;
}

.gps-author__image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: 72% center;
}

.gps-fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.gps-fit-grid article {
  border-radius: 26px;
  padding: 28px;
}

.gps-fit-grid ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}

.gps-not-for {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.gps-seal {
  display: grid;
  place-items: center;
  width: min(100%, 360px);
  aspect-ratio: 1;
  margin-inline: auto;
  border: 1px solid rgba(255, 226, 145, 0.58);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(215, 165, 48, 0.2), transparent 58%),
    rgba(0, 0, 0, 0.42);
  color: var(--gold-soft);
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 900;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
}

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

.gps-faq-list details {
  overflow: hidden;
  border-radius: 18px;
}

.gps-faq-list summary {
  cursor: pointer;
  padding: 22px 24px;
  color: #fff;
  font-weight: 800;
  list-style: none;
}

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

.gps-faq-list summary::after {
  float: right;
  color: var(--gold-soft);
  content: "+";
}

.gps-faq-list details[open] summary::after {
  content: "-";
}

.gps-faq-list p {
  margin: 0;
  padding: 0 24px 22px;
}

.gps-final {
  margin-bottom: 48px;
  padding: clamp(48px, 7vw, 84px);
  border: 1px solid rgba(215, 165, 48, 0.26);
  border-radius: 32px;
  background:
    radial-gradient(circle at 78% 26%, rgba(109, 184, 79, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  text-align: center;
}

.gps-final h2,
.gps-final p {
  margin-inline: auto;
}

.gps-final p {
  max-width: 680px;
}

.gps-mobile-sticky {
  display: none;
}

@media (max-width: 980px) {
  .gps-hero,
  .gps-two-column,
  .gps-timeline,
  .gps-author,
  .gps-guarantee {
    grid-template-columns: 1fr;
  }

  .gps-steps,
  .gps-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .gps-answer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gps-product-card {
    max-width: 560px;
    margin-inline: auto;
  }
}

@media (max-width: 720px) {
  .gps-page {
    padding-bottom: 0;
    background:
      radial-gradient(circle at 55% 42%, rgba(89, 150, 60, 0.24), transparent 38%),
      radial-gradient(circle at 14% 62%, rgba(74, 118, 45, 0.18), transparent 20%),
      linear-gradient(180deg, #010101 0%, #050805 34%, #020202 100%);
  }

  .gps-header {
    width: 100%;
    gap: 8px;
    min-height: 60px;
    padding: 10px clamp(16px, 5vw, 24px);
    background: #030303;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  }

  .gps-brand {
    gap: 8px;
    font-family: var(--font-display);
  }

  .gps-brand img {
    width: clamp(29px, 8.4vw, 38px);
    height: clamp(29px, 8.4vw, 38px);
  }

  .gps-brand span {
    color: #f9f5ee;
    font-size: clamp(1rem, 5vw, 1.5rem);
    line-height: 1;
    text-shadow: 0 8px 18px rgba(255, 255, 255, 0.12);
    white-space: nowrap;
  }

  .gps-header-cta {
    display: inline-flex;
    width: auto;
    min-height: clamp(42px, 11vw, 52px);
    padding: 0 clamp(12px, 4vw, 22px);
    font-size: clamp(0.74rem, 3.2vw, 0.96rem);
    letter-spacing: 0;
    border-radius: 22px;
    white-space: nowrap;
  }

  .gps-hero,
  .gps-section,
  .gps-final {
    width: min(100% - 28px, 1180px);
  }

  .gps-hero {
    min-height: calc(100svh - 60px);
    width: 100%;
    padding: clamp(16px, 3.2svh, 28px) clamp(16px, 5vw, 28px) clamp(18px, 3.4svh, 32px);
    background:
      linear-gradient(180deg, rgba(4, 8, 4, 0.72), rgba(3, 3, 3, 0.08) 62%, rgba(3, 3, 3, 0.98)),
      radial-gradient(circle at 54% 28%, rgba(45, 83, 35, 0.42), transparent 42%);
  }

  .gps-hero__copy {
    max-width: none;
  }

  .gps-mobile-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: clamp(34px, 4.8svh, 44px);
    margin-bottom: clamp(12px, 2.2svh, 20px);
    padding: 0 clamp(11px, 3.2vw, 16px);
    border: 1px solid rgba(215, 165, 48, 0.62);
    border-radius: 9px;
    background: rgba(0, 0, 0, 0.42);
    color: var(--gps-green-soft);
    font-size: clamp(0.68rem, min(2.6vw, 1.6svh), 0.86rem);
    letter-spacing: 0.2em;
    box-shadow: inset 0 0 20px rgba(109, 184, 79, 0.09);
  }

  .gps-mobile-kicker span {
    display: grid;
    place-items: center;
    width: clamp(20px, 5.8vw, 26px);
    height: clamp(20px, 5.8vw, 26px);
    border-radius: 4px;
    background: linear-gradient(135deg, #1ba050, #0b5f31);
    color: #e9fff1;
    font-size: 0.9rem;
    letter-spacing: 0;
  }

  .gps-hero h1 {
    max-width: 100%;
    font-size: clamp(1.9rem, min(8.9vw, 4.25svh), 4.2rem);
    line-height: 0.95;
    text-shadow:
      0 2px 0 rgba(0, 0, 0, 0.34),
      0 14px 24px rgba(0, 0, 0, 0.38);
  }

  .gps-hero h1 span {
    margin-top: clamp(8px, 1.8svh, 14px);
    color: var(--gold-soft);
  }

  .gps-lead {
    margin-top: clamp(10px, 2svh, 18px);
    color: #f7f3ea;
    font-size: clamp(0.82rem, min(3.4vw, 1.9svh), 1.35rem);
    line-height: 1.34;
  }

  .gps-primary,
  .gps-secondary {
    width: 100%;
    min-height: 56px;
  }

  .gps-hero > .gps-product-card {
    display: none;
  }

  .gps-mobile-product {
    position: relative;
    display: block;
    width: calc(100% + clamp(18px, 5vw, 28px));
    margin: clamp(10px, 2svh, 20px) calc(clamp(18px, 5vw, 28px) / -2) 0;
  }

  .gps-mobile-product::before {
    position: absolute;
    right: 2%;
    bottom: 10%;
    left: 2%;
    height: 34%;
    background: radial-gradient(ellipse, rgba(109, 184, 79, 0.34), transparent 68%);
    content: "";
    filter: blur(16px);
  }

  .gps-mobile-product img {
    position: relative;
    width: 100%;
    max-height: min(310px, 29svh);
    object-fit: contain;
    filter: drop-shadow(0 28px 36px rgba(0, 0, 0, 0.56));
  }

  .gps-mobile-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(10px, 4vw, 18px);
    align-items: center;
    margin-top: clamp(8px, 1.8svh, 18px);
    padding-bottom: clamp(10px, 2svh, 18px);
    border-bottom: 1px solid rgba(215, 165, 48, 0.8);
    box-shadow: 0 13px 0 -12px rgba(255, 226, 145, 0.62);
  }

  .gps-mobile-highlights article {
    display: grid;
    grid-template-columns: clamp(34px, 11vw, 54px) 1fr;
    gap: clamp(8px, 3vw, 14px);
    align-items: center;
  }

  .gps-mobile-highlights article + article {
    border-left: 1px solid rgba(215, 165, 48, 0.74);
    padding-left: clamp(10px, 4vw, 18px);
  }

  .gps-mobile-highlights span {
    color: var(--gold-soft);
    font-size: clamp(1.7rem, min(7.6vw, 4svh), 2.7rem);
    font-weight: 900;
    line-height: 1;
  }

  .gps-mobile-highlights p {
    margin: 0;
    color: #f8f8f7;
    font-size: clamp(0.62rem, min(2.75vw, 1.5svh), 1.05rem);
    line-height: 1.2;
    text-transform: uppercase;
  }

  .gps-route,
  .gps-path {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(8px, 3vw, 14px);
  }

  .gps-route {
    margin: clamp(12px, 2.2svh, 24px) 0 clamp(12px, 2svh, 22px);
  }

  .gps-route span,
  .gps-route strong {
    min-height: clamp(40px, 9.5vw, 54px);
    padding: 0 clamp(6px, 2.4vw, 10px);
    border-color: rgba(109, 184, 79, 0.7);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.42);
    color: #f5f3ec;
    font-size: clamp(0.54rem, min(2.35vw, 1.35svh), 0.9rem);
    letter-spacing: 0;
    text-align: center;
  }

  .gps-route span::before,
  .gps-route strong::before {
    margin-right: clamp(4px, 1.8vw, 7px);
    color: var(--gps-green-soft);
    font-size: clamp(0.85rem, 3.4vw, 1.25rem);
    line-height: 0;
  }

  .gps-route span:first-child::before {
    content: "●";
  }

  .gps-route strong::before {
    content: "▥";
  }

  .gps-route span:last-child::before {
    content: "⚑";
  }

  .gps-hero .gps-primary {
    min-height: clamp(50px, 11.5vw, 66px);
    margin-top: 0;
    border-radius: 28px;
    font-size: clamp(1.05rem, min(5.2vw, 2.5svh), 2rem);
    letter-spacing: 0;
    box-shadow:
      inset 0 2px 0 rgba(255, 255, 255, 0.32),
      0 18px 44px rgba(215, 165, 48, 0.22);
  }

  .gps-hero .gps-primary::before {
    margin-right: clamp(8px, 2.7vw, 14px);
    content: "◎";
    font-size: 1.2em;
  }

  .gps-dashboard-strip {
    grid-template-columns: 1fr;
  }

  .gps-note {
    max-width: 420px;
    margin: clamp(8px, 1.3svh, 14px) auto 0;
    color: rgba(248, 248, 247, 0.72);
    font-size: clamp(0.68rem, min(2.8vw, 1.45svh), 0.9rem);
    line-height: 1.25;
    text-align: center;
  }

  .gps-section {
    padding: 56px 0;
  }

  .gps-section h2,
  .gps-final h2 {
    font-size: clamp(1.85rem, 9vw, 3rem);
    line-height: 1.04;
  }

  .gps-steps,
  .gps-benefits,
  .gps-answer-grid,
  .gps-fit-grid {
    grid-template-columns: 1fr;
  }

  .gps-answer-grid article {
    min-height: 120px;
  }

  .gps-years {
    flex-direction: column;
    min-height: auto;
    padding: 28px;
    background:
      linear-gradient(180deg, transparent 0 31%, rgba(215, 165, 48, 0.28) 31% 32%, transparent 32% 65%, rgba(215, 165, 48, 0.28) 65% 66%, transparent 66%),
      radial-gradient(circle at 50% 50%, rgba(109, 184, 79, 0.18), transparent 42%),
      rgba(0, 0, 0, 0.28);
  }

  .gps-author__image,
  .gps-author__image img {
    min-height: 300px;
  }

  .gps-final {
    padding: 38px 18px;
    border-radius: 24px;
  }

  .gps-mobile-sticky {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 40;
    display: none;
    padding: 10px;
    border: 1px solid rgba(215, 165, 48, 0.22);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.68);
    backdrop-filter: blur(12px);
  }

  .gps-mobile-sticky .gps-primary {
    min-height: 48px;
    box-shadow: 0 8px 28px rgba(215, 165, 48, 0.24);
  }

  .gps-mobile-sticky.is-visible {
    display: block;
  }
}

@media (max-width: 390px) and (max-height: 760px) {
  .gps-hero h1 {
    font-size: clamp(1.55rem, min(7.6vw, 3.7svh), 2.7rem);
  }

  .gps-mobile-product img {
    max-height: 24svh;
  }

  .gps-lead {
    font-size: clamp(0.72rem, 3vw, 0.9rem);
  }

  .gps-mobile-highlights,
  .gps-route {
    gap: 7px;
  }

  .gps-note {
    display: none;
  }
}

.brand strong {
  display: block;
  font-size: 31px;
  line-height: 0.9;
  font-weight: 500;
}

.brand small {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 7px;
  font-weight: 700;
  line-height: 1.18;
  text-transform: uppercase;
}

.hero-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(32px, 4.6vw, 70px);
  margin-left: auto;
  margin-right: auto;
}

.hero-nav a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    text-shadow 180ms ease;
}

.hero-nav a:hover,
.hero-nav a:focus-visible {
  color: var(--gold-soft);
  text-shadow: 0 0 18px rgba(243, 201, 90, 0.32);
}

.top-cta,
.primary-cta,
.products-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 208, 92, 0.86);
  border-radius: 999px;
  background: #020202;
  box-shadow:
    0 0 0 1px rgba(255, 229, 159, 0.08),
    0 0 16px rgba(255, 190, 56, 0.26),
    0 0 34px rgba(255, 190, 56, 0.12),
    0 12px 30px rgba(0, 0, 0, 0.34);
  color: var(--gold-soft);
  font-weight: 800;
  overflow: visible;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.top-cta::before,
.primary-cta::before,
.products-cta::before {
  display: none;
}

.top-cta::after,
.primary-cta::after,
.products-cta::after {
  position: absolute;
  inset: -3px;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 244, 181, 0.98) 0 2px, transparent 4px),
    radial-gradient(circle at 100% 100%, rgba(255, 225, 132, 0.9) 0 3px, transparent 7px),
    linear-gradient(90deg, transparent 8%, rgba(255, 226, 137, 0.36) 50%, transparent 92%);
  filter: blur(3px);
  content: "";
  pointer-events: none;
  z-index: -1;
}

.top-cta:hover,
.primary-cta:hover,
.products-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 226, 136, 0.9);
  background: #020202;
  box-shadow:
    0 0 0 1px rgba(255, 229, 159, 0.12),
    0 0 20px rgba(255, 197, 65, 0.38),
    0 0 42px rgba(255, 197, 65, 0.18),
    0 16px 38px rgba(0, 0, 0, 0.38);
}

.top-cta {
  gap: 12px;
  min-width: 230px;
  min-height: 42px;
  padding: 0 22px;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.top-cta svg,
.primary-cta svg,
.products-cta svg {
  width: 28px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(50vw, 590px);
  margin-left: max(58px, calc((100vw - 1380px) / 2));
  padding-top: clamp(44px, 7vh, 72px);
  padding-bottom: 44px;
}

.hero__proof {
  margin: 0 0 14px;
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 720px;
  margin: 0 0 16px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(62px, 6.6vw, 106px);
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: 0 0 28px rgba(255, 255, 255, 0.1);
}

.hero h1 span {
  display: block;
  background: linear-gradient(180deg, #ffe27a 0%, #d39a1f 42%, #80550a 100%);
  background-clip: text;
  color: transparent;
  text-shadow: 0 8px 36px rgba(202, 142, 19, 0.24);
}

.hero__lead {
  max-width: 550px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(20px, 1.65vw, 27px);
  font-weight: 500;
  line-height: 1.42;
}

.hero__lead strong {
  color: var(--gold-soft);
  font-weight: 800;
}

.hero__divider {
  width: min(100%, 430px);
  height: 1px;
  margin: 22px 0 14px;
  background: linear-gradient(90deg, var(--gold-soft), rgba(243, 201, 90, 0.22), transparent);
  box-shadow: 0 0 12px rgba(243, 201, 90, 0.28);
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  min-height: 40px;
  margin: 0 0 22px;
  padding: 4px 20px 4px 8px;
  border: 1px solid rgba(215, 165, 48, 0.78);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(215, 165, 48, 0.11), rgba(3, 3, 3, 0.76));
  box-shadow:
    inset 0 0 18px rgba(215, 165, 48, 0.06),
    0 0 22px rgba(215, 165, 48, 0.08);
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.hero-pill svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: var(--gold-soft);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.hero-roles {
  display: grid;
  gap: 17px;
  max-width: 550px;
  margin-bottom: 24px;
}

.hero-role {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.hero-role svg {
  width: 58px;
  height: 58px;
  padding: 14px;
  border: 1px solid rgba(215, 165, 48, 0.5);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(215, 165, 48, 0.12), transparent 58%),
    rgba(5, 5, 5, 0.52);
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  filter: drop-shadow(0 0 12px rgba(215, 165, 48, 0.28));
}

.hero-role h2 {
  margin: 0 0 5px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.1;
  text-transform: uppercase;
}

.hero-role p {
  max-width: 430px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.46;
}

.mobile-copy,
.hero__copy--mobile {
  display: none;
}

.hero__list-title {
  margin: 0 0 11px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 17px;
  font-weight: 600;
}

.hero__copy {
  max-width: 505px;
  margin: 0 0 21px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.55;
}

.hero__copy strong {
  color: var(--gold-soft);
  font-weight: 500;
}

.benefits {
  display: grid;
  gap: 8px;
  max-width: 515px;
  margin: 0 0 22px;
  padding: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.36;
  list-style: none;
}

.benefits li {
  position: relative;
  padding-left: 25px;
}

.benefits li::before {
  position: absolute;
  top: -0.08em;
  left: 0;
  color: var(--gold-soft);
  content: "›";
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.hero__copy--secondary {
  margin-bottom: 18px;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.primary-cta {
  gap: 13px;
  width: min(100%, 390px);
  min-height: 56px;
  font-size: 16px;
  letter-spacing: 0.12em;
}

.hero-scroll-cue {
  display: none;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.contact-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.contact-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(215, 165, 48, 0.14), transparent 28%),
    rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(12px);
}

.contact-modal__panel {
  position: relative;
  width: min(100%, 520px);
  max-height: min(90svh, 760px);
  overflow-y: auto;
  padding: 36px;
  border: 1px solid rgba(255, 208, 92, 0.56);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 38%),
    rgba(5, 5, 5, 0.92);
  box-shadow:
    0 0 0 1px rgba(255, 231, 164, 0.06),
    0 0 42px rgba(215, 165, 48, 0.2),
    0 34px 88px rgba(0, 0, 0, 0.68);
  transform: translateY(16px) scale(0.98);
  transition: transform 220ms ease;
}

.contact-modal.is-open .contact-modal__panel {
  transform: translateY(0) scale(1);
}

.contact-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 208, 92, 0.36);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.58);
  color: var(--gold-soft);
  cursor: pointer;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.contact-modal__close:hover,
.contact-modal__close:focus-visible {
  border-color: rgba(255, 208, 92, 0.82);
  box-shadow: 0 0 18px rgba(215, 165, 48, 0.22);
  transform: translateY(-1px);
}

.contact-modal__close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.contact-modal__eyebrow {
  margin: 0 0 10px;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.contact-modal h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 54px);
  line-height: 0.95;
}

.contact-modal__copy {
  max-width: 390px;
  margin: 14px 0 26px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.5;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form label span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255, 208, 92, 0.34);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.48);
  color: var(--white);
  font: inherit;
  outline: none;
  padding: 0 15px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.contact-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--gold-soft) 50%),
    linear-gradient(135deg, var(--gold-soft) 50%, transparent 50%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent);
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 16px) 50%,
    0 0;
  background-size:
    6px 6px,
    6px 6px,
    100% 100%;
  background-repeat: no-repeat;
  padding-right: 42px;
}

.contact-form input:focus,
.contact-form select:focus {
  border-color: rgba(255, 208, 92, 0.82);
  background-color: rgba(0, 0, 0, 0.64);
  box-shadow:
    0 0 0 3px rgba(215, 165, 48, 0.12),
    0 0 24px rgba(215, 165, 48, 0.12);
}

.contact-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-top: 8px;
  border: 1px solid rgba(255, 208, 92, 0.86);
  border-radius: 999px;
  background: #020202;
  box-shadow:
    0 0 0 1px rgba(255, 229, 159, 0.08),
    0 0 18px rgba(255, 190, 56, 0.26),
    0 16px 36px rgba(0, 0, 0, 0.34);
  color: var(--gold-soft);
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.contact-submit:hover,
.contact-submit:focus-visible {
  border-color: rgba(255, 226, 136, 0.96);
  box-shadow:
    0 0 0 1px rgba(255, 229, 159, 0.12),
    0 0 26px rgba(255, 197, 65, 0.36),
    0 18px 40px rgba(0, 0, 0, 0.42);
  transform: translateY(-2px);
}

.microcopy {
  max-width: 220px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.4;
}

.products {
  position: relative;
  min-height: 100svh;
  padding: 40px 38px 56px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 28%, rgba(218, 164, 49, 0.11), transparent 23%),
    linear-gradient(180deg, #030303 0%, #000 100%);
}

.products::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(215, 165, 48, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 165, 48, 0.04) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: radial-gradient(circle at 50% 46%, #000 0%, transparent 68%);
  content: "";
  pointer-events: none;
}

.products__logo {
  position: absolute;
  top: 42px;
  left: 42px;
  display: grid;
  justify-items: center;
  gap: 5px;
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 0.92;
  text-align: center;
  z-index: 1;
}

.products__logo img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.products__heading {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  margin: 28px auto 42px;
  text-align: center;
}

.products__heading p {
  margin: 0 0 14px;
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.46em;
  text-transform: uppercase;
}

.products__heading h2 {
  margin: 0;
  font-size: clamp(44px, 4.5vw, 68px);
  line-height: 1;
  font-weight: 500;
}

.products__heading h2 span {
  color: var(--gold);
}

.products__heading > span {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 16px;
}

.product-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(11, 98px);
  justify-content: space-between;
  gap: 0;
  width: min(1260px, 100%);
  margin: 0 auto;
}

.product-card {
  position: relative;
  min-width: 0;
  padding-top: 48px;
  color: inherit;
  outline: none;
  transform-origin: center 62%;
  transition:
    transform 220ms ease,
    filter 220ms ease,
    z-index 0ms linear 220ms;
}

.product-number {
  position: absolute;
  top: -21px;
  left: -52px;
  color: #060606;
  font-family: var(--font-body);
  font-size: 112px;
  font-weight: 500;
  line-height: 1;
  paint-order: stroke fill;
  text-fill-color: #060606;
  -webkit-text-fill-color: #060606;
  -webkit-text-stroke: 1px rgba(215, 165, 48, 0.86);
  text-shadow: 0 0 15px rgba(219, 166, 43, 0.12);
  z-index: -1;
  transition:
    color 220ms ease,
    text-shadow 220ms ease,
    transform 220ms ease;
}

.product-number:nth-of-type(1) {
  text-fill-color: #050505;
  -webkit-text-fill-color: #050505;
}

.product-number--four {
  font-weight: 650;
  text-fill-color: #050505;
  -webkit-text-fill-color: #050505;
  -webkit-text-stroke: 0.9px rgba(215, 165, 48, 0.9);
}

.product-cover {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 98px;
  aspect-ratio: 0.7 / 1;
  min-height: 164px;
  max-height: 164px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 24px 10px 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.03), transparent 42%),
    rgba(9, 9, 9, 0.88);
  box-shadow: inset 0 0 28px rgba(215, 165, 48, 0.05);
  transform-origin: center 60%;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease,
    transform 220ms ease;
}

.product-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  padding: 4px 7px 3px;
  border: 1px solid rgba(255, 207, 92, 0.72);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 14px rgba(215, 165, 48, 0.22);
  color: var(--gold-soft);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.product-cover h3 {
  margin: 0;
  color: var(--gold-soft);
  font-family: var(--font-display);
  font-size: 15px;
  line-height: 1.05;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.product-cover h3 strong {
  font-size: 22px;
  font-weight: 700;
}

.product-cover svg {
  width: min(76px, 62%);
  height: 76px;
  margin-top: 14px;
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.product-cover--image {
  justify-content: center;
  padding: 0;
  background: #050505;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 18px 40px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.product-cover-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-type {
  margin: 18px 0 8px;
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.product-name {
  margin: 0 auto;
  max-width: 136px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.35;
  text-align: left;
}

.product-more {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  opacity: 0;
  text-align: center;
  text-transform: uppercase;
  transition:
    max-height 220ms ease,
    margin 220ms ease,
    opacity 220ms ease;
}

.product-card:hover,
.product-card:focus-visible {
  z-index: 5;
  filter: saturate(1.16);
  transform: translateY(-8px) scale(1.075);
  transition-delay: 0ms;
}

.product-card:hover .product-number,
.product-card:focus-visible .product-number {
  color: rgba(215, 165, 48, 0.08);
  text-shadow: 0 0 26px rgba(219, 166, 43, 0.35);
  transform: translateY(-5px);
}

.product-card:hover .product-cover,
.product-card:focus-visible .product-cover {
  border-color: var(--gold-soft);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 42%),
    rgba(14, 12, 8, 0.96);
  box-shadow:
    inset 0 0 34px rgba(215, 165, 48, 0.12),
    0 18px 38px rgba(0, 0, 0, 0.52),
    0 0 28px rgba(215, 165, 48, 0.16);
}

.product-card:hover .product-more,
.product-card:focus-visible .product-more {
  max-height: 28px;
  margin-top: 12px;
  opacity: 1;
}

@media (min-width: 761px) {
  .product-grid::after {
    position: absolute;
    right: -42px;
    top: 36px;
    width: 480px;
    height: 265px;
    background:
      radial-gradient(ellipse at 50% 42%, rgba(255, 210, 67, 0.18), rgba(255, 190, 24, 0.08) 34%, transparent 68%);
    filter: blur(3px);
    pointer-events: none;
    content: "";
    z-index: 0;
  }

  .product-card:nth-child(n + 9) {
    z-index: 2;
    filter: saturate(1.06) drop-shadow(0 0 10px rgba(255, 204, 48, 0.14));
  }

  .product-card:nth-child(n + 9) .product-number {
    z-index: 1;
    color: rgba(255, 214, 83, 0.08);
    text-fill-color: rgba(255, 214, 83, 0.08);
    -webkit-text-fill-color: rgba(255, 214, 83, 0.08);
    -webkit-text-stroke: 1.35px rgba(255, 218, 97, 0.76);
    text-shadow:
      0 0 12px rgba(255, 205, 44, 0.34),
      0 0 28px rgba(255, 183, 15, 0.18);
  }

  .product-card:nth-child(n + 9) .product-cover {
    z-index: 2;
    border-color: rgba(255, 216, 92, 0.72);
    transform: translateY(-2px);
    box-shadow:
      inset 0 0 0 1px rgba(255, 244, 181, 0.07),
      0 14px 28px rgba(0, 0, 0, 0.55),
      0 0 16px rgba(255, 201, 45, 0.18),
      0 0 28px rgba(255, 184, 23, 0.08);
  }

  .product-card:nth-child(n + 9) .product-type {
    text-shadow: 0 0 10px rgba(255, 204, 48, 0.22);
  }

  .product-card:nth-child(n + 9):hover,
  .product-card:nth-child(n + 9):focus-visible,
  .product-card:nth-child(n + 9).is-active {
    filter: saturate(1.12) drop-shadow(0 0 16px rgba(255, 207, 61, 0.22));
  }
}

.products-cta {
  position: relative;
  z-index: 1;
  gap: 18px;
  width: min(432px, 100%);
  min-height: 52px;
  margin: 40px auto 0;
  border-radius: 999px;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.products-cta svg {
  width: 28px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.carousel-controls {
  display: none;
}

.carousel-indicator {
  display: none;
}

.carousel-control {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 208, 92, 0.78);
  border-radius: 999px;
  background: #020202;
  color: var(--gold-soft);
  box-shadow:
    0 0 0 1px rgba(255, 229, 159, 0.08),
    0 0 16px rgba(255, 190, 56, 0.22),
    0 10px 26px rgba(0, 0, 0, 0.34);
}

.carousel-control::after {
  position: absolute;
  inset: -3px;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 244, 181, 0.9) 0 2px, transparent 5px),
    linear-gradient(90deg, transparent 10%, rgba(255, 226, 137, 0.28), transparent 90%);
  content: "";
  filter: blur(3px);
  pointer-events: none;
  z-index: -1;
}

.carousel-control svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.app-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(520px, 1.35fr);
  align-items: center;
  gap: clamp(28px, 4vw, 62px);
  min-height: 100svh;
  padding: 84px max(28px, calc((100vw - 1370px) / 2));
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(255, 208, 92, 0.08), transparent 31%),
    linear-gradient(180deg, #000 0%, #050505 48%, #020202 100%);
  color: var(--white);
}

.app-showcase::before {
  position: absolute;
  inset: 10% -8% 0 38%;
  background:
    radial-gradient(ellipse at 52% 50%, rgba(255, 214, 83, 0.16), rgba(255, 190, 24, 0.07) 34%, transparent 70%);
  content: "";
  filter: blur(8px);
  pointer-events: none;
}

.app-showcase::after {
  position: absolute;
  inset: auto 10% 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 208, 92, 0.5), transparent);
  content: "";
  pointer-events: none;
}

.app-showcase__copy,
.app-showcase__media {
  position: relative;
  z-index: 1;
}

.app-showcase__copy {
  max-width: 520px;
}

.app-showcase__copy p {
  margin: 0 0 20px;
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.app-showcase__copy h2 {
  margin: 0;
  font-size: clamp(48px, 5.1vw, 82px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

.app-showcase__copy h2 span {
  display: block;
  color: var(--gold-soft);
}

.app-showcase__copy > span {
  display: block;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(18px, 1.65vw, 25px);
  line-height: 1.45;
}

.app-showcase__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 224px;
  min-height: 58px;
  margin-top: 34px;
  padding: 0 30px;
  border: 1px solid rgba(255, 208, 92, 0.86);
  border-radius: 999px;
  background: #050505;
  color: var(--gold-soft);
  box-shadow:
    0 0 0 1px rgba(255, 229, 159, 0.08),
    0 0 18px rgba(255, 190, 56, 0.2),
    inset 0 0 20px rgba(255, 208, 92, 0.05);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.app-showcase__cta::after {
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent 12%, rgba(255, 226, 137, 0.24), transparent 88%);
  content: "";
  filter: blur(4px);
  pointer-events: none;
  z-index: -1;
}

.app-showcase__cta svg {
  width: 24px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.app-showcase__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
}

.app-showcase__proof span {
  position: relative;
  padding-left: 18px;
}

.app-showcase__proof span::before {
  position: absolute;
  top: 0.56em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold-soft);
  box-shadow: 0 0 10px rgba(255, 208, 92, 0.45);
  content: "";
}

.app-showcase__media {
  justify-self: end;
  width: min(100%, 900px);
}

.app-showcase__media img {
  display: block;
  width: 100%;
  height: auto;
  filter:
    drop-shadow(0 38px 70px rgba(0, 0, 0, 0.58))
    drop-shadow(0 0 36px rgba(255, 208, 92, 0.08));
}

.testimonials {
  position: relative;
  min-height: 100svh;
  padding: 78px max(24px, calc((100vw - 1280px) / 2)) 82px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 16%, rgba(215, 165, 48, 0.16), transparent 26%),
    radial-gradient(circle at 84% 42%, rgba(255, 208, 92, 0.1), transparent 28%),
    linear-gradient(180deg, #000 0%, #070706 48%, #020202 100%);
  color: var(--white);
}

.testimonials::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(215, 165, 48, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 165, 48, 0.03) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: radial-gradient(circle at 50% 28%, #000 0%, transparent 70%);
  content: "";
  pointer-events: none;
}

.testimonials::after {
  position: absolute;
  inset: auto 10% 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 208, 92, 0.5), transparent);
  content: "";
  pointer-events: none;
}

.testimonials__heading {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  margin: 0 auto 38px;
  text-align: center;
}

.testimonials__heading p {
  margin: 0 0 12px;
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.48em;
  text-transform: uppercase;
}

.testimonials__heading h2 {
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(46px, 5.2vw, 76px);
  font-weight: 500;
  line-height: 0.95;
}

.testimonials__heading span {
  display: block;
  max-width: 620px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.55;
}

.testimonials__masonry {
  position: relative;
  z-index: 1;
  columns: 4 230px;
  column-gap: 18px;
  width: min(1220px, 100%);
  margin: 0 auto;
}

.testimonial-shot {
  display: inline-block;
  width: 100%;
  margin: 0 0 18px;
  padding: 8px;
  break-inside: avoid;
  border: 1px solid rgba(255, 208, 92, 0.2);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.015)),
    rgba(0, 0, 0, 0.66);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.44),
    0 0 24px rgba(215, 165, 48, 0.08);
}

.testimonial-shot--featured {
  border-color: rgba(255, 208, 92, 0.45);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.5),
    0 0 34px rgba(215, 165, 48, 0.16);
}

.testimonial-shot--student {
  background:
    linear-gradient(145deg, rgba(255, 211, 99, 0.12), rgba(255, 255, 255, 0.025)),
    rgba(0, 0, 0, 0.76);
}

.testimonial-shot img {
  display: block;
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.detail-page {
  min-height: 100svh;
  position: relative;
  isolation: isolate;
  background: #030303;
  overflow-x: hidden;
}

.ebook-sales-body {
  background: #030303;
}

.ebook-sales-body .detail-page::before,
.ebook-sales-body .detail-page::after {
  display: none;
}

.ebook-sales-page {
  min-height: 100svh;
  background:
    radial-gradient(circle at 77% 18%, rgba(215, 165, 48, 0.2), transparent 30%),
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.07), transparent 18%),
    linear-gradient(180deg, #050505 0%, #090909 46%, #030303 100%);
  color: var(--white);
}

.ebook-sales-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 max(26px, calc((100vw - 1120px) / 2));
  border-bottom: 1px solid rgba(215, 165, 48, 0.32);
  background: rgba(4, 4, 4, 0.82);
  backdrop-filter: blur(14px);
}

.ebook-sales-brand {
  color: var(--gold-soft);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ebook-sales-access,
.ebook-primary,
.ebook-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ebook-sales-access,
.ebook-primary {
  border: 1px solid rgba(255, 229, 159, 0.75);
  background: linear-gradient(180deg, #ffe2a0 0%, #e0a836 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 0 26px rgba(215, 165, 48, 0.22);
  color: #120b00;
}

.ebook-sales-access {
  min-height: 40px;
  padding: 0 18px;
  font-size: 14px;
}

.ebook-sales-access svg,
.ebook-primary svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ebook-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 520px);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
  width: min(100% - 56px, 1120px);
  min-height: calc(100svh - 62px);
  margin: 0 auto;
  padding: 34px 0 26px;
}

.ebook-hero__copy {
  max-width: 620px;
}

.ebook-kicker {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 17px;
  border: 1px solid rgba(215, 165, 48, 0.8);
  border-radius: 999px;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ebook-hero h1 {
  max-width: 690px;
  margin: 20px 0 10px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(42px, 5.2vw, 68px);
  font-weight: 700;
  line-height: 1.02;
  text-transform: uppercase;
}

.ebook-hero h1::first-line {
  color: #fff;
}

.ebook-hero h1 {
  background: linear-gradient(180deg, #fff 0 42%, #f5be4c 43%, #d69b24 100%);
  background-clip: text;
  color: transparent;
}

.ebook-lead {
  max-width: 570px;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 20px;
  line-height: 1.34;
}

.ebook-hero__copy > p:not(.ebook-kicker):not(.ebook-lead) {
  max-width: 590px;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.48;
}

.ebook-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 20px;
}

.ebook-points span {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.25;
}

.ebook-points span::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--gold-soft);
  content: "◎";
  font-weight: 900;
}

.ebook-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ebook-primary,
.ebook-secondary {
  min-height: 48px;
  padding: 0 23px;
  font-size: 15px;
}

.ebook-secondary {
  min-width: 165px;
  border: 1px solid rgba(215, 165, 48, 0.56);
  background: rgba(0, 0, 0, 0.4);
  color: var(--gold-soft);
}

.ebook-secondary span {
  font-size: 24px;
  line-height: 1;
}

.ebook-mockups {
  position: relative;
  min-height: 520px;
}

.ebook-device {
  position: absolute;
  display: grid;
  place-items: center;
  border: 10px solid #121212;
  border-radius: 32px;
  background: #f6f2ea;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.5),
    0 34px 80px rgba(0, 0, 0, 0.62),
    0 0 54px rgba(215, 165, 48, 0.24);
}

.ebook-tablet {
  right: 0;
  top: 0;
  width: 315px;
  height: 455px;
}

.ebook-phone {
  left: 38px;
  bottom: 0;
  width: 142px;
  height: 305px;
  border-radius: 24px;
  z-index: 2;
}

.ebook-cover-mini {
  display: grid;
  justify-items: center;
  align-content: start;
  width: 100%;
  height: 100%;
  padding: 28px 18px 16px;
  overflow: hidden;
  color: #2a1700;
  text-align: center;
}

.ebook-cover-mini span {
  font-family: var(--font-display);
  font-size: 12px;
  text-transform: uppercase;
}

.ebook-cover-mini strong {
  margin-top: 18px;
  color: #c27a13;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 700;
  line-height: 0.98;
  text-transform: uppercase;
}

.ebook-phone .ebook-cover-mini {
  padding: 36px 10px 12px;
}

.ebook-phone .ebook-cover-mini strong {
  font-size: 17px;
}

.ebook-cover-mini small {
  margin-top: 14px;
  color: #2b2118;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ebook-gold-bars {
  width: 160px;
  height: 78px;
  margin-top: auto;
  background:
    linear-gradient(90deg, transparent 0 8%, #bd8329 8% 19%, transparent 19% 24%, #d5a24a 24% 35%, transparent 35% 40%, #b7771e 40% 51%, transparent 51% 56%, #e5b75b 56% 67%, transparent 67% 72%, #a96a19 72% 83%, transparent 83%),
    linear-gradient(180deg, #e7bc5c, #926018);
  clip-path: polygon(8% 32%, 100% 0, 92% 100%, 0 100%);
  opacity: 0.95;
}

.ebook-phone .ebook-gold-bars {
  width: 74px;
  height: 42px;
}

.ebook-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100% - 56px, 980px);
  margin: -14px auto 10px;
  border: 1px solid rgba(215, 165, 48, 0.42);
  border-radius: 18px;
  background: rgba(5, 5, 5, 0.7);
  box-shadow: 0 0 38px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.ebook-trust article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 78px;
  padding: 12px 18px;
  border-right: 1px solid rgba(215, 165, 48, 0.18);
}

.ebook-trust article:last-child {
  border-right: 0;
}

.ebook-trust article > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(215, 165, 48, 0.72);
  border-radius: 50%;
  color: var(--gold-soft);
  font-size: 24px;
}

.ebook-trust h2 {
  margin: 0 0 3px;
  color: var(--gold-soft);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ebook-trust p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.25;
}

.ebook-scroll {
  display: block;
  margin: 12px auto 28px;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

.ebook-scroll::after {
  display: block;
  content: "⌄";
  font-size: 22px;
  line-height: 1;
}

.ebook-social {
  border-top: 1px solid rgba(215, 165, 48, 0.22);
  padding: 26px max(26px, calc((100vw - 980px) / 2)) 48px;
  background:
    radial-gradient(circle at 50% 0%, rgba(215, 165, 48, 0.13), transparent 24%),
    #030303;
}

.ebook-social__heading {
  margin-bottom: 28px;
  text-align: center;
}

.ebook-social__heading p,
.ebook-final-proof h2 {
  margin: 0;
  color: var(--gold-soft);
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 700;
  text-transform: uppercase;
}

.ebook-social__heading h2 {
  margin: 4px 0 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 23px;
  font-weight: 500;
}

.ebook-social__heading span {
  color: var(--gold-soft);
  font-size: 14px;
}

.ebook-chat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ebook-chat {
  min-height: 304px;
  overflow: hidden;
  border: 1px solid rgba(215, 165, 48, 0.42);
  border-radius: 14px;
  background:
    linear-gradient(180deg, #07563f 0 44px, transparent 44px),
    repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.035) 0 8px, transparent 8px 18px),
    #efe8d8;
  color: #17120d;
}

.ebook-chat header {
  display: grid;
  align-content: center;
  min-height: 44px;
  padding-left: 52px;
  color: #fff;
  font-size: 12px;
}

.ebook-chat header span {
  font-size: 10px;
  opacity: 0.82;
}

.ebook-chat p,
.ebook-chat small {
  display: block;
  width: 74%;
  margin: 26px 14px 0;
  padding: 12px;
  border-radius: 9px;
  background: #fff;
  font-size: 12px;
  line-height: 1.25;
}

.ebook-chat small {
  margin: 22px 14px 0 auto;
  background: #c7efaa;
}

.ebook-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.ebook-video {
  display: grid;
  grid-template-columns: minmax(190px, 0.9fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(215, 165, 48, 0.44);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.5);
}

.ebook-video__thumb {
  display: grid;
  place-items: center;
  min-height: 180px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 214, 142, 0.32), transparent 16%),
    linear-gradient(180deg, #2d2119, #090909);
}

.ebook-video__thumb--woman {
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 214, 142, 0.32), transparent 16%),
    linear-gradient(180deg, #3b261f, #090909);
}

.ebook-video__thumb span {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border: 2px solid var(--gold-soft);
  border-radius: 50%;
  color: var(--gold-soft);
  font-size: 24px;
}

.ebook-video p {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin: 0 0 16px;
  padding: 0 12px;
  border: 1px solid rgba(215, 165, 48, 0.55);
  border-radius: 999px;
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ebook-video h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}

.ebook-video div > span {
  color: rgba(255, 255, 255, 0.72);
}

.ebook-video strong {
  display: block;
  margin-top: 16px;
  color: var(--gold-soft);
  letter-spacing: 0.12em;
}

.ebook-final-proof {
  display: grid;
  justify-items: center;
  margin-top: 24px;
  text-align: center;
}

.ebook-final-proof > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(215, 165, 48, 0.7);
  border-radius: 50%;
  color: var(--gold-soft);
}

.ebook-final-proof p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.sheet-sales-body .detail-page::before,
.sheet-sales-body .detail-page::after {
  display: none;
}

.sheet-sales-page {
  min-height: 100svh;
  padding: 42px max(24px, calc((100vw - 1180px) / 2)) 44px;
  background:
    radial-gradient(circle at 76% 38%, rgba(215, 165, 48, 0.2), transparent 29%),
    radial-gradient(circle at 46% 52%, rgba(215, 165, 48, 0.12), transparent 22%),
    linear-gradient(180deg, #050505 0%, #080808 54%, #030303 100%);
  color: var(--white);
}

.sheet-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(360px, 0.9fr);
  gap: clamp(36px, 7vw, 90px);
  align-items: center;
  min-height: min(820px, 100svh);
}

.sheet-hero__copy {
  max-width: 520px;
}

.sheet-logo {
  width: 116px;
  height: 116px;
  margin: 0 auto 26px;
  object-fit: contain;
}

.sheet-pretitle {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(22px, 2.7vw, 34px);
  letter-spacing: 0.34em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.sheet-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
}

.sheet-hero h1 span {
  display: block;
  color: var(--gold);
}

.sheet-divider {
  position: relative;
  width: min(100%, 410px);
  height: 1px;
  margin: 24px auto 18px;
  background: linear-gradient(90deg, transparent, rgba(215, 165, 48, 0.74), transparent);
}

.sheet-divider::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff1a8;
  box-shadow: 0 0 18px rgba(255, 212, 88, 0.9);
  content: "";
  transform: translate(-50%, -50%);
}

.sheet-tagline {
  margin: 0 0 34px;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.sheet-benefits {
  display: grid;
  gap: 22px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.sheet-benefits li {
  position: relative;
  padding-left: 54px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.42;
}

.sheet-benefits li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-soft);
  content: "✓";
  font-weight: 900;
}

.sheet-benefits strong,
.sheet-copy strong {
  color: var(--gold-soft);
}

.sheet-copy {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.52;
}

.sheet-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: min(100%, 448px);
  min-height: 60px;
  border: 1px solid rgba(255, 230, 159, 0.85);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffe4a5 0%, #d99922 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 0 28px rgba(215, 165, 48, 0.28);
  color: #160d00;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
}

.sheet-primary svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.sheet-safe {
  margin: 11px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  text-align: center;
}

.sheet-safe::before {
  color: var(--gold-soft);
  content: "▣ ";
}

.sheet-hero__visual {
  display: grid;
  place-items: center;
}

.sheet-hero__visual img {
  width: min(100%, 520px);
  max-height: 780px;
  object-fit: contain;
  filter:
    drop-shadow(0 34px 70px rgba(0, 0, 0, 0.62))
    drop-shadow(0 0 42px rgba(215, 165, 48, 0.16));
}

.sheet-social {
  margin-top: 34px;
  padding: 28px 16px 26px;
  border: 1px solid rgba(215, 165, 48, 0.18);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.34);
}

.sheet-social__heading {
  margin-bottom: 24px;
  text-align: center;
}

.sheet-social__heading p {
  margin: 0 0 8px;
  color: var(--gold-soft);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sheet-social__heading h2 {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(32px, 4vw, 47px);
  line-height: 1;
  text-transform: uppercase;
}

.sheet-social__heading span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
}

.sheet-chat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.sheet-chat {
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background:
    linear-gradient(180deg, #0d2725 0 48px, transparent 48px),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.025) 0 7px, transparent 7px 16px),
    #091313;
  color: #fff;
}

.sheet-chat header {
  display: grid;
  align-content: center;
  min-height: 48px;
  padding-left: 58px;
  font-size: 12px;
}

.sheet-chat header span {
  font-size: 10px;
  opacity: 0.8;
}

.sheet-chat p,
.sheet-chat small {
  display: block;
  width: 76%;
  margin: 24px 14px 0;
  padding: 12px;
  border-radius: 8px;
  background: #172524;
  color: #fff;
  font-size: 12px;
  line-height: 1.32;
}

.sheet-chat small {
  margin: 20px 14px 0 auto;
  background: #07543d;
}

.sheet-video-bubble {
  display: grid;
  place-items: center;
  width: calc(100% - 28px);
  min-height: 130px;
  margin: 18px 14px 0;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 222, 151, 0.25), transparent 20%),
    linear-gradient(180deg, #584132, #17100d);
}

.sheet-video-bubble--woman {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 222, 151, 0.25), transparent 20%),
    linear-gradient(180deg, #4b332b, #17100d);
}

.sheet-video-bubble span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.34);
  color: #fff;
  font-size: 21px;
}

.sheet-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.sheet-trust article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 78px;
  padding: 12px;
  border-right: 1px solid rgba(215, 165, 48, 0.16);
}

.sheet-trust article:last-child {
  border-right: 0;
}

.sheet-trust span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(215, 165, 48, 0.64);
  border-radius: 50%;
  color: var(--gold-soft);
  font-size: 24px;
}

.sheet-trust strong {
  display: block;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sheet-trust small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.course-sales-body .detail-page::before,
.course-sales-body .detail-page::after {
  display: none;
}

.course-sales-page {
  min-height: 100svh;
  background:
    radial-gradient(circle at 86% 28%, rgba(215, 165, 48, 0.19), transparent 30%),
    radial-gradient(circle at 58% 55%, rgba(215, 165, 48, 0.12), transparent 22%),
    linear-gradient(180deg, #050505 0%, #070707 56%, #030303 100%);
  color: var(--white);
}

.course-sales-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 max(28px, calc((100vw - 1120px) / 2));
  border-bottom: 1px solid rgba(215, 165, 48, 0.46);
  background: rgba(0, 0, 0, 0.48);
}

.course-sales-brand {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.course-sales-brand span {
  color: var(--gold-soft);
}

.course-sales-access,
.course-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 230, 159, 0.86);
  border-radius: 5px;
  background: linear-gradient(180deg, #ffe7a9 0%, #d7a02d 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.44),
    0 0 30px rgba(215, 165, 48, 0.22);
  color: #120b00;
  font-weight: 900;
  text-transform: uppercase;
}

.course-sales-access {
  min-height: 48px;
  padding: 0 28px;
  font-size: 15px;
}

.course-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 0.95fr);
  gap: clamp(30px, 6vw, 74px);
  align-items: center;
  width: min(100% - 56px, 1120px);
  min-height: calc(100svh - 72px);
  margin: 0 auto;
  padding: 34px 0 20px;
}

.course-hero__copy {
  max-width: 560px;
}

.course-kicker {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(215, 165, 48, 0.82);
  border-radius: 999px;
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.course-hero h1 {
  margin: 20px 0 12px;
  color: #fff;
  font-weight: 900;
  line-height: 0.88;
  text-transform: uppercase;
}

.course-title-small,
.course-title-main,
.course-title-sub {
  display: block;
}

.course-title-small {
  color: #fff;
  font-size: clamp(52px, 6.3vw, 86px);
  letter-spacing: 0.01em;
}

.course-title-main {
  display: block;
  color: var(--gold);
  font-size: clamp(78px, 9.6vw, 128px);
  letter-spacing: -0.01em;
}

.course-title-sub {
  margin-top: 9px;
  color: #fff;
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.05;
}

.course-lead {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 19px;
  line-height: 1.35;
}

.course-lead strong {
  color: var(--gold-soft);
}

.course-hero__copy > p:not(.course-kicker):not(.course-lead) {
  margin: 0 0 13px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.48;
}

.course-points {
  display: grid;
  gap: 16px;
  margin: 24px 0 24px;
  padding: 0;
  list-style: none;
}

.course-points li {
  position: relative;
  padding-left: 54px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.25;
}

.course-points li::before {
  position: absolute;
  left: 0;
  top: -4px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--gold-soft);
  content: "◎";
  font-size: 32px;
}

.course-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.course-primary,
.course-secondary {
  min-height: 54px;
  padding: 0 26px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.course-primary span {
  font-size: 25px;
  line-height: 1;
}

.course-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 145px;
  border: 1px solid rgba(215, 165, 48, 0.6);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.36);
  color: var(--gold-soft);
}

.course-secondary span {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 10px;
}

.course-hero__visual {
  display: grid;
  place-items: center;
  min-height: 560px;
}

.course-device {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 456px);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), transparent 26%),
    rgba(0, 0, 0, 0.54);
  box-shadow:
    0 36px 90px rgba(0, 0, 0, 0.66),
    0 0 60px rgba(215, 165, 48, 0.18);
  transform: rotate(-4deg);
}

.course-device::after {
  position: absolute;
  inset: auto 36px -28px;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 201, 70, 0.55), transparent 68%);
  content: "";
  filter: blur(6px);
}

.course-device img {
  width: 100%;
  max-height: 620px;
  border-radius: 20px;
  object-fit: contain;
}

.course-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: min(100% - 56px, 1000px);
  margin: 0 auto 26px;
}

.course-trust article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 90px;
  padding: 16px;
  border: 1px solid rgba(215, 165, 48, 0.42);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.42);
}

.course-trust span {
  color: var(--gold-soft);
  font-size: 37px;
  line-height: 1;
}

.course-trust strong {
  display: block;
  color: var(--gold-soft);
  font-size: 14px;
  text-transform: uppercase;
}

.course-trust small {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.25;
}

.course-social {
  padding: 8px max(24px, calc((100vw - 1000px) / 2)) 44px;
  background:
    radial-gradient(circle at 100% 34%, rgba(215, 165, 48, 0.12), transparent 28%),
    rgba(3, 3, 3, 0.6);
}

.course-social__heading {
  margin-bottom: 20px;
  text-align: center;
}

.course-social__heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 42px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.course-social__heading::before,
.course-social__heading::after {
  display: inline-block;
  width: 70px;
  height: 1px;
  margin: 0 22px 9px;
  background: rgba(215, 165, 48, 0.62);
  content: "";
}

.course-social__heading span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.74);
}

.course-chat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.course-chat {
  min-height: 172px;
  overflow: hidden;
  border: 1px solid rgba(215, 165, 48, 0.36);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #164236 0 44px, transparent 44px),
    #efe7d8;
  color: #17120d;
}

.course-chat header {
  display: grid;
  align-content: center;
  min-height: 44px;
  padding-left: 54px;
  color: #fff;
  font-size: 12px;
}

.course-chat header span {
  font-size: 10px;
  opacity: 0.82;
}

.course-chat p {
  margin: 16px 14px 0;
  padding: 10px;
  border-radius: 7px;
  background: #e2ffd6;
  font-size: 12px;
  line-height: 1.25;
}

.course-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.course-video {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(215, 165, 48, 0.45);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
}

.course-video__thumb {
  display: grid;
  place-items: center;
  min-height: 140px;
  border-radius: 7px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 226, 162, 0.28), transparent 18%),
    linear-gradient(180deg, #3b2a20, #0a0a0a);
}

.course-video__thumb--woman {
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 226, 162, 0.28), transparent 18%),
    linear-gradient(180deg, #4b2d25, #0a0a0a);
}

.course-video__thumb span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
}

.course-video h3 {
  margin: 0 0 8px;
  color: var(--gold-soft);
  font-size: 24px;
  line-height: 1.15;
}

.course-video p {
  margin: 0 0 4px;
  color: #fff;
  font-size: 18px;
}

.course-video strong {
  display: block;
  color: var(--gold-soft);
  letter-spacing: 0.12em;
}

.course-video div > span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.4;
}

.course-final-proof {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin-top: 18px;
  padding: 18px 26px;
  border: 1px solid rgba(215, 165, 48, 0.56);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.48);
}

.course-final-proof > span {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(215, 165, 48, 0.72);
  border-radius: 50%;
  color: var(--gold-soft);
  font-size: 36px;
}

.course-final-proof h2 {
  margin: 0 0 6px;
  color: var(--gold-soft);
  font-size: 27px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.course-final-proof p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.alpha-sales-body .detail-page::before,
.alpha-sales-body .detail-page::after {
  display: none;
}

.alpha-sales-page {
  min-height: 100svh;
  background:
    radial-gradient(circle at 72% 35%, rgba(215, 165, 48, 0.22), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(215, 165, 48, 0.12), transparent 36%),
    linear-gradient(180deg, #050505 0%, #070707 55%, #030303 100%);
  color: var(--white);
}

.alpha-sales-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 max(28px, calc((100vw - 1120px) / 2));
  border-bottom: 1px solid rgba(215, 165, 48, 0.5);
  background: rgba(0, 0, 0, 0.55);
}

.alpha-sales-brand {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.alpha-sales-access,
.alpha-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid rgba(255, 230, 159, 0.86);
  border-radius: 7px;
  background: linear-gradient(180deg, #ffe5a3 0%, #d9a02c 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.44),
    0 0 30px rgba(215, 165, 48, 0.24);
  color: #120b00;
  font-weight: 900;
  text-transform: uppercase;
}

.alpha-sales-access {
  padding: 0 30px;
  font-size: 15px;
}

.alpha-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  width: min(100% - 56px, 1120px);
  min-height: calc(100svh - 72px);
  margin: 0 auto;
  padding: 38px 0 26px;
}

.alpha-hero__copy {
  max-width: 560px;
}

.alpha-hero h1 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(42px, 5.5vw, 68px);
  font-weight: 900;
  line-height: 1.02;
  text-transform: uppercase;
}

.alpha-hero h1 span {
  display: block;
  color: var(--gold-soft);
}

.alpha-lead {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.93);
  font-size: 21px;
  line-height: 1.35;
}

.alpha-hero__copy > p:not(.alpha-lead) {
  margin: 0 0 13px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.45;
}

.alpha-points {
  display: grid;
  gap: 14px;
  margin: 24px 0 24px;
  padding: 0;
  list-style: none;
}

.alpha-points li {
  position: relative;
  padding-left: 54px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.25;
}

.alpha-points li::before {
  position: absolute;
  left: 0;
  top: -7px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-soft);
  content: "◎";
  font-size: 28px;
}

.alpha-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 20px;
}

.alpha-primary,
.alpha-secondary {
  min-height: 54px;
  padding: 0 26px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.alpha-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 175px;
  border: 1px solid rgba(215, 165, 48, 0.6);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.38);
  color: #fff;
}

.alpha-mini-trust {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.alpha-mini-trust span::before {
  color: var(--gold-soft);
  content: "▣ ";
}

.alpha-hero__visual {
  position: relative;
  min-height: 560px;
}

.alpha-device {
  position: absolute;
  display: grid;
  place-items: center;
  border: 10px solid #121212;
  border-radius: 32px;
  background: #050505;
  box-shadow:
    0 36px 88px rgba(0, 0, 0, 0.66),
    0 0 60px rgba(215, 165, 48, 0.2);
  overflow: hidden;
}

.alpha-device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alpha-tablet {
  right: 64px;
  top: 0;
  width: 330px;
  height: 500px;
  transform: rotate(4deg);
}

.alpha-phone {
  right: 0;
  bottom: 20px;
  width: 150px;
  height: 310px;
  border-radius: 24px;
  transform: rotate(2deg);
}

.alpha-social {
  border-top: 1px solid rgba(215, 165, 48, 0.42);
  padding: 26px max(24px, calc((100vw - 1040px) / 2)) 50px;
  background:
    radial-gradient(circle at 50% 0%, rgba(215, 165, 48, 0.12), transparent 28%),
    #030303;
}

.alpha-social__heading {
  margin-bottom: 24px;
  text-align: center;
}

.alpha-social__heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.alpha-social__heading p {
  margin: 8px 0 4px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
}

.alpha-social__heading span {
  color: var(--gold-soft);
  font-size: 18px;
}

.alpha-chat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.alpha-chat {
  min-height: 178px;
  overflow: hidden;
  border: 1px solid rgba(215, 165, 48, 0.35);
  border-radius: 10px;
  background:
    linear-gradient(180deg, #efe8d8 0 100%),
    #efe8d8;
  color: #17120d;
}

.alpha-chat header {
  display: flex;
  justify-content: space-between;
  min-height: 44px;
  padding: 12px 14px 0;
  color: #0d6d39;
  font-size: 12px;
}

.alpha-chat p {
  margin: 14px;
  padding: 12px;
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
  line-height: 1.3;
}

.alpha-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.alpha-video {
  display: grid;
  grid-template-columns: minmax(180px, 0.82fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(215, 165, 48, 0.52);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.alpha-video__thumb {
  display: grid;
  place-items: center;
  min-height: 150px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 226, 162, 0.28), transparent 18%),
    linear-gradient(180deg, #3b2a20, #0a0a0a);
}

.alpha-video__thumb--woman {
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 226, 162, 0.28), transparent 18%),
    linear-gradient(180deg, #4b2d25, #0a0a0a);
}

.alpha-video__thumb span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
}

.alpha-video h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
}

.alpha-video p,
.alpha-video strong {
  color: var(--gold-soft);
}

.alpha-final-proof {
  display: grid;
  justify-items: center;
  margin-top: 22px;
  padding-top: 20px;
  text-align: center;
}

.alpha-final-proof > span {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(215, 165, 48, 0.72);
  border-radius: 50%;
  color: var(--gold-soft);
  font-size: 36px;
}

.alpha-final-proof h2 {
  margin: 10px 0 5px;
  color: var(--gold-soft);
  font-size: 28px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.alpha-final-proof p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.dividend-sales-body .detail-page::before,
.dividend-sales-body .detail-page::after {
  display: none;
}

.dividend-sales-page {
  min-height: 100svh;
  background:
    radial-gradient(circle at 77% 35%, rgba(215, 165, 48, 0.2), transparent 30%),
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.06), transparent 18%),
    linear-gradient(180deg, #050505 0%, #070707 58%, #030303 100%);
  color: var(--white);
}

.dividend-sales-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 0 max(28px, calc((100vw - 1120px) / 2));
  border-bottom: 1px solid rgba(215, 165, 48, 0.42);
  background: rgba(0, 0, 0, 0.56);
}

.dividend-sales-brand {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.dividend-sales-access,
.dividend-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid rgba(255, 230, 159, 0.86);
  border-radius: 7px;
  background: linear-gradient(180deg, #ffe5a3 0%, #d9a02c 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.44),
    0 0 30px rgba(215, 165, 48, 0.24);
  color: #120b00;
  font-weight: 900;
  text-transform: uppercase;
}

.dividend-sales-access {
  padding: 0 30px;
  font-size: 15px;
}

.dividend-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  width: min(100% - 56px, 1120px);
  min-height: calc(100svh - 74px);
  margin: 0 auto;
  padding: 42px 0 28px;
}

.dividend-hero__copy {
  max-width: 560px;
}

.dividend-kicker {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 18px;
  border: 1px solid rgba(215, 165, 48, 0.82);
  border-radius: 999px;
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.dividend-hero h1 {
  margin: 24px 0 18px;
  color: #fff;
  font-size: clamp(58px, 7vw, 92px);
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}

.dividend-hero h1 span {
  display: block;
  color: var(--gold);
}

.dividend-lead {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 21px;
  line-height: 1.45;
}

.dividend-points {
  display: grid;
  gap: 18px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.dividend-points li {
  position: relative;
  padding-left: 58px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.35;
}

.dividend-points li::before {
  position: absolute;
  left: 0;
  top: -7px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-soft);
  content: "✓";
  font-size: 25px;
  font-weight: 900;
}

.dividend-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.dividend-primary,
.dividend-secondary {
  min-height: 54px;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.dividend-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  border: 1px solid rgba(215, 165, 48, 0.65);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.42);
  color: #fff;
}

.dividend-hero__visual {
  position: relative;
  min-height: 560px;
}

.dividend-device {
  position: absolute;
  display: grid;
  place-items: center;
  border: 10px solid #121212;
  border-radius: 32px;
  background: #050505;
  box-shadow:
    0 36px 88px rgba(0, 0, 0, 0.66),
    0 0 60px rgba(215, 165, 48, 0.2);
  overflow: hidden;
}

.dividend-device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dividend-tablet {
  right: 70px;
  top: 0;
  width: 330px;
  height: 500px;
}

.dividend-phone {
  right: -58px;
  bottom: 24px;
  width: 150px;
  height: 310px;
  border-radius: 24px;
}

.dividend-social {
  border-top: 1px solid rgba(215, 165, 48, 0.34);
  padding: 34px max(24px, calc((100vw - 1040px) / 2)) 30px;
  background: #030303;
}

.dividend-social__heading {
  margin-bottom: 28px;
  text-align: center;
}

.dividend-social__heading h2 {
  margin: 0;
  color: var(--gold-soft);
  font-size: clamp(30px, 4vw, 42px);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dividend-social__heading p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.dividend-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.dividend-message,
.dividend-video {
  min-height: 270px;
  padding: 28px;
  border: 1px solid rgba(215, 165, 48, 0.44);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent 40%),
    rgba(10, 10, 10, 0.72);
}

.dividend-message strong {
  color: var(--gold-soft);
  font-size: 17px;
}

.dividend-message p {
  margin: 22px 0 22px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.35;
}

.dividend-message span {
  color: rgba(255, 255, 255, 0.62);
}

.dividend-video {
  display: grid;
  align-content: end;
  padding: 0;
  overflow: hidden;
}

.dividend-video__thumb {
  display: grid;
  place-items: center;
  min-height: 155px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 226, 162, 0.28), transparent 18%),
    linear-gradient(180deg, #3b2a20, #0a0a0a);
}

.dividend-video__thumb--woman {
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 226, 162, 0.28), transparent 18%),
    linear-gradient(180deg, #4b2d25, #0a0a0a);
}

.dividend-video__thumb span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
}

.dividend-video h3 {
  margin: 16px 18px 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.dividend-video p {
  margin: 0 18px 18px;
  color: var(--gold-soft);
  font-weight: 800;
  text-align: center;
}

.dividend-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(100% - 56px, 1040px);
  margin: 4px auto 46px;
  padding: 18px;
  border: 1px solid rgba(215, 165, 48, 0.42);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.5);
}

.dividend-trust article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border-right: 1px solid rgba(215, 165, 48, 0.18);
}

.dividend-trust article:last-child {
  border-right: 0;
}

.dividend-trust span {
  color: var(--gold-soft);
  font-size: 38px;
}

.dividend-trust strong {
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.dividend-trust small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.mind-sales-body .detail-page::before,
.mind-sales-body .detail-page::after {
  display: none;
}

.mind-sales-page {
  min-height: 100svh;
  background:
    radial-gradient(circle at 76% 28%, rgba(215, 165, 48, 0.22), transparent 26%),
    radial-gradient(circle at 78% 58%, rgba(215, 165, 48, 0.16), transparent 28%),
    linear-gradient(180deg, #050505 0%, #080706 62%, #030303 100%);
  color: var(--white);
}

.mind-sales-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 0 max(28px, calc((100vw - 1120px) / 2));
  border-bottom: 1px solid rgba(215, 165, 48, 0.44);
  background: rgba(0, 0, 0, 0.62);
}

.mind-sales-brand {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.mind-sales-access,
.mind-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid rgba(255, 230, 159, 0.88);
  border-radius: 7px;
  background: linear-gradient(180deg, #ffe7aa 0%, #d9a02c 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 0 30px rgba(215, 165, 48, 0.25);
  color: #120b00;
  font-weight: 900;
  text-transform: uppercase;
}

.mind-sales-access {
  padding: 0 30px;
  font-size: 15px;
}

.mind-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 1fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
  width: min(100% - 56px, 1120px);
  min-height: calc(100svh - 74px);
  margin: 0 auto;
  padding: 34px 0 28px;
}

.mind-hero__copy {
  max-width: 560px;
}

.mind-kicker {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 18px;
  border: 1px solid rgba(215, 165, 48, 0.82);
  border-radius: 999px;
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mind-hero h1 {
  margin: 20px 0 14px;
  color: var(--gold);
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: clamp(70px, 8vw, 112px);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: 0.015em;
  line-height: 0.83;
  text-transform: uppercase;
}

.mind-hero h1 span {
  display: block;
}

.mind-lead {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 21px;
  line-height: 1.42;
}

.mind-hero__copy p:not(.mind-kicker):not(.mind-lead):not(.mind-highlight) {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.5;
}

.mind-highlight {
  margin: 0 0 22px;
  color: var(--gold-soft);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
}

.mind-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 24px;
}

.mind-points span,
.mind-mini-trust span {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 1.25;
}

.mind-points span {
  min-height: 48px;
  padding-left: 38px;
}

.mind-points span::before {
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-soft);
  content: "✓";
  font-weight: 900;
}

.mind-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 24px;
}

.mind-primary,
.mind-secondary {
  min-height: 54px;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.mind-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  border: 1px solid rgba(215, 165, 48, 0.65);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.42);
  color: #fff;
}

.mind-mini-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding-top: 4px;
}

.mind-mini-trust span {
  padding-left: 20px;
}

.mind-mini-trust span::before {
  position: absolute;
  left: 0;
  color: var(--gold-soft);
  content: "•";
  font-size: 20px;
  line-height: 1;
}

.mind-hero__visual {
  position: relative;
  min-height: 590px;
}

.mind-device {
  position: absolute;
  display: grid;
  place-items: center;
  border: 10px solid #121212;
  border-radius: 32px;
  background: #050505;
  box-shadow:
    0 36px 88px rgba(0, 0, 0, 0.66),
    0 0 70px rgba(215, 165, 48, 0.24);
  overflow: hidden;
}

.mind-device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mind-tablet {
  right: 76px;
  top: 0;
  width: 330px;
  height: 520px;
}

.mind-phone {
  right: 0;
  bottom: 16px;
  width: 148px;
  height: 312px;
  border-radius: 24px;
}

.mind-social {
  border-top: 1px solid rgba(215, 165, 48, 0.34);
  padding: 34px max(24px, calc((100vw - 1040px) / 2)) 30px;
  background:
    radial-gradient(circle at 90% 20%, rgba(215, 165, 48, 0.14), transparent 24%),
    #030303;
}

.mind-social__heading {
  margin-bottom: 26px;
  text-align: center;
}

.mind-social__heading h2 {
  margin: 0;
  color: var(--gold-soft);
  font-size: clamp(30px, 4vw, 42px);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mind-social__heading p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.mind-proof-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.mind-message,
.mind-video {
  border: 1px solid rgba(215, 165, 48, 0.44);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent 42%),
    rgba(10, 10, 10, 0.78);
}

.mind-message {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 292px;
  padding: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 45%),
    #0b1411;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.mind-message header {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  min-height: 48px;
  padding: 7px 12px;
  background: #075e54;
  color: #fff;
}

.mind-message header::before {
  display: block;
  width: 28px;
  height: 28px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 35%, #d6a64a 0 18%, transparent 19%),
    radial-gradient(circle at 50% 82%, #d6a64a 0 32%, transparent 33%),
    rgba(255, 255, 255, 0.15);
  content: "";
}

.mind-message header::after {
  position: absolute;
  right: 12px;
  top: 13px;
  color: rgba(255, 255, 255, 0.82);
  content: "⌕  ⋮";
  font-size: 17px;
  letter-spacing: 0.18em;
}

.mind-message strong,
.mind-message small {
  grid-column: 2;
}

.mind-message strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.05;
}

.mind-message small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
}

.mind-bubbles {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  min-height: 190px;
  padding: 16px 12px;
  background:
    radial-gradient(circle at 18px 18px, rgba(255, 255, 255, 0.035) 0 2px, transparent 3px) 0 0 / 28px 28px,
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 40%),
    #efe7d6;
}

.mind-bubble {
  position: relative;
  max-width: 88%;
  margin: 0;
  padding: 9px 10px 19px;
  border-radius: 8px;
  color: #101010;
  font-size: 12px;
  line-height: 1.24;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.mind-bubble::after {
  position: absolute;
  right: 9px;
  bottom: 4px;
  color: rgba(0, 0, 0, 0.46);
  font-size: 9px;
}

.mind-bubble--in {
  align-self: flex-start;
  border-top-left-radius: 2px;
  background: #fff;
}

.mind-bubble--in::after {
  content: "10:24";
}

.mind-bubble--out {
  align-self: flex-end;
  border-top-right-radius: 2px;
  background: #dcf8c6;
}

.mind-bubble--out::after {
  color: #4f8bbf;
  content: "10:25 ✓✓";
}

.mind-message footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 8px;
  align-items: center;
  min-height: 48px;
  padding: 8px;
  background: #efe7d6;
}

.mind-message footer span {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 0 13px;
  border-radius: 999px;
  background: #fff;
  color: rgba(0, 0, 0, 0.42);
  font-size: 12px;
}

.mind-message footer::after {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #128c7e;
  color: #fff;
  content: "›";
  font-size: 22px;
  font-weight: 900;
}

.mind-video {
  display: grid;
  align-content: end;
  min-height: 240px;
  padding: 0;
  overflow: hidden;
}

.mind-video__thumb {
  display: grid;
  place-items: center;
  min-height: 132px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 226, 162, 0.28), transparent 18%),
    linear-gradient(180deg, #3b2a20, #0a0a0a);
}

.mind-video__thumb--woman {
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 226, 162, 0.28), transparent 18%),
    linear-gradient(180deg, #4b2d25, #0a0a0a);
}

.mind-video__thumb span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
}

.mind-video h3 {
  margin: 15px 18px 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.mind-video p {
  margin: 0 18px 18px;
  color: var(--gold-soft);
  font-weight: 800;
  text-align: center;
}

.mind-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(100% - 56px, 1040px);
  margin: 4px auto 46px;
  padding: 18px;
  border: 1px solid rgba(215, 165, 48, 0.42);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.5);
}

.mind-trust article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border-right: 1px solid rgba(215, 165, 48, 0.18);
}

.mind-trust article:last-child {
  border-right: 0;
}

.mind-trust span {
  color: var(--gold-soft);
  font-size: 38px;
}

.mind-trust strong {
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.mind-trust small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.eisl-sales-body .detail-page::before,
.eisl-sales-body .detail-page::after {
  display: none;
}

.eisl-sales-page {
  --eisl-green: #7ed33f;
  --eisl-green-soft: #a9f36e;
  min-height: 100svh;
  padding: 16px 0 26px;
  background:
    radial-gradient(circle at 78% 28%, rgba(126, 211, 63, 0.18), transparent 26%),
    radial-gradient(circle at 55% 88%, rgba(126, 211, 63, 0.12), transparent 30%),
    linear-gradient(180deg, #030403 0%, #050705 58%, #020302 100%);
  color: var(--white);
}

.eisl-sales-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 56px, 1120px);
  min-height: 70px;
  margin: 0 auto;
  padding: 0 38px;
  border: 1px solid rgba(126, 211, 63, 0.28);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.58);
  box-shadow:
    inset 0 -1px 0 rgba(255, 255, 255, 0.05),
    0 0 38px rgba(126, 211, 63, 0.08);
}

.eisl-sales-brand {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.eisl-sales-access,
.eisl-primary,
.eisl-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 1px solid rgba(169, 243, 110, 0.86);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.52);
  box-shadow:
    0 0 0 1px rgba(169, 243, 110, 0.08),
    0 0 30px rgba(126, 211, 63, 0.24);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.eisl-sales-access {
  padding: 0 34px;
  font-size: 15px;
}

.eisl-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(390px, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  width: min(100% - 56px, 1120px);
  margin: 0 auto;
  padding: 36px 0 24px;
}

.eisl-hero__copy {
  max-width: 565px;
}

.eisl-kicker {
  margin: 0 0 22px;
  color: var(--eisl-green-soft);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.38em;
  text-transform: uppercase;
}

.eisl-hero h1 {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(49px, 6vw, 70px);
  font-weight: 900;
  line-height: 0.96;
  text-transform: uppercase;
}

.eisl-hero h1 span {
  color: var(--eisl-green);
}

.eisl-hero h1 small {
  display: block;
  font-size: 0.86em;
}

.eisl-lead {
  margin: 0 0 20px;
  color: var(--eisl-green-soft);
  font-size: 22px;
  line-height: 1.28;
}

.eisl-hero__copy p:not(.eisl-kicker):not(.eisl-lead) {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.5;
}

.eisl-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 16px;
  padding: 0;
  list-style: none;
}

.eisl-list li {
  position: relative;
  padding-left: 32px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.35;
}

.eisl-list li::before {
  position: absolute;
  left: 0;
  top: 1px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid var(--eisl-green);
  border-radius: 50%;
  color: var(--eisl-green-soft);
  content: "✓";
  font-size: 12px;
  font-weight: 900;
}

.eisl-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(126, 211, 63, 0.2);
}

.eisl-points span {
  position: relative;
  min-height: 44px;
  padding-left: 38px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.18;
}

.eisl-points span::before,
.eisl-mini-trust span::before {
  position: absolute;
  left: 0;
  color: var(--eisl-green-soft);
  content: "◎";
  font-size: 24px;
  line-height: 1;
}

.eisl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 22px;
}

.eisl-primary {
  min-width: 315px;
  background: linear-gradient(180deg, rgba(169, 243, 110, 0.82), rgba(65, 111, 30, 0.92));
  color: #fff;
}

.eisl-secondary {
  min-width: 200px;
}

.eisl-mini-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(126, 211, 63, 0.18);
}

.eisl-mini-trust span {
  position: relative;
  padding-left: 25px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.2;
}

.eisl-mini-trust span::before {
  content: "✦";
  font-size: 17px;
}

.eisl-hero__visual {
  position: relative;
  min-height: 590px;
}

.eisl-device {
  position: absolute;
  display: grid;
  place-items: center;
  border: 10px solid #121212;
  border-radius: 32px;
  background: #050505;
  box-shadow:
    0 36px 88px rgba(0, 0, 0, 0.66),
    0 0 70px rgba(126, 211, 63, 0.2);
  overflow: hidden;
}

.eisl-device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eisl-tablet {
  right: 76px;
  top: 0;
  width: 340px;
  height: 520px;
}

.eisl-phone {
  right: 0;
  bottom: 26px;
  width: 150px;
  height: 312px;
  border-radius: 24px;
}

.eisl-social {
  width: min(100% - 56px, 1080px);
  margin: 0 auto;
  padding: 24px 0 20px;
  border-top: 1px solid rgba(126, 211, 63, 0.24);
}

.eisl-social__heading {
  margin-bottom: 22px;
  text-align: center;
}

.eisl-social__heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 42px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eisl-social__heading p {
  margin: 6px 0 0;
  color: var(--eisl-green-soft);
  font-size: 17px;
}

.eisl-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.eisl-message,
.eisl-video {
  border: 1px solid rgba(126, 211, 63, 0.45);
  border-radius: 10px;
  background: rgba(10, 10, 10, 0.78);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.eisl-message {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 218px;
}

.eisl-message header {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  min-height: 44px;
  padding: 7px 12px;
  background: #102414;
  color: #fff;
}

.eisl-message header::before {
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(169, 243, 110, 0.7);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 35%, var(--eisl-green) 0 18%, transparent 19%),
    radial-gradient(circle at 50% 82%, var(--eisl-green) 0 32%, transparent 33%),
    rgba(255, 255, 255, 0.1);
  content: "";
}

.eisl-message header::after {
  position: absolute;
  right: 12px;
  top: 11px;
  color: rgba(255, 255, 255, 0.72);
  content: "09:37";
  font-size: 12px;
}

.eisl-message strong,
.eisl-message small {
  grid-column: 2;
}

.eisl-message strong {
  color: var(--eisl-green-soft);
  font-size: 13px;
}

.eisl-message small {
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
}

.eisl-bubbles {
  display: flex;
  align-items: center;
  min-height: 126px;
  padding: 14px;
  background:
    radial-gradient(circle at 18px 18px, rgba(255, 255, 255, 0.03) 0 2px, transparent 3px) 0 0 / 28px 28px,
    #101714;
}

.eisl-bubble {
  position: relative;
  margin: 0;
  padding: 10px 12px 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}

.eisl-bubble::after {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #4f9fff;
  content: "✓✓";
  font-size: 13px;
}

.eisl-message footer {
  min-height: 34px;
  padding: 7px 10px;
  background: #101714;
}

.eisl-message footer span {
  display: flex;
  align-items: center;
  min-height: 22px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
}

.eisl-video {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  align-items: stretch;
  min-height: 185px;
}

.eisl-video__thumb {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 45%, rgba(169, 243, 110, 0.18), transparent 22%),
    linear-gradient(180deg, #3b2a20, #0a0a0a);
}

.eisl-video__thumb--woman {
  background:
    radial-gradient(circle at 50% 45%, rgba(169, 243, 110, 0.18), transparent 22%),
    linear-gradient(180deg, #343434, #0a0a0a);
}

.eisl-video__thumb span {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
}

.eisl-video div:last-child {
  padding: 24px;
}

.eisl-video p {
  margin: 0 0 6px;
  color: var(--eisl-green-soft);
  font-weight: 800;
}

.eisl-video strong {
  color: #ffd94b;
  letter-spacing: 0.12em;
}

.eisl-video h3 {
  margin: 10px 0 14px;
  color: #fff;
  font-size: 23px;
  line-height: 1.14;
}

.eisl-video small {
  color: rgba(255, 255, 255, 0.6);
}

.eisl-trust {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  width: min(100% - 56px, 1080px);
  margin: 0 auto;
  padding: 16px;
  border: 1px solid rgba(126, 211, 63, 0.4);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.48);
}

.eisl-trust article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border-right: 1px solid rgba(126, 211, 63, 0.18);
}

.eisl-trust article:last-child {
  border-right: 0;
}

.eisl-trust span {
  color: var(--eisl-green-soft);
  font-size: 32px;
}

.eisl-trust strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.12;
}

.mentor-sales-body .detail-page::before,
.mentor-sales-body .detail-page::after {
  display: none;
}

.mentor-sales-page {
  --mentor-green: #65b640;
  --mentor-green-soft: #8dde5b;
  min-height: 100svh;
  background:
    radial-gradient(circle at 78% 34%, rgba(101, 182, 64, 0.14), transparent 25%),
    radial-gradient(circle at 44% 74%, rgba(101, 182, 64, 0.08), transparent 30%),
    linear-gradient(180deg, #030504 0%, #07100d 58%, #020302 100%);
  color: var(--white);
}

.mentor-sales-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 max(36px, calc((100vw - 1120px) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.62);
}

.mentor-sales-brand {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.46em;
  text-transform: uppercase;
}

.mentor-sales-brand span {
  color: var(--mentor-green);
}

.mentor-sales-access,
.mentor-primary,
.mentor-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 28px rgba(255, 255, 255, 0.1);
  color: #070707;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mentor-sales-access {
  padding: 0 34px;
  font-size: 15px;
}

.mentor-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(410px, 1fr);
  gap: clamp(40px, 5.4vw, 82px);
  align-items: center;
  width: min(100% - 56px, 1120px);
  margin: 0 auto;
  padding: 36px 0 28px;
}

.mentor-hero__copy {
  max-width: 530px;
}

.mentor-kicker {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  margin: 0 0 18px;
  padding: 0 16px;
  border: 1px solid rgba(101, 182, 64, 0.72);
  border-radius: 5px;
  color: var(--mentor-green-soft);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.mentor-hero h1 {
  margin: 0 0 14px;
  color: #fff;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: clamp(42px, 4.55vw, 58px);
  font-weight: 900;
  line-height: 1.02;
  text-transform: uppercase;
}

.mentor-title-line {
  display: block;
}

.mentor-hero h1 > span:last-child {
  display: block;
  color: var(--mentor-green);
}

.mentor-lead {
  max-width: 500px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.42;
}

.mentor-hero__copy p:not(.mentor-kicker):not(.mentor-lead) {
  max-width: 500px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.46;
}

.mentor-list {
  display: grid;
  gap: 9px;
  max-width: 500px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  counter-reset: mentor-step;
}

.mentor-list li {
  position: relative;
  padding-left: 34px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.38;
  counter-increment: mentor-step;
}

.mentor-list li::before {
  position: absolute;
  left: 0;
  top: 2px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid var(--mentor-green-soft);
  border-radius: 50%;
  color: var(--mentor-green-soft);
  content: counter(mentor-step);
  font-size: 13px;
  font-weight: 900;
}

.mentor-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 520px;
  margin: 20px 0 22px;
}

.mentor-points span {
  position: relative;
  min-height: 38px;
  padding-left: 42px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.mentor-points span::before {
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: rgba(101, 182, 64, 0.2);
  color: var(--mentor-green-soft);
  content: "✓";
  font-size: 20px;
}

.mentor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.mentor-primary,
.mentor-secondary {
  min-width: 270px;
}

.mentor-secondary {
  background: rgba(0, 0, 0, 0.42);
  color: #fff;
}

.mentor-hero__visual {
  position: relative;
  min-height: 610px;
}

.mentor-device {
  position: absolute;
  display: grid;
  place-items: center;
  border: 10px solid #121212;
  border-radius: 32px;
  background: #050505;
  box-shadow:
    0 36px 88px rgba(0, 0, 0, 0.66),
    0 0 70px rgba(101, 182, 64, 0.16);
  overflow: hidden;
}

.mentor-device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mentor-tablet {
  right: 76px;
  top: 0;
  width: 350px;
  height: 535px;
}

.mentor-phone {
  right: 0;
  bottom: 18px;
  width: 150px;
  height: 318px;
  border-radius: 24px;
}

.mentor-trust,
.mentor-final {
  display: grid;
  width: min(100% - 56px, 1080px);
  margin: 0 auto 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.42);
}

.mentor-trust {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 20px;
}

.mentor-final {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 18px;
}

.mentor-trust article,
.mentor-final article {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.mentor-trust article:last-child,
.mentor-final article:last-child {
  border-right: 0;
}

.mentor-trust span,
.mentor-final span {
  color: var(--mentor-green-soft);
  font-size: 38px;
}

.mentor-trust strong,
.mentor-final strong {
  display: block;
  color: #fff;
  font-size: 15px;
}

.mentor-trust small,
.mentor-final small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.25;
}

.mentor-social {
  width: min(100% - 56px, 1080px);
  margin: 0 auto;
  padding: 0 0 24px;
}

.mentor-social__heading {
  margin-bottom: 22px;
  text-align: center;
}

.mentor-social__heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 42px);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mentor-social__heading span {
  color: var(--mentor-green);
}

.mentor-social__heading p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.mentor-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mentor-message,
.mentor-video {
  border: 1px solid rgba(101, 182, 64, 0.38);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(101, 182, 64, 0.1), transparent 48%),
    rgba(9, 18, 14, 0.82);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
}

.mentor-message {
  position: relative;
  min-height: 174px;
  padding: 20px 18px 22px;
}

.mentor-message::before {
  color: #28d267;
  content: "●";
  font-size: 20px;
}

.mentor-message p {
  margin: 6px 0 12px;
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
}

.mentor-message strong {
  display: block;
  color: var(--mentor-green-soft);
  font-size: 14px;
}

.mentor-message small {
  position: absolute;
  right: 18px;
  bottom: 18px;
  color: rgba(255, 255, 255, 0.58);
}

.mentor-video {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 235px minmax(0, 1fr);
  overflow: hidden;
}

.mentor-video__thumb {
  display: grid;
  place-items: center;
  min-height: 190px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.18), transparent 20%),
    linear-gradient(180deg, #3b2a20, #0a0a0a);
}

.mentor-video__thumb--woman {
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.18), transparent 20%),
    linear-gradient(180deg, #4a4037, #0a0a0a);
}

.mentor-video__thumb span {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  color: #070707;
  font-size: 22px;
}

.mentor-video div:last-child {
  padding: 26px;
}

.mentor-video h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 19px;
  line-height: 1.32;
  font-weight: 500;
}

.mentor-video strong {
  display: block;
  color: var(--mentor-green-soft);
  font-size: 15px;
  text-transform: uppercase;
}

.mentor-video small {
  color: rgba(255, 255, 255, 0.66);
}

.detail-page::before,
.detail-page::after {
  position: fixed;
  content: "";
  pointer-events: none;
}

.detail-page::before {
  inset: -28px;
  background: url("assets/hero-bg.png") center right / cover no-repeat;
  filter: blur(14px);
  opacity: 0.72;
  transform: scale(1.03);
  z-index: -2;
}

.detail-page::after {
  inset: 0;
  background:
    radial-gradient(circle at 77% 52%, rgba(215, 165, 48, 0.2), transparent 24%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.88) 52%, rgba(0, 0, 0, 0.64) 100%);
  z-index: -1;
}

.detail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 96px, 1380px);
  margin: 0 auto;
  padding: 30px 0 0;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  align-items: center;
  gap: clamp(34px, 7vw, 112px);
  width: min(100% - 96px, 1200px);
  min-height: calc(100svh - 110px);
  margin: 0 auto;
  padding: 48px 0 72px;
}

.landing-hero {
  min-height: auto;
  padding-bottom: 54px;
}

.detail-copy h1 {
  max-width: 760px;
  margin: 0;
  background: linear-gradient(180deg, #fff 0%, #fff 36%, #d7a530 100%);
  background-clip: text;
  color: transparent;
  font-size: clamp(46px, 6vw, 86px);
  line-height: 0.96;
  font-weight: 800;
}

.detail-benefits {
  margin-top: 24px;
}

.landing-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 26px;
}

.landing-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 208, 92, 0.5);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.42);
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.detail-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 208, 92, 0.62);
  border-radius: 999px;
  background: #020202;
  box-shadow:
    0 0 0 1px rgba(255, 229, 159, 0.06),
    0 0 14px rgba(255, 190, 56, 0.2),
    0 12px 28px rgba(0, 0, 0, 0.28);
  color: var(--gold-soft);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.detail-back:hover,
.detail-back:focus-visible {
  border-color: rgba(255, 226, 136, 0.9);
  color: var(--gold-soft);
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(255, 229, 159, 0.1),
    0 0 20px rgba(255, 197, 65, 0.32),
    0 0 38px rgba(255, 197, 65, 0.14),
    0 16px 34px rgba(0, 0, 0, 0.34);
}

.detail-card {
  position: relative;
  width: min(100%, 330px);
  margin-left: auto;
  padding-top: 74px;
}

.detail-card .product-number {
  font-size: 132px;
  left: -18px;
}

.detail-cover {
  width: 100%;
  min-height: 410px;
  max-height: none;
  padding: 52px 28px 42px;
  box-shadow:
    inset 0 0 42px rgba(215, 165, 48, 0.14),
    0 26px 70px rgba(0, 0, 0, 0.5),
    0 0 44px rgba(215, 165, 48, 0.14);
}

.detail-cover h3 {
  font-size: 23px;
}

.detail-cover h3 strong {
  font-size: 34px;
}

.detail-cover svg {
  width: 145px;
  height: 145px;
  stroke-width: 1.55;
}

.detail-card .product-type {
  margin-top: 22px;
  font-size: 14px;
}

.detail-card .product-name {
  max-width: 250px;
  font-size: 18px;
  text-align: center;
}

.landing-section,
.landing-final {
  position: relative;
  z-index: 1;
  width: min(100% - 96px, 1180px);
  margin: 0 auto;
}

.landing-section {
  padding: 54px 0;
}

.landing-section__heading {
  width: min(720px, 100%);
  margin: 0 auto 30px;
  text-align: center;
}

.landing-section__heading p {
  margin: 0 0 10px;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.landing-section__heading h2,
.landing-split h2,
.landing-final h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: 1;
}

.landing-section__heading span,
.landing-split p,
.landing-final p {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.55;
}

.landing-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.landing-card {
  min-height: 210px;
  padding: 28px;
  border: 1px solid rgba(255, 208, 92, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 42%),
    rgba(7, 7, 7, 0.78);
  box-shadow:
    inset 0 0 28px rgba(215, 165, 48, 0.04),
    0 20px 44px rgba(0, 0, 0, 0.24);
}

.landing-card h3 {
  margin: 0 0 13px;
  color: var(--gold-soft);
  font-size: 19px;
  line-height: 1.15;
}

.landing-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.55;
}

.landing-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
  padding-top: 38px;
}

.landing-checklist {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.landing-checklist li {
  position: relative;
  padding: 18px 18px 18px 48px;
  border: 1px solid rgba(255, 208, 92, 0.24);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.42);
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.42;
}

.landing-checklist li::before {
  position: absolute;
  top: 17px;
  left: 18px;
  color: var(--gold-soft);
  content: "✓";
  font-weight: 900;
}

.landing-final {
  width: min(100% - 96px, 920px);
  margin-bottom: 64px;
  padding: 44px;
  border: 1px solid rgba(255, 208, 92, 0.38);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 0%, rgba(215, 165, 48, 0.14), transparent 42%),
    rgba(0, 0, 0, 0.68);
  box-shadow:
    0 0 34px rgba(215, 165, 48, 0.11),
    0 30px 70px rgba(0, 0, 0, 0.36);
  text-align: center;
}

.landing-final .primary-cta {
  margin-top: 26px;
}

.reveal-section .products__heading,
.reveal-section .product-card,
.reveal-section .products-cta,
.reveal-section .app-showcase__copy,
.reveal-section .app-showcase__media,
.reveal-section .testimonials__heading,
.reveal-section .testimonial-shot {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 650ms ease,
    transform 650ms ease;
}

.reveal-section.is-visible .products__heading,
.reveal-section.is-visible .product-card,
.reveal-section.is-visible .products-cta,
.reveal-section.is-visible .app-showcase__copy,
.reveal-section.is-visible .app-showcase__media,
.reveal-section.is-visible .testimonials__heading,
.reveal-section.is-visible .testimonial-shot {
  opacity: 1;
  transform: translateY(0);
}

.reveal-section.is-visible .app-showcase__media {
  transition-delay: 120ms;
}

.reveal-section.is-visible .product-card:nth-child(2) {
  transition-delay: 60ms;
}

.reveal-section.is-visible .product-card:nth-child(3) {
  transition-delay: 120ms;
}

.reveal-section.is-visible .product-card:nth-child(4) {
  transition-delay: 180ms;
}

.reveal-section.is-visible .product-card:nth-child(5) {
  transition-delay: 240ms;
}

.reveal-section.is-visible .product-card:nth-child(6) {
  transition-delay: 300ms;
}

.reveal-section.is-visible .product-card:nth-child(7) {
  transition-delay: 360ms;
}

.reveal-section.is-visible .product-card:nth-child(8) {
  transition-delay: 420ms;
}

.reveal-section.is-visible .product-card:nth-child(9) {
  transition-delay: 480ms;
}

.reveal-section.is-visible .product-card:nth-child(10) {
  transition-delay: 540ms;
}

.reveal-section.is-visible .product-card:nth-child(11) {
  transition-delay: 600ms;
}

.reveal-section.is-visible .products-cta {
  transition-delay: 660ms;
}

.reveal-section.is-visible .testimonial-shot:nth-child(2) {
  transition-delay: 60ms;
}

.reveal-section.is-visible .testimonial-shot:nth-child(3) {
  transition-delay: 120ms;
}

.reveal-section.is-visible .testimonial-shot:nth-child(4) {
  transition-delay: 180ms;
}

.reveal-section.is-visible .testimonial-shot:nth-child(5) {
  transition-delay: 240ms;
}

.reveal-section.is-visible .testimonial-shot:nth-child(6) {
  transition-delay: 300ms;
}

.reveal-section.is-visible .product-card:hover,
.reveal-section.is-visible .product-card:focus-visible,
.reveal-section.is-visible .product-card.is-active {
  z-index: 8;
  filter: saturate(1.18);
  transform: translateY(-10px) scale(1.09);
  transition-delay: 0ms;
}

.product-card.is-active .product-number {
  color: rgba(215, 165, 48, 0.08);
  text-shadow: 0 0 26px rgba(219, 166, 43, 0.35);
  transform: translateY(-5px);
}

.product-card.is-active .product-cover {
  border-color: var(--gold-soft);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 42%),
    rgba(14, 12, 8, 0.96);
  box-shadow:
    inset 0 0 34px rgba(215, 165, 48, 0.12),
    0 18px 38px rgba(0, 0, 0, 0.52),
    0 0 28px rgba(215, 165, 48, 0.16);
}

@media (max-width: 1120px) {
  .hero {
    background-position: 61% center;
  }

  .site-header {
    width: min(100% - 56px, 1380px);
  }

  .hero-nav {
    display: none;
  }

  .hero__content {
    width: min(58vw, 540px);
    padding-top: clamp(40px, 6vh, 64px);
  }

  .hero h1 {
    font-size: clamp(58px, 7vw, 86px);
  }

  .hero__lead {
    font-size: clamp(20px, 2.3vw, 26px);
  }

  .hero-role {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
  }

  .hero-role svg {
    width: 54px;
    height: 54px;
    padding: 13px;
  }

  .product-grid {
    grid-template-columns: repeat(4, minmax(130px, 1fr));
    justify-content: center;
    gap: 24px;
    width: min(760px, 100%);
  }

  .product-cover {
    width: 100%;
  }

  .products {
    min-height: auto;
  }

  .ebook-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .ebook-hero__copy {
    max-width: 720px;
  }

  .ebook-mockups {
    min-height: 430px;
    width: min(100%, 520px);
    margin: 0 auto;
  }

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

  .ebook-trust article:nth-child(2) {
    border-right: 0;
  }

  .sheet-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .sheet-hero__copy {
    max-width: 640px;
    margin: 0 auto;
  }

  .sheet-hero__visual img {
    width: min(100%, 440px);
  }

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

  .sheet-trust article:nth-child(2) {
    border-right: 0;
  }

  .course-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .course-hero__copy {
    max-width: 720px;
  }

  .course-hero__visual {
    min-height: auto;
  }

  .course-device {
    width: min(100%, 420px);
  }

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

  .alpha-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .alpha-hero__copy {
    max-width: 720px;
  }

  .alpha-hero__visual {
    width: min(100%, 520px);
    margin: 0 auto;
  }

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

  .dividend-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .dividend-hero__copy {
    max-width: 720px;
  }

  .dividend-hero__visual {
    width: min(100%, 520px);
    margin: 0 auto;
  }

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

  .mind-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .mind-hero__copy {
    max-width: 720px;
  }

  .mind-hero__visual {
    width: min(100%, 520px);
    margin: 0 auto;
  }

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

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

  .eisl-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .eisl-hero__copy {
    max-width: 720px;
  }

  .eisl-hero__visual {
    width: min(100%, 540px);
    margin: 0 auto;
  }

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

  .eisl-video {
    grid-column: span 1;
  }

  .mentor-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .mentor-hero__copy {
    max-width: 720px;
  }

  .mentor-hero__visual {
    width: min(100%, 540px);
    margin: 0 auto;
  }

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

  .mentor-video {
    grid-column: span 1;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: 100svh;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.2) 24%, rgba(0, 0, 0, 0.94) 47%, #030303 100%),
      url("assets/hero-bg.png") 86% top / auto 44vh no-repeat;
  }

  .site-header {
    width: min(100% - 32px, 1380px);
    padding-top: 12px;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .lords-brand img {
    width: 36px;
    height: 36px;
  }

  .brand strong {
    font-size: 25px;
  }

  .brand small {
    display: none;
  }

  .top-cta {
    min-width: 142px;
    min-height: 36px;
    padding: 0 11px;
    font-size: 9px;
    letter-spacing: 0.06em;
  }

  .top-cta svg {
    width: 22px;
    height: 13px;
  }

  .hero__content {
    width: auto;
    margin: 0;
    padding: 34vh 18px 24px;
  }

  .hero__proof {
    font-size: 11px;
    letter-spacing: 0.16em;
  }

  .hero h1 {
    max-width: 360px;
    margin-bottom: 9px;
    font-size: clamp(38px, 11vw, 50px);
    line-height: 0.92;
  }

  .hero__lead {
    max-width: 340px;
    font-size: 14px;
    line-height: 1.34;
  }

  .hero__divider {
    width: min(100%, 220px);
    margin: 14px 0 9px;
  }

  .hero-pill {
    gap: 10px;
    min-height: 32px;
    margin-bottom: 14px;
    padding: 4px 11px 4px 6px;
    font-size: 8px;
    letter-spacing: 0.1em;
  }

  .hero-pill svg {
    width: 22px;
    height: 22px;
  }

  .hero-roles {
    gap: 10px;
    margin-bottom: 16px;
  }

  .hero-role {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
  }

  .hero-role svg {
    width: 34px;
    height: 34px;
    padding: 8px;
  }

  .hero-role h2 {
    margin-bottom: 2px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .hero-role p {
    font-size: 11px;
    line-height: 1.26;
  }

  .desktop-copy,
  .hero__copy--desktop {
    display: none;
  }

  .mobile-copy,
  .hero__copy--mobile {
    display: inline;
  }

  .hero__copy--mobile {
    display: block;
  }

  .hero__copy,
  .benefits {
    font-size: 15px;
  }

  .hero__copy {
    line-height: 1.48;
  }

  .benefits {
    gap: 7px;
  }

  .hero__list-title {
    margin-bottom: 9px;
    font-size: 15px;
  }

  .primary-cta {
    width: 100%;
    min-height: 44px;
    font-size: 11px;
  }

  .hero-scroll-cue {
    position: absolute;
    right: 18px;
    bottom: 14px;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 34px;
    height: 48px;
    border: 1px solid rgba(255, 208, 92, 0.38);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.34);
    box-shadow:
      0 0 16px rgba(255, 190, 56, 0.12),
      inset 0 0 16px rgba(255, 208, 92, 0.04);
    backdrop-filter: blur(5px);
  }

  .hero-scroll-cue::before {
    position: absolute;
    top: 9px;
    width: 3px;
    height: 9px;
    border-radius: 999px;
    background: rgba(255, 208, 92, 0.7);
    box-shadow: 0 0 10px rgba(255, 208, 92, 0.28);
    content: "";
    animation: scrollDot 1.65s ease-in-out infinite;
  }

  .hero-scroll-cue span {
    width: 10px;
    height: 10px;
    margin-top: 12px;
    border-right: 2px solid rgba(255, 208, 92, 0.82);
    border-bottom: 2px solid rgba(255, 208, 92, 0.82);
    transform: rotate(45deg);
    animation: scrollChevron 1.65s ease-in-out infinite;
  }

  .contact-modal {
    align-items: end;
    padding: 12px;
  }

  .contact-modal__panel {
    width: 100%;
    max-height: calc(100svh - 24px);
    padding: 28px 20px 22px;
    border-radius: 16px;
  }

  .contact-modal__close {
    top: 14px;
    right: 14px;
  }

  .contact-modal__copy {
    margin-bottom: 20px;
  }

  .contact-form {
    gap: 13px;
  }

  .contact-form input,
  .contact-form select {
    min-height: 49px;
  }

  .products {
    padding: 32px 18px 42px;
  }

  .ebook-sales-header {
    min-height: 56px;
    padding-inline: 16px;
  }

  .ebook-sales-brand {
    font-size: 16px;
  }

  .ebook-sales-access {
    min-height: 36px;
    padding: 0 12px;
    font-size: 11px;
  }

  .ebook-hero {
    width: min(100% - 32px, 1120px);
    padding: 28px 0 18px;
  }

  .ebook-hero h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .ebook-lead {
    font-size: 17px;
  }

  .ebook-points {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ebook-actions {
    gap: 12px;
  }

  .ebook-primary,
  .ebook-secondary {
    width: 100%;
    min-height: 46px;
    font-size: 12px;
  }

  .ebook-mockups {
    min-height: 346px;
  }

  .ebook-tablet {
    right: 0;
    width: 220px;
    height: 318px;
  }

  .ebook-phone {
    left: 0;
    width: 104px;
    height: 224px;
  }

  .ebook-cover-mini {
    padding: 22px 12px 12px;
  }

  .ebook-cover-mini strong {
    font-size: 23px;
  }

  .ebook-phone .ebook-cover-mini strong {
    font-size: 12px;
  }

  .ebook-gold-bars {
    width: 112px;
    height: 58px;
  }

  .ebook-trust {
    grid-template-columns: 1fr;
    width: min(100% - 32px, 980px);
    margin-top: 0;
  }

  .ebook-trust article {
    border-right: 0;
    border-bottom: 1px solid rgba(215, 165, 48, 0.18);
  }

  .ebook-trust article:last-child {
    border-bottom: 0;
  }

  .ebook-social {
    padding-inline: 16px;
  }

  .ebook-chat-grid,
  .ebook-video-grid {
    grid-template-columns: 1fr;
  }

  .ebook-video {
    grid-template-columns: 1fr;
  }

  .sheet-sales-page {
    padding: 28px 16px 30px;
  }

  .sheet-logo {
    width: 82px;
    height: 82px;
    margin-bottom: 18px;
  }

  .sheet-pretitle {
    font-size: 18px;
  }

  .sheet-hero h1 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .sheet-tagline,
  .sheet-copy,
  .sheet-benefits li {
    font-size: 14px;
  }

  .sheet-benefits {
    gap: 16px;
  }

  .sheet-benefits li {
    padding-left: 42px;
  }

  .sheet-benefits li::before {
    width: 24px;
    height: 24px;
  }

  .sheet-primary {
    min-height: 54px;
    font-size: 13px;
  }

  .sheet-chat-grid,
  .sheet-trust {
    grid-template-columns: 1fr;
  }

  .sheet-chat {
    min-height: 320px;
  }

  .sheet-trust {
    gap: 4px;
  }

  .sheet-trust article,
  .sheet-trust article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(215, 165, 48, 0.16);
  }

  .sheet-trust article:last-child {
    border-bottom: 0;
  }

  .course-sales-header {
    min-height: 58px;
    padding-inline: 16px;
  }

  .course-sales-brand {
    font-size: 15px;
    letter-spacing: 0.18em;
  }

  .course-sales-access {
    min-height: 38px;
    padding: 0 14px;
    font-size: 11px;
  }

  .course-hero {
    width: min(100% - 32px, 1120px);
    padding-top: 28px;
  }

  .course-title-small {
    font-size: clamp(38px, 12vw, 50px);
  }

  .course-title-main {
    font-size: clamp(56px, 17vw, 74px);
  }

  .course-title-sub {
    font-size: clamp(25px, 8vw, 34px);
  }

  .course-lead {
    font-size: 16px;
  }

  .course-points li {
    padding-left: 42px;
    font-size: 14px;
  }

  .course-actions {
    gap: 12px;
  }

  .course-primary,
  .course-secondary {
    width: 100%;
    min-height: 48px;
    font-size: 12px;
  }

  .course-device {
    width: min(100%, 300px);
    border-radius: 24px;
    transform: rotate(-2deg);
  }

  .course-trust,
  .course-chat-grid,
  .course-video-grid {
    grid-template-columns: 1fr;
  }

  .course-trust {
    width: min(100% - 32px, 1000px);
  }

  .course-video {
    grid-template-columns: 1fr;
  }

  .course-final-proof {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .course-final-proof h2 {
    font-size: 21px;
  }

  .alpha-sales-header {
    min-height: 58px;
    padding-inline: 16px;
  }

  .alpha-sales-brand {
    font-size: 15px;
    letter-spacing: 0.2em;
  }

  .alpha-sales-access {
    min-height: 38px;
    padding: 0 14px;
    font-size: 11px;
  }

  .alpha-hero {
    width: min(100% - 32px, 1120px);
    padding-top: 28px;
  }

  .alpha-hero h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .alpha-lead {
    font-size: 17px;
  }

  .alpha-points li {
    padding-left: 42px;
    font-size: 14px;
  }

  .alpha-actions {
    gap: 12px;
  }

  .alpha-primary,
  .alpha-secondary {
    width: 100%;
    min-height: 48px;
    font-size: 12px;
  }

  .alpha-mini-trust {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .alpha-hero__visual {
    min-height: 390px;
  }

  .alpha-tablet {
    right: 42px;
    width: 240px;
    height: 362px;
  }

  .alpha-phone {
    right: 0;
    width: 108px;
    height: 224px;
  }

  .alpha-chat-grid,
  .alpha-video-grid {
    grid-template-columns: 1fr;
  }

  .alpha-video {
    grid-template-columns: 1fr;
  }

  .alpha-final-proof h2 {
    font-size: 20px;
  }

  .dividend-sales-header {
    min-height: 58px;
    padding-inline: 16px;
  }

  .dividend-sales-brand {
    font-size: 15px;
    letter-spacing: 0.2em;
  }

  .dividend-sales-access {
    min-height: 38px;
    padding: 0 14px;
    font-size: 11px;
  }

  .dividend-hero {
    width: min(100% - 32px, 1120px);
    padding-top: 28px;
  }

  .dividend-hero h1 {
    font-size: clamp(42px, 13vw, 56px);
  }

  .dividend-lead {
    font-size: 17px;
  }

  .dividend-points li {
    padding-left: 44px;
    font-size: 14px;
  }

  .dividend-actions {
    gap: 12px;
  }

  .dividend-primary,
  .dividend-secondary {
    width: 100%;
    min-height: 48px;
    font-size: 12px;
  }

  .dividend-hero__visual {
    min-height: 390px;
  }

  .dividend-tablet {
    right: 42px;
    width: 240px;
    height: 362px;
  }

  .dividend-phone {
    right: -8px;
    width: 108px;
    height: 224px;
  }

  .dividend-proof-grid,
  .dividend-trust {
    grid-template-columns: 1fr;
  }

  .dividend-message,
  .dividend-video {
    min-height: auto;
  }

  .dividend-trust article,
  .dividend-trust article:last-child {
    border-right: 0;
  }

  .mind-sales-header {
    min-height: 58px;
    padding-inline: 16px;
  }

  .mind-sales-brand {
    font-size: 15px;
    letter-spacing: 0.2em;
  }

  .mind-sales-access {
    min-height: 38px;
    padding: 0 14px;
    font-size: 11px;
  }

  .mind-hero {
    width: min(100% - 32px, 1120px);
    padding-top: 28px;
  }

  .mind-kicker {
    min-height: 32px;
    font-size: 11px;
  }

  .mind-hero h1 {
    font-size: clamp(58px, 18vw, 80px);
    line-height: 0.84;
  }

  .mind-lead {
    font-size: 17px;
  }

  .mind-hero__copy p:not(.mind-kicker):not(.mind-lead):not(.mind-highlight),
  .mind-highlight {
    font-size: 14px;
  }

  .mind-points {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mind-points span {
    min-height: 34px;
    padding-left: 42px;
    font-size: 14px;
  }

  .mind-actions {
    gap: 12px;
  }

  .mind-primary,
  .mind-secondary {
    width: 100%;
    min-height: 48px;
    font-size: 12px;
  }

  .mind-mini-trust {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .mind-hero__visual {
    min-height: 410px;
  }

  .mind-tablet {
    right: 42px;
    width: 240px;
    height: 362px;
  }

  .mind-phone {
    right: 0;
    width: 108px;
    height: 224px;
  }

  .mind-proof-grid,
  .mind-trust {
    grid-template-columns: 1fr;
  }

  .mind-message,
  .mind-video {
    min-height: auto;
  }

  .mind-trust article,
  .mind-trust article:last-child {
    border-right: 0;
  }

  .eisl-sales-page {
    padding-top: 12px;
  }

  .eisl-sales-header {
    width: min(100% - 32px, 1120px);
    min-height: 58px;
    padding: 0 14px;
  }

  .eisl-sales-brand {
    font-size: 13px;
    letter-spacing: 0.22em;
  }

  .eisl-sales-access {
    min-height: 38px;
    padding: 0 14px;
    font-size: 10px;
  }

  .eisl-hero {
    width: min(100% - 32px, 1120px);
    padding-top: 28px;
  }

  .eisl-kicker {
    margin-bottom: 16px;
    font-size: 12px;
    letter-spacing: 0.28em;
  }

  .eisl-hero h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .eisl-lead {
    font-size: 17px;
  }

  .eisl-hero__copy p:not(.eisl-kicker):not(.eisl-lead),
  .eisl-list li {
    font-size: 14px;
  }

  .eisl-points,
  .eisl-mini-trust {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .eisl-actions {
    gap: 12px;
  }

  .eisl-primary,
  .eisl-secondary {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    font-size: 12px;
  }

  .eisl-hero__visual {
    min-height: 410px;
  }

  .eisl-tablet {
    right: 42px;
    width: 240px;
    height: 362px;
  }

  .eisl-phone {
    right: 0;
    width: 108px;
    height: 224px;
  }

  .eisl-social,
  .eisl-trust {
    width: min(100% - 32px, 1080px);
  }

  .eisl-proof-grid,
  .eisl-trust {
    grid-template-columns: 1fr;
  }

  .eisl-video {
    grid-template-columns: 1fr;
  }

  .eisl-video__thumb {
    min-height: 150px;
  }

  .eisl-message,
  .eisl-video {
    min-height: auto;
  }

  .eisl-trust article,
  .eisl-trust article:last-child {
    border-right: 0;
  }

  .mentor-sales-header {
    min-height: 58px;
    padding-inline: 16px;
  }

  .mentor-sales-brand {
    font-size: 13px;
    letter-spacing: 0.22em;
  }

  .mentor-sales-access {
    min-height: 38px;
    padding: 0 14px;
    font-size: 10px;
  }

  .mentor-hero {
    width: min(100% - 32px, 1120px);
    padding-top: 28px;
  }

  .mentor-kicker {
    min-height: 30px;
    margin-bottom: 16px;
    font-size: 11px;
  }

  .mentor-hero h1 {
    font-size: clamp(32px, 9.2vw, 42px);
    line-height: 1.05;
  }

  .mentor-lead {
    font-size: 16px;
  }

  .mentor-hero__copy p:not(.mentor-kicker):not(.mentor-lead),
  .mentor-list li {
    font-size: 13px;
  }

  .mentor-points,
  .mentor-trust,
  .mentor-proof-grid,
  .mentor-final {
    grid-template-columns: 1fr;
  }

  .mentor-actions {
    gap: 12px;
  }

  .mentor-primary,
  .mentor-secondary {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    font-size: 12px;
  }

  .mentor-hero__visual {
    min-height: 425px;
  }

  .mentor-tablet {
    right: 42px;
    width: 245px;
    height: 370px;
  }

  .mentor-phone {
    right: 0;
    width: 110px;
    height: 228px;
  }

  .mentor-trust,
  .mentor-social,
  .mentor-final {
    width: min(100% - 32px, 1080px);
  }

  .mentor-trust article,
  .mentor-final article,
  .mentor-trust article:last-child,
  .mentor-final article:last-child {
    border-right: 0;
  }

  .mentor-video {
    grid-template-columns: 1fr;
  }

  .detail-page {
    background: #030303;
  }

  .detail-page::before {
    background: url("assets/hero-bg.png") 86% top / auto 48vh no-repeat;
    filter: blur(12px);
    opacity: 0.82;
  }

  .detail-page::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.42), #030303 54%);
  }

  .detail-header {
    width: min(100% - 32px, 1380px);
    padding-top: 16px;
  }

  .detail-hero {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 24px;
    width: min(100% - 40px, 1200px);
    min-height: auto;
    padding: 14px 0 44px;
  }

  .detail-copy {
    order: 2;
    width: min(100%, 430px);
    text-align: center;
  }

  .detail-copy h1 {
    margin-inline: auto;
    font-size: clamp(36px, 9.6vw, 42px);
    line-height: 1;
  }

  .detail-copy .hero__proof,
  .detail-copy .hero__lead,
  .detail-copy .hero__copy {
    margin-left: auto;
    margin-right: auto;
  }

  .detail-card {
    order: 1;
    display: grid;
    justify-items: center;
    width: min(264px, 100%);
    margin: 0 auto;
    padding-top: 62px;
    text-align: center;
  }

  .detail-card .product-number {
    left: -24px;
    top: -8px;
    font-size: 92px;
  }

  .detail-cover {
    width: min(230px, 100%);
    min-height: 328px;
    padding: 38px 20px 30px;
  }

  .detail-cover h3 {
    font-size: 18px;
  }

  .detail-cover svg {
    width: 112px;
    height: 112px;
  }

  .detail-card .product-type {
    margin-top: 16px;
  }

  .detail-card .product-name {
    max-width: 250px;
    margin-inline: auto;
    text-align: center;
  }

  .landing-proof {
    justify-content: center;
    gap: 8px;
    margin: 18px 0 22px;
  }

  .landing-proof span {
    min-height: 30px;
    padding: 0 10px;
    font-size: 10px;
  }

  .landing-section,
  .landing-final {
    width: min(100% - 36px, 1180px);
  }

  .landing-section {
    padding: 34px 0;
  }

  .landing-section__heading {
    margin-bottom: 22px;
  }

  .landing-section__heading h2,
  .landing-split h2,
  .landing-final h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .landing-section__heading span,
  .landing-split p,
  .landing-final p {
    font-size: 15px;
    line-height: 1.48;
  }

  .landing-cards,
  .landing-split {
    grid-template-columns: 1fr;
  }

  .landing-card {
    min-height: auto;
    padding: 22px;
  }

  .landing-split {
    gap: 24px;
    padding-top: 20px;
    text-align: center;
  }

  .landing-checklist {
    gap: 10px;
  }

  .landing-checklist li {
    padding: 15px 15px 15px 42px;
    text-align: left;
  }

  .landing-checklist li::before {
    top: 14px;
    left: 16px;
  }

  .landing-final {
    margin-bottom: 38px;
    padding: 28px 20px;
  }

  .products__logo {
    position: static;
    width: 92px;
    margin: 0 auto 12px;
    font-size: 16px;
  }

  .products__logo img {
    width: 42px;
    height: 42px;
  }

  .products__heading {
    margin-top: 8px;
    margin-bottom: 26px;
    text-align: center;
  }

  .products__heading p {
    font-size: 11px;
    letter-spacing: 0.28em;
  }

  .products__heading h2 {
    font-size: clamp(38px, 10.5vw, 43px);
  }

  .products__heading > span {
    font-size: 15px;
    line-height: 1.45;
  }

  .product-grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% + 36px);
    margin: 0 -18px;
    gap: 16px;
    overflow-x: auto;
    overflow-y: visible;
    padding: 8px calc((100vw - 174px) / 2) 20px;
    scroll-padding-inline: calc((100vw - 174px) / 2);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .product-grid::before {
    position: absolute;
    top: 31px;
    left: 22px;
    width: 72px;
    color: var(--gold-soft);
    content: "Deslize →";
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1;
    opacity: 0.86;
    pointer-events: none;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 14px rgba(255, 207, 92, 0.42);
    transform: translateX(0);
    animation: swipeHint 1.7s ease-in-out infinite;
    z-index: 6;
  }

  .product-grid::-webkit-scrollbar {
    display: none;
  }

  .product-card {
    flex: 0 0 174px;
    width: 174px;
    padding-top: 42px;
    scroll-snap-align: start;
  }

  .product-card:nth-child(n + 9)::before {
    position: absolute;
    inset: 12px -22px 62px;
    z-index: -1;
    border-radius: 999px;
    background: radial-gradient(ellipse at center, rgba(255, 210, 67, 0.2), rgba(255, 190, 24, 0.09) 42%, transparent 72%);
    filter: blur(4px);
    pointer-events: none;
    content: "";
  }

  .product-card:nth-child(n + 9) {
    filter: saturate(1.06) drop-shadow(0 0 10px rgba(255, 204, 48, 0.14));
  }

  .product-card:nth-child(n + 9) .product-number {
    color: rgba(255, 214, 83, 0.08);
    text-fill-color: rgba(255, 214, 83, 0.08);
    -webkit-text-fill-color: rgba(255, 214, 83, 0.08);
    -webkit-text-stroke: 1.35px rgba(255, 218, 97, 0.76);
    text-shadow:
      0 0 12px rgba(255, 205, 44, 0.34),
      0 0 28px rgba(255, 183, 15, 0.18);
  }

  .product-card:nth-child(n + 9) .product-cover {
    border-color: rgba(255, 216, 92, 0.72);
    box-shadow:
      inset 0 0 0 1px rgba(255, 244, 181, 0.07),
      0 14px 28px rgba(0, 0, 0, 0.55),
      0 0 16px rgba(255, 201, 45, 0.18),
      0 0 28px rgba(255, 184, 23, 0.08);
  }

  .product-card:nth-child(n + 9) .product-type {
    text-shadow: 0 0 10px rgba(255, 204, 48, 0.22);
  }

  .product-card:nth-child(n + 9).is-active {
    filter: saturate(1.12) drop-shadow(0 0 16px rgba(255, 207, 61, 0.22));
  }

  .product-card.is-active {
    z-index: 9;
  }

  .product-number {
    top: -12px;
    left: -30px;
    font-size: 72px;
  }

  .product-cover {
    width: 174px;
    min-height: 249px;
    max-height: none;
    aspect-ratio: 0.7 / 1;
    padding: 22px 12px 20px;
  }

  .product-card:hover,
  .product-card:focus-visible {
    z-index: 5;
    transform: translateY(0);
  }

  .reveal-section.is-visible .product-card:hover,
  .reveal-section.is-visible .product-card:focus-visible,
  .reveal-section.is-visible .product-card.is-active {
    z-index: 8;
    transform: translateY(0);
  }

  .product-card:hover .product-number,
  .product-card:focus-visible .product-number,
  .product-card.is-active .product-number {
    transform: none;
  }

  .product-card:hover .product-cover,
  .product-card:focus-visible .product-cover {
    transform: translateY(-5px) scale(1.045);
  }

  .reveal-section.is-visible .product-card:hover .product-cover,
  .reveal-section.is-visible .product-card:focus-visible .product-cover,
  .reveal-section.is-visible .product-card.is-active .product-cover {
    transform: translateY(-9px) scale(1.095);
  }

  .product-cover h3 {
    font-size: 13px;
  }

  .product-name {
    font-size: 14px;
    line-height: 1.32;
    text-align: center;
  }

  .product-more {
    max-height: none;
    margin-top: 10px;
    opacity: 1;
  }

  .carousel-controls {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 38px);
    justify-content: center;
    justify-items: center;
    gap: 8px 14px;
    margin: 4px auto 18px;
  }

  .carousel-indicator {
    display: flex;
    grid-column: 1 / -1;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
    height: 26px;
    margin-bottom: 2px;
  }

  .carousel-indicator span {
    display: block;
    width: 4px;
    height: 8px;
    border-radius: 999px;
    background: rgba(166, 123, 28, 0.46);
    box-shadow: 0 0 8px rgba(255, 206, 62, 0.1);
    opacity: 0.82;
    transition:
      height 180ms ease,
      background 180ms ease,
      box-shadow 180ms ease,
      opacity 180ms ease;
  }

  .carousel-indicator span:nth-child(2) {
    height: 10px;
  }

  .carousel-indicator span:nth-child(3) {
    height: 12px;
  }

  .carousel-indicator span:nth-child(4) {
    height: 14px;
  }

  .carousel-indicator span:nth-child(5) {
    height: 16px;
  }

  .carousel-indicator span:nth-child(6) {
    height: 18px;
  }

  .carousel-indicator span:nth-child(7) {
    height: 20px;
  }

  .carousel-indicator span:nth-child(8) {
    height: 22px;
  }

  .carousel-indicator span:nth-child(9) {
    height: 24px;
  }

  .carousel-indicator span:nth-child(10) {
    height: 26px;
  }

  .carousel-indicator span:nth-child(11) {
    height: 28px;
  }

  .carousel-indicator span.is-active {
    background: linear-gradient(180deg, #ffe891, #d6a52f 72%, #8e650e);
    box-shadow:
      0 0 8px rgba(255, 219, 89, 0.78),
      0 0 18px rgba(255, 190, 42, 0.35);
    opacity: 1;
  }

  .carousel-control {
    width: 34px;
    height: 34px;
    border-color: rgba(255, 208, 92, 0.9);
    background: rgba(0, 0, 0, 0.92);
    box-shadow:
      0 0 0 1px rgba(255, 229, 159, 0.08),
      0 0 14px rgba(255, 190, 56, 0.2),
      0 10px 22px rgba(0, 0, 0, 0.4);
  }

  .carousel-control svg {
    width: 17px;
    height: 17px;
  }

  .products-cta {
    margin-top: 18px;
  }
}

@keyframes scrollDot {
  0%,
  100% {
    opacity: 0.38;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(7px);
  }
}

@keyframes scrollChevron {
  0%,
  100% {
    opacity: 0.5;
    transform: translateY(0) rotate(45deg);
  }

  50% {
    opacity: 1;
    transform: translateY(4px) rotate(45deg);
  }
}

@keyframes swipeHint {
  0%,
  100% {
    opacity: 0.62;
    transform: translateX(0);
  }

  50% {
    opacity: 1;
    transform: translateX(7px);
  }
}

@media (max-width: 430px) {
  .product-grid {
    grid-template-columns: none;
    padding-inline: calc((100vw - 168px) / 2);
    scroll-padding-inline: calc((100vw - 168px) / 2);
  }

  .product-card {
    flex-basis: 168px;
    width: 168px;
    margin: 0;
  }

  .product-cover {
    width: 168px;
    min-height: 240px;
  }

  .detail-card {
    width: min(252px, 100%);
  }

  .detail-cover {
    width: min(222px, 100%);
    min-height: 317px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .reveal-section .products__heading,
  .reveal-section .product-card,
  .reveal-section .products-cta {
    opacity: 1;
    transform: none;
  }
}

.top-cta,
.primary-cta,
.products-cta,
.contact-submit,
.ebook-sales-access,
.ebook-primary,
.ebook-secondary,
.sheet-primary,
.course-sales-access,
.course-primary,
.course-secondary,
.alpha-sales-access,
.alpha-primary,
.alpha-secondary,
.dividend-sales-access,
.dividend-primary,
.dividend-secondary,
.mind-sales-access,
.mind-primary,
.mind-secondary,
.eisl-sales-access,
.eisl-primary,
.eisl-secondary,
.mentor-sales-access,
.mentor-primary,
.mentor-secondary,
.detail-back,
.carousel-control {
  border-radius: 999px;
}

.product-page-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(22px, 2.3vw, 34px);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: none;
}

.product-page-brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(215, 165, 48, 0.2));
}

.product-page-brand > span,
.product-page-brand strong {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: none;
}

.product-page-brand small {
  display: none;
}

.mentor-sales-page {
  padding: 16px 0 26px;
}

.mentor-sales-header {
  width: min(100% - 56px, 1120px);
  min-height: 70px;
  margin: 0 auto;
  padding: 0 38px;
  border: 1px solid rgba(126, 211, 63, 0.32);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.58);
  box-shadow:
    inset 0 -1px 0 rgba(255, 255, 255, 0.05),
    0 0 0 1px rgba(169, 243, 110, 0.04),
    0 0 38px rgba(126, 211, 63, 0.14);
}

.mentor-sales-access {
  min-height: 50px;
  border: 1px solid rgba(169, 243, 110, 0.86);
  background: rgba(0, 0, 0, 0.52);
  box-shadow:
    0 0 0 1px rgba(169, 243, 110, 0.08),
    0 0 30px rgba(126, 211, 63, 0.24);
  color: #fff;
}

@media (max-width: 760px) {
  .mentor-sales-header {
    width: min(100% - 32px, 1120px);
    min-height: 58px;
    padding: 0 14px;
  }

  .mentor-sales-access {
    min-height: 38px;
    padding: 0 14px;
    font-size: 10px;
  }
}

.ebook-sales-page {
  background:
    radial-gradient(circle at 70% 24%, rgba(215, 165, 48, 0.22), transparent 28%),
    radial-gradient(circle at 63% 44%, rgba(255, 208, 92, 0.1), transparent 25%),
    linear-gradient(180deg, #050505 0%, #090806 48%, #030303 100%);
}

.ebook-sales-header {
  min-height: 76px;
  border-bottom-color: rgba(215, 165, 48, 0.64);
  background: rgba(0, 0, 0, 0.78);
}

.ebook-sales-access {
  min-height: 50px;
  padding: 0 28px;
}

.ebook-hero {
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1fr);
  gap: clamp(38px, 6vw, 90px);
  min-height: calc(100svh - 76px);
  padding-top: 34px;
}

.ebook-kicker {
  border: 0;
  padding: 0;
  color: var(--gold-soft);
  letter-spacing: 0.22em;
}

.ebook-kicker::after {
  width: 64px;
  height: 1px;
  margin-left: 14px;
  background: var(--gold-soft);
  content: "";
}

.ebook-hero h1 {
  max-width: 470px;
  margin: 16px 0 14px;
  background: none;
  color: #fff;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: clamp(52px, 5.6vw, 78px);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.02;
  text-transform: uppercase;
}

.ebook-hero h1::first-line {
  color: #fff;
}

.ebook-hero h1 strong,
.ebook-hero h1 span {
  color: var(--gold-soft);
}

.ebook-lead {
  max-width: 500px;
  font-size: 18px;
}

.ebook-highlight {
  color: var(--gold-soft) !important;
  font-weight: 800;
}

.ebook-mockups {
  min-height: 610px;
}

.ebook-device {
  background: #050505;
  overflow: hidden;
}

.ebook-device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ebook-tablet {
  right: 90px;
  top: 0;
  width: 350px;
  height: 540px;
}

.ebook-phone {
  left: auto;
  right: 0;
  bottom: 26px;
  width: 150px;
  height: 318px;
}

.ebook-trust {
  width: 100%;
  margin: 0;
  border-width: 1px 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.62);
}

.ebook-trust article {
  min-height: 84px;
  padding-inline: max(18px, calc((100vw - 1120px) / 10));
}

.ebook-scroll {
  display: none;
}

.ebook-social {
  padding-top: 34px;
}

.ebook-final-proof {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-top: 26px;
  padding: 22px max(24px, calc((100vw - 1080px) / 2));
  border-top: 1px solid rgba(215, 165, 48, 0.42);
  background: rgba(0, 0, 0, 0.42);
}

.ebook-final-proof > span {
  color: var(--gold-soft);
  font-size: 42px;
}

.ebook-final-proof h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.ebook-final-proof p {
  grid-column: 2;
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.ebook-final-proof .ebook-primary {
  grid-column: 3;
  grid-row: 1 / span 2;
  min-width: 280px;
}

@media (max-width: 1120px) {
  .ebook-hero {
    grid-template-columns: 1fr;
  }

  .ebook-mockups {
    width: min(100%, 560px);
    margin: 0 auto;
  }

  .ebook-final-proof {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .ebook-final-proof .ebook-primary {
    grid-column: 1 / -1;
    grid-row: auto;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .ebook-sales-header {
    min-height: 60px;
  }

  .ebook-sales-access {
    min-height: 38px;
    padding: 0 14px;
    font-size: 10px;
  }

  .ebook-hero h1 {
    font-size: clamp(37px, 11vw, 50px);
    letter-spacing: 0.08em;
  }

  .ebook-mockups {
    min-height: 420px;
  }

  .ebook-tablet {
    right: 42px;
    width: 240px;
    height: 370px;
  }

  .ebook-phone {
    right: 0;
    width: 108px;
    height: 228px;
  }

  .ebook-points {
    grid-template-columns: 1fr;
  }

  .ebook-final-proof {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ebook-final-proof p,
  .ebook-final-proof .ebook-primary {
    grid-column: 1;
    justify-self: stretch;
  }
}

.ebook-social__heading,
.sheet-social__heading,
.course-social__heading,
.alpha-social__heading,
.dividend-social__heading,
.mind-social__heading,
.eisl-social__heading,
.mentor-social__heading {
  margin-bottom: 28px;
  text-align: center;
}

.ebook-social__heading h2,
.sheet-social__heading h2,
.course-social__heading h2,
.alpha-social__heading h2,
.dividend-social__heading h2,
.mind-social__heading h2,
.eisl-social__heading h2,
.mentor-social__heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 42px);
  letter-spacing: 0.08em;
  line-height: 1.05;
  text-transform: uppercase;
}

.ebook-social__heading p,
.ebook-social__heading span,
.sheet-social__heading p,
.sheet-social__heading span,
.course-social__heading span,
.alpha-social__heading p,
.alpha-social__heading span,
.dividend-social__heading p,
.mind-social__heading p,
.eisl-social__heading p,
.mentor-social__heading p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.45;
}

.ebook-chat-grid,
.sheet-chat-grid,
.course-chat-grid,
.alpha-chat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.ebook-chat,
.sheet-chat,
.course-chat,
.alpha-chat,
.dividend-message,
.mentor-message {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 292px;
  padding: 0;
  border: 1px solid rgba(37, 211, 102, 0.34);
  border-radius: 10px;
  background: #0b1411;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.ebook-chat header,
.sheet-chat header,
.course-chat header,
.alpha-chat header {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  min-height: 48px;
  padding: 7px 12px;
  background: #075e54;
  color: #fff;
}

.ebook-chat header::before,
.sheet-chat header::before,
.course-chat header::before,
.alpha-chat header::before {
  display: block;
  width: 28px;
  height: 28px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 35%, #d6a64a 0 18%, transparent 19%),
    radial-gradient(circle at 50% 82%, #d6a64a 0 32%, transparent 33%),
    rgba(255, 255, 255, 0.15);
  content: "";
}

.ebook-chat header::after,
.sheet-chat header::after,
.course-chat header::after,
.alpha-chat header::after {
  position: absolute;
  right: 12px;
  top: 13px;
  color: rgba(255, 255, 255, 0.82);
  content: "⌕  ⋮";
  font-size: 17px;
  letter-spacing: 0.18em;
}

.ebook-chat header strong,
.ebook-chat header span,
.sheet-chat header strong,
.sheet-chat header span,
.course-chat header strong,
.course-chat header span,
.alpha-chat header strong,
.alpha-chat header span {
  grid-column: 2;
}

.ebook-chat header strong,
.sheet-chat header strong,
.course-chat header strong,
.alpha-chat header strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.05;
}

.ebook-chat header span,
.sheet-chat header span,
.course-chat header span,
.alpha-chat header span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
}

.ebook-chat > p,
.sheet-chat > p,
.course-chat > p,
.alpha-chat > p,
.dividend-message > p,
.mentor-message > p {
  align-self: center;
  max-width: 88%;
  margin: 16px 12px 10px;
  padding: 10px 11px 22px;
  border-radius: 8px 8px 8px 2px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  color: #101010;
  font-size: 12px;
  line-height: 1.26;
}

.ebook-chat > small,
.sheet-chat > small {
  justify-self: end;
  max-width: 88%;
  margin: 0 12px 16px;
  padding: 10px 11px 22px;
  border-radius: 8px 8px 2px 8px;
  background: #dcf8c6;
  color: #101010;
  font-size: 12px;
  line-height: 1.26;
}

.course-chat::after,
.alpha-chat::after,
.dividend-message::after,
.mentor-message::after {
  display: block;
  justify-self: end;
  margin: 0 18px 14px;
  color: #4f8bbf;
  content: "10:25 ✓✓";
  font-size: 11px;
}

.dividend-message::before,
.mentor-message::before {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 14px 0 48px;
  background: #075e54;
  color: #fff;
  content: "WhatsApp";
  font-size: 13px;
  font-weight: 800;
}

.dividend-message strong,
.mentor-message strong {
  margin: 0 14px 14px;
  color: #075e54;
  font-size: 13px;
}

.dividend-message span,
.mentor-message small {
  position: static;
  margin: 0 14px 14px;
  color: rgba(255, 255, 255, 0.58);
}

.ebook-chat::before,
.sheet-chat::before,
.course-chat::before,
.alpha-chat::before {
  position: absolute;
  inset: 48px 0 0;
  background:
    radial-gradient(circle at 18px 18px, rgba(255, 255, 255, 0.035) 0 2px, transparent 3px) 0 0 / 28px 28px,
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 40%),
    #efe7d6;
  content: "";
  pointer-events: none;
  z-index: 0;
}

.ebook-chat > *,
.sheet-chat > *,
.course-chat > *,
.alpha-chat > *,
.dividend-message > *,
.mentor-message > * {
  position: relative;
  z-index: 1;
}

.product-screenshot-testimonial {
  display: block;
  min-height: 0;
  padding: 8px;
  border: 1px solid rgba(255, 208, 92, 0.28);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    rgba(0, 0, 0, 0.74);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.36),
    0 0 24px rgba(215, 165, 48, 0.08);
  overflow: hidden;
}

.product-screenshot-testimonial img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  border-radius: 8px;
  background: #090909;
  object-fit: contain;
}

.product-proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.product-proof-row .product-screenshot-testimonial,
.product-proof-row .product-video-testimonial {
  height: clamp(330px, 32vw, 440px);
  min-height: 0;
}

.product-video-testimonial {
  display: grid;
  grid-template-rows: 1fr auto;
  border: 1px solid rgba(255, 208, 92, 0.34);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012)),
    rgba(0, 0, 0, 0.78);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.36),
    0 0 24px rgba(215, 165, 48, 0.08);
  overflow: hidden;
}

.product-video-testimonial__thumb {
  display: grid;
  place-items: center;
  min-height: 0;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 224, 149, 0.26), transparent 20%),
    linear-gradient(160deg, rgba(87, 63, 26, 0.7), rgba(4, 4, 4, 0.96)),
    #0a0a0a;
}

.product-video-testimonial__thumb span {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.product-video-testimonial__thumb iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
}

.product-video-testimonial > div:last-child {
  padding: 18px;
  text-align: center;
}

.product-video-testimonial p {
  margin: 0 0 8px;
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-video-testimonial h3 {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.18;
}

.product-video-testimonial strong {
  display: block;
  margin-top: 10px;
  color: var(--gold-soft);
  letter-spacing: 0.08em;
}

.ebook-video-grid,
.sheet-video-grid,
.course-video-grid,
.alpha-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.ebook-video,
.sheet-video-testimonial,
.course-video,
.alpha-video,
.dividend-video,
.mind-video,
.eisl-video,
.mentor-video {
  border: 1px solid rgba(215, 165, 48, 0.42);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent 42%),
    rgba(10, 10, 10, 0.78);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.ebook-video,
.sheet-video-testimonial,
.course-video,
.alpha-video,
.mentor-video {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  min-height: 190px;
}

.ebook-video__thumb,
.sheet-video-testimonial__thumb,
.course-video__thumb,
.alpha-video__thumb,
.dividend-video__thumb,
.mind-video__thumb,
.eisl-video__thumb,
.mentor-video__thumb {
  display: grid;
  place-items: center;
  min-height: 150px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 226, 162, 0.28), transparent 18%),
    linear-gradient(180deg, #3b2a20, #0a0a0a);
}

.ebook-video__thumb--woman,
.sheet-video-testimonial__thumb--woman,
.course-video__thumb--woman,
.alpha-video__thumb--woman,
.dividend-video__thumb--woman,
.mind-video__thumb--woman,
.eisl-video__thumb--woman,
.mentor-video__thumb--woman {
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 226, 162, 0.28), transparent 18%),
    linear-gradient(180deg, #4b2d25, #0a0a0a);
}

.ebook-video__thumb span,
.sheet-video-testimonial__thumb span,
.course-video__thumb span,
.alpha-video__thumb span,
.dividend-video__thumb span,
.mind-video__thumb span,
.eisl-video__thumb span,
.mentor-video__thumb span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
}

.ebook-video > div:last-child,
.sheet-video-testimonial > div:last-child,
.course-video > div:last-child,
.alpha-video > div:last-child,
.eisl-video > div:last-child,
.mentor-video > div:last-child {
  padding: 24px;
}

.sheet-video-testimonial p,
.sheet-video-testimonial h3,
.sheet-video-testimonial span {
  margin-left: 0;
  margin-right: 0;
}

.sheet-video-testimonial p {
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sheet-video-testimonial h3 {
  color: #fff;
  font-size: 21px;
  line-height: 1.18;
}

.sheet-video-testimonial span {
  color: rgba(255, 255, 255, 0.66);
}

@media (max-width: 1120px) {
  .ebook-chat-grid,
  .sheet-chat-grid,
  .course-chat-grid,
  .alpha-chat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-proof-row {
    grid-template-columns: repeat(4, minmax(180px, 1fr));
  }
}

@media (max-width: 760px) {
  .ebook-chat-grid,
  .sheet-chat-grid,
  .course-chat-grid,
  .alpha-chat-grid,
  .ebook-video-grid,
  .sheet-video-grid,
  .course-video-grid,
  .alpha-video-grid {
    grid-template-columns: 1fr;
  }

  .product-proof-row {
    grid-template-columns: repeat(4, minmax(230px, 76vw));
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-bottom: 12px;
    scroll-padding-inline: 4px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .product-proof-row::-webkit-scrollbar {
    display: none;
  }

  .product-proof-row .product-screenshot-testimonial,
  .product-proof-row .product-video-testimonial {
    height: 390px;
    scroll-snap-align: start;
  }

  .ebook-video,
  .sheet-video-testimonial,
  .course-video,
  .alpha-video,
  .mentor-video {
    grid-template-columns: 1fr;
  }
}

.mentor-group-sales-body .mentor-sales-header {
  border-color: rgba(101, 182, 64, 0.36);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 34px rgba(101, 182, 64, 0.14);
}

.mentor-group-sales-body .mentor-sales-access,
.mentor-group-sales-body .mentor-primary {
  border-color: rgba(130, 230, 88, 0.65);
  background:
    linear-gradient(135deg, rgba(112, 198, 68, 0.96), rgba(67, 145, 39, 0.96));
  color: #fff;
  box-shadow:
    0 0 22px rgba(101, 182, 64, 0.28),
    0 10px 26px rgba(0, 0, 0, 0.36);
}

.mentor-group-sales-body .mentor-secondary {
  border-color: rgba(255, 255, 255, 0.76);
}

.mentor-group-sales-body .mentor-hero {
  grid-template-columns: minmax(420px, 0.9fr) minmax(470px, 1.1fr);
  align-items: center;
  gap: 48px;
}

.mentor-group-sales-body .mentor-hero h1 {
  max-width: 680px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.96;
}

.mentor-group-sales-body .mentor-hero h1 > span:last-child {
  color: #fff;
}

.mentor-group-sales-body .mentor-hero h1 strong {
  color: var(--mentor-green);
}

.mentor-group-sales-body .mentor-lead {
  max-width: 620px;
}

.mentor-group-sales-body .mentor-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  counter-reset: none;
}

.mentor-group-sales-body .mentor-list li {
  display: block;
  min-height: 0;
  padding-left: 0;
}

.mentor-group-sales-body .mentor-list li::before {
  display: none;
}

.mentor-group-sales-body .mentor-points {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mentor-group-sales-body .mentor-points span {
  min-height: 54px;
  border-color: rgba(101, 182, 64, 0.28);
  background: rgba(8, 16, 10, 0.42);
}

.mentor-bonus {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(101, 182, 64, 0.36);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(101, 182, 64, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(6, 10, 8, 0.7);
}

.mentor-bonus[hidden] {
  display: none;
}

.mentor-bonus h2 {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--mentor-green-soft);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.mentor-bonus article {
  min-height: 84px;
  padding: 14px 14px 14px 18px;
  border-left: 1px solid rgba(101, 182, 64, 0.52);
}

.mentor-bonus strong,
.mentor-bonus small {
  display: block;
}

.mentor-bonus strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.mentor-bonus small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.35;
}

.mentor-group-sales-body .mentor-hero__visual {
  min-height: 680px;
}

.mentor-group-sales-body .mentor-tablet {
  width: min(52vw, 560px);
  transform: rotate(2deg);
}

.mentor-group-sales-body .mentor-phone {
  right: 0;
  bottom: 8px;
  width: min(21vw, 210px);
}

.mentor-group-sales-body .mentor-device img {
  object-fit: cover;
}

.mentor-group-sales-body .mentor-social__heading h2 span {
  color: var(--mentor-green);
}

@media (max-width: 1120px) {
  .mentor-group-sales-body .mentor-hero {
    grid-template-columns: 1fr;
  }

  .mentor-group-sales-body .mentor-hero__visual {
    min-height: 590px;
  }

  .mentor-group-sales-body .mentor-tablet {
    width: min(74vw, 520px);
  }

  .mentor-group-sales-body .mentor-phone {
    width: min(28vw, 190px);
  }
}

@media (max-width: 760px) {
  .mentor-group-sales-body .mentor-hero h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .mentor-group-sales-body .mentor-points,
  .mentor-bonus {
    grid-template-columns: 1fr;
  }

  .mentor-group-sales-body .mentor-hero__visual {
    min-height: 480px;
  }

  .mentor-group-sales-body .mentor-tablet {
    width: min(86vw, 360px);
  }

  .mentor-group-sales-body .mentor-phone {
    right: 4px;
    width: min(32vw, 132px);
  }
}

@media (max-width: 760px) {
  .ebook-hero,
  .sheet-hero,
  .course-hero,
  .alpha-hero,
  .dividend-hero,
  .mind-hero,
  .eisl-hero,
  .mentor-hero,
  .detail-hero {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 16px;
  }

  .ebook-hero__copy,
  .sheet-hero__copy,
  .course-hero__copy,
  .alpha-hero__copy,
  .dividend-hero__copy,
  .mind-hero__copy,
  .eisl-hero__copy,
  .mentor-hero__copy,
  .detail-copy {
    display: contents;
  }

  .ebook-kicker,
  .sheet-kicker,
  .course-kicker,
  .alpha-kicker,
  .dividend-kicker,
  .mind-kicker,
  .eisl-kicker,
  .mentor-kicker,
  .detail-copy .hero__proof {
    order: 1;
    width: min(100%, 430px);
    margin-inline: auto;
  }

  .ebook-hero h1,
  .sheet-hero h1,
  .course-hero h1,
  .alpha-hero h1,
  .dividend-hero h1,
  .mind-hero h1,
  .eisl-hero h1,
  .mentor-hero h1,
  .detail-copy h1 {
    order: 2;
    width: min(100%, 430px);
    margin-inline: auto;
  }

  .ebook-mockups,
  .sheet-hero__visual,
  .course-hero__visual,
  .alpha-hero__visual,
  .dividend-hero__visual,
  .mind-hero__visual,
  .eisl-hero__visual,
  .mentor-hero__visual,
  .detail-card {
    order: 3;
    width: min(100%, 430px);
    margin-inline: auto;
  }

  .ebook-hero__copy > :not(.ebook-kicker):not(h1),
  .sheet-hero__copy > :not(.sheet-kicker):not(h1),
  .course-hero__copy > :not(.course-kicker):not(h1),
  .alpha-hero__copy > :not(.alpha-kicker):not(h1),
  .dividend-hero__copy > :not(.dividend-kicker):not(h1),
  .mind-hero__copy > :not(.mind-kicker):not(h1),
  .eisl-hero__copy > :not(.eisl-kicker):not(h1),
  .mentor-hero__copy > :not(.mentor-kicker):not(h1),
  .detail-copy > :not(.hero__proof):not(h1) {
    order: 4;
    width: min(100%, 430px);
    margin-inline: auto;
  }

  .ebook-actions,
  .sheet-actions,
  .course-actions,
  .alpha-actions,
  .dividend-actions,
  .mind-actions,
  .eisl-actions,
  .mentor-actions,
  .hero__actions {
    order: 5;
  }
}

.ebook-sales-header,
.sheet-sales-header,
.course-sales-header,
.alpha-sales-header,
.dividend-sales-header,
.mind-sales-header,
.eisl-sales-header,
.mentor-sales-header,
.detail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(100% - 72px, 1180px);
  min-height: 68px;
  margin: 0 auto;
  padding: 0 24px;
  border: 1px solid rgba(215, 165, 48, 0.3);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    rgba(0, 0, 0, 0.72);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 0 26px rgba(215, 165, 48, 0.14);
}

.ebook-sales-brand,
.sheet-sales-brand,
.course-sales-brand,
.alpha-sales-brand,
.dividend-sales-brand,
.mind-sales-brand,
.eisl-sales-brand,
.mentor-sales-brand,
.brand.product-page-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
}

.ebook-sales-brand img,
.sheet-sales-brand img,
.course-sales-brand img,
.alpha-sales-brand img,
.dividend-sales-brand img,
.mind-sales-brand img,
.eisl-sales-brand img,
.mentor-sales-brand img,
.brand.product-page-brand img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.ebook-sales-brand span,
.sheet-sales-brand span,
.course-sales-brand span,
.alpha-sales-brand span,
.dividend-sales-brand span,
.mind-sales-brand span,
.eisl-sales-brand span,
.mentor-sales-brand span,
.brand.product-page-brand span,
.brand.product-page-brand strong {
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: none;
}

.product-return-link,
.ebook-sales-access.product-return-link,
.sheet-sales-access.product-return-link,
.course-sales-access.product-return-link,
.alpha-sales-access.product-return-link,
.dividend-sales-access.product-return-link,
.mind-sales-access.product-return-link,
.eisl-sales-access.product-return-link,
.mentor-sales-access.product-return-link,
.top-cta.product-return-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid rgba(245, 197, 83, 0.62);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.84);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 18px rgba(215, 165, 48, 0.2);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.product-return-link svg {
  display: none;
}

.mentor-sales-body .mentor-sales-header,
.mentor-group-sales-body .mentor-sales-header,
.eisl-sales-body .eisl-sales-header {
  border-color: rgba(101, 182, 64, 0.4);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 26px rgba(101, 182, 64, 0.16);
}

.mentor-sales-body .product-return-link,
.mentor-group-sales-body .product-return-link,
.eisl-sales-body .product-return-link {
  border-color: rgba(130, 230, 88, 0.62);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 18px rgba(101, 182, 64, 0.2);
}

.ebook-hero h1,
.sheet-hero h1,
.course-hero h1,
.alpha-hero h1,
.dividend-hero h1,
.mind-hero h1,
.eisl-hero h1,
.mentor-hero h1,
.detail-copy h1 {
  max-width: 760px;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: clamp(48px, 4.6vw, 72px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
  text-transform: uppercase;
}

.sheet-hero h1 span,
.course-title-small,
.course-title-main,
.course-title-sub,
.course-hero h1 span,
.alpha-hero h1 span,
.dividend-hero h1 span,
.mind-hero h1 span,
.eisl-hero h1 span,
.eisl-hero h1 small,
.mentor-hero h1 span,
.mentor-title-line {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

@media (max-width: 760px) {
  .ebook-sales-header,
  .sheet-sales-header,
  .course-sales-header,
  .alpha-sales-header,
  .dividend-sales-header,
  .mind-sales-header,
  .eisl-sales-header,
  .mentor-sales-header,
  .detail-header {
    width: min(100% - 20px, 430px);
    min-height: 54px;
    padding: 0 10px;
    border-radius: 999px;
  }

  .ebook-sales-brand,
  .sheet-sales-brand,
  .course-sales-brand,
  .alpha-sales-brand,
  .dividend-sales-brand,
  .mind-sales-brand,
  .eisl-sales-brand,
  .mentor-sales-brand,
  .brand.product-page-brand {
    gap: 7px;
    font-size: 16px;
    line-height: 0.9;
  }

  .ebook-sales-brand img,
  .sheet-sales-brand img,
  .course-sales-brand img,
  .alpha-sales-brand img,
  .dividend-sales-brand img,
  .mind-sales-brand img,
  .eisl-sales-brand img,
  .mentor-sales-brand img,
  .brand.product-page-brand img {
    width: 34px;
    height: 34px;
  }

  .product-return-link,
  .ebook-sales-access.product-return-link,
  .sheet-sales-access.product-return-link,
  .course-sales-access.product-return-link,
  .alpha-sales-access.product-return-link,
  .dividend-sales-access.product-return-link,
  .mind-sales-access.product-return-link,
  .eisl-sales-access.product-return-link,
  .mentor-sales-access.product-return-link,
  .top-cta.product-return-link {
    min-width: 114px;
    min-height: 34px;
    padding: 0 12px;
    font-size: 9px;
    letter-spacing: 0.06em;
  }

  .ebook-hero h1,
  .sheet-hero h1,
  .course-hero h1,
  .alpha-hero h1,
  .dividend-hero h1,
  .mind-hero h1,
  .eisl-hero h1,
  .mentor-hero h1,
  .detail-copy h1 {
    max-width: 430px;
    font-size: clamp(27px, 7.8vw, 36px);
    font-weight: 900;
    line-height: 1.02;
  }

}

.sheet-sales-page .sheet-logo {
  display: block;
  width: clamp(58px, 6.2vw, 82px);
  margin: 0 auto 22px;
}

.sheet-sales-page .sheet-pretitle {
  margin: 0 auto 12px;
  color: #fff;
  font-size: clamp(20px, 2.3vw, 32px);
  font-weight: 500;
  letter-spacing: 0.36em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.sheet-sales-page .sheet-hero h1 {
  max-width: 760px;
  margin: 0 auto;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(36px, 4.7vw, 68px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.92;
  text-align: center;
  text-transform: uppercase;
}

.sheet-sales-page .sheet-hero h1 span {
  display: block;
  margin-top: 4px;
  color: var(--gold);
  font-family: inherit;
  font-size: 0.9em;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: 0.9;
}

.sheet-sales-page .sheet-divider {
  width: min(100%, 430px);
  margin: 28px auto 26px;
}

.sheet-sales-page .sheet-tagline {
  margin: 0 auto 28px;
  color: #fff;
  font-size: clamp(13px, 1.2vw, 17px);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.sheet-sales-page .sheet-hero {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 0;
  min-height: auto;
}

.sheet-sales-page .sheet-hero__copy {
  max-width: min(100%, 760px);
  margin-inline: auto;
  text-align: center;
}

.sheet-sales-page .sheet-hero__visual {
  width: min(100%, 620px);
  margin: 0 auto 34px;
}

.sheet-sales-page .sheet-hero__visual img {
  width: min(100%, 560px);
  max-height: none;
}

@media (max-width: 760px) {
  .sheet-sales-page .sheet-logo {
    order: 1;
    width: 48px;
    margin: 0 auto 6px;
  }

  .sheet-sales-page .sheet-pretitle {
    order: 2;
    width: min(100%, 430px);
    margin: 0 auto 8px;
    font-size: 18px;
    letter-spacing: 0.32em;
  }

  .sheet-sales-page .sheet-hero h1 {
    order: 3;
    width: min(100%, 430px);
    font-size: clamp(28px, 9vw, 40px);
    line-height: 0.92;
  }

  .sheet-sales-page .sheet-divider {
    order: 4;
    margin: 18px auto 20px;
  }

  .sheet-sales-page .sheet-tagline {
    order: 5;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .sheet-sales-page .sheet-hero__visual {
    order: 6;
    width: min(100%, 360px);
    margin-bottom: 22px;
  }

  .sheet-sales-page .sheet-hero__visual img {
    width: min(100%, 320px);
  }

  .sheet-sales-page .sheet-benefits,
  .sheet-sales-page .sheet-copy,
  .sheet-sales-page .sheet-primary,
  .sheet-sales-page .sheet-safe {
    order: 7;
  }
}

@media (min-width: 761px) {
  .sheet-sales-page {
    padding-top: 36px;
  }

  .sheet-sales-page .sheet-hero {
    width: min(100%, 1180px);
    margin: 0 auto;
  }

  .sheet-sales-page .sheet-hero__copy {
    display: grid;
    grid-template-columns: minmax(430px, 0.95fr) minmax(380px, 0.75fr);
    grid-template-areas:
      "title visual"
      "info visual";
    align-items: center;
    column-gap: clamp(56px, 8vw, 128px);
    row-gap: 22px;
    max-width: none;
    width: 100%;
  }

  .sheet-sales-page .sheet-title-block {
    grid-area: title;
    width: min(100%, 440px);
    justify-self: center;
    padding: 0;
    background: transparent;
  }

  .sheet-sales-page .sheet-logo {
    width: 64px;
    margin-bottom: 10px;
  }

  .sheet-sales-page .sheet-pretitle {
    font-size: 24px;
  }

  .sheet-sales-page .sheet-hero h1 {
    font-size: clamp(34px, 3.1vw, 50px);
  }

  .sheet-sales-page .sheet-divider {
    margin: 30px auto 26px;
  }

  .sheet-sales-page .sheet-tagline {
    margin-bottom: 0;
    font-size: 14px;
  }

  .sheet-sales-page .sheet-hero__visual {
    grid-area: visual;
    width: min(100%, 500px);
    margin: 0;
    justify-self: center;
  }

  .sheet-sales-page .sheet-hero__visual img {
    width: min(100%, 470px);
  }

  .sheet-sales-page .sheet-info-panel {
    grid-area: info;
    width: min(100%, 590px);
    justify-self: center;
    padding: 0 18px;
    background: transparent;
    box-shadow: none;
    text-align: center;
  }

  .sheet-sales-page .sheet-benefits {
    gap: 18px;
    margin-bottom: 20px;
  }

  .sheet-sales-page .sheet-benefits li {
    padding-left: 42px;
    font-size: 15px;
    line-height: 1.35;
    text-align: center;
  }

  .sheet-sales-page .sheet-benefits li::before {
    width: 23px;
    height: 23px;
  }

  .sheet-sales-page .sheet-copy {
    max-width: 520px;
    margin: 0 auto 18px;
    font-size: 15px;
    line-height: 1.45;
  }

  .sheet-sales-page .sheet-primary {
    width: min(100%, 350px);
    min-height: 52px;
    border-radius: 999px;
    font-size: 13px;
  }

  .sheet-sales-page .sheet-safe {
    margin-top: 10px;
    font-size: 11px;
  }
}

@media (max-width: 760px) {
  .sheet-sales-page .sheet-title-block,
  .sheet-sales-page .sheet-info-panel {
    display: contents;
  }
}

@media (max-width: 900px) {
  .app-showcase {
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: auto;
    padding: 70px 22px 76px;
    text-align: center;
  }

  .app-showcase::before {
    inset: 32% -32% 8%;
  }

  .app-showcase__copy {
    max-width: 680px;
    margin: 0 auto;
  }

  .app-showcase__copy h2 {
    font-size: clamp(42px, 9vw, 62px);
  }

  .app-showcase__copy > span {
    margin-top: 20px;
    font-size: 18px;
  }

  .app-showcase__proof {
    justify-content: center;
  }

  .app-showcase__media {
    justify-self: center;
    width: min(100%, 760px);
  }

  .testimonials {
    padding: 70px 22px 76px;
  }

  .testimonials__masonry {
    columns: 2 220px;
    column-gap: 14px;
  }

  .testimonial-shot {
    margin-bottom: 14px;
    padding: 7px;
    border-radius: 16px;
  }
}

@media (max-width: 640px) {
  .app-showcase {
    padding: 62px 18px 66px;
  }

  .app-showcase__copy p {
    margin-bottom: 16px;
    font-size: 11px;
    letter-spacing: 0.24em;
  }

  .app-showcase__copy h2 {
    font-size: clamp(38px, 11.5vw, 48px);
  }

  .app-showcase__copy > span {
    font-size: 15px;
  }

  .app-showcase__cta {
    width: min(100%, 292px);
    min-height: 52px;
    margin-top: 28px;
    font-size: 15px;
  }

  .app-showcase__proof {
    gap: 8px 12px;
    margin-top: 22px;
    font-size: 13px;
  }

  .app-showcase__media {
    width: calc(100% + 26px);
    margin-inline: -13px;
  }

  .testimonials {
    padding: 64px 0 66px;
  }

  .testimonials__heading {
    width: auto;
    margin: 0 18px 26px;
  }

  .testimonials__heading p {
    font-size: 11px;
    letter-spacing: 0.34em;
  }

  .testimonials__heading h2 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .testimonials__heading span {
    font-size: 14px;
  }

  .testimonials__masonry {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(268px, 82vw);
    gap: 14px;
    width: 100%;
    padding: 4px 18px 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .testimonials__masonry::-webkit-scrollbar {
    display: none;
  }

  .testimonial-shot {
    display: block;
    margin: 0;
    scroll-snap-align: center;
  }
}
