@font-face {
  font-family: "XR Uyghur Web";
  src: url("https://xirtv.cn/assets/fonts/Candarab.ttf?v=20260419v1") format("truetype"),
    url("https://cdn.jsdelivr.net/gh/googlefonts/noto-fonts@main/hinted/ttf/NotoNaskhArabic/NotoNaskhArabic-Regular.ttf")
      format("truetype"),
    url("./fonts/Candarab.ttf?v=20260419v1") format("truetype"),
    local("Candarab"),
    local("Candarab Regular"),
    local("Microsoft Uighur"),
    local("UKIJ Tuz Tom");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}

@font-face {
  font-family: "UKIJ Tuz Tom";
  src: local("UKIJ Tuz Tom"), local("UKIJTuzTom");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Microsoft Uighur";
  src: local("Microsoft Uighur");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --font-uy: "XR Uyghur Web", "UKIJ Tuz Tom", "Microsoft Uighur", "Uyghur UI", "Noto Naskh Arabic", "Segoe UI", sans-serif;
  --font-display: "XR Uyghur Web", "UKIJ Tuz Tom", "Microsoft Uighur", "Uyghur UI", "Noto Naskh Arabic", "Segoe UI", sans-serif;
  --bg-1: #fffaf2;
  --bg-2: #f7efdf;
  --bg-3: #efe4d0;
  --ink: #1e2a3b;
  --ink-soft: #5d6c82;
  --line: rgba(129, 143, 168, 0.34);
  --card: rgba(255, 255, 255, 0.92);
  --card-strong: rgba(255, 255, 255, 0.98);
  --accent-1: #0fb5a4;
  --accent-2: #31b96a;
  --accent-3: #3c67d8;
  --warn: #ffd86a;
  --ok: #58ffb0;
  --err: #ff788e;
  --radius-xl: 26px;
  --radius-lg: 18px;
  --radius-md: 12px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  color: var(--ink);
  font-family: var(--font-uy);
  background: linear-gradient(180deg, #fffdf9, #f8f2e7 68%, #f6efe2 100%);
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
  font-synthesis: none;
}

h1,
h2,
h3,
.brand,
.btn {
  font-family: var(--font-uy);
}

.bg-orbit {
  display: none;
}

.wrap {
  width: min(1140px, calc(100% - 30px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(137, 150, 176, 0.34);
  backdrop-filter: blur(10px);
  background: rgba(255, 252, 247, 0.84);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 16px;
}

.brand {
  color: #1e2a3b;
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
}

.main-nav {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.main-nav a,
.nav-btn {
  color: #354660;
  text-decoration: none;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
}

.main-nav a:hover,
.nav-btn:hover {
  border-color: rgba(126, 149, 191, 0.48);
  background: rgba(228, 238, 255, 0.78);
}

.hero {
  padding: 62px 0 26px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 22px;
  align-items: center;
}

.hero-copy {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.97), rgba(254, 251, 244, 0.94));
  box-shadow: 0 8px 20px rgba(77, 94, 126, 0.08);
  padding: 28px;
}

.hero-tag {
  display: inline-flex;
  margin: 0;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(128, 150, 194, 0.44);
  color: #496186;
  background: rgba(230, 239, 255, 0.8);
  font-size: 13px;
}

.hero h1 {
  margin: 14px 0 0;
  font-size: clamp(32px, 4.5vw, 60px);
  letter-spacing: 0;
  line-height: 1.08;
  color: #1c2a40;
}

.hero-lead {
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.8;
}

.hero-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn-with-icon {
  direction: ltr;
  gap: 10px;
}

.btn-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: block;
}

.btn-with-icon span {
  direction: rtl;
  unicode-bidi: plaintext;
}

.hero-stats {
  display: none;
}

.hero-stats article {
  border: 1px solid rgba(125, 147, 187, 0.42);
  border-radius: 12px;
  background: rgba(247, 251, 255, 0.92);
  padding: 12px;
  text-align: center;
}

.hero-stats strong {
  display: block;
  color: #20304a;
  font-size: 20px;
}

.hero-stats span {
  display: block;
  margin-top: 4px;
  color: #9db4e3;
  font-size: 13px;
}

.hero-preview {
  margin: 0;
  border: 1px solid rgba(141, 159, 194, 0.42);
  border-radius: var(--radius-xl);
  padding: 12px;
  background: linear-gradient(175deg, rgba(255, 255, 255, 0.97), rgba(251, 245, 234, 0.92));
  box-shadow: 0 14px 34px rgba(82, 96, 126, 0.11);
}

.hero-preview img {
  width: 100%;
  display: block;
  border-radius: 18px;
  border: 1px solid rgba(149, 167, 202, 0.5);
  background: #ffffff;
}

.hero-preview figcaption {
  margin-top: 10px;
  text-align: center;
  color: #9eb5e4;
  font-size: 13px;
}

.showcase {
  margin-top: 8px;
}

.showcase-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.97), rgba(252, 246, 236, 0.92));
  padding: 24px;
}

