:root {
  color-scheme: dark;
  --bg: #060709;
  --surface: #0c0e12;
  --surface-2: #111319;
  --line: rgba(255, 255, 255, 0.13);
  --muted: #a7abb4;
  --text: #f7f7f8;
  --red: #ef1633;
  --red-dark: #870516;
  --red-glow: rgba(239, 22, 51, 0.24);
  --max: 1180px;
  --angle: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 75% 5%, rgba(117, 3, 21, 0.18), transparent 25rem),
    radial-gradient(circle at 5% 60%, rgba(117, 3, 21, 0.13), transparent 30rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  background-image: linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  pointer-events: none;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 12px 16px;
  transform: translateY(-160%);
  background: var(--text);
  color: var(--bg);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-grid {
  position: fixed;
  inset: 0;
  z-index: -4;
  opacity: 0.4;
  background-image: linear-gradient(120deg, transparent 0 49.7%, rgba(239, 22, 51, 0.035) 50%, transparent 50.3%);
  background-size: 130px 130px;
  pointer-events: none;
}

.edge-glow {
  position: fixed;
  z-index: -2;
  width: 1px;
  height: 65vh;
  background: linear-gradient(transparent, var(--red), transparent);
  opacity: 0.3;
  box-shadow: 0 0 60px 20px var(--red-glow);
  pointer-events: none;
}

.edge-glow--left {
  top: 18vh;
  left: 2vw;
}

.edge-glow--right {
  right: 2vw;
  bottom: 6vh;
}

.site-header,
main,
footer {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 94px;
  border-bottom: 1px solid var(--line);
}

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

.brand img,
.footer-brand img {
  display: block;
  object-fit: contain;
  mix-blend-mode: screen;
}

.brand-copy {
  display: grid;
  gap: 1px;
}

.brand-copy strong,
.footer-brand span {
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 1.12rem;
  font-style: italic;
  letter-spacing: 0.08em;
}

.brand-copy small {
  color: var(--red);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.desktop-nav {
  display: flex;
  gap: 34px;
  color: #c5c8cf;
  font-size: 0.88rem;
  font-weight: 700;
}

.desktop-nav a {
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: white;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  clip-path: polygon(var(--angle) 0, 100% 0, calc(100% - var(--angle)) 100%, 0 100%);
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 0.92rem;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid white;
  outline-offset: 4px;
}

.button--primary {
  border-color: var(--red);
  background: linear-gradient(105deg, var(--red-dark), var(--red));
  box-shadow: 0 0 36px rgba(239, 22, 51, 0.16);
}

.button--primary:hover,
.button--primary:focus-visible {
  box-shadow: 0 0 42px rgba(239, 22, 51, 0.33);
}

.button--compact {
  min-height: 42px;
  padding-inline: 20px;
  font-size: 0.8rem;
}

.button--wide {
  width: 100%;
}

.checkout-link.is-disabled {
  cursor: not-allowed;
  filter: grayscale(0.45);
}

.hero {
  position: relative;
  display: grid;
  min-height: 720px;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.72fr);
  align-items: center;
  gap: clamp(36px, 7vw, 90px);
  padding: 76px 0 92px;
}

.hero::after {
  position: absolute;
  right: -13vw;
  bottom: -1px;
  left: -13vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--red), transparent);
  content: "";
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 20px;
  color: var(--red);
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 0.76rem;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 36px;
  height: 1px;
  background: var(--red);
  box-shadow: 0 0 12px var(--red);
}

h1,
h2,
h3,
p {
  text-wrap: balance;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-style: italic;
  letter-spacing: -0.025em;
  line-height: 0.95;
  text-transform: uppercase;
}

h1 {
  max-width: 800px;
  margin-bottom: 28px;
  font-size: clamp(4rem, 7.5vw, 7.1rem);
}

h1 span {
  display: block;
}

h1 .outlined {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.78);
  text-shadow: 0 0 42px rgba(255, 255, 255, 0.06);
}

