:root {
  color-scheme: light;
  --tron-red: #ea0029;
  --tron-red-hover: #c90024;
  --ink: #171719;
  --ink-soft: #68686f;
  --surface: #ffffff;
  --surface-muted: #f5f5f7;
  --surface-dark: #111114;
  --border: #e7e7ea;
  --border-strong: #d7d7dc;
  --shadow-soft: 0 24px 70px rgba(22, 22, 27, 0.12);
  --shadow-card: 0 32px 72px rgba(21, 21, 26, 0.18);
  --page-padding: 5vw;
  --page-max: 1440px;
  --radius: 6px;
  --transition: 220ms cubic-bezier(0.22, 1, 0.36, 1);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--surface);
  color: var(--ink);
  font-family: inherit;
  line-height: 1.5;
}

body:has(dialog[open]) {
  overflow: hidden;
}

button,
select {
  font: inherit;
  letter-spacing: 0;
}

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

button,
a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
  line-height: 1.02;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:focus-visible {
  outline: 3px solid rgba(234, 0, 41, 0.3);
  outline-offset: 3px;
}

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  min-height: 82px;
  padding: 0 var(--page-padding);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--border);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 13px;
  width: fit-content;
  color: var(--ink);
  font-size: 21px;
  font-weight: 760;
  white-space: nowrap;
}

.brand img {
  flex: 0 0 auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 38px;
}

.site-nav a {
  position: relative;
  padding: 29px 0 27px;
  color: #4f4f55;
  font-size: 14px;
  font-weight: 650;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  background: var(--tron-red);
  content: "";
  opacity: 0;
  transform: scaleX(0.6);
  transition: opacity var(--transition), transform var(--transition);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 12px;
}

.language-control {
  position: relative;
}

.language-control::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  content: "";
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}

.language-control select {
  min-width: 150px;
  height: 44px;
  padding: 0 42px 0 15px;
  appearance: none;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  color: #252529;
  cursor: pointer;
  font-size: 14px;
  font-weight: 650;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 27px;
  background: var(--tron-red);
  border: 1px solid var(--tron-red);
  border-radius: var(--radius);
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  transition: background-color var(--transition), border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}

.button:hover {
  background: var(--tron-red-hover);
  border-color: var(--tron-red-hover);
  box-shadow: 0 10px 28px rgba(234, 0, 41, 0.2);
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(0);
}

.button-small {
  min-height: 44px;
  padding-inline: 18px;
  font-size: 13px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(420px, 0.86fr) minmax(560px, 1.14fr);
  align-items: center;
  width: min(100%, var(--page-max));
  min-height: min(690px, calc(100svh - 120px));
  margin-inline: auto;
  padding: 48px var(--page-padding) 64px;
}

.hero-copy {
  position: relative;
  z-index: 4;
  min-width: 0;
  max-width: 590px;
}

.hero h1 {
  max-width: 620px;
  margin-bottom: 26px;
  font-size: 72px;
  font-weight: 780;
  overflow-wrap: anywhere;
}

.hero-body {
  max-width: 550px;
  margin-bottom: 14px;
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.5;
}

.network-statement {
  max-width: 550px;
  margin-bottom: 34px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.45;
}

.hero-cards {
  position: relative;
  min-width: 0;
  height: 535px;
  isolation: isolate;
}

.hero-card {
  position: absolute;
  left: 50%;
  width: min(640px, 94%);
  filter: drop-shadow(0 16px 18px rgba(20, 20, 24, 0.1));
  transform-origin: 50% 50%;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-card-basic {
  top: 0;
  z-index: 1;
  transform: translateX(-52%) rotate(-9deg);
}

.hero-card-red {
  top: 74px;
  z-index: 2;
  transform: translateX(-42%) rotate(4deg);
}

.hero-card-platinum {
  top: 164px;
  z-index: 3;
  transform: translateX(-49%) rotate(-2deg);
}

.hero-cards:hover .hero-card-basic {
  transform: translateX(-57%) translateY(-7px) rotate(-11deg);
}

.hero-cards:hover .hero-card-red {
  transform: translateX(-38%) translateY(-3px) rotate(6deg);
}

.hero-cards:hover .hero-card-platinum {
  transform: translateX(-49%) translateY(5px) rotate(-1deg);
}

.card-picker {
  padding: 76px var(--page-padding) 104px;
  background: var(--surface-muted);
}

.card-picker > *,
.benefits > *,
.site-footer > * {
  max-width: calc(var(--page-max) - (2 * var(--page-padding)));
  margin-inline: auto;
}

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

.section-heading h2 {
  margin-bottom: 12px;
  font-size: 38px;
  font-weight: 760;
}

.section-heading p {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 17px;
}

.tier-selector {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 68px;
}

.tier-option {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 84px;
  padding: 17px 21px 16px 24px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}

.tier-option::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--tron-red);
  content: "";
  opacity: 0;
  transform: scaleY(0.5);
  transition: opacity var(--transition), transform var(--transition);
}