.showcase-card h2 {
  margin: 0;
  font-size: clamp(28px, 3.8vw, 44px);
}

.showcase-card > p {
  margin: 8px 0 0;
  color: var(--ink-soft);
  line-height: 1.6;
}

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

.feature-item {
  border: 1px solid rgba(142, 160, 195, 0.44);
  border-radius: 14px;
  background: rgba(249, 252, 255, 0.96);
  padding: 12px;
  text-align: center;
}

.feature-item h3 {
  margin: 0;
  font-size: 19px;
}

.feature-item p {
  margin: 5px 0 0;
  color: #a4b8e3;
  line-height: 1.4;
  font-size: 13px;
}

.buy-section {
  margin-top: 16px;
  padding-bottom: 20px;
}

.section-head {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--card);
  padding: 16px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
}

.section-head p {
  margin: 8px 0 0;
  color: #abc0ea;
}

.flow-steps {
  display: none;
}

.step {
  border: 1px solid rgba(145, 163, 198, 0.45);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  color: #516783;
  background: rgba(246, 251, 255, 0.88);
}

.step.active {
  color: #1f3852;
  border-color: rgba(86, 174, 132, 0.58);
  box-shadow: 0 0 0 2px rgba(115, 214, 173, 0.2);
}

.checkout-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 12px;
}

.panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--card);
  padding: 14px;
}

.checkout-side {
  position: sticky;
  top: 88px;
  align-self: start;
}

.plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.plan {
  border: 1px solid rgba(146, 163, 196, 0.46);
  border-radius: 14px;
  background: rgba(252, 254, 255, 0.95);
  padding: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.plan:hover {
  transform: translateY(-2px);
  border-color: rgba(105, 140, 222, 0.62);
}

.plan-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.plan-badge {
  border: 1px solid rgba(145, 161, 191, 0.56);
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 11px;
  letter-spacing: 0.6px;
  color: #496283;
}

.plan[data-tier="recommended"] .plan-badge {
  color: #1a4f42;
  border-color: rgba(85, 166, 132, 0.72);
  background: rgba(207, 245, 229, 0.82);
}

.plan[data-tier="pro"] .plan-badge {
  color: #2c3f75;
  border-color: rgba(125, 145, 208, 0.8);
  background: rgba(226, 233, 255, 0.86);
}

.plan h4 {
  margin: 0 0 8px;
  font-size: 20px;
}

.plan-head h4 {
  margin: 0;
}

.plan p {
  margin: 6px 0;
  color: #a3b8e3;
  font-size: 14px;
}

.plan .btn {
  width: 100%;
  margin-top: 8px;
}

.plan.active {
  border-color: var(--accent-1);
  box-shadow: 0 0 0 2px rgba(23, 226, 209, 0.3);
}

.form {
  display: grid;
  gap: 10px;
}

.form label {
  display: grid;
  gap: 5px;
  color: #dbe7ff;
}

.form input,
.form select {
  width: 100%;
  border: 1px solid rgba(146, 165, 199, 0.6);
  border-radius: 11px;
  padding: 11px 12px;
  background: rgba(255, 255, 255, 0.96);
  color: #243349;
  font-family: inherit;
}

.summary-card {
  border: 1px solid rgba(143, 160, 194, 0.48);
  border-radius: 12px;
  background: var(--card-strong);
  padding: 12px;
}

.summary-card h3 {
  margin: 0 0 9px;
}

.summary-card p {
  margin: 7px 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #a6bbe6;
}

.summary-card strong {
  color: #223249;
}

.license-box {
  margin-top: 10px;
  border: 1px solid rgba(98, 196, 154, 0.58);
  border-radius: 12px;
  background: linear-gradient(165deg, rgba(238, 255, 247, 0.95), rgba(230, 249, 239, 0.94));
  padding: 12px;
}

.license-box h3 {
  margin: 0;
}

.license-box p {
  margin: 10px 0;
  color: #2c5a49;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.msg {
  min-height: 24px;
  margin: 10px 0 0;
  font-weight: 700;
  color: #bdd0fb;
}

.msg.is-warn,
.pay-state.is-warn {
  color: var(--warn);
}

.msg.is-ok,
.pay-state.is-ok {
  color: var(--ok);
}

.msg.is-error,
.pay-state.is-error {
  color: var(--err);
}

.btn {
  border: 1px solid rgba(146, 164, 198, 0.56);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #2a3a54;
  text-decoration: none;
  padding: 11px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.btn-primary {
  border-color: #2f4468;
  color: #f8fbff;
  background: #2f4468;
  box-shadow: 0 5px 14px rgba(47, 68, 104, 0.2);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.95);
}

.footer {
  padding: 8px 14px 24px;
  text-align: center;
  color: #6f7e96;
}

.footer a {
  color: #2c446f;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 160;
  display: grid;
  place-items: center;
  padding: 16px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(52, 63, 81, 0.34);
  backdrop-filter: blur(7px);
}

.modal-card {
  position: relative;
  width: min(920px, 100%);
  border: 1px solid rgba(152, 169, 201, 0.6);
  border-radius: 18px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.99), rgba(252, 246, 236, 0.98));
  box-shadow: 0 20px 54px rgba(80, 92, 117, 0.24);
  padding: 18px;
  animation: modal-pop 0.24s ease;
}

