@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=Inter:wght@400;500;600;700;800&display=swap");
:root {
  --bg: #070a0e;
  --surface: #10161d;
  --blue: #087dff;
  --blue-light: #58aaff;
  --text: #f5f7fa;
  --muted: #9ca6b2;
  --border: #2c3945;
  --success: #48c78e;
  --warning: #ffb84d;
  color-scheme: dark;
  font-family: Inter, system-ui, sans-serif;
}
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}
body {
  background: var(--bg);
  color: var(--text);
  margin: 0;
}
body:before {
  background: linear-gradient(90deg, #070a0ef2, #070a0e99),
    url("assets/road-background.png") center 36% / cover;
  content: "";
  inset: 0;
  opacity: 0.55;
  position: fixed;
  z-index: -2;
}
body:after {
  background: radial-gradient(circle at 72% 30%, #087dff2e, transparent 27%),
    linear-gradient(0deg, #070a0e, transparent 45%);
  content: "";
  inset: 0;
  position: fixed;
  z-index: -1;
}
.page-shell {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.simple-header {
  align-items: center;
  border-bottom: 1px solid #ffffff10;
  display: flex;
  justify-content: center;
  min-height: 90px;
  padding: 10px 24px;
}
.simple-header img {
  height: 68px;
  object-fit: contain;
  width: 122px;
}
.billing-main {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 55px 24px 70px;
}
.billing-layout {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(380px, 1.15fr);
  max-width: 970px;
  width: 100%;
}
.membership-intro {
  background: linear-gradient(150deg, #071a2c, #0a1017);
  border: 1px solid #285075;
  border-radius: 18px 0 0 18px;
  overflow: hidden;
  padding: 48px 42px;
  position: relative;
}
.membership-intro:after {
  background: var(--blue);
  border-radius: 50%;
  content: "";
  filter: blur(90px);
  height: 180px;
  opacity: 0.23;
  position: absolute;
  right: -80px;
  top: -80px;
  width: 180px;
}
.app-mark {
  border-radius: 22px;
  box-shadow: 0 18px 35px #0009;
  height: 88px;
  margin-bottom: 35px;
  position: relative;
  width: 88px;
  z-index: 1;
}
.eyebrow {
  align-items: center;
  color: var(--blue-light);
  display: flex;
  font-size: 10px;
  font-weight: 800;
  gap: 9px;
  letter-spacing: 2.2px;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.eyebrow:before {
  background: var(--blue);
  content: "";
  height: 2px;
  width: 25px;
}
h1,
h2 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin: 0;
  text-transform: uppercase;
}
.membership-intro h1 {
  font-size: clamp(43px, 5vw, 59px);
  line-height: 0.94;
}
.membership-intro h1 em {
  color: var(--blue-light);
  display: block;
  font-style: normal;
}
.lead {
  color: #b9c2cb;
  font-size: 14px;
  line-height: 1.75;
  margin: 24px 0 0;
}
.secure-note {
  align-items: center;
  color: #788592;
  display: flex;
  font-size: 9px;
  font-weight: 700;
  gap: 7px;
  letter-spacing: 0.6px;
  margin-top: 35px;
  text-transform: uppercase;
}
.secure-note:before {
  border: 2px solid #4a95e8;
  border-radius: 2px;
  content: "";
  height: 8px;
  width: 7px;
}
.plan-card {
  background: #10161df2;
  border: 1px solid var(--border);
  border-left: 0;
  border-radius: 0 18px 18px 0;
  box-shadow: 0 30px 90px #0009;
  padding: 45px 46px;
}
.plan-top {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.plan-top h2 {
  font-size: 28px;
}
.plan-badge {
  background: #087dff20;
  border: 1px solid #087dff75;
  border-radius: 20px;
  color: var(--blue-light);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 7px 10px;
}
.price {
  align-items: baseline;
  display: flex;
  gap: 7px;
  margin: 18px 0 25px;
}
.price strong {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 58px;
  line-height: 1;
}
.price span {
  color: var(--muted);
  font-size: 12px;
}
.benefits {
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
  list-style: none;
  margin: 0;
  padding: 12px 0;
}
.benefits li {
  color: #d7dde3;
  font-size: 12px;
  line-height: 1.45;
  padding: 8px 0 8px 28px;
  position: relative;
}
.benefits li:before {
  align-items: center;
  background: #087dff20;
  border-radius: 50%;
  color: var(--blue-light);
  content: "✓";
  display: flex;
  font-size: 9px;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 8px;
  width: 18px;
}
button,
.button {
  align-items: center;
  background: var(--blue);
  border: 0;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.4px;
  margin-top: 25px;
  min-height: 52px;
  padding: 15px 18px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
  width: 100%;
}
button:after,
.button:after {
  content: "→";
  font-size: 20px;
  font-weight: 400;
}
button:hover,
.button:hover {
  background: #006bea;
  transform: translateY(-1px);
}
button:disabled {
  cursor: wait;
  opacity: 0.55;
  transform: none;
}
#status {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
  margin: 14px 0 0;
  min-height: 15px;
  text-align: center;
}
.status-card {
  background: #10161df2;
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: 0 30px 90px #000a;
  max-width: 610px;
  overflow: hidden;
  padding: 52px 55px 46px;
  position: relative;
  text-align: center;
  width: 100%;
}
.status-card:before {
  background: var(--blue);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.status-card.success:before {
  background: var(--success);
}
.status-card.canceled:before {
  background: var(--warning);
}
.status-icon {
  align-items: center;
  background: #087dff18;
  border: 1px solid #087dff88;
  border-radius: 50%;
  color: var(--blue-light);
  display: flex;
  font-size: 28px;
  font-weight: 700;
  height: 68px;
  justify-content: center;
  margin: 0 auto 25px;
  width: 68px;
}
.success .status-icon {
  background: #48c78e18;
  border-color: #48c78e88;
  color: var(--success);
}
.canceled .status-icon {
  background: #ffb84d18;
  border-color: #ffb84d88;
  color: var(--warning);
}
.status-card .eyebrow {
  justify-content: center;
}
.status-card h1 {
  font-size: clamp(38px, 6vw, 52px);
  line-height: 1;
}
.status-card .lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
}
.return-note {
  color: #74808c;
  font-size: 10px;
  margin: 16px 0 0;
}
.simple-footer {
  align-items: center;
  border-top: 1px solid #ffffff0d;
  color: #68737e;
  display: flex;
  font-size: 9px;
  justify-content: space-between;
  min-height: 62px;
  padding: 15px max(24px, calc((100% - 970px) / 2));
}
.simple-footer a {
  color: #8f9aa5;
  text-decoration: none;
}
@media (max-width: 760px) {
  .simple-header {
    min-height: 76px;
  }
  .simple-header img {
    height: 57px;
    width: 102px;
  }
  .billing-main {
    padding: 35px 18px 50px;
  }
  .billing-layout {
    grid-template-columns: 1fr;
  }
  .membership-intro {
    border-radius: 15px 15px 0 0;
    padding: 35px 28px;
  }
  .app-mark {
    height: 68px;
    margin-bottom: 25px;
    width: 68px;
  }
  .plan-card {
    border-left: 1px solid var(--border);
    border-radius: 0 0 15px 15px;
    border-top: 0;
    padding: 34px 28px;
  }
  .status-card {
    padding: 42px 25px 36px;
  }
  .simple-footer {
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    text-align: center;
  }
}
