.tariff-page {
  background:
    radial-gradient(circle at 88% 6%, rgb(32 201 149 / 12%), transparent 25%),
    radial-gradient(circle at 14% 18%, rgb(47 128 237 / 10%), transparent 27%),
    var(--page);
}

.launch-banner {
  margin-top: 22px;
  color: #dff8ef;
}

.launch-banner-inner {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  border-radius: 17px;
  background: var(--night);
  box-shadow: 0 18px 44px rgb(16 26 48 / 16%);
  font-size: 12px;
}

.launch-banner-inner strong { color: #fff; font-size: 12px; }
.launch-banner-inner > span:not(.launch-dot) { color: #b8c5d3; }
.launch-banner-inner time { color: #fff; font-weight: 700; }
.launch-banner-inner a { margin-left: auto; color: var(--mint); font-weight: 720; white-space: nowrap; }
.launch-dot { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 7px rgb(32 201 149 / 14%); }

.tariff-hero {
  display: grid;
  min-height: 650px;
  grid-template-columns: 1.12fr .88fr;
  align-items: center;
  gap: 70px;
  padding-block: 72px 96px;
}

.tariff-hero-copy h1 {
  max-width: 750px;
  margin: 23px 0 21px;
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 690;
  letter-spacing: -.045em;
  line-height: .98;
}

.tariff-hero-copy h1 em { color: var(--blue); font-style: normal; }
.tariff-hero-copy > p { max-width: 650px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.tariff-hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 32px; }
.tariff-hero-actions > span { display: flex; align-items: center; gap: 8px; color: #4c6473; font-size: 12px; font-weight: 620; }
.tariff-hero-actions i { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: var(--mint-soft); color: var(--mint-dark); font-style: normal; }

.launch-card {
  position: relative;
  min-height: 430px;
  padding: 34px;
  overflow: hidden;
  border-radius: 38px;
  background:
    radial-gradient(circle at 90% 4%, rgb(255 255 255 / 14%) 0 54px, transparent 55px 82px, rgb(255 255 255 / 8%) 83px 111px, transparent 112px),
    linear-gradient(145deg, #2f80ed, #236ee7 58%, #1b5fcf);
  box-shadow: 0 35px 75px rgb(47 128 237 / 28%);
  color: #fff;
}

.launch-card::after { position: absolute; width: 170px; height: 170px; bottom: -90px; left: -45px; border-radius: 50%; background: rgb(32 201 149 / 68%); content: ""; }
.launch-card-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; font-size: 10px; font-weight: 720; letter-spacing: .07em; text-transform: uppercase; }
.launch-card-top b { padding: 8px 12px; border-radius: 999px; background: var(--mint); color: #0d513e; font-size: 8px; }
.launch-card > strong { position: relative; z-index: 1; display: block; margin-top: 60px; font-size: 92px; font-weight: 650; letter-spacing: -.07em; line-height: .8; }
.launch-card h2 { position: relative; z-index: 1; margin: 18px 0 0; font-size: 31px; font-weight: 630; letter-spacing: -.03em; }
.launch-card > p { position: relative; z-index: 1; max-width: 340px; margin: 13px 0 0; color: rgb(255 255 255 / 74%); font-size: 12px; line-height: 1.55; }
.launch-card-facts { position: absolute; z-index: 2; right: 30px; bottom: 29px; left: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.launch-card-facts span { display: grid; gap: 4px; padding: 14px 16px; border: 1px solid rgb(255 255 255 / 16%); border-radius: 17px; background: rgb(255 255 255 / 9%); backdrop-filter: blur(8px); }
.launch-card-facts b { font-size: 16px; }
.launch-card-facts small { color: rgb(255 255 255 / 78%); font-size: 11px; }

.passenger-free {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 35px;
  padding: 31px 35px;
  border: 1px solid #c9ebdf;
  border-radius: 28px;
  background: linear-gradient(135deg, #e6faf4, #eef8ff);
  box-shadow: 0 18px 55px rgb(27 67 75 / 7%);
}

.passenger-free h2 { margin: 6px 0 4px; font-size: 25px; }
.passenger-free p { margin: 0; color: #58716f; font-size: 12px; }
.passenger-free > strong { font-size: 44px; font-weight: 690; white-space: nowrap; }

.tariff-plans-section { padding-block: 118px 88px; }
.tariff-heading { max-width: 700px; margin-inline: auto; text-align: center; }
.tariff-heading .section-label, .tariff-heading p { margin-inline: auto; }
.tariff-plan-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }

.tariff-plan-card {
  position: relative;
  display: flex;
  min-height: 470px;
  flex-direction: column;
  padding: 29px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 16px 45px rgb(27 67 75 / 6%);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.tariff-plan-card:hover { transform: translateY(-4px); border-color: #c8d8ee; box-shadow: 0 23px 54px rgb(27 67 75 / 10%); }
.tariff-plan-card.selected { border-color: #75d8b9; background: linear-gradient(158deg, #eafbf5, #fff 57%); box-shadow: 0 24px 58px rgb(32 201 149 / 14%); }
.tariff-plan-card h3 { margin: 18px 0 0; font-size: 28px; font-weight: 690; letter-spacing: -.025em; }
.tariff-limit { min-height: 39px; margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.4; }
.tariff-price { display: flex; align-items: baseline; gap: 7px; margin-top: 26px; }
.tariff-price strong { font-size: 31px; font-weight: 690; }
.tariff-price span { color: #89949f; font-size: 12px; }
.tariff-plan-card ul { display: grid; gap: 11px; margin: 28px 0 25px; padding: 0; list-style: none; }
.tariff-plan-card li { position: relative; padding-left: 22px; color: #5e6d7b; font-size: 12px; line-height: 1.5; }
.tariff-plan-card li::before { position: absolute; top: 1px; left: 0; display: grid; width: 15px; height: 15px; place-items: center; border-radius: 50%; background: var(--mint-soft); color: var(--mint-dark); content: "✓"; font-size: 8px; font-weight: 750; }
.tariff-popular { position: absolute; top: 21px; right: 20px; padding: 7px 9px; border-radius: 999px; background: var(--mint); color: #0d513e; font-size: 10px; font-weight: 780; letter-spacing: .05em; text-transform: uppercase; }
.tariff-select { width: 100%; min-height: 49px; margin-top: auto; border: 1px solid #d7e1e8; border-radius: 15px; background: #fff; color: #33495b; cursor: pointer; font-size: 13px; font-weight: 710; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.tariff-select:hover { border-color: var(--blue); color: var(--blue-dark); }
.tariff-select:active { transform: scale(.985); }
.selected .tariff-select { border-color: var(--mint); background: var(--mint); color: #0c513d; }

.quick-connect {
  display: grid;
  grid-template-columns: 1fr .84fr;
  gap: 60px;
  align-items: center;
  padding: 70px;
  border-radius: 42px;
  background: linear-gradient(145deg, #142033, #152d42 58%, #173d4d);
  box-shadow: 0 30px 75px rgb(16 26 48 / 20%);
  color: #fff;
}

.quick-connect-copy h2 { margin: 20px 0 18px; color: #fff; font-size: clamp(42px, 5vw, 62px); letter-spacing: -.045em; }
.quick-connect-copy > p { max-width: 540px; margin: 0; color: #aebdca; font-size: 14px; line-height: 1.65; }
.quick-connect-steps { display: flex; align-items: center; gap: 10px; margin-top: 35px; }
.quick-connect-steps span { display: flex; align-items: center; gap: 7px; color: #d9e2e9; font-size: 10px; font-weight: 620; }
.quick-connect-steps b { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 9px; background: rgb(255 255 255 / 9%); color: var(--mint); }
.quick-connect-steps i { color: #667a89; font-style: normal; }

.quick-connect-form { padding: 29px; border: 1px solid rgb(255 255 255 / 9%); border-radius: 29px; background: #fff; box-shadow: 0 25px 60px rgb(5 15 26 / 24%); color: var(--ink); }
.selected-plan-summary { display: grid; grid-template-columns: 1fr auto; gap: 4px 15px; margin-bottom: 22px; padding: 15px 17px; border-radius: 16px; background: linear-gradient(135deg, var(--blue-soft), #ecfaf6); }
.selected-plan-summary span { grid-column: 1 / -1; color: #6d7b8c; font-size: 11px; font-weight: 710; letter-spacing: .07em; text-transform: uppercase; }
.selected-plan-summary strong { font-size: 17px; }
.selected-plan-summary small { align-self: center; color: var(--blue-dark); font-size: 10px; font-weight: 700; }
.tariff-phone-label { display: block; margin: 0 0 8px; color: #5d6b79; font-size: 12px; font-weight: 730; letter-spacing: .06em; text-transform: uppercase; }
.tariff-phone-field { display: flex; min-height: 56px; align-items: center; overflow: hidden; border: 1px solid #dbe3eb; border-radius: 15px; background: #f7f9fb; transition: border-color .18s ease, box-shadow .18s ease; }
.tariff-phone-field:focus-within { border-color: var(--blue); box-shadow: 0 0 0 4px rgb(47 128 237 / 10%); }
.tariff-phone-field > span { display: grid; align-self: stretch; place-items: center; padding-inline: 16px 12px; color: var(--ink); font-size: 16px; font-weight: 680; }
.tariff-phone-field input { width: 100%; align-self: stretch; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: 16px; font-weight: 620; letter-spacing: .025em; }
.tariff-phone-field input::placeholder { color: #9ba7b4; }
#tariff-phone-help { display: block; margin-top: 7px; color: #8a96a2; font-size: 12px; }
.tariff-consent { display: grid; grid-template-columns: 20px 1fr; gap: 9px; align-items: start; margin-top: 19px; color: #6c7885; font-size: 12px; line-height: 1.5; }
.tariff-consent input { width: 18px; height: 18px; margin: 0; accent-color: var(--blue); }
.tariff-consent a { color: var(--blue-dark); text-decoration: underline; text-underline-offset: 2px; }
.tariff-submit { width: 100%; margin-top: 19px; cursor: pointer; }
.tariff-submit span { margin-left: auto; font-size: 18px; }
.tariff-submit[disabled] { cursor: wait; filter: saturate(.5); opacity: .72; }
.tariff-form-error { margin: 12px 0 0; color: #b42318; font-size: 12px; line-height: 1.45; }
.tariff-form-note { display: flex; justify-content: center; gap: 7px; margin: 13px 0 0; color: #8b96a1; font-size: 11px; }
.tariff-form-note i { color: var(--mint-dark); font-style: normal; }

.included-section { padding-block: 120px 90px; }
.included-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.included-grid article { min-height: 235px; padding: 27px; border: 1px solid var(--line); border-radius: 27px; background: #fff; box-shadow: 0 13px 38px rgb(27 67 75 / 5%); }
.included-grid article > span { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 12px; background: var(--blue-soft); color: var(--blue-dark); font-size: 9px; font-weight: 730; }
.included-grid h3 { margin: 48px 0 9px; font-size: 19px; }
.included-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }

.tariff-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding-block: 40px 120px; }
.tariff-final { display: flex; min-height: 360px; align-items: center; justify-content: space-between; gap: 40px; padding: 62px 70px; overflow: hidden; border-radius: 40px; background: linear-gradient(135deg, #357fd8, #3ba1c6 52%, #42bfa5); color: #fff; }
.tariff-final h2 { margin: 18px 0 0; color: #fff; font-size: clamp(40px, 5vw, 62px); letter-spacing: -.045em; }
.tariff-final p { margin: 17px 0 0; color: rgb(255 255 255 / 80%); font-size: 14px; }
.tariff-final > .button { flex: 0 0 auto; }

@media (max-width: 1080px) {
  .tariff-hero { grid-template-columns: 1fr; gap: 42px; }
  .tariff-hero-copy { max-width: 820px; text-align: center; margin-inline: auto; }
  .tariff-hero-copy .section-label, .tariff-hero-copy > p { margin-inline: auto; }
  .tariff-hero-actions { justify-content: center; }
  .launch-card { width: min(620px, 100%); margin-inline: auto; }
  .tariff-plan-grid, .included-grid { grid-template-columns: 1fr 1fr; }
  .quick-connect { grid-template-columns: 1fr; }
  .quick-connect-copy { text-align: center; }
  .quick-connect-copy .section-label, .quick-connect-copy > p, .quick-connect-steps { margin-inline: auto; }
  .quick-connect-steps { justify-content: center; }
  .quick-connect-form { width: min(560px, 100%); margin-inline: auto; }
}

@media (max-width: 760px) {
  .launch-banner { margin-top: 14px; }
  .launch-banner-inner { display: grid; grid-template-columns: auto 1fr; gap: 4px 10px; padding: 14px 16px; }
  .launch-banner-inner > span:not(.launch-dot) { grid-column: 2; line-height: 1.45; }
  .launch-banner-inner a { grid-column: 2; margin: 4px 0 0; }
  .tariff-hero { min-height: auto; padding-block: 70px 78px; }
  .tariff-hero-copy h1 { font-size: clamp(43px, 12vw, 58px); }
  .tariff-hero-copy > p { font-size: 15px; }
  .tariff-hero-actions { display: grid; }
  .tariff-hero-actions .button { width: 100%; }
  .tariff-hero-actions > span { justify-content: center; }
  .launch-card { min-height: 410px; padding: 28px; border-radius: 31px; }
  .launch-card > strong { margin-top: 55px; font-size: 80px; }
  .launch-card h2 { font-size: 27px; }
  .launch-card-facts { right: 22px; bottom: 22px; left: 22px; }
  .passenger-free { grid-template-columns: 1fr auto; gap: 17px; padding: 24px; }
  .passenger-free p { grid-column: 1 / -1; }
  .passenger-free .commission-badge { grid-column: 1 / -1; text-align: center; }
  .tariff-plans-section { padding-block: 90px 70px; }
  .tariff-plan-grid, .included-grid { grid-template-columns: 1fr; }
  .tariff-plan-card { min-height: 410px; }
  .quick-connect { gap: 38px; padding: 39px 24px; border-radius: 31px; }
  .quick-connect-copy h2 { font-size: 41px; }
  .quick-connect-steps { flex-wrap: wrap; }
  .quick-connect-form { padding: 23px; }
  .included-section { padding-block: 90px 70px; }
  .included-grid article { min-height: 205px; }
  .tariff-faq { grid-template-columns: 1fr; gap: 10px; padding-block: 30px 88px; }
  .tariff-final { display: grid; min-height: 430px; padding: 42px 28px; border-radius: 31px; }
  .tariff-final > .button { width: 100%; }
}

@media (max-width: 390px) {
  .launch-card-facts { grid-template-columns: 1fr; }
  .launch-card { min-height: 470px; }
  .passenger-free { grid-template-columns: 1fr; }
  .passenger-free > strong { grid-row: 2; }
  .quick-connect-steps i { display: none; }
  .quick-connect-steps { display: grid; grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .tariff-plan-card { transition: none; }
}
