.paid-hero {
  position: relative;
  display: grid;
  min-height: 650px;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(40px, 7vw, 96px);
  padding: clamp(44px, 6vw, 82px) 0 clamp(70px, 9vw, 112px);
}

.paid-hero::before {
  position: absolute;
  z-index: -1;
  top: 4%;
  right: -8%;
  width: min(58vw, 680px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(101, 230, 180, 0.11), rgba(101, 230, 180, 0) 68%);
  content: "";
  pointer-events: none;
}

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

.paid-hero .eyebrow {
  margin-bottom: 26px;
}

.paid-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(48px, 6.7vw, 84px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.paid-hero h1::first-line {
  color: #f2f6f3;
}

.paid-price-nowrap {
  white-space: nowrap;
}

.paid-hero__lead {
  max-width: 690px;
  margin: 30px 0 0;
  color: #9aa59e;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.62;
}

.paid-hero__actions,
.paid-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.paid-hero__note {
  max-width: 610px;
  margin: 20px 0 0;
  color: #6f7a73;
  font-size: 12px;
  line-height: 1.55;
}

.access-meter {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(101, 230, 180, 0.24);
  border-radius: 8px;
  background: rgba(8, 12, 9, 0.9);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
}

.access-meter::after {
  position: absolute;
  right: -55px;
  bottom: -55px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(101, 230, 180, 0.12);
  border-radius: 50%;
  content: "";
}

.access-meter__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #7d8981;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  text-transform: uppercase;
}

.access-meter__head strong {
  color: var(--green);
  font-size: 22px;
}

.access-meter__equation {
  display: grid;
  grid-template-columns: auto 20px auto 20px minmax(0, 1fr);
  align-items: baseline;
  gap: 7px;
  margin-top: 28px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.access-meter__equation span,
.access-meter__equation i {
  color: #849088;
  font-size: 14px;
  font-style: normal;
}

.access-meter__equation i {
  text-align: center;
}

.access-meter__equation strong {
  color: #f2f6f3;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: -0.04em;
  text-align: right;
}

.access-meter__days {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 28px;
}

.access-meter__days span {
  aspect-ratio: 1.38;
  border: 1px solid rgba(101, 230, 180, 0.3);
  border-radius: 4px;
  background: rgba(101, 230, 180, 0.16);
}

.access-meter__days span:nth-child(5n) {
  background: rgba(101, 230, 180, 0.3);
}

.access-meter__days span.is-trial {
  border-color: rgba(214, 248, 122, 0.6);
  background: rgba(214, 248, 122, 0.68);
  box-shadow: 0 0 18px rgba(214, 248, 122, 0.12);
}

.access-meter__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 16px;
  margin-top: 18px;
  color: #7b867f;
  font-size: 10px;
}

.access-meter__legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.access-meter__legend i {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: rgba(214, 248, 122, 0.72);
}

.access-meter__legend span + span i {
  background: rgba(101, 230, 180, 0.38);
}

.access-meter > p {
  position: relative;
  z-index: 1;
  margin: 24px 0 0;
  color: #7b867f;
  font-size: 12px;
  line-height: 1.55;
}

.price-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-bottom: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.price-strip p {
  display: grid;
  min-height: 108px;
  align-content: center;
  gap: 7px;
  margin: 0;
  padding: 20px;
  background: rgba(9, 12, 10, 0.92);
}

.price-strip strong {
  color: var(--green);
  font-size: 22px;
  letter-spacing: -0.025em;
}

.price-strip span {
  color: #77827b;
  font-size: 11px;
}

.pricing-method__grid,
.paid-included__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}

.pricing-method__grid article,
.paid-included__grid article {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(10, 13, 11, 0.78);
}

.pricing-method__grid article > span {
  display: inline-block;
  margin-bottom: 36px;
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.pricing-method__grid h3,
.paid-included__grid h3 {
  margin: 0;
  font-size: 23px;
  line-height: 1.18;
}

.pricing-method__grid p,
.paid-included__grid p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.cost-model {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1.28fr);
  align-items: start;
  gap: clamp(36px, 7vw, 90px);
}

.cost-model__copy {
  position: sticky;
  top: 92px;
}

.cost-model__copy h2 {
  margin-bottom: 20px;
}

.cost-model__copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.cost-model__formula {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: var(--green) !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px !important;
}