.modal-card h3 {
  margin: 0 40px 12px 0;
  font-size: clamp(25px, 3.2vw, 38px);
}

.modal-close {
  position: absolute;
  left: 12px;
  top: 10px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(145, 162, 197, 0.62);
  border-radius: 999px;
  background: rgba(246, 250, 255, 0.94);
  color: #32455f;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.tutorial-video {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  border: 1px solid rgba(109, 140, 215, 0.5);
  background: #000;
}

.tutorial-card {
  --plyr-color-main: #2f6ef1;
}

.tutorial-card .plyr {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(109, 140, 215, 0.5);
}

.tutorial-card .plyr--video {
  background: #000;
}

/* v23: tutorial modal shows only player */
.tutorial-card {
  width: min(1120px, calc(100vw - 44px));
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: transparent;
  box-shadow: none;
}

.tutorial-card h3,
.tutorial-card .hint {
  display: none !important;
}

.tutorial-card .modal-close {
  top: -46px;
  left: 0;
  border-color: rgba(191, 206, 232, 0.68);
  background: rgba(248, 252, 255, 0.98);
}

.tutorial-video {
  border-radius: 14px;
  border: 1px solid rgba(155, 178, 227, 0.72);
  box-shadow: 0 22px 48px rgba(15, 27, 47, 0.44);
}

.tutorial-card .plyr {
  border-radius: 14px;
  border: 1px solid rgba(155, 178, 227, 0.72);
  box-shadow: 0 22px 48px rgba(15, 27, 47, 0.44);
}

#tutorial-modal .modal-backdrop {
  background: rgba(19, 30, 48, 0.56);
  backdrop-filter: blur(8px);
}

/* v26: QR payment modal style */
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#pay-modal .pay-card {
  width: min(360px, calc(100vw - 24px));
  border: 0;
  border-radius: 18px;
  background: #f2f4f7;
  box-shadow: 0 18px 40px rgba(24, 34, 51, 0.28);
  padding: 18px 16px 14px;
  text-align: center;
}

#pay-modal .modal-close {
  top: 10px;
  left: 10px;
  width: 34px;
  height: 34px;
}

#pay-modal .pay-amount-line {
  margin-top: 4px;
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
  color: #ff4a38;
}

#pay-modal .pay-amount-line .currency {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}

#pay-modal .pay-amount-line #pay-amount {
  font-size: 58px;
  line-height: 0.92;
  font-weight: 800;
  letter-spacing: -0.6px;
}

#pay-modal .pay-qr-wrap {
  width: 250px;
  margin: 0 auto;
  border: 0;
  border-radius: 14px;
  background: #ffffff;
  padding: 10px;
  box-shadow: 0 8px 22px rgba(26, 36, 54, 0.14);
}

#pay-modal .pay-qr-wrap::after {
  display: none;
}

#pay-modal #wechat-qr {
  width: 230px;
  height: 230px;
  margin: 0 auto;
  border-radius: 8px;
}

#pay-modal .pay-method {
  margin: 10px 0 2px;
  color: #5f7088;
  font-size: 15px;
}

#pay-modal .pay-agreement {
  margin: 0 0 6px;
  color: #7487a2;
  font-size: 13px;
}

#pay-modal .order-line,
#pay-modal .pay-link,
#pay-modal .poll-rail,
#pay-modal #check-result {
  display: none !important;
}

#pay-modal .pay-state {
  margin: 6px 0 2px;
  min-height: 20px;
  font-size: 14px;
}

#pay-modal .pay-countdown {
  margin: 2px 0 4px;
  min-height: 24px;
  color: #2f6ef1;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.8px;
}

#pay-modal .poll-hint {
  margin: 0;
  min-height: 18px;
  color: #73849b;
}

#license-modal .license-card {
  width: min(420px, calc(100vw - 24px));
  border: 0;
  border-radius: 18px;
  background: #f2f4f7;
  box-shadow: 0 18px 40px rgba(24, 34, 51, 0.28);
  padding: 22px 16px 16px;
  text-align: center;
}

#license-modal .modal-close {
  top: 10px;
  left: 10px;
  width: 34px;
  height: 34px;
}

#license-modal .license-card h3 {
  margin: 2px 0 8px;
  color: #253b58;
  font-size: 30px;
}

#license-modal .license-sub {
  margin: 0;
  color: #5d718e;
  font-weight: 700;
}