.hero-lede {
  max-width: 660px;
  margin: 0;
  color: #c8cbd2;
  font-size: clamp(1.03rem, 1.5vw, 1.23rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 36px;
}

.text-link {
  color: #d7d9df;
  font-size: 0.9rem;
  font-weight: 800;
}

.text-link span {
  margin-left: 8px;
  color: var(--red);
}

.principles {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 48px;
  color: #8f949e;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.principles i {
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  background: var(--red);
}

.access-card {
  position: relative;
  padding: 34px;
  border: 1px solid rgba(239, 22, 51, 0.72);
  background:
    linear-gradient(145deg, rgba(239, 22, 51, 0.09), transparent 35%),
    linear-gradient(180deg, rgba(17, 19, 25, 0.97), rgba(6, 7, 9, 0.99));
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.45), 0 0 50px rgba(239, 22, 51, 0.08);
  clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
}

.access-card::before {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  content: "";
  clip-path: inherit;
  pointer-events: none;
}

.scope-corners::before,
.scope-corners::after {
  position: absolute;
  width: 38px;
  height: 12px;
  border-top: 1px solid var(--red);
  content: "";
}

.scope-corners::before {
  top: 18px;
  left: 18px;
  border-left: 1px solid var(--red);
}

.scope-corners::after {
  right: 18px;
  bottom: 18px;
  transform: rotate(180deg);
  border-left: 1px solid var(--red);
}

.target-mark {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 25px;
  place-items: center;
  border: 1px solid rgba(239, 22, 51, 0.8);
  border-radius: 50%;
}

.target-mark::before,
.target-mark::after {
  position: absolute;
  background: var(--red);
  content: "";
}

.target-mark::before {
  width: 76px;
  height: 1px;
}

.target-mark::after {
  width: 1px;
  height: 76px;
}

.target-mark span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 18px var(--red);
}

.card-kicker {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.access-card h2 {
  margin-bottom: 15px;
  font-size: clamp(2.8rem, 5vw, 4.4rem);
}

.card-summary {
  margin: 0;
  color: #b3b7c0;
  font-size: 0.96rem;
}

.benefit-list {
  display: grid;
  margin: 28px 0 30px;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
}

.benefit-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.benefit-list span {
  color: var(--red);
  font-family: "Arial Narrow", Impact, sans-serif;
  font-style: italic;
}

.secure-note {
  margin: 15px 0 0;
  color: #878c96;
  font-size: 0.72rem;
  text-align: center;
}

.secure-note span {
  margin-right: 6px;
  color: var(--red);
}

.section {
  padding: 110px 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 52px;
}

.section-heading h2,
.record h2,
.membership h2,
.final-cta h2 {
  margin-bottom: 20px;
  font-size: clamp(3rem, 6vw, 5.4rem);
}

.section-heading > p:last-child,
.record-copy > p:not(.eyebrow),
.membership-copy > p:not(.eyebrow),
.final-cta > p:not(.eyebrow) {
  max-width: 660px;
  margin-bottom: 0;
  color: #adb1ba;
  font-size: 1.05rem;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.method-card {
  position: relative;
  min-height: 290px;
  padding: 34px 30px;
  border-right: 1px solid var(--line);
  background: rgba(10, 11, 14, 0.62);
}

.method-card:last-child {
  border-right: 0;
}

.method-card--featured {
  background: linear-gradient(150deg, rgba(239, 22, 51, 0.16), rgba(10, 11, 14, 0.78));
}

.method-card--featured::after {
  position: absolute;
  right: 24px;
  bottom: -1px;
  left: 24px;
  height: 2px;
  background: var(--red);
  box-shadow: 0 0 20px var(--red);
  content: "";
}

.method-number {
  margin-bottom: 48px;
  color: var(--red);
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 0.82rem;
  font-style: italic;
  letter-spacing: 0.12em;
}

.method-card h3 {
  margin-bottom: 14px;
  font-size: 1.75rem;
}

.method-card p {
  margin: 0;
  color: #989da7;
  font-size: 0.92rem;
}

.record {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 70px;
}

.year-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.year-grid article {
  position: relative;
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(239, 22, 51, 0.04), rgba(13, 15, 19, 0.98));
}

.year-grid article::before {
  position: absolute;
  top: -34px;
  right: -34px;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(239, 22, 51, 0.28);
  border-radius: 50%;
  content: "";
}

.year-grid span,
.year-grid small {
  color: #898e98;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 0.73rem;
  letter-spacing: 0.13em;
}

.year-grid strong {
  margin: 7px 0 4px;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-style: italic;
  line-height: 1;
}

.guarantee-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 0.42fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(36px, 6vw, 76px);
  padding: clamp(30px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(239, 22, 51, 0.5);
  background:
    linear-gradient(112deg, rgba(134, 5, 23, 0.32), rgba(11, 13, 17, 0.96) 44%),
    var(--surface);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34), inset 0 0 60px rgba(239, 22, 51, 0.04);
  clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
}

