:root {
  --v2-ink: #10131a;
  --v2-muted: #5f6978;
  --v2-line: #dfe5ee;
  --v2-red: #d91f2b;
  --v2-blue: #1664d9;
  --v2-green: #16845b;
  --v2-soft: #f4f7fb;
}

.v2-ctv-classic {
  background: #fff;
  color: var(--v2-ink);
}

.v2-classic-hero {
  background: linear-gradient(180deg, #f7fbff 0%, #fff 70%);
  overflow: hidden;
  padding: 122px 0 0;
}

.v2-classic-hero__inner {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, .95fr) minmax(340px, 1.05fr);
  min-height: 620px;
}

.v2-classic-hero__copy {
  padding: 34px 0 70px;
}

.v2-classic-hero h1 {
  color: var(--v2-ink);
  font-size: 58px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
  overflow-wrap: anywhere;
}

.v2-classic-hero h2 {
  color: #192233;
  font-size: 28px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 18px 0 0;
}

.v2-classic-hero p {
  color: var(--v2-muted);
  font-size: 19px;
  line-height: 1.65;
  margin: 16px 0 0;
  max-width: 620px;
}

.v2-classic-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.v2-classic-devices {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: center;
  min-height: 520px;
  overflow: hidden;
}

.v2-classic-phone {
  background: #10131a;
  border: 8px solid #10131a;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(15, 29, 48, .24);
  height: 500px;
  overflow: hidden;
  position: relative;
  width: 250px;
}

.v2-classic-phone::before {
  background: #10131a;
  border-radius: 0 0 8px 8px;
  content: "";
  height: 18px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 78px;
  z-index: 2;
}

.v2-classic-phone img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.v2-classic-phone--back {
  height: 456px;
  margin-bottom: -36px;
  opacity: .98;
  width: 228px;
}

.v2-classic-phone--front {
  margin-bottom: -4px;
}

.v2-classic-shortcuts {
  background: #10131a;
  color: #fff;
  padding: 14px 0;
}

.v2-classic-shortcuts__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.v2-classic-shortcuts a {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  color: #fff;
  display: block;
  min-height: 92px;
  padding: 15px;
  text-decoration: none;
}

.v2-classic-shortcuts a:hover {
  background: rgba(255, 255, 255, .08);
  color: #fff;
  text-decoration: none;
}

.v2-classic-shortcuts span,
.v2-classic-shortcuts strong {
  display: block;
}

.v2-classic-shortcuts span {
  color: #9fd2ff;
  font-size: 13px;
  font-weight: 950;
}

.v2-classic-shortcuts strong {
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  line-height: 1.35;
  margin-top: 8px;
}