#license-modal .license-code-value {
  margin: 10px auto 8px;
  width: min(320px, 100%);
  padding: 10px 12px;
  border: 1px dashed #8ca6cc;
  border-radius: 12px;
  background: #ffffff;
  color: #1f3654;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.4px;
  word-break: break-all;
}

#license-modal .license-reminder {
  margin: 0;
  min-height: 22px;
  color: #c04a3c;
  font-size: 13px;
  font-weight: 700;
}

#license-modal .license-reminder.is-ok {
  color: #238a50;
}

#license-modal .license-actions {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

#license-modal .license-actions .btn {
  width: 100%;
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 700;
}

/* v27: brand logo + favicon usage */
.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.brand-logo {
  display: block;
  width: auto;
  height: 48px;
  object-fit: contain;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.footer-logo {
  display: inline-block;
  width: auto;
  height: 22px;
  object-fit: contain;
  vertical-align: middle;
}

@media (max-width: 760px) {
  .brand-logo {
    height: 40px;
  }

  .footer-logo {
    height: 20px;
  }
}

.hint {
  margin: 10px 0 0;
  color: #5c6f89;
  font-weight: 700;
}

.hint.is-error {
  color: var(--warn);
}

.pay-card {
  width: min(520px, 100%);
  text-align: center;
}

.order-line {
  margin: 0 0 12px;
  color: #61758f;
  display: grid;
  gap: 3px;
}

.order-line strong {
  color: #20324a;
  font-size: 18px;
}

.pay-qr-wrap {
  margin: 0 auto;
  width: min(290px, 100%);
  border: 1px solid rgba(111, 143, 221, 0.5);
  border-radius: 14px;
  background: #fff;
  padding: 10px;
  position: relative;
}

.pay-qr-wrap::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  border: 1px solid rgba(59, 229, 191, 0.55);
  animation: qr-pulse 1.6s ease-in-out infinite;
}

#wechat-qr {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.pay-link {
  margin-top: 10px;
  display: inline-block;
  color: #305287;
  text-decoration: underline;
}

.pay-state {
  margin: 10px 0;
  min-height: 24px;
  font-weight: 700;
}

.pay-countdown {
  margin: -4px 0 10px;
  min-height: 22px;
  color: #355a8f;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.6px;
}

.poll-rail {
  width: min(320px, 100%);
  margin: 0 auto;
  height: 7px;
  border-radius: 999px;
  background: rgba(51, 78, 147, 0.55);
  overflow: hidden;
  border: 1px solid rgba(93, 127, 209, 0.55);
}

#poll-fill {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, #3ce6d6, #53f6a3);
  transition: width 0.25s linear;
}

.poll-hint {
  margin: 8px 0 10px;
  min-height: 22px;
  color: #60758f;
  font-size: 13px;
}