.guarantee-panel::before {
  position: absolute;
  top: 0;
  left: clamp(30px, 5vw, 58px);
  width: min(240px, 32%);
  height: 3px;
  background: var(--red);
  box-shadow: 0 0 28px var(--red);
  content: "";
}

.guarantee-score {
  position: relative;
  display: grid;
  min-height: 240px;
  align-content: center;
  justify-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  text-align: center;
}

.guarantee-score::before,
.guarantee-score::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(239, 22, 51, 0.32);
  content: "";
}

.guarantee-score::before {
  width: min(100%, 220px);
  height: 1px;
  transform: translate(-50%, -50%);
}

.guarantee-score::after {
  width: 1px;
  height: min(100%, 220px);
  transform: translate(-50%, -50%);
}

.guarantee-score span,
.guarantee-score small {
  position: relative;
  z-index: 1;
}

.guarantee-score span {
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: clamp(4.8rem, 10vw, 7.6rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.86;
  text-shadow: 0 0 32px rgba(239, 22, 51, 0.24);
}

.guarantee-score small {
  margin-top: 14px;
  color: var(--red);
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.guarantee-copy h2 {
  max-width: 700px;
  margin-bottom: 18px;
  font-size: clamp(2.8rem, 5.7vw, 5.2rem);
}

.guarantee-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: #c0c3ca;
  font-size: 1.08rem;
}

.membership {
  position: relative;
}

.membership::before {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  transform: translate(50%, -50%);
  background: linear-gradient(100deg, rgba(123, 5, 22, 0.16), rgba(10, 11, 14, 0.94) 45%, rgba(123, 5, 22, 0.11));
  border-block: 1px solid rgba(239, 22, 51, 0.22);
  content: "";
}

.membership-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(310px, 0.7fr);
  align-items: center;
  gap: 80px;
}

.membership-action {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(5, 6, 8, 0.74);
}