.tier-option:hover {
  border-color: #bdbdc3;
  transform: translateY(-2px);
}

.tier-option.is-active {
  border-color: var(--tron-red);
  box-shadow: 0 12px 30px rgba(24, 24, 29, 0.07);
}

.tier-option.is-active::before {
  opacity: 1;
  transform: scaleY(1);
}

.tier-option span {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 760;
}

.tier-option small {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.selected-card {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  align-items: center;
  gap: 7vw;
  min-height: 510px;
}

.card-stage {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 480px;
  place-items: center;
}

.card-stage::before {
  position: absolute;
  width: 80%;
  height: 45%;
  background: rgba(24, 24, 29, 0.14);
  border-radius: 50%;
  content: "";
  filter: blur(45px);
  transform: translateY(42%);
}

.card-stage img {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  filter: drop-shadow(0 18px 18px rgba(22, 22, 27, 0.1));
  transition: opacity var(--transition), transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.card-stage img.is-switching {
  opacity: 0;
  transform: translateY(10px) scale(0.985);
}

.selected-card-copy {
  max-width: 480px;
}

.section-label {
  margin-bottom: 16px;
  color: var(--tron-red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.card-type {
  margin-bottom: 12px;
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 650;
}

.selected-card-copy h3 {
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 770;
}

.selected-card-copy > p:not(.section-label, .card-type) {
  margin-bottom: 30px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.65;
}

.benefits {
  padding: 112px var(--page-padding) 120px;
  background: var(--surface);
}

.section-heading-wide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 8vw;
  margin-bottom: 66px;
}

.section-heading-wide h2 {
  max-width: 540px;
  margin-bottom: 0;
  font-size: 52px;
}

.section-heading-wide p {
  max-width: 530px;
  padding-bottom: 4px;
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--border-strong);
}

.benefit-item {
  min-height: 255px;
  padding: 28px 38px 20px 0;
}

.benefit-item + .benefit-item {
  padding-left: 38px;
  border-left: 1px solid var(--border);
}

.benefit-number {
  display: block;
  margin-bottom: 56px;
  color: var(--tron-red);
  font-size: 12px;
  font-weight: 800;
}

.benefit-item h3 {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 750;
}

.benefit-item p {
  max-width: 330px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.6;
}

.platinum {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  align-items: center;
  min-height: 680px;
  padding: 80px max(var(--page-padding), calc((100vw - var(--page-max)) / 2 + var(--page-padding)));
  overflow: hidden;
  background: var(--surface-dark);
  color: #ffffff;
}

.platinum-media {
  position: relative;
  min-width: 0;
}

.platinum-media::after {
  position: absolute;
  right: 10%;
  bottom: 5%;
  left: 10%;
  height: 25%;
  background: rgba(234, 0, 41, 0.22);
  border-radius: 50%;
  content: "";
  filter: blur(70px);
}

.platinum-media img {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  transform: rotate(-5deg) translateX(-4%);
}

.platinum-copy {
  position: relative;
  z-index: 2;
  max-width: 500px;
}

.platinum-copy h2 {
  margin-bottom: 22px;
  font-size: 54px;
  font-weight: 740;
}

.platinum-copy > p {
  margin-bottom: 32px;
  color: #b9b9bf;
  font-size: 17px;
  line-height: 1.65;
}

.requirement {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  margin: 0 0 34px;
  padding: 20px 0;
  border-top: 1px solid #35353b;
  border-bottom: 1px solid #35353b;
}

.requirement dt {
  color: #a8a8af;
  font-size: 13px;
}

.requirement dd {
  margin: 0;
  font-size: 14px;
  font-weight: 750;
  text-align: right;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 40px;
  min-height: 110px;
  padding: 0 var(--page-padding);
  background: var(--surface);
  border-top: 1px solid var(--border);
}

.site-footer .brand {
  margin: 0;
  font-size: 17px;
}

.site-footer p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

dialog {
  width: min(560px, calc(100% - 32px));
  max-height: calc(100svh - 32px);
  padding: 0;
  overflow: visible;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 34px 100px rgba(12, 12, 16, 0.28);
  color: var(--ink);
}

dialog::backdrop {
  background: rgba(18, 18, 22, 0.52);
  backdrop-filter: blur(4px);
}

.dialog-shell {
  position: relative;
  padding: 36px 42px 38px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.application-progress-wrap {
  padding-right: 48px;
  margin-bottom: 26px;
}

.application-step-label {
  display: block;
  margin-bottom: 9px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.application-progress {
  height: 4px;
  overflow: hidden;
  background: #e7e7ea;
  border-radius: 2px;
}

.application-progress span {
  display: block;
  width: 25%;
  height: 100%;
  background: var(--tron-red);
  transition: width 180ms ease;
}

.application-card {
  margin-bottom: 24px !important;
  padding: 11px 14px;
  background: var(--surface-muted);
  border-left: 3px solid var(--tron-red);
  color: var(--ink-soft);
  font-size: 13px !important;
  line-height: 1.4 !important;
}

.application-card strong {
  color: var(--ink);
}

.application-step[hidden],
.application-actions [hidden] {
  display: none;
}

.application-step h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.1;
  outline: none;
}

.application-step > p {
  margin-bottom: 24px;
}

.form-grid {
  display: grid;
  gap: 14px;
}

.form-grid-two {
  grid-template-columns: 1fr 1fr;
}

.form-field {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.form-field input,
.form-field select {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  background: #fff;
  border: 1px solid #d7d7dc;
  border-radius: 5px;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  font-weight: 500;
}

.form-field input:focus,
.form-field select:focus {
  border-color: var(--tron-red);
  box-shadow: 0 0 0 3px rgba(235, 0, 41, 0.09);
  outline: none;
}

.form-field input[aria-invalid="true"],
.form-field select[aria-invalid="true"] {
  border-color: var(--tron-red);
}

.field-error {
  min-height: 0;
  color: #bc0022;
  font-size: 12px;
  font-weight: 600;
}

.field-error:empty {
  display: none;
}

.eligibility-check {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 11px;
  align-items: start;
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 13px;
  line-height: 1.45;
}

.eligibility-check input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--tron-red);
}

.eligibility-error {
  display: block;
  margin: 7px 0 0 31px;
}

.application-actions {
  display: flex;
  gap: 10px;
  margin-top: 26px;
}

.application-actions .button {
  flex: 1;
}

.button-secondary {
  background: var(--surface-muted);
  color: var(--ink);
}

.application-step-connect .dialog-mark {
  margin-bottom: 20px;
}

.dialog-shell .connection-copy p {
  margin-bottom: 8px;
}

.dialog-shell .connection-copy p:last-child {
  margin-bottom: 0;
  color: var(--ink);
  font-weight: 650;
}

.dialog-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  background: transparent;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: #616168;
  cursor: pointer;
  place-items: center;
}

.dialog-close:hover {
  background: var(--surface-muted);
  color: var(--ink);
}

.dialog-close svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.dialog-mark {
  margin-bottom: 26px;
}

.dialog-shell h2 {
  max-width: 340px;
  margin-bottom: 14px;
  font-size: 31px;
  font-weight: 760;
}

.dialog-shell p {
  margin-bottom: 30px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.6;
}

.dialog-action {
  width: 100%;
}

dialog[open] {
  position: fixed;
  inset: 0;
  z-index: 30;
  margin: auto;
  animation: dialog-in 180ms ease-out both;
}

@keyframes dialog-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.985);
  }
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(350px, 0.88fr) minmax(450px, 1.12fr);
  }

  .hero h1 {
    font-size: 54px;
  }

  .hero-copy > p {
    font-size: 18px;
  }

  .hero-cards {
    height: 470px;
  }

  .hero-card-red {
    top: 60px;
  }

  .hero-card-platinum {
    top: 130px;
  }

  .selected-card {
    gap: 4vw;
  }

  .selected-card-copy h3 {
    font-size: 36px;
  }
}