@keyframes modal-pop {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes qr-pulse {
  0%,
  100% {
    opacity: 0.25;
    transform: scale(1);
  }
  50% {
    opacity: 0.85;
    transform: scale(1.012);
  }
}

.hidden {
  display: none;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 1020px) {
  .hero-grid,
  .checkout-grid {
    grid-template-columns: 1fr;
  }

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

  .checkout-side {
    position: static;
  }
}

@media (max-width: 760px) {
  .header-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .main-nav {
    justify-content: space-between;
  }

  .brand {
    text-align: center;
  }

  .hero {
    padding-top: 54px;
  }

  .hero-copy,
  .hero-preview,
  .showcase-card,
  .section-head,
  .panel {
    padding: 12px;
  }

  .hero h1 {
    white-space: normal;
    font-size: clamp(32px, 10vw, 56px);
  }

  .feature-grid,
  .plans,
  .hero-stats {
    grid-template-columns: 1fr;
  }

  .modal {
    padding: 10px;
  }
}

/* v10: Hero style aligned with reference */
body {
  background: #f5f6fa;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 120;
  border-bottom: 0;
  background: transparent;
  backdrop-filter: none;
}

.header-inner {
  padding: 26px 0 0;
}

.brand {
  color: #2ce7e0;
  font-size: 34px;
  letter-spacing: 0;
}

.main-nav a,
.nav-btn {
  color: rgba(238, 246, 255, 0.9);
  border: 1px solid transparent;
  background: transparent;
}

.main-nav a:hover,
.nav-btn:hover {
  border-color: rgba(207, 224, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
}

.hero {
  position: relative;
  overflow: hidden;
  margin: 0 0 28px;
  padding: 132px 0 120px;
  border-bottom-left-radius: 220px;
  border-bottom-right-radius: 28px;
  background: linear-gradient(105deg, #2b2a7b 0%, #144f86 52%, #05aeb4 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(320px 320px at 12% 20%, rgba(255, 255, 255, 0.08), transparent 72%),
    radial-gradient(500px 260px at 46% 60%, rgba(140, 208, 255, 0.12), transparent 75%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -210px;
  width: 560px;
  height: 420px;
  border-radius: 48% 52% 0 100%;
  transform: rotate(-19deg);
  background: #f5f6fa;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 34px;
}

.hero-copy {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-tag {
  border-color: rgba(227, 240, 255, 0.4);
  color: #d8ebff;
  background: rgba(255, 255, 255, 0.08);
}

.hero h1 {
  margin-top: 18px;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.16;
  text-shadow: 0 5px 20px rgba(10, 31, 69, 0.3);
}

.hero-lead {
  margin-top: 14px;
  max-width: 560px;
  color: rgba(236, 244, 255, 0.88);
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.7;
}

.hero-stats {
  display: none !important;
}

.hero .btn {
  border-radius: 8px;
  padding: 12px 26px;
  font-weight: 700;
}

.hero .btn-primary {
  border-color: #19d9d7;
  background: #19d9d7;
  color: #0f3851;
  box-shadow: 0 12px 26px rgba(19, 176, 178, 0.28);
}

.hero .btn-secondary {
  border-color: rgba(217, 230, 255, 0.48);
  background: rgba(255, 255, 255, 0.05);
  color: #edf5ff;
}

.hero-preview {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 44px rgba(9, 26, 61, 0.45);
}

.hero-preview img {
  border: 0;
  border-radius: 24px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hero-preview figcaption {
  display: none;
}

.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 94px;
  height: 94px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(145deg, #1b84df, #1eaed6);
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(23, 93, 174, 0.35);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.play-btn:hover {
  transform: translate(-50%, -50%) scale(1.05);
  filter: brightness(1.05);
}

.showcase {
  margin-top: 12px;
}

.showcase-card {
  border-radius: 20px;
  border: 1px solid rgba(205, 213, 226, 0.92);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(52, 68, 98, 0.08);
}

.showcase-card h2 {
  color: #1a2740;
}

.feature-item {
  border-color: #d7deeb;
  background: #fbfcff;
}

.feature-item h3 {
  color: #2a3a55;
}

.feature-item p {
  color: #667795;
}

@media (max-width: 980px) {
  .site-header {
    position: static;
    background: #1f2f5d;
  }

  .header-inner {
    padding: 12px 0;
  }

  .hero {
    padding-top: 56px;
    border-bottom-left-radius: 64px;
    border-bottom-right-radius: 20px;
  }

  .hero::after {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .main-nav a,
  .nav-btn {
    color: #edf5ff;
  }
}

/* v11: clean cream/light style to match latest reference */
:root {
  --ink: #16283f;
  --ink-soft: #586c86;
  --line: rgba(184, 198, 220, 0.56);
  --card: rgba(255, 255, 255, 0.96);
  --card-strong: #ffffff;
}

body {
  color: var(--ink);
  background:
    radial-gradient(900px 420px at 12% -6%, rgba(236, 244, 255, 0.92), transparent 66%),
    radial-gradient(780px 340px at 92% 4%, rgba(246, 242, 233, 0.94), transparent 70%),
    linear-gradient(180deg, #fffdf8 0%, #faf7ef 52%, #f8f4eb 100%);
}

.bg-orbit {
  display: block;
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(560px 200px at 76% 18%, rgba(189, 216, 255, 0.18), transparent 72%),
    radial-gradient(640px 230px at 20% 82%, rgba(228, 213, 186, 0.2), transparent 74%);
}

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 120;
  border-bottom: 1px solid rgba(218, 227, 242, 0.9);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 18px rgba(26, 47, 79, 0.06);
}

.header-inner {
  padding: 12px 0;
  gap: 16px;
}

.brand {
  color: #1d3552;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.main-nav a,
.nav-btn {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 8px 13px;
  color: #4a607e;
  background: transparent;
  font-size: 14px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.main-nav a:hover,
.nav-btn:hover {
  color: #163255;
  border-color: rgba(177, 194, 224, 0.78);
  background: rgba(239, 246, 255, 0.92);
}

.top-cta {
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid #2f6ef1;
  background: #2f6ef1;
  color: #ffffff;
  padding: 10px 18px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(47, 110, 241, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.top-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 11px 22px rgba(47, 110, 241, 0.32);
  filter: brightness(1.03);
}

.hero {
  position: relative;
  overflow: hidden;
  margin: 18px auto 0;
  padding: 80px 0 56px;
  border: 1px solid #dce6f5;
  border-radius: 34px;
  background: linear-gradient(178deg, #eff6ff 0%, #f6f9ff 46%, #fcfdff 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(300px 220px at 14% 18%, rgba(151, 185, 248, 0.22), transparent 74%),
    radial-gradient(380px 240px at 84% 82%, rgba(205, 225, 255, 0.34), transparent 78%);
}

.hero::after {
  content: "";
  position: absolute;
  top: -62px;
  left: -58px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 1px solid rgba(147, 179, 238, 0.36);
  opacity: 0.42;
}

.hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 28px;
  align-items: center;
}

.hero-copy {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 6px 4px;
  width: min(560px, 100%);
  justify-self: start;
  margin-top: -28px;
}

.hero-tag {
  border: 1px solid rgba(154, 182, 231, 0.72);
  color: #375c8f;
  background: rgba(241, 247, 255, 0.94);
}

.hero h1 {
  margin: 16px 0 0;
  max-width: none;
  color: #172c46;
  font-size: clamp(24px, 2.5vw, 40px);
  letter-spacing: 0;
  line-height: 1.2;
  white-space: nowrap;
  text-shadow: none;
}

.hero-lead {
  margin: 14px 0 0;
  max-width: 420px;
  color: #516783;
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.85;
}

.hero-actions {
  margin-top: 22px;
  gap: 10px;
}

.hero-stats {
  display: none !important;
}

.hero .btn {
  border-radius: 13px;
  min-width: 132px;
  padding: 12px 24px;
  font-weight: 700;
}

.hero .btn-primary {
  border-color: #2f6ef1;
  background: #2f6ef1;
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(47, 110, 241, 0.25);
}

.hero .btn-secondary {
  border-color: #d2dff4;
  background: #ffffff;
  color: #26405f;
}

.hero-preview {
  position: relative;
  border: 1px solid rgba(205, 218, 242, 0.96);
  border-radius: 28px;
  padding: 7px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 255, 0.94));
  box-shadow: 0 18px 30px rgba(38, 64, 104, 0.12);
  overflow: hidden;
  cursor: pointer;
}

.hero-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.4), transparent 44%);
}

.hero-preview:focus-visible {
  outline: 3px solid rgba(47, 110, 241, 0.44);
  outline-offset: 3px;
}

.hero-preview img {
  width: 100%;
  display: block;
  border: 1px solid rgba(188, 208, 240, 0.74);
  border-radius: 22px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #f7fbff;
}

.hero-preview figcaption {
  display: none;
}

.play-btn {
  width: 72px;
  height: 72px;
  border: 3px solid rgba(255, 255, 255, 0.92);
  background: linear-gradient(145deg, #2e72f2, #3b93ff);
  color: #ffffff;
  font-size: 27px;
  box-shadow: 0 12px 24px rgba(37, 86, 170, 0.3);
}

.trust-section {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 24px;
  align-items: center;
  border: 1px solid #dfe8f6;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(31, 50, 78, 0.06);
  padding: 22px;
}

.trust-media {
  border: 1px solid #d6e0f3;
  border-radius: 22px;
  background: linear-gradient(180deg, #f9fcff, #f5f9ff);
  padding: 10px;
}

.trust-media img {
  width: 100%;
  display: block;
  border-radius: 14px;
  border: 1px solid #c5d6f3;
  background: #ffffff;
}

.trust-copy h2 {
  margin: 0;
  color: #1a314f;
  font-size: clamp(30px, 4vw, 44px);
}

.trust-copy ul {
  margin: 14px 0 16px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.trust-copy li {
  position: relative;
  padding-right: 20px;
  color: #516783;
  line-height: 1.8;
}

.trust-copy li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.76em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(145deg, #2f6ef1, #5ca3ff);
  box-shadow: 0 0 0 4px rgba(47, 110, 241, 0.12);
}

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

.buy-section {
  margin-top: 28px;
  padding-bottom: 28px;
}

.section-head {
  border: 1px solid #e2e9f6;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
  box-shadow: 0 10px 24px rgba(24, 39, 62, 0.05);
  padding: 20px 22px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(28px, 3.5vw, 42px);
  color: #192f4b;
}

.section-head p {
  margin: 8px 0 0;
  color: #5f7390;
}

.flow-steps {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.step {
  border-color: #d3deef;
  background: #f8fbff;
  color: #506682;
}

.step.active {
  color: #19406f;
  border-color: rgba(86, 129, 214, 0.54);
  box-shadow: 0 0 0 2px rgba(126, 160, 225, 0.2);
}

.checkout-grid {
  margin-top: 0;
  gap: 14px;
}

.panel {
  border: 1px solid #dfe7f5;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(29, 49, 79, 0.05);
  padding: 16px;
}

.checkout-side {
  top: 88px;
}

.plans {
  gap: 12px;
}

.plan {
  border: 1px solid #d7e1f2;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.plan:hover {
  border-color: #90afe6;
  box-shadow: 0 8px 18px rgba(80, 111, 168, 0.12);
}

.plan p {
  color: #5f7390;
}

.plan.active {
  border-color: #2f6ef1;
  box-shadow: 0 0 0 3px rgba(47, 110, 241, 0.16);
}

.form label {
  color: #334a67;
}

.form input,
.form select {
  border: 1px solid #cfdcf2;
  border-radius: 12px;
  color: #21354f;
  background: #ffffff;
}

.form input:focus,
.form select:focus {
  outline: none;
  border-color: #87a8e5;
  box-shadow: 0 0 0 3px rgba(135, 168, 229, 0.2);
}

.summary-card {
  border: 1px solid #d9e3f4;
  border-radius: 14px;
  background: #fdfefe;
}

.summary-card p {
  color: #5f7390;
}

.summary-card strong {
  color: #1f3654;
}

.license-box {
  border-color: rgba(71, 159, 122, 0.38);
  background: linear-gradient(165deg, rgba(241, 255, 249, 0.96), rgba(232, 249, 240, 0.95));
}

.license-box p {
  color: #285845;
}

.msg {
  color: #556f92;
}

.btn {
  border: 1px solid #d0ddef;
  border-radius: 12px;
  background: #ffffff;
  color: #203a58;
  padding: 11px 18px;
}

.btn-primary {
  border-color: #2f6ef1;
  background: #2f6ef1;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(47, 110, 241, 0.24);
}

.btn-secondary {
  border-color: #d2dff2;
  background: #ffffff;
  color: #213d60;
}

.btn-outline {
  border-color: #cfdbee;
  background: #ffffff;
  color: #1f395a;
}

.footer {
  color: #637a97;
}

.footer a {
  color: #24466f;
}

.modal-backdrop {
  background: rgba(24, 39, 64, 0.34);
}

.modal-card {
  border: 1px solid #d7e2f4;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.modal-close {
  border: 1px solid #d1def2;
  background: #f8fbff;
  color: #2d4664;
}

.pay-link {
  color: #2f6ef1;
}

.poll-rail {
  background: rgba(224, 233, 248, 0.9);
  border: 1px solid rgba(172, 193, 229, 0.86);
}

#poll-fill {
  background: linear-gradient(90deg, #2f6ef1, #4ea0ff);
}

@media (max-width: 1080px) {
  .header-inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .main-nav {
    justify-content: center;
  }

  .top-cta {
    order: 3;
  }
}

@media (max-width: 980px) {
  .site-header {
    position: sticky;
    background: rgba(255, 255, 255, 0.95);
  }

  .hero {
    border-radius: 24px;
    padding: 62px 0 38px;
  }

  .hero-grid,
  .trust-section,
  .checkout-grid {
    grid-template-columns: 1fr;
  }

  .trust-section {
    padding: 16px;
  }

  .checkout-side {
    position: static;
    top: auto;
  }
}

@media (max-width: 760px) {
  .header-inner {
    padding: 10px 0;
  }

  .brand {
    width: 100%;
    text-align: center;
    font-size: 28px;
  }

  .main-nav {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 4px;
  }

  .main-nav a,
  .nav-btn {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .top-cta {
    width: 100%;
    text-align: center;
  }

  .hero {
    margin-top: 10px;
    padding-top: 52px;
  }

  .hero-copy,
  .hero-preview,
  .section-head,
  .panel {
    padding: 12px;
  }

  .hero-copy {
    width: 100%;
    justify-self: stretch;
    margin-top: 0;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(24px, 8.2vw, 34px);
    white-space: normal;
  }

  .hero-actions {
    width: 100%;
  }

  .hero .btn {
    flex: 1;
    min-width: 0;
  }

  .trust-actions .btn {
    flex: 1;
    min-width: 0;
  }

  .plans {
    grid-template-columns: 1fr;
  }

  .flow-steps {
    display: none;
  }
}

/* v18: compact premium purchase center */
#buy.buy-section {
  margin-top: 18px;
  padding-bottom: 26px;
}

.buy-head {
  margin: 0 0 12px;
  text-align: center;
}

.buy-head h2 {
  margin: 0;
  font-size: clamp(30px, 3.1vw, 42px);
  color: #5a3318;
}

.buy-head p {
  margin: 6px 0 0;
  color: #86634b;
  font-size: 15px;
}

.plans-showcase {
  padding: 16px;
  border: 1px solid #ecd7bc;
  border-radius: 24px;
  background:
    linear-gradient(180deg, #fff7eb 0%, #fffdf9 100%),
    radial-gradient(320px 180px at 20% 0%, rgba(245, 211, 167, 0.3), transparent 72%);
  box-shadow: 0 12px 28px rgba(122, 87, 48, 0.12);
}

#buy .plans {
  margin-bottom: 0;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#buy .plan {
  padding: 16px 14px 14px;
  border: 1px solid #e8d8c5;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(106, 76, 48, 0.08);
  display: grid;
  gap: 8px;
}

#buy .plan:hover {
  border-color: #dcb88f;
  box-shadow: 0 12px 22px rgba(112, 79, 47, 0.14);
}

#buy .plan-head {
  align-items: flex-start;
  margin-bottom: 2px;
}

#buy .plan-head h4 {
  font-size: 30px;
  line-height: 1.2;
  color: #42240f;
}

#buy .plan-badge {
  padding: 4px 10px;
  border: 1px solid #dfc4a3;
  background: #fff5e9;
  color: #8b5f3a;
  font-size: 11px;
  letter-spacing: 0.2px;
}

#buy .plan-meta {
  margin: 0;
  color: #7c614b;
  font-size: 14px;
}

#buy .plan-price {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #2f1c10;
  line-height: 1;
  font-weight: 800;
}

#buy .price-main {
  font-size: 44px;
  letter-spacing: -0.4px;
}

#buy .price-unit {
  font-size: 19px;
  color: #7f634b;
  font-weight: 700;
}

#buy .plan-note {
  margin: -1px 0 2px;
  color: #9c7f62;
  font-size: 13px;
}

#buy .plan .btn {
  width: 100%;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 15px;
  font-weight: 700;
}