.membership-action > p {
  margin: 0 0 2px;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.membership-action > strong {
  display: block;
  margin-bottom: 25px;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 2rem;
  font-style: italic;
  text-transform: uppercase;
}

.membership-action small {
  display: block;
  margin-top: 15px;
  color: #7e838d;
  font-size: 0.72rem;
  text-align: center;
}

.section-heading--compact {
  margin-bottom: 34px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 1.18rem;
  font-style: italic;
  letter-spacing: 0.02em;
  list-style: none;
  text-transform: uppercase;
}

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

.faq-list summary span {
  color: var(--red);
  font-family: ui-monospace, monospace;
  font-size: 1.35rem;
  transition: transform 160ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 780px;
  margin: -3px 0 28px;
  color: #a8acb5;
}

.final-cta {
  display: grid;
  max-width: 900px;
  justify-items: center;
  margin-inline: auto;
  text-align: center;
}

.final-cta .eyebrow {
  justify-content: center;
}

.final-cta > p:not(.eyebrow) {
  margin: 0 auto 32px;
}

.reticle {
  position: relative;
  display: grid;
  width: 76px;
  height: 76px;
  margin-bottom: 26px;
  place-items: center;
  border: 1px solid rgba(239, 22, 51, 0.55);
  border-radius: 50%;
}

.reticle::before,
.reticle::after {
  position: absolute;
  background: rgba(239, 22, 51, 0.72);
  content: "";
}

.reticle::before {
  width: 112px;
  height: 1px;
}

.reticle::after {
  width: 1px;
  height: 112px;
}

.reticle span {
  width: 9px;
  height: 9px;
  border: 2px solid var(--red);
  border-radius: 50%;
  box-shadow: 0 0 16px var(--red);
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px 0 44px;
  border-top: 1px solid var(--line);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.mobile-checkout {
  display: none;
}

.checkout-notice {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  max-width: 320px;
  padding: 14px 16px;
  border: 1px solid var(--red);
  background: #101217;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
  color: #e7e8ec;
  font-size: 0.83rem;
}

@media (max-width: 920px) {
  .desktop-nav {
    display: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 64px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .access-card {
    width: min(100%, 620px);
  }

  .record,
  .membership-inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .guarantee-panel {
    grid-template-columns: minmax(210px, 0.35fr) minmax(0, 1fr);
    gap: 34px;
  }

  .record-copy {
    max-width: 760px;
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: 82px;
  }

  .site-header,
  main,
  footer {
    width: min(calc(100% - 28px), var(--max));
  }

  .site-header {
    min-height: 82px;
  }

  .site-header > .button {
    display: none;
  }

  .brand img {
    width: 62px;
    height: 62px;
  }

  h1 {
    font-size: clamp(3.4rem, 15vw, 5.8rem);
  }

  .hero {
    padding: 55px 0 76px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .text-link {
    text-align: center;
  }

  .principles {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .principles i {
    display: none;
  }

  .access-card {
    padding: 30px 24px;
  }

  .section {
    padding: 78px 0;
  }

  .method-grid,
  .year-grid {
    grid-template-columns: 1fr;
  }

  .method-card {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .method-card:last-child {
    border-bottom: 0;
  }

  .method-number {
    margin-bottom: 34px;
  }

  .year-grid article {
    min-height: 165px;
  }

  .guarantee-panel {
    grid-template-columns: 1fr;
    padding: 34px 24px;
  }

  .guarantee-score {
    min-height: 170px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .guarantee-score span {
    font-size: clamp(4.6rem, 24vw, 6.8rem);
  }

  .mobile-checkout {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    display: flex;
    min-height: 74px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 14px;
    border-top: 1px solid rgba(239, 22, 51, 0.5);
    background: rgba(5, 6, 8, 0.96);
    backdrop-filter: blur(14px);
  }

  .mobile-checkout > span {
    display: grid;
  }

  .mobile-checkout strong {
    font-family: "Arial Narrow", Impact, sans-serif;
    font-size: 0.9rem;
    font-style: italic;
    letter-spacing: 0.05em;
  }

  .mobile-checkout small {
    color: #8d929c;
    font-size: 0.66rem;
  }

  .mobile-checkout .button {
    min-height: 46px;
    padding-inline: 20px;
    font-size: 0.75rem;
  }

  .checkout-notice {
    right: 14px;
    bottom: 88px;
    left: 14px;
    max-width: none;
  }
}

@media (max-width: 430px) {
  .brand-copy small {
    display: none;
  }

  .brand-copy strong {
    font-size: 1rem;
  }

  .hero-lede,
  .section-heading > p:last-child,
  .record-copy > p:not(.eyebrow),
  .membership-copy > p:not(.eyebrow),
  .final-cta > p:not(.eyebrow) {
    font-size: 1rem;
  }

  .access-card h2 {
    font-size: 3rem;
  }

  .membership-action {
    padding: 22px;
  }

  .mobile-checkout small {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
