/* Palette, type stack and panel treatment from the 2026-09-07 cabinet baseline. */
:root {
  color-scheme: dark;
  --bg: #07111f;
  --surface: #0d1726;
  --surface-2: #111e30;
  --line: rgba(216, 231, 255, .12);
  --text: #f4f8ff;
  --muted: #93a2b6;
  --soft: #c8d3e2;
  --blue: #2f84ff;
  --blue-2: #69a8ff;
  --green: #24d1a4;
  --amber: #f0b84b;
  --r: 8px;
}
* { box-sizing: border-box; }
html { background: var(--bg); scroll-padding-top: 24px; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 18% -8%, rgba(47, 132, 255, .18), transparent 32%),
    radial-gradient(circle at 92% 12%, rgba(36, 209, 164, .09), transparent 28%),
    linear-gradient(180deg, #060b12, #0b1119 52%, #060b12);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--blue-2); text-underline-offset: .22em; }
a:hover { text-decoration-thickness: 2px; }
a:focus { outline: 3px solid var(--amber); outline-offset: 5px; }
a:focus:not(:focus-visible) { outline: none; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { color: var(--text); line-height: 1.2; }
h1 { max-width: 13ch; font-size: clamp(36px, 4.7vw, 60px); font-weight: 780; letter-spacing: -.035em; }
h2 { font-size: clamp(26px, 3vw, 36px); font-weight: 730; letter-spacing: -.025em; }
h3 { font-size: 20px; font-weight: 700; }
.page-shell { width: min(1180px, 100%); margin: 0 auto; padding: 0 36px; }
.skip-link { position: absolute; top: 8px; left: 8px; z-index: 5; padding: 12px 16px; border-radius: var(--r); color: var(--bg); background: var(--amber); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 106px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; flex-direction: column; color: var(--text); line-height: 1.2; text-decoration: none; flex-shrink: 0; }
.brand strong { font-size: 23px; font-weight: 850; }
.brand span { margin-top: 5px; color: var(--muted); font-size: 12px; font-weight: 650; }
nav { display: flex; align-items: center; gap: 24px; }
nav a { display: inline-flex; align-items: center; min-height: 44px; color: var(--soft); font-size: 14px; text-decoration: none; }
.header-account { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: var(--blue-2); font-size: 14px; font-weight: 650; text-decoration: none; }
nav a:hover, .header-account:hover { text-decoration: underline; }
.hero { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 60px; padding: 76px 0 80px; }
.eyebrow { margin-bottom: 14px; color: var(--blue-2); font-size: 13px; font-weight: 700; letter-spacing: .015em; }
.lead { max-width: 50ch; margin-top: 24px; color: var(--soft); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 11px 18px; border: 1px solid transparent; border-radius: var(--r); font-size: 15px; line-height: 1.4; font-weight: 700; text-align: center; text-decoration: none; }
.button-primary { color: var(--bg); background: var(--blue-2); }
.button-primary:hover { background: #89bbff; }
.button-secondary { color: var(--text); background: rgba(255, 255, 255, .025); border-color: rgba(216, 231, 255, .24); }
.button-secondary:hover { background: rgba(255, 255, 255, .07); border-color: var(--blue-2); }
.hero-note { margin-top: 18px; color: var(--muted); font-size: 14px; }
.panel { border: 1px solid var(--line); border-radius: var(--r); background: linear-gradient(180deg, rgba(20, 31, 45, .92), rgba(15, 23, 34, .92)); box-shadow: 0 12px 32px rgba(0, 0, 0, .14); }
.included { padding: 30px; }
.included h2 { max-width: 21ch; font-size: 24px; }
.feature-list { display: grid; gap: 24px; list-style: none; padding: 0; margin: 28px 0 0; }
.feature-list li { display: flex; align-items: flex-start; gap: 14px; }
.feature-mark { display: grid; place-items: center; width: 26px; height: 26px; margin-top: 1px; flex: 0 0 26px; border: 1px solid rgba(36, 209, 164, .24); border-radius: 6px; color: var(--green); background: rgba(36, 209, 164, .06); font-size: 15px; font-weight: 800; }
.feature-list strong { font-size: 16px; font-weight: 700; }
.feature-list p { margin-top: 4px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.section-block { padding: 62px 0; border-top: 1px solid var(--line); }
.section-heading { max-width: 690px; margin-bottom: 30px; }
.section-heading > p:last-child { margin-top: 16px; color: var(--soft); }
.price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.price-card { padding: 26px; }
.price-card h3 { font-size: 20px; }
.price { margin-top: 20px; font-size: 44px; line-height: 1.1; font-weight: 760; letter-spacing: -.03em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.price span { color: var(--soft); font-size: 27px; font-weight: 550; }
.price-caption { margin-top: 8px; color: var(--muted); font-size: 14px; }
.plan-detail { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--soft); font-size: 14px; }
.tariff-footer { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 24px; }
.tariff-footer p { max-width: 64ch; color: var(--muted); font-size: 14px; }
.tariff-footer .button { flex-shrink: 0; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin: 0; padding: 0; list-style: none; }
.steps li { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.step-number { display: inline-flex; align-items: center; color: var(--blue-2); font-size: 15px; line-height: 1; font-weight: 750; }
.steps h3 { font-size: 18px; }
.steps p { margin-top: 12px; color: var(--muted); font-size: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; margin-top: 28px; font-size: 15px; font-weight: 650; }
.contact-panel { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 36px; margin: 18px 0 64px; }
.contact-panel > div { max-width: 620px; }
.contact-panel h2 { font-size: 28px; }
.contact-panel p:not(.eyebrow) { margin-top: 16px; color: var(--soft); }
.contact-panel .button { flex-shrink: 0; }
.contact-handle { display: inline-block; padding: 10px 0; margin-top: 4px; font-size: 15px; overflow-wrap: anywhere; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 28px 0 36px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.site-footer strong { display: block; margin-bottom: 5px; color: var(--soft); font-size: 15px; }
.site-footer a { display: inline-flex; align-items: center; min-height: 44px; }
@media (max-width: 960px) {
  .page-shell { padding: 0 24px; }
  .site-header { gap: 18px; }
  nav { gap: 18px; }
  .hero { gap: 32px; padding: 56px 0 60px; }
  .included { padding: 24px; }
  .contact-panel { align-items: flex-start; flex-direction: column; gap: 22px; }
}
@media (max-width: 760px) {
  .site-header { flex-wrap: wrap; padding: 20px 0 12px; gap: 14px 20px; }
  .header-account { margin-left: auto; }
  nav { order: 3; width: 100%; gap: 24px; }
  .hero { grid-template-columns: 1fr; padding-top: 44px; gap: 36px; }
  h1 { max-width: 18ch; }
  .lead { max-width: 56ch; }
  .included h2 { max-width: none; }
  .feature-list { gap: 20px; }
  .section-block { padding: 44px 0; }
  .price-grid { gap: 12px; }
  .price-card { padding: 20px 16px; }
  .price { font-size: 34px; }
  .price span { font-size: 22px; }
  .tariff-footer { align-items: flex-start; flex-direction: column; gap: 18px; }
  .steps { grid-template-columns: 1fr; gap: 28px; }
  .steps li { flex-direction: row; gap: 18px; }
  .step-number { min-width: 24px; padding-top: 5px; }
  .steps p { margin-top: 8px; }
  .contact-panel { padding: 28px; margin-bottom: 44px; }
}
@media (max-width: 500px) {
  .page-shell { padding: 0 20px; }
  .brand strong { font-size: 21px; }
  .header-account { font-size: 13px; }
  nav { gap: 22px; }
  nav a { font-size: 13px; }
  .hero { padding-bottom: 44px; }
  .lead { font-size: 17px; margin-top: 20px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .included { padding: 24px 20px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 5px 12px; padding: 22px; }
  .price { grid-row: span 2; margin: 0; text-align: right; }
  .price-caption { grid-column: 1; grid-row: 2; margin: 0; font-size: 13px; }
  .plan-detail { grid-column: 1 / -1; margin-top: 14px; padding-top: 14px; }
  .tariff-footer .button { width: 100%; }
  .contact-panel { padding: 24px 20px; }
  .contact-panel h2 { font-size: 26px; }
  .contact-panel .button { width: 100%; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 12px; padding-bottom: calc(28px + env(safe-area-inset-bottom)); }
}
@media (max-width: 360px) {
  .page-shell { padding: 0 16px; }
  nav { gap: 16px; }
  .price-card { padding: 20px 16px; }
  .price { font-size: 32px; }
}
@media (forced-colors: active) {
  .panel, .button, .feature-mark { border: 1px solid CanvasText; }
  .button-primary { color: ButtonText; background: ButtonFace; }
}