#buy .plan[data-tier="basic"] .btn {
  border-color: #edd6b5;
  background: #f7e3c7;
  color: #5f3b1e;
  box-shadow: none;
}

#buy .plan[data-tier="recommended"] {
  border-color: #59427b;
  box-shadow: 0 12px 24px rgba(73, 53, 106, 0.16);
}

#buy .plan[data-tier="recommended"] .plan-badge {
  border-color: #d1c3e8;
  background: #f3ecff;
  color: #5b4382;
}

#buy .plan[data-tier="recommended"] .btn {
  border-color: #3f2d60;
  background: #3f2d60;
  color: #ffffff;
  box-shadow: 0 8px 16px rgba(63, 45, 96, 0.28);
}

#buy .plan[data-tier="pro"] .btn {
  border-color: #2d5fbe;
  background: #2d5fbe;
  color: #ffffff;
  box-shadow: 0 8px 16px rgba(45, 95, 190, 0.26);
}

#buy .plan.active {
  border-color: #b57f46;
  box-shadow: 0 0 0 3px rgba(205, 162, 112, 0.22), 0 12px 24px rgba(115, 82, 52, 0.16);
}

#buy .buy-focus {
  margin-top: 12px;
  border-radius: 18px;
  border: 1px solid #dfd8ce;
  background: linear-gradient(180deg, #ffffff 0%, #fcfbf8 100%);
  box-shadow: 0 10px 20px rgba(49, 41, 29, 0.06);
  text-align: center;
}