.v2-classic-pricing {
  background: linear-gradient(110deg, #05070c 0%, #0e1f36 45%, #268bdf 100%);
  color: #fff;
  padding: 86px 0 96px;
}

.v2-classic-section-head {
  margin-bottom: 34px;
  max-width: 820px;
}

.v2-classic-section-head--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.v2-classic-section-head h2 {
  color: inherit;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
}

.v2-classic-section-head p {
  color: rgba(255, 255, 255, .76);
  font-size: 18px;
  line-height: 1.65;
  margin: 16px 0 0;
}

.v2-classic-packages {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v2-classic-coupon {
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  color: #11663a;
  font-size: 14px;
  font-weight: 900;
  margin: 0 auto 18px;
  max-width: 860px;
  padding: 12px 16px;
  text-align: center;
}

.v2-classic-coupon--invalid {
  background: #fff1f2;
  border-color: #fecdd3;
  color: var(--v2-red);
}

.v2-classic-package {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 8px;
  color: var(--v2-ink);
  display: flex;
  flex-direction: column;
  min-height: 500px;
  padding: 24px;
  position: relative;
}

.v2-classic-package--special {
  border-color: #ffcf58;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .24);
}

.v2-classic-package__badge {
  background: var(--v2-red);
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  padding: 6px 9px;
  position: absolute;
  right: 18px;
  top: 18px;
}

.v2-classic-package__type {
  color: var(--v2-blue);
  font-size: 13px;
  font-weight: 900;
}

.v2-classic-package h3 {
  color: var(--v2-ink);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 10px 0 0;
  min-height: 56px;
}

.v2-classic-package__price {
  color: var(--v2-ink);
  font-size: 28px;
  font-weight: 950;
  line-height: 1.15;
  margin-top: 12px;
}

.v2-classic-package__coupon {
  align-self: flex-start;
  background: #ecfdf5;
  border-radius: 8px;
  color: #117044;
  font-size: 12px;
  font-weight: 950;
  margin-top: 10px;
  padding: 5px 8px;
}

.v2-classic-package__old-price {
  color: var(--v2-muted);
  font-size: 14px;
  font-weight: 850;
  margin-top: 10px;
  text-decoration: line-through;
}

.v2-classic-package__price sup {
  color: var(--v2-muted);
  font-size: 14px;
}

.v2-classic-package__usd {
  color: var(--v2-blue);
  font-size: 13px;
  font-weight: 900;
  margin-top: 5px;
}

.v2-classic-package__usd del {
  color: var(--v2-muted);
  font-weight: 700;
  margin-right: 6px;
}

.v2-classic-package__desc {
  color: #5c6675;
  font-size: 14px;
  line-height: 1.5;
  margin: 12px 0 0;
}

.v2-classic-package__features,
.v2-classic-package__limits {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.v2-classic-package__features li,
.v2-classic-package__limits li {
  font-size: 13px;
  line-height: 1.45;
  padding-left: 18px;
  position: relative;
}

.v2-classic-package__features li {
  color: #3e4858;
}

.v2-classic-package__features li::before,
.v2-classic-package__limits li::before {
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 7px;
}

.v2-classic-package__features li::before {
  background: var(--v2-green);
}

.v2-classic-package__limits {
  margin-bottom: 20px;
}

.v2-classic-package__limits li {
  color: var(--v2-red);
  font-weight: 850;
}

.v2-classic-package__limits li::before {
  background: var(--v2-red);
}

.v2-classic-buy {
  align-items: center;
  background: var(--v2-blue);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 950;
  justify-content: center;
  margin-top: auto;
  min-height: 44px;
  padding: 11px 16px;
  text-decoration: none;
  width: 100%;
}

.v2-classic-buy:hover {
  background: #0b4eb0;
  color: #fff;
  text-decoration: none;
}

.v2-classic-reasons {
  background: #fff;
  padding: 76px 0;
}

.v2-classic-reasons .v2-classic-section-head p {
  color: var(--v2-muted);
}

.v2-classic-reason-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v2-classic-reason-grid article {
  background: #f7f9fc;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  padding: 20px;
}

.v2-classic-reason-grid h3 {
  color: var(--v2-ink);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0;
}

.v2-classic-reason-grid p {
  color: var(--v2-muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 10px 0 0;
}

.v2-classic-feature {
  background: linear-gradient(110deg, #0876df 0%, #43b1fe 100%);
  color: #fff;
  padding: 78px 0;
}

.v2-classic-feature__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.v2-classic-feature article {
  align-items: center;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  display: grid;
  gap: 20px;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 290px;
  overflow: hidden;
  padding: 20px;
}

.v2-classic-feature img {
  border: 6px solid #10131a;
  border-radius: 24px;
  display: block;
  height: 250px;
  object-fit: cover;
  object-position: top center;
  width: 125px;
}

.v2-classic-feature h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0;
}

.v2-classic-feature p {
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 1.6;
  margin: 12px 0 0;
}

.v2-classic-receive {
  background: #f4f7fb;
  padding: 70px 0;
}

.v2-classic-receive__grid {
  align-items: start;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
}

.v2-classic-receive span {
  color: var(--v2-blue);
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  margin-bottom: 10px;
}

.v2-classic-receive h2 {
  color: var(--v2-ink);
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
}

.v2-classic-receive p {
  color: var(--v2-muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 14px 0 0;
  max-width: 680px;
}

.v2-classic-receive__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.v2-classic-lookup {
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(16, 19, 26, .08);
  display: grid;
  gap: 10px;
  padding: 20px;
}

.v2-classic-lookup strong {
  color: var(--v2-ink);
  font-size: 22px;
  font-weight: 950;
}

.v2-classic-lookup label,
.v2-classic-lookup small {
  color: var(--v2-muted);
  font-size: 13px;
  font-weight: 850;
}

.v2-classic-lookup input {
  border: 1px solid #cad3df;
  border-radius: 8px;
  color: var(--v2-ink);
  min-height: 46px;
  padding: 12px 13px;
  width: 100%;
}

.v2-classic-contact {
  grid-column: 1 / -1;
}

.v2-classic-ctv {
  background: #fff;
  padding: 58px 0;
}

.v2-classic-ctv__grid {
  align-items: center;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 26px;
}

.v2-classic-ctv h2 {
  color: var(--v2-ink);
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
}

.v2-classic-ctv p {
  color: var(--v2-muted);
  font-size: 16px;
  line-height: 1.6;
  margin: 12px 0 0;
  max-width: 780px;
}

.v2-classic-ctv__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.v2-auth-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 16px;
}

.v2-auth-links a {
  color: var(--v2-blue);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.v2-receive-page .v2-affiliate-top {
  align-items: center;
}

.v2-receive-search {
  margin-bottom: 18px;
}

.v2-receive-search__button {
  align-self: end;
  display: grid;
  gap: 8px;
}

.v2-receive-order {
  margin-top: 18px;
}

.v2-receive-ajax {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.v2-receive-ajax__message,
.v2-receive-ajax__card {
  background: #f8fafc;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  color: var(--v2-muted);
  padding: 12px;
}

.v2-receive-ajax__message.is-loading,
.v2-receive-ajax__message.is-warning {
  background: #fffaf0;
  border-color: #f4d495;
  color: #7c4700;
}

.v2-receive-ajax__message.is-danger {
  background: #fff1f2;
  border-color: #f3b7bd;
  color: var(--v2-red);
}

.v2-receive-ajax__head {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.v2-receive-ajax__head strong {
  color: var(--v2-ink);
  font-size: 16px;
  font-weight: 950;
}

.v2-receive-ajax__head span {
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  padding: 6px 9px;
}

.v2-receive-ajax__head .is-good {
  background: #effaf4;
  color: var(--v2-green);
}

.v2-receive-ajax__head .is-pending {
  background: #fffaf0;
  color: #9a5b00;
}

.v2-receive-ajax__head .is-danger {
  background: #fff1f2;
  color: var(--v2-red);
}

.v2-receive-ajax__body {
  color: #334155;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
}

.v2-receive-ajax__meta {
  display: grid;
  gap: 8px;
  grid-template-columns: auto minmax(0, 1fr);
  margin-top: 12px;
}

.v2-receive-ajax__meta span {
  color: var(--v2-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.v2-receive-ajax__meta strong {
  color: var(--v2-ink);
  font-size: 13px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.v2-receive-ajax__actions {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  margin-top: 12px;
}

.v2-receive-ajax__guide {
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  display: grid;
  gap: 6px;
  margin-top: 12px;
  padding: 10px;
}

.v2-receive-ajax__guide strong {
  color: var(--v2-ink);
  font-weight: 900;
}

.v2-receive-ajax__guide span {
  color: var(--v2-muted);
  font-size: 13px;
  line-height: 1.45;
}

.v2-install-page {
  padding: 104px 0 44px;
}

.v2-install-shell {
  display: grid;
  gap: 18px;
}

.v2-install-card {
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  box-shadow: var(--v2-shadow-soft);
  display: grid;
  gap: 20px;
  grid-template-columns: 260px minmax(0, 1fr);
  padding: 18px;
}

.v2-install-card__qr {
  align-content: center;
  background: #f8fafc;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  justify-items: center;
  padding: 14px;
}

.v2-install-card__qr img {
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  display: block;
  max-width: 220px;
  padding: 8px;
  width: 100%;
}

.v2-install-card__qr span,
.v2-install-inline span {
  color: var(--v2-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.v2-install-card__body {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.v2-install-card__body h2 {
  color: var(--v2-ink);
  font-size: 24px;
  font-weight: 950;
  line-height: 1.2;
  margin: 0;
}

.v2-install-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.v2-install-inline {
  align-items: center;
  background: #f8fafc;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: 86px minmax(0, 1fr);
  padding: 10px;
}

.v2-install-inline img {
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  display: block;
  padding: 5px;
  width: 86px;
}

.v2-install-inline strong {
  color: var(--v2-ink);
  display: block;
  font-size: 15px;
  font-weight: 950;
  margin-bottom: 4px;
}

@media (max-width: 991px) {
  .v2-install-card {
    grid-template-columns: 1fr;
  }

  .v2-install-card__qr {
    justify-self: center;
    max-width: 260px;
    width: 100%;
  }

  .v2-classic-hero__inner,
  .v2-classic-receive__grid,
  .v2-classic-feature__grid,
  .v2-classic-ctv__grid {
    grid-template-columns: 1fr;
  }

  .v2-classic-hero__copy {
    padding-bottom: 16px;
    text-align: center;
  }

  .v2-classic-hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .v2-classic-hero__actions {
    justify-content: center;
  }

  .v2-classic-ctv__actions {
    justify-content: flex-start;
  }

  .v2-classic-devices {
    min-height: 430px;
  }

  .v2-classic-phone {
    height: 410px;
    width: 205px;
  }

  .v2-classic-phone--back {
    height: 370px;
    width: 185px;
  }

  .v2-classic-shortcuts__grid,
  .v2-classic-packages,
  .v2-classic-reason-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .v2-install-page {
    padding-top: 88px;
  }

  .v2-install-card {
    padding: 12px;
  }

  .v2-install-inline {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .v2-install-inline img {
    width: 64px;
  }

  .v2-classic-hero {
    padding-top: 102px;
  }

  .v2-classic-hero__inner {
    min-height: 0;
  }

  .v2-classic-hero h1 {
    font-size: 38px;
  }

  .v2-classic-hero h2 {
    font-size: 22px;
  }

  .v2-classic-hero p {
    font-size: 16px;
  }

  .v2-classic-devices {
    gap: 10px;
    min-height: 310px;
  }

  .v2-classic-phone {
    border-width: 6px;
    border-radius: 22px;
    height: 300px;
    width: 150px;
  }

  .v2-classic-phone--back {
    height: 272px;
    width: 136px;
  }

  .v2-classic-shortcuts__grid,
  .v2-classic-packages,
  .v2-classic-reason-grid {
    grid-template-columns: 1fr;
  }

  .v2-classic-pricing,
  .v2-classic-reasons,
  .v2-classic-feature,
  .v2-classic-receive,
  .v2-classic-ctv {
    padding: 52px 0;
  }

  .v2-classic-section-head h2,
  .v2-classic-receive h2 {
    font-size: 30px;
  }

  .v2-classic-section-head p {
    font-size: 16px;
  }

  .v2-classic-package {
    min-height: 0;
  }

  .v2-classic-feature article {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .v2-classic-ctv__grid {
    padding: 20px;
  }

  .v2-classic-ctv h2 {
    font-size: 28px;
  }
}

html,
body {
  margin: 0;
  min-width: 320px;
}

body {
  background: var(--v2-soft);
}

.v2-home,
.v2-site-header,
.v2-site-footer {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.v2-home {
  background: #fff;
  color: var(--v2-ink);
}

.v2-home *,
.v2-site-header *,
.v2-site-footer * {
  box-sizing: border-box;
}

.v2-shell {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.v2-site-header {
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(16, 19, 26, .08);
  box-shadow: 0 8px 28px rgba(16, 19, 26, .06);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}

.v2-site-nav {
  min-height: 72px;
  padding: 0;
}

.v2-site-nav__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 72px;
}

.v2-site-brand {
  align-items: center;
  color: var(--v2-ink);
  display: inline-flex;
  font-size: 17px;
  font-weight: 900;
  gap: 10px;
  letter-spacing: 0;
  min-width: 0;
  text-decoration: none;
}

.v2-site-brand:hover {
  color: var(--v2-ink);
  text-decoration: none;
}

.v2-site-brand__mark {
  align-items: center;
  background: var(--v2-red);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 13px;
  height: 34px;
  justify-content: center;
  letter-spacing: 0;
  width: 42px;
}

.v2-site-collapse {
  align-items: center;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  display: flex !important;
  flex: 1 1 auto;
  height: auto;
  justify-content: flex-end;
  left: auto;
  max-height: none !important;
  overflow: visible;
  position: static;
  top: auto;
  width: auto;
}

.v2-site-menu {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2px;
  justify-content: flex-end;
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
}

.v2-site-menu .nav-item {
  display: flex;
}

.v2-site-menu .nav-link {
  border-radius: 8px;
  color: #283140;
  display: inline-flex;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  padding: 10px 11px;
  text-decoration: none;
  white-space: nowrap;
}

.v2-site-menu .nav-link:hover {
  background: #f0f4f9;
  color: var(--v2-blue);
}

.v2-site-tools {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  margin-left: 14px;
}

.v2-lang-switch {
  align-items: center;
  background: #f3f6fa;
  border: 1px solid var(--v2-line);
  border-radius: 999px;
  display: inline-flex;
  gap: 4px;
  padding: 4px;
}

.v2-lang-switch a {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.v2-lang-switch img {
  border-radius: 50%;
  display: block;
  height: 20px;
  object-fit: cover;
  width: 20px;
}

.v2-header-cta {
  background: var(--v2-red);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  min-height: 38px;
  padding: 10px 14px;
  text-decoration: none;
  white-space: nowrap;
}

.v2-header-cta:hover {
  color: #fff;
  text-decoration: none;
}
.v2-header-cta--ghost {
  background: transparent;
  color: var(--v2-red);
  border: 1px solid var(--v2-red);
  margin-left: 8px;
}

.v2-header-cta--ghost:hover {
  background: var(--v2-red);
  color: #fff;
}


.v2-nav-toggle {
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  display: none;
  height: 40px;
  margin-left: auto;
  padding: 9px;
  width: 44px;
}

.v2-nav-toggle span {
  background: var(--v2-ink);
  border-radius: 999px;
  display: block;
  height: 2px !important;
  margin: 4px 0;
  min-height: 2px;
  width: 100%;
}

.v2-site-footer {
  background: var(--v2-ink);
  color: #fff;
  padding: 38px 0 28px;
}

.v2-site-footer__inner {
  display: grid;
  gap: 24px;
}

.v2-footer-brand strong,
.v2-footer-brand span {
  display: block;
}

.v2-footer-brand strong {
  font-size: 22px;
  letter-spacing: 0;
}

.v2-footer-brand span {
  color: #aab5c6;
  margin-top: 8px;
}

.v2-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.v2-footer-links a {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  color: #fff;
  font-weight: 800;
  padding: 9px 12px;
  text-decoration: none;
}

.v2-footer-links a:hover {
  background: rgba(255, 255, 255, .08);
  text-decoration: none;
}

.v2-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #aab5c6;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding-top: 18px;
}

.v2-affiliate {
  background: var(--v2-soft);
  color: var(--v2-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  min-height: calc(100vh - 72px);
  padding: 112px 0 68px;
}

.v2-affiliate *,
.v2-auth-page *,
.v2-checkorder * {
  box-sizing: border-box;
}

.v2-affiliate-shell {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.v2-auth-shell {
  max-width: 520px;
}

.v2-affiliate-top {
  align-items: end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.v2-affiliate-kicker {
  color: var(--v2-red);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.v2-affiliate h1,
.v2-affiliate h2,
.v2-affiliate h3 {
  letter-spacing: 0;
  margin: 0;
}

.v2-affiliate h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.05;
}

.v2-affiliate-muted {
  color: var(--v2-muted);
}

.v2-myorders-page .v2-affiliate-top > div {
  flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
}

.v2-myorders-page .v2-affiliate-muted {
  line-height: 1.45;
  margin: 12px 0 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.v2-myorders-page .v2-affiliate-top .v2-affiliate-btn {
  flex: 0 0 auto;
}

.v2-affiliate-nav {
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 22px;
  padding: 8px;
}

.v2-affiliate-nav a {
  border-radius: 8px;
  color: #293241;
  display: inline-flex;
  font-size: 14px;
  font-weight: 850;
  justify-content: center;
  min-height: 38px;
  padding: 10px 12px;
  text-decoration: none;
}

.v2-affiliate-nav a:hover {
  background: #f0f4f9;
  color: var(--v2-blue);
  text-decoration: none;
}

.v2-affiliate-nav a.is-active {
  background: var(--v2-ink);
  color: #fff;
}

.v2-affiliate-alert {
  background: #eef4ff;
  border: 1px solid #cfe0ff;
  border-radius: 8px;
  color: #173a72;
  font-weight: 750;
  margin-bottom: 18px;
  padding: 12px 14px;
}

.v2-affiliate-alert--warning {
  align-items: center;
  background: #fff7e7;
  border-color: #f4d495;
  color: #684400;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.v2-affiliate-alert--success {
  background: #edfdf4;
  border-color: #b9eccd;
  color: #0d5f35;
}

.v2-affiliate-layout {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, .75fr);
}

.v2-affiliate-grid {
  display: grid;
  gap: 18px;
}

.v2-affiliate-grid--stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.v2-affiliate-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.v2-affiliate-card {
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(16, 19, 26, .05);
  overflow: hidden;
}

.v2-affiliate-card__head,
.v2-affiliate-card__body {
  padding: 18px;
}

.v2-affiliate-card__head {
  align-items: center;
  border-bottom: 1px solid var(--v2-line);
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.v2-affiliate-card__head strong {
  font-size: 16px;
  font-weight: 900;
}

.v2-affiliate-stat {
  padding: 18px;
}

.v2-affiliate-stat span,
.v2-affiliate-field label {
  color: var(--v2-muted);
  display: block;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.v2-affiliate-field small {
  color: var(--v2-muted);
  display: block;
  font-size: 12px;
  line-height: 1.35;
  margin-top: 6px;
}

.v2-affiliate-stat strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.v2-affiliate-badge {
  background: #e8f7ef;
  border-radius: 999px;
  color: var(--v2-green);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  padding: 6px 10px;
}

.v2-affiliate-form {
  display: grid;
  gap: 14px;
}

.v2-affiliate-form--inline {
  align-items: end;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.v2-affiliate-span-3 { grid-column: span 3; }
.v2-affiliate-span-4 { grid-column: span 4; }
.v2-affiliate-span-6 { grid-column: span 6; }
.v2-affiliate-span-8 { grid-column: span 8; }
.v2-affiliate-span-12 { grid-column: span 12; }
.v2-affiliate-span-1 { grid-column: span 1; }
.v2-affiliate-span-2 { grid-column: span 2; }

.v2-affiliate-filter {
  flex: 1 1 720px;
  max-width: 100%;
}

.v2-affiliate-field input,
.v2-affiliate-field select,
.v2-affiliate-field textarea,
.v2-auth-page input,
.v2-checkorder input {
  background: #fff;
  border: 1px solid #cad3df;
  border-radius: 8px;
  color: var(--v2-ink);
  min-height: 42px;
  min-width: 0;
  padding: 10px 12px;
  width: 100%;
}

.v2-affiliate-field textarea {
  min-height: 84px;
}

.v2-auth-page input[type="checkbox"],
.v2-auth-page input[type="radio"],
.v2-checkorder input[type="checkbox"],
.v2-checkorder input[type="radio"] {
  height: 16px;
  min-height: 0;
  padding: 0;
  width: 16px;
}

.v2-affiliate-check {
  align-items: center;
  color: var(--v2-ink);
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  min-height: 42px;
}

.v2-affiliate-check input {
  height: 16px;
  width: 16px;
}

.v2-affiliate-btn,
.v2-auth-page .btn,
.v2-checkorder .btn {
  align-items: center;
  background: var(--v2-red);
  border: 1px solid var(--v2-red);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  line-height: 1.15;
  min-height: 42px;
  min-width: 0;
  padding: 10px 14px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.v2-affiliate-btn:hover,
.v2-auth-page .btn:hover,
.v2-checkorder .btn:hover {
  color: #fff;
  text-decoration: none;
}

.v2-affiliate-btn--dark {
  background: var(--v2-ink);
  border-color: var(--v2-ink);
}

.v2-affiliate-btn--light {
  background: #fff;
  border-color: var(--v2-line);
  color: var(--v2-ink);
}

.v2-affiliate-btn--light:hover {
  background: #f0f4f9;
  color: var(--v2-ink);
}

.v2-affiliate-btn--danger {
  background: #fff;
  border-color: #f3b7bd;
  color: var(--v2-red);
}

.v2-affiliate-btn--danger:hover {
  background: #fff2f3;
  color: var(--v2-red);
}

.v2-affiliate-btn--success {
  background: #fff;
  border-color: #b9e3cf;
  color: var(--v2-green);
}

.v2-affiliate-btn--success:hover {
  background: #effaf4;
  color: var(--v2-green);
}

.v2-affiliate-btn--block {
  width: 100%;
}

.v2-affiliate-btn:disabled,
.v2-affiliate-field input:disabled,
.v2-affiliate-field select:disabled {
  cursor: not-allowed;
  opacity: .58;
}

.v2-affiliate-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.v2-affiliate-actions form {
  margin: 0;
}

.v2-affiliate-chip {
  background: #f1f5f9;
  border: 1px solid var(--v2-line);
  border-radius: 999px;
  color: #334155;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  margin: 0 6px 6px 0;
  padding: 5px 8px;
}

.v2-announcement {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  color: #fff;
  font-weight: 850;
  line-height: 1.45;
  margin: 18px 0 0;
  padding: 12px 14px;
  width: min(620px, 100%);
}

.v2-affiliate-kv {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.v2-affiliate-kv span {
  background: #f1f5f9;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  color: #293241;
  font-size: 13px;
  font-weight: 850;
  padding: 8px 10px;
}

.v2-affiliate-summary {
  display: grid;
  gap: 12px;
}

.v2-affiliate-summary > div {
  background: #f8fafc;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  padding: 12px;
}

.v2-affiliate-summary span,
.v2-order-meta span {
  color: var(--v2-muted);
  display: block;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.v2-affiliate-summary strong,
.v2-order-meta strong {
  color: var(--v2-ink);
  display: block;
  font-size: 14px;
  font-weight: 900;
  word-break: break-word;
}

.v2-affiliate-code,
.v2-affiliate-code-input,
.v2-affiliate code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.v2-affiliate-code {
  background: #0f172a;
  border-radius: 8px;
  color: #e2e8f0;
  margin: 0;
  overflow-x: auto;
  padding: 14px;
  white-space: pre-wrap;
  word-break: break-word;
}

.v2-affiliate-code-input {
  background: #f8fafc;
  border: 1px solid #cad3df;
  border-radius: 8px;
  color: #172033;
  min-height: 38px;
  padding: 8px 10px;
  width: min(360px, 100%);
}

.v2-auth-page .w-100,
.v2-checkorder .w-100 {
  width: 100% !important;
}

.v2-affiliate-table {
  overflow-x: auto;
}

.v2-affiliate-table table {
  border-collapse: collapse;
  min-width: 760px;
  width: 100%;
}

.v2-affiliate-table th,
.v2-affiliate-table td {
  border-bottom: 1px solid var(--v2-line);
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

.v2-affiliate-table th {
  color: var(--v2-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.v2-affiliate-table tr:last-child td {
  border-bottom: 0;
}

.v2-affiliate-empty {
  color: var(--v2-muted);
  font-weight: 800;
  padding: 24px;
  text-align: center;
}

.v2-orders-table {
  min-width: 1120px !important;
}

.v2-order-stats {
  margin-bottom: 18px;
}

.v2-order-status {
  background: #f1f5f9;
  border-radius: 999px;
  color: #334155;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 8px;
  padding: 6px 10px;
  white-space: nowrap;
}

.v2-order-status--enabled {
  background: #e8f7ef;
  color: var(--v2-green);
}

.v2-order-status--pending {
  background: #fff7e7;
  color: #8a5a00;
}

.v2-order-status--danger,
.v2-order-status--unpaid {
  background: #fff1f2;
  color: var(--v2-red);
}

.v2-order-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  max-width: 250px;
  overflow-wrap: anywhere;
}

.v2-account-layout {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: 220px minmax(0, 1fr);
}

.v2-account-nav {
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(16, 19, 26, .05);
  display: grid;
  gap: 4px;
  padding: 8px;
}

.v2-account-nav a {
  border-radius: 8px;
  color: var(--v2-ink);
  font-weight: 850;
  padding: 11px 12px;
  text-decoration: none;
}

.v2-account-nav a:hover,
.v2-account-nav a.is-active {
  background: var(--v2-ink);
  color: #fff;
  text-decoration: none;
}

.v2-account-main,
.v2-order-list {
  display: grid;
  gap: 18px;
}

.v2-myorders-page .v2-account-main,
.v2-myorders-page .v2-order-card__main,
.v2-myorders-page .v2-affiliate-card,
.v2-myorders-page .v2-order-meta > div {
  min-width: 0;
}

.v2-myorders-page .v2-myorders-filter .v2-affiliate-card__head {
  align-items: flex-start;
}

.v2-myorders-toolbar {
  justify-content: flex-end;
}

.v2-myorders-toolbar .v2-affiliate-btn {
  min-width: 92px;
}

.v2-order-card {
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(16, 19, 26, .05);
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 300px);
  padding: 18px;
}

.v2-order-card--compact {
  gap: 12px;
}

.v2-order-compact-head {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.v2-order-title {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.v2-order-title h2 {
  color: var(--v2-ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
  overflow-wrap: anywhere;
}

.v2-order-title p {
  color: var(--v2-muted);
  font-size: 12px;
  font-weight: 750;
  margin: 5px 0 0;
  overflow-wrap: anywhere;
}

.v2-order-title > div {
  min-width: 0;
}

.v2-order-badges {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
  max-width: 360px;
}

.v2-order-chip {
  align-items: center;
  background: #f8fafc;
  border: 1px solid var(--v2-line);
  border-radius: 999px;
  color: #334155;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  min-height: 28px;
  padding: 5px 9px;
}

.v2-order-chip.is-good {
  background: #effaf4;
  border-color: #b9e3cf;
  color: var(--v2-green);
}

.v2-order-chip.is-danger {
  background: #fff1f2;
  border-color: #f3b7bd;
  color: var(--v2-red);
}

.v2-order-chip.is-warning {
  background: #fffaf0;
  border-color: #f4d495;
  color: #9a5b00;
}

.v2-order-meta {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.v2-order-meta > div {
  background: #f8fafc;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  padding: 10px;
}

.v2-order-meta .is-good {
  color: var(--v2-green);
}

.v2-order-meta .is-danger {
  color: var(--v2-red);
}

.v2-order-meta .is-warning,
.v2-cert-grid .is-warning,
.v2-cert-files .is-warning {
  color: #9a5b00;
}

.v2-order-alertline {
  background: #fffaf0;
  border: 1px solid #f4d495;
  border-radius: 8px;
  color: #7c4700;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
  padding: 9px;
}

.v2-order-alertline span {
  background: #fff;
  border: 1px solid #f4d495;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  overflow-wrap: anywhere;
  padding: 5px 8px;
}

.v2-order-note {
  background: #f8fafc;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  color: var(--v2-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 12px;
  padding: 10px;
}

.v2-order-note span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.v2-order-flow,
.v2-cert-info {
  background: #f8fafc;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  margin-top: 12px;
  padding: 12px;
}

.v2-order-flow {
  display: grid;
  gap: 8px;
}

.v2-order-flow > strong,
.v2-cert-info__head strong {
  color: var(--v2-ink);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.v2-order-flow > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.v2-order-flow span,
.v2-cert-files span {
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 999px;
  color: #334155;
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  padding: 6px 9px;
}

.v2-order-flow.is-good {
  background: #effaf4;
  border-color: #b9e3cf;
}

.v2-order-flow.is-danger {
  background: #fff1f2;
  border-color: #f3b7bd;
}

.v2-order-flow.is-pending {
  background: #fffaf0;
  border-color: #f4d495;
}

.v2-cert-info__head {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.v2-cert-info__head .v2-affiliate-btn {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 7px 10px;
}

.v2-cert-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.v2-cert-grid > div {
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  min-width: 0;
  padding: 10px;
}

.v2-cert-grid span {
  color: var(--v2-muted);
  display: block;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.v2-cert-grid strong {
  color: var(--v2-ink);
  display: block;
  font-size: 13px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.v2-cert-grid .is-good,
.v2-cert-files .is-good {
  color: var(--v2-green);
}

.v2-cert-grid .is-danger,
.v2-cert-files .is-danger {
  color: var(--v2-red);
}

.v2-cert-grid .is-muted,
.v2-cert-files .is-muted {
  color: var(--v2-muted);
}

.v2-cert-files {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.v2-order-card__actions {
  align-content: start;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
}

.v2-order-card__actions .v2-affiliate-btn {
  font-size: 13px;
  min-height: 36px;
  padding: 8px 10px;
  width: 100%;
}

.v2-order-primary-actions {
  position: sticky;
  top: 92px;
}

.v2-order-folders {
  display: grid;
  gap: 10px;
  grid-column: 1 / -1;
}

.v2-order-panel {
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  min-width: 0;
  padding: 0;
}

.v2-order-panel[open] {
  background: #fdfefe;
}

.v2-order-panel summary {
  align-items: center;
  color: var(--v2-ink);
  cursor: pointer;
  display: flex;
  font-weight: 900;
  justify-content: space-between;
  list-style: none;
  min-height: 42px;
  padding: 10px 12px;
}

.v2-order-panel summary::-webkit-details-marker {
  display: none;
}

.v2-order-panel summary::after {
  color: var(--v2-muted);
  content: "+";
  font-size: 18px;
  font-weight: 900;
}

.v2-order-panel[open] summary {
  border-bottom: 1px solid var(--v2-line);
}

.v2-order-panel[open] summary::after {
  content: "-";
}

.v2-order-panel > .v2-cert-grid,
.v2-order-panel > .v2-cert-files,
.v2-order-panel > .v2-order-note,
.v2-order-panel > .v2-install-inline,
.v2-order-panel > .v2-affiliate-actions,
.v2-order-panel > .v2-order-meta,
.v2-order-panel > .v2-inline-admin-form {
  margin: 12px;
}

.v2-order-panel > .v2-cert-files {
  margin-top: 0;
}

.v2-order-admin {
  grid-column: 1 / -1;
  min-width: 0;
  width: 100%;
}

.v2-order-admin summary {
  cursor: pointer;
  font-weight: 900;
  padding: 8px 0;
}

.v2-order-admin .v2-affiliate-actions {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.v2-inline-admin-form {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.v2-inline-admin-form select {
  min-width: 0;
  width: 100%;
}

.v2-ops-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.v2-pool-summary {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.v2-pool-summary > div {
  align-items: center;
  background: #f8fafc;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  padding: 10px;
}

.v2-pool-summary > div.is-muted {
  opacity: .62;
}

.v2-pool-summary strong {
  flex: 1 1 180px;
}

.v2-pool-summary span {
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  padding: 5px 7px;
}

.v2-viewall-row {
  text-align: center;
}

.v2-cert-modal {
  display: none;
  inset: 0;
  position: fixed;
  z-index: 3000;
}

.v2-cert-modal[aria-hidden="false"] {
  display: block;
}

.v2-cert-modal__backdrop {
  background: rgba(0, 0, 0, .58);
  inset: 0;
  position: absolute;
}

.v2-cert-modal__dialog {
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: min(80vh, 720px);
  margin: 8vh auto 0;
  overflow: hidden;
  position: relative;
  width: min(980px, calc(100vw - 32px));
}

.v2-cert-modal__header {
  align-items: center;
  border-bottom: 1px solid var(--v2-line);
  display: flex;
  justify-content: space-between;
  padding: 12px 14px;
}

.v2-cert-modal__header button {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.v2-cert-modal iframe {
  border: 0;
  flex: 1 1 auto;
  width: 100%;
}

.v2-affiliate-tree,
.v2-affiliate-tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.v2-affiliate-tree ul {
  border-left: 1px solid var(--v2-line);
  margin-left: 14px;
  padding-left: 14px;
}

.v2-affiliate-tree li {
  margin-top: 10px;
}

.v2-affiliate-tree summary {
  cursor: pointer;
  font-weight: 900;
}

.v2-affiliate-tree small {
  color: var(--v2-muted);
  display: block;
  margin: 4px 0 8px;
}

.v2-affiliate-package-list {
  display: grid;
}

.v2-affiliate-package-row {
  border-bottom: 1px solid var(--v2-line);
  display: grid;
  gap: 14px;
  padding: 18px;
}

.v2-affiliate-package-row:last-child {
  border-bottom: 0;
}

.v2-affiliate-package-row__title {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  justify-content: space-between;
}

.v2-auth-page .modal-content,
.v2-auth-page .card,
.v2-checkorder .v2-affiliate-card {
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(16, 19, 26, .06);
  overflow: hidden;
}

.v2-auth-page .card-body {
  padding: 24px;
}

.v2-auth-page .row {
  display: block;
  margin: 0;
}

.v2-auth-page [class*="col-"] {
  display: block;
  max-width: none;
  padding: 0;
  width: 100%;
}

.v2-auth-page .col-md-3 {
  display: none;
}

.v2-auth-page .form-group {
  margin-bottom: 14px;
}

.v2-auth-page label,
.v2-checkorder label {
  color: var(--v2-muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.v2-auth-page .btn-light {
  background: #fff !important;
  border-color: var(--v2-line) !important;
  color: var(--v2-ink) !important;
}

header.bg-dark {
  background: var(--v2-ink) !important;
  color: #fff;
  display: block !important;
  padding: 118px 0 34px !important;
}

header.bg-dark .container-md,
header.bg-dark + main .container-md {
  max-width: none;
  width: min(1160px, calc(100% - 32px));
}

header.bg-dark h1 {
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
}

header.bg-dark p,
header.bg-dark a {
  color: rgba(255, 255, 255, .74);
}

header.bg-dark .btn {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  color: #fff;
  font-weight: 900;
}

header.bg-dark + main {
  background: var(--v2-soft);
  margin-top: 0 !important;
  min-height: calc(100vh - 220px);
  padding: 26px 0 68px !important;
}

header.bg-dark + main *,
.v2-checkorder ~ section * {
  box-sizing: border-box;
}

header.bg-dark + main .row {
  align-items: start;
}

header.bg-dark + main .card {
  background: #fff;
  border: 1px solid var(--v2-line) !important;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(16, 19, 26, .05) !important;
  overflow: hidden;
}

header.bg-dark + main .card + .card,
header.bg-dark + main .mb-6 {
  margin-bottom: 18px !important;
}

header.bg-dark + main .card-header,
header.bg-dark + main .card-body {
  padding: 18px;
}

header.bg-dark + main .card-header {
  background: #fff;
  border-bottom: 1px solid var(--v2-line);
}

header.bg-dark + main h4,
header.bg-dark + main h6 {
  color: var(--v2-ink);
  font-weight: 900;
  letter-spacing: 0;
}

header.bg-dark + main small,
header.bg-dark + main .text-gray-700,
header.bg-dark + main .text-muted {
  color: var(--v2-muted) !important;
}

header.bg-dark + main .card-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

header.bg-dark + main .list-item {
  list-style: none;
  margin: 0;
}

header.bg-dark + main .list-link {
  border-radius: 8px;
  color: var(--v2-ink) !important;
  display: block;
  font-weight: 850;
  padding: 10px 12px;
  text-decoration: none;
}

header.bg-dark + main .list-item.active > .list-link,
header.bg-dark + main .list-link:hover {
  background: #f0f4f9;
  color: var(--v2-blue) !important;
  text-decoration: none;
}

header.bg-dark + main .btn,
.v2-checkorder ~ section .btn {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 38px;
  padding: 9px 12px;
  text-decoration: none;
}

header.bg-dark + main .btn-primary,
.v2-checkorder ~ section .btn-primary,
.v2-checkorder ~ section .btn-success {
  background: var(--v2-red) !important;
  border-color: var(--v2-red) !important;
  color: #fff !important;
}

header.bg-dark + main .btn-outline-white,
header.bg-dark + main .btn-success-soft,
header.bg-dark + main .btn-danger-soft,
.v2-checkorder ~ section .btn-outline-white,
.v2-checkorder ~ section .btn-success-soft,
.v2-checkorder ~ section .btn-danger-soft {
  background: #fff !important;
  border: 1px solid var(--v2-line) !important;
  color: var(--v2-ink) !important;
}

header.bg-dark + main input,
header.bg-dark + main select,
header.bg-dark + main textarea,
.v2-checkorder ~ section input,
.v2-checkorder ~ section select,
.v2-checkorder ~ section textarea {
  border: 1px solid #cad3df !important;
  border-radius: 8px !important;
  min-height: 42px;
  padding: 10px 12px;
}

header.bg-dark + main .table,
header.bg-dark + main table,
.v2-checkorder ~ section table {
  border-collapse: collapse;
  width: 100%;
}

header.bg-dark + main th,
header.bg-dark + main td,
.v2-checkorder ~ section th,
.v2-checkorder ~ section td {
  border-bottom: 1px solid var(--v2-line);
  padding: 12px;
  vertical-align: top;
}

.v2-checkorder ~ section {
  background: var(--v2-soft);
  padding: 0 0 68px !important;
}

.v2-checkorder ~ section .container {
  max-width: none;
  width: min(920px, calc(100% - 32px));
}

.v2-checkorder ~ section .card {
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(16, 19, 26, .05);
  overflow: hidden;
}

.v2-legacy-api {
  background: var(--v2-soft);
  color: var(--v2-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  min-height: calc(100vh - 72px);
}

.v2-legacy-api *,
.v2-legacy-api *::before,
.v2-legacy-api *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.v2-legacy-api a {
  color: var(--v2-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.v2-legacy-api h1,
.v2-legacy-api h2,
.v2-legacy-api h3,
.v2-legacy-api h4,
.v2-legacy-api h5,
.v2-legacy-api h6,
.v2-legacy-api p {
  letter-spacing: 0;
}

.v2-legacy-api img {
  max-width: 100%;
}

.v2-legacy-api .container,
.v2-legacy-api .container-md {
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  width: min(1160px, calc(100% - 32px));
}

.v2-legacy-api header.bg-dark {
  background: var(--v2-ink) !important;
  padding: 112px 0 30px !important;
}

.v2-legacy-api header.bg-dark h1 {
  font-size: 32px;
  font-weight: 900;
}

.v2-legacy-api header.bg-dark p {
  font-size: 15px;
  line-height: 1.45;
}

.v2-legacy-api header.bg-dark + main {
  background: var(--v2-soft);
  color: var(--v2-ink);
  padding: 24px 0 64px !important;
}

.v2-legacy-api main > section:first-child:empty,
.v2-legacy-api main > section:first-child .container:empty {
  display: none;
}

.v2-legacy-api .card {
  border: 1px solid var(--v2-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 24px rgba(16, 19, 26, .05) !important;
}

.v2-legacy-api .card-body,
.v2-legacy-api .card-header {
  padding: 18px;
}

.v2-legacy-api .card-header {
  background: #fff;
  border-bottom: 1px solid var(--v2-line);
}

.v2-legacy-api .col-md-3 .card-body h6 {
  color: var(--v2-muted);
  font-size: 11px;
  font-weight: 900;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.v2-legacy-api .card-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.v2-legacy-api .list-item {
  list-style: none;
  margin: 0;
}

.v2-legacy-api .list-link {
  border-radius: 8px;
  color: var(--v2-ink) !important;
  display: block;
  font-weight: 850;
  padding: 10px 12px;
  text-decoration: none;
}

.v2-legacy-api .list-item.active > .list-link,
.v2-legacy-api .list-link:hover {
  background: #f0f4f9;
  color: var(--v2-blue) !important;
}

.v2-legacy-api .table,
.v2-legacy-api table {
  border-collapse: collapse;
  width: 100%;
}

.v2-legacy-api th,
.v2-legacy-api td {
  border-bottom: 1px solid var(--v2-line);
  padding: 12px;
  vertical-align: top;
}

.v2-legacy-api input,
.v2-legacy-api select,
.v2-legacy-api textarea {
  border: 1px solid #cad3df !important;
  border-radius: 8px !important;
  min-height: 42px;
  padding: 10px 12px;
}

.v2-legacy-api .btn {
  align-items: center;
  border-radius: 8px !important;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 38px;
  padding: 9px 12px;
  text-decoration: none;
  white-space: normal;
}

.v2-legacy-api .btn-primary,
.v2-legacy-api .btn-success {
  background: var(--v2-red) !important;
  border-color: var(--v2-red) !important;
  color: #fff !important;
}

.v2-legacy-api .btn-outline-white,
.v2-legacy-api .btn-success-soft,
.v2-legacy-api .btn-danger-soft,
.v2-legacy-api .btn-gray-300-20 {
  background: #fff !important;
  border: 1px solid var(--v2-line) !important;
  color: var(--v2-ink) !important;
}

.v2-legacy-api .package-selection {
  background: #fff !important;
  border-bottom: 1px solid var(--v2-line);
  box-shadow: 0 12px 24px rgba(16, 19, 26, .08);
  left: auto !important;
  margin: 0 auto 18px !important;
  padding: 14px 16px !important;
  position: sticky !important;
  right: auto !important;
  top: 72px !important;
  width: 100% !important;
  z-index: 990 !important;
}

.v2-legacy-api .chongoivip {
  color: var(--v2-ink) !important;
  font-family: inherit !important;
  font-size: 24px !important;
  font-weight: 900;
  line-height: 1.15;
}

.v2-legacy-api .tab-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
}

.v2-legacy-api .tab-button {
  background: #f0f4f9 !important;
  border: 1px solid var(--v2-line) !important;
  border-radius: 8px;
  color: var(--v2-ink) !important;
  font-family: inherit !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  min-height: 42px;
  padding: 10px 12px !important;
}

.v2-legacy-api .tab-button.active,
.v2-legacy-api .tab-button:hover {
  background: var(--v2-red) !important;
  border-color: var(--v2-red) !important;
  color: #fff !important;
}

.v2-legacy-api .price-tag {
  animation: none !important;
  background: rgba(22, 100, 217, .12) !important;
  border-radius: 999px !important;
  color: var(--v2-blue) !important;
  display: inline-flex;
  font-size: 11px !important;
  line-height: 1;
  margin-left: 6px;
  padding: 4px 7px !important;
  position: static !important;
}

.v2-legacy-api .tab-button.active .price-tag,
.v2-legacy-api .tab-button:hover .price-tag {
  background: rgba(255, 255, 255, .18) !important;
  color: #fff !important;
}

.v2-legacy-api #giacahoply,
.v2-legacy-api #giacahoply[style] {
  margin-top: 24px !important;
}

.v2-legacy-api #package-selection[style*="display:none"] + #giacahoply,
.v2-legacy-api #package-selection[style*="display: none"] + #giacahoply {
  margin-top: 92px !important;
}

.v2-legacy-api #package-selection[style*="display:none"] ~ #giacahoply #yearly,
.v2-legacy-api #package-selection[style*="display: none"] ~ #giacahoply #yearly {
  padding-top: 80px;
}

.v2-legacy-api .tab-contentsss {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.v2-legacy-api .tab-contentsss[style*="display:none"],
.v2-legacy-api .tab-contentsss[style*="display: none"] {
  display: none !important;
}

.v2-legacy-api .tab-contentsss#yearly > p:first-child {
  display: none !important;
}

.v2-legacy-api .tab-contentsss > [class*="col-"] {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: auto !important;
}

.v2-legacy-api .tab-contentsss .card {
  height: 100%;
}

.v2-legacy-api .tab-contentsss .card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.v2-legacy-api .tab-contentsss .display-2,
.v2-legacy-api .tab-contentsss .price {
  color: var(--v2-red);
  font-size: clamp(34px, 8vw, 58px) !important;
  font-weight: 900;
  line-height: 1;
}

.v2-legacy-api .tab-contentsss .h2 {
  font-size: 18px !important;
  font-weight: 850;
}

.v2-legacy-api .tab-contentsss .badge {
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  max-width: 100%;
  white-space: normal;
}

.v2-legacy-api .tab-contentsss .d-flex {
  align-items: flex-start;
  display: flex !important;
  gap: 10px;
}

.v2-legacy-api .tab-contentsss .d-flex > .badge-rounded-circle,
.v2-legacy-api .tab-contentsss .d-flex > .badge {
  flex: 0 0 28px;
  height: 28px;
  justify-content: center;
  margin: 0 !important;
  width: 28px;
}

.v2-legacy-api .tab-contentsss p {
  color: var(--v2-muted);
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 10px;
}

.v2-legacy-api .tab-contentsss p strong,
.v2-legacy-api .tab-contentsss span strong {
  color: inherit;
}

.v2-legacy-api .tab-contentsss .btn {
  margin-top: auto;
  width: 100%;
}

.v2-legacy-api .payment-card,
.v2-legacy-api .payment-option {
  max-width: 100%;
}

.v2-legacy-api .payment-row {
  display: grid !important;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.v2-legacy-api .payment-col {
  min-width: 0;
}

@media (min-width: 721px) {
  .v2-legacy-api main > .container-md > .row {
    display: grid;
    gap: 16px;
    grid-template-columns: 260px minmax(0, 1fr);
  }

  .v2-legacy-api main > .container-md > .row > .col-md-3,
  .v2-legacy-api main > .container-md > .row > .col-md-9 {
    max-width: none !important;
    min-width: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important;
  }
}

.v2-legacy-api-page.pt-10 {
  padding-top: 72px !important;
}

.v2-legacy-api header.bg-dark:not(:has(h1)):not(:has(p)):not(:has(a)) {
  display: none !important;
}

.v2-legacy-api img[src$="paypayl.svg"] {
  display: none !important;
}

.v2-legacy-api .tab-contentsss img[src*="paypal-logo.png"] {
  display: block !important;
  margin: 0 auto 12px !important;
  max-width: 112px !important;
}

.v2-legacy-api .tab-contentsss .justify-content-center {
  align-items: baseline !important;
  flex-wrap: wrap;
  text-align: center;
}

.v2-legacy-api .tab-contentsss .badge-rounded-circle {
  align-items: center;
  background: rgba(22, 132, 91, .12) !important;
  color: var(--v2-green) !important;
  display: inline-flex;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
}

.v2-legacy-api .tab-contentsss div[style*="font-size: 19px"] {
  color: var(--v2-ink) !important;
  font-size: 17px !important;
  line-height: 1.35;
  margin-bottom: 4px;
}

.v2-legacy-api .card-header p[style*="color:red"] {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  color: #9a3412 !important;
  line-height: 1.45;
  margin: 12px 0 0 !important;
  padding: 12px !important;
}

.v2-legacy-api .custom-notice-box {
  background: var(--v2-ink) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

.v2-legacy-api .payment-method {
  border-radius: 999px !important;
  margin: 3px !important;
  white-space: nowrap;
}

.v2-legacy-api > img[src*="upload/image/banner.jpeg"],
.v2-legacy-api > img[src*="upload/mod.jpg"],
.v2-legacy-api > img[src*="upload/private_mod.jpg"] {
  display: block;
  max-height: 420px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.v2-legacy-api video {
  background: #000;
  border-radius: 8px;
  display: block;
  margin: 0 auto 24px;
  max-width: 100%;
  overflow: hidden;
}

.v2-legacy-api .py-8.border-bottom {
  background: #fff;
  padding: 34px 0 !important;
}

.v2-legacy-api .display-2 {
  font-size: clamp(34px, 7vw, 56px);
  font-weight: 900;
  line-height: 1.05;
}

.v2-legacy-api .lead {
  color: var(--v2-muted) !important;
  font-size: 18px;
  line-height: 1.55;
}

.v2-legacy-api .text-center .btn.w-100 {
  margin: 8px 0;
  max-width: 420px;
  width: auto !important;
}

.v2-legacy-api .accordion {
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  overflow: hidden;
}

.v2-legacy-api .accordion-item {
  background: #fff;
  border-bottom: 1px solid var(--v2-line);
}

.v2-legacy-api .accordion-button {
  color: var(--v2-ink);
  font-weight: 850;
  padding: 16px;
}

.v2-hero {
  min-height: 680px;
  background-size: cover;
  background-position: center right;
  display: flex;
  align-items: center;
  padding: 120px 0 72px;
}

.v2-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .65fr);
  gap: 40px;
  align-items: end;
}

.v2-hero__copy {
  max-width: 720px;
  color: #fff;
}

.v2-kicker {
  color: var(--v2-red);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.v2-hero .v2-kicker {
  color: #ffced2;
}

.v2-hero h1,
.v2-section h2 {
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.v2-hero h1 {
  color: #fff;
  font-size: clamp(44px, 7vw, 88px);
  font-weight: 850;
  max-width: 780px;
}

.v2-lead {
  color: rgba(255, 255, 255, .88);
  font-size: 20px;
  line-height: 1.55;
  margin: 22px 0 0;
  max-width: 660px;
}

.v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.v2-btn {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.v2-btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.v2-btn--primary {
  background: var(--v2-red);
  color: #fff;
  box-shadow: 0 10px 22px rgba(217, 31, 43, .24);
}

.v2-btn--light {
  background: #fff;
  color: var(--v2-ink);
}

.v2-btn--dark {
  background: var(--v2-ink);
  color: #fff;
}

.v2-btn--outline,
.v2-btn--outline-dark {
  background: transparent;
  border: 1px solid currentColor;
}

.v2-btn--outline {
  color: #fff;
}

.v2-btn--outline-dark {
  color: var(--v2-ink);
}

.v2-hero__panel {
  color: #fff;
  display: grid;
  gap: 14px;
}

.v2-status-card,
.v2-status-grid > div,
.v2-package {
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
}

.v2-status-card {
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px);
  padding: 22px;
}

.v2-status-card span {
  color: #ffced2;
  font-size: 12px;
  font-weight: 900;
}

.v2-status-card strong {
  display: block;
  font-size: 28px;
  line-height: 1.1;
  margin-top: 8px;
}

.v2-status-card small {
  color: rgba(255, 255, 255, .78);
  display: block;
  margin-top: 8px;
}

.v2-status-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.v2-status-grid > div {
  background: rgba(255, 255, 255, .1);
  min-height: 104px;
  padding: 18px;
}

.v2-status-grid strong,
.v2-status-grid span {
  display: block;
}

.v2-status-grid strong {
  font-size: 28px;
}

.v2-status-grid span {
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
}

.v2-strip {
  background: var(--v2-ink);
  color: #fff;
  padding: 20px 0;
}

.v2-strip__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.v2-strip span,
.v2-strip strong {
  display: block;
}

.v2-strip span {
  color: #98a6ba;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.v2-strip strong {
  font-size: 15px;
  margin-top: 4px;
}

.v2-section {
  padding: 74px 0;
}

.v2-section--soft {
  background: var(--v2-soft);
}

.v2-section__head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.v2-section h2 {
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 850;
}

.v2-link {
  color: var(--v2-blue);
  font-weight: 800;
  white-space: nowrap;
}

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

.v2-package {
  background: #fff;
  border-color: var(--v2-line);
  display: flex;
  flex-direction: column;
  min-height: 460px;
  padding: 22px;
}

.v2-package__top span {
  background: #eef4ff;
  border-radius: 999px;
  color: var(--v2-blue);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  padding: 5px 10px;
}

.v2-package__top strong {
  display: block;
  font-size: 22px;
  line-height: 1.2;
  margin-top: 14px;
  min-height: 54px;
}

.v2-price {
  align-items: baseline;
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.v2-price span {
  color: var(--v2-muted);
  font-size: 14px;
  font-weight: 800;
}

.v2-price strong {
  font-size: 38px;
  line-height: 1;
}

.v2-package p,
.v2-package li,
.v2-process__copy p,
.v2-ctv p {
  color: var(--v2-muted);
  font-size: 15px;
  line-height: 1.55;
}

.v2-package ul {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 18px 0;
  padding: 0;
}

.v2-package li {
  padding-left: 18px;
  position: relative;
}

.v2-package li::before {
  background: var(--v2-green);
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 7px;
}

.v2-usd {
  color: var(--v2-blue);
  font-weight: 900;
  margin: auto 0 16px;
}

.v2-package .v2-btn {
  margin-top: auto;
  width: 100%;
}

.v2-process {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: .85fr 1fr;
}

.v2-process__media img {
  border-radius: 8px;
  display: block;
  min-height: 420px;
  object-fit: cover;
  width: 100%;
}

.v2-ops-board {
  background: #0f172a;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 12px;
  min-height: 420px;
  padding: 22px;
}

.v2-ops-board__head {
  background: linear-gradient(135deg, rgba(217, 31, 43, .18), rgba(37, 99, 235, .18));
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  padding: 18px;
}

.v2-ops-board__head span,
.v2-ops-row span,
.v2-ops-metric span {
  color: #9fb0c6;
  display: block;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.v2-ops-board__head strong {
  display: block;
  font-size: 30px;
  margin-top: 8px;
}

.v2-ops-row {
  align-items: center;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 14px 16px;
}

.v2-ops-row strong {
  font-size: 24px;
}

.v2-ops-metric {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.v2-ops-metric > div {
  background: #fff;
  border-radius: 8px;
  color: var(--v2-ink);
  padding: 16px;
}

.v2-ops-metric strong {
  display: block;
  font-size: 22px;
  margin-top: 6px;
}

.v2-steps {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.v2-steps div {
  align-items: center;
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  display: flex;
  gap: 14px;
  padding: 14px;
}

.v2-steps b {
  align-items: center;
  background: var(--v2-red);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.v2-steps span {
  color: var(--v2-ink);
  font-weight: 800;
}

.v2-ctv {
  align-items: center;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr auto;
  padding: 28px;
}

.v2-ctv__actions {
  display: flex;
  gap: 12px;
}

.v2-public-home {
  background: #fff;
}

.v2-public-hero {
  align-items: center;
  background-position: center right;
  background-size: cover;
  display: flex;
  min-height: 560px;
  padding: 118px 0 54px;
}

.v2-public-hero__inner {
  align-items: end;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
}

.v2-public-hero__copy {
  color: #fff;
  max-width: 720px;
}

.v2-public-hero h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.v2-public-lookup {
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(10, 16, 28, .2);
  color: var(--v2-ink);
  display: grid;
  gap: 10px;
  padding: 20px;
}

.v2-public-lookup strong {
  display: block;
  font-size: 22px;
  font-weight: 900;
}

.v2-public-lookup label,
.v2-public-lookup small {
  color: var(--v2-muted);
  font-size: 13px;
  font-weight: 800;
}

.v2-public-lookup__row {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.v2-public-lookup input {
  border: 1px solid #cad3df;
  border-radius: 8px;
  color: var(--v2-ink);
  min-height: 46px;
  min-width: 0;
  padding: 12px 13px;
  width: 100%;
}

.v2-public-shortcuts {
  background: #10131a;
  color: #fff;
  padding: 14px 0;
}

.v2-public-shortcuts__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.v2-public-shortcuts a {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  color: #fff;
  display: block;
  min-height: 86px;
  padding: 14px;
  text-decoration: none;
}

.v2-public-shortcuts a:hover {
  background: rgba(255, 255, 255, .08);
  color: #fff;
  text-decoration: none;
}

.v2-public-shortcuts span,
.v2-public-shortcuts strong {
  display: block;
}

.v2-public-shortcuts span {
  color: #ffced2;
  font-size: 13px;
  font-weight: 900;
}

.v2-public-shortcuts strong {
  font-size: 14px;
  line-height: 1.35;
  margin-top: 7px;
}

.v2-public-packages {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v2-public-pricing .v2-section__head h2 {
  font-size: 38px;
  font-weight: 900;
}

.v2-public-package {
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 392px;
  padding: 20px;
}

.v2-public-package__head span {
  background: #eef4ff;
  border-radius: 999px;
  color: var(--v2-blue);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  padding: 5px 10px;
}

.v2-public-package__head strong {
  display: block;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  margin-top: 12px;
  min-height: 50px;
}

.v2-public-package p,
.v2-public-package li,
.v2-public-service p {
  color: var(--v2-muted);
  font-size: 15px;
  line-height: 1.5;
}

.v2-public-package ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 14px 0;
  padding: 0;
}

.v2-public-package li {
  padding-left: 18px;
  position: relative;
}

.v2-public-package li::before {
  background: var(--v2-green);
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 7px;
}

.v2-public-package .v2-btn {
  margin-top: auto;
  width: 100%;
}

.v2-public-service {
  background: var(--v2-soft);
  padding: 58px 0;
}

.v2-public-service__inner {
  align-items: center;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.v2-public-service h2 {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.v2-public-service__actions,
.v2-public-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.v2-public-contact {
  grid-column: 1 / -1;
}

.v2-public-contact span,
.v2-public-contact a {
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  color: var(--v2-ink);
  font-size: 13px;
  font-weight: 850;
  padding: 9px 11px;
  text-decoration: none;
}

.v2-direct-order .v2-affiliate-top {
  align-items: center;
}

.v2-direct-order-layout {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
}

.v2-direct-order .v2-affiliate-card__head {
  min-height: 62px;
}

.v2-direct-order-error {
  color: var(--v2-red);
  font-size: 13px;
  font-weight: 850;
  min-height: 20px;
}

.v2-direct-price {
  display: grid;
  gap: 8px;
}

.v2-direct-price span {
  color: var(--v2-muted);
  font-size: 13px;
  font-weight: 850;
}

.v2-direct-price strong {
  font-size: 30px;
  font-weight: 950;
  line-height: 1;
}

.v2-direct-price del {
  color: var(--v2-muted);
  font-size: 14px;
  font-weight: 800;
}

.v2-direct-price em {
  color: var(--v2-blue);
  font-style: normal;
  font-weight: 900;
}

.v2-direct-price b {
  align-self: flex-start;
  background: #ecfdf5;
  border-radius: 8px;
  color: #117044;
  font-size: 12px;
  padding: 5px 8px;
}

.v2-direct-list {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.v2-direct-list li {
  color: var(--v2-muted);
  font-size: 14px;
  line-height: 1.45;
  padding-left: 18px;
  position: relative;
}

.v2-direct-list li::before {
  background: var(--v2-green);
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 7px;
}

.v2-direct-list--limits li {
  color: var(--v2-red);
  font-weight: 850;
}

.v2-direct-list--limits li::before {
  background: var(--v2-red);
}

.v2-direct-actions {
  display: grid;
  gap: 8px;
}

.v2-direct-actions .v2-affiliate-btn {
  width: 100%;
}

.v2-warranty-page {
  padding-top: 112px;
}

.v2-warranty-layout {
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
}

.v2-warranty-card .v2-affiliate-card__body {
  display: grid;
  gap: 22px;
}

.v2-warranty-progress {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v2-warranty-progress__item {
  align-items: center;
  background: #f8fafc;
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  color: var(--v2-muted);
  display: flex;
  gap: 10px;
  min-height: 56px;
  padding: 10px;
}

.v2-warranty-progress__item b {
  align-items: center;
  background: #dbe3ef;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 30px;
  font-size: 13px;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.v2-warranty-progress__item span {
  font-size: 13px;
  font-weight: 900;
}

.v2-warranty-progress__item.is-active,
.v2-warranty-progress__item.is-complete {
  border-color: #cfe0ff;
  color: var(--v2-ink);
}

.v2-warranty-progress__item.is-active b {
  background: var(--v2-red);
}

.v2-warranty-progress__item.is-complete b {
  background: var(--v2-green);
}

.v2-warranty-step {
  display: none;
}

.v2-warranty-step.is-active {
  display: grid;
  gap: 18px;
}

.v2-warranty-step__head {
  align-items: flex-start;
  display: flex;
  gap: 12px;
}

.v2-warranty-step__head > span {
  align-items: center;
  background: var(--v2-red);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 34px;
  font-weight: 950;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.v2-warranty-step__head h2 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.18;
}

.v2-warranty-step__head p {
  color: var(--v2-muted);
  line-height: 1.5;
  margin: 6px 0 0;
}

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

.v2-warranty-issue {
  background: #f8fafc;
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  color: var(--v2-ink);
  cursor: pointer;
  display: grid;
  gap: 6px;
  min-height: 94px;
  padding: 14px;
  text-align: left;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.v2-warranty-issue:hover,
.v2-warranty-issue.is-selected {
  background: #fff;
  border-color: #cfe0ff;
  box-shadow: 0 8px 18px rgba(22, 100, 217, .08);
}

.v2-warranty-issue.is-selected {
  border-color: var(--v2-blue);
}

.v2-warranty-issue strong {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.v2-warranty-issue span {
  color: var(--v2-muted);
  font-size: 13px;
  line-height: 1.4;
}

.v2-warranty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.v2-warranty-loading {
  align-items: center;
  background: #f8fafc;
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  color: var(--v2-muted);
  display: none;
  font-weight: 850;
  gap: 10px;
  padding: 12px;
}

.v2-warranty-loading span {
  animation: v2-warranty-spin .8s linear infinite;
  border: 3px solid #dbe3ef;
  border-top-color: var(--v2-blue);
  border-radius: 50%;
  display: inline-flex;
  height: 24px;
  width: 24px;
}

@keyframes v2-warranty-spin {
  to { transform: rotate(360deg); }
}

.v2-warranty-result {
  border-radius: var(--v2-radius);
  display: none;
  font-weight: 850;
  line-height: 1.45;
  padding: 14px;
}

.v2-warranty-result.is-success {
  background: #e8f7ef;
  border: 1px solid #bfe7d2;
  color: #0f6848;
}

.v2-warranty-result.is-error {
  background: #fff0f1;
  border: 1px solid #ffd0d5;
  color: #9f1220;
}

.v2-warranty-help {
  display: grid;
  gap: 10px;
}

.v2-warranty-help > div {
  background: #f8fafc;
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  display: grid;
  gap: 4px;
  padding: 12px;
}

.v2-warranty-help span {
  color: var(--v2-muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.v2-warranty-help strong {
  color: var(--v2-ink);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.v2-warranty-help a {
  color: var(--v2-blue);
  text-decoration: none;
}

.v2-warranty-page .v2-affiliate-field input.is-valid {
  border-color: var(--v2-green);
}

.v2-warranty-page .v2-affiliate-field input.is-invalid {
  border-color: var(--v2-red);
}

@media (max-width: 991px) {
  .v2-site-nav__inner {
    flex-wrap: wrap;
  }

  .v2-site-header .v2-nav-toggle,
  .v2-site-nav.navbar-expand-lg .v2-nav-toggle {
    align-items: center;
    display: inline-flex !important;
    flex-direction: column;
    justify-content: center;
    position: static;
    right: auto;
    top: auto;
    z-index: 2;
  }

  .v2-site-collapse {
    background: #fff;
    border-top: 1px solid var(--v2-line);
    flex-basis: 100%;
    margin-top: 12px;
    max-height: none !important;
    overflow: visible;
    padding: 12px 0 16px;
    width: 100%;
  }

  .v2-site-collapse.collapse:not(.show) {
    display: none !important;
  }

  .v2-site-collapse.collapse.show,
  .v2-site-collapse.collapsing {
    display: block !important;
  }

  .v2-site-collapse.collapsing {
    height: auto !important;
    overflow: hidden;
    transition: none;
  }

  .v2-site-menu {
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
    margin: 0;
  }

  .v2-site-menu .nav-link {
    padding: 12px;
  }

  .v2-site-tools {
    align-items: stretch;
    flex-direction: column;
    margin: 12px 0 0;
  }

  .v2-lang-switch {
    justify-content: center;
    width: fit-content;
  }

  .v2-hero {
    min-height: auto;
    padding: 106px 0 48px;
  }

  .v2-hero__inner,
  .v2-process,
  .v2-ctv {
    grid-template-columns: 1fr;
  }

  .v2-packages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2-affiliate-layout,
  .v2-affiliate-grid--stats,
  .v2-affiliate-grid--two,
  .v2-account-layout,
  .v2-order-card {
    grid-template-columns: 1fr;
  }

  .v2-affiliate-form--inline {
    grid-template-columns: 1fr;
  }

  .v2-affiliate-span-3,
  .v2-affiliate-span-4,
  .v2-affiliate-span-6,
  .v2-affiliate-span-8,
  .v2-affiliate-span-12,
  .v2-affiliate-span-1,
  .v2-affiliate-span-2 {
    grid-column: auto;
  }

  .v2-ctv__actions {
    flex-wrap: wrap;
  }

  .v2-public-hero__inner,
  .v2-public-service__inner {
    grid-template-columns: 1fr;
  }

  .v2-direct-order-layout {
    grid-template-columns: 1fr;
  }

  .v2-public-shortcuts__grid,
  .v2-public-packages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2-public-service__actions {
    justify-content: flex-start;
  }

  .v2-account-nav {
    display: flex;
    flex-wrap: wrap;
  }

  .v2-account-nav a {
    flex: 1 1 calc(33.333% - 8px);
    text-align: center;
  }

  .v2-order-card__actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .v2-order-primary-actions {
    position: static;
  }

  .v2-order-card__actions .v2-affiliate-btn {
    flex: 1 1 calc(50% - 8px);
  }
}

@media (max-width: 720px) {
  .v2-shell {
    width: min(100% - 24px, 1160px);
  }

  .v2-affiliate {
    padding: 92px 0 48px;
  }

  .v2-affiliate-shell {
    width: min(100% - 24px, 1160px);
  }

  .v2-affiliate-top,
  .v2-affiliate-alert--warning,
  .v2-affiliate-card__head {
    align-items: start;
    flex-direction: column;
  }

  .v2-affiliate h1 {
    font-size: 32px;
  }

  .v2-affiliate-nav a {
    flex: 1 1 calc(50% - 6px);
  }

  .v2-account-nav a,
  .v2-order-card__actions .v2-affiliate-btn {
    flex-basis: 100%;
  }

  .v2-myorders-page .v2-affiliate-top {
    gap: 14px;
  }

  .v2-myorders-page .v2-affiliate-top > div {
    width: 100%;
  }

  .v2-myorders-toolbar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .v2-myorders-toolbar .v2-affiliate-btn {
    width: 100%;
  }

  .v2-myorders-page .v2-order-card {
    padding: 16px;
  }

  .v2-order-card__actions,
  .v2-order-admin .v2-affiliate-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2-order-compact-head {
    flex-direction: column;
  }

  .v2-order-badges {
    justify-content: flex-start;
    max-width: 100%;
  }

  .v2-order-title {
    flex-direction: column;
  }

  .v2-order-meta {
    grid-template-columns: 1fr;
  }

  header.bg-dark {
    padding: 96px 0 24px !important;
  }

  header.bg-dark h1 {
    font-size: 28px;
  }

  header.bg-dark + main {
    padding-bottom: 48px !important;
  }

  header.bg-dark + main .container-md,
  .v2-checkorder ~ section .container {
    width: min(100% - 24px, 1160px);
  }

  .v2-legacy-api .container,
  .v2-legacy-api .container-md {
    width: min(100% - 24px, 1160px);
  }

  .v2-legacy-api header.bg-dark {
    display: none !important;
    padding: 92px 0 22px !important;
  }

  .v2-legacy-api header.bg-dark .row {
    gap: 8px;
  }

  .v2-legacy-api header.bg-dark .col,
  .v2-legacy-api header.bg-dark .col-auto {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .v2-legacy-api header.bg-dark .btn {
    width: fit-content;
  }

  .v2-legacy-api header.bg-dark + main {
    padding-top: 18px !important;
  }

  .v2-legacy-api .row {
    margin-left: 0;
    margin-right: 0;
  }

  .v2-legacy-api [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .v2-legacy-api .col-md-3 {
    margin-bottom: 12px;
  }

  .v2-legacy-api .col-md-3 .card-body {
    padding: 14px;
  }

  .v2-legacy-api .col-md-3 .card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px !important;
  }

  .v2-legacy-api .col-md-3 .list-link {
    background: #f0f4f9;
    padding: 9px 11px;
  }

  .v2-legacy-api .package-selection {
    top: 72px !important;
    padding: 12px !important;
  }

  .v2-legacy-api .chongoivip {
    font-size: 21px !important;
  }

  .v2-legacy-api .tab-container {
    align-items: stretch;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 2px;
  }

  .v2-legacy-api .tab-button {
    flex: 0 0 auto;
    max-width: 230px;
  }

  .v2-legacy-api .tab-contentsss,
  .v2-legacy-api .payment-row {
    grid-template-columns: 1fr;
  }

  .v2-legacy-api .tab-contentsss .card-body {
    padding: 16px;
  }

  .v2-legacy-api .tab-contentsss .price {
    font-size: 40px !important;
  }

  .v2-legacy-api .tab-contentsss .h2 {
    font-size: 16px !important;
  }

  .v2-legacy-api .tab-contentsss div[style*="font-size: 19px"] {
    font-size: 16px !important;
  }

  .v2-legacy-api .tab-contentsss .d-flex {
    gap: 8px;
  }

  .v2-legacy-api .tab-contentsss p {
    font-size: 14px;
    overflow-wrap: anywhere;
  }

  .v2-legacy-api > img[src*="upload/image/banner.jpeg"],
  .v2-legacy-api > img[src*="upload/mod.jpg"],
  .v2-legacy-api > img[src*="upload/private_mod.jpg"] {
    max-height: 220px;
  }

  .v2-legacy-api .py-8.border-bottom {
    padding: 24px 0 !important;
  }

  .v2-legacy-api .display-2 {
    font-size: 34px !important;
  }

  .v2-legacy-api .lead {
    font-size: 16px;
  }

  .v2-legacy-api .text-center .btn.w-100 {
    width: 100% !important;
  }

  .v2-hero {
    background-position: center;
  }

  .v2-public-hero {
    background-position: center;
    padding: 100px 0 42px;
  }

  .v2-public-hero h1 {
    font-size: 36px;
    overflow-wrap: anywhere;
  }

  .v2-public-lookup__row {
    grid-template-columns: 1fr;
  }

  .v2-public-shortcuts__grid,
  .v2-public-packages {
    grid-template-columns: 1fr;
  }

  .v2-public-package {
    min-height: 0;
  }

  .v2-public-service h2 {
    font-size: 30px;
  }

  .v2-public-pricing .v2-section__head h2 {
    font-size: 30px;
  }

  .v2-lead {
    font-size: 17px;
  }

  .v2-hero h1 {
    font-size: 40px;
    overflow-wrap: anywhere;
  }

  .v2-status-grid,
  .v2-strip__grid,
  .v2-packages {
    grid-template-columns: 1fr;
  }

  .v2-section {
    padding: 52px 0;
  }

  .v2-section__head {
    align-items: start;
    flex-direction: column;
  }

  .v2-package {
    min-height: 0;
  }
}

/* Unified CTV V2 surface */
:root {
  --v2-radius: 8px;
  --v2-page: #f4f7fb;
  --v2-card: #fff;
  --v2-shadow: 0 12px 30px rgba(16, 19, 26, .06);
  --v2-shadow-soft: 0 6px 18px rgba(16, 19, 26, .045);
}

body {
  background: var(--v2-page);
  color: var(--v2-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body.pt-10 {
  padding-top: 0 !important;
}

.v2-shell,
.v2-affiliate-shell {
  width: min(1120px, calc(100% - 32px));
}

.v2-site-header {
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(16, 19, 26, .08);
  box-shadow: 0 8px 26px rgba(16, 19, 26, .055);
}

.v2-site-nav,
.v2-site-nav__inner {
  min-height: 70px;
}

.v2-site-brand {
  font-size: 17px;
  max-width: min(360px, 52vw);
}

.v2-site-brand > span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-site-brand__mark,
.v2-header-cta,
.v2-site-menu .nav-link,
.v2-nav-toggle,
.v2-footer-links a,
.v2-btn,
.v2-affiliate-btn {
  border-radius: var(--v2-radius);
}

.v2-site-menu .nav-link {
  color: #263243;
  font-size: 14px;
  min-height: 38px;
  padding: 10px 11px;
}

.v2-site-menu .nav-link:hover,
.v2-site-menu .nav-link:focus,
.v2-site-menu .nav-link.is-active {
  background: #eef4ff;
  color: var(--v2-blue);
}

.v2-footer-links a.is-active {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .34);
}

.v2-header-cta,
.v2-btn--primary,
.v2-affiliate-btn {
  box-shadow: 0 7px 16px rgba(217, 31, 43, .18);
}

.v2-header-cta:hover,
.v2-btn--primary:hover,
.v2-affiliate-btn:hover {
  transform: translateY(-1px);
}

.v2-affiliate {
  background: linear-gradient(180deg, #f7fbff 0, var(--v2-page) 300px, var(--v2-page) 100%);
  color: var(--v2-ink);
  padding: 42px 0 72px;
}

.v2-affiliate-top {
  align-items: center;
  background: var(--v2-card);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow-soft);
  gap: 18px;
  margin-bottom: 18px;
  padding: 20px;
}

.v2-affiliate-top > div:first-child {
  min-width: 0;
}

.v2-affiliate-kicker {
  color: var(--v2-red);
  font-size: 12px;
  letter-spacing: 0;
  margin-bottom: 7px;
}

.v2-affiliate h1 {
  font-size: 34px;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.v2-affiliate h2 {
  font-size: 24px;
  line-height: 1.2;
}

.v2-affiliate h3 {
  font-size: 18px;
  line-height: 1.25;
}

.v2-affiliate-muted {
  line-height: 1.5;
  margin: 8px 0 0;
}

.v2-affiliate-nav,
.v2-affiliate-card,
.v2-order-card,
.v2-order-panel,
.v2-order-meta > div,
.v2-cert-grid > div,
.v2-order-flow,
.v2-order-note,
.v2-affiliate-summary > div,
.v2-public-contact span,
.v2-public-contact a,
.v2-classic-package,
.v2-classic-lookup,
.v2-classic-reason-grid article,
.v2-public-package {
  border-radius: var(--v2-radius);
}

.v2-affiliate-nav,
.v2-affiliate-card,
.v2-order-card {
  background: var(--v2-card);
  border-color: var(--v2-line);
  box-shadow: var(--v2-shadow-soft);
}

.v2-affiliate-nav {
  padding: 8px;
}

.v2-affiliate-nav a {
  border-radius: 7px;
  min-height: 38px;
}

.v2-affiliate-nav a.is-active {
  background: var(--v2-ink);
}

.v2-affiliate-card {
  overflow: hidden;
}

.v2-affiliate-card__head,
.v2-affiliate-card__body {
  padding: 16px;
}

.v2-affiliate-card__head {
  background: #fff;
  min-height: 58px;
}

.v2-affiliate-stat {
  display: grid;
  min-height: 96px;
  padding: 16px;
}

.v2-affiliate-stat strong {
  font-size: 28px;
}

.v2-affiliate-field label,
.v2-affiliate-stat span,
.v2-cert-grid span,
.v2-order-meta span,
.v2-affiliate-summary span {
  color: #697589;
  font-size: 11px;
  letter-spacing: .02em;
}

.v2-affiliate-field input,
.v2-affiliate-field select,
.v2-affiliate-field textarea,
.v2-auth-page input,
.v2-checkorder input {
  background: #fff;
  border-color: #cdd6e3;
  border-radius: var(--v2-radius);
  min-height: 44px;
}

.v2-affiliate-field input:focus,
.v2-affiliate-field select:focus,
.v2-affiliate-field textarea:focus,
.v2-auth-page input:focus,
.v2-checkorder input:focus {
  border-color: var(--v2-blue);
  box-shadow: 0 0 0 3px rgba(22, 100, 217, .12);
  outline: 0;
}

.v2-affiliate-btn,
.v2-auth-page .btn,
.v2-checkorder .btn,
.v2-btn {
  border-radius: var(--v2-radius);
  font-size: 14px;
  min-height: 44px;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}

.v2-affiliate-btn--light {
  background: #fff;
  box-shadow: none;
  color: var(--v2-ink);
}

.v2-affiliate-btn--light:hover {
  background: #eef4ff;
  border-color: #cfe0ff;
  color: var(--v2-blue);
}

.v2-affiliate-btn--success {
  background: var(--v2-green);
  border-color: var(--v2-green);
  box-shadow: 0 7px 16px rgba(22, 132, 91, .16);
  color: #fff !important;
}

.v2-affiliate-btn--success:hover {
  background: #11734f;
  color: #fff !important;
}

.v2-affiliate-btn--danger {
  background: #fff;
  box-shadow: none;
  color: var(--v2-red);
}

.v2-auth-shell {
  max-width: 500px;
}

.v2-auth-page {
  align-items: start;
  display: flex;
  min-height: 0;
  padding-bottom: 48px;
  padding-top: 112px;
}

.v2-auth-page .v2-affiliate-card {
  border-top: 4px solid var(--v2-red);
  width: 100%;
}

.v2-auth-page .v2-affiliate-card__body {
  padding: 24px;
}

.v2-auth-page h1 {
  font-size: 34px;
  margin-bottom: 8px;
}

.v2-auth-page .v2-affiliate-form {
  margin-top: 18px;
}

.v2-auth-links {
  border-top: 1px solid var(--v2-line);
  justify-content: center;
  margin-top: 18px;
  padding-top: 14px;
}

.v2-direct-order-layout,
.v2-affiliate-layout {
  gap: 18px;
}

.v2-order-card {
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) 270px;
  padding: 16px;
}

.v2-order-card__head {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.v2-order-card__head h2 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.18;
  margin: 0;
  overflow-wrap: anywhere;
}

.v2-order-card__main {
  min-width: 0;
}

.v2-order-badges {
  max-width: 100%;
}

.v2-order-meta {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.v2-order-meta > div,
.v2-cert-grid > div,
.v2-order-flow,
.v2-order-note,
.v2-affiliate-summary > div {
  background: #f8fafc;
  border-color: var(--v2-line);
}

.v2-order-card__actions {
  align-content: start;
  background: #f8fafc;
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  padding: 10px;
}

.v2-order-card__actions .v2-affiliate-btn {
  box-shadow: none;
  min-height: 38px;
}

.v2-order-primary-actions {
  top: 88px;
}

.v2-order-panel {
  border-color: var(--v2-line);
  overflow: hidden;
}

.v2-order-panel[open] {
  background: #fff;
}

.v2-receive-search {
  margin-bottom: 16px;
}

.v2-classic-hero {
  background: linear-gradient(180deg, #f7fbff 0, #fff 70%);
  padding-top: 104px;
}

.v2-classic-hero h1 {
  font-size: clamp(40px, 5vw, 58px);
}

.v2-classic-hero h2 {
  font-size: clamp(22px, 2.4vw, 28px);
}

.v2-classic-package,
.v2-classic-lookup,
.v2-classic-reason-grid article {
  box-shadow: var(--v2-shadow-soft);
}

.v2-classic-buy,
.v2-btn {
  border-radius: var(--v2-radius);
}

@media (max-width: 991px) {
  .v2-affiliate-layout,
  .v2-direct-order-layout,
  .v2-order-card {
    grid-template-columns: 1fr;
  }

  .v2-order-primary-actions {
    position: static;
  }

  .v2-site-collapse {
    border-radius: 0 0 var(--v2-radius) var(--v2-radius);
  }
}

@media (max-width: 720px) {
  .v2-shell,
  .v2-affiliate-shell {
    width: min(100% - 24px, 1120px);
  }

  .v2-site-brand {
    max-width: calc(100vw - 96px);
  }

  .v2-affiliate {
    padding: 24px 0 48px;
  }

  .v2-affiliate-top {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px;
  }

  .v2-affiliate h1,
  .v2-auth-page h1 {
    font-size: 30px;
  }

  .v2-affiliate-card__head,
  .v2-affiliate-card__body,
  .v2-auth-page .v2-affiliate-card__body {
    padding: 16px;
  }

  .v2-affiliate-actions,
  .v2-auth-links {
    gap: 8px;
  }

  .v2-order-card {
    padding: 14px;
  }

  .v2-order-card__head {
    flex-direction: column;
  }

  .v2-order-card__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2-order-card__actions .v2-affiliate-btn {
    width: 100%;
  }

  .v2-classic-hero {
    padding-top: 92px;
  }
}

@media (max-width: 420px) {
  .v2-order-card__actions,
  .v2-myorders-toolbar {
    grid-template-columns: 1fr;
  }

  .v2-affiliate-btn,
  .v2-btn {
    min-height: 42px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Stable V2 public shell overrides: keep tenant pages from inheriting
   wide legacy container behavior on small screens. */
.v2-shell,
.v2-affiliate-shell {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: calc(100% - 32px);
}

.v2-affiliate-shell {
  max-width: 1160px;
}

.v2-auth-shell {
  max-width: 500px;
  width: calc(100% - 32px);
}

.v2-site-collapse,
.v2-classic-hero__copy,
.v2-affiliate-top > div:first-child,
.v2-order-card__main {
  min-width: 0;
}

.v2-classic-hero h1,
.v2-classic-section-head h2,
.v2-affiliate h1,
.v2-affiliate h2,
.v2-affiliate-muted,
.v2-site-brand > span:last-child {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.v2-classic-devices {
  max-width: 100%;
}

@media (max-width: 720px) {
  .v2-shell,
  .v2-affiliate-shell,
  .v2-auth-shell {
    max-width: calc(100% - 24px);
    width: calc(100% - 24px);
  }

  .v2-site-brand {
    max-width: calc(100vw - 96px);
  }

  .v2-classic-hero h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .v2-affiliate h1,
  .v2-auth-page h1 {
    font-size: 28px;
    line-height: 1.12;
  }

  .v2-affiliate-top {
    overflow: hidden;
  }

  .v2-auth-page {
    padding-top: 96px;
  }

  .v2-warranty-page {
    padding-top: 96px;
  }

  .v2-warranty-progress,
  .v2-warranty-issues {
    grid-template-columns: 1fr;
  }

  .v2-warranty-step__head {
    align-items: flex-start;
  }

  .v2-affiliate-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
    width: 100%;
  }

  .v2-affiliate-actions .v2-affiliate-btn {
    width: 100%;
  }
}

/* Receive page polish */
.v2-receive-page .v2-affiliate-shell {
  max-width: 1080px;
}

.v2-receive-page .v2-affiliate-top {
  align-items: center;
  background: linear-gradient(135deg, #fff 0%, #f8fbff 100%);
  border-color: #dce5f1;
  padding: 28px 30px;
}

.v2-receive-page .v2-affiliate-top h1 {
  font-size: clamp(34px, 4vw, 46px);
  max-width: 760px;
}

.v2-receive-page .v2-affiliate-top .v2-affiliate-muted {
  font-size: 16px;
  max-width: 780px;
}

.v2-receive-page .v2-affiliate-top .v2-affiliate-actions {
  display: flex;
  flex: 0 0 auto;
  padding: 0;
}

.v2-receive-lookup {
  background: #fff;
  border: 1px solid #dce5f1;
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow-soft);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr) 330px;
  margin-bottom: 18px;
  overflow: hidden;
}

.v2-receive-lookup__main {
  min-width: 0;
  padding: 24px;
}

.v2-receive-lookup__head {
  display: grid;
  gap: 4px;
  margin-bottom: 16px;
}

.v2-receive-lookup__head span,
.v2-receive-form label {
  color: var(--v2-red);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.v2-receive-lookup__head strong {
  color: var(--v2-ink);
  font-size: 22px;
  font-weight: 950;
  line-height: 1.15;
}

.v2-receive-form {
  display: grid;
  gap: 10px;
}

.v2-receive-control {
  align-items: stretch;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 156px;
}

.v2-receive-control input {
  border-color: #cdd6e3;
  border-radius: var(--v2-radius);
  font-size: 16px;
  min-height: 56px;
  padding: 0 16px;
}

.v2-receive-control .v2-affiliate-btn {
  min-height: 56px;
  white-space: nowrap;
  width: 100%;
}

.v2-receive-form__foot {
  align-items: center;
  color: var(--v2-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  font-size: 13px;
  line-height: 1.45;
}

.v2-receive-form__foot a {
  color: var(--v2-blue);
  font-weight: 950;
  text-decoration: none;
}

.v2-receive-form__foot a:hover {
  text-decoration: underline;
}

.v2-receive-lookup__side {
  background: #f8fafc;
  border-left: 1px solid #dce5f1;
  display: grid;
  gap: 10px;
  padding: 18px;
}

.v2-receive-lookup__side > div {
  background: #fff;
  border: 1px solid #e3ebf5;
  border-radius: var(--v2-radius);
  display: grid;
  gap: 4px;
  padding: 12px;
}

.v2-receive-lookup__side span {
  color: var(--v2-red);
  font-size: 11px;
  font-weight: 950;
}

.v2-receive-lookup__side strong {
  color: var(--v2-ink);
  font-size: 14px;
  font-weight: 950;
}

.v2-receive-lookup__side small {
  color: var(--v2-muted);
  font-size: 12px;
  line-height: 1.4;
}

.v2-receive-contact p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 0;
}

.v2-receive-contact a {
  background: #eef4ff;
  border: 1px solid #d7e5ff;
  border-radius: 999px;
  color: var(--v2-blue);
  font-size: 12px;
  font-weight: 900;
  padding: 6px 10px;
  text-decoration: none;
}

.v2-receive-contact a:hover {
  background: #e2edff;
  color: #0f4db8;
}

.v2-receive-lookup .v2-receive-ajax {
  margin-top: 16px;
}

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

  .v2-receive-lookup__side {
    border-left: 0;
    border-top: 1px solid #dce5f1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .v2-receive-page .v2-affiliate-top {
    padding: 20px;
  }

  .v2-receive-page .v2-affiliate-top .v2-affiliate-actions {
    display: none;
  }

  .v2-receive-lookup__main {
    padding: 18px;
  }

  .v2-receive-control {
    grid-template-columns: 1fr;
  }

  .v2-receive-control input,
  .v2-receive-control .v2-affiliate-btn {
    min-height: 52px;
  }

  .v2-receive-lookup__side {
    grid-template-columns: 1fr;
  }
}

.v2-minigame-page {
  padding-bottom: 56px;
}

.v2-minigame-board {
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow-soft);
  display: grid;
  gap: 18px;
  padding: 18px;
}

.v2-minigame-panel {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}

.v2-minigame-panel > div {
  display: grid;
  gap: 4px;
}

.v2-minigame-panel span {
  color: var(--v2-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.v2-minigame-panel strong {
  color: var(--v2-red);
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
}

.v2-goldegg-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
}

.v2-goldegg {
  aspect-ratio: 1 / 1;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 10px;
  cursor: pointer;
  display: grid;
  min-height: 0;
  place-items: center;
  transition: border-color .18s ease, transform .18s ease;
}

.v2-goldegg span {
  aspect-ratio: 3 / 4;
  background: linear-gradient(180deg, #fff7c2, #f2b84b);
  border-radius: 50% 50% 46% 46%;
  box-shadow: inset -6px -10px 16px rgba(154, 90, 0, .18), 0 10px 18px rgba(154, 90, 0, .18);
  width: 42%;
}

.v2-goldegg:hover {
  border-color: #f59e0b;
  transform: translateY(-2px);
}

.v2-goldegg:disabled {
  opacity: .72;
}

.v2-goldegg.is-opened {
  background: #f1f5f9;
  border-color: #d8e1ec;
  cursor: default;
}

.v2-goldegg.is-opened span {
  background: linear-gradient(180deg, #e5e7eb, #cbd5e1);
  box-shadow: none;
}

.v2-minigame-result {
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  color: var(--v2-muted);
  font-weight: 850;
  min-height: 48px;
  padding: 12px;
  text-align: center;
}

.v2-minigame-result.is-win {
  background: #effaf4;
  border-color: #b8e4c8;
  color: var(--v2-green);
}

.v2-minigame-result.is-normal {
  background: #f8fafc;
}

@media (max-width: 640px) {
  .v2-goldegg-grid {
    gap: 8px;
  }

  .v2-minigame-board {
    padding: 12px;
  }
}

.v2-livechat-page,
.v2-livechat-admin-page {
  padding-bottom: 56px;
}

.v2-livechat-layout,
.v2-livechat-admin {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 360px;
}

.v2-livechat-admin {
  grid-template-columns: 340px minmax(0, 1fr);
}

.v2-livechat-box {
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow-soft);
  display: grid;
  gap: 0;
  overflow: hidden;
}

.v2-livechat-messages {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 520px;
  min-height: 320px;
  overflow: auto;
  padding: 16px;
}

.v2-livechat-empty {
  align-items: center;
  color: var(--v2-muted);
  display: flex;
  font-weight: 850;
  justify-content: center;
  min-height: 180px;
  text-align: center;
}

.v2-livechat-message {
  border: 1px solid var(--v2-line);
  border-radius: 10px;
  display: grid;
  gap: 4px;
  max-width: 78%;
  padding: 10px 12px;
}

.v2-livechat-message strong {
  color: var(--v2-ink);
  font-size: 13px;
  font-weight: 950;
}

.v2-livechat-message p {
  color: var(--v2-ink);
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
}

.v2-livechat-message span {
  color: var(--v2-muted);
  font-size: 11px;
  font-weight: 800;
}

.v2-livechat-message.is-visitor {
  align-self: flex-end;
  background: #eef4ff;
  border-color: #d7e5ff;
}

.v2-livechat-message.is-affiliate {
  align-self: flex-start;
  background: #f8fafc;
}

.v2-livechat-form {
  border-top: 1px solid var(--v2-line);
  display: grid;
  gap: 12px;
  padding: 16px;
}

.v2-livechat-status {
  color: var(--v2-muted);
  font-size: 13px;
  font-weight: 850;
  min-height: 18px;
}

.v2-livechat-status.is-error {
  color: var(--v2-red);
}

.v2-livechat-session-list {
  display: grid;
  max-height: 640px;
  overflow: auto;
}

.v2-livechat-session {
  background: #fff;
  border: 0;
  border-bottom: 1px solid var(--v2-line);
  cursor: pointer;
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  text-align: left;
}

.v2-livechat-session:hover,
.v2-livechat-session.is-active {
  background: #eef4ff;
}

.v2-livechat-session strong {
  color: var(--v2-ink);
  font-weight: 950;
}

.v2-livechat-session span,
.v2-livechat-session small {
  color: var(--v2-muted);
  font-size: 12px;
  font-weight: 800;
}

.v2-livechat-menu {
  border-bottom: 1px solid var(--v2-line);
  display: grid;
  gap: 10px;
  padding: 16px 16px 14px;
}

.v2-livechat-menu:empty {
  display: none;
}

.v2-livechat-menu-level {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.v2-livechat-menu-btn,
.v2-livechat-menu-back {
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  color: var(--v2-ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  min-height: 38px;
  padding: 8px 12px;
  text-align: left;
}

.v2-livechat-menu-btn:hover,
.v2-livechat-menu-back:hover {
  border-color: #2563eb;
  color: #2563eb;
}

.v2-livechat-menu-back {
  justify-self: start;
}

.v2-livechat-menu-html {
  background: #f8fafc;
  border: 1px solid var(--v2-line);
  border-radius: 10px;
  color: #334155;
  font-size: 14px;
  line-height: 1.55;
  padding: 12px;
  width: 100%;
}

.v2-livechat-menu-html p {
  margin: 0 0 8px;
}

.v2-livechat-menu-html p:last-child {
  margin-bottom: 0;
}

.v2-livechat-menu-admin {
  margin-bottom: 18px;
}

.v2-livechat-builder-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.v2-livechat-builder-list,
.v2-livechat-builder-children {
  display: grid;
  gap: 10px;
}

.v2-livechat-builder-list {
  margin-top: 12px;
}

.v2-livechat-builder-children {
  border-left: 2px solid #d7e5ff;
  margin-left: 12px;
  padding-left: 12px;
}

.v2-livechat-builder-children:empty {
  display: none;
}

.v2-livechat-builder-item {
  background: #f8fafc;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 12px;
}

.v2-livechat-builder-row {
  align-items: end;
  display: grid;
  gap: 10px;
  grid-template-columns: 130px minmax(160px, 1fr) minmax(220px, 1.2fr) auto;
}

.v2-livechat-builder-row .v2-affiliate-field > span {
  color: var(--v2-muted);
  display: block;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.v2-livechat-builder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.v2-livechat-builder-actions .v2-affiliate-btn {
  min-height: 40px;
  padding: 9px 11px;
}

.v2-livechat-builder-field--content {
  display: none;
  grid-column: 1 / -1;
}

.v2-livechat-builder-item.is-html .v2-livechat-builder-field--label,
.v2-livechat-builder-item.is-html .v2-livechat-builder-field--action,
.v2-livechat-builder-item.is-html .v2-livechat-builder-add-child {
  display: none;
}

.v2-livechat-builder-item.is-html .v2-livechat-builder-field--content {
  display: block;
}

.v2-livechat-json-panel {
  border-top: 1px solid var(--v2-line);
  margin-top: 14px;
  padding-top: 12px;
}

.v2-livechat-json-panel summary {
  color: var(--v2-muted);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 10px;
}

.v2-livechat-menu-json {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  min-height: 220px;
}

@media (max-width: 900px) {
  .v2-livechat-layout,
  .v2-livechat-admin {
    grid-template-columns: 1fr;
  }

  .v2-livechat-messages {
    max-height: 460px;
  }

  .v2-livechat-builder-row {
    grid-template-columns: 1fr;
  }

  .v2-livechat-builder-actions {
    justify-content: flex-start;
  }
}

.v2-store-page {
  padding-bottom: 56px;
}

.v2-store-hero {
  align-items: center;
  background: #fff;
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow-soft);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) 320px;
  overflow: hidden;
  padding: 22px;
}

.v2-store-hero h2 {
  color: var(--v2-ink);
  font-size: 34px;
  font-weight: 950;
  line-height: 1.05;
  margin: 0 0 8px;
}

.v2-store-hero p {
  color: var(--v2-muted);
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 16px;
}

.v2-store-install {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.v2-store-install label {
  color: var(--v2-red);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.v2-store-install > div {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 150px;
}

.v2-store-install input {
  border: 1px solid #cdd6e3;
  border-radius: var(--v2-radius);
  min-height: 48px;
  padding: 0 14px;
}

.v2-store-device {
  align-self: stretch;
  background: #f8fafc;
  border: 1px solid #e3ebf5;
  border-radius: 10px;
  display: grid;
  min-height: 260px;
  overflow: hidden;
  place-items: center;
}

.v2-store-device img {
  height: 100%;
  max-height: 340px;
  object-fit: cover;
  width: 100%;
}

.v2-store-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

@media (max-width: 980px) {
  .v2-store-hero,
  .v2-store-grid {
    grid-template-columns: 1fr;
  }

  .v2-store-device {
    min-height: 220px;
  }
}

@media (max-width: 640px) {
  .v2-store-hero {
    padding: 16px;
  }

  .v2-store-hero h2 {
    font-size: 28px;
  }

  .v2-store-install > div {
    grid-template-columns: 1fr;
  }
}

.v2-payment-page .v2-affiliate-shell {
  max-width: 1220px;
}

.v2-payment-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .65fr);
}

.v2-payment-summary .v2-affiliate-card__body {
  display: grid;
  gap: 18px;
}

.v2-payment-total {
  background: #111827;
  border-radius: 10px;
  color: #fff;
  display: grid;
  gap: 4px;
  padding: 20px;
}

.v2-payment-total span,
.v2-payment-total em {
  color: rgba(255, 255, 255, .74);
  font-style: normal;
  font-weight: 800;
}

.v2-payment-total strong {
  color: #fff;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
}

.v2-payment-breakdown {
  display: grid;
  gap: 10px;
}

.v2-payment-breakdown > div {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e3ebf5;
  border-radius: 10px;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  padding: 12px;
}

.v2-payment-breakdown span,
.v2-payment-breakdown em {
  color: #64748b;
  font-style: normal;
  font-weight: 850;
}

.v2-payment-breakdown strong {
  color: #111827;
}

.v2-payment-upsell {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.v2-payment-methods {
  margin-top: 18px;
}

.v2-payment-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.v2-payment-tabs button {
  background: #fff;
  border: 1px solid #d8e1ed;
  border-radius: 8px;
  color: #334155;
  cursor: pointer;
  font-weight: 900;
  min-height: 40px;
  padding: 0 14px;
}

.v2-payment-tabs button.is-active {
  background: var(--v2-red);
  border-color: var(--v2-red);
  color: #fff;
}

.v2-payment-panel {
  display: none;
}

.v2-payment-panel.is-active {
  display: block;
}

.v2-payment-bank-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
}

.v2-payment-qr {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e3ebf5;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  min-height: 300px;
  padding: 16px;
}

.v2-payment-qr img {
  height: auto;
  max-width: 100%;
}

.v2-payment-bank-info {
  display: grid;
  gap: 14px;
}

.v2-payment-proof {
  border-top: 1px solid #e3ebf5;
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
}

.v2-payment-proof > strong {
  color: #111827;
  font-size: 18px;
}

.v2-payment-alt {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e3ebf5;
  border-radius: 10px;
  display: grid;
  gap: 20px;
  grid-template-columns: 180px minmax(0, 1fr);
  padding: 20px;
}

.v2-payment-alt img {
  height: auto;
  max-width: 160px;
}

.v2-payment-alt strong {
  color: #111827;
  display: block;
  font-size: 22px;
  margin-bottom: 8px;
}

.v2-payment-alt p {
  color: #475569;
  margin: 0 0 8px;
}

.v2-payment-toast {
  background: #111827;
  border-radius: 999px;
  bottom: 22px;
  color: #fff;
  font-weight: 900;
  left: 50%;
  opacity: 0;
  padding: 10px 16px;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, 12px);
  transition: .18s ease;
  z-index: 9999;
}

.v2-payment-toast.is-show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.v2-payment-success {
  align-items: center;
  background: rgba(15, 23, 42, .58);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  z-index: 10000;
}

.v2-payment-success.is-show {
  display: flex;
}

.v2-payment-success > div {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 28px 80px rgba(15, 23, 42, .28);
  max-width: 420px;
  padding: 24px;
  text-align: center;
  width: 100%;
}

.v2-payment-success strong {
  color: #16a34a;
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
}

.v2-payment-success p {
  color: #475569;
  margin: 0;
}

@media (max-width: 980px) {
  .v2-payment-layout,
  .v2-payment-bank-grid,
  .v2-payment-alt {
    grid-template-columns: 1fr;
  }

  .v2-payment-qr {
    min-height: 220px;
  }
}

@media (max-width: 640px) {
  .v2-payment-breakdown > div {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .v2-payment-upsell {
    align-items: flex-start;
    flex-direction: column;
  }

  .v2-payment-tabs {
    width: 100%;
  }

  .v2-payment-tabs button {
    flex: 1 1 110px;
  }
}


/* === V2 Affiliate Tree (rewrite) ============================== */
.v2-aff-tree__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.v2-aff-tree__count {
  color: var(--v2-muted);
  font-size: 12px;
  font-weight: 700;
}
.v2-aff-tree__controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.v2-aff-tree__search {
  flex: 1;
  min-width: 220px;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  font-size: 13px;
  padding: 9px 12px;
  background: #fff;
}
.v2-aff-tree__search:focus {
  outline: none;
  border-color: var(--v2-red);
}
.v2-aff-tree__buttons {
  display: flex;
  gap: 6px;
}
.v2-aff-tree__ctrl-btn {
  background: transparent;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  color: var(--v2-muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 12px;
  transition: all .15s ease;
}
.v2-aff-tree__ctrl-btn:hover {
  border-color: var(--v2-red);
  color: var(--v2-red);
}

.v2-aff-tree {
  font-size: 13px;
}
.v2-aff-tree ul,
.v2-aff-tree__root {
  list-style: none;
  margin: 0;
  padding: 0;
}
.v2-aff-tree__children {
  position: relative;
  margin-left: 22px;
  padding-left: 18px;
  border-left: 1px dashed var(--v2-line);
}
.v2-aff-tree li {
  position: relative;
  margin-top: 6px;
}
.v2-aff-tree__children > li::before {
  content: '';
  position: absolute;
  top: 18px;
  left: -19px;
  width: 14px;
  border-top: 1px dashed var(--v2-line);
}
.v2-aff-tree__details {
  border-radius: 8px;
}
.v2-aff-tree__details[open] > .v2-aff-tree__row {
  background: rgba(217,31,43,0.04);
}
.v2-aff-tree__row {
  align-items: center;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 8px 12px;
  transition: border-color .15s ease, background .15s ease;
}
.v2-aff-tree__row::-webkit-details-marker { display: none; }
.v2-aff-tree__row::marker { content: ''; }
.v2-aff-tree__row:hover {
  border-color: var(--v2-red);
}
.v2-aff-tree__details:not([open]) > .v2-aff-tree__row::before,
.v2-aff-tree__details[open] > .v2-aff-tree__row::before {
  content: '▸';
  color: var(--v2-muted);
  display: inline-block;
  font-size: 10px;
  transition: transform .15s ease;
  width: 10px;
}
.v2-aff-tree__details[open] > .v2-aff-tree__row::before {
  transform: rotate(90deg);
}
.v2-aff-tree__badge {
  background: var(--v2-line);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  min-width: 30px;
  padding: 3px 6px;
}
.v2-aff-tree__badge--l0 { background: #2c3e50; }
.v2-aff-tree__badge--l1 { background: #2563eb; }
.v2-aff-tree__badge--l2 { background: #16a34a; }
.v2-aff-tree__badge--l3 { background: #d97706; }
.v2-aff-tree__badge--l4 { background: #db2777; }
.v2-aff-tree__badge--l5 { background: #7c3aed; }

.v2-aff-tree__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.v2-aff-tree__info strong {
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v2-aff-tree__info small {
  color: var(--v2-muted);
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v2-aff-tree__actions {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}
.v2-aff-tree__btn {
  background: transparent;
  border: 1px solid var(--v2-line);
  border-radius: 6px;
  color: var(--v2-muted);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  text-decoration: none;
  transition: all .15s ease;
  white-space: nowrap;
}
.v2-aff-tree__btn:hover {
  background: #f7f9fc;
  border-color: var(--v2-red);
  color: var(--v2-red);
  text-decoration: none;
}
.v2-aff-tree__btn--primary {
  background: var(--v2-red);
  border-color: var(--v2-red);
  color: #fff;
}
.v2-aff-tree__btn--primary:hover {
  background: #b3171f;
  border-color: #b3171f;
  color: #fff;
}
.v2-aff-tree__empty-search {
  color: var(--v2-muted);
  font-size: 12px;
  padding: 14px;
  text-align: center;
}

@media (max-width: 640px) {
  .v2-aff-tree__row { flex-wrap: wrap; }
  .v2-aff-tree__actions { width: 100%; justify-content: flex-end; }
}
