@import url("/static/design-tokens.css");

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--ds-color-action-focus) !important;
  outline-offset: 3px !important;
}

/* Production homepage branding and footer, aligned with tiktok.hstu.vn. */
.landing-page .site-header .brand .landing-header-logo {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  object-fit: contain;
}

.landing-page .landing-footer {
  position: relative;
  z-index: 2;
  padding: 0;
  color: #dce3f2;
  border-top: 1px solid rgba(131, 144, 255, .14);
  background: linear-gradient(180deg, #07152f 0%, #06122a 100%);
}

.landing-footer .container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.landing-footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(190px, .55fr) minmax(220px, .7fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
  padding: 46px 0 34px;
}

.landing-footer .footer-wordmark {
  display: inline-flex;
  align-items: center;
  width: auto;
  max-width: 190px;
  height: auto;
  margin: 0;
}

.landing-footer .footer-wordmark img {
  display: block;
  width: 100%;
  height: auto;
  filter: invert(1);
}

.landing-footer .footer-brand-col p {
  max-width: 560px;
  margin: 18px 0 0;
  color: #9cabc8;
  font-size: 14px;
  line-height: 1.7;
}

.landing-footer .footer-column-title {
  margin: 2px 0 16px;
  color: #f1f5ff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .02em;
}

.landing-footer .footer-contact,
.landing-footer .footer-links {
  display: grid;
  align-items: start;
  gap: 12px;
}

.landing-footer .footer-contact a,
.landing-footer .footer-links a {
  display: flex;
  width: max-content;
  max-width: 100%;
  min-height: auto;
  padding: 0;
  color: #aebbd4;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  border: 0;
  background: transparent;
  transition: color .2s ease;
}

.landing-footer .footer-contact a {
  grid-template-columns: none;
  gap: 9px;
  align-items: center;
  white-space: nowrap;
}

.landing-footer .footer-contact a:hover,
.landing-footer .footer-links a:hover {
  color: #fff;
}

.landing-footer .footer-contact svg {
  grid-row: auto;
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  color: #8da8d6;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.landing-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  padding: 18px 0 22px;
  color: #91a0bd;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.landing-footer .footer-bottom-note {
  color: #7585a5;
}

@media (max-width: 1050px) {
  .landing-footer .footer-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(180px, .85fr);
    gap: 34px;
  }

  .landing-footer .footer-legal-col {
    grid-column: 1 / -1;
  }

  .landing-footer .footer-links {
    grid-template-columns: repeat(3, max-content);
    gap: 12px 28px;
  }
}

@media (max-width: 767px) {
  .landing-page .site-header .brand .landing-header-logo {
    width: 38px;
    height: 38px;
    border-radius: 9px;
  }

  .landing-footer .container {
    width: calc(100% - 32px);
  }

  .landing-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 34px 0 26px;
  }

  .landing-footer .footer-legal-col {
    grid-column: auto;
  }

  .landing-footer .footer-wordmark {
    max-width: 170px;
  }

  .landing-footer .footer-brand-col p {
    margin-top: 12px;
  }

  .landing-footer .footer-links {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .landing-footer .footer-column-title {
    margin-bottom: 12px;
  }

  .landing-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 17px 0 22px;
  }
}

:where(.btn, button, input, select, textarea, .status, .note) {
  overflow-wrap: anywhere;
}

.footer-wordmark {
  display: block;
  width: auto;
  height: 28px;
  margin: 12px 0 4px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

:root {
  --ink: #0b1728;
  --muted: #5d6b80;
  --line: #dce6f2;
  --line-strong: #b9cde6;
  --blue: #1167f2;
  --blue-dark: #0747a6;
  --navy: #061b34;
  --navy-2: #0b2a4d;
  --panel: #ffffff;
  --page: #f4f7fb;
  --pale: #eef5ff;
  --green: #0f9f7a;
  --amber: #b76c08;
  --shadow: 0 18px 44px rgba(15, 39, 72, .1);
}

.check-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0;
  color: var(--ink);
  font-weight: 700;
}

.check-line input {
  width: auto;
  margin-top: 4px;
}

.legal-copy {
  max-width: 860px;
}

.legal-copy h1 {
  margin-bottom: 18px;
}

.legal-copy p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.04rem;
}

.checkout-page {
  background:
    linear-gradient(115deg, rgba(17, 103, 242, .08) 0, transparent 32%),
    linear-gradient(245deg, rgba(18, 157, 216, .08) 0, transparent 28%),
    #f7fbff;
}

.checkout-header {
  box-shadow: 0 12px 32px rgba(20, 58, 103, .08);
}

.checkout-main {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 68px);
  padding: clamp(28px, 4vw, 56px) clamp(16px, 4vw, 54px) 64px;
}

.checkout-main::before,
.checkout-main::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: .45;
}

.checkout-main::before {
  inset: 18px auto auto 0;
  width: 170px;
  height: 170px;
  background-image: radial-gradient(#9cc7f8 1.2px, transparent 1.2px);
  background-size: 16px 16px;
}

.checkout-main::after {
  right: -80px;
  top: 120px;
  width: 360px;
  height: 420px;
  border-left: 1px solid rgba(17, 103, 242, .16);
  border-bottom: 1px solid rgba(17, 103, 242, .12);
  transform: skewY(-14deg);
}

.checkout-shell {
  position: relative;
  z-index: 1;
  width: min(1520px, 100%);
  margin: 0 auto;
}

.checkout-top {
  display: grid;
  grid-template-columns: minmax(280px, 520px) minmax(440px, 1fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.checkout-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 11px;
  border: 1px solid #cfe2fb;
  border-radius: 8px;
  color: #0d59d4;
  background: #edf5ff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-title h1 {
  margin: 14px 0 8px;
  color: #071b47;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.05;
}

.checkout-title p {
  max-width: 520px;
  color: #506581;
  font-size: 17px;
  line-height: 1.65;
}

.checkout-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
  min-height: 92px;
  padding: 18px 22px;
  border: 1px solid #d8e6f6;
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 20px 48px rgba(31, 70, 118, .08);
}

.checkout-step {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #6c7890;
  font-weight: 800;
  text-align: center;
}

.checkout-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 16px;
  left: calc(50% + 28px);
  width: calc(100% - 56px);
  height: 3px;
  background: #dce6f2;
}