#buy .buy-focus h3 {
  margin: 2px 0 8px;
  color: #51301a;
  font-size: clamp(22px, 2.4vw, 30px);
}

#buy .buy-focus-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}

#buy .buy-focus-list li {
  padding: 9px 12px;
  border-radius: 10px;
  border: 1px solid #e9dbc8;
  background: #fffaf2;
  color: #6e4f38;
  font-weight: 600;
  text-align: right;
  line-height: 1.6;
}

#buy .buy-focus-note {
  margin: 10px 0 0;
  color: #8a6a50;
  font-size: 14px;
  text-align: right;
  line-height: 1.7;
}

#buy .buy-status {
  margin-top: 10px;
  border-radius: 18px;
  border: 1px solid #dfd8ce;
  background: linear-gradient(180deg, #ffffff 0%, #fcfbf8 100%);
  box-shadow: 0 10px 20px rgba(49, 41, 29, 0.06);
}

#buy .history-card {
  margin-top: 10px;
  border: 1px solid #e8dccd;
  border-radius: 14px;
  background: #fffdf9;
  padding: 12px;
}

#buy .history-card h3 {
  margin: 0 0 8px;
  color: #51301a;
  font-size: 20px;
}

#buy .history-empty {
  margin: 0;
  color: #8a6a50;
  font-size: 14px;
}

