@font-face {
  font-family: "T2 Sans";
  src:
    url("./fonts/T2_Rooftop-Regular.otf") format("opentype"),
    url("./fonts/T2_Rooftop-Regular.ttf") format("truetype"),
    local("T2 Sans"),
    local("Tele2 Text"),
    local("Tele2Text");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "T2 Sans";
  src:
    url("./fonts/T2-Rooftop-Medium.otf") format("opentype"),
    url("./fonts/T2-Rooftop-Medium.ttf") format("truetype"),
    local("T2 Sans Medium"),
    local("Tele2 Text Medium");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "T2 Sans";
  src:
    url("./fonts/T2-Rooftop-Medium.otf") format("opentype"),
    url("./fonts/T2-Rooftop-Medium.ttf") format("truetype"),
    local("T2 Sans Bold"),
    local("Tele2 Text Bold");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "T2 Halvar";
  src:
    url("./fonts/T2HalvarBreit-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "T2 Display";
  src:
    url("./fonts/tele2displayserif_bold.otf") format("opentype"),
    local("T2 Display"),
    local("Tele2 Display"),
    local("Tele2Display");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "T2 Display";
  src:
    url("./fonts/T2HalvarBreit-ExtraBold.ttf") format("truetype"),
    local("T2 Display Black"),
    local("Tele2 Display Black");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --font-main: "T2 Sans", "Inter", "Segoe UI", Arial, sans-serif;
  --font-display: "T2 Halvar", "T2 Display", "T2 Sans", "Inter", "Segoe UI", Arial, sans-serif;
  --header-offset: 76px;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  font-family: var(--font-main);
  color: #fff;
  background: #0b0b0b;
  line-height: 1.45;
  background-image: radial-gradient(circle at 8% 0%, rgba(255, 52, 165, 0.13), transparent 26%), radial-gradient(circle at 90% 0%, rgba(39, 184, 255, 0.13), transparent 22%);
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #050505;
  border-bottom: 1px solid #242424;
}

.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 64px;
}

.brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  flex-shrink: 0;
}

.brand__logo {
  display: block;
  height: 26px;
  width: auto;
  max-height: 26px;
}

.header__nav {
  display: flex;
  gap: 24px;
  color: #c8c8c8;
  font-size: 14px;
}

.header__nav a:hover {
  color: #fff;
}

.header__link-mobile {
  display: none;
  font-size: 13px;
  font-weight: 600;
  color: #c8c8c8;
  white-space: nowrap;
}

.header__link-mobile:hover {
  color: #fff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 12px 18px;
  font-weight: 700;
  cursor: pointer;
  background: #b9ff00;
  color: #050505;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.btn:hover {
  background: #d0ff52;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(185, 255, 0, 0.3);
}

.btn--line {
  background: transparent;
  color: #fff;
  border-color: #3a3a3a;
}

.btn--line:hover {
  background: transparent;
  border-color: #6b6b6b;
}

.btn--full {
  width: 100%;
}

.promo-line {
  background: #ff2fa6;
  border-radius: 0 0 16px 16px;
}

.promo-line p {
  margin: 0;
  padding: 11px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.promo-line strong {
  font-weight: 800;
}

.hero {
  padding: 24px 0 40px;
}

.hero > .container {
  width: min(1520px, 98%);
  max-width: 100%;
}

.hero__wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 236px;
  gap: clamp(12px, 1.5vw, 18px);
  align-items: stretch;
  width: 100%;
}

.hero-box {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #141418;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.hero-box__strip {
  margin: 0;
  padding: 12px 22px;
  background: linear-gradient(90deg, #e20074, #ff2fa6);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.hero-box__strip strong {
  font-weight: 800;
}

.hero-box__body {
  display: grid;
  flex: 1;
  grid-template-columns: minmax(200px, 24%) minmax(0, 1fr);
  align-items: center;
  gap: 0;
  padding: 0;
}

.hero-box__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(20px, 2vw, 28px) clamp(20px, 2vw, 28px) clamp(20px, 2vw, 28px) clamp(20px, 2.5vw, 32px);
}

.hero-box__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  background: #fff;
  padding: clamp(14px, 1.8vw, 22px) clamp(16px, 2vw, 24px);
}