.cost-table-wrap {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(9, 12, 10, 0.82);
}

.cost-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.cost-table caption {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  color: #e7ede8;
  font-size: 18px;
  font-weight: 760;
  text-align: left;
}

.cost-table th,
.cost-table td {
  padding: 18px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.cost-table thead th {
  color: #6f7b73;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 580;
  text-transform: uppercase;
}

.cost-table tbody th {
  color: #dce4de;
  font-size: 14px;
}

.cost-table tbody td {
  color: #8d9891;
  font-size: 14px;
}

.cost-table tbody td strong {
  color: var(--green);
}

.cost-table tbody tr:last-child th,
.cost-table tbody tr:last-child td {
  border-bottom: 0;
}

.cost-table-note {
  margin: 0;
  padding: 16px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #68736c;
  font-size: 11px;
  line-height: 1.5;
}

.trial-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 36px 0 30px;
  padding: 0;
  list-style: none;
}

.trial-path li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-content: start;
  gap: 15px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(9, 12, 10, 0.76);
}

.trial-path li > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 7px;
  color: #07170f;
  background: var(--green);
  font-weight: 850;
}

.trial-path h3,
.trial-path p {
  margin: 0;
}

.trial-path h3 {
  font-size: 18px;
}

.trial-path p {
  margin-top: 9px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

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

.paid-included__grid article {
  min-height: 190px;
}

.paid-platforms__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.paid-platforms__links a {
  display: grid;
  min-height: 104px;
  align-content: center;
  gap: 7px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(10, 13, 11, 0.78);
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.paid-platforms__links a:hover {
  border-color: rgba(101, 230, 180, 0.36);
  background: rgba(20, 46, 35, 0.46);
  transform: translateY(-2px);
}

.paid-platforms__links strong {
  color: #e8eee9;
  font-size: 17px;
}

.paid-platforms__links span {
  color: var(--green);
  font-size: 12px;
}

.paid-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 30px;
  margin-top: 24px;
  padding: clamp(34px, 6vw, 62px);
  border: 1px solid rgba(101, 230, 180, 0.22);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(20, 46, 35, 0.72), rgba(8, 12, 9, 0.9));
}

.paid-final > div:first-child {
  max-width: 760px;
}

.paid-final h2 {
  margin: 12px 0 0;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.03;
}

.paid-final p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.paid-final__actions {
  min-width: 230px;
  margin: 0;
}

.paid-final__actions .button {
  width: 100%;
}

@media (max-width: 980px) {
  .paid-hero {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }

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

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

  .pricing-method__grid,
  .trial-path {
    grid-template-columns: minmax(0, 1fr);
  }

  .cost-model {
    grid-template-columns: minmax(0, 1fr);
  }

  .cost-model__copy {
    position: static;
  }

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

  .paid-final {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }
}

@media (max-width: 760px) {
  .paid-hero {
    gap: 30px;
    padding: 28px 0 58px;
  }

  .paid-hero h1 {
    font-size: clamp(42px, 12vw, 58px);
    overflow-wrap: normal;
    word-break: normal;
  }

  .paid-hero__lead {
    margin-top: 24px;
    font-size: 17px;
  }

  .paid-hero__actions {
    display: grid;
  }

  .paid-hero__actions .button {
    width: 100%;
  }

  .access-meter {
    padding: 22px 18px;
  }

  .access-meter__equation {
    grid-template-columns: auto 14px auto 14px minmax(0, 1fr);
    gap: 4px;
  }

  .access-meter__equation span,
  .access-meter__equation i {
    font-size: 11px;
  }

  .access-meter__equation strong {
    font-size: 27px;
  }

  .access-meter__days {
    gap: 6px;
  }

  .price-strip,
  .paid-included__grid,
  .paid-platforms__links {
    grid-template-columns: minmax(0, 1fr);
  }

  .price-strip p {
    min-height: 84px;
  }

  .pricing-method__grid article,
  .paid-included__grid article {
    padding: 22px 18px;
  }

  .paid-included__grid article {
    min-height: 0;
  }

  .cost-table-wrap {
    overflow-x: auto;
  }

  .cost-table {
    min-width: 590px;
  }

  .trial-path li {
    padding: 20px 18px;
  }

  .paid-final {
    padding: 30px 20px;
  }

  .paid-final__actions {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .paid-platforms__links a {
    transition: none;
  }
}