#buy .history-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

#buy .history-item {
  border: 1px solid #e9dece;
  border-radius: 10px;
  background: #fff8ef;
  padding: 8px 10px;
  display: grid;
  gap: 4px;
}

#buy .history-item .history-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
}

#buy .history-item .history-label {
  color: #8c6e55;
}

#buy .history-item .history-value {
  color: #3b2515;
  font-weight: 700;
  word-break: break-all;
}

#buy .license-box {
  margin-top: 10px;
  border-radius: 14px;
}

#buy .msg {
  margin: 0;
  min-height: 20px;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 1140px) {
  #buy .plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #buy .price-main {
    font-size: 38px;
  }

  #buy .price-unit {
    font-size: 17px;
  }
}

@media (max-width: 980px) {
  #buy .buy-focus-list li {
    text-align: right;
  }
}

@media (max-width: 760px) {
  .buy-head h2 {
    font-size: clamp(25px, 8.4vw, 34px);
  }

  .plans-showcase {
    padding: 12px;
  }

  #buy .plans {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #buy .plan {
    padding: 12px;
  }

  #buy .plan-head h4 {
    font-size: 26px;
  }

  #buy .price-main {
    font-size: 34px;
  }

  #buy .price-unit {
    font-size: 16px;
  }
}

/* hard-disable legacy service floating button/panel */
.contact-float,
.contact-toggle,
.contact-panel,
.contact-qr-wrap {
  display: none !important;
}