.hero-box__visual {
  margin: 0;
  width: 100%;
  min-width: 0;
  aspect-ratio: 1672 / 941;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.hero-box__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.hero-timer {
  display: flex;
  min-width: 0;
  min-height: 100%;
}

.hero-timer__card {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  width: 100%;
  padding: clamp(18px, 2vw, 24px);
  border-radius: 24px;
  background: #fff;
  color: #0a0a0a;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.hero-timer__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  color: #0a0a0a;
}

.hero-timer__hint {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  color: #52525b;
  text-align: center;
}

.hero-timer__days {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin: 0;
}

.hero-timer__days-val {
  font-family: var(--font-display);
  font-size: clamp(40px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
}

.hero-timer__days-label {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 500;
  color: #27272a;
}

.hero-timer__clock {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  margin: 0;
}

.hero-timer__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 52px;
}

.hero-timer__num {
  font-family: var(--font-display);
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.hero-timer__lbl {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 500;
  color: #71717a;
}

.hero-timer__sep {
  padding-top: 4px;
  font-family: var(--font-display);
  font-size: clamp(22px, 3.5vw, 30px);
  font-weight: 800;
  line-height: 1;
}

.hero-timer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 0 0;
  padding: 14px 16px;
  border-radius: 999px;
  background: #d4ff00;
  color: #0a0a0a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: filter 0.15s ease, transform 0.15s ease;
}

.hero-timer__btn:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.hero-box--ended .hero-timer__card,
.hero-timer--ended .hero-timer__card {
  background: #f4f4f5;
}

.hero-box--ended .hero-timer__hint,
.hero-timer--ended .hero-timer__hint {
  color: #e20074;
  font-weight: 700;
}

.hero-box--ended .hero-timer__days-val,
.hero-box--ended .hero-timer__num,
.hero-timer--ended .hero-timer__days-val,
.hero-timer--ended .hero-timer__num {
  opacity: 0.4;
}

.hero-box__badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(226, 0, 116, 0.2);
  color: #ff9ecd;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-box__title {
  margin: 0 0 8px;
  max-width: none;
  font-family: var(--font-display);
  font-size: clamp(28px, 4.5vw, 40px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
}

.hero-box__price {
  color: #d4ff00;
}

.hero-box__desc {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.45;
  color: #a1a1aa;
}

.hero-box__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-box__tags li {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #2e2e33;
  background: #0c0c0f;
  font-size: 12px;
  font-weight: 600;
  color: #d4d4d8;
}

.hero-box__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

.btn--lg {
  padding: 15px 22px;
  font-size: 16px;
  border-radius: 14px;
  white-space: nowrap;
}

.hero-box__actions .btn--line {
  border-color: #3f3f46;
}

@media (max-width: 1024px) {
  .hero__wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-timer__card {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 20px;
    padding: 16px 20px;
  }

  .hero-timer__title {
    flex: 1 1 100%;
  }

  .hero-timer__hint {
    flex: 1 1 100%;
  }

  .hero-timer__btn {
    flex: 1 1 100%;
    margin: 0;
  }
}

@media (max-width: 720px) {
  .hero-box__body {
    grid-template-columns: 1fr;
  }

  .hero-box__media {
    order: -1;
    width: 100%;
  }

  .hero-box__actions .btn {
    width: 100%;
  }
}

#tariffs,
#advantages,
#order,
#faq {
  scroll-margin-top: var(--header-offset);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.15;
  font-family: var(--font-display);
  letter-spacing: -0.01em;
}

h1 {
  font-size: clamp(36px, 4.7vw, 68px);
  max-width: 14ch;
  margin-bottom: 14px;
}

h2 {
  font-size: clamp(30px, 3.8vw, 48px);
  margin-bottom: 16px;
}