.checkout-step.active:not(:last-child)::after {
  background: linear-gradient(90deg, #0f62f1, #24a0ff);
}

.checkout-step b {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e8eef7;
  color: #4f5d72;
}

.checkout-step.active b {
  color: #fff;
  background: linear-gradient(135deg, #0b5dec, #1d9cff);
  box-shadow: 0 8px 18px rgba(17, 103, 242, .26);
}

.checkout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.checkout-card {
  border: 1px solid #d6e6f7;
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 22px 58px rgba(21, 58, 104, .11);
}

.transfer-card {
  padding: clamp(22px, 2.4vw, 34px);
}

.plan-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 13px;
  border: 1px solid #c8ddfb;
  border-radius: 8px;
  color: #0d59d4;
  background: #eef6ff;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.plan-line strong {
  color: #253a5a;
  font-weight: 900;
}

.checkout-amount {
  margin: 16px 0 10px;
  color: #105fe8;
  font-size: clamp(42px, 5.2vw, 72px);
  font-weight: 950;
  line-height: .98;
}

.checkout-copy {
  margin: 0 0 18px;
  color: #52667f;
  font-size: 15px;
}

.bank-table {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid #d9e7f7;
  border-radius: 8px;
}

.checkout-bank-row {
  display: grid;
  grid-template-columns: minmax(135px, 34%) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 58px;
  padding: 12px 18px;
  background: #fff;
  border-bottom: 1px solid #d9e7f7;
}

.checkout-bank-row:last-child {
  border-bottom: 0;
}

.checkout-bank-row span {
  color: #5f7088;
  font-size: 14px;
  font-weight: 850;
}

.checkout-bank-row strong {
  min-width: 0;
  color: #071b47;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.checkout-bank-row.note-row {
  background: #f5f9ff;
  box-shadow: inset 0 0 0 1px rgba(17, 103, 242, .2);
}

.checkout-bank-row.note-row strong {
  color: #0e63ea;
}

.value-copy,
.input-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.value-copy button,
.input-copy button {
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid #bfd4f3;
  border-radius: 8px;
  color: #0d59d4;
  background: #f4f9ff;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.qr-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid #aecdff;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f4f9ff);
}

.qr-panel img {
  width: 100%;
  max-width: 320px;
  height: auto;
  object-fit: contain;
  justify-self: center;
  border: 1px solid #d8e6f6;
  border-radius: 8px;
  background: #fff;
}

.qr-panel strong {
  color: #092050;
  font-size: 18px;
  font-weight: 950;
}

.qr-panel p {
  margin: 8px 0 0;
  color: #5c6d86;
}

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

.support-strip div,
.checkout-help-grid div {
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid #d8e6f6;
  border-radius: 8px;
  background: #fff;
}

.support-strip span,
.checkout-help-grid span {
  display: block;
  color: #63758e;
  font-size: 13px;
  font-weight: 750;
}

.support-strip strong {
  display: block;
  margin-top: 2px;
  color: #0d59d4;
  font-size: clamp(18px, 2vw, 24px);
  overflow-wrap: anywhere;
}

.checkout-side {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 16px;
}

.confirm-card {
  padding: clamp(22px, 2.2vw, 34px);
}

.confirm-head {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.shield-dot {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(17, 103, 242, .2), rgba(26, 164, 255, .14)),
    #eef6ff;
}

.confirm-head h2 {
  margin: 0;
  color: #071b47;
  font-size: 24px;
}

.confirm-head p {
  margin: 2px 0 0;
  color: #66768b;
}

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

.checkout-submit {
  width: 100%;
  min-height: 52px;
  margin-top: 8px;
  background: linear-gradient(90deg, #0b5dec, #1798ff);
  box-shadow: 0 14px 28px rgba(17, 103, 242, .2);
}

.checkout-help-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.checkout-help-grid > div {
  display: grid;
  align-content: center;
}

.local-entitlement-grid {
  max-width: 1180px;
  margin-inline: auto;
}

.local-safety-card h2 {
  margin: 18px 0 10px;
  color: #071b47;
}

.local-safety-illustration {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin-top: 28px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #0f9f7a, #22c9a3);
  box-shadow: 0 16px 34px rgba(15, 159, 122, .2);
  font-size: 46px;
  font-weight: 950;
}

.local-safety-list,
.local-activation-steps {
  margin: 18px 0 0;
  padding-left: 24px;
  color: #354a67;
  line-height: 1.75;
}

.local-back-link {
  display: flex;
  width: 100%;
  margin-top: 10px;
}

.checkout-step small {
  color: #63758e;
  font-size: 12px;
  font-weight: 700;
}

.checkout-step.skipped b {
  color: #176c58;
  background: #dff8ef;
}

.checkout-help-grid b {
  display: block;
  color: #092050;
  font-size: 14px;
  font-weight: 950;
}

.checkout-help-grid span {
  margin-top: 5px;
}

.transfer-panel {
  margin-top: 22px;
  padding: 22px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff, #eef5ff);
  box-shadow: 0 14px 34px rgba(15, 39, 72, .08);
}

.transfer-amount {
  margin: 8px 0 16px;
  color: var(--blue-dark);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  line-height: 1.05;
}

.bank-grid {
  display: grid;
  gap: 10px;
}

.bank-row {
  display: grid;
  grid-template-columns: minmax(112px, 34%) 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.bank-row span {
  color: var(--muted);
  font-size: .92rem;
  font-weight: 700;
}

.bank-row strong {
  color: var(--navy);
  font-size: 1rem;
  overflow-wrap: anywhere;
}

.bank-row.important {
  border-color: rgba(17, 103, 242, .35);
  background: #f7fbff;
}

.bank-row.important strong {
  color: var(--blue-dark);
  font-size: 1.08rem;
}

.payment-qr {
  display: grid;
  place-items: center;
  min-height: 260px;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: #fff;
  text-align: center;
  color: var(--muted);
}

.payment-qr img {
  width: min(100%, 360px);
  max-height: 420px;
  object-fit: contain;
  display: block;
}

.payment-qr strong {
  display: block;
  color: var(--navy);
  font-size: 1.08rem;
}

.compact-list {
  margin-top: 16px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--page);
  line-height: 1.5;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px clamp(16px, 4vw, 52px);
  background: rgba(255, 255, 255, .95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.site-header > * {
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 1100px) {
  .site-header {
    flex-wrap: wrap;
  }

  .site-header .nav {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
  }
}

.landing-page .site-header {
  background: rgba(2, 11, 27, .88);
  border-bottom-color: rgba(111, 153, 235, .14);
}

.landing-page .site-header .brand,
.landing-page .site-header .nav {
  color: #eef6ff;
}

.landing-page .site-header .nav a:hover {
  color: #74b7ff;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 900;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand span {
  white-space: nowrap;
  font-size: 18px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  color: #35465e;
  font-size: 14px;
  font-weight: 750;
  flex-wrap: wrap;
}

.nav a:hover { color: var(--blue); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 16px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--blue);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(17, 103, 242, .34), inset 0 1px 0 rgba(255,255,255,.22);
}

.btn:hover { background: #0d59d4; }

.btn-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.btn-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.btn.secondary {
  color: var(--navy);
  background: #eef5ff;
  box-shadow: none;
  border: 1px solid #c8daf0;
}

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

.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(ellipse at 78% 78%, rgba(23, 110, 255, .42), transparent 28%),
    radial-gradient(ellipse at 76% 34%, rgba(52, 167, 255, .18), transparent 30%),
    radial-gradient(ellipse at 42% 20%, rgba(38, 92, 187, .15), transparent 34%),
    linear-gradient(135deg, #020714 0%, #071835 44%, #020a19 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 44%, rgba(83, 158, 255, .12) 44% 45%, transparent 45% 100%),
    linear-gradient(32deg, transparent 0 62%, rgba(30, 118, 255, .16) 62% 63%, transparent 63% 100%),
    repeating-linear-gradient(100deg, transparent 0 90px, rgba(72, 131, 255, .065) 91px, transparent 94px);
  opacity: .72;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  width: 760px;
  height: 190px;
  right: 2vw;
  bottom: 1vw;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(16, 145, 255, .52), rgba(0, 48, 166, .2) 52%, transparent 72%);
  filter: blur(4px);
  pointer-events: none;
}

.product-hero {
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: center;
  padding: clamp(52px, 7vw, 86px) clamp(18px, 5vw, 72px) clamp(36px, 5vw, 56px);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1510px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(760px, .82fr) minmax(640px, 1fr);
  gap: clamp(16px, 2vw, 28px);
  align-items: center;
}

.hero-content {
  width: 100%;
  display: grid;
  gap: 18px;
}

.eyebrow,
.section-label {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow {
  border: 1px solid rgba(255,255,255,.28);
  color: #d9eaff;
  background: rgba(30, 91, 181, .25);
  box-shadow: inset 0 0 0 1px rgba(113, 177, 255, .08);
}

.section-label {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--blue-dark);
  background: #e8f1ff;
  border: 1px solid #cfe1fb;
}

h1 {
  max-width: 860px;
  margin: 0;
  display: grid;
  gap: clamp(10px, .9vw, 15px);
  font-size: clamp(44px, 4.15vw, 72px);
  line-height: .98;
  letter-spacing: 0;
  text-shadow: 0 10px 34px rgba(0, 12, 36, .45);
}

.mobile-title {
  display: none;
}

.hero h1 .h1-line {
  display: block;
  color: #fff;
  white-space: nowrap;
}

.hero h1 .accent {
  color: #42c8ff;
  background: linear-gradient(90deg, #49d7ff, #3578ff 75%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 18px rgba(53, 137, 255, .34));
}

.hero-lead {
  max-width: 850px;
  margin: 0;
  color: #e5effb;
  font-size: clamp(17px, 2vw, 21px);
}

.hero-actions,
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.ghost-dark {
  color: #f7fbff;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(76, 142, 255, .62);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06), 0 0 24px rgba(45, 129, 255, .12);
}

.hero-tags {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.hero-tags span {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid rgba(213, 226, 246, .32);
  border-radius: 999px;
  color: #e7f1ff;
  background: rgba(255, 255, 255, .055);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

.hero-visual {
  position: relative;
  min-height: 690px;
  perspective: 1600px;
  transform: translateX(12px);
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(65, 149, 255, .5);
  background: linear-gradient(135deg, rgba(43, 117, 255, .7), rgba(45, 230, 255, .18));
  box-shadow: 0 0 24px rgba(42, 130, 255, .5);
  transform: rotate(28deg);
}

.hero-visual::before {
  left: 12%;
  top: 32%;
}

.hero-visual::after {
  right: 4%;
  bottom: 24%;
}

.analytics-stage {
  position: absolute;
  inset: -8px -6px 0 -6px;
  transform-style: preserve-3d;
  isolation: isolate;
}

.analytics-stage::before {
  content: "";
  position: absolute;
  width: 92%;
  height: 22%;
  left: 4%;
  bottom: 0;
  border: 3px solid rgba(64, 170, 255, .85);
  border-radius: 50%;
  box-shadow:
    0 0 22px rgba(60, 171, 255, .85),
    0 0 80px rgba(8, 102, 255, .58),
    inset 0 0 42px rgba(0, 161, 255, .52);
  transform: perspective(900px) rotateX(64deg);
  transform-origin: center;
}

.analytics-stage::after {
  content: "";
  position: absolute;
  width: 76%;
  height: 15%;
  left: 12%;
  bottom: 6%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(75, 199, 255, .78), rgba(23, 95, 246, .34) 48%, transparent 74%);
  filter: blur(18px);
  opacity: 1;
}

.luxury-particles {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.luxury-particles span {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(86, 169, 255, .58);
  border-radius: 3px;
  background: linear-gradient(135deg, rgba(65, 138, 255, .88), rgba(55, 230, 255, .18));
  box-shadow: 0 0 28px rgba(45, 133, 255, .68);
  transform: rotate(32deg);
}

.luxury-particles span:nth-child(1) { left: 8%; top: 34%; width: 10px; height: 10px; opacity: .72; }
.luxury-particles span:nth-child(2) { right: 8%; top: 24%; width: 7px; height: 34px; border-radius: 999px; opacity: .85; }
.luxury-particles span:nth-child(3) { left: 16%; bottom: 20%; width: 28px; height: 28px; opacity: .82; }
.luxury-particles span:nth-child(4) { right: 2%; bottom: 28%; width: 22px; height: 22px; opacity: .82; }
.luxury-particles span:nth-child(5) { left: 0; top: 52%; width: 4px; height: 62px; border-radius: 999px; opacity: .62; transform: rotate(48deg); }
.luxury-particles span:nth-child(6) { right: 16%; bottom: 6%; width: 4px; height: 88px; border-radius: 999px; opacity: .72; transform: rotate(86deg); }

.dashboard-card {
  position: absolute;
  transform-style: flat;
  color: #eaf4ff;
  background:
    linear-gradient(135deg, rgba(255,255,255,.16), transparent 18%, transparent 70%, rgba(65, 152, 255, .12)),
    radial-gradient(circle at 86% 4%, rgba(68, 150, 255, .42), transparent 34%),
    linear-gradient(155deg, rgba(12, 45, 120, .92), rgba(4, 17, 55, .9));
  border: 1px solid rgba(86, 164, 255, .72);
  border-radius: 22px;
  box-shadow:
    0 28px 70px rgba(0, 9, 38, .58),
    0 0 44px rgba(33, 120, 255, .36),
    inset 0 1px 0 rgba(255,255,255,.16),
    inset 0 0 34px rgba(50, 134, 255, .08);
  backdrop-filter: blur(16px);
}

.dashboard-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(116, 212, 255, .9), transparent 24%, transparent 66%, rgba(64, 121, 255, .78));
  opacity: .62;
  pointer-events: none;
  z-index: -1;
}

.dashboard-card::after {
  content: "";
  position: absolute;
  left: 7px;
  right: -13px;
  top: 14px;
  bottom: -15px;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(23, 84, 197, .7), rgba(0, 13, 51, .94));
  filter: blur(.3px);
  transform: translateZ(-36px);
  z-index: -2;
}

.main-dashboard {
  width: min(650px, 88%);
  min-height: 456px;
  left: 9%;
  top: 6%;
  padding: 26px;
  z-index: 1;
  transform: rotateX(6deg) rotateY(-15deg) rotateZ(-3deg);
  box-shadow:
    0 42px 96px rgba(0, 9, 39, .68),
    0 0 64px rgba(36, 121, 255, .52),
    18px 0 34px rgba(92, 186, 255, .18),
    inset 0 0 0 1px rgba(255,255,255,.08);
}

.dashboard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.dashboard-head strong {
  font-size: 18px;
}

.dashboard-head span {
  padding: 8px 12px;
  border-radius: 9px;
  color: #a9bce0;
  background: rgba(255,255,255,.05);
  font-size: 12px;
}

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

.metric-card {
  min-height: 112px;
  display: grid;
  align-content: start;
  gap: 5px;
  padding: 15px;
  border: 1px solid rgba(88, 148, 255, .26);
  border-radius: 13px;
  background:
    linear-gradient(150deg, rgba(47, 100, 210, .5), rgba(12, 39, 111, .34)),
    rgba(28, 73, 169, .34);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.11), 0 12px 28px rgba(0, 12, 42, .18);
}

.metric-card span {
  color: #a8bce0;
  font-size: 13px;
  font-weight: 800;
}

.metric-card strong {
  font-size: 25px;
  line-height: 1.05;
}

.metric-card small {
  color: #35e0b7;
  font-weight: 850;
}

.metric-card i {
  width: 100%;
  height: 24px;
  margin-top: 5px;
  border-bottom: 2px solid rgba(65, 230, 190, .84);
  border-radius: 50%;
  transform: skewX(-28deg);
  opacity: .7;
}

.cost-panel {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 24px;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid rgba(75, 134, 255, .16);
  background: linear-gradient(155deg, rgba(8, 21, 62, .72), rgba(5, 15, 48, .5));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.donut {
  width: 138px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #0a1d48 0 42%, transparent 43%),
    conic-gradient(#3578ff 0 48%, #35bdff 48% 76%, #7f66ff 76% 93%, #ff596d 93% 100%);
  box-shadow: 0 0 28px rgba(34, 117, 255, .36);
  filter: drop-shadow(0 0 18px rgba(44, 132, 255, .5));
}

.cost-lines {
  display: grid;
  gap: 12px;
}

.cost-lines div {
  display: grid;
  grid-template-columns: 10px 1fr auto;
  gap: 10px;
  align-items: center;
  color: #c1d4ef;
}

.cost-lines b {
  width: 9px;
  height: 9px;
  border-radius: 3px;
}

.blue-dot { background: #3578ff; }
.cyan-dot { background: #35bdff; }
.pink-dot { background: #7f66ff; }
.red-dot { background: #ff596d; }

.risk-card {
  left: 34%;
  top: 150px;
  width: 350px;
  padding: 24px;
  z-index: 6;
  border-color: rgba(255, 91, 119, .68);
  background:
    linear-gradient(135deg, rgba(255, 116, 141, .16), transparent 34%),
    linear-gradient(155deg, rgba(44, 19, 72, .93), rgba(7, 20, 65, .9));
  box-shadow: 0 28px 62px rgba(86, 0, 39, .5), 0 0 42px rgba(255, 88, 121, .32), inset 0 1px 0 rgba(255,255,255,.13);
  transform: rotateX(3deg) rotateY(-10deg) rotateZ(2deg);
}

.risk-card span {
  color: #ff7d93;
  font-weight: 900;
}

.risk-card strong {
  display: block;
  margin-top: 8px;
  font-size: 36px;
}

.risk-card small {
  color: #ffbcc8;
}

.sparkline {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 42px;
  margin-top: 20px;
}

.sparkline i {
  display: block;
  width: 100%;
  height: 40%;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff7388, #ff3656);
  box-shadow: 0 0 14px rgba(255, 73, 101, .44);
}

.sparkline i:nth-child(2) { height: 28%; }
.sparkline i:nth-child(3) { height: 34%; }
.sparkline i:nth-child(4) { height: 24%; }
.sparkline i:nth-child(5) { height: 48%; }
.sparkline i:nth-child(6) { height: 36%; }
.sparkline i:nth-child(7) { height: 64%; }

.rescue-card {
  width: 490px;
  left: 27%;
  top: 330px;
  padding: 26px;
  z-index: 5;
  transform: rotateX(6deg) rotateY(-12deg) rotateZ(3deg);
}

.rescue-card h3,
.action-plan h3 {
  margin: 0 0 4px;
  font-size: 20px;
}

.rescue-card p,
.action-plan p {
  margin: 0;
  color: #9fb4d5;
}

.video-row {
  display: grid;
  grid-template-columns: 26px 1fr 78px 62px;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
}

.video-row span {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: linear-gradient(135deg, #6db5ff, #185cff);
  box-shadow: 0 0 16px rgba(62, 120, 255, .48);
}

.video-row b {
  color: #f5f9ff;
}

.video-row em {
  color: #ff8798;
  font-style: normal;
  font-weight: 850;
}

.video-row strong {
  color: #abbddd;
  text-align: right;
}

.action-plan {
  left: 1%;
  top: 345px;
  width: 420px;
  padding: 24px;
  z-index: 7;
  border-color: rgba(61, 234, 213, .66);
  background:
    linear-gradient(135deg, rgba(62, 245, 224, .14), transparent 32%),
    linear-gradient(155deg, rgba(8, 49, 101, .92), rgba(6, 22, 60, .9));
  box-shadow: 0 28px 60px rgba(0, 80, 110, .34), 0 0 38px rgba(61, 234, 213, .3), inset 0 1px 0 rgba(255,255,255,.14);
  transform: rotateX(7deg) rotateY(-11deg) rotateZ(-3deg);
}

.action-plan h3 {
  color: #5ff5e3;
}

.action-plan p {
  position: relative;
  margin-top: 10px;
  padding-left: 20px;
}

.action-plan p::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #56f0d4;
}

.action-plan a {
  display: inline-flex;
  margin-top: 16px;
  color: #e9ffff;
  font-weight: 850;
}

.mobile-menu-toggle,
.mobile-feature-pills,
.mobile-hero-addons,
.mobile-dashboard-flow,
.mobile-security-line {
  display: none;
}

.band {
  padding: clamp(48px, 7vw, 82px) clamp(18px, 5vw, 72px);
  background: #fff;
}

.band.alt { background: var(--page); }

.page-hero {
  background:
    linear-gradient(180deg, #ffffff 0, #f4f8ff 100%);
  padding-top: clamp(48px, 7vw, 86px);
}

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

.section-head {
  max-width: 760px;
  margin-bottom: 26px;
}

.section-head.wide { max-width: 940px; }

.section-head h1,
.section-head h2 {
  margin: 0 0 10px;
  font-size: clamp(30px, 4.4vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

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

.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 10px 28px rgba(18, 42, 78, .06);
}

.card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.22;
}

.card p,
.card li {
  color: var(--muted);
}

.card ul {
  padding-left: 20px;
  margin: 12px 0 0;
}

.problem-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: #fff;
}

.problem-item {
  min-height: 190px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.problem-item span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--blue);
  font-weight: 950;
}

.problem-item h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.problem-item p {
  margin: 0;
  color: var(--muted);
}

.solution-layout {
  display: grid;
  grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.action-board {
  display: grid;
  gap: 12px;
}

.action-row {
  display: grid;
  grid-template-columns: minmax(170px, 250px) 1fr;
  gap: 18px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.action-row strong {
  color: var(--navy);
}

.action-row span {
  color: var(--muted);
}

.steps { counter-reset: step; }

.steps > .step::before {
  counter-increment: step;
  content: counter(step);
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  font-weight: 900;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.feature-list article,
.faq-grid article {
  background: #fff;
  padding: 22px;
}

.feature-list h3,
.faq-grid h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.feature-list p,
.faq-grid p {
  margin: 0;
  color: var(--muted);
}

.audience-grid .card {
  min-height: 188px;
}

.report-layout {
  display: grid;
  grid-template-columns: minmax(280px, 450px) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}

.report-panel {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.report-question {
  padding: 15px;
  border: 1px solid #dbe7f5;
  border-radius: 8px;
  color: #173253;
  background: #f8fbff;
  font-weight: 800;
}

.pricing-grid {
  align-items: stretch;
}

.pricing-card {
  display: grid;
  gap: 12px;
  align-content: start;
}

.pricing-card.recommended {
  border-color: #86b8ff;
  box-shadow: 0 18px 38px rgba(17, 103, 242, .15);
}

.price {
  font-size: 31px;
  font-weight: 950;
  color: var(--navy);
  margin: 6px 0 0;
  line-height: 1.08;
}

.price small {
  font-size: 15px;
  color: var(--muted);
  font-weight: 750;
}

.badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 4px 9px;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.addon-box {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(260px, 430px);
  gap: 22px;
  align-items: center;
  margin-top: 22px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
}

.addon-box h2,
.addon-box h3 {
  margin: 0 0 8px;
  font-size: 26px;
}

.addon-box p {
  margin: 0;
  color: var(--muted);
}

.addon-list {
  display: grid;
  gap: 10px;
}

.addon-list strong {
  display: block;
  padding: 12px 14px;
  border: 1px solid #cfe0f5;
  border-radius: 8px;
  background: #fff;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.cta-band {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  padding: 82px clamp(28px, 5vw, 72px) 62px;
  color: #07183a;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%),
    radial-gradient(circle at 8% 48%, rgba(32, 122, 255, .12), transparent 26%),
    radial-gradient(circle at 95% 18%, rgba(26, 138, 255, .12), transparent 28%);
}

.cta-band .section-head p {
  color: #415277;
}

.cta-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(430px, 560px) minmax(620px, 1fr);
  gap: clamp(74px, 6vw, 98px);
  align-items: center;
  width: min(1320px, 100%);
}

.closing-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(47, 112, 209, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 112, 209, .055) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 82%, transparent);
}

.closing-dots {
  position: absolute;
  width: 150px;
  height: 130px;
  opacity: .72;
  background-image: radial-gradient(circle, rgba(20, 112, 255, .7) 1.5px, transparent 1.8px);
  background-size: 24px 24px;
}

.closing-dots-left {
  left: 48px;
  top: 48px;
}

.closing-dots-right {
  right: 112px;
  top: 382px;
}

.closing-line {
  position: absolute;
  pointer-events: none;
  opacity: .86;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.closing-line-left {
  left: -38px;
  bottom: 252px;
  width: 520px;
  height: 250px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 520 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cpath d='M0 72 C65 20 96 190 162 140 S285 116 350 166 S435 226 520 202' stroke='%23d5e7ff' stroke-width='2'/%3E%3Cpath d='M0 100 C84 38 112 202 178 156 S302 134 370 182 S452 232 520 214' stroke='%23e8f2ff' stroke-width='1'/%3E%3Cpath d='M0 126 C86 60 124 218 190 172 S318 150 390 196 S470 236 520 226' stroke='%23edf6ff' stroke-width='1'/%3E%3Ccircle cx='25' cy='74' r='8' fill='%231e7cff' stroke='%23d9ebff' stroke-width='6'/%3E%3Ccircle cx='114' cy='166' r='6' fill='%231e7cff'/%3E%3Ccircle cx='174' cy='144' r='5' fill='%231e7cff'/%3E%3C/svg%3E");
}

.closing-line-right {
  right: 46px;
  top: 32px;
  width: 560px;
  height: 250px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 560 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 180 C52 168 58 86 116 96 S170 112 214 50 S286 66 322 42 S392 84 438 54 S498 62 552 4' fill='none' stroke='%23bcd9ff' stroke-width='2'/%3E%3Cpath d='M0 210 C60 196 70 126 134 134 S202 146 244 94 S315 112 364 86 S442 110 552 42' fill='none' stroke='%23e2efff' stroke-width='1.3'/%3E%3Ccircle cx='116' cy='96' r='6' fill='%231e7cff'/%3E%3Ccircle cx='214' cy='50' r='6' fill='%231e7cff'/%3E%3Ccircle cx='322' cy='42' r='6' fill='%231e7cff'/%3E%3Ccircle cx='438' cy='54' r='6' fill='%231e7cff'/%3E%3Ccircle cx='532' cy='20' r='14' fill='%231e8dff' stroke='%23e7f1ff' stroke-width='10'/%3E%3Cpath d='M426 122h14v76h-14zM452 98h14v100h-14zM478 74h14v124h-14zM504 46h14v152h-14z' fill='%23e7f0fb'/%3E%3C/svg%3E");
}

.closing-copy {
  max-width: 560px;
  margin: 0;
}

.closing-copy h2 {
  margin: 0;
  color: #07183a;
  font-size: clamp(44px, 3.35vw, 58px);
  line-height: 1.18;
  letter-spacing: 0;
}

.closing-copy .title-accent {
  width: 108px;
  height: 5px;
  margin: 28px 0 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1969ff, #22d6cd);
}

.closing-copy p {
  max-width: 560px;
  margin: 0;
  font-size: 21px;
  line-height: 1.55;
}

.closing-panel {
  display: grid;
  gap: 46px;
  justify-items: stretch;
}

.closing-actions {
  display: grid;
  gap: 28px;
  width: min(560px, 100%);
}

.closing-btn {
  display: grid;
  grid-template-columns: 1fr 72px;
  align-items: center;
  min-height: 82px;
  padding: 10px 22px 10px 52px;
  border-radius: 8px;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0;
}

.closing-btn span {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  justify-self: end;
  border-radius: 50%;
  font-size: 34px;
  line-height: 1;
}

.closing-btn.primary {
  color: #fff;
  background: linear-gradient(100deg, #13cbd2 0%, #1169ff 58%, #008fec 100%);
  box-shadow: 0 24px 48px rgba(25, 112, 242, .22), inset 0 1px 0 rgba(255, 255, 255, .24);
}

.closing-btn.primary span {
  color: #126cff;
  background: #fff;
}

.closing-btn.secondary {
  color: #0e65f6;
  border: 2px solid #1170ff;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 38px rgba(21, 87, 169, .055);
}

.closing-btn.secondary span {
  color: #106cff;
}

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

.closing-benefits article {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 94px;
  padding: 18px 20px;
  border: 1px solid #d8e6f8;
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 38px rgba(31, 76, 131, .07);
}

.closing-benefits span,
.footer-nav span,
.footer-contact span {
  display: grid;
  place-items: center;
  color: #1471ff;
  background: #edf5ff;
}

.closing-benefits span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.closing-benefits svg,
.footer-nav svg,
.footer-contact svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.closing-benefits strong {
  color: #07183a;
  font-size: 16px;
  line-height: 1.28;
}

.site-footer {
  position: relative;
  padding: 0 30px 52px;
  color: #07183a;
  background: linear-gradient(180deg, #f7fbff 0%, #f3f8ff 100%);
}

.site-footer p {
  margin: 0;
}

.footer-card {
  display: grid;
  grid-template-columns: minmax(280px, 390px) minmax(430px, 1fr) minmax(260px, 340px);
  gap: 42px;
  align-items: center;
  width: min(1680px, 100%);
  min-height: 236px;
  margin: 0 auto;
  padding: 38px 58px;
  border: 1px solid #d8e7f9;
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 26px 58px rgba(39, 82, 140, .12);
}

.footer-wordmark {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}

.footer-wordmark img {
  width: 114px;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-brand {
  display: grid;
  gap: 28px;
  min-width: 0;
}

.footer-brand .brand {
  gap: 20px;
}

.footer-brand .brand img {
  width: 70px;
  height: 70px;
}

.footer-brand .brand span {
  color: #07183a;
  font-size: 31px;
  font-weight: 950;
}

.footer-brand p {
  color: #3f5073;
  font-size: 17px;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  min-height: 120px;
  border-left: 1px solid #d7e4f5;
  border-right: 1px solid #d7e4f5;
}

.footer-nav a {
  display: grid;
  justify-items: center;
  gap: 14px;
  min-height: 96px;
  padding: 2px 22px;
  color: #07183a;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.22;
  text-align: center;
  border-right: 1px solid #d7e4f5;
}

.footer-nav a:last-child {
  border-right: 0;
}

.footer-nav span {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: transparent;
}

.footer-nav svg {
  width: 38px;
  height: 38px;
}

.footer-contact {
  display: grid;
  gap: 32px;
}

.footer-contact a {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 14px 20px;
  align-items: center;
  color: #07183a;
}

.footer-contact span {
  grid-row: 1 / span 2;
  width: 58px;
  height: 58px;
  border-radius: 50%;
}

.footer-contact b,
.footer-contact strong {
  display: block;
  font-size: 19px;
  line-height: 1.25;
}

.footer-contact b {
  font-weight: 900;
}

.footer-contact strong {
  color: #10204a;
  font-weight: 750;
}

.note {
  margin-top: 16px;
  color: var(--muted);
  font-size: 14px;
}

.form-shell {
  width: min(620px, 100%);
  margin: 44px auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 28px;
}

.form-shell h1 {
  color: var(--ink);
  font-size: 34px;
}

.field { display: grid; gap: 7px; margin: 14px 0; }
.field label { font-weight: 800; color: #30415a; }
.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid #cfddeb;
  border-radius: 8px;
  padding: 10px 12px;
  font: inherit;
}

.status {
  min-height: 22px;
  color: var(--muted);
  font-weight: 700;
}

.dashboard-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.qr-box {
  min-height: 220px;
  display: grid;
  place-items: center;
  border: 1px dashed #9db4d2;
  border-radius: 8px;
  color: var(--muted);
  background: #f8fbff;
  text-align: center;
  padding: 20px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

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

.table th {
  background: #eef5ff;
  color: #233858;
}

.story-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 64px 40px;
  color: #07142f;
  background:
    linear-gradient(180deg, rgba(250, 253, 255, .96), rgba(255, 255, 255, .98)),
    #fff;
}

.story-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image:
    linear-gradient(rgba(30, 111, 242, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 111, 242, .045) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: radial-gradient(ellipse at 78% 12%, #000 0 20%, transparent 55%);
  pointer-events: none;
}

.story-section::after {
  content: "";
  position: absolute;
  inset: auto -8% 0 -8%;
  z-index: -3;
  height: 170px;
  background:
    repeating-linear-gradient(173deg, transparent 0 8px, rgba(85, 159, 255, .09) 9px, transparent 11px);
  opacity: .55;
  pointer-events: none;
  mask-image: linear-gradient(180deg, transparent, #000 55%);
}

.story-container {
  position: relative;
  z-index: 1;
  width: min(1480px, 100%);
  margin: 0 auto;
}

.problem-showcase .story-container,
.solution-showcase .story-container,
.how-showcase .story-container,
.features-showcase .story-container,
.audience-showcase .story-container,
.report-showcase .story-container,
.pricing-showcase .story-container {
  min-height: 720px;
  display: grid;
  align-content: center;
}

.story-copy {
  max-width: 620px;
}

.story-copy.wide {
  max-width: 900px;
}

.story-copy h2 {
  margin: 0;
  color: #07142f;
  font-size: 54px;
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 13px 28px rgba(4, 20, 55, .08);
}

.story-copy h2 span {
  color: #1677f2;
  background: linear-gradient(90deg, #2768ff 0%, #17cfd0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.story-copy p {
  margin: 18px 0 0;
  color: #53637f;
  font-size: 18px;
  line-height: 1.62;
}

.soft-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 16px;
  margin-bottom: 20px;
  color: #0f62df;
  border-color: #c7ddff;
  background: linear-gradient(180deg, #f7fbff, #eaf3ff);
  box-shadow: 0 10px 24px rgba(17, 103, 242, .11), inset 0 1px 0 #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.soft-label svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.small-label {
  min-height: 28px;
  padding: 5px 9px;
  margin: 0 0 8px;
  font-size: 12px;
}

.title-accent {
  display: block;
  width: 110px;
  height: 5px;
  margin-top: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1b64ff, #22dfd1);
  box-shadow: 0 8px 18px rgba(17, 103, 242, .18);
}

.section-bg-line {
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 170px;
  pointer-events: none;
  opacity: .72;
}

.section-bg-line::before {
  content: "";
  position: absolute;
  inset: 34px 0 42px;
  border-top: 3px solid rgba(50, 130, 255, .26);
  border-radius: 50%;
  transform: rotate(-8deg);
  box-shadow:
    0 16px 0 -14px rgba(50, 130, 255, .2),
    0 34px 0 -31px rgba(50, 130, 255, .16),
    0 52px 0 -48px rgba(50, 130, 255, .12);
}

.section-bg-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 65%, #1f7cff 0 4px, rgba(255,255,255,.92) 5px 9px, transparent 10px),
    radial-gradient(circle at 24% 42%, #dceaff 0 5px, transparent 6px),
    radial-gradient(circle at 38% 56%, #1f7cff 0 4px, rgba(255,255,255,.92) 5px 9px, transparent 10px),
    radial-gradient(circle at 55% 18%, #dceaff 0 5px, transparent 6px),
    radial-gradient(circle at 70% 38%, #1f7cff 0 4px, rgba(255,255,255,.92) 5px 9px, transparent 10px),
    radial-gradient(circle at 88% 9%, #079ef4 0 6px, rgba(255,255,255,.92) 7px 15px, transparent 16px);
}

.line-top-right {
  top: 52px;
  right: 4%;
}

.line-bottom-left {
  left: -5%;
  bottom: 90px;
  transform: rotate(180deg);
}

.dot-field {
  position: absolute;
  z-index: -1;
  width: 150px;
  height: 150px;
  opacity: .72;
  background-image: radial-gradient(circle, rgba(38, 126, 255, .44) 1.2px, transparent 1.5px);
  background-size: 18px 18px;
  pointer-events: none;
}

.dots-left {
  left: 34px;
  top: 90px;
}

.dots-right {
  right: 48px;
  bottom: 110px;
}

.dots-right.mid {
  top: 52%;
  bottom: auto;
}

.problem-hero {
  display: grid;
  grid-template-columns: minmax(0, 820px) minmax(360px, 560px);
  gap: 42px;
  align-items: start;
  margin-bottom: 18px;
}

.problem-hero .story-copy {
  padding-top: 12px;
}

.problem-metrics {
  position: relative;
  min-height: 260px;
}

.problem-metrics::before {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: 55px;
  height: 130px;
  border-top: 2px solid rgba(39, 129, 242, .22);
  border-radius: 50%;
  transform: rotate(-14deg);
}

.mini-kpi {
  position: absolute;
  display: grid;
  gap: 7px;
  min-width: 196px;
  padding: 22px;
  border: 1px solid rgba(190, 211, 241, .9);
  border-radius: 14px;
  color: #07142f;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 20px 42px rgba(30, 70, 125, .12), inset 0 1px 0 #fff;
  backdrop-filter: blur(14px);
}

.mini-kpi span {
  color: #203452;
  font-size: 14px;
  font-weight: 750;
}

.mini-kpi strong {
  font-size: 28px;
  line-height: 1;
}

.mini-kpi small {
  color: #05a36e;
  font-weight: 900;
}

.mini-kpi i {
  width: 86px;
  height: 34px;
  border-bottom: 2px solid #1f78ff;
  border-radius: 50%;
  transform: skewX(-25deg);
}

.roi-kpi {
  top: 0;
  left: 22px;
}

.risk-kpi {
  top: 94px;
  right: 12px;
}

.risk-kpi small {
  color: #ff4c5f;
}

.risk-kpi i {
  border-color: #ff465c;
}

.gmv-kpi {
  left: 88px;
  top: 178px;
  grid-template-columns: 68px 1fr;
  align-items: center;
}

.gmv-kpi b {
  grid-row: span 3;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #fff 0 42%, transparent 43%),
    conic-gradient(#2c6cff 0 78%, #dce8ff 78% 100%);
}

.gmv-kpi strong {
  font-size: 24px;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
}

.problem-card {
  position: relative;
  min-height: 116px;
  display: grid;
  grid-template-columns: 52px 66px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px 34px 14px 20px;
  border: 1px solid #cfe0f7;
  border-radius: 12px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 28px rgba(25, 65, 116, .06);
}

.card-number {
  align-self: start;
  color: #1167f2;
  font-size: 18px;
  font-weight: 950;
}

.card-icon,
.solution-icon,
.process-icon,
.feature-icon,
.audience-icon,
.question-icon,
.cta-icon,
.addon-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #166ff2;
  background: linear-gradient(145deg, #f3f8ff, #e6f0ff);
  box-shadow: inset 0 1px 0 #fff, 0 12px 26px rgba(31, 111, 242, .12);
}

.card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
}

.card-icon svg,
.solution-icon svg,
.process-icon svg,
.feature-icon svg,
.audience-icon svg,
.question-icon svg,
.cta-icon svg,
.addon-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.problem-card h3 {
  margin: 0 0 6px;
  color: #07142f;
  font-size: 17px;
  line-height: 1.25;
}

.problem-card p {
  margin: 0;
  color: #53637f;
  font-size: 14px;
  line-height: 1.38;
}

.card-dots {
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 28px;
  height: 14px;
  background-image: radial-gradient(circle, #a4cbff 1.6px, transparent 2px);
  background-size: 7px 7px;
}

.solution-stage {
  grid-template-columns: minmax(340px, 520px) minmax(0, 760px);
  gap: 72px;
  align-items: center;
}

.solution-copy {
  align-self: center;
}

.roi-note {
  position: relative;
  width: 286px;
  margin-top: 56px;
  padding: 20px 22px;
  border: 1px solid #e1ebf8;
  border-radius: 12px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 22px 42px rgba(32, 75, 128, .1);
}

.roi-note span {
  display: block;
  color: #53637f;
  font-size: 14px;
  font-weight: 750;
}

.roi-note strong {
  display: block;
  margin: 4px 0;
  color: #1875ff;
  font-size: 30px;
  line-height: 1;
}

.roi-note small {
  color: #0aa784;
  font-weight: 800;
}

.roi-note i {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 90px;
  height: 30px;
  border-bottom: 2px solid #2e7bff;
  border-radius: 50%;
  transform: skewX(-26deg);
}

.solution-stack {
  display: grid;
  gap: 24px;
}

.solution-card {
  position: relative;
  min-height: 136px;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 70px;
  gap: 26px;
  align-items: center;
  padding: 24px 30px;
  border: 1px solid #e3ebf6;
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 20px 40px rgba(22, 55, 96, .08);
}

.solution-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  border-radius: 14px 0 0 14px;
  background: linear-gradient(180deg, #126dff, #22d7cf);
}

.solution-card.teal-line::before {
  background: linear-gradient(180deg, #1fd0c3, #42ede2);
}

.solution-card.violet-line::before {
  background: linear-gradient(180deg, #664cff, #a06dff);
}

.solution-icon {
  width: 74px;
  height: 74px;
  border-radius: 15px;
}

.solution-card h3 {
  margin: 0 0 8px;
  color: #07142f;
  font-size: 23px;
  line-height: 1.18;
}

.solution-card p {
  margin: 0;
  color: #53637f;
  font-size: 16px;
  line-height: 1.5;
}

.solution-card > strong {
  color: #d9e0ec;
  font-size: 38px;
  line-height: 1;
}

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

.process-card {
  position: relative;
  min-height: 360px;
  padding: 38px 32px;
  border: 1px solid #d8e6f8;
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 42px rgba(29, 68, 118, .08);
}

.process-card::after,
.feature-card::after,
.audience-card::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #166ff2, #22dfd1);
}

.step-badge {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #08a8ff, #4b23ff);
  box-shadow: 0 14px 26px rgba(18, 103, 242, .24);
  font-size: 25px;
  font-weight: 950;
}

.process-icon {
  position: absolute;
  top: 34px;
  right: 32px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
}

.process-card h3 {
  margin: 42px 0 18px;
  color: #07142f;
  font-size: 25px;
  line-height: 1.2;
}

.process-card p {
  margin: 0;
  color: #53637f;
  font-size: 19px;
  line-height: 1.65;
}

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

.feature-card {
  position: relative;
  min-height: 142px;
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 20px 24px;
  border: 1px solid #cfe0f7;
  border-radius: 13px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 32px rgba(28, 67, 118, .055);
}

.feature-num {
  position: absolute;
  top: 16px;
  left: 22px;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #06aaff, #4d26ff);
  font-weight: 950;
  box-shadow: 0 10px 20px rgba(17, 103, 242, .24);
}

.feature-icon {
  width: 82px;
  height: 82px;
  margin-left: 12px;
  border-radius: 18px;
}

.feature-card h3 {
  margin: 0 0 8px;
  color: #07142f;
  font-size: 19px;
  line-height: 1.22;
}

.feature-card p {
  margin: 0;
  color: #53637f;
  font-size: 15px;
  line-height: 1.42;
}

.pdf-file-icon {
  position: relative;
}

.pdf-file-icon em {
  position: absolute;
  color: #fff;
  background: #126dff;
  border-radius: 4px;
  padding: 1px 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}

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

.audience-card {
  position: relative;
  min-height: 410px;
  padding: 34px 30px;
  border: 1px solid #cfe0f7;
  border-radius: 13px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 36px rgba(27, 63, 111, .065);
}

.audience-card::before,
.feature-card::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 22px;
  width: 72px;
  height: 48px;
  opacity: .8;
  background-image: radial-gradient(circle, rgba(52, 137, 255, .32) 1.2px, transparent 1.6px);
  background-size: 14px 14px;
}

.audience-icon {
  width: 86px;
  height: 86px;
  border-radius: 18px;
}

.audience-card h3 {
  margin: 42px 0 18px;
  color: #07142f;
  font-size: 27px;
  line-height: 1.2;
}

.audience-card p {
  margin: 0;
  color: #53637f;
  font-size: 19px;
  line-height: 1.68;
}

.report-stage {
  grid-template-columns: minmax(340px, 520px) minmax(0, 760px);
  gap: 76px;
  align-items: center;
}

.outline-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 340px;
  min-height: 76px;
  margin-top: 34px;
  padding: 13px 22px;
  border: 1px solid #1a72ff;
  border-radius: 12px;
  color: #1167f2;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 16px 30px rgba(21, 91, 190, .08);
  font-size: 22px;
  font-weight: 900;
}

.outline-cta strong {
  font-size: 34px;
  line-height: 1;
}

.cta-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.cta-icon svg {
  width: 24px;
  height: 24px;
}

.report-board {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid #d6e5f8;
  border-radius: 15px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 22px 48px rgba(21, 56, 99, .11);
}

.report-question-new {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 28px;
  gap: 22px;
  align-items: center;
  min-height: 96px;
  padding: 18px 24px;
  border: 1px solid #cfe0f7;
  border-left: 4px solid #166ff2;
  border-radius: 12px;
  background: rgba(252, 254, 255, .94);
}

.question-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.report-question-new h3 {
  margin: 0;
  color: #07142f;
  font-size: 20px;
  line-height: 1.3;
}

.report-question-new > strong {
  color: #07142f;
  font-size: 38px;
  line-height: 1;
}

.pricing-copy {
  max-width: 1280px;
  margin: 0 auto 14px;
  text-align: center;
}

.pricing-copy .soft-label {
  margin-left: auto;
  margin-right: auto;
  min-height: 48px;
  padding: 10px 24px;
  gap: 10px;
  border: 2px solid rgba(18, 112, 255, .22);
  color: #075bd5;
  background:
    linear-gradient(180deg, #ffffff 0%, #eef6ff 100%),
    linear-gradient(100deg, rgba(23, 110, 255, .14), rgba(12, 200, 220, .12));
  box-shadow:
    0 18px 38px rgba(17, 103, 242, .16),
    0 0 0 7px rgba(18, 112, 255, .045),
    inset 0 1px 0 rgba(255, 255, 255, .95);
  font-size: 18px;
}

.pricing-copy .soft-label svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.4;
}

.pricing-copy h2 {
  font-size: 40px;
}

.pricing-copy p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.48;
}

.pricing-showcase {
  padding-top: 74px;
  padding-bottom: 44px;
}

.pricing-grid-new {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}

.price-card-new {
  position: relative;
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 410px;
  padding: 20px 26px;
  border: 1px solid #d7e4f6;
  border-radius: 14px;
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 18px 42px rgba(24, 64, 111, .08);
}

.price-card-new.recommended {
  overflow: visible;
  border: 2px solid #0f73ff;
  background:
    radial-gradient(circle at 50% -8%, rgba(28, 126, 255, .24), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4f9ff 52%, #eef6ff 100%);
  box-shadow:
    0 26px 64px rgba(17, 103, 242, .28),
    0 0 0 6px rgba(18, 112, 255, .08),
    inset 0 0 0 1px rgba(17, 103, 242, .24),
    inset 0 1px 0 rgba(255, 255, 255, .95);
  transform: translateY(-12px) scale(1.035);
  z-index: 2;
}

.recommend-ribbon {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 30px;
  border-radius: 0 0 10px 10px;
  color: #fff;
  background: linear-gradient(100deg, #0fd4dc 0%, #126dff 55%, #004fe8 100%);
  box-shadow:
    0 18px 34px rgba(17, 103, 242, .34),
    0 0 0 5px rgba(18, 112, 255, .08),
    inset 0 1px 0 rgba(255, 255, 255, .25);
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

.plan-pill,
.credit-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid #d5e4f8;
  border-radius: 999px;
  color: #126dff;
  background: #f5f9ff;
  font-size: 12.5px;
  font-weight: 900;
}

.plan-pill svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.plan-pill.violet {
  color: #6c36d8;
  background: #f4efff;
}

.price-card-new h3 {
  margin: 0;
  color: #07142f;
  font-size: 20px;
}

.price-card-new .price {
  margin: 0;
  color: #07142f;
  font-size: 28px;
}

.price-card-new .price small {
  font-size: 13px;
}

.price-card-new.recommended .price {
  color: #126dff;
}

.price-card-new.recommended .plan-pill {
  color: #0f67e9;
  border-color: rgba(18, 112, 255, .25);
  background: #eaf4ff;
}

.price-card-new.recommended .credit-pill {
  color: #075bd5;
  border-color: rgba(18, 112, 255, .26);
  background: #f6fbff;
}

.price-card-new.recommended .plan-button {
  min-height: 46px;
  background: linear-gradient(100deg, #126dff 0%, #0bb7ea 100%);
  box-shadow:
    0 18px 34px rgba(17, 103, 242, .34),
    inset 0 1px 0 rgba(255, 255, 255, .22);
}

.credit-pill {
  color: #07142f;
  background: #fff;
}

.credit-pill::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  background: #126dff;
  font-size: 12px;
}

.price-card-new p,
.price-card-new li {
  color: #53637f;
  font-size: 12.5px;
  line-height: 1.22;
}

.price-card-new p {
  margin: 0;
}

.price-card-new ul {
  display: grid;
  gap: 3px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.price-card-new li {
  position: relative;
  padding-left: 24px;
}

.price-card-new li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #fff;
  background: #126dff;
  font-size: 11px;
  font-weight: 900;
}

.plan-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 38px;
  margin-top: auto;
  padding: 8px 14px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #1977ff, #08a8ee);
  box-shadow: 0 16px 28px rgba(17, 103, 242, .24);
  font-size: 15px;
  font-weight: 900;
}

.plan-button.secondary {
  color: #126dff;
  background: #fff;
  border: 1px solid #1677ff;
  box-shadow: none;
}

.addon-panel-new {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) minmax(320px, 460px);
  gap: 16px;
  align-items: center;
  margin-top: 14px;
  padding: 14px 24px;
  border: 1px solid #d7e4f6;
  border-radius: 13px;
  background: rgba(246, 250, 255, .92);
  box-shadow: 0 14px 34px rgba(24, 64, 111, .075);
}

.addon-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.addon-panel-new h3 {
  margin: 0 0 6px;
  color: #07142f;
  font-size: 22px;
}

.addon-panel-new p {
  margin: 0;
  color: #53637f;
  font-size: 13px;
  line-height: 1.32;
}

.addon-list-new {
  display: grid;
  gap: 8px;
  padding-left: 30px;
  border-left: 1px solid #c7d8ee;
}

.addon-list-new strong {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid #e0e9f6;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(19, 53, 96, .06);
}

.addon-list-new span {
  position: relative;
  padding-left: 30px;
  color: #07142f;
}

.addon-list-new span::before {
  content: "▣";
  position: absolute;
  left: 0;
  color: #126dff;
}

.addon-list-new b {
  color: #126dff;
}

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

  .checkout-steps {
    order: 2;
  }
}

@media (max-width: 760px) {
  .checkout-main {
    padding: 24px 14px 44px;
  }

  .checkout-title h1 {
    font-size: 36px;
  }

  .checkout-steps {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px;
  }

  .checkout-step {
    grid-template-columns: 34px minmax(0, 1fr);
    justify-items: start;
    align-items: start;
    text-align: left;
  }

  .checkout-step b {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .checkout-step span,
  .checkout-step small {
    grid-column: 2;
  }

  .checkout-step:not(:last-child)::after {
    left: 16px;
    top: 40px;
    width: 3px;
    height: 22px;
  }

  .checkout-bank-row,
  .qr-panel,
  .field-grid,
  .support-strip,
  .checkout-help-grid {
    grid-template-columns: 1fr;
  }

  .checkout-side {
    grid-template-rows: auto;
  }

  .checkout-bank-row {
    gap: 6px;
  }

  .qr-panel img {
    max-width: min(360px, 100%);
  }

  .checkout-amount {
    font-size: 42px;
  }
}

@media (max-width: 520px) {
  .checkout-header .brand span {
    white-space: normal;
  }

  .checkout-card {
    box-shadow: 0 14px 34px rgba(21, 58, 104, .1);
  }

  .value-copy,
  .input-copy {
    grid-template-columns: 1fr;
  }

  .value-copy button,
  .input-copy button {
    justify-self: start;
  }
}

@media (max-width: 1080px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero h1 .h1-line {
    white-space: normal;
  }
  .hero-visual {
    min-height: 560px;
    margin-top: 10px;
  }
  .grid.four,
  .feature-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .solution-layout,
  .report-layout,
  .cta-layout { grid-template-columns: 1fr; }
  .story-section {
    padding: 72px 28px;
  }
  .problem-showcase .story-container,
  .solution-showcase .story-container,
  .how-showcase .story-container,
  .features-showcase .story-container,
  .audience-showcase .story-container,
  .report-showcase .story-container,
  .pricing-showcase .story-container {
    min-height: auto;
  }
  .story-copy h2 {
    font-size: 44px;
  }
  .problem-hero,
  .solution-stage,
  .report-stage {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .problem-metrics {
    width: min(620px, 100%);
    min-height: 260px;
  }
  .problem-grid {
    grid-template-columns: 1fr;
  }
  .feature-grid,
  .audience-grid-new {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pricing-grid-new {
    gap: 18px;
  }
  .price-card-new {
    padding: 30px 24px;
  }
  .addon-panel-new {
    grid-template-columns: 110px minmax(0, 1fr);
  }
  .addon-list-new {
    grid-column: 1 / -1;
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 900px) {
  .site-header { align-items: flex-start; }
  .nav { gap: 10px; justify-content: flex-start; }
  .grid,
  .grid.two,
  .grid.three,
  .grid.four,
  .pricing-grid,
  .problem-list,
  .feature-list,
  .faq-grid,
  .addon-box { grid-template-columns: 1fr; }
  .product-hero {
    min-height: auto;
    padding-top: 46px;
  }
  .hero { min-height: auto; background-position: 62% center; }
  .hero-tags span {
    white-space: normal;
  }
  .action-row,
  .row { grid-template-columns: 1fr; }
  .story-section {
    padding: 64px 22px;
  }
  .section-bg-line {
    opacity: .36;
    transform: scale(.76);
    transform-origin: right top;
  }
  .story-copy h2,
  .pricing-copy h2 {
    font-size: 38px;
  }
  .story-copy p {
    font-size: 17px;
  }
  .step-grid,
  .feature-grid,
  .audience-grid-new,
  .pricing-grid-new {
    grid-template-columns: 1fr;
  }
  .solution-card {
    grid-template-columns: 76px minmax(0, 1fr);
    padding: 24px 26px;
  }
  .solution-card > strong {
    position: absolute;
    right: 24px;
    top: 22px;
    font-size: 30px;
  }
  .process-card,
  .audience-card,
  .price-card-new {
    min-height: auto;
  }
  .feature-card {
    grid-template-columns: 110px minmax(0, 1fr);
  }
  .price-card-new.recommended {
    transform: none;
  }
  .report-board {
    padding: 18px;
  }
  .report-question-new {
    grid-template-columns: 62px minmax(0, 1fr) 24px;
  }
}

@media (max-width: 760px) {
  html {
    background: #f7f9fc;
    overflow-x: hidden;
  }

  body,
  .landing-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .landing-page {
    width: min(calc(100vw - 8px), 430px);
    background:
      radial-gradient(ellipse at 82% 10%, rgba(54, 144, 255, .2), transparent 34%),
      radial-gradient(ellipse at 20% 72%, rgba(22, 100, 255, .18), transparent 38%),
      linear-gradient(180deg, #020612 0%, #06152f 50%, #020714 100%);
    margin: 4px auto 24px;
    border-radius: 34px;
    box-shadow:
      0 22px 50px rgba(0, 10, 32, .28),
      0 0 0 1px rgba(83, 154, 255, .08),
      0 0 48px rgba(30, 117, 255, .2);
    overflow: hidden;
  }

  .landing-page main > .band,
  .landing-page .site-footer {
    display: none;
  }

  .landing-page .story-section {
    display: block;
  }

  .story-section {
    padding: 52px 20px;
    background: #fff;
  }

  .story-section::before,
  .story-section::after,
  .section-bg-line,
  .dot-field {
    display: none;
  }

  .story-copy,
  .story-copy.wide,
  .pricing-copy {
    max-width: none;
    text-align: left;
  }

  .pricing-copy .soft-label {
    margin-left: 0;
    margin-right: 0;
  }

  .story-copy h2,
  .pricing-copy h2 {
    font-size: 31px;
    line-height: 1.14;
  }

  .story-copy p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.6;
  }

  .soft-label {
    min-height: 34px;
    padding: 7px 12px;
    margin-bottom: 18px;
    font-size: 12px;
  }

  .title-accent {
    width: 88px;
    margin-top: 18px;
  }

  .problem-hero,
  .solution-stage,
  .report-stage {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .problem-metrics {
    display: grid;
    gap: 12px;
    width: 100%;
    min-height: auto;
  }

  .problem-metrics::before {
    display: none;
  }

  .mini-kpi,
  .roi-kpi,
  .risk-kpi,
  .gmv-kpi {
    position: relative;
    inset: auto;
    width: 100%;
    min-width: 0;
  }

  .mini-kpi {
    padding: 18px;
  }

  .problem-grid {
    gap: 12px;
  }

  .problem-card {
    grid-template-columns: 42px 52px minmax(0, 1fr);
    gap: 12px;
    min-height: auto;
    padding: 18px 18px 18px 16px;
  }

  .card-number {
    font-size: 15px;
  }

  .card-icon {
    width: 50px;
    height: 50px;
    border-radius: 13px;
  }

  .card-icon svg,
  .solution-icon svg,
  .process-icon svg,
  .feature-icon svg,
  .audience-icon svg,
  .question-icon svg {
    width: 25px;
    height: 25px;
  }

  .problem-card h3,
  .feature-card h3,
  .report-question-new h3 {
    font-size: 16px;
  }

  .problem-card p,
  .feature-card p,
  .price-card-new p,
  .price-card-new li {
    font-size: 14px;
  }

  .card-dots,
  .audience-card::before,
  .feature-card::before {
    display: none;
  }

  .roi-note {
    width: 100%;
    margin-top: 24px;
  }

  .solution-stack {
    gap: 14px;
  }

  .solution-card {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    min-height: auto;
    padding: 20px 18px 20px 20px;
  }

  .solution-icon {
    width: 54px;
    height: 54px;
    border-radius: 13px;
  }

  .solution-card h3 {
    padding-right: 38px;
    font-size: 18px;
  }

  .solution-card p {
    font-size: 14px;
  }

  .solution-card > strong {
    right: 18px;
    top: 18px;
    font-size: 24px;
  }

  .step-grid,
  .feature-grid,
  .audience-grid-new,
  .pricing-grid-new {
    gap: 14px;
    margin-top: 22px;
  }

  .process-card {
    padding: 24px 20px;
  }

  .step-badge {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }

  .process-icon {
    top: 22px;
    right: 20px;
    width: 54px;
    height: 54px;
  }

  .process-card h3 {
    margin: 30px 0 12px;
    font-size: 20px;
  }

  .process-card p,
  .audience-card p,
  .addon-panel-new p {
    font-size: 15px;
  }

  .feature-card {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 14px;
    min-height: auto;
    padding: 18px 18px 18px 20px;
  }

  .feature-num {
    top: 14px;
    left: 14px;
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .feature-icon {
    width: 64px;
    height: 64px;
    margin-left: 0;
    border-radius: 15px;
  }

  .audience-card {
    min-height: auto;
    padding: 24px 22px;
  }

  .audience-icon {
    width: 68px;
    height: 68px;
  }

  .audience-card h3 {
    margin: 24px 0 12px;
    font-size: 22px;
  }

  .outline-cta {
    min-width: 0;
    width: 100%;
    min-height: 58px;
    font-size: 17px;
  }

  .report-board {
    gap: 12px;
    padding: 14px;
  }

  .report-question-new {
    grid-template-columns: 48px minmax(0, 1fr) 16px;
    gap: 12px;
    min-height: auto;
    padding: 14px 14px;
  }

  .question-icon {
    width: 44px;
    height: 44px;
  }

  .report-question-new > strong {
    font-size: 28px;
  }

  .price-card-new {
    gap: 13px;
    padding: 26px 22px;
  }

  .recommend-ribbon {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    justify-content: center;
    margin: -8px auto 0;
    border-radius: 8px;
    white-space: normal;
    text-align: center;
  }

  .price-card-new h3 {
    font-size: 22px;
  }

  .price-card-new .price {
    font-size: 27px;
  }

  .plan-button {
    font-size: 16px;
  }

  .addon-panel-new {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 22px;
  }

  .addon-icon {
    width: 78px;
    height: 78px;
  }

  .addon-list-new strong {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .site-header {
    position: relative;
    align-items: center;
    padding: 30px 76px 18px 36px;
    min-height: 92px;
    width: 100%;
    max-width: none;
    background: transparent;
    border-bottom: 0;
  }
  .brand img {
    width: 42px;
    height: 42px;
  }
  .brand span {
    font-size: 19px;
  }
  .nav {
    display: none;
  }

  .mobile-menu-toggle {
    display: grid;
    gap: 5px;
    position: absolute;
    top: 31px;
    right: 34px;
    z-index: 80;
    width: 42px;
    height: 42px;
    margin-left: auto;
    padding: 9px;
    border: 0;
    border-radius: 8px;
    background: transparent;
  }

  .mobile-menu-toggle span {
    display: block;
    height: 3px;
    border-radius: 999px;
    background: #fff;
  }

  .product-hero {
    display: block;
    padding: 26px 30px 28px;
    width: 100%;
    max-width: none;
    min-height: auto;
    overflow: hidden;
  }

  .product-hero::before {
    opacity: 1;
    filter: drop-shadow(0 0 20px rgba(35, 128, 255, .48));
  }

  .hero {
    background: transparent;
  }

  .hero::before {
    background:
      linear-gradient(108deg, transparent 0 76%, rgba(83, 158, 255, .18) 76% 77%, transparent 77%),
      repeating-linear-gradient(100deg, transparent 0 74px, rgba(72, 131, 255, .06) 75px, transparent 78px);
    opacity: .8;
  }

  .hero::after {
    width: 360px;
    height: 90px;
    right: -88px;
    bottom: 18px;
    opacity: .72;
  }

  .hero-inner {
    display: block;
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 20px;
  }

  .eyebrow {
    padding: 7px 12px;
    font-size: 13px;
    text-transform: none;
    border-color: rgba(69, 139, 255, .64);
    background: rgba(16, 54, 130, .42);
    box-shadow:
      0 0 18px rgba(36, 124, 255, .32),
      inset 0 1px 0 rgba(255,255,255,.12);
  }

  h1 {
    max-width: 100%;
    gap: 3px;
    font-size: clamp(30px, 7.7vw, 33px);
    line-height: 1.18;
  }

  .desktop-title {
    display: none;
  }

  .mobile-title {
    display: grid;
  }

  .hero h1 .h1-line {
    min-width: 0;
    white-space: nowrap;
    overflow-wrap: normal;
  }

  .hero-lead {
    max-width: 100%;
    color: #dceaff;
    font-size: 16px;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }

  .hero-actions {
    display: grid;
    gap: 14px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero-actions .btn {
    width: 100%;
    max-width: 100%;
    min-height: 56px;
    font-size: 15px;
    box-shadow:
      0 0 24px rgba(18, 107, 255, .48),
      0 16px 34px rgba(15, 92, 255, .28),
      inset 0 1px 0 rgba(255,255,255,.28);
  }

  .ghost-dark {
    background: rgba(1, 13, 32, .55);
    border-color: rgba(56, 133, 255, .68);
    box-shadow:
      0 0 24px rgba(37, 128, 255, .24),
      inset 0 1px 0 rgba(255,255,255,.12);
  }

  .hero-tags,
  .mobile-hero-addons,
  .mobile-dashboard-flow {
    display: none;
  }

  .mobile-feature-pills {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin: 10px -12px 0;
    width: calc(100% + 24px);
    min-width: 0;
  }

  .mobile-feature-pills span {
    min-width: 0;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 3px;
    border: 1px solid rgba(55, 129, 255, .23);
    border-radius: 9px;
    color: #eef7ff;
    background: rgba(17, 68, 156, .44);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.1),
      0 0 18px rgba(24, 118, 255, .22),
      0 10px 24px rgba(0, 24, 82, .18);
    font-size: 7.2px;
    font-weight: 850;
    line-height: 1.1;
    white-space: nowrap;
  }

  .mobile-feature-pills svg {
    width: 13px;
    height: 13px;
    flex: 0 0 auto;
    fill: none;
    stroke: #22a6ff;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 8px rgba(34, 166, 255, .55));
  }

  .mobile-section-title {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 12px;
    align-items: center;
    margin-top: 10px;
    color: #f5fbff;
    font-size: 19px;
    font-weight: 900;
    text-align: center;
  }

  .mobile-section-title span {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(100, 118, 255, .9));
  }

  .mobile-section-title span:last-child {
    background: linear-gradient(90deg, rgba(100, 118, 255, .9), transparent);
  }

  .mobile-help-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    min-width: 0;
  }

  .mobile-help-card,
  .mobile-metric-card,
  .mobile-glass-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(69, 139, 255, .34);
    border-radius: 12px;
    color: #f5fbff;
    background:
      linear-gradient(135deg, rgba(255,255,255,.09), transparent 28%),
      linear-gradient(155deg, rgba(9, 33, 82, .88), rgba(3, 15, 42, .86));
    box-shadow:
      0 18px 38px rgba(0, 8, 32, .34),
      inset 0 1px 0 rgba(255,255,255,.08);
    min-width: 0;
  }

  .mobile-help-card {
    min-height: 176px;
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 17px;
  }

  .mobile-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: rgba(44, 119, 255, .22);
    box-shadow: 0 0 22px rgba(41, 128, 255, .28);
    position: relative;
    color: #7ec8ff;
  }

  .mobile-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .search-icon {
    color: #72c8ff;
    background: radial-gradient(circle at 40% 35%, rgba(92, 183, 255, .34), rgba(44, 119, 255, .18));
    box-shadow: 0 0 24px rgba(62, 150, 255, .38);
  }

  .play-icon {
    color: #ff7187;
    background: radial-gradient(circle at 40% 35%, rgba(255, 103, 130, .35), rgba(142, 25, 61, .2));
    box-shadow: 0 0 24px rgba(255, 85, 116, .38);
  }

  .video-icon {
    color: #5ff5e3;
    background: radial-gradient(circle at 40% 35%, rgba(86, 241, 217, .32), rgba(22, 125, 156, .19));
    box-shadow: 0 0 24px rgba(61, 234, 213, .34);
  }

  .pdf-icon {
    color: #b176ff;
    background: radial-gradient(circle at 40% 35%, rgba(171, 92, 255, .34), rgba(78, 34, 157, .22));
    box-shadow: 0 0 24px rgba(151, 88, 255, .36);
  }

  .pdf-icon em {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 11px;
    font-style: normal;
    font-weight: 950;
    letter-spacing: 0;
  }

  .mobile-help-card.red {
    border-color: rgba(255, 86, 119, .38);
  }

  .mobile-help-card.cyan {
    border-color: rgba(65, 232, 213, .38);
  }

  .mobile-help-card.violet {
    border-color: rgba(151, 88, 255, .38);
  }

  .mobile-help-card h3,
  .mobile-glass-card h3 {
    margin: 0;
    font-size: 15px;
    line-height: 1.28;
    overflow-wrap: anywhere;
  }

  .mobile-help-card p,
  .mobile-glass-card p {
    margin: 0;
    color: #aabbd5;
    font-size: 14px;
    overflow-wrap: anywhere;
  }

  .mobile-metric-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
    min-width: 0;
  }

  .mobile-metric-head h2 {
    margin: 0;
    font-size: 23px;
    line-height: 1.1;
  }

  .mobile-metric-head span {
    flex: 0 0 auto;
    padding: 9px 12px;
    border: 1px solid rgba(86, 153, 255, .34);
    border-radius: 8px;
    color: #d8e8ff;
    background: rgba(17, 48, 112, .5);
    font-size: 13px;
    max-width: 140px;
  }

  .mobile-metric-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    min-width: 0;
  }

  .mobile-metric-card {
    min-height: 154px;
    display: grid;
    align-content: start;
    gap: 7px;
    padding: 18px;
  }

  .mobile-metric-card span {
    color: #aebfd8;
  }

  .mobile-metric-card strong {
    font-size: 30px;
    line-height: 1;
  }

  .mobile-metric-card small {
    color: #49efc9;
    font-weight: 900;
  }

  .mobile-metric-card i {
    width: 100%;
    height: 28px;
    margin-top: 10px;
    border-bottom: 2px solid rgba(57, 140, 255, .86);
    border-radius: 50%;
    transform: skewX(-28deg);
  }

  .hero-visual {
    display: block;
    min-height: 610px;
    margin: 30px -18px 0;
    perspective: 1250px;
    transform: none;
  }

  .hero-visual::before {
    left: 7%;
    top: 36%;
    width: 10px;
    height: 10px;
  }

  .hero-visual::after {
    right: 8%;
    bottom: 22%;
    width: 18px;
    height: 18px;
  }

  .analytics-stage {
    inset: 0 -14px 0 -14px;
  }

  .analytics-stage::before {
    width: 91%;
    height: 18%;
    left: 5%;
    bottom: 13px;
    border-width: 2px;
    box-shadow:
      0 0 22px rgba(76, 203, 255, .95),
      0 0 82px rgba(8, 102, 255, .72),
      0 0 130px rgba(0, 85, 255, .3),
      inset 0 0 38px rgba(0, 202, 255, .58);
  }

  .analytics-stage::after {
    width: 70%;
    height: 12%;
    left: 15%;
    bottom: 38px;
    filter: blur(16px);
    opacity: 1;
  }

  .luxury-particles span:nth-child(1) { left: 3%; top: 28%; width: 8px; height: 8px; }
  .luxury-particles span:nth-child(2) { right: 5%; top: 30%; width: 5px; height: 28px; }
  .luxury-particles span:nth-child(3) { left: 5%; bottom: 18%; width: 23px; height: 23px; }
  .luxury-particles span:nth-child(4) { right: 3%; bottom: 34%; width: 18px; height: 18px; }
  .luxury-particles span {
    box-shadow:
      0 0 18px rgba(64, 158, 255, .9),
      0 0 40px rgba(36, 116, 255, .42);
  }

  .dashboard-card {
    border-radius: 15px;
    box-shadow:
      0 22px 50px rgba(0, 9, 38, .62),
      0 0 38px rgba(33, 120, 255, .5),
      0 0 78px rgba(20, 98, 255, .22),
      inset 0 1px 0 rgba(255,255,255,.16),
      inset 0 0 24px rgba(50, 134, 255, .08);
  }

  .dashboard-card::before {
    opacity: .82;
    filter: drop-shadow(0 0 12px rgba(68, 174, 255, .65));
  }

  .main-dashboard {
    width: 344px;
    min-height: 274px;
    right: 24px;
    top: 0;
    padding: 12px;
    transform: rotateX(7deg) rotateY(-13deg) rotateZ(-4deg);
  }

  .dashboard-head {
    gap: 8px;
    margin-bottom: 9px;
  }

  .dashboard-head strong {
    font-size: 12px;
  }

  .dashboard-head span {
    padding: 5px 8px;
    border-radius: 6px;
    font-size: 8px;
  }

  .metric-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
  }

  .metric-card {
    min-height: 75px;
    gap: 3px;
    padding: 8px;
    border-radius: 8px;
  }

  .metric-card span {
    font-size: 8px;
  }

  .metric-card strong {
    font-size: 16px;
  }

  .metric-card small {
    font-size: 8px;
  }

  .metric-card i {
    height: 15px;
    margin-top: 3px;
  }

  .cost-panel {
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 13px;
    margin-top: 13px;
    padding: 10px;
    border-radius: 10px;
  }

  .donut {
    width: 96px;
  }

  .cost-lines {
    gap: 7px;
  }

  .cost-lines div {
    grid-template-columns: 7px minmax(0, 1fr) auto;
    gap: 7px;
    font-size: 9px;
  }

  .cost-lines b {
    width: 7px;
    height: 7px;
    border-radius: 2px;
  }

  .risk-card {
    width: 274px;
    right: 8px;
    top: 136px;
    padding: 16px;
    transform: rotateX(3deg) rotateY(-10deg) rotateZ(2deg);
  }

  .risk-card {
    box-shadow:
      0 24px 54px rgba(86, 0, 39, .56),
      0 0 34px rgba(255, 79, 118, .52),
      0 0 72px rgba(255, 64, 108, .24),
      inset 0 1px 0 rgba(255,255,255,.16);
  }

  .risk-card strong {
    margin-top: 7px;
    font-size: 30px;
  }

  .risk-card span,
  .risk-card small {
    font-size: 12px;
  }

  .sparkline {
    height: 32px;
    gap: 5px;
    margin-top: 16px;
  }

  .rescue-card {
    width: 300px;
    right: 12px;
    top: 312px;
    padding: 15px;
    transform: rotateX(6deg) rotateY(-12deg) rotateZ(3deg);
  }

  .action-plan {
    width: 260px;
    left: 12px;
    top: 385px;
    padding: 15px;
    transform: rotateX(7deg) rotateY(-11deg) rotateZ(-3deg);
  }

  .action-plan {
    box-shadow:
      0 24px 54px rgba(0, 80, 110, .38),
      0 0 36px rgba(61, 234, 213, .52),
      0 0 74px rgba(34, 211, 238, .2),
      inset 0 1px 0 rgba(255,255,255,.16);
  }

  .rescue-card h3,
  .action-plan h3 {
    font-size: 13px;
  }

  .rescue-card p,
  .action-plan p {
    font-size: 10px;
  }

  .action-plan p {
    margin-top: 7px;
    padding-left: 15px;
  }

  .action-plan p::before {
    top: 6px;
    width: 6px;
    height: 6px;
  }

  .action-plan a {
    margin-top: 10px;
    font-size: 10px;
  }

  .video-row {
    grid-template-columns: 22px minmax(0, 1fr) 48px 44px;
    gap: 7px;
    margin-top: 10px;
    font-size: 9px;
  }

  .video-row span {
    width: 22px;
    height: 22px;
    border-radius: 6px;
  }

  .mobile-dashboard-flow {
    display: none;
    gap: 20px;
    padding: 22px 22px 34px;
    width: 100%;
    max-width: 430px;
    color: #fff;
    background:
      radial-gradient(ellipse at 70% 12%, rgba(30, 105, 255, .22), transparent 32%),
      radial-gradient(ellipse at 26% 70%, rgba(19, 189, 255, .14), transparent 34%),
      linear-gradient(180deg, #020916 0%, #06152d 55%, #020916 100%);
    overflow: hidden;
  }

  .mobile-glass-card {
    padding: 20px;
  }

  .mobile-cost-card {
    border-color: rgba(66, 142, 255, .44);
  }

  .mobile-cost-body {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    margin-top: 22px;
  }

  .mobile-donut {
    width: 120px;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border-radius: 50%;
    background:
      radial-gradient(circle at center, #071a43 0 48%, transparent 49%),
      conic-gradient(#3578ff 0 48%, #35bdff 48% 76%, #7f66ff 76% 93%, #ff596d 93% 100%);
    box-shadow: 0 0 28px rgba(34, 117, 255, .46);
    text-align: center;
  }

  .mobile-donut strong,
  .mobile-donut span {
    display: block;
  }

  .mobile-donut strong {
    margin: 0;
    font-size: 21px;
    line-height: 1;
  }

  .mobile-donut span {
    margin: 0;
    color: #aebbd2;
    font-size: 12px;
    line-height: 1.05;
    white-space: nowrap;
  }

  .mobile-cost-lines {
    display: grid;
    gap: 14px;
  }

  .mobile-cost-lines div {
    display: grid;
    grid-template-columns: 10px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    color: #d8e6fb;
    font-size: 13px;
  }

  .mobile-cost-lines b {
    width: 9px;
    height: 9px;
    border-radius: 3px;
  }

  .mobile-risk-card {
    border-color: rgba(255, 76, 112, .7);
    background:
      linear-gradient(135deg, rgba(255, 76, 112, .17), transparent 40%),
      linear-gradient(155deg, rgba(48, 15, 55, .92), rgba(5, 16, 45, .9));
    box-shadow: 0 0 34px rgba(255, 76, 112, .22), inset 0 1px 0 rgba(255,255,255,.1);
  }

  .mobile-risk-card h3 {
    color: #ff7890;
  }

  .mobile-risk-card > strong {
    display: block;
    margin: 20px 0 8px;
    font-size: 42px;
    line-height: 1;
  }

  .mobile-risk-card > strong span {
    color: #ff647d;
    font-size: 18px;
  }

  .mobile-risk-line {
    display: flex;
    align-items: end;
    gap: 7px;
    height: 46px;
    margin-top: 22px;
  }

  .mobile-risk-line i {
    flex: 1;
    border-radius: 999px;
    background: linear-gradient(180deg, #ff7388, #ff3656);
    box-shadow: 0 0 14px rgba(255, 73, 101, .42);
  }

  .mobile-risk-line i:nth-child(1) { height: 28%; }
  .mobile-risk-line i:nth-child(2) { height: 22%; }
  .mobile-risk-line i:nth-child(3) { height: 26%; }
  .mobile-risk-line i:nth-child(4) { height: 20%; }
  .mobile-risk-line i:nth-child(5) { height: 36%; }
  .mobile-risk-line i:nth-child(6) { height: 27%; }
  .mobile-risk-line i:nth-child(7) { height: 58%; }

  .mobile-action-card {
    border-color: rgba(62, 234, 213, .62);
    background:
      linear-gradient(135deg, rgba(62, 245, 224, .14), transparent 36%),
      linear-gradient(155deg, rgba(7, 50, 102, .9), rgba(5, 18, 54, .9));
  }

  .mobile-action-card h3 {
    color: #5ff5e3;
  }

  .mobile-action-card p {
    display: grid;
    grid-template-columns: 8px minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    margin-top: 18px;
    color: #e8f3ff;
    font-size: 13px;
  }

  .mobile-action-card p::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
    background: #56f0d4;
  }

  .mobile-action-card .action-copy {
    min-width: 0;
    padding: 0;
    border-radius: 0;
    color: #e8f3ff;
    background: none;
    font-size: 13px;
    font-weight: 750;
    white-space: nowrap;
  }

  .mobile-action-card .priority {
    padding: 5px 8px;
    border-radius: 7px;
    color: #ffe789;
    background: rgba(255, 212, 80, .12);
    font-size: 10px;
    font-weight: 850;
    white-space: nowrap;
  }

  .mobile-action-card a {
    display: grid;
    min-height: 44px;
    place-items: center;
    margin-top: 18px;
    border-radius: 8px;
    color: #fff;
    background: rgba(255,255,255,.04);
    font-weight: 900;
  }

  .mobile-rescue-card {
    border-color: rgba(61, 128, 255, .6);
  }

  .mobile-video-row {
    display: grid;
    grid-template-columns: 32px 1fr auto auto;
    gap: 8px;
    align-items: center;
    margin-top: 18px;
    color: #f6fbff;
    font-size: 13px;
  }

  .mobile-video-row span {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: linear-gradient(135deg, #6db5ff, #185cff);
    box-shadow: 0 0 16px rgba(62, 120, 255, .48);
  }

  .mobile-video-row span::before {
    content: "";
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #fff;
  }

  .mobile-video-row em {
    color: #ff8798;
    font-style: normal;
  }

  .mobile-video-row strong {
    color: #aebbd2;
  }

  .mobile-trust-block,
  .mobile-final-cta {
    display: grid;
    gap: 14px;
    padding: 28px 10px;
    text-align: center;
  }

  .mobile-trust-block h2,
  .mobile-final-cta h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
  }

  .mobile-trust-block p,
  .mobile-final-cta p {
    margin: 0;
    color: #aebbd2;
  }

  .mobile-two-line {
    display: grid;
    gap: 5px;
    justify-items: center;
    font-size: clamp(12px, 3.1vw, 14px);
    line-height: 1.35;
  }

  .mobile-two-line span,
  .mobile-one-line {
    white-space: nowrap;
  }

  .mobile-one-line {
    font-size: clamp(12px, 3.25vw, 14px);
    line-height: 1.4;
  }

  .mobile-final-cta .btn {
    width: 100%;
    min-height: 56px;
  }

  .mobile-final-cta small {
    color: #8f9fba;
    font-weight: 750;
  }

  .landing-page {
    background:
      radial-gradient(ellipse at 84% 8%, rgba(32, 93, 210, .16), transparent 34%),
      radial-gradient(ellipse at 50% 68%, rgba(0, 87, 255, .22), transparent 42%),
      radial-gradient(ellipse at 12% 78%, rgba(0, 196, 255, .12), transparent 28%),
      linear-gradient(180deg, #01050d 0%, #020816 44%, #030814 100%);
    box-shadow:
      0 22px 54px rgba(1, 8, 24, .3),
      0 0 0 1px rgba(255, 255, 255, .06),
      0 0 54px rgba(26, 102, 255, .18);
  }

  .hero::before {
    background:
      linear-gradient(108deg, transparent 0 75%, rgba(61, 133, 255, .11) 75% 76%, transparent 76%),
      repeating-linear-gradient(100deg, transparent 0 76px, rgba(77, 138, 255, .035) 77px, transparent 80px);
    opacity: .72;
  }

  .hero::after {
    background: radial-gradient(ellipse at center, rgba(23, 96, 255, .26), transparent 72%);
    opacity: .42;
  }

  .landing-page .accent {
    color: transparent;
    background: linear-gradient(92deg, #4de8ff 0%, #22baff 45%, #316dff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0 0 26px rgba(38, 170, 255, .28);
  }

  .hero-lead {
    color: rgba(226, 235, 248, .9);
  }

  .eyebrow {
    border-color: rgba(42, 118, 255, .62);
    background: rgba(5, 19, 48, .72);
    box-shadow:
      0 0 22px rgba(28, 107, 255, .26),
      inset 0 1px 0 rgba(255, 255, 255, .1);
  }

  .eyebrow::before {
    color: #ffd65a;
    text-shadow: 0 0 14px rgba(255, 214, 90, .58);
  }

  .hero-actions .btn {
    background: linear-gradient(135deg, #0088ff 0%, #1269ff 54%, #1c58f5 100%);
    box-shadow:
      0 0 28px rgba(0, 122, 255, .52),
      0 16px 34px rgba(15, 92, 255, .32),
      inset 0 1px 0 rgba(255,255,255,.3);
  }

  .hero-actions .ghost-dark {
    color: #f6fbff;
    background: rgba(1, 8, 22, .72);
    border: 1px solid rgba(32, 109, 255, .74);
    box-shadow:
      0 0 26px rgba(24, 108, 255, .26),
      inset 0 1px 0 rgba(255,255,255,.1);
  }

  .mobile-feature-pills span {
    border-color: rgba(37, 122, 255, .28);
    background: linear-gradient(180deg, rgba(12, 47, 112, .72), rgba(6, 23, 63, .76));
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.08),
      0 0 20px rgba(25, 112, 255, .18),
      0 10px 24px rgba(0, 18, 64, .22);
  }

  .mobile-feature-pills svg {
    stroke: #17bfff;
    filter: drop-shadow(0 0 9px rgba(0, 198, 255, .7));
  }

  .analytics-stage::before {
    border-color: rgba(56, 192, 255, .9);
    box-shadow:
      0 0 20px rgba(73, 209, 255, .95),
      0 0 76px rgba(10, 104, 255, .74),
      0 0 128px rgba(0, 91, 255, .26),
      inset 0 0 42px rgba(0, 201, 255, .58);
  }

  .analytics-stage::after {
    background: radial-gradient(ellipse at center, rgba(64, 177, 255, .82), rgba(20, 95, 255, .38) 48%, transparent 74%);
  }

  .dashboard-card {
    border-color: rgba(58, 154, 255, .78);
    background:
      linear-gradient(135deg, rgba(255,255,255,.13), transparent 18%, transparent 70%, rgba(46, 130, 255, .1)),
      radial-gradient(circle at 90% 3%, rgba(57, 132, 255, .36), transparent 34%),
      linear-gradient(155deg, rgba(9, 42, 112, .91), rgba(2, 10, 34, .94));
    box-shadow:
      0 24px 54px rgba(0, 6, 28, .68),
      0 0 42px rgba(35, 132, 255, .5),
      0 0 84px rgba(13, 86, 255, .18),
      inset 0 1px 0 rgba(255,255,255,.18),
      inset 0 0 28px rgba(64, 153, 255, .08);
  }

  .dashboard-card::before {
    background: linear-gradient(120deg, rgba(91, 215, 255, .9), transparent 22%, transparent 66%, rgba(43, 107, 255, .78));
    opacity: .78;
  }

  .main-dashboard {
    background:
      linear-gradient(135deg, rgba(92, 203, 255, .13), transparent 18%, transparent 72%, rgba(37, 97, 244, .1)),
      radial-gradient(circle at 92% 8%, rgba(48, 114, 255, .28), transparent 34%),
      linear-gradient(155deg, rgba(8, 40, 110, .9), rgba(3, 13, 42, .94));
    border-color: rgba(56, 151, 255, .82);
    right: 36px;
  }

  .metric-card {
    border-color: rgba(77, 139, 255, .3);
    background:
      linear-gradient(150deg, rgba(42, 101, 223, .52), rgba(10, 34, 101, .4)),
      rgba(18, 61, 160, .34);
  }

  .cost-panel {
    border-color: rgba(51, 122, 255, .2);
    background: linear-gradient(155deg, rgba(4, 15, 50, .82), rgba(2, 9, 33, .68));
  }

  .risk-card {
    border-color: rgba(255, 80, 128, .82);
    background:
      linear-gradient(135deg, rgba(255, 90, 139, .18), transparent 36%),
      radial-gradient(circle at 88% 6%, rgba(255, 77, 133, .22), transparent 32%),
      linear-gradient(155deg, rgba(43, 15, 67, .96), rgba(4, 12, 42, .94));
    box-shadow:
      0 24px 56px rgba(78, 0, 42, .62),
      0 0 36px rgba(255, 74, 119, .52),
      0 0 78px rgba(255, 54, 104, .2),
      inset 0 1px 0 rgba(255,255,255,.16);
    right: 24px;
  }

  .risk-card span {
    color: #ff728d;
  }

  .sparkline i {
    background: linear-gradient(180deg, #ff718b, #ff315a);
    box-shadow: 0 0 15px rgba(255, 75, 108, .56);
  }

  .rescue-card {
    border-color: rgba(52, 145, 255, .84);
    background:
      linear-gradient(135deg, rgba(65, 151, 255, .14), transparent 34%),
      radial-gradient(circle at 92% 8%, rgba(50, 110, 255, .24), transparent 34%),
      linear-gradient(155deg, rgba(8, 41, 112, .93), rgba(3, 13, 45, .94));
    box-shadow:
      0 24px 56px rgba(0, 8, 40, .64),
      0 0 40px rgba(48, 144, 255, .48),
      0 0 78px rgba(17, 95, 255, .18),
      inset 0 1px 0 rgba(255,255,255,.16);
    right: 24px;
  }

  .action-plan {
    border-color: rgba(45, 231, 224, .78);
    background:
      linear-gradient(135deg, rgba(53, 245, 226, .18), transparent 34%),
      radial-gradient(circle at 12% 10%, rgba(41, 221, 235, .2), transparent 32%),
      linear-gradient(155deg, rgba(4, 56, 99, .94), rgba(3, 14, 45, .94));
    box-shadow:
      0 24px 56px rgba(0, 72, 104, .48),
      0 0 38px rgba(45, 231, 224, .5),
      0 0 74px rgba(22, 194, 238, .2),
      inset 0 1px 0 rgba(255,255,255,.16);
    width: 252px;
  }

  .action-plan h3 {
    color: #52fff0;
    text-shadow: 0 0 16px rgba(82, 255, 240, .3);
  }

  .mobile-security-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 14px;
    color: rgba(223, 232, 247, .72);
    font-size: 14px;
    font-weight: 750;
  }

  .mobile-security-line svg {
    width: 20px;
    height: 20px;
    fill: rgba(223, 232, 247, .72);
  }
}

@media (max-width: 560px) {
  .brand span { font-size: 19px; }
  .hero { padding-top: 0; }
  .hero-tags span {
    width: 100%;
    justify-content: flex-start;
  }
  .hero-visual {
    display: block;
  }
  .trust-strip span { width: 100%; border-radius: 8px; }
  .form-shell { margin: 18px auto; border-radius: 0; border-left: 0; border-right: 0; }
}

@media (max-width: 760px) {
  html,
  body {
    background: #fff;
  }

  .landing-page {
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
  }

  .landing-page .site-header {
    background: #07101e;
    border-bottom: 1px solid rgba(198, 218, 247, .12);
  }

  .product-hero.hero {
    background:
      radial-gradient(ellipse at 82% 10%, rgba(54, 144, 255, .2), transparent 34%),
      radial-gradient(ellipse at 20% 72%, rgba(22, 100, 255, .18), transparent 38%),
      linear-gradient(180deg, #020612 0%, #06152f 50%, #020714 100%);
  }

  .story-section {
    padding: 58px 24px 62px;
    background:
      radial-gradient(ellipse at 100% 0%, rgba(64, 151, 255, .1), transparent 36%),
      radial-gradient(ellipse at 0% 100%, rgba(61, 168, 255, .08), transparent 30%),
      linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  }

  .story-section::before,
  .story-section::after,
  .story-section .section-bg-line,
  .story-section .dot-field {
    display: block;
  }

  .story-section::before {
    opacity: .72;
    mask-image: radial-gradient(ellipse at 86% 11%, #000 0 32%, transparent 62%);
    background-size: 20px 20px;
  }

  .story-section::after {
    height: 150px;
    opacity: .42;
  }

  .section-bg-line {
    width: 330px;
    height: 145px;
    opacity: .58;
  }

  .line-top-right {
    top: 28px;
    right: -72px;
  }

  .line-bottom-left {
    left: -150px;
    bottom: 36px;
  }

  .dot-field {
    width: 95px;
    height: 125px;
    opacity: .58;
    background-size: 15px 15px;
  }

  .dots-left {
    left: 12px;
    top: 36px;
  }

  .dots-right,
  .dots-right.mid {
    right: 18px;
    top: auto;
    bottom: 60px;
  }

  .story-container {
    width: 100%;
  }

  .story-copy,
  .story-copy.wide,
  .pricing-copy {
    position: relative;
    z-index: 1;
    max-width: none;
    text-align: left;
  }

  .soft-label {
    min-height: 40px;
    padding: 8px 14px;
    margin-bottom: 22px;
    border-radius: 999px;
    font-size: 14px;
    box-shadow: 0 12px 26px rgba(17, 103, 242, .12), inset 0 1px 0 #fff;
  }

  .soft-label svg {
    width: 19px;
    height: 19px;
  }

  .story-copy h2,
  .pricing-copy h2 {
    font-size: 34px;
    line-height: 1.14;
    text-shadow: 0 12px 28px rgba(7, 20, 47, .1);
  }

  .story-copy p {
    margin-top: 22px;
    color: #4a5b78;
    font-size: 18px;
    line-height: 1.62;
  }

  .title-accent {
    width: 88px;
    height: 4px;
    margin-top: 18px;
  }

  .title-accent::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    margin-left: calc(100% + 6px);
    margin-top: -1px;
    border-radius: 50%;
    background: #21d8d0;
  }

  .problem-showcase .story-copy h2 {
    font-size: 33px;
  }

  .problem-hero {
    display: grid;
    gap: 24px;
    margin-bottom: 20px;
  }

  .problem-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .mini-kpi,
  .roi-kpi,
  .risk-kpi,
  .gmv-kpi {
    inset: auto;
    min-width: 0;
    min-height: 112px;
    padding: 14px 12px;
    border-radius: 12px;
  }

  .roi-kpi { order: 1; }
  .gmv-kpi { order: 2; }
  .risk-kpi { order: 3; }

  .mini-kpi span {
    font-size: 12px;
    line-height: 1.2;
  }

  .mini-kpi strong {
    font-size: 24px;
  }

  .mini-kpi small {
    font-size: 12px;
  }

  .mini-kpi i {
    width: 70px;
    height: 28px;
  }

  .gmv-kpi {
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: center;
    text-align: center;
    gap: 4px;
  }

  .gmv-kpi b {
    width: 44px;
    height: 44px;
  }

  .gmv-kpi strong {
    font-size: 20px;
    line-height: 1;
  }

  .problem-grid {
    gap: 12px;
  }

  .problem-card {
    grid-template-columns: 38px 64px minmax(0, 1fr);
    gap: 14px;
    min-height: 142px;
    padding: 20px 34px 20px 22px;
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(24, 63, 113, .055);
  }

  .problem-card .card-number {
    font-size: 20px;
  }

  .card-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }

  .card-icon svg {
    width: 33px;
    height: 33px;
  }

  .problem-card h3 {
    font-size: 20px;
    line-height: 1.2;
  }

  .problem-card p {
    font-size: 16px;
    line-height: 1.5;
  }

  .card-dots {
    display: block;
    right: 18px;
    bottom: 26px;
    width: 31px;
    height: 31px;
    background-size: 8px 8px;
  }

  .solution-showcase .story-copy h2 {
    font-size: 42px;
  }

  .solution-stage,
  .report-stage {
    gap: 28px;
  }

  .roi-note {
    width: 100%;
    min-height: 116px;
    margin-top: 28px;
    padding: 18px clamp(118px, 39vw, 168px) 18px 22px;
  }

  .roi-note strong {
    font-size: 32px;
  }

  .roi-note i {
    position: absolute;
    display: block;
    right: 22px;
    top: 48px;
    width: clamp(92px, 29vw, 126px);
    height: 42px;
    border: 0;
    border-radius: 0;
    transform: none;
    margin: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 126 42' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 31 C15 20 23 28 34 22 S53 12 66 17 S81 22 93 10 S109 17 124 5' fill='none' stroke='%232176ff' stroke-width='3' stroke-linecap='round'/%3E%3Ccircle cx='2' cy='31' r='3' fill='%238ab8ff'/%3E%3Ccircle cx='66' cy='17' r='3' fill='%232176ff'/%3E%3Ccircle cx='124' cy='5' r='3.5' fill='%232176ff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .solution-stack {
    gap: 14px;
  }

  .solution-card {
    grid-template-columns: 78px minmax(0, 1fr) 42px;
    gap: 18px;
    min-height: 150px;
    padding: 22px 22px;
    border-radius: 13px;
  }

  .solution-card::before {
    width: 5px;
  }

  .solution-icon {
    width: 72px;
    height: 72px;
    border-radius: 16px;
  }

  .solution-icon svg {
    width: 36px;
    height: 36px;
  }

  .solution-card h3 {
    padding-right: 0;
    font-size: 22px;
    line-height: 1.2;
  }

  .solution-card p {
    font-size: 17px;
    line-height: 1.48;
  }

  .solution-card > strong {
    position: static;
    align-self: start;
    font-size: 34px;
  }

  .how-showcase .story-copy h2 {
    font-size: 39px;
  }

  .step-grid {
    gap: 24px;
    margin-top: 34px;
  }

  .process-card {
    min-height: 320px;
    padding: 30px 26px;
    border-radius: 13px;
  }

  .step-badge {
    width: 58px;
    height: 58px;
    font-size: 28px;
  }

  .process-icon {
    top: 30px;
    right: 26px;
    width: 70px;
    height: 70px;
  }

  .process-icon svg {
    width: 36px;
    height: 36px;
  }

  .process-card h3 {
    margin: 34px 0 14px;
    font-size: 26px;
  }

  .process-card p {
    font-size: 20px;
    line-height: 1.58;
  }

  .feature-grid {
    gap: 8px;
    margin-top: 24px;
  }

  .feature-card {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 16px;
    min-height: 126px;
    padding: 18px 20px 18px 24px;
    border-radius: 11px;
  }

  .feature-num {
    top: 18px;
    left: 24px;
    width: 34px;
    height: 34px;
    font-size: 15px;
  }

  .feature-icon {
    width: 78px;
    height: 78px;
    margin-left: 18px;
    border-radius: 16px;
  }

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

  .feature-card h3 {
    font-size: 20px;
    line-height: 1.2;
  }

  .feature-card p {
    font-size: 16px;
    line-height: 1.48;
  }

  .feature-card::before {
    display: none;
  }

  .feature-card::after,
  .audience-card::after,
  .process-card::after {
    left: 12px;
    right: 12px;
    height: 3px;
  }

  .audience-grid-new {
    gap: 18px;
    margin-top: 34px;
  }

  .audience-card {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 22px;
    min-height: 190px;
    padding: 24px 24px;
    border-radius: 12px;
    align-items: center;
  }

  .audience-icon {
    grid-row: 1 / span 2;
    width: 88px;
    height: 88px;
    border-radius: 18px;
  }

  .audience-icon svg {
    width: 44px;
    height: 44px;
  }

  .audience-card h3 {
    margin: 0 0 12px;
    font-size: 25px;
    line-height: 1.15;
  }

  .audience-card p {
    font-size: 20px;
    line-height: 1.55;
  }

  .report-showcase .story-copy h2 {
    font-size: 43px;
  }

  .outline-cta {
    min-height: 66px;
    margin-top: 26px;
    padding: 13px 18px;
    border-color: #126dff;
    font-size: 21px;
  }

  .report-board {
    gap: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .report-question-new {
    grid-template-columns: 74px minmax(0, 1fr) 18px;
    gap: 18px;
    min-height: 112px;
    padding: 18px 20px;
    border-left-width: 4px;
    border-radius: 12px;
    box-shadow: 0 14px 30px rgba(25, 65, 116, .055);
  }

  .question-icon {
    width: 64px;
    height: 64px;
  }

  .question-icon svg {
    width: 34px;
    height: 34px;
  }

  .report-question-new h3 {
    font-size: 21px;
    line-height: 1.28;
  }

  .report-question-new > strong {
    font-size: 34px;
  }

  .pricing-showcase {
    padding-top: 54px;
    padding-bottom: 56px;
  }

  .pricing-copy {
    text-align: center;
  }

  .pricing-copy .soft-label {
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-copy h2 {
    font-size: 33px;
  }

  .pricing-copy p {
    max-width: 360px;
    font-size: 17px;
    line-height: 1.5;
  }

  .pricing-grid-new {
    gap: 28px;
    margin-top: 22px;
  }

  .price-card-new {
    gap: 12px;
    min-height: auto;
    padding: 24px 22px;
    border-radius: 12px;
  }

  .price-card-new.recommended {
    border-width: 3px;
    background:
      radial-gradient(circle at 50% -10%, rgba(29, 129, 255, .28), transparent 42%),
      linear-gradient(180deg, #ffffff 0%, #f3f9ff 58%, #eaf4ff 100%);
    box-shadow:
      0 22px 50px rgba(17, 103, 242, .24),
      0 0 0 5px rgba(18, 112, 255, .08),
      inset 0 0 0 1px rgba(17, 103, 242, .2);
  }

  .recommend-ribbon {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    justify-content: center;
    width: min(360px, 92%);
    min-height: 44px;
    margin: -42px auto 18px;
    border-radius: 0 0 10px 10px;
    font-size: 18px;
    white-space: nowrap;
  }

  .plan-pill,
  .credit-pill {
    min-height: 32px;
    padding: 6px 12px;
    font-size: 13px;
  }

  .price-card-new h3 {
    font-size: 24px;
  }

  .price-card-new .price {
    font-size: clamp(30px, 7.4vw, 34px);
    white-space: nowrap;
  }

  .price-card-new .price small {
    font-size: 13px;
  }

  .credit-pill {
    font-size: 12px;
  }

  .price-card-new p,
  .price-card-new li {
    font-size: 15px;
    line-height: 1.42;
  }

  .price-card-new ul {
    gap: 7px;
    margin-top: 6px;
  }

  .plan-button {
    min-height: 46px;
    font-size: 17px;
  }

  .addon-panel-new {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 16px;
    padding: 22px 18px;
    border-radius: 12px;
  }

  .addon-icon {
    width: 64px;
    height: 64px;
  }

  .addon-panel-new h3 {
    font-size: 22px;
  }

  .addon-panel-new p {
    font-size: 14px;
  }

  .addon-list-new {
    grid-column: 1 / -1;
    gap: 8px;
    padding-left: 0;
    border-left: 0;
  }

  .addon-list-new strong {
    grid-template-columns: 1fr auto;
    min-height: 42px;
  }

  .landing-page main > .closing-cta {
    display: block;
  }

  .landing-page .site-footer {
    display: block;
  }

  .closing-cta {
    min-height: auto;
    padding: 74px 24px 34px;
    background:
      radial-gradient(ellipse at 98% 0%, rgba(66, 151, 255, .12), transparent 35%),
      radial-gradient(ellipse at 0% 46%, rgba(55, 147, 255, .1), transparent 30%),
      linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  }

  .closing-cta::before {
    opacity: .62;
    background-size: 20px 20px;
    mask-image: radial-gradient(ellipse at 78% 10%, #000 0 40%, transparent 70%);
  }

  .closing-dots {
    width: 116px;
    height: 116px;
    background-size: 16px 16px;
  }

  .closing-dots-left {
    left: 26px;
    top: 34px;
  }

  .closing-dots-right {
    display: none;
  }

  .closing-line-left {
    left: -128px;
    bottom: 430px;
    width: 360px;
    height: 230px;
    opacity: .76;
  }

  .closing-line-right {
    right: -38px;
    top: 8px;
    width: 360px;
    height: 190px;
    opacity: .84;
  }

  .closing-cta-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    width: 100%;
  }

  .closing-copy {
    max-width: none;
    text-align: left;
  }

  .closing-copy h2 {
    font-size: clamp(36px, 10.5vw, 50px);
    line-height: 1.18;
  }

  .closing-copy .title-accent {
    width: 88px;
    height: 4px;
    margin: 26px 0 26px;
  }

  .closing-copy p {
    color: #465879;
    font-size: 18px;
    line-height: 1.62;
  }

  .closing-panel {
    gap: 28px;
  }

  .closing-actions {
    width: 100%;
    gap: 18px;
  }

  .closing-btn {
    grid-template-columns: 1fr 58px;
    min-height: 74px;
    padding: 10px 14px 10px 24px;
    border-radius: 8px;
    font-size: 26px;
  }

  .closing-btn span {
    width: 52px;
    height: 52px;
    font-size: 32px;
  }

  .closing-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .closing-benefits article {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 140px;
    padding: 18px 10px 16px;
    text-align: center;
  }

  .closing-benefits span {
    width: 56px;
    height: 56px;
    background: transparent;
  }

  .closing-benefits svg {
    width: 48px;
    height: 48px;
  }

  .closing-benefits strong {
    font-size: 16px;
    line-height: 1.22;
  }

  .site-footer {
    padding: 0 18px 34px;
    background: linear-gradient(180deg, #f8fbff 0%, #f1f7ff 100%);
  }

  .footer-card {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: auto;
    padding: 28px 14px 24px;
    border-radius: 12px;
  }

  .footer-brand {
    justify-items: center;
    gap: 12px;
    text-align: center;
  }

  .footer-brand .brand {
    justify-content: center;
    gap: 14px;
  }

  .footer-brand .brand img {
    width: 58px;
    height: 58px;
  }

  .footer-brand .brand span {
    font-size: 26px;
  }

  .footer-brand p {
    font-size: 17px;
  }

  .footer-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 96px;
    padding: 18px 0;
    border-top: 1px solid #d9e5f5;
    border-bottom: 1px solid #d9e5f5;
    border-left: 0;
    border-right: 0;
  }

  .footer-nav a {
    min-height: 78px;
    gap: 8px;
    padding: 0 6px;
    font-size: 14px;
    line-height: 1.18;
  }

  .footer-nav span {
    width: 40px;
    height: 40px;
  }

  .footer-nav svg {
    width: 34px;
    height: 34px;
  }

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

  .footer-contact a {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 4px 8px;
    align-items: center;
    min-width: 0;
    padding: 10px 6px;
    border-radius: 10px;
    background: rgba(247, 251, 255, .72);
  }

  .footer-contact span {
    width: 34px;
    height: 34px;
  }

  .footer-contact svg {
    width: 22px;
    height: 22px;
  }

  .footer-contact b,
  .footer-contact strong {
    min-width: 0;
    font-size: 12px;
    line-height: 1.18;
  }

  .footer-contact strong {
    overflow-wrap: normal;
    white-space: nowrap;
  }
}

@media (min-width: 560px) and (max-width: 760px) {
  .story-section {
    padding-left: 34px;
    padding-right: 34px;
  }

  .addon-panel-new {
    grid-template-columns: 90px minmax(0, 1fr);
  }
}

@media (min-width: 1100px) {
  .pricing-showcase {
    padding-top: 100px;
    padding-bottom: 74px;
  }

  .pricing-showcase .story-container {
    width: min(1700px, 100%);
    min-height: 780px;
  }

  .pricing-copy {
    max-width: 1500px;
    margin-bottom: 92px;
  }

  .pricing-copy .soft-label {
    min-height: 56px;
    padding: 12px 30px;
    font-size: 20px;
  }

  .pricing-copy .soft-label svg {
    width: 28px;
    height: 28px;
  }

  .pricing-copy h2 {
    font-size: clamp(42px, 3vw, 58px);
    line-height: 1.08;
  }

  .pricing-copy p {
    max-width: 980px;
    font-size: 20px;
    line-height: 1.5;
  }

  .pricing-grid-new {
    gap: 34px;
  }

  .price-card-new {
    gap: 13px;
    min-height: 530px;
    padding: 34px 34px 32px;
    border-radius: 18px;
    box-shadow: 0 24px 56px rgba(24, 64, 111, .1);
  }

  .price-card-new.recommended {
    border-width: 3px;
    box-shadow:
      0 32px 76px rgba(17, 103, 242, .3),
      0 0 0 8px rgba(18, 112, 255, .08),
      inset 0 0 0 1px rgba(17, 103, 242, .24),
      inset 0 1px 0 rgba(255, 255, 255, .95);
    transform: translateY(-15px) scale(1.045);
  }

  .recommend-ribbon {
    top: -26px;
    min-height: 52px;
    padding: 10px 42px;
    border-radius: 0 0 12px 12px;
    font-size: 18px;
  }

  .plan-pill,
  .credit-pill {
    min-height: 36px;
    padding: 7px 14px;
    font-size: 14px;
  }

  .plan-pill svg {
    width: 20px;
    height: 20px;
  }

  .price-card-new h3 {
    font-size: 26px;
  }

  .price-card-new .price {
    font-size: clamp(32px, 2.15vw, 44px);
    line-height: 1.05;
    white-space: nowrap;
  }

  .price-card-new .price small {
    font-size: 16px;
  }

  .price-card-new p,
  .price-card-new li {
    font-size: 15.5px;
    line-height: 1.4;
  }

  .price-card-new ul {
    gap: 10px;
    margin-top: 8px;
  }

  .price-card-new li {
    padding-left: 30px;
  }

  .price-card-new li::before {
    top: 1px;
    width: 20px;
    height: 20px;
    font-size: 13px;
  }

  .credit-pill::before {
    width: 22px;
    height: 22px;
    font-size: 14px;
  }

  .plan-button {
    min-height: 56px;
    padding: 12px 18px;
    border-radius: 11px;
    font-size: 19px;
  }

  .addon-panel-new {
    grid-template-columns: 100px minmax(0, 1fr) minmax(420px, 560px);
    gap: 28px;
    margin-top: 30px;
    padding: 26px 34px;
    border-radius: 16px;
  }

  .addon-icon {
    width: 78px;
    height: 78px;
  }

  .addon-panel-new h3 {
    font-size: 28px;
  }

  .addon-panel-new p {
    font-size: 16px;
  }

  .addon-list-new strong {
    min-height: 46px;
    padding: 9px 18px;
    font-size: 17px;
  }
}

@media (min-width: 1600px) {
  .product-hero {
    padding: clamp(54px, 6vw, 84px) clamp(32px, 2.5vw, 46px) clamp(44px, 5vw, 64px);
  }

  .hero-inner {
    width: min(1860px, 100%);
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
    gap: clamp(22px, 1.8vw, 34px);
  }

  .hero-content {
    gap: 22px;
  }

  .eyebrow {
    padding: 8px 14px;
    font-size: 13px;
  }

  h1 {
    max-width: 1040px;
    font-size: clamp(70px, 4.25vw, 88px);
    line-height: .96;
  }

  .hero-lead {
    max-width: 980px;
    font-size: clamp(20px, 1.15vw, 24px);
    line-height: 1.42;
  }

  .hero-actions .btn {
    min-height: 50px;
    padding: 12px 19px;
    font-size: 17px;
  }

  .hero-tags {
    gap: 16px;
    margin-top: 22px;
  }

  .hero-tags span {
    min-height: 54px;
    padding: 12px 22px;
    font-size: 16px;
  }

  .hero-visual {
    min-height: 760px;
    transform: translateX(0);
  }

  .analytics-stage {
    inset: -24px -8px 0 -8px;
  }

  .main-dashboard {
    width: min(760px, 90%);
    min-height: 520px;
    left: 3%;
    top: 2%;
    padding: 30px;
  }

  .dashboard-head strong {
    font-size: 20px;
  }

  .dashboard-head span {
    font-size: 13px;
  }

  .metric-card {
    min-height: 126px;
    padding: 18px;
  }

  .metric-card span {
    font-size: 14px;
  }

  .metric-card strong {
    font-size: 31px;
  }

  .cost-panel {
    grid-template-columns: 170px 1fr;
    gap: 26px;
    margin-top: 28px;
    padding: 22px;
  }

  .donut {
    width: 156px;
  }

  .risk-card {
    left: 34%;
    top: 158px;
    width: 400px;
    padding: 28px;
  }

  .risk-card strong {
    font-size: 44px;
  }

  .sparkline {
    height: 50px;
    margin-top: 24px;
  }

  .rescue-card {
    width: 560px;
    left: 25%;
    top: 372px;
    padding: 30px;
  }

  .action-plan {
    left: 0;
    top: 372px;
    width: 500px;
    padding: 28px;
  }

  .rescue-card h3,
  .action-plan h3 {
    font-size: 23px;
  }

  .video-row {
    grid-template-columns: 30px 1fr 86px 70px;
    gap: 12px;
    margin-top: 18px;
    font-size: 16px;
  }

  .video-row span {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 1100px) and (max-width: 1240px) {
  .pricing-showcase .story-container {
    width: min(1120px, 100%);
  }

  .pricing-copy {
    max-width: 1040px;
    margin-bottom: 76px;
    padding: 0 24px;
  }

  .pricing-copy h2 {
    font-size: 36px;
    line-height: 1.14;
  }

  .pricing-copy p {
    max-width: 820px;
    font-size: 18px;
  }

  .pricing-grid-new {
    gap: 28px;
  }

  .price-card-new {
    padding: 30px 26px 28px;
  }

  .price-card-new.recommended {
    transform: translateY(-4px) scale(1.015);
  }

  .recommend-ribbon {
    top: -24px;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 16px;
  }

  .price-card-new .price {
    font-size: 29px;
  }

  .price-card-new .price small {
    font-size: 14px;
  }

  .price-card-new p,
  .price-card-new li {
    font-size: 14.5px;
  }
}

/* Beta is a route variant of the original landing. These scoped rules only add
   the wider single-offer composition and never alter the app plan catalog. */
.beta-trust {
  margin: -8px 0 4px;
  color: #b9c8e9;
  font-size: 14px;
  font-weight: 650;
}

.beta-offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  align-items: stretch;
  gap: 28px;
  max-width: 1120px;
  margin: 0 auto;
}

.beta-benefit-card {
  margin: 0;
  transform: none !important;
}

.beta-price-panel {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 38px;
  border: 1px solid rgba(35, 139, 255, .35);
  border-radius: 22px;
  color: #eaf5ff;
  background: linear-gradient(150deg, #071a45 0%, #0b4c91 62%, #0a91a8 130%);
  box-shadow: 0 24px 55px rgba(3, 40, 101, .22);
}

.beta-price-panel .beta-list-price {
  margin-top: 28px;
  color: #b8c8e7;
  font-size: 18px;
  font-weight: 700;
  text-decoration: line-through;
}

.beta-price-panel > strong {
  margin-top: 3px;
  color: #fff;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -2px;
}

.beta-price-panel > div {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}

.beta-price-panel > div b {
  padding: 7px 10px;
  border-radius: 99px;
  color: #07285c;
  background: #79eff4;
  font-size: 13px;
}

.beta-price-panel > div span,
.beta-price-panel > p { color: #d8ebff; }
.beta-price-panel > p { margin: 18px 0 0; line-height: 1.55; }
.beta-price-panel .beta-slot { font-weight: 800; color: #fff; }
.beta-price-panel .plan-button { width: 100%; margin-top: auto; text-align: center; }

.beta-registration-panel {
  grid-template-columns: 78px minmax(0, .7fr) minmax(410px, 1fr);
  align-items: start;
}

.beta-registration-panel .addon-icon {
  color: #0a67d7;
  font-size: 44px;
  font-weight: 700;
}

.beta-registration-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.beta-registration-form label {
  display: grid;
  gap: 6px;
  color: #133463;
  font-size: 13px;
  font-weight: 750;
}

.beta-registration-form input:not([type="checkbox"]),
.beta-registration-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cddbf0;
  border-radius: 9px;
  padding: 10px 11px;
  color: #0b2855;
  font: inherit;
}

.beta-registration-form textarea { min-height: 72px; resize: vertical; }
.beta-registration-form label:nth-of-type(5),
.beta-registration-form label:nth-of-type(6),
.beta-registration-form label:nth-of-type(7),
.beta-registration-form .beta-invoice,
.beta-registration-form .plan-button,
.beta-registration-form .beta-form-status { grid-column: 1 / -1; }
.beta-registration-form .beta-invoice { display: flex; align-items: center; }
.beta-registration-form .beta-form-status { margin: 0; color: #5b6b85; font-size: 12px; line-height: 1.45; }

.beta-mobile-cta { display: none; }

@media (max-width: 760px) {
  .beta-trust { margin: 4px 0; font-size: 12px; line-height: 1.45; }
  .beta-offer-grid { grid-template-columns: 1fr; gap: 18px; }
  .beta-price-panel { min-height: 0; padding: 28px 22px; border-radius: 17px; }
  .beta-price-panel > strong { font-size: 41px; }
  .beta-registration-panel { grid-template-columns: 1fr; padding: 24px 20px; }
  .beta-registration-panel .addon-icon { display: none; }
  .beta-registration-form { grid-template-columns: 1fr; }
  .beta-registration-form .beta-invoice,
  .beta-registration-form .plan-button,
  .beta-registration-form .beta-form-status { grid-column: auto; }
  .beta-mobile-cta {
    position: fixed;
    z-index: 50;
    right: 14px;
    bottom: 14px;
    left: 14px;
    display: block;
    padding: 15px 18px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(90deg, #0874ea, #0db8ca);
    box-shadow: 0 12px 30px rgba(3, 37, 91, .36);
    font-size: 14px;
    font-weight: 850;
    text-align: center;
  }
}
