:root {
  color-scheme: dark;
  --bg: #070707;
  --panel: #111111;
  --panel-2: #181818;
  --line: #2e2e2e;
  --line-soft: #202020;
  --text: #f2f0eb;
  --muted: #929292;
  --faint: #626262;
  --paper: #f3f1eb;
  --ink: #111111;
  --gold: #d8a739;
  --blue: #769cff;
  --success: #62c58b;
  --danger: #ef767a;
  --radius: 28px;
  --shadow: 0 24px 90px rgba(0,0,0,.62);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 50% -20%, #202020 0, var(--bg) 38%); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
[hidden] { display: none !important; }
.site-header { width: min(1180px, calc(100% - 40px)); margin: 0 auto; height: 84px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.08); }
.brand { display: inline-flex; gap: 11px; align-items: center; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #4c4c4c; border-radius: 50%; font-family: Georgia, serif; font-style: italic; }
.site-header nav { display: flex; gap: 28px; color: #aaa; font-size: 14px; }
.site-header nav a:hover { color: white; }
.hero { min-height: 650px; width: min(1180px, calc(100% - 40px)); margin: 0 auto; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 80px 0 110px; }
.eyebrow, .step-label, label { color: #696969; letter-spacing: .2em; font-size: 11px; font-weight: 800; }
.hero h1, .display-title, .section-heading h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
.hero h1 { max-width: 900px; margin: 22px 0; font-size: clamp(56px, 9vw, 120px); line-height: .91; font-weight: 700; }
em { color: #858585; font-weight: 500; }
.hero p { max-width: 610px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.primary-link { margin-top: 28px; padding: 16px 24px; border-radius: 999px; background: var(--paper); color: var(--ink); font-weight: 800; }
.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0; border-top: 1px solid rgba(255,255,255,.08); }
.section-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 44px; }
.section-heading h2 { font-size: clamp(38px, 5vw, 62px); margin: 9px 0 0; }
.section-heading > p { max-width: 380px; color: var(--muted); line-height: 1.6; }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.plan-card, .loading-card { min-height: 370px; border: 1px solid var(--line); border-radius: 26px; padding: 28px; background: linear-gradient(160deg, #171717, #0e0e0e); display: flex; flex-direction: column; }
.plan-card.featured { border-color: #686868; transform: translateY(-8px); }
.plan-card .plan-top { display: flex; justify-content: space-between; align-items: center; }
.plan-card .featured-tag { color: var(--gold); font-size: 11px; letter-spacing: .14em; font-weight: 800; }
.plan-card h3 { font-family: Georgia, serif; font-size: 38px; margin: 38px 0 5px; }
.plan-duration { color: var(--muted); }
.plan-description { color: #858585; line-height: 1.6; }
.plan-price { margin-top: auto; font-size: 42px; font-family: Georgia, serif; }
.plan-price small { font-family: inherit; font-size: 17px; color: var(--muted); }
.plan-card button { margin-top: 22px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); }
.steps-grid article { background: var(--bg); padding: 38px; min-height: 260px; }
.steps-grid article > span { color: #555; font-family: Georgia, serif; font-size: 25px; }
.steps-grid h3 { margin-top: 56px; font-size: 22px; }
.steps-grid p, .faq p { color: var(--muted); line-height: 1.7; }
.faq details { border-top: 1px solid var(--line); padding: 24px 0; }
.faq summary { cursor: pointer; font-weight: 700; font-size: 18px; }
footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 34px 0 50px; display: flex; justify-content: space-between; color: #666; border-top: 1px solid var(--line-soft); font-size: 13px; }
.modal-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; background: rgba(0,0,0,.84); backdrop-filter: blur(12px); overflow-y: auto; }
.checkout-modal { position: relative; width: min(540px, 100%); background: #111; border: 1px solid #383838; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.modal-view { padding: 38px 36px 28px; }
.close-button { position: absolute; right: 28px; top: 28px; z-index: 3; }
.icon-button { width: 38px; height: 38px; border-radius: 50%; border: 1px solid #3b3b3b; background: #202020; color: #8b8b8b; font-size: 25px; display: grid; place-items: center; }
.modal-kicker { display: flex; gap: 12px; align-items: center; color: #5d5d5d; font-size: 11px; letter-spacing: .25em; font-weight: 800; }
.modal-kicker span { width: 26px; height: 1px; background: #606060; }
.display-title { font-size: 38px; line-height: 1.05; margin: 18px 0 10px; }
.modal-subtitle { color: var(--muted); margin: 0 0 18px; }
.notice-list { margin: 14px -36px 24px; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.notice-row { display: grid; grid-template-columns: 44px 1fr; gap: 17px; padding: 25px 36px; }
.notice-row + .notice-row { border-top: 1px solid var(--line-soft); }
.notice-row h3 { margin: 2px 0 4px; font-size: 18px; }
.notice-row p { margin: 0; color: #858585; line-height: 1.6; }
.notice-icon { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; font-size: 20px; }
.notice-icon.warning { color: var(--gold); border: 1px solid #614a1b; background: #2a2112; }
.notice-icon.profile { color: var(--blue); border: 1px solid #30426e; background: #171e31; }
.wide-button, .secondary-button { min-height: 52px; border-radius: 11px; border: 0; padding: 0 22px; font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.wide-button { width: 100%; }
.light-button { background: var(--paper); color: var(--ink); }
.dark-button { background: #4b4a4a; color: #151515; }
.dark-button:not(:disabled):hover { background: #e6e3dc; }
.secondary-button { background: transparent; color: #aaa; border: 1px solid #383838; }
.button-row { display: grid; grid-template-columns: 120px 1fr; gap: 12px; margin-top: 20px; }
.button-row .wide-button { margin-top: 0; }
button:disabled { cursor: not-allowed; opacity: .55; }
.modal-footnote { text-align: center; color: #444; font-size: 12px; }
.selected-plan-chip { display: inline-flex; align-items: center; min-height: 28px; border-radius: 999px; padding: 0 14px; background: #191919; border: 1px solid #353535; color: #929292; font-size: 12px; margin: 4px 0 22px; }
form label, .modal-view > label, .partner-card label { display: block; margin: 17px 0 9px; }
label small { color: #555; letter-spacing: normal; }
.input-group { display: grid; grid-template-columns: 53px 1fr; border: 1px solid #3b3b3b; border-radius: 11px; overflow: hidden; background: #171717; }
.input-group span { display: grid; place-items: center; border-right: 1px solid #303030; color: #616161; font-size: 19px; }
.input-group input, .standalone-input { width: 100%; min-height: 56px; border: 0; outline: none; color: #e9e9e9; background: #171717; padding: 0 16px; }
.input-group input[readonly] { color: #9d9d9d; background: #131313; }
.standalone-input { border: 1px solid #3b3b3b; border-radius: 11px; }
select.standalone-input { appearance: none; }
.field-hint { min-height: 18px; color: #6f88c7; font-size: 12px; margin: 7px 0 0; }
.form-error { color: var(--danger); line-height: 1.5; }
form > .wide-button { margin-top: 21px; }
.turnstile-box { margin-top: 18px; min-height: 65px; }
.payment-summary { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; margin: 20px 0; }
.payment-summary div { padding: 17px 13px; }
.payment-summary div + div { border-left: 1px solid var(--line); }
.payment-summary span, .order-title-row span, .partner-heading span, .stats-grid span { display: block; color: #5f5f5f; font-size: 9px; letter-spacing: .15em; font-weight: 800; margin-bottom: 7px; }
.payment-summary strong { display: block; overflow-wrap: anywhere; }
.copy-box { display: grid; grid-template-columns: 1fr auto; border: 1px solid #3b3b3b; border-radius: 11px; overflow: hidden; background: #171717; }
.copy-box code { padding: 16px; color: #c7c7c7; overflow-wrap: anywhere; font-size: 12px; }
.copy-box button { border: 0; border-left: 1px solid #333; background: #222; color: #aaa; padding: 0 16px; font-size: 11px; font-weight: 800; }
.copy-box input { width: 100%; min-height: 54px; border: 0; outline: 0; background: transparent; color: white; padding: 0 16px; }
.warning-box { padding: 13px 15px; border: 1px solid #4b3c1e; background: #1c1810; border-radius: 11px; color: #bda771; line-height: 1.5; font-size: 13px; }
.success-box { margin-top: 20px; padding: 20px; border-radius: 14px; border: 1px solid #28533b; background: #102118; color: #a6d8b9; }
.success-box p { margin-bottom: 18px; }
.link-button { display: grid; place-items: center; }
.inner-page { background: radial-gradient(circle at 50% -10%, #202020 0, #070707 35%); }
.status-main, .partner-main { width: min(850px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0; }
.status-card, .partner-card { border: 1px solid #333; border-radius: 28px; padding: clamp(25px, 5vw, 50px); background: #111; box-shadow: var(--shadow); }
.token-form { margin: 28px 0; }
.order-title-row, .partner-heading { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 20px; margin-bottom: 26px; }
.order-title-row strong, .partner-heading h2 { font-size: 25px; margin: 0; }
.status-badge { padding: 10px 14px; border: 1px solid #3d3d3d; border-radius: 999px; color: #bbb !important; }
.status-timeline { display: grid; grid-template-columns: repeat(4, 1fr); margin: 38px 0; }
.status-timeline div { position: relative; text-align: center; color: #555; font-size: 12px; }
.status-timeline div::before { content: ''; position: absolute; top: 7px; left: 0; right: 0; height: 1px; background: #303030; }
.status-timeline div:first-child::before { left: 50%; }
.status-timeline div:last-child::before { right: 50%; }
.status-timeline i { position: relative; z-index: 1; display: block; width: 15px; height: 15px; border-radius: 50%; border: 2px solid #444; background: #111; margin: 0 auto 12px; }
.status-timeline div.active { color: #ddd; }
.status-timeline div.active i { border-color: var(--success); background: var(--success); }
.order-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.order-details div { background: #121212; padding: 18px; }
.order-details dt { color: #616161; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.order-details dd { margin: 8px 0 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 28px 0; }
.stats-grid article { min-height: 125px; padding: 18px; background: #171717; border: 1px solid #303030; border-radius: 14px; }
.stats-grid strong { display: block; margin-top: 22px; font-size: 24px; overflow-wrap: anywhere; }
.table-wrap { overflow-x: auto; border: 1px solid #303030; border-radius: 13px; }
table { border-collapse: collapse; width: 100%; min-width: 650px; }
th, td { text-align: left; padding: 14px 16px; border-bottom: 1px solid #292929; font-size: 13px; }
th { color: #666; letter-spacing: .1em; font-size: 10px; }
@media (max-width: 800px) {
  .site-header nav a:not(:first-child) { display: none; }
  .hero { min-height: 570px; }
  .plans-grid, .steps-grid { grid-template-columns: 1fr; }
  .plan-card.featured { transform: none; }
  .section-heading { display: block; }
  footer { display: block; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .site-header, .hero, .section, footer { width: min(100% - 28px, 1180px); }
  .modal-backdrop { padding: 10px; align-items: start; }
  .checkout-modal { border-radius: 22px; margin: 10px 0; }
  .modal-view { padding: 31px 22px 23px; }
  .notice-list { margin-left: -22px; margin-right: -22px; }
  .notice-row { padding: 22px; grid-template-columns: 40px 1fr; gap: 13px; }
  .display-title { font-size: 34px; padding-right: 35px; }
  .close-button { top: 20px; right: 20px; }
  .payment-summary { grid-template-columns: 1fr; }
  .payment-summary div + div { border-left: 0; border-top: 1px solid var(--line); }
  .button-row { grid-template-columns: 95px 1fr; }
  .status-timeline { grid-template-columns: 1fr; gap: 20px; }
  .status-timeline div { text-align: left; padding-left: 36px; }
  .status-timeline div::before { top: -20px; bottom: 0; left: 7px !important; right: auto !important; width: 1px; height: auto; }
  .status-timeline i { position: absolute; left: 0; top: 0; margin: 0; }
  .order-details { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
}
.telegram-contact {
  max-width: 1100px;
  margin: 32px auto 60px;
  padding: 0 24px;
}

.telegram-contact__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.035);
}

.telegram-contact__label {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #7f8791;
}

.telegram-contact h2 {
  margin: 0 0 8px;
  font-size: clamp(25px, 4vw, 38px);
}

.telegram-contact p {
  margin: 0;
  color: #999;
  line-height: 1.6;
}

.telegram-contact__button {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 14px;
  background: #f1efe9;
  color: #111;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.telegram-contact__button:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

@media (max-width: 700px) {
  .telegram-contact__content {
    align-items: stretch;
    flex-direction: column;
    padding: 24px;
  }

  .telegram-contact__button {
    width: 100%;
  }
}
.order-support {
  margin-top: 22px;
  text-align: center;
  color: #888;
}

.order-support a {
  color: #d7b85c;
  text-decoration: none;
}

.order-support a:hover {
  text-decoration: underline;
}