.label {
  display: inline-block;
  margin: 0 0 14px;
  border-radius: 999px;
  border: 1px solid #2f2f2f;
  background: #111;
  color: #cbcbcb;
  font-size: 13px;
  padding: 7px 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.btn--promo {
  background: #d4ff00;
  color: #0a0a0a;
  font-weight: 800;
}

.btn--promo:hover {
  filter: brightness(1.06);
}

.offer-card {
  border: 1px solid #2a2a2a;
  background: #f2f2f2;
  color: #070707;
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.offer-card__name {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: #555;
}

.offer-card__price {
  margin: 0;
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #e20074;
}

.offer-card__term {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 600;
  color: #111;
}

.offer-card__next {
  margin: 0 0 20px;
  font-size: 13px;
  color: #666;
}

.offer-card__title {
  margin: 0 0 12px;
  color: #333;
}

.offer-card__new {
  margin: 0 0 10px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
}

.offer-card__note {
  margin: 0 0 16px;
  color: #555;
  font-size: 14px;
  line-height: 1.45;
}

.section {
  padding: 62px 0;
}

.section--dense {
  padding: 48px 0;
}

.section--bordered {
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
}

.section__description {
  margin: 0 0 22px;
  color: #c1c1c1;
}

.section__highlight {
  color: #c9e878;
  font-weight: 700;
}

.section__eyebrow {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.04em;
  color: #8a8f98;
}

.section__title-tariffs {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(22px, 3.2vw, 30px);
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.section__eyebrow--t2 {
  font-family: var(--font-main);
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(212, 255, 0, 0.85);
}

.section--tariffs {
  position: relative;
  isolation: isolate;
  padding-top: 48px;
  padding-bottom: 64px;
  overflow: hidden;
}

.section--tariffs::before {
  content: none;
}

.section--tariffs .container {
  position: relative;
  z-index: 1;
}

.section--tariffs .section__description {
  margin: 0 0 18px;
  max-width: 48ch;
  font-size: 14px;
  line-height: 1.45;
}

.tile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.tile {
  border: 1px solid transparent;
  border-radius: 24px;
  padding: 20px;
  min-height: 172px;
  transition: transform 0.2s ease, box-shadow 0.25s ease;
}

.tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.35);
}

.tile--white {
  background: #efefef;
  color: #080808;
}

.tile--blue {
  background: #27b8ff;
  color: #fff;
}

.tile--pink {
  background: #ff34a5;
  color: #fff;
}

.tile--dark {
  background: linear-gradient(110deg, #161c31 0%, #30173d 100%);
  color: #fff;
}

.tile--lime {
  background: #b9ff00;
  color: #070707;
}

.tile h3 {
  margin-bottom: 8px;
  font-size: 18px;
  text-transform: uppercase;
}

.tile__icon {
  margin: 0 0 8px;
  line-height: 0;
}

.tile__icon svg {
  width: 26px;
  height: 26px;
  opacity: 0.95;
}

.tile__icon i {
  font-size: 26px;
  line-height: 1;
}

.tile p {
  margin: 0;
  color: inherit;
  font-size: 14px;
  opacity: 0.9;
}

.tariff-bento {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 8px;
  max-width: 100%;
}

.tariff-bento__main {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
}

.tariff-bento__stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 0 1 260px;
  min-width: min(100%, 240px);
}

.tariff-bento__main > .tariff-card--feature {
  flex: 1 1 min(360px, 100%);
  min-width: min(100%, 280px);
  min-height: 0;
  align-self: stretch;
}

.tariff-bento > .tariff-card--wide {
  width: 100%;
}

.tariff-specs {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.tariff-specs--hero {
  margin-top: 8px;
}

@media (min-width: 520px) {
  .tariff-specs--hero {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.tariff-specs--row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 8px;
}

@media (max-width: 640px) {
  .tariff-specs--row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.tariff-specs li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 8px;
  row-gap: 0;
  align-items: center;
  padding: 6px 8px 6px 6px;
  background: #f7f7f7;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  box-shadow: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.tariff-card:hover .tariff-specs li {
  background: #fff;
  border-color: #c8c8c8;
}

.tariff-specs__ic {
  grid-row: 1 / span 2;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background: #d4ff00;
  border: 1px solid #0a0a0a;
  border-radius: 7px;
  box-shadow: none;
}

.tariff-specs__ic i {
  font-size: 15px;
  line-height: 1;
  color: #0a0a0a;
}

.tariff-specs__lbl {
  grid-column: 2;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #555;
  align-self: end;
}

.tariff-specs strong {
  grid-column: 2;
  grid-row: 2;
  font-size: 12px;
  font-weight: 800;
  color: #0a0a0a;
}

.tariff-more {
  margin: 0 0 8px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.tariff-more--on-dark {
  border-color: #cfcfcf;
  background: #fff;
}

.tariff-more summary {
  cursor: pointer;
  list-style: none;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #0a0a0a;
  background: #f3f3f3;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.tariff-more--on-dark summary {
  color: #0a0a0a;
  background: #f3f3f3;
  border-bottom-color: #e0e0e0;
}

.tariff-more summary:focus {
  outline: none;
}

.tariff-more summary:focus-visible {
  outline: 2px solid #0a0a0a;
  outline-offset: 2px;
}

.tariff-more summary::after {
  content: "+";
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.25s ease;
}

.tariff-more[open] summary::after {
  transform: rotate(45deg);
}

.tariff-more summary::-webkit-details-marker {
  display: none;
}

.tariff-more__body {
  padding: 8px 10px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #2a2a2a;
}

.tariff-more--on-dark .tariff-more__body {
  color: #2a2a2a;
}

.tariff-more__body ul {
  margin: 0;
  padding-left: 18px;
}

.tariff-more__body li {
  margin-bottom: 6px;
}

.tariff-more__body li:last-child {
  margin-bottom: 0;
}

.tariff-card__trust {
  margin: 0 0 8px;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 600;
  color: #555;
}

.tariff-card__trust--inline {
  margin: 0;
  flex: 1;
  min-width: min(100%, 220px);
}

.tariff-card__hero {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}

.tariff-card--feature .tariff-card__hero {
  flex: 1 1 auto;
  min-height: 0;
  margin-bottom: 8px;
}

@media (min-width: 640px) {
  .tariff-card--feature .tariff-card__hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, min(220px, 38%));
    align-items: stretch;
    gap: 10px 12px;
  }
}

.tariff-card__hero-price {
  min-width: 0;
}

.tariff-card__hero-aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  background: #f0f0f0;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  padding: 8px 10px;
  box-shadow: none;
}

.tariff-card__aside-title {
  margin: 0 0 6px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #555;
}

.tariff-card__aside-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  color: #222;
}