@media (max-width: 820px) {
  :root {
    --page-padding: 24px;
  }

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

  .header-actions .button-small {
    display: none;
  }

  .language-control select {
    min-width: 126px;
    height: 42px;
  }

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

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

  .hero h1 {
    max-width: 580px;
    margin-bottom: 20px;
    font-size: 48px;
  }

  .hero-body {
    max-width: 580px;
    font-size: 17px;
  }

  .network-statement {
    max-width: 580px;
    margin-bottom: 28px;
  }

  .hero-cards {
    height: 430px;
    margin-top: 20px;
  }

  .hero-card {
    width: min(570px, 93%);
  }

  .hero-card-basic {
    top: 0;
  }

  .hero-card-red {
    top: 56px;
  }

  .hero-card-platinum {
    top: 120px;
  }

  .card-picker,
  .benefits {
    padding-top: 72px;
    padding-bottom: 82px;
  }

  .tier-selector {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-bottom: 50px;
  }

  .tier-option {
    min-height: 70px;
  }

  .selected-card {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .card-stage {
    min-height: 360px;
  }

  .selected-card-copy {
    max-width: 620px;
  }

  .section-heading-wide {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-heading-wide h2 {
    font-size: 44px;
  }

  .benefit-list {
    grid-template-columns: 1fr;
  }

  .benefit-item {
    min-height: auto;
    padding: 24px 0 30px;
  }

  .benefit-item + .benefit-item {
    padding-left: 0;
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .benefit-number {
    margin-bottom: 30px;
  }

  .platinum {
    grid-template-columns: 1fr;
    padding: 74px var(--page-padding) 80px;
  }

  .platinum-media {
    order: 2;
    margin: 42px -8% -20px;
  }

  .platinum-copy {
    order: 1;
  }

  .platinum-copy h2 {
    font-size: 44px;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .site-footer > p:first-of-type {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 520px) {
  :root {
    --page-padding: 20px;
  }

  dialog {
    width: calc(100% - 24px);
    max-height: calc(100svh - 24px);
    overflow: auto;
  }

  .dialog-shell {
    padding: 28px 22px 24px;
  }

  .form-grid-two {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .application-step h3 {
    font-size: 25px;
  }

  .brand {
    gap: 9px;
    font-size: 18px;
  }

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

  .language-control select {
    min-width: 154px;
    padding-left: 12px;
    font-size: 13px;
  }

  .hero {
    min-height: 700px;
    padding-top: 42px;
    padding-bottom: 26px;
  }

  .hero h1 {
    max-width: 350px;
    font-size: 42px;
    line-height: 1.03;
  }

  .hero-body {
    font-size: 16px;
  }

  .hero .button {
    min-height: 50px;
  }

  .hero-cards {
    height: 370px;
    margin: 22px calc(-1 * var(--page-padding)) 0;
    overflow: clip;
  }

  .hero-card {
    width: 98%;
  }

  .hero-card-basic {
    top: 8px;
    transform: translateX(-53%) rotate(-8deg);
  }

  .hero-card-red {
    top: 55px;
    transform: translateX(-46%) rotate(4deg);
  }

  .hero-card-platinum {
    top: 105px;
    transform: translateX(-51%) rotate(-2deg);
  }

  .section-heading h2 {
    font-size: 32px;
  }

  .section-heading p {
    font-size: 15px;
  }

  .tier-option {
    min-height: 68px;
    padding: 14px 17px 13px 20px;
  }

  .card-stage {
    min-height: 255px;
  }

  .selected-card-copy h3 {
    font-size: 32px;
  }

  .selected-card-copy > p:not(.section-label, .card-type) {
    font-size: 16px;
  }

  .selected-card-copy .button,
  .platinum-copy .button {
    width: 100%;
  }

  .section-heading-wide h2,
  .platinum-copy h2 {
    font-size: 36px;
  }

  .platinum {
    min-height: 760px;
  }

  .platinum-media {
    margin-right: -16%;
    margin-left: -16%;
  }

  .dialog-shell {
    padding: 38px 24px 24px;
  }

  .dialog-shell h2 {
    padding-right: 24px;
    font-size: 27px;
  }
}

@media (max-width: 340px) {
  .site-header > .brand span {
    display: none;
  }
}

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

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