@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/inter-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Unbounded;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/unbounded-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: Unbounded;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/unbounded-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/roboto-mono-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/roboto-mono-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --header-bg: #050506;
  --header-border: rgba(255, 255, 255, 0.08);
  --text: #f6f7fb;
  --muted-text: #b8bcc8;
  --accent: #0767f7;
  --page-bg: #050506;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--page-bg);
  color: #17191f;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.menu-open {
  overflow: hidden;
}

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

img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  user-select: none;
}

main {
  overflow: hidden;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  text-align: center;
}

.hero::before {
  position: absolute;
  z-index: 0;
  top: calc(35% + 39px);
  left: 50%;
  width: min(90vw, 940px);
  aspect-ratio: 1.65;
  background: radial-gradient(ellipse at center, rgba(7, 103, 247, 0.2) 0%, rgba(7, 103, 247, 0.09) 34%, rgba(7, 103, 247, 0.025) 56%, transparent 74%);
  content: "";
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.hero::after {
  position: absolute;
  z-index: 0;
  top: calc(35% + 39px);
  left: 50%;
  width: min(90vw, 940px);
  aspect-ratio: 1.65;
  background-image:
    linear-gradient(90deg, rgba(78, 145, 255, 0.16) 50%, transparent 50%),
    linear-gradient(rgba(78, 145, 255, 0.12) 50%, transparent 50%);
  background-position: 0 0, 1px 1px;
  background-size: 2px 2px;
  content: "";
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, rgba(0, 0, 0, 0.72) 42%, rgba(0, 0, 0, 0.22) 62%, transparent 76%);
  mask-image: radial-gradient(ellipse at center, #000 0%, rgba(0, 0, 0, 0.72) 42%, rgba(0, 0, 0, 0.22) 62%, transparent 76%);
  opacity: 0.38;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.hero-copy {
  position: absolute;
  z-index: 3;
  top: calc(58% + 21px);
  left: 50%;
  width: 100%;
  padding: 0 20px;
  transform: translate(-50%, -50%);
}

.hero-copy::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: min(90%, 820px);
  height: 165%;
  background: radial-gradient(ellipse at center, rgba(5, 5, 6, 0.5) 0%, rgba(5, 5, 6, 0.18) 52%, transparent 76%);
  content: "";
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.hero-copy h1 {
  margin: 0;
  color: #fff;
  font-family: Unbounded, Inter, sans-serif;
  font-size: clamp(34px, 4.5vw, 60px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.hero-copy .headline-line {
  display: block;
}

.hero-copy .headline-accent {
  display: inline;
  color: #2b82ff;
}

.hero-actions {
  position: absolute;
  top: calc(100% + 24px);
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  transform: translateX(-50%);
}

.hero-account-button,
.hero-social-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  transition: border-radius 160ms ease-out;
}

.hero-account-button {
  min-width: 132px;
  padding: 0 24px;
  background: var(--accent);
  border-radius: 23px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  transition: border-radius 220ms ease-in-out;
}

.account-avatar {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  object-fit: cover;
}

.account-menu-shell {
  position: relative;
}

.account-menu-shell .login-button {
  max-width: 240px;
}

.account-menu-shell .login-button > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 70;
  display: grid;
  width: 210px;
  padding: 7px;
  border: 0;
  border-radius: 12px;
  background: rgba(12, 15, 21, .98);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .42);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.account-menu-shell:hover .account-menu,
.account-menu-shell:focus-within .account-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.account-menu a,
.account-menu button {
  display: flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  padding: 0 11px;
  color: #d7dce6;
  font: inherit;
  font-size: 13px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.account-menu a:hover,
.account-menu button:hover,
.account-menu a:focus-visible,
.account-menu button:focus-visible {
  outline: 0;
  background: rgba(255, 255, 255, .06);
  color: #fff;
}

.account-menu button {
  color: #ff9ca7;
}

.account-menu svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
}

.content-empty-state {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0;
  padding: 52px 18px;
  color: #757d8b;
  text-align: center;
}

.account-main {
  min-height: calc(100vh - 80px);
  padding: 150px 24px 80px;
}

.account-page .header-container { width: min(100% - 48px, 1180px); }
.account-page .login-button { transition: none; }
.account-page .login-button:hover, .account-page .login-button:focus-visible { border-radius: 9px; }
.account-titlebar { display: flex; min-height: 43px; align-items: center; justify-content: center; margin: 0 0 28px; background: #0c1017; padding: 14px 24px; }
.account-titlebar h1 { margin: 0; color: #fff; font-family: Unbounded, Inter, sans-serif; font-size: 15px; font-weight: 600; letter-spacing: -.045em; }

.account-card {
  width: min(720px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 22px;
  background: #0d1118;
  padding: 28px;
}

.account-card__identity {
  display: flex;
  align-items: center;
  gap: 16px;
}

.account-card__avatar {
  display: grid;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  overflow: hidden;
  place-items: center;
  border-radius: 18px;
  background: #2269e8;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.account-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account-card h1 {
  margin: 0;
  color: #fff;
  font-size: 24px;
}

.account-card__identity p {
  margin: 6px 0 0;
  color: #7f8795;
}

.account-card__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.account-card__details div {
  border-radius: 14px;
  background: rgba(255, 255, 255, .035);
  padding: 16px;
}

.account-card__details span {
  display: block;
  margin-bottom: 7px;
  color: #69717f;
  font-size: 12px;
}

.account-card__details strong {
  color: #e9edf5;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.account-card__logout {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 91, 109, .08);
  padding: 0 15px;
  color: #ff9ca7;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

.account-card__logout:hover,
.account-card__logout:focus-visible {
  outline: 0;
  background: rgba(255, 91, 109, .14);
  color: #ffc1c8;
}

.account-card__logout svg {
  width: 19px;
  height: 19px;
}

@media (max-width: 560px) {
  .account-main { padding: 112px 14px 48px; }
  .account-card { padding: 20px; }
  .account-card__details { grid-template-columns: 1fr; }
  .account-card__logout { width: 100%; justify-content: center; }
}

.account-page {
  min-height: 100vh;
  background: var(--page-bg);
}

.account-main {
  min-height: 100vh;
  padding: 60px 0 84px;
}

.account-layout {
  display: grid;
  width: min(980px, 100%);
  gap: 0;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #1a202a;
  border-radius: 18px;
  background: #0d1219;
}

.account-profile {
  display: flex;
  min-height: 168px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
  border-bottom: 1px solid #1a202a;
  background: #0d1219;
  padding: 30px 32px;
}

.account-profile__identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 18px;
}

.account-profile__avatar {
  display: grid;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  overflow: hidden;
  place-items: center;
  border-radius: 22px;
  background: #245fbf;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.account-profile__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account-profile__copy {
  min-width: 0;
}

.account-profile__eyebrow,
.account-panel__heading span {
  color: #5f91ea;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.account-profile h1 {
  margin: 7px 0 0;
  overflow: hidden;
  color: #f5f7fb;
  font-family: Unbounded, Inter, sans-serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-profile__copy p {
  margin: 8px 0 0;
  overflow-wrap: anywhere;
  color: #7c8594;
  font-size: 13px;
}

.account-profile__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.account-primary-action,
.account-logout {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 11px;
  padding: 0 17px;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.account-primary-action {
  background: #2772ed;
  color: #fff;
}

.account-logout {
  background: rgba(255, 255, 255, .055);
  color: #aeb6c4;
}

.account-primary-action:hover,
.account-primary-action:focus-visible {
  outline: 0;
  background: #3d82f2;
}

.account-logout:hover,
.account-logout:focus-visible {
  outline: 0;
  background: rgba(255, 92, 108, .1);
  color: #ff9eaa;
}

.account-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid #1a202a;
}

.account-stats article {
  min-height: 132px;
  border-right: 1px solid #1a202a;
  background: #0d1219;
  padding: 20px 22px;
}

.account-stats article:last-child {
  border-right: 0;
}

.account-stats span,
.account-stats small {
  display: block;
  color: #687281;
  font-size: 12px;
}

.account-stats strong {
  display: block;
  margin: 15px 0 8px;
  color: #f4f6fa;
  font-family: Unbounded, Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.account-panel {
  border-bottom: 1px solid #1a202a;
  border-radius: 0;
  background: #0d1219;
  padding: 26px;
}

.account-panel:last-child {
  border-bottom: 0;
}

.account-panel__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.account-panel__heading h2 {
  margin: 7px 0 0;
  color: #f0f3f8;
  font-family: Unbounded, Inter, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.account-panel__heading > a {
  color: #70a6ff;
  font-size: 13px;
  text-decoration: none;
}

.account-order-list {
  display: grid;
  gap: 8px;
}

.account-order {
  display: grid;
  grid-template-columns: minmax(180px, 1.3fr) minmax(150px, .8fr) minmax(100px, .45fr) minmax(112px, .5fr);
  align-items: center;
  gap: 18px;
  min-height: 74px;
  border-top: 1px solid #1a202a;
  border-radius: 0;
  background: transparent;
  padding: 14px 16px;
}

.account-order__main strong,
.account-order__main span,
.account-order__meta span {
  display: block;
}

.account-order__main strong {
  color: #edf1f7;
  font-size: 14px;
}

.account-order__main span,
.account-order__meta span {
  margin-top: 5px;
  color: #697382;
  font-size: 11px;
}

.account-order__meta span:first-child {
  margin-top: 0;
  color: #9aa3b1;
}

.account-order__amount {
  color: #dce2eb;
  font-size: 14px;
  font-weight: 600;
}

.account-order__status {
  justify-self: end;
  border-radius: 999px;
  background: rgba(255, 188, 74, .1);
  padding: 7px 10px;
  color: #edbd6d;
  font-size: 11px;
  white-space: nowrap;
}

.account-order__status.is-paid {
  background: rgba(53, 191, 116, .1);
  color: #72d79e;
}

.account-order__status.is-cancelled,
.account-order__status.is-refunded {
  background: rgba(255, 92, 108, .09);
  color: #f19aa5;
}

.account-orders-empty,
.account-loading,
.account-load-error {
  display: grid;
  min-height: 190px;
  place-items: center;
  align-content: center;
  gap: 8px;
  margin: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, .02);
  padding: 28px;
  color: #707988;
  text-align: center;
}

.account-orders-empty strong {
  color: #e8ecf3;
  font-size: 16px;
}

.account-orders-empty span {
  max-width: 440px;
  font-size: 12px;
  line-height: 1.6;
}

.account-orders-empty a {
  margin-top: 8px;
  color: #72a8ff;
  font-size: 13px;
  text-decoration: none;
}

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

.account-security__grid > div {
  border: 1px solid #1a202a;
  border-radius: 10px;
  background: transparent;
  padding: 17px;
}

.account-security__grid span,
.account-security__grid strong,
.account-security__grid small {
  display: block;
}

.account-security__grid span,
.account-security__grid small {
  color: #6e7785;
  font-size: 11px;
}

.account-security__grid strong {
  margin: 8px 0 7px;
  color: #e7ebf2;
  font-size: 14px;
}

.account-security__grid .account-status-active {
  color: #72d79e;
}

@media (max-width: 820px) {
  .account-profile { align-items: flex-start; flex-direction: column; }
  .account-profile__actions { width: 100%; }
  .account-primary-action { flex: 1; }
  .account-order { grid-template-columns: minmax(0, 1fr) auto; }
  .account-order__meta { grid-column: 1; }
  .account-order__amount { grid-column: 2; grid-row: 1; }
  .account-order__status { grid-column: 2; grid-row: 2; }
}

@media (max-width: 560px) {
  .account-main { padding: 56px 0 48px; }
  .account-profile { min-height: 0; border-radius: 18px; padding: 22px 18px; }
  .account-profile__avatar { width: 62px; height: 62px; flex-basis: 62px; border-radius: 18px; }
  .account-profile__actions { flex-direction: column; }
  .account-primary-action, .account-logout { width: 100%; }
  .account-stats { grid-template-columns: 1fr; }
  .account-stats article { min-height: 106px; }
  .account-panel { border-radius: 18px; padding: 20px 16px; }
  .account-panel__heading { align-items: flex-start; flex-direction: column; }
  .account-security__grid { grid-template-columns: 1fr; }
  .account-order { gap: 10px; padding: 14px; }
}

.account-shell {
  display: grid;
  width: min(1180px, calc(100% - 48px));
  grid-template-columns: 232px minmax(0, 1fr);
  gap: 34px;
  margin: 0 auto;
}

.account-sidebar {
  position: sticky;
  top: 112px;
  display: flex;
  height: calc(100vh - 150px);
  min-height: 520px;
  flex-direction: column;
  border-right: 1px solid #1a202a;
  padding: 10px 24px 10px 0;
}

.account-sidebar__identity {
  display: grid;
  justify-items: start;
  gap: 14px;
  min-width: 0;
  padding: 2px 10px 26px;
}

.account-sidebar__identity .account-profile__avatar {
  width: 58px;
  height: 58px;
  flex-basis: 58px;
  border-radius: 17px;
  font-size: 20px;
}

.account-sidebar__identity h2 {
  margin: 0;
  overflow: hidden;
  color: #f3f6fa;
  font-family: Unbounded, Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-tabs {
  display: grid;
  gap: 4px;
}

.account-tabs button {
  display: grid;
  min-height: 43px;
  grid-template-columns: 19px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  padding: 0 12px;
  color: #778190;
  font: inherit;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
}

.account-tabs button:hover,
.account-tabs button.is-active {
  background: rgba(255, 255, 255, .035);
  color: #e8eef8;
}

.account-tabs button svg { width: 18px; height: 18px; color: #626d7c; }
.account-tabs button:hover svg, .account-tabs button.is-active svg { color: #aeb8c6; }
.account-tab-label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.account-tab-count { min-width: 22px; border-radius: 999px; background: #171a20; padding: 3px 6px; color: #858e9b; font-size: 10px; text-align: center; }

.account-sidebar__actions {
  display: grid;
  gap: 5px;
  margin-top: auto;
}

.account-sidebar__actions a,
.account-sidebar__actions button {
  display: flex;
  min-height: 40px;
  align-items: center;
  border: 0;
  border-radius: 9px;
  background: transparent;
  padding: 0 12px;
  color: #758090;
  font: inherit;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}

.account-sidebar__actions a:hover { color: #9fc1ff; }
.account-sidebar__actions button:hover { background: rgba(255, 92, 108, .08); color: #ff9eaa; }
.account-sidebar__actions .account-promo-button { gap: 9px; margin-bottom: 6px; background: #f3f4f6; color: #11141a; font-weight: 650; }
.account-sidebar__actions .account-promo-button:hover { background: #fff; color: #0b0d11; }
.account-sidebar__actions .account-promo-button:disabled { opacity: .5; cursor: wait; }
.account-promo-button svg { width: 17px; height: 17px; }
.account-promo-dialog { width: min(390px, calc(100vw - 28px)); border: 0; border-radius: 16px; background: #111419; padding: 0; color: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.65); }
.account-promo-dialog::backdrop { background: rgba(2,3,5,.72); backdrop-filter: blur(8px); }
.account-promo-form { position: relative; display: grid; gap: 14px; padding: 26px; }
.account-promo-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: #f2f3f5; color: #15181d; }
.account-promo-icon svg { width: 22px; height: 22px; }
.account-promo-form h2 { margin: 2px 0 -7px; font-family: Unbounded, Inter, sans-serif; font-size: 18px; }
.account-promo-form > p { margin: 0; color: #777f8c; font-size: 12px; line-height: 1.55; }
.account-promo-form label { display: grid; gap: 7px; color: #8f98a6; font-size: 11px; }
.account-promo-form input { height: 44px; border: 0; border-radius: 10px; outline: 0; background: #0a0c10; padding: 0 13px; color: #f1f3f6; font: inherit; text-transform: none; }
.account-promo-form input:focus { box-shadow: none; }
.account-promo-submit { height: 43px; border: 0; border-radius: 10px; background: #f3f4f6; color: #11141a; font: inherit; font-weight: 650; cursor: pointer; }
.account-promo-submit:disabled { opacity: .55; cursor: wait; }
.account-promo-close { position: absolute; top: 16px; right: 16px; width: 32px; height: 32px; border: 0; border-radius: 8px; background: transparent; color: #737b87; font-size: 21px; cursor: pointer; }
.account-promo-close:hover { background: rgba(255,255,255,.05); color: #dce1e8; }
.account-promo-status { border-radius: 9px; padding: 9px 10px; font-size: 11px; }
.account-promo-status.is-success { background: rgba(53,191,116,.1); color: #72d79e; }
.account-promo-status.is-error { background: rgba(255,92,108,.09); color: #f19aa5; }

.account-workspace { min-width: 0; padding-top: 4px; }
.account-view[hidden] { display: none; }
.account-view { animation: account-view-in 180ms ease; }
@keyframes account-view-in { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }

.account-view__heading { margin-bottom: 26px; }
.account-view__heading h2 { margin: 0; color: #f0f3f8; font-family: Unbounded, Inter, sans-serif; font-size: clamp(22px, 3vw, 30px); font-weight: 600; }
.account-view__heading p { margin: 10px 0 0; color: #707a89; font-size: 13px; }

.account-shell .account-stats { gap: 0; overflow: visible; border: solid #181c22; border-width: 1px 0; border-radius: 0; background: transparent; }
.account-shell .account-stats article { min-height: 120px; border: 0; background: transparent; }
.account-shell .account-stats article + article { border-left: 1px solid #181c22; }
.account-overview-subscriptions { display: grid; gap: 10px; margin-top: 22px; }
.account-subscription-list { display: grid; gap: 10px; }

.account-subscription {
  display: grid;
  gap: 18px;
  border-top: 1px solid #1a202a;
  background: transparent;
  padding: 20px 4px;
}

.account-subscription.is-compact { grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 20px; padding: 18px 4px; }
.account-subscription__heading { display: flex; min-width: 0; align-items: flex-start; justify-content: space-between; gap: 18px; }
.account-subscription__heading > div { display: grid; min-width: 0; gap: 7px; }
.account-subscription__heading strong { color: #ecf1f8; font-size: 15px; }
.account-subscription__key-row { display: flex; min-width: 0; align-items: center; gap: 10px; }
.account-subscription__key { min-width: 0; color: #aab4c2; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 13px; line-height: 1.45; overflow-wrap: anywhere; user-select: text; }
.account-subscription__copy { flex: 0 0 auto; border: 0; border-radius: 7px; background: rgba(255,255,255,.045); padding: 6px 8px; color: #929ca9; font: inherit; font-size: 10px; cursor: pointer; }
.account-subscription__copy:hover { background: rgba(255,255,255,.075); color: #d8dee7; }
.account-subscription__active { flex: 0 0 auto; border-radius: 999px; background: rgba(53,191,116,.1); padding: 6px 9px; color: #72d79e; font-size: 10px; }
.account-subscription__dates { display: flex; flex-wrap: wrap; gap: 10px 28px; color: #697483; font-size: 11px; }
.account-subscription__dates strong { margin-left: 4px; color: #b8c1ce; font-weight: 550; }
.account-subscription.is-compact .account-subscription__dates { justify-content: flex-end; }
.account-subscription__devices { display: flex; flex-wrap: wrap; gap: 8px; }
.account-device-state { border-radius: 8px; background: rgba(255,255,255,.035); padding: 8px 10px; color: #737e8d; font-size: 11px; }
.account-device-state.is-linked::before, .account-device-state.is-free::before { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; content: ""; }
.account-device-state.is-linked::before { background: #4ccb87; box-shadow: 0 0 10px rgba(76,203,135,.55); }
.account-device-state.is-free::before { background: #5a6574; }
.account-subscription__actions { display: flex; flex-wrap: wrap; gap: 8px; }
.account-subscription__actions button { min-height: 36px; border: 0; border-radius: 9px; background: rgba(255,255,255,.045); padding: 0 12px; color: #9ba7b6; font: inherit; font-size: 11px; cursor: pointer; }
.account-subscription__actions button:hover:not(:disabled) { background: rgba(255,255,255,.075); color: #d8dee7; }
.account-subscription__actions button:disabled { opacity: .35; cursor: default; }

.account-shell .account-panel__heading { border-bottom: 1px solid #181c22; padding-bottom: 20px; }
.account-shell .account-security__grid { gap: 0; border-top: 1px solid #181c22; border-bottom: 1px solid #181c22; }
.account-shell .account-security__grid > div { border: 0; border-radius: 0; background: transparent; }
.account-shell .account-security__grid > div + div { border-left: 1px solid #181c22; }
.account-shell .account-orders-empty, .account-shell .account-loading, .account-shell .account-load-error { border-radius: 0; background: transparent; }
.account-order { grid-template-columns: minmax(180px, 1.15fr) minmax(145px, .7fr) minmax(130px, .62fr) minmax(90px, .38fr) auto; }
.account-order__payment { display: flex; min-width: 0; align-items: center; gap: 10px; }
.account-order__payment > img { width: 30px; height: 30px; flex: 0 0 30px; border-radius: 7px; object-fit: contain; }
.account-order__payment > span { display: grid; min-width: 0; gap: 4px; }
.account-order__payment small { color: #606a78; font-size: 10px; }
.account-order__payment strong { overflow: hidden; color: #bdc5d0; font-size: 12px; font-weight: 550; text-overflow: ellipsis; white-space: nowrap; }

@media (max-width: 820px) {
  .account-shell { grid-template-columns: 1fr; gap: 22px; }
  .account-sidebar { position: static; height: auto; min-height: 0; border-right: 0; border-bottom: 1px solid #1a202a; padding: 0 0 18px; }
  .account-sidebar__identity { display: flex; align-items: center; padding: 0 4px 18px; }
  .account-tabs { display: flex; overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }
  .account-tabs::-webkit-scrollbar { display: none; }
  .account-tabs button { display: grid; flex: 0 0 auto; grid-template-columns: 18px auto auto; }
  .account-sidebar__actions { display: flex; margin-top: 4px; }
  .account-sidebar__actions > :not(.account-promo-button) { display: none; }
  .account-sidebar__actions .account-promo-button { width: 100%; justify-content: center; margin: 0; }
  .account-titlebar { margin-bottom: 20px; }
  .account-order { grid-template-columns: minmax(0, 1fr) auto; }
  .account-order__main { grid-column: 1; grid-row: 1; }
  .account-order__status { grid-column: 2; grid-row: 1; }
  .account-order__payment { grid-column: 1; grid-row: 2; }
  .account-order__amount { grid-column: 2; grid-row: 2; }
  .account-order__meta { grid-column: 1 / -1; grid-row: 3; }
}

@media (max-width: 560px) {
  .account-shell { width: calc(100% - 36px); }
  .account-shell .account-stats { grid-template-columns: 1fr; }
  .account-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: visible; }
  .account-tabs button { min-width: 0; grid-template-columns: 14px minmax(0, 1fr); gap: 3px; padding: 0 2px; font-size: 9.5px; }
  .account-tabs button svg { width: 14px; height: 14px; }
  .account-tab-count { display: none; }
  .account-tab-label[data-mobile-label] { font-size: 0; }
  .account-tab-label[data-mobile-label]::after { content: attr(data-mobile-label); font-size: 9.5px; }
  .account-shell .account-stats article { min-height: 94px; }
  .account-shell .account-stats article + article { border-top: 1px solid #181c22; border-left: 0; }
  .account-subscription.is-compact { grid-template-columns: 1fr; }
  .account-subscription.is-compact .account-subscription__dates { justify-content: flex-start; }
  .account-subscription__dates { display: grid; }
  .account-subscription__actions { display: grid; grid-template-columns: 1fr; }
  .account-subscription__key-row { align-items: flex-start; flex-direction: column; }
  .account-shell .account-security__grid > div + div { border-top: 1px solid #181c22; border-left: 0; }
}

.legal-page {
  min-height: 100vh;
  background: #080b10;
}

.legal-main {
  padding: 132px 22px 76px;
}

.legal-document {
  width: min(860px, 100%);
  margin: 0 auto;
  border-radius: 22px;
  background: #0e131c;
  padding: clamp(24px, 5vw, 48px);
}

.legal-eyebrow {
  color: #5f91ea;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.legal-document h1 {
  margin: 12px 0 0;
  color: #f4f6fa;
  font-family: Unbounded, Inter, sans-serif;
  font-size: clamp(25px, 4vw, 38px);
  font-weight: 600;
  line-height: 1.25;
}

.legal-updated {
  margin: 10px 0 38px;
  color: #697382;
  font-size: 12px;
}

.legal-document section + section {
  margin-top: 28px;
}

.legal-document h2 {
  margin: 0 0 10px;
  color: #e7ebf2;
  font-size: 16px;
}

.legal-document p {
  margin: 0;
  color: #8992a1;
  font-size: 14px;
  line-height: 1.75;
}

.legal-document .legal-contact {
  margin-top: 34px;
  border-radius: 13px;
  background: rgba(54, 122, 241, .08);
  padding: 16px;
}

.legal-contact a {
  color: #77aaff;
}

@media (max-width: 560px) {
  .legal-main { padding: 108px 14px 48px; }
  .legal-document { border-radius: 18px; }
}

.hero-social-button {
  width: 46px;
  flex: 0 0 46px;
  background: #fff;
  border-radius: 50%;
  color: #343943;
}

.hero-social-button svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.hero-account-button:hover,
.hero-account-button:focus-visible {
  border-radius: 12px;
}

.hero-social-button:hover,
.hero-social-button:focus-visible {
  border-radius: 12px;
}

.hero-account-button:focus-visible,
.hero-social-button:focus-visible {
  outline: 3px solid rgba(70, 139, 255, 0.65);
  outline-offset: 3px;
}

.hero-stats {
  position: absolute;
  top: calc(100% + 104px);
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: 0;
  transform: translateX(-50%);
}

.hero-stat {
  position: relative;
  display: flex;
  min-width: 140px;
  flex-direction: column-reverse;
  gap: 6px;
  padding: 0 26px;
}

.hero-stat + .hero-stat::before {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
  content: "";
}

.hero-stat dt {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.hero-stat dd {
  margin: 0;
  color: #fff;
  font-family: Unbounded, Inter, sans-serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1;
}

.hero-visual {
  position: absolute;
  z-index: 1;
  top: calc(44% + 34px);
  left: 50%;
  width: min(84%, 820px);
  margin: 0;
  isolation: isolate;
  transform: translate(-50%, -50%);
}

.hero-visual::after {
  position: absolute;
  z-index: 1;
  inset: 0 -2% -8%;
  background: url("../img/font.png") center / 96% auto no-repeat;
  content: "";
  filter: blur(18px) saturate(1.08);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 42%, rgba(0, 0, 0, 0.32) 52%, #000 73%, rgba(0, 0, 0, 0.45) 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, transparent 42%, rgba(0, 0, 0, 0.32) 52%, #000 73%, rgba(0, 0, 0, 0.45) 90%, transparent 100%);
  opacity: 0.48;
  pointer-events: none;
  transform: translateY(5px) scaleY(1.06);
}

.hero-visual::before {
  position: absolute;
  z-index: 2;
  right: -5%;
  bottom: -10%;
  left: -5%;
  height: 58%;
  background: linear-gradient(to bottom, transparent 0%, rgba(5, 5, 6, 0.12) 42%, rgba(5, 5, 6, 0.7) 78%, var(--page-bg) 100%);
  content: "";
  pointer-events: none;
}

.hero-visual img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 78%, rgba(0, 0, 0, 0.82) 88%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 78%, rgba(0, 0, 0, 0.82) 88%, transparent 100%);
}

.scroll-cue {
  position: absolute;
  z-index: 4;
  bottom: 22px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.76);
  transform: translateX(-50%);
}

.scroll-cue span {
  width: 11px;
  height: 11px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-3px) rotate(45deg);
}

.scroll-cue:focus-visible {
  outline: 3px solid rgba(70, 139, 255, 0.65);
  outline-offset: 2px;
}

.products-section {
  padding: 72px 24px 110px;
  background: var(--page-bg);
}

.products-container {
  width: min(100%, 1200px);
  margin: 0 auto;
}

.products-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.products-heading h2 {
  margin: 0;
  color: #fff;
  font-family: Unbounded, Inter, sans-serif;
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.products-heading p {
  margin: 14px 0 0;
  color: #777b86;
  font-size: 16px;
  line-height: 1.5;
}

.more-products {
  position: relative;
  z-index: 0;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #858a96;
  font-size: 14px;
  transition: color 220ms ease;
}

.more-products svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.more-products::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  border-radius: inherit;
  content: "";
  transition: background-color 220ms ease;
}

.more-products:hover,
.more-products:focus-visible {
  color: #dce0e6;
}

.more-products:hover::before,
.more-products:focus-visible::before {
  background: rgba(255, 255, 255, 0.065);
}

.more-products:focus-visible {
  outline: 3px solid rgba(70, 139, 255, 0.65);
  outline-offset: 3px;
}

.products-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 34px;
}

.main-product-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-card,
.platform-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.platform-card {
  background: linear-gradient(145deg, #168bf1 0%, #54baff 100%);
}

.product-card {
  height: 350px;
  background: #0d0f15;
  border: 0;
  cursor: pointer;
  isolation: isolate;
  transform: translateZ(0);
  transition: box-shadow 300ms ease;
  -webkit-user-select: none;
  user-select: none;
}

.product-card::before {
  position: absolute;
  z-index: 0;
  inset: -12px;
  background-image: var(--card-image, url("../img/product-card-bg.png"));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: inherit;
  content: "";
  filter: blur(5px) brightness(0.58);
  transition: filter 360ms ease;
}

.product-card::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(to top, rgba(32, 88, 255, 0.88) 0%, rgba(35, 101, 255, 0.32) 13%, transparent 32%);
  border-radius: inherit;
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms ease;
}

.product-card:nth-child(2) {
  --card-image: url("../img/product-card-bg-2.png");
}

.product-card:nth-child(3) {
  --card-image: url("../img/product-card-bg-3.png");
}

.product-card:hover {
  box-shadow: 0 0 18px rgba(52, 120, 255, 0.24);
}

.product-card-outline {
  position: absolute;
  z-index: 4;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  pointer-events: none;
  transition: box-shadow 300ms ease;
}

.product-card:hover .product-card-outline {
  box-shadow: inset 0 0 0 1px #3478ff;
}

.product-card:hover::before {
  filter: blur(0) brightness(0.88);
}

.product-card:hover::after {
  opacity: 1;
}

.product-card-logo {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 32px;
  height: 32px;
  filter: brightness(0) saturate(100%) invert(62%);
  opacity: 1;
  object-fit: contain;
  transition:
    filter 260ms ease,
    opacity 260ms ease;
}

.product-card:hover .product-card-logo {
  filter: brightness(0) invert(1);
  opacity: 1;
}

.product-card-title {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.58);
  opacity: 1;
  text-align: center;
  transition:
    color 300ms ease,
    filter 300ms ease,
    opacity 300ms ease;
}

.product-card:hover .product-card-title {
  color: #fff;
  filter: blur(0);
  opacity: 1;
}

.product-card-price {
  position: absolute;
  z-index: 2;
  bottom: 14px;
  left: 18px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  transition:
    color 300ms ease,
    filter 300ms ease;
}

.product-card:hover .product-card-price {
  color: #fff;
  filter: blur(0);
}

.product-card-arrow {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 14px;
  width: 18px;
  height: 18px;
  color: rgba(255, 255, 255, 0.58);
  transition:
    color 300ms ease,
    filter 300ms ease;
}

.product-card:hover .product-card-arrow {
  color: #fff;
  filter: blur(0);
}

.product-card-title strong,
.product-card-title span {
  font-family: Unbounded, Inter, sans-serif;
  line-height: 1;
}

.product-card-title strong {
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 600;
}

.product-card-title span {
  margin-top: 10px;
  font-size: clamp(13px, 1.3vw, 17px);
  font-weight: 600;
  letter-spacing: 0.08em;
}

@media (max-width: 900px) {
  .products-grid {
    grid-template-columns: 1fr;
  }

  .platform-cards {
    grid-template-rows: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-card {
    min-height: 160px;
  }
}

.features-section {
  padding: 64px 24px 56px;
  background: #0a0c11;
}

.features-section .products-heading {
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.feature-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 26px 24px 18px;
  background: #0d0f15;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
}

.feature-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  background: linear-gradient(145deg, rgba(22, 139, 241, 0.18) 0%, rgba(84, 186, 255, 0.1) 100%);
  border: 1px solid rgba(43, 130, 255, 0.35);
  border-radius: 16px;
  color: #54baff;
}

.feature-icon svg {
  width: 26px;
  height: 26px;
}

.feature-icon-solid {
  background: var(--accent);
  border: 0;
  color: #fff;
}

.feature-card-solid {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--accent);
  border: 0;
}

.feature-card-grid::after {
  position: absolute;
  top: -110px;
  right: -110px;
  width: 220px;
  height: 220px;
  background-image:
    linear-gradient(90deg, var(--grid-line, rgba(255, 255, 255, 0.4)) 50%, transparent 50%),
    linear-gradient(var(--grid-line-2, rgba(255, 255, 255, 0.3)) 50%, transparent 50%);
  background-position: 0 0, 1px 1px;
  background-size: 2px 2px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 70%);
  mask-image: radial-gradient(ellipse at center, #000 0%, transparent 70%);
  content: "";
  pointer-events: none;
}

.feature-icon-naked {
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 18px;
  color: #fff;
}

.feature-card-solid .feature-icon-naked {
  margin-bottom: auto;
}

.feature-card-dark {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--page-bg);
  border: 0;
}

.feature-card-dark .feature-icon-naked {
  margin-bottom: auto;
}

.feature-card-dark h3 {
  color: #fff;
}

.feature-card.feature-card-dark p {
  color: #858b96;
}

.feature-card-solid h3 {
  color: #fff;
}

.feature-card.feature-card-solid p {
  color: #fff;
}

.feature-card.feature-card-white {
  --grid-line: rgba(0, 0, 0, 0.4);
  --grid-line-2: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #fff;
  border: 0;
}

.feature-card-white .feature-icon-naked {
  margin-bottom: auto;
}

.feature-card.feature-card-white h3 {
  color: #17191f;
}

.feature-card.feature-card-white p {
  color: #5a5f6a;
}

.feature-card-white .feature-icon-naked {
  color: #17191f;
}

.feature-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.feature-card p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #858b96;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}


.purchase-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr) minmax(340px, 1.08fr);
  align-items: start;
  gap: 24px;
  width: min(100%, 1200px);
  margin: 0 auto;
}

.purchase-column {
  min-width: 0;
}

.purchase-column.period-selection {
  width: auto;
  margin: 0;
}

.purchase-column h1,
.purchase-column h2 {
  margin: 0 0 20px;
  color: #f5f7fa;
  font-family: Unbounded, Inter, sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.3;
  text-align: center;
}

.purchase-grid .period-widget-list {
  width: 100%;
}

.payment-widget-list {
  display: grid;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.payment-widget {
  position: relative;
  display: flex;
  height: 118px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 17px 18px;
  overflow: hidden;
  background: #0e1117;
  border-radius: 15px;
  color: #dce1e8;
  cursor: pointer;
  transition: none;
}

.payment-widget input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.payment-widget-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: transparent;
  padding: 0;
}

.payment-widget-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 7px;
}

.payment-widget-badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  left: auto;
  display: flex;
  width: 40px;
  height: 24px;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #199f59;
  border: 0;
  border-radius: 7px;
  box-shadow: none;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

.payment-widget-badge--accent {
  background: #1269ef;
}

.payment-widget-copy strong,
.payment-widget-copy small {
  display: block;
}

.payment-widget-copy strong {
  color: #f4f6f9;
  font-size: 14px;
  font-weight: 600;
}

.payment-widget-copy small {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 3px;
  color: #68717e;
  font-size: 11px;
}

.payment-inline-currency {
  display: inline-block;
  width: 13px;
  height: 13px;
  object-fit: contain;
  border-radius: 3px;
}

.payment-widget-arrow {
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 20px;
  height: 20px;
  color: #566172;
}

.payment-widget-mark {
  display: none;
  position: absolute;
  top: 18px;
  right: 18px;
  width: 8px;
  height: 8px;
  background: #343d49;
  border-radius: 50%;
}

.payment-widget.is-selected {
  background: #151e2b;
  box-shadow: inset 0 0 0 1px #317cf4;
}

.payment-widget.is-selected::before {
  position: absolute;
  top: -34px;
  right: -30px;
  width: 225px;
  height: 175px;
  background-image:
    linear-gradient(90deg, rgba(49, 124, 244, .28) 50%, transparent 50%),
    linear-gradient(rgba(49, 124, 244, .28) 50%, transparent 50%),
    radial-gradient(circle at 75% 25%, rgba(49, 124, 244, .42), transparent 68%);
  background-size: 3px 3px, 3px 3px, 100% 100%;
  content: "";
  -webkit-mask-image: radial-gradient(ellipse at top right, #000 0%, rgba(0, 0, 0, .75) 42%, transparent 74%);
  mask-image: radial-gradient(ellipse at top right, #000 0%, rgba(0, 0, 0, .75) 42%, transparent 74%);
  opacity: .88;
  pointer-events: none;
}

.payment-widget.is-selected .payment-widget-arrow {
  color: #6ca5ff;
}

.payment-widget:has(input:focus-visible) {
  outline: 3px solid rgba(70, 139, 255, .65);
  outline-offset: 3px;
}

.compact-receipt {
  position: relative;
  display: flex;
  min-height: 378px;
  flex-direction: column;
  padding: 27px 28px 20px;
  overflow: hidden;
  background: #151a23;
  border: 0;
  border-radius: 15px;
  color: #f5f7fa;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
  font-family: "Roboto Mono", Consolas, monospace;
  --receipt-pixel: rgba(42, 171, 238, .22);
  --receipt-glow: rgba(42, 171, 238, .34);
}

.compact-receipt::before {
  display: none;
}

.compact-receipt-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  font-size: 9px;
  letter-spacing: .1em;
}

.compact-receipt-top strong {
  font-size: 13px;
}

.compact-receipt-top span {
  color: #68717e;
}

.compact-receipt-label {
  position: relative;
  margin: 0;
  color: #929ca9;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.compact-receipt h3 {
  margin: 9px 0 30px;
  color: #fff;
  font-family: Unbounded, Inter, sans-serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -.04em;
}

.receipt-selection {
  min-width: 0;
}

.receipt-selection .compact-receipt {
  width: 100%;
}

.compact-receipt-lines {
  display: grid;
  gap: 14px;
}

.compact-receipt-lines > div,
.compact-receipt-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 13px;
}

.compact-receipt-lines > div {
  min-height: 19px;
}

.compact-receipt-lines span,
.compact-receipt-total span {
  color: #9aa4b2;
  font-weight: 400;
}

.compact-receipt-lines strong {
  color: #fff;
  font-weight: 400;
}

.compact-receipt-lines small {
  margin-left: 4px;
  color: #6ecf94;
  font-size: 10px;
  font-weight: 700;
}

.compact-receipt-lines .receipt-amount {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.compact-receipt-lines .receipt-currency-icon {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}

.compact-receipt-lines .receipt-currency-icon--stars {
  width: 19px;
  height: 19px;
  border-radius: 0;
}

.compact-receipt-divider {
  position: relative;
  margin: auto -28px 21px;
  border-top: 2px dashed #050506;
}

.compact-receipt-divider::before,
.compact-receipt-divider::after {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 34px;
  background: #050506;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.compact-receipt-divider::before {
  left: -17px;
}

.compact-receipt-divider::after {
  right: -17px;
}

.compact-receipt-total strong {
  color: #fff;
  font-family: Unbounded, Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1;
}

.compact-receipt-total > span {
  color: #fff;
  font-family: Unbounded, Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.04em;
}

#receipt-total {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.receipt-currency-icon {
  width: 21px;
  height: 21px;
  object-fit: contain;
  border-radius: 5px;
}

.receipt-currency-icon--stars {
  width: 26px;
  height: 26px;
  border-radius: 0;
}

.compact-receipt-total {
  min-height: 32px;
  flex: 0 0 32px;
}

.coupon-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  height: 48px;
  margin-top: 12px;
  padding: 0 16px;
  background: #121720;
  border: 0;
  border-radius: 10px;
  color: #c7ced8;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.coupon-button:focus-visible {
  outline: 3px solid rgba(70, 139, 255, .65);
  outline-offset: 3px;
}

.coupon-button svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.coupon-button .coupon-button-plus {
  width: 18px;
  height: 18px;
  margin-left: auto;
  flex-basis: 18px;
}

.coupon-button-plus-vertical {
  transition: opacity .15s ease;
}

.coupon-button.is-open {
  border-radius: 10px 10px 0 0;
}

.coupon-button.is-open .coupon-button-plus-vertical {
  opacity: 0;
}

.coupon-button-discount {
  display: none;
  min-width: 40px;
  width: auto;
  height: 24px;
  margin-left: auto;
  margin-right: -4px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  background: #199f59;
  border-radius: 7px;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.coupon-button.is-applied:not(.is-open) .coupon-button-plus {
  display: none;
}

.coupon-button.is-applied:not(.is-open) .coupon-button-discount {
  display: flex;
}

.coupon-panel[hidden],
.receipt-discount-row[hidden] {
  display: none;
}

.coupon-panel {
  margin-top: 0;
  padding: 10px;
  background: #121720;
  border-radius: 0 0 10px 10px;
  transition: background-color .16s ease;
}

.coupon-form {
  display: flex;
  gap: 8px;
}

.coupon-input-wrap {
  position: relative;
  min-width: 0;
  flex: 1;
}

.coupon-input {
  min-width: 0;
  width: 100%;
  height: 40px;
  flex: 1;
  padding: 0 12px;
  background: #0b0e13;
  border: 0;
  border-radius: 8px;
  outline: 0;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.coupon-input::placeholder {
  color: #727b89;
}

.coupon-input-discount {
  position: absolute;
  top: 8px;
  right: 6px;
  display: none;
  min-width: 40px;
  width: auto;
  height: 24px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  background: #199f59;
  border-radius: 7px;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.coupon-input:focus {
  box-shadow: none;
}

.coupon-apply {
  height: 40px;
  padding: 0 13px;
  background: #232b37;
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.coupon-apply:focus-visible {
  outline: 2px solid rgba(70, 139, 255, .65);
  outline-offset: 2px;
}

.coupon-message {
  display: none;
  margin: 8px 2px 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 1.35;
}

.coupon-message:not(:empty) {
  display: block;
}

.coupon-panel.is-error .coupon-input {
  background: #53272d;
  box-shadow: none;
  color: #ffb8bf;
}

.coupon-panel.is-error .coupon-input::placeholder {
  color: #ffb8bf;
  opacity: 1;
}

.coupon-panel.is-success .coupon-message {
  color: #79d69d;
}

.coupon-panel.is-success .coupon-input {
  padding-right: 54px;
  background: #294d38;
  color: #b8dec4;
}

.coupon-panel.is-success .coupon-input::placeholder {
  color: #b8dec4;
  opacity: 1;
}

.coupon-panel.is-success .coupon-input-discount {
  display: flex;
}

.compact-receipt-action {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  margin-top: 12px;
  padding: 0 16px;
  background: #1269ef;
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 1040px) {
  .purchase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .receipt-selection {
    grid-column: 1 / -1;
    width: min(100%, 420px);
  }
}

@media (max-width: 640px) {
  .period-page-main {
    padding: 84px 16px 48px;
  }

  .purchase-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    width: 100%;
  }

  .receipt-selection {
    grid-column: 1;
    width: 100%;
  }

  .compact-receipt {
    min-height: 380px;
    padding: 24px 22px 18px;
    border-radius: 16px;
  }

  .purchase-grid .period-widget-list,
  .payment-widget-list {
    width: 100%;
  }

  .purchase-grid .period-widget {
    height: 66px;
  }

  .payment-widget {
    height: 106px;
  }

  .compact-receipt-divider {
    margin-right: -22px;
    margin-left: -22px;
  }
}

.faq-section {
  padding: 64px 24px 56px;
  background: #0a0c11;
}

.faq-section .products-heading {
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}

.faq-list {
  width: min(100%, 560px);
  margin: 34px auto 0;
  display: grid;
  gap: 8px;
}

.faq-item {
  background: var(--page-bg);
  border: 0;
  border-radius: 10px;
}

.faq-question {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 13px 16px;
  background: transparent;
  border: 0;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}

.faq-question::after {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-right: 2px solid #8a909c;
  border-bottom: 2px solid #8a909c;
  content: "";
  transform: translateY(-2px) rotate(45deg);
  transition: transform 220ms ease;
}

.faq-item.open .faq-question::after {
  transform: translateY(2px) rotate(-135deg);
}

.faq-question:focus-visible {
  outline: 3px solid rgba(70, 139, 255, 0.65);
  outline-offset: 2px;
  border-radius: 10px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 280ms ease,
    opacity 220ms ease;
}

.faq-item.open .faq-answer {
  max-height: 300px;
  opacity: 1;
}

.faq-answer p {
  margin: 0;
  padding: 0 16px 14px;
  color: #858b96;
  font-size: 13px;
  line-height: 1.6;
}

.news-section {
  padding-top: 72px;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.news-item {
  position: relative;
  min-width: 0;
}

.news-item-photo {
  position: relative;
}

.news-item-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 16px;
}

.news-item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 14px 2px 0;
}

.news-item-date {
  margin-bottom: 7px;
  color: #8a909c;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.news-item h3 {
  margin: 0;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.news-item p {
  margin: 7px 0 0;
  color: #858b96;
  font-size: 14px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-item-text {
  display: flex;
  flex-direction: column;
}

.news-item-media-text {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #168bf1 0%, #54baff 100%);
  border-radius: 16px;
}

.news-item-media-text span {
  color: #fff;
  font-family: Unbounded, Inter, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.22em;
}

@media (max-width: 900px) {
  .news-list {
    grid-template-columns: repeat(3, minmax(260px, 1fr));
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x proximity;
  }

  .news-item {
    scroll-snap-align: start;
  }
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: transparent;
  border-bottom: 0;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 48px, 1200px);
  min-height: 60px;
  margin: 0 auto;
}

.logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  border-radius: 8px;
}

.logo img {
  display: block;
  width: 132px;
  height: auto;
}

.logo .logo-mini {
  display: none;
}

.header-menu {
  display: contents;
}

.navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 14px;
  transform: translate(-50%, -50%);
}

.navigation a {
  position: relative;
  z-index: 0;
  display: inline-block;
  isolation: isolate;
  padding: 7px 12px;
  border-radius: 8px;
  color: #9da1ab;
  font-size: 14px;
  font-weight: 400;
  transition: color 220ms ease;
}

.navigation a::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  border-radius: 999px;
  content: "";
  pointer-events: none;
  transition: background-color 220ms ease;
}

.navigation a:hover,
.navigation a:focus-visible {
  color: #dce0e6;
}

.navigation a:hover::before,
.navigation a:focus-visible::before {
  background: rgba(255, 255, 255, 0.065);
}

.login-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 98px;
  height: 34px;
  padding: 0 14px;
  background: var(--accent);
  border: 0;
  border-radius: 9px;
  box-shadow: none;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: border-radius 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.login-button:hover,
.login-button:focus-visible {
  border-radius: 17px;
}

.logo:focus-visible,
.navigation a:focus-visible,
.login-button:focus-visible,
.menu-toggle:focus-visible {
  outline: 3px solid rgba(70, 139, 255, 0.65);
  outline-offset: 3px;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px 9px;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 0;
  background: var(--text);
  border-radius: 2px;
  transition:
    transform 200ms ease,
    opacity 200ms ease;
}

@media (min-width: 561px) {
  .header-container {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    column-gap: 16px;
  }

  .navigation {
    position: static;
    justify-self: center;
    transform: none;
  }
}

@media (max-width: 760px) {
  .header-container {
    width: min(100% - 32px, 1200px);
    min-height: 56px;
  }

  .logo img {
    width: 118px;
  }

  .hero {
    width: 100%;
    height: 100vh;
    height: 100svh;
    padding: 0;
  }

  .hero-copy {
    top: calc(59% + 23px);
  }

  .hero-copy h1 {
    font-size: clamp(23px, 7.2vw, 38px);
    line-height: 1.12;
  }

  .hero-actions {
    top: calc(100% + 18px);
    gap: 8px;
  }

  .hero-stats {
    top: calc(100% + 88px);
  }

  .hero-stat {
    min-width: 100px;
    gap: 5px;
    padding: 0 13px;
  }

  .hero-stat dt {
    font-size: 11px;
  }

  .hero-stat dd {
    font-size: 15px;
  }

  .hero-account-button,
  .hero-social-button {
    height: 42px;
  }

  .hero-account-button {
    min-width: 120px;
    padding: 0 20px;
    border-radius: 21px;
    font-size: 14px;
  }

  .hero-social-button {
    width: 42px;
    flex-basis: 42px;
  }

  .scroll-cue {
    bottom: 16px;
  }

  .hero-visual {
    top: calc(45% + 31px);
    width: min(94%, 570px);
    margin: 0;
  }

  .products-section {
    padding: 56px 16px 80px;
  }

  .products-heading {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
  }

  .products-heading p {
    margin-top: 10px;
    font-size: 14px;
  }

  .more-products {
    align-self: center;
  }

  .main-product-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-card {
    height: 220px;
    transform: none;
  }

  .product-card::before {
    inset: 0;
    filter: brightness(0.64);
    transform: scale(1.025);
  }
}

@media (max-width: 560px) {
  .menu-toggle {
    display: flex;
  }

  .header-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px 16px 28px;
    background: rgba(5, 5, 6, 0.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--header-border);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition:
      opacity 200ms ease,
      transform 200ms ease;
  }

  body.menu-open .site-header {
    background: rgba(5, 5, 6, 0.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background-color 200ms ease;
  }

  .header-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .navigation {
    position: static;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    transform: none;
  }

  .navigation a {
    padding: 13px 12px;
    border-radius: 8px;
    font-size: 15px;
  }

  .navigation a::before {
    inset: 0;
  }

  .login-button {
    width: 100%;
    height: 36px;
    min-height: 36px;
  }

  .login-button:hover,
  .login-button:focus-visible {
    border-radius: 18px;
  }

  .menu-toggle.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .product-card {
    height: 200px;
  }
}

@media (min-width: 561px) and (max-width: 760px) {
  .logo .logo-full {
    display: none;
  }

  .logo .logo-mini {
    display: block;
    width: 40px;
  }
}

.site-footer {
  background: var(--page-bg);
}

.footer-container {
  width: min(100% - 48px, 1200px);
  margin: 0 auto;
  padding: 36px 0 28px;
}

.footer-top {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-logo {
  display: block;
  width: 132px;
  height: auto;
  flex: 0 0 auto;
}

.footer-divider {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
}

.footer-sub {
  display: block;
  margin-top: 18px;
  color: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
}

.footer-description {
  margin: 10px 0 0;
  max-width: 550px;
  color: #7d838f;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.footer-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-top: 26px;
}

.footer-info {
  min-width: 0;
}

.footer-columns {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 40px;
  flex: 0 0 auto;
}

.footer-resources {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-resources h3 {
  margin: 0 0 2px;
  color: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.footer-resources a {
  color: #7d838f;
  font-size: 14px;
  transition: color 200ms ease;
}

.footer-resources a:hover,
.footer-resources a:focus-visible {
  color: #fff;
}

.footer-resources a:focus-visible {
  outline: 3px solid rgba(70, 139, 255, 0.65);
  outline-offset: 2px;
  border-radius: 4px;
}

.footer-telegram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: 16px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  color: #fff;
  transition: background-color 200ms ease;
}

.footer-telegram svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.footer-telegram:hover,
.footer-telegram:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.footer-telegram:focus-visible {
  outline: 3px solid rgba(70, 139, 255, 0.65);
  outline-offset: 2px;
}

@media (max-width: 760px) {
  .footer-container {
    width: min(100% - 32px, 1200px);
  }

  .footer-logo {
    width: 118px;
  }

  .footer-main {
    flex-direction: column;
    gap: 24px;
  }

  .footer-columns {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 24px;
  }
}

@media (max-width: 560px) {
  .site-footer {
    padding-bottom: 16px;
  }

  .footer-container {
    padding: 28px 0 20px;
  }

  .footer-top {
    gap: 16px;
  }

  .footer-main {
    gap: 28px;
  }

  .footer-columns {
    flex-direction: column;
    gap: 22px;
    width: 100%;
  }

  .footer-resources {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 16px;
  }

  .footer-resources a {
    padding: 6px 0;
  }

  .footer-sub {
    font-size: 15px;
  }
}



.auth-overlay {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease;
}

.auth-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.auth-modal {
  position: relative;
  display: flex;
  width: min(92vw, 780px);
  min-height: auto;
  max-height: 90vh;
  overflow: hidden;
  background: #0e1017;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
  transform: translateY(16px) scale(0.97);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.auth-overlay.is-open .auth-modal {
  transform: translateY(0) scale(1);
}

.auth-view {
  display: none;
  width: 100%;
  min-height: auto;
}

.auth-view.is-active {
  display: flex;
}

.auth-form-side {
  position: relative;
  display: flex;
  flex: 1 1 50%;
  flex-direction: column;
  justify-content: center;
  padding: 36px 44px;
  overflow-y: auto;
}

.auth-captcha-gate {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(7, 9, 14, 0.58);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: opacity 220ms ease;
}

.auth-captcha-gate[hidden] {
  display: none;
}

.auth-captcha-gate.is-verified {
  opacity: 0;
}

.auth-captcha-card {
  width: min(100%, 340px);
  padding: 22px 18px;
  background: rgba(14, 17, 23, 0.92);
  border: 0;
  border-radius: 16px;
  box-shadow: none;
  text-align: center;
}

.auth-captcha-title {
  margin-bottom: 16px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.auth-turnstile {
  width: 100%;
  min-height: 65px;
}

.auth-captcha-status {
  margin-top: 13px;
  color: #8a909c;
  font-size: 12px;
  line-height: 1.45;
}

.auth-image-side {
  position: relative;
  flex: 1 1 50%;
  overflow: hidden;
  background: #080a10;
}

.auth-image-side img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.auth-close {
  position: absolute;
  z-index: 5;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  background: rgba(255, 255, 255, 0.08);
  border: 0;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease;
}

.auth-close:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.auth-close svg {
  width: 16px;
  height: 16px;
}

.auth-close:focus-visible {
  outline: 3px solid rgba(70, 139, 255, 0.65);
  outline-offset: 2px;
}

.auth-title {
  margin: 0;
  color: #fff;
  font-family: Unbounded, Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.auth-subtitle {
  margin: 8px 0 0;
  color: #8a909c;
  font-size: 14px;
  line-height: 1.5;
}

.auth-switch-link {
  padding: 0;
  background: none;
  border: 0;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: color 180ms ease;
}

.auth-switch-link:hover {
  color: var(--accent);
}

.auth-switch-link:focus-visible {
  outline: 3px solid rgba(70, 139, 255, 0.65);
  outline-offset: 2px;
  border-radius: 3px;
}


.auth-social-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.auth-social-group[hidden],
.auth-divider[hidden] {
  display: none;
}

.auth-social-group--bottom {
  margin-top: 0;
  flex-direction: row;
  justify-content: center;
  gap: 12px;
}

.auth-social-group--bottom .auth-social-btn {
  width: 54px;
  height: 54px;
  padding: 0;
  border-radius: 10px;
}

.auth-social-group--bottom .auth-social-btn svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.auth-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 180ms ease, opacity 180ms ease;
}

.auth-social-btn svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.auth-social-btn--google {
  background: rgba(255, 255, 255, 0.05);
}

.auth-social-btn--google:hover {
  background: rgba(255, 255, 255, 0.09);
}

.auth-social-btn--telegram {
  background: #1a7aad;
}

.auth-social-btn--telegram:hover {
  background: #156a96;
}

.auth-social-btn:focus-visible {
  outline: 3px solid rgba(70, 139, 255, 0.65);
  outline-offset: 2px;
}


.auth-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 0;
}

.auth-divider::before,
.auth-divider::after {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  content: "";
}

.auth-divider span {
  color: #6b707c;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}


.auth-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.auth-email-step,
.auth-code-step {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.auth-email-step[hidden],
.auth-code-step[hidden],
.auth-message[hidden] {
  display: none;
}

.auth-code-notice {
  margin: 0 0 4px;
  color: #8a909c;
  font-size: 13px;
  line-height: 1.5;
}

.auth-code-notice strong {
  color: #fff;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.auth-code-resend:disabled {
  cursor: default;
  opacity: .55;
}

.auth-change-email {
  align-self: center;
  padding: 4px 8px;
  background: transparent;
  border: 0;
  color: #6f7784;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}

.auth-change-email:hover,
.auth-change-email:focus-visible {
  color: #fff;
}

.auth-form--signup {
  margin-top: 20px;
}

.auth-message {
  min-height: 18px;
  margin: 2px 0 0;
  color: #ff8f9c;
  font-size: 12px;
  line-height: 1.45;
}

.auth-message.is-success {
  color: #7fdaa3;
}

.auth-account-logout {
  width: 100%;
  height: 48px;
  margin-top: 20px;
  background: #171c25;
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.auth-account-logout:focus-visible {
  outline: 3px solid rgba(70, 139, 255, 0.65);
  outline-offset: 2px;
}

.auth-input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 0;
  outline: none;
  box-shadow: none;
  border-radius: 8px;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  transition: background-color 180ms ease;
}

.auth-input::placeholder {
  color: #5a5f6a;
}

.auth-input:focus {
  background: rgba(255, 255, 255, 0.07);
  outline: none;
  border: 0;
  box-shadow: none;
}

.auth-code-input {
  letter-spacing: 0.08em;
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}

.auth-input[hidden] {
  display: none;
}

.auth-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  background: var(--accent);
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 180ms ease, border-radius 260ms ease;
}

.auth-submit svg {
  width: 18px;
  height: 18px;
}

.auth-submit:hover {
  background: #0959d4;
  border-radius: 12px;
}

.auth-submit:focus-visible {
  outline: 3px solid rgba(70, 139, 255, 0.65);
  outline-offset: 2px;
}

.auth-submit:disabled {
  cursor: wait;
  opacity: 0.62;
}

.auth-code-resend {
  align-self: center;
  padding: 4px 8px;
  background: transparent;
  border: 0;
  color: #8a909c;
  font-family: Inter, sans-serif;
  font-size: 12px;
  cursor: pointer;
}

.auth-code-resend:hover,
.auth-code-resend:focus-visible {
  color: #fff;
}

.auth-code-resend[hidden] {
  display: none;
}

.auth-terms {
  margin: 0;
  color: #6b707c;
  font-size: 11px;
  line-height: 1.45;
  text-align: left;
}

.auth-terms a {
  color: #8a909c;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.2);
  text-underline-offset: 2px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.auth-terms a:hover {
  color: #fff;
  text-decoration-color: #fff;
}


@media (max-width: 680px) {
  .auth-modal {
    width: 94vw;
    min-height: auto;
    max-height: 92vh;
    border-radius: 12px;
  }

  .auth-view {
    min-height: auto;
  }

  .auth-image-side {
    display: none;
  }

  .auth-form-side {
    flex: 1 1 100%;
    padding: 32px 20px 28px;
  }

  .auth-title {
    font-size: 24px;
  }
}


.period-page-main {
  min-height: 100vh;
  padding: 92px 24px 72px;
  background: #050506;
}

.period-selection {
  width: min(100%, 1200px);
  margin: 0 auto;
}

.period-widget-list {
  display: grid;
  gap: 12px;
  width: min(100%, 280px);
  margin: 0;
  padding: 0;
  border: 0;
}

.period-widget {
  position: relative;
  display: flex;
  height: 66px;
  display: flex;
  align-items: center;
  padding: 12px 18px;
  overflow: hidden;
  background: #0e1117;
  border-radius: 15px;
  color: #8d95a1;
  cursor: pointer;
  isolation: isolate;
  transition: none;
}

.period-widget::before {
  position: absolute;
  z-index: -1;
  top: -18px;
  right: -18px;
  width: 196px;
  height: 145px;
  background-image:
    linear-gradient(90deg, rgba(66, 137, 255, .22) 50%, transparent 50%),
    linear-gradient(rgba(66, 137, 255, .17) 50%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(18, 105, 255, .38), transparent 66%);
  background-size: 3px 3px, 3px 3px, 100% 100%;
  content: "";
  -webkit-mask-image: radial-gradient(ellipse at top right, #000 0%, rgba(0, 0, 0, .72) 42%, transparent 74%);
  mask-image: radial-gradient(ellipse at top right, #000 0%, rgba(0, 0, 0, .72) 42%, transparent 74%);
  opacity: 0;
  pointer-events: none;
}

.period-widget input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.period-widget-value {
  display: inline-block;
  min-width: 0;
  color: #f5f7fa;
  font-family: Unbounded, Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -.07em;
  line-height: 1;
}

.period-widget-value.period-widget-value--infinity {
  font-size: 60px;
}

.period-widget-unit {
  position: relative;
  top: 4px;
  display: inline-block;
  margin-left: 7px;
  vertical-align: baseline;
  color: #707987;
  font-size: 12px;
  font-weight: 500;
}

.period-widget-price {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 18px;
  bottom: auto;
  display: inline-flex;
  height: 21px;
  align-items: center;
  gap: 5px;
  color: #858e9b;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  transform: translateY(-50%);
}

.period-widget-price-icon {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: grayscale(1) saturate(0) brightness(.95);
  opacity: .72;
}

.period-widget-price-icon--stars {
  width: 21px;
  height: 21px;
}

.period-widget.is-selected .period-widget-price-icon {
  filter: none;
  opacity: 1;
}

.period-widget.is-selected {
  background: #121a27;
  box-shadow: inset 0 0 0 1px #2f7df7;
}

.period-widget.is-selected::before {
  opacity: .85;
}

.period-widget.is-selected .period-widget-price {
  color: #fff;
}

.period-widget:has(input:focus-visible) {
  outline: 3px solid rgba(70, 139, 255, .65);
  outline-offset: 3px;
}

@media (max-width: 560px) {
  .period-page-main {
    padding: 82px 16px 50px;
  }

  .period-widget {
    height: 66px;
    padding: 12px 18px;
    border-radius: 14px;
  }

  .period-widget-value {
    font-size: 30px;
  }
}


.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.checkout-page {
  min-height: 100vh;
  background: #07090c;
  color: #f5f7fa;
}

.checkout-main {
  display: block;
  min-height: 100vh;
  padding: 112px 24px 80px;
}

.checkout-intro {
  width: min(100%, 1200px);
  margin: 0 auto 30px;
}

.checkout-kicker {
  margin: 0 0 13px;
  color: #377df6;
  font-family: "Roboto Mono", Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
}

.checkout-intro h1 {
  margin: 0;
  color: #fff;
  font-family: Unbounded, Inter, sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.1;
}

.checkout-intro > p:last-child {
  margin: 15px 0 0;
  color: #747c88;
  font-size: 15px;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  align-items: stretch;
  gap: 20px;
  width: min(100%, 1200px);
  margin: 0 auto;
}

.checkout-configurator {
  min-width: 0;
  padding: 34px;
  background: #0d1117;
  border: 1px solid #181e27;
  border-radius: 24px;
}

.checkout-section + .checkout-section {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid #1b212b;
}

.checkout-section-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.checkout-section-heading > span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background: #151c26;
  border-radius: 9px;
  color: #5794ff;
  font-family: "Roboto Mono", Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  place-items: center;
}

.checkout-section-heading h2 {
  margin: 0;
  color: #f7f8fa;
  font-size: 17px;
  font-weight: 600;
}

.checkout-section-heading p {
  margin: 5px 0 0;
  color: #69717d;
  font-size: 12px;
}

.checkout-page .period-picker {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
  padding: 0;
  border: 0;
}

.checkout-page .period-option {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 126px;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 17px 15px;
  background: #11161e;
  border: 0;
  border-radius: 14px;
  color: #b8bec8;
  cursor: pointer;
  transition: none;
}

.checkout-page .period-option::before {
  display: none;
}

.checkout-page .period-option::after {
  position: absolute;
  top: 15px;
  right: 14px;
  width: 7px;
  height: 7px;
  background: #303844;
  border-radius: 50%;
  content: "";
}

.checkout-page .period-option:hover {
  background: #141a23;
}

.checkout-page .period-option.is-selected {
  background: #172131;
  box-shadow: inset 0 0 0 1px #337ef5;
  color: #fff;
}

.checkout-page .period-option.is-selected::after {
  background: #4b91ff;
  box-shadow: 0 0 0 4px rgba(75, 145, 255, .13);
}

.checkout-page .period-option input,
.checkout-page .payment-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.checkout-page .period-name {
  display: flex;
  min-width: 0;
  flex-direction: row;
  align-items: baseline;
  gap: 5px;
}

.checkout-page .period-name strong {
  color: inherit;
  font-family: Unbounded, Inter, sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -.06em;
}

.checkout-page .period-name small {
  color: #626b78;
  font-size: 10px;
  font-weight: 500;
}

.checkout-page .period-prices {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  margin: auto 0 0;
}

.checkout-page .period-prices strong {
  color: #f7f8fa;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.checkout-page .period-prices small {
  color: #59616d;
  font-size: 8px;
  font-weight: 500;
  white-space: nowrap;
}

.checkout-page .payment-picker {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.checkout-page .payment-option {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 74px;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: #11161e;
  border-radius: 14px;
  color: #abb2bd;
  cursor: pointer;
  transition: none;
}

.checkout-page .payment-option:hover {
  background: #141a23;
}

.checkout-page .payment-option.is-selected {
  background: #172131;
  box-shadow: inset 0 0 0 1px #337ef5;
  color: #fff;
}

.checkout-page .payment-logo {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  object-fit: contain;
}

.checkout-page .payment-logo--crypto {
  border-radius: 10px;
}

.checkout-page .payment-option strong,
.checkout-page .payment-option small {
  display: block;
}

.checkout-page .payment-option strong {
  color: inherit;
  font-size: 13px;
  font-weight: 600;
}

.checkout-page .payment-option small {
  margin-top: 4px;
  color: #646d79;
  font-size: 10px;
}

.checkout-page .payment-option i {
  margin-left: auto;
  color: #49515d;
  font-size: 16px;
  font-style: normal;
}

.order-summary {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 32px;
  overflow: hidden;
  background: linear-gradient(160deg, #176ff5 0%, #0753d4 100%);
  border-radius: 24px;
  box-shadow: 0 26px 70px rgba(0, 67, 175, .22);
  color: #fff;
}

.summary-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Roboto Mono", Consolas, monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  opacity: .68;
}

.summary-label {
  margin: 55px 0 0;
  font-family: "Roboto Mono", Consolas, monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .65;
}

.order-summary h2 {
  margin: 11px 0 0;
  color: #fff;
  font-family: Unbounded, Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1.25;
}

.summary-details {
  display: grid;
  gap: 15px;
  margin-top: 48px;
}

.summary-details > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: "Roboto Mono", Consolas, monospace;
  font-size: 11px;
}

.summary-details span {
  opacity: .62;
}

.summary-details strong {
  font-weight: 600;
  text-align: right;
}

.summary-total {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 32px;
  border-top: 1px dashed rgba(255, 255, 255, .38);
}

.summary-total span {
  padding-bottom: 3px;
  font-family: "Roboto Mono", Consolas, monospace;
  font-size: 11px;
  opacity: .68;
}

.summary-total strong {
  font-family: Unbounded, Inter, sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -.05em;
  white-space: nowrap;
}

.checkout-page .checkout-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 54px;
  margin-top: 24px;
  padding: 0 19px;
  background: #fff;
  border: 0;
  border-radius: 12px;
  color: #0757d7;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: none;
}

.checkout-page .checkout-submit:hover {
  background: #eef4ff;
}

.checkout-page .checkout-submit span {
  font-size: 18px;
}

.summary-caption {
  margin: 14px 0 0;
  font-size: 9px;
  text-align: center;
  opacity: .55;
}

.checkout-page .checkout-note {
  min-height: 17px;
  margin: 8px 0 0;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.checkout-page .period-option:has(input:focus-visible),
.checkout-page .payment-option:has(input:focus-visible),
.checkout-page .checkout-submit:focus-visible {
  outline: 3px solid rgba(118, 168, 255, .75);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .checkout-layout {
    grid-template-columns: 1fr;
    width: min(100%, 760px);
  }

  .checkout-intro {
    width: min(100%, 760px);
  }

  .order-summary {
    min-height: 480px;
  }
}

@media (max-width: 680px) {
  .checkout-main {
    padding: 88px 16px 50px;
  }

  .checkout-intro {
    margin-bottom: 24px;
  }

  .checkout-intro h1 {
    font-size: 29px;
  }

  .checkout-intro > p:last-child {
    font-size: 13px;
    line-height: 1.5;
  }

  .checkout-configurator {
    padding: 22px;
    border-radius: 19px;
  }

  .checkout-page .period-picker {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .checkout-page .period-option:last-child {
    grid-column: 1 / -1;
  }

  .checkout-page .payment-picker {
    grid-template-columns: 1fr;
  }

  .checkout-page .period-option {
    min-height: 116px;
  }

  .order-summary {
    min-height: 460px;
    padding: 26px;
    border-radius: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}


.period-page-main {
  padding: 0 0 72px;
  background: #050506;
}

.order-overview {
  position: relative;
  padding: 74px 24px 14px;
  overflow: hidden;
  background: #0c1017;
  border: 0;
}

.order-overview::before {
  display: none;
}

.order-overview-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: min(100%, 1200px);
  margin: 0 auto;
}

.order-overview-copy {
  min-width: 0;
  text-align: center;
}

.order-overview-copy p {
  margin: 0 0 10px;
  color: #667080;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.order-overview-copy h1 {
  margin: 0;
  color: #fff;
  font-family: Unbounded, Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: 1.15;
}

.order-overview-copy h1 span {
  color: #fff;
}

.checkout-page .site-header {
  background: #050506;
}

.order-overview-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(105px, 1fr));
  gap: 10px;
  width: min(100%, 490px);
  margin: 0;
}

.order-overview-details > div {
  min-width: 0;
  padding: 14px 16px;
  background: rgba(255, 255, 255, .035);
  border-radius: 12px;
}

.order-overview-details dt {
  margin: 0 0 7px;
  color: #626c7b;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.order-overview-details dd {
  margin: 0;
  overflow: hidden;
  color: #f3f5f8;
  font-size: 13px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.purchase-grid {
  width: min(calc(100% - 48px), 1200px);
  margin: 34px auto 0;
}

@media (max-width: 820px) {
  .order-overview-inner {
    align-items: center;
    flex-direction: column;
    gap: 0;
  }

  .order-overview-details {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .period-page-main {
    padding: 0 0 50px;
  }

  .order-overview {
    padding: 70px 16px 14px;
  }

  .order-overview::before {
    top: -42px;
    right: -190px;
    width: 470px;
    height: 230px;
  }

  .order-overview-inner {
    gap: 22px;
  }

  .order-overview-copy h1 {
    font-size: 14px;
  }

  .order-overview-details {
    gap: 7px;
  }

  .order-overview-details > div {
    padding: 12px 10px;
    border-radius: 10px;
  }

  .order-overview-details dt {
    margin-bottom: 6px;
    font-size: 9px;
  }

  .order-overview-details dd {
    font-size: 11px;
  }

  .purchase-grid {
    width: calc(100% - 32px);
    margin-top: 28px;
  }
}


.checkout-page {
  min-height: 100vh;
  color: var(--text);
  background: var(--page-bg);
}

.checkout-main {
  display: grid;
  min-height: 100vh;
  align-items: start;
  justify-items: center;
  padding: 112px 24px 80px;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(390px, 1.15fr) minmax(235px, .68fr) minmax(350px, .95fr);
  align-items: start;
  gap: clamp(24px, 2.5vw, 32px);
  width: min(100%, 1200px);
}

.checkout-options { display: contents; }
.payment-column { display: flex; min-width: 0; flex-direction: column; }
.receipt-column { width: 100%; min-width: 0; }
.order-receipt { position: relative; min-height: 520px; padding: 32px 34px 28px; overflow: hidden; background: #181d25; border-radius: 20px; color: #f2f4f7; box-shadow: 0 24px 70px rgba(0, 0, 0, .3); font-family: "Roboto Mono", Consolas, monospace; }
.receipt-heading { display: flex; align-items: center; justify-content: space-between; color: #f4f6f9; }
.receipt-heading > strong { font-size: 16px; font-weight: 700; letter-spacing: .08em; }
.receipt-heading > span { color: #77808d; font-size: 10px; font-weight: 600; letter-spacing: .08em; }
.receipt-label { margin: 50px 0 0; color: #7e8794; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.order-receipt h1 { margin: 10px 0 34px; color: #f4f6f9; font-family: "Roboto Mono", Consolas, monospace; font-size: 25px; font-weight: 700; letter-spacing: -.04em; line-height: 1.3; }
.receipt-details { display: grid; gap: 3px; }
.receipt-line, .receipt-total { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 10px 0; color: #7f8895; font-size: 12px; }
.receipt-line strong { max-width: 58%; color: #dce0e6; font-weight: 600; text-align: right; }
.receipt-divider { position: relative; margin: 36px -34px 27px; border-top: 2px dashed #3b434f; }
.receipt-divider::before, .receipt-divider::after { position: absolute; top: 50%; width: 38px; height: 38px; background: var(--page-bg); border-radius: 50%; content: ""; transform: translateY(-50%); }
.receipt-divider::before { left: -19px; }
.receipt-divider::after { right: -19px; }
.receipt-total { padding: 0; color: #8a929e; font-size: 14px; }
.receipt-total strong { color: #fff; font-family: "Roboto Mono", Consolas, monospace; font-size: 25px; font-weight: 700; letter-spacing: -.04em; }
.receipt-footer { margin: 48px 0 0; color: #58616d; font-size: 9px; font-weight: 600; letter-spacing: .08em; text-align: center; }
.period-picker, .payment-picker { display: grid; align-content: start; gap: 7px; margin: 0; padding: 0; border: 0; }
.period-picker legend, .payment-picker legend { margin-bottom: 16px; color: #fff; font-family: Unbounded, Inter, sans-serif; font-size: 18px; font-weight: 600; line-height: 1.35; }
.period-option { position: relative; display: flex; align-items: center; gap: 18px; min-height: 64px; padding: 10px 16px 10px 18px; background: #10141b; border: 0; border-radius: 11px; color: #adb4bf; cursor: pointer; transition: none; }
.period-option::before { width: 8px; height: 8px; flex: 0 0 8px; background: #3b424d; border-radius: 50%; content: ""; transition: background-color 180ms ease, box-shadow 180ms ease; }
.period-option:hover { background: #151b24; }
.period-option input, .payment-option input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.period-name { display: flex; min-width: 110px; flex-direction: column; gap: 3px; }
.period-name strong { color: inherit; font-size: 14px; font-weight: 600; }
.period-name small, .period-prices small { color: #656d79; font-size: 10px; font-weight: 500; }
.period-prices { display: flex; align-items: flex-end; flex-direction: column; gap: 4px; margin-left: auto; }
.period-prices strong { color: #fff; font-size: 15px; font-weight: 600; white-space: nowrap; }
.period-prices small { white-space: nowrap; }
.period-option.is-selected { background: #1b2634; color: #fff; }
.period-option.is-selected::before { background: #4d91ff; box-shadow: 0 0 0 4px rgba(77, 145, 255, .14); }
.payment-picker { grid-template-columns: 1fr; }
.payment-option { display: flex; align-items: center; gap: 11px; min-height: 66px; padding: 12px 14px; background: #111722; border-radius: 9px; color: #a8afbb; cursor: pointer; transition: color 180ms ease, background-color 180ms ease; }
.payment-option:hover { background: #171f2c; }
.payment-option.is-selected { background: #1c2a3a; color: #fff; }
.payment-logo { width: 30px; height: 30px; flex: 0 0 30px; object-fit: contain; }
.payment-option strong, .payment-option small { display: block; }
.payment-option strong { color: inherit; font-size: 13px; font-weight: 600; }
.payment-option small { margin-top: 3px; color: #6f7784; font-size: 11px; }
.checkout-submit { width: 100%; height: 50px; margin-top: 18px; background: var(--accent); border: 0; border-radius: 9px; color: #fff; font-family: Inter, sans-serif; font-size: 15px; font-weight: 600; cursor: pointer; transition: background-color 180ms ease; }
.checkout-submit:hover { background: #0959d4; }
.receipt-submit { height: 54px; margin-top: 14px; }
.checkout-submit:focus-visible, .period-option:has(input:focus-visible), .payment-option:has(input:focus-visible) { outline: 3px solid rgba(70, 139, 255, 0.65); outline-offset: 3px; }
.checkout-note { min-height: 20px; margin: 14px 0 0; color: #8eb8ff; font-size: 13px; line-height: 1.45; text-align: center; }

@media (max-width: 1000px) {
  .checkout-main { padding-top: 96px; }
  .checkout-layout { grid-template-columns: minmax(360px, 1fr) minmax(220px, .65fr); gap: 32px; width: min(100%, 760px); }
  .receipt-column { grid-column: 1 / -1; grid-row: 2; width: min(100%, 430px); justify-self: center; }
}

@media (max-width: 680px) {
  .checkout-main { min-height: calc(100vh - 64px); padding: 88px 16px 56px; }
  .checkout-layout { grid-template-columns: 1fr; width: min(100%, 440px); }
  .payment-column { grid-row: 2; }
  .receipt-column { grid-column: 1; grid-row: 3; width: 100%; }
  .order-receipt h1 { margin-bottom: 28px; }
  .period-option { gap: 12px; padding-right: 13px; padding-left: 13px; }
  .period-name { min-width: 94px; }
  .period-prices strong { font-size: 14px; }
  .period-prices small { font-size: 9px; }
}

.checkout-page .checkout-main {
  display: block;
  min-height: 100vh;
  padding: 112px 24px 80px;
}

.checkout-page .checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  align-items: stretch;
  gap: 20px;
  width: min(100%, 1200px);
  margin: 0 auto;
}

@media (max-width: 980px) {
  .checkout-page .checkout-layout {
    grid-template-columns: 1fr;
    width: min(100%, 760px);
  }

  .checkout-page .checkout-main {
    padding-top: 96px;
  }
}

@media (max-width: 680px) {
  .checkout-page .checkout-main {
    min-height: 100vh;
    padding: 88px 16px 50px;
  }

  .checkout-page .checkout-layout {
    grid-template-columns: 1fr;
    width: min(100%, 440px);
  }
}


.catalog-page {
  background: var(--page-bg);
  color: var(--text);
}

.catalog-page .site-header {
  background: #050506;
}

.catalog-main {
  min-height: 100vh;
  padding: 60px 0 110px;
  overflow: hidden;
}

.catalog-overview {
  padding: 14px 24px;
  background: #0c1017;
}

.catalog-overview-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 1200px);
  margin: 0 auto;
}

.catalog-overview h1 {
  margin: 0;
  color: #fff;
  font-family: Unbounded, Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -.045em;
}

.catalog-products {
  width: min(100% - 48px, 1200px);
  margin: 34px auto 0;
  padding: 0;
}

.catalog-products-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.catalog-products-heading h2 {
  margin: 0;
  color: #fff;
  font-family: Unbounded, Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.catalog-products-heading span {
  color: #666e7b;
  font-size: 13px;
}

.market-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
}

.market-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.market-card-action:focus-visible {
  outline: 3px solid rgba(70, 139, 255, .65);
  outline-offset: 3px;
}

.market-card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #11151c;
  border-radius: 16px;
}

.market-card-media > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-card-badges {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
  margin-left: auto;
}

.catalog-badge {
  display: inline-flex;
  height: 22px;
  align-items: center;
  padding: 0 7px;
  background: #151a22;
  border: 0;
  border-radius: 7px;
  color: #dce2eb;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .07em;
  line-height: 1;
}

.catalog-badge--platform {
  background: #142138;
  color: #8ab7ff;
}

.catalog-badge--root {
  background: #71121e;
  color: #ff8d9a;
}

.catalog-badge--no-root {
  background: #10543f;
  color: #78e3ba;
}

.catalog-badge--type {
  color: #9aa3af;
}

.market-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 15px 2px 0;
}

.market-card-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-top: 9px;
}

.market-card h3 {
  flex: 1 1 auto;
  margin: 9px 0 0;
  color: #f6f8fb;
  font-size: 19px;
  font-weight: 600;
}

.market-card-title-row h3 {
  margin: 2px 0 0;
}

.market-card-body > p {
  min-height: 42px;
  margin: 10px 0 0;
  color: #747d89;
  font-size: 12px;
  line-height: 1.55;
}

.market-card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.market-card-price {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.market-card-price small {
  color: #6c7480;
  font-size: 11px;
  transform: translateY(-3px);
}

.market-card-price strong {
  color: #fff;
  font-family: Unbounded, Inter, sans-serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -.045em;
}

.market-card-action {
  display: inline-flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  background: #0767f7;
  border-radius: 9px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.catalog-footer {
  border-top: 1px solid rgba(255, 255, 255, .06);
}

@media (max-width: 760px) {
  .catalog-main {
    padding: 56px 0 76px;
  }

  .catalog-overview {
    padding: 14px 16px;
  }

  .catalog-products {
    width: 100%;
    margin-top: 28px;
    padding: 0 16px;
  }

}

@media (max-width: 1000px) {
  .market-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .market-grid {
    grid-template-columns: 1fr;
  }

  .market-card-title-row {
    align-items: flex-start;
  }

  .catalog-card-badges {
    max-width: 52%;
  }
}


.news-page {
  background: var(--page-bg);
  color: var(--text);
}

.news-page .site-header {
  background: #050506;
}

.news-page-main {
  min-height: 100vh;
  padding: 60px 0 110px;
  overflow: hidden;
}

.news-overview {
  padding: 14px 24px;
  background: #0c1017;
}

.news-overview-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 1200px);
  margin: 0 auto;
}

.news-overview h1 {
  margin: 0;
  color: #fff;
  font-family: Unbounded, Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.15;
}

.news-feed-section {
  width: min(100% - 48px, 1200px);
  margin: 34px auto 0;
  padding: 0;
}

.news-feed-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.news-feed-heading h2 {
  margin: 0;
  color: #fff;
  font-family: Unbounded, Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.news-feed-heading span {
  color: #666e7b;
  font-size: 13px;
}

.news-page .news-list {
  margin-top: 0;
  overflow: visible;
  padding-bottom: 0;
  scroll-snap-type: none;
}

.news-page-footer {
  border-top: 1px solid rgba(255, 255, 255, .06);
}

@media (max-width: 760px) {
  .news-page-main {
    padding: 56px 0 76px;
  }

  .news-overview {
    padding: 14px 16px;
  }

  .news-feed-section {
    width: 100%;
    margin-top: 28px;
    padding: 0 16px;
  }

}

@media (max-width: 1000px) {
  .news-page .news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .news-page .news-list {
    grid-template-columns: 1fr;
  }
}