@media (min-width: 720px) {
  .tariff-card__aside-list {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 2px;
  }

  .tariff-card__aside-list li {
    flex: 0 1 auto;
  }
}

.tariff-card__aside-list i {
  margin-right: 4px;
  color: #0a0a0a;
  opacity: 0.4;
  vertical-align: -1px;
  font-size: 12px;
}

.tariff-card__wide-head {
  display: grid;
  gap: 8px 16px;
  margin-bottom: 8px;
}

@media (min-width: 900px) {
  .tariff-card__wide-head {
    grid-template-columns: 1fr minmax(0, 1.2fr);
    align-items: start;
  }
}

.tariff-card__wide-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
}

.tariff-card--wide .tariff-card__panel--wide {
  display: flex;
  flex-direction: column;
}

.tariff-card--wide .tariff-card__wide-row {
  margin-top: auto;
}

.tariff-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 0;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  color: #0a0a0a;
  background: #fafafa;
  border: 1px solid #c8c8c8;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
  transform: perspective(960px) translateY(0) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease,
    border-color 0.25s ease;
}

.tariff-card--compact {
  flex: 1 1 auto;
  min-height: 0;
}

.tariff-card--feature {
  background: #fff;
  color: #0a0a0a;
  border-color: #0a0a0a;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.tariff-card--feature .tariff-card__name,
.tariff-card--feature .tariff-card__amount,
.tariff-card--feature .tariff-card__rub {
  color: #0a0a0a;
}

.tariff-card--feature .tariff-card__per {
  color: #555;
}

.tariff-card--feature .tariff-card__fee-note {
  color: #666;
}

.tariff-card--feature .tariff-card__code {
  color: #0a0a0a;
}

.tariff-card--feature .tariff-card__meta {
  color: #444;
}

.tariff-card--feature .tariff-card__promo {
  color: #5a5a5a;
}

.tariff-card--feature .tariff-card__trust {
  color: #555;
}

.tariff-card--feature .tariff-specs li {
  background: #f7f7f7;
  border-color: #d8d8d8;
}

.tariff-card--feature .tariff-specs__ic {
  background: #d4ff00;
  border-color: #0a0a0a;
}

.tariff-card--feature .tariff-specs__lbl {
  color: #555;
}

.tariff-card--feature .tariff-specs strong {
  color: #0a0a0a;
}

.tariff-card--feature .tariff-card__panel {
  flex: 1 1 auto;
  min-height: 0;
}

.tariff-card__limebar {
  width: 6px;
  flex-shrink: 0;
  background: #d4ff00;
  border-right: 1px solid rgba(10, 10, 10, 0.12);
}

.tariff-card__limebar--thick {
  width: 8px;
  background: #d4ff00;
}

.tariff-card__limebar--pink {
  width: 6px;
  background: #e3127e;
}

.tariff-card--plan-2x .tariff-card__limebar:not(.tariff-card__limebar--thick):not(.tariff-card__limebar--pink) {
  background: #d4ff00;
}

.tariff-card__panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 12px 14px 11px;
  min-width: 0;
}

.tariff-card--compact .tariff-card__panel {
  padding: 10px 12px 10px;
}

.tariff-card__panel--wide {
  padding-bottom: 11px;
}

.tariff-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}

.tariff-card__label {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5c5c5c;
}

.tariff-card--feature .tariff-card__label {
  color: #666;
}

.tariff-card__pill {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #c4106a;
  background: transparent;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid rgba(227, 18, 126, 0.45);
}

.tariff-card__code {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  color: #0a0a0a;
  min-width: 2ch;
  text-align: right;
}

.tariff-card--feature .tariff-card__code {
  font-size: 22px;
}

.tariff-card__name {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #0a0a0a;
}

.tariff-card--compact .tariff-card__name {
  font-size: clamp(16px, 1.9vw, 19px);
}

.tariff-card--feature .tariff-card__name {
  font-size: clamp(19px, 2.2vw, 24px);
  margin-bottom: 8px;
}

.tariff-card__price-block {
  margin: 0 0 6px;
}

.tariff-card__price {
  margin: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 2px 4px;
  line-height: 1;
}

.tariff-card__amount {
  font-family: var(--font-display);
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 900;
  color: #0a0a0a;
  letter-spacing: -0.04em;
  transition: transform 0.25s ease;
}

.tariff-card:hover .tariff-card__amount {
  transform: scale(1.01);
}

.tariff-card--feature .tariff-card__amount {
  font-size: clamp(28px, 4.2vw, 38px);
}

.tariff-card__rub {
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 800;
  color: #0a0a0a;
}

.tariff-card__per {
  font-size: 11px;
  font-weight: 700;
  color: #555;
}

.tariff-card__fee-note {
  margin: 4px 0 0;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #666;
}

.tariff-card__meta {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  font-weight: 600;
}

.tariff-card__promo {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.4;
  color: #444;
  font-weight: 600;
}

.tariff-card__promo--inline {
  margin: 0;
  max-width: 48ch;
}

.btn--tariff {
  margin-top: auto;
  border-radius: 9px;
  padding: 9px 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #d4ff00;
  color: #0a0a0a;
  border: 1px solid #0a0a0a;
  box-shadow: none;
  transition: transform 0.2s ease, filter 0.2s ease, background 0.2s ease;
}

.btn--tariff--xl {
  padding: 10px 16px;
  font-size: 11px;
}

.btn--tariff-inline {
  margin-top: 0;
  flex-shrink: 0;
  min-width: 160px;
}

.btn--tariff:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.tariff-card--feature .btn--tariff:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.tariff-card:hover {
  transform: perspective(960px) translateY(-2px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  border-color: #b0b0b0;
}

.tariff-card--feature:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
  border-color: #0a0a0a;
}

.tariff-card--active {
  border-color: #0a0a0a;
  box-shadow:
    0 0 0 2px #d4ff00,
    0 10px 28px rgba(0, 0, 0, 0.2);
}

.tariff-card--feature.tariff-card--active {
  box-shadow:
    0 0 0 2px #d4ff00,
    0 12px 30px rgba(0, 0, 0, 0.22);
}

.tariff-card--featured:not(.tariff-card--active):not(.tariff-card--feature) {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.tariff-card.is-tilting {
  transition: transform 0.08s linear, box-shadow 0.3s ease;
}

@media (max-width: 780px) {
  .tariff-bento__main {
    flex-direction: column;
  }

  .tariff-bento__stack {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
  }

  .tariff-bento__main > .tariff-card--feature {
    order: -1;
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .btn--tariff-inline {
    width: 100%;
    min-width: 0;
  }

  .tariff-card__wide-row {
    flex-direction: column;
    align-items: stretch;
  }
}

.manage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.manage-card {
  border-radius: 24px;
  padding: 20px;
  min-height: 160px;
  transition: transform 0.2s ease, box-shadow 0.25s ease;
}

.manage-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.3);
}

.manage-card h3 {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1;
  text-transform: uppercase;
}

.manage-card p {
  margin: 0;
  opacity: 0.9;
}

.manage-card--white {
  background: #efefef;
  color: #0b0b0b;
}

.manage-card--pink {
  background: linear-gradient(110deg, #ff2fa6 0%, #ff5abc 100%);
  color: #fff;
}

.manage-card--dark {
  background: linear-gradient(110deg, #1f2232 0%, #18203f 100%);
  color: #fff;
}

.section--market {
  position: relative;
  overflow-x: clip;
  background:
    radial-gradient(ellipse 80% 50% at 20% 0%, rgba(226, 0, 116, 0.07), transparent 55%),
    radial-gradient(ellipse 60% 40% at 90% 100%, rgba(212, 255, 0, 0.12), transparent 50%),
    #f2f2f4;
  color: #0a0a0a;
}

.section--market h2 {
  color: #0a0a0a;
}

.section--market .container.market {
  width: min(1000px, 92%);
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 24px);
  box-sizing: border-box;
}

.market__head {
  margin-bottom: clamp(24px, 4vw, 32px);
}

.market__eyebrow {
  margin: 0 0 10px;
  color: #e20074;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.market__head h2 {
  margin: 0;
  font-size: clamp(26px, 6vw, 42px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  max-width: 22ch;
}

.shop-panel {
  position: relative;
  display: grid;
  gap: 20px;
  padding: clamp(20px, 3vw, 28px);
  border-radius: 28px;
  background: #fff;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 24px 56px rgba(0, 0, 0, 0.07),
    0 0 0 1px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.shop-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #e20074, #ff4db8 45%, #d4ff00);
}

.shop-tariffs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.shop-tariff {
  position: relative;
  display: grid;
  gap: 6px;
  padding: 20px 16px 18px;
  border: none;
  border-radius: 20px;
  background: #f4f4f6;
  color: #0a0a0a;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.shop-tariff:hover {
  transform: translateY(-2px);
  background: #eeeef1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.shop-tariff:focus-visible {
  outline: 2px solid #0a0a0a;
  outline-offset: 2px;
}

.shop-tariff__mark {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 2px solid #c8c8d0;
  background: #fff;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.shop-tariff__mark::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 999px;
  background: #e20074;
  transform: scale(0);
  transition: transform 0.2s ease;
}

.shop-tariff--active {
  background: #fff;
  box-shadow:
    0 0 0 2px #e20074,
    0 12px 32px rgba(226, 0, 116, 0.15);
  transform: translateY(-2px);
}

.shop-tariff--active .shop-tariff__mark {
  border-color: #e20074;
  box-shadow: 0 0 0 3px rgba(226, 0, 116, 0.15);
}

.shop-tariff--active .shop-tariff__mark::after {
  transform: scale(1);
}

.shop-tariff__badge {
  display: none;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e20074;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.shop-tariff--hit .shop-tariff__badge {
  display: inline-block;
}

.shop-tariff__name {
  padding-right: 28px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.shop-tariff__price {
  font-size: clamp(26px, 4vw, 32px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
}

.shop-tariff__per {
  font-size: 13px;
  font-weight: 500;
  color: #6b6b73;
}

.shop-stores {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-top: 4px;
}

.shop-store {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 14px 18px;
  border-radius: 18px;
  text-decoration: none;
  color: #fff;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

.shop-store:hover {
  transform: translateY(-3px);
}

.shop-store:focus-visible {
  outline: 2px solid #0a0a0a;
  outline-offset: 2px;
}

.shop-store__logo {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.22);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.shop-store__body {
  display: grid;
  gap: 2px;
  flex: 1;
  min-width: 0;
}

.shop-store__name {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.shop-store__action {
  font-size: 13px;
  font-weight: 500;
  opacity: 0.88;
}

.shop-store__arrow {
  flex-shrink: 0;
  font-size: 22px;
  opacity: 0.9;
  transition: transform 0.2s ease;
}

.shop-store:hover .shop-store__arrow {
  transform: translateX(4px);
}

.shop-store--ozon {
  background: linear-gradient(135deg, #0060ff 0%, #0047c9 100%);
  box-shadow: 0 10px 28px rgba(0, 91, 255, 0.28);
}

.shop-store--ozon:hover {
  box-shadow: 0 14px 36px rgba(0, 91, 255, 0.38);
}

.shop-store--wb {
  background: linear-gradient(135deg, #b347ff 0%, #7b1fd4 100%);
  box-shadow: 0 10px 28px rgba(167, 58, 253, 0.26);
}

.shop-store--wb:hover {
  box-shadow: 0 14px 36px rgba(167, 58, 253, 0.36);
}

.shop-store.is-disabled {
  opacity: 0.4;
  pointer-events: none;
  transform: none;
  box-shadow: none;
}

.faq details {
  border-bottom: 1px solid #262626;
  padding: 13px 0;
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
}

.faq p {
  margin: 8px 0 0;
  color: #c5c5c5;
}

.sticky-cta {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 40;
  border: 1px solid #b9ff00;
  border-radius: 14px;
  padding: 11px 14px;
  background: #b9ff00;
  color: #050505;
  font-weight: 800;
  white-space: nowrap;
  transition:
    transform 0.25s ease,
    left 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    right 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    max-width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sticky-cta:hover {
  transform: translateY(-2px);
}

.trust {
  padding-top: 26px;
}

.trust__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.trust-card {
  background: #101010;
  border: 1px solid #2a2a2a;
  border-radius: 20px;
  padding: 18px;
}

.trust-card__num {
  margin: 0 0 8px;
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
  font-family: var(--font-display);
}

.trust-card p {
  margin: 0;
  color: #cfcfcf;
}

.footer {
  border-top: 1px solid #212121;
  padding: 28px 0 34px;
  background: #050505;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__partner {
  margin: 0;
  line-height: 0;
}

.footer__logo {
  display: block;
  height: 32px;
  width: auto;
  max-height: 32px;
  max-width: min(100%, 260px);
}

.footer__bar {
  width: 100%;
}

.footer__legal {
  width: 100%;
  max-width: none;
  color: #757575;
  font-size: 13px;
  line-height: 1.55;
}

.footer__legal p {
  margin: 0;
}

.footer__legal-link {
  color: #9a9a9a;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.footer__legal-link:hover {
  color: #d4d4d4;
}

@media (max-width: 1024px) {
  .tile-grid,
  .trust__grid {
    grid-template-columns: 1fr;
  }

  .manage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .manage-card {
    min-height: 0;
    padding: 14px 12px;
    border-radius: 18px;
  }

  .manage-card h3 {
    font-size: clamp(17px, 4.2vw, 24px);
    margin-bottom: 6px;
    line-height: 1.05;
  }

  .manage-card p {
    font-size: 11px;
    line-height: 1.35;
  }

  .shop-tariffs {
    grid-template-columns: 1fr;
  }

  .shop-stores {
    grid-template-columns: 1fr;
  }

  .header__nav {
    display: none;
  }

  .header__link-mobile {
    display: inline-flex;
    align-items: center;
  }

  .sticky-cta {
    left: 12px;
    right: 12px;
    width: auto;
    text-align: center;
  }

  .sticky-cta.is-clear-footer {
    right: auto;
    left: 12px;
    width: max-content;
    max-width: min(168px, 46vw);
    padding: 11px 16px;
    font-size: 14px;
  }

  .footer {
    padding-bottom: calc(34px + 56px);
  }
}

@media (max-width: 720px) {
  .hero {
    padding-top: 34px;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
