:root {
  color-scheme: dark;
  --bg: #050a18;
  --bg-soft: #081328;
  --surface: rgba(15, 29, 55, 0.72);
  --surface-strong: #0d1a34;
  --border: rgba(165, 188, 231, 0.15);
  --text: #f7f9ff;
  --muted: #9ca9bf;
  --blue: #18a9f2;
  --blue-light: #68d6ff;
  --yellow: #ffc928;
  --yellow-deep: #f5a900;
  --purple: #aa67ff;
  --green: #2ed28c;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  --radius: 24px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 18% 8%, rgba(0, 149, 255, 0.13), transparent 28rem),
    radial-gradient(circle at 88% 7%, rgba(255, 193, 7, 0.1), transparent 25rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
  content: "";
  pointer-events: none;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
summary,
a {
  outline-offset: 4px;
}

button:focus-visible,
summary:focus-visible,
a:focus-visible {
  outline: 3px solid var(--blue-light);
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 10px;
  background: white;
  color: #07101f;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 14px;
  right: 0;
  left: 0;
  z-index: 50;
}

.nav-wrap {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 8px 10px 8px 18px;
  border: 1px solid rgba(170, 196, 240, 0.17);
  border-radius: 22px;
  background: rgba(7, 15, 31, 0.8);
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.brand {
  width: 128px;
  flex: 0 0 auto;
}

.brand img {
  width: 100%;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-left: auto;
}

.main-nav a,
.site-footer a {
  color: #b8c3d8;
  font-size: 0.92rem;
  font-weight: 650;
  transition: color 180ms ease;
}

.main-nav a:hover,
.site-footer a:hover {
  color: white;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-small {
  min-height: 48px;
  padding: 12px 18px;
  font-size: 0.92rem;
}

.button-primary,
.button-panel {
  background: linear-gradient(115deg, var(--yellow), var(--yellow-deep));
  box-shadow: 0 13px 35px rgba(247, 177, 0, 0.18);
  color: #101523;
}

.button-primary:hover,
.button-panel:hover {
  box-shadow: 0 17px 42px rgba(247, 177, 0, 0.28);
}

.button-secondary {
  border-color: rgba(111, 208, 255, 0.38);
  background: rgba(13, 29, 56, 0.62);
  color: white;
}

.button-secondary:hover {
  border-color: rgba(111, 208, 255, 0.7);
  background: rgba(20, 44, 82, 0.8);
}

.button-purple {
  background: linear-gradient(115deg, #9b55ff, #da4fc9);
  box-shadow: 0 16px 40px rgba(171, 76, 245, 0.22);
  color: white;
}

.button-block {
  width: 100%;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 154px 0 92px;
}

.hero::after {
  position: absolute;
  right: -10%;
  bottom: -40%;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background: rgba(31, 94, 226, 0.12);
  filter: blur(100px);
  content: "";
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  gap: 64px;
}

.eyebrow,
.section-kicker {
  width: fit-content;
  margin: 0 0 18px;
  color: #c8d8ee;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border: 1px solid rgba(80, 184, 255, 0.24);
  border-radius: 999px;
  background: rgba(15, 44, 82, 0.48);
}

.eyebrow-spark {
  color: var(--yellow);
  font-size: 1rem;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  color: white;
  font-size: clamp(3.35rem, 6.4vw, 6.3rem);
  font-weight: 920;
  letter-spacing: -0.065em;
  line-height: 0.96;
}

.hero h1 span {
  display: block;
  padding: 0.08em 0 0.11em;
  background: linear-gradient(105deg, #44c7ff 7%, #59d5ff 38%, #ffe052 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  max-width: 630px;
  margin: 26px 0 0;
  color: #b3bfd2;
  font-size: clamp(1.06rem, 1.7vw, 1.24rem);
  line-height: 1.65;
}

.hero-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 26px 0 0;
  padding: 0;
  color: #8e9ab0;
  font-size: 0.88rem;
  font-weight: 650;
  list-style: none;
}

.trust-list li::before {
  margin-right: 8px;
  color: var(--green);
  content: "●";
  font-size: 0.62rem;
  vertical-align: 0.12rem;
}

.hero-visual {
  position: relative;
  min-height: 585px;
}

.visual-glow {
  position: absolute;
  inset: 12% 8%;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 151, 255, 0.28), rgba(242, 188, 17, 0.18));
  filter: blur(75px);
}

.preview-card {
  position: absolute;
  top: 46px;
  width: 280px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  background: #0b1730;
  box-shadow: var(--shadow);
}

.preview-card img {
  width: 100%;
  height: auto;
}

.preview-card-left {
  left: 5%;
  transform: rotate(-9deg) scale(0.9);
  opacity: 0.74;
}

.preview-card-right {
  right: 3%;
  transform: rotate(9deg) scale(0.9);
  opacity: 0.74;
}

.preview-card-center {
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  animation: float-card 5s ease-in-out infinite;
}

@keyframes float-card {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-10px); }
}

.brand-chip {
  position: absolute;
  right: 6%;
  bottom: 42px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 17px;
  border: 1px solid rgba(118, 215, 255, 0.28);
  border-radius: 15px;
  background: rgba(7, 20, 42, 0.86);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
  color: #dbe8fa;
  font-size: 0.83rem;
  backdrop-filter: blur(15px);
}

.chip-icon {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(46, 210, 140, 0.16);
  color: var(--green);
  font-weight: 900;
}

.proof-strip {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(7, 17, 36, 0.68);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.proof-grid > div {
  display: flex;
  flex-direction: column;
  padding: 28px 34px;
}

.proof-grid > div + div {
  border-left: 1px solid var(--border);
}

.proof-grid strong {
  color: white;
  font-size: 1.02rem;
}

.proof-grid span {
  color: var(--muted);
  font-size: 0.9rem;
}

.section {
  padding: 104px 0;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 54px;
  text-align: center;
}

.section-heading .section-kicker {
  margin-inline: auto;
}

.section-kicker {
  color: var(--blue-light);
}

.section-kicker-purple {
  color: #d2a7ff;
}

.section h2,
.final-cta h2 {
  margin: 0;
  color: white;
  font-size: clamp(2.25rem, 4.5vw, 4.3rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.section-heading > p:last-child,
.pricing-copy > p,
.faq-intro > p {
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 1.05rem;
}

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

.feature-card {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(17, 34, 66, 0.7), rgba(8, 18, 38, 0.58));
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
}

.feature-card::after {
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--card-glow);
  filter: blur(48px);
  opacity: 0.16;
  content: "";
}

.feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(128, 207, 255, 0.32);
  background: linear-gradient(145deg, rgba(22, 43, 82, 0.82), rgba(9, 20, 43, 0.7));
}

.feature-blue { --card-glow: #1a9eff; }
.feature-red { --card-glow: #ff4f67; }
.feature-orange { --card-glow: #ff8e2b; }
.feature-purple { --card-glow: #a95bff; }
.feature-cyan { --card-glow: #36e0dc; }
.feature-yellow { --card-glow: #ffd029; }

.feature-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border: 1px solid color-mix(in srgb, var(--card-glow) 52%, transparent);
  border-radius: 15px;
  background: color-mix(in srgb, var(--card-glow) 14%, transparent);
  color: var(--card-glow);
}

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

.feature-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 9px;
  color: white;
  font-size: 1.2rem;
}

.feature-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
}

.section-showcase {
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(circle at 50% 20%, rgba(44, 91, 182, 0.18), transparent 38rem),
    rgba(8, 17, 38, 0.54);
}

.heading-row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
}

.heading-row .section-kicker {
  margin-inline: 0;
}

.heading-row > div:first-child {
  max-width: 720px;
}

.heading-row > div:first-child > p:last-child {
  margin: 16px 0 0;
  color: var(--muted);
}

.gallery-controls {
  display: flex;
  gap: 10px;
}

.gallery-mobile-controls,
.gallery-dots {
  display: none;
}

.icon-button {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: rgba(17, 33, 63, 0.74);
  color: white;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.icon-button:hover {
  transform: translateY(-2px);
  border-color: rgba(97, 202, 255, 0.48);
  background: #12274b;
}

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

.gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(230px, 0.25fr);
  gap: 18px;
  overflow-x: auto;
  padding: 4px 4px 24px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(90, 185, 245, 0.5) transparent;
  scrollbar-width: thin;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(179, 206, 250, 0.18);
  border-radius: 21px;
  background: #0c1830;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
  color: white;
  cursor: zoom-in;
  scroll-snap-align: start;
}

.gallery-card::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 0 rgba(89, 207, 255, 0.7);
  content: "";
  transition: box-shadow 200ms ease;
  pointer-events: none;
}

.gallery-card:hover::after {
  box-shadow: inset 0 0 0 2px rgba(89, 207, 255, 0.62);
}

.gallery-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 300ms ease;
}

.gallery-card:hover img {
  transform: scale(1.025);
}

.gallery-card span {
  display: block;
  padding: 14px 15px 16px;
  color: #d8e1ef;
  font-size: 0.9rem;
  font-weight: 750;
  text-align: left;
}

.gallery-note {
  margin: 26px 0 0;
  color: #8f9bb0;
  font-size: 0.9rem;
  text-align: center;
}

.gallery-note span {
  color: var(--yellow);
}

.pricing-layout {
  display: grid;
  grid-template-columns: 0.9fr minmax(410px, 0.72fr);
  align-items: center;
  gap: 92px;
  max-width: 1040px;
}

.pricing-copy h2 {
  max-width: 680px;
}

.pricing-copy > p {
  margin-inline: 0;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 34px;
  color: #d5deeb;
}

.check-list li::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(46, 210, 140, 0.13);
  color: var(--green);
  content: "✓";
  font-size: 0.8rem;
  font-weight: 900;
}

.price-card {
  position: relative;
  padding: 34px;
  border: 1px solid rgba(255, 210, 47, 0.36);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 199, 39, 0.14), transparent 17rem),
    linear-gradient(155deg, rgba(20, 39, 72, 0.96), rgba(8, 19, 40, 0.96));
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.36), 0 0 70px rgba(255, 194, 32, 0.04);
  text-align: center;
}

.popular-tag {
  position: absolute;
  top: -15px;
  left: 50%;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--yellow);
  color: #121725;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.price-card > img {
  width: 150px;
  margin: 2px auto 8px;
}

.price-label {
  margin: 0;
  color: #aebbd0;
  font-weight: 700;
}

.price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0 4px;
  color: white;
}

.price strong {
  font-size: 5.1rem;
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 1;
}

.price > span:first-child {
  margin-right: 7px;
  color: #aab7ca;
  font-size: 1.1rem;
  font-weight: 800;
}

.price > span:last-child {
  margin-left: 6px;
  color: #dce5f3;
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
}

.price small {
  color: #8290a7;
  font-size: 0.8rem;
}

.price-caption {
  margin: 0 0 24px;
  color: #8997ad;
  font-size: 0.88rem;
}

.text-link {
  display: inline-block;
  margin-top: 17px;
  color: var(--blue-light);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(104, 214, 255, 0.35);
  text-underline-offset: 4px;
}

.secure-line {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 25px;
  padding-top: 22px;
  border-top: 1px solid var(--border);
  color: #8f9db2;
  font-size: 0.76rem;
}

.reseller-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(circle at 14% 35%, rgba(154, 76, 255, 0.13), transparent 28rem),
    radial-gradient(circle at 90% 70%, rgba(43, 133, 255, 0.1), transparent 30rem),
    rgba(9, 17, 39, 0.62);
}

.reseller-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 40px;
}

.reseller-benefits div {
  display: flex;
  flex-direction: column;
  padding: 21px 23px;
  border: 1px solid rgba(185, 151, 255, 0.15);
  border-radius: 17px;
  background: rgba(18, 29, 57, 0.54);
}

.reseller-benefits strong {
  color: white;
}

.reseller-benefits span {
  color: var(--muted);
  font-size: 0.88rem;
}

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

.credit-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 26px 16px 18px;
  border: 1px solid rgba(190, 172, 230, 0.16);
  border-radius: 19px;
  background: rgba(13, 26, 52, 0.76);
  text-align: center;
}

.credit-popular {
  border-color: rgba(255, 204, 41, 0.44);
  box-shadow: 0 18px 45px rgba(255, 184, 0, 0.07);
}

.credit-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--yellow);
  color: #161a27;
  font-size: 0.67rem;
  font-weight: 900;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.credit-card > strong {
  background: linear-gradient(115deg, #c884ff, #ff75c4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 2.8rem;
  font-weight: 950;
  line-height: 1;
}

.credit-card > span {
  margin-top: 5px;
  color: #d3daea;
  font-weight: 750;
}

.credit-card p {
  margin: 17px 0 0;
  color: #95a2b7;
  font-size: 0.78rem;
}

.credit-card p b {
  display: block;
  color: white;
  font-size: 1.05rem;
}

.credit-card small {
  margin: 7px 0 17px;
  color: var(--yellow);
  font-size: 0.73rem;
  font-weight: 700;
}

.credit-button {
  width: 100%;
  min-height: 42px;
  margin-top: auto;
  padding: 11px 12px;
  border: 1px solid rgba(196, 119, 255, 0.38);
  background: rgba(157, 76, 244, 0.13);
  color: #eddcff;
  font-size: 0.82rem;
}

.credit-button:hover {
  border-color: rgba(213, 152, 255, 0.65);
  background: rgba(157, 76, 244, 0.25);
}

.reseller-foot {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 19px;
  background: rgba(9, 20, 42, 0.62);
}

.reseller-foot > div {
  display: flex;
  flex-direction: column;
  padding: 6px 15px;
}

.reseller-foot > div + div {
  border-left: 1px solid var(--border);
}

.reseller-foot span {
  color: #caa7ff;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.reseller-foot strong {
  color: white;
}

.reseller-foot small,
.reseller-foot p {
  color: var(--muted);
  font-size: 0.8rem;
}

.reseller-foot p {
  margin: 0;
  padding: 0 12px;
}

.reseller-foot p strong {
  display: block;
}

.center-action {
  margin-top: 34px;
  text-align: center;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: start;
  gap: 78px;
}

.faq-intro {
  position: sticky;
  top: 130px;
}

.faq-intro h2 {
  font-size: clamp(2.25rem, 4vw, 3.6rem);
}

.text-link-left {
  margin-top: 28px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 17px;
  background: rgba(13, 28, 55, 0.58);
}

.faq-list summary {
  position: relative;
  padding: 21px 58px 21px 22px;
  color: white;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 17px;
  right: 18px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(77, 183, 247, 0.1);
  color: var(--blue-light);
  content: "+";
  font-size: 1.25rem;
  font-weight: 500;
  transition: transform 180ms ease;
}

.faq-list details[open] summary::after {
  content: "−";
  transform: rotate(180deg);
}

.faq-list details[open] {
  border-color: rgba(80, 183, 249, 0.3);
  background: rgba(15, 34, 67, 0.76);
}

.faq-list details p {
  margin: -2px 22px 0;
  padding: 0 0 22px;
  color: #a4b0c4;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  border-top: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(10, 21, 45, 0.55), rgba(5, 10, 24, 0.96));
  text-align: center;
}

.final-glow {
  position: absolute;
  top: -300px;
  left: 50%;
  width: 780px;
  height: 620px;
  border-radius: 50%;
  background: linear-gradient(100deg, rgba(0, 143, 255, 0.3), rgba(157, 75, 238, 0.24), rgba(252, 180, 16, 0.2));
  filter: blur(115px);
  transform: translateX(-50%);
}

.final-content {
  position: relative;
  z-index: 1;
}

.final-content > img {
  width: 165px;
  margin: 0 auto 18px;
}

.final-content .section-kicker {
  margin-inline: auto;
}

.final-content > p:not(.section-kicker) {
  margin: 20px auto 0;
  color: #a9b5c8;
  font-size: 1.08rem;
}

.final-actions {
  justify-content: center;
}

.site-footer {
  padding: 30px 0 100px;
  border-top: 1px solid var(--border);
  background: #040814;
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.footer-brand {
  width: 105px;
}

.footer-wrap p {
  margin: 0;
  color: #718098;
  font-size: 0.82rem;
}

.mobile-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 17px;
  border: 1px solid rgba(127, 255, 186, 0.32);
  border-radius: 999px;
  background: #21bf70;
  box-shadow: 0 16px 40px rgba(5, 70, 39, 0.38);
  color: #06150d;
  font-size: 0.9rem;
  font-weight: 850;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.mobile-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgba(5, 70, 39, 0.5);
}

.mobile-cta svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.image-modal {
  width: min(92vw, 620px);
  max-height: 92vh;
  overflow: visible;
  padding: 0;
  border: 1px solid rgba(177, 210, 255, 0.28);
  border-radius: 23px;
  background: #071229;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.62);
  color: white;
}

.image-modal::backdrop {
  background: rgba(1, 4, 12, 0.82);
  backdrop-filter: blur(8px);
}

.image-modal img {
  width: 100%;
  max-height: calc(92vh - 64px);
  border-radius: 22px 22px 0 0;
  object-fit: contain;
}

.image-modal p {
  margin: 0;
  padding: 14px 18px 16px;
  color: #b7c2d5;
  font-size: 0.9rem;
  text-align: center;
}

.modal-close {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 2;
  width: 43px;
  height: 43px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: #122342;
  color: white;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-copy {
    max-width: 740px;
    margin-inline: auto;
    text-align: center;
  }

  .hero-copy .eyebrow {
    margin-inline: auto;
  }

  .hero-actions,
  .trust-list {
    justify-content: center;
  }

  .hero-visual {
    width: min(100%, 650px);
    min-height: 560px;
    margin-inline: auto;
  }

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

  .pricing-layout {
    grid-template-columns: 1fr;
    gap: 54px;
    max-width: 720px;
  }

  .pricing-copy,
  .pricing-copy .section-kicker {
    text-align: center;
  }

  .pricing-copy .section-kicker {
    margin-inline: auto;
  }

  .pricing-copy > p {
    margin-inline: auto;
  }

  .check-list {
    max-width: 510px;
    margin-inline: auto;
  }

  .credit-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .reseller-foot {
    grid-template-columns: 1fr 1fr;
  }

  .reseller-foot p {
    grid-column: 1 / -1;
    padding-top: 15px;
    border-top: 1px solid var(--border);
    text-align: center;
  }

  .reseller-foot p strong {
    display: inline;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq-intro {
    position: static;
    max-width: 680px;
    text-align: center;
  }

  .faq-intro .section-kicker {
    margin-inline: auto;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 108px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .site-header {
    top: 8px;
  }

  .nav-wrap {
    min-height: 62px;
    gap: 14px;
    padding: 7px 7px 7px 13px;
    border-radius: 18px;
  }

  .brand {
    width: 104px;
  }

  .main-nav {
    display: none;
  }

  .button-panel {
    min-height: 43px;
    margin-left: auto;
    padding: 10px 13px;
    font-size: 0.8rem;
  }

  .hero {
    padding: 118px 0 66px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 15vw, 4.75rem);
  }

  .hero-lead {
    font-size: 1.02rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .trust-list {
    gap: 7px 15px;
  }

  .hero-visual {
    min-height: 430px;
  }

  .preview-card {
    top: 38px;
    width: 210px;
    border-radius: 18px;
  }

  .preview-card-left {
    left: 0;
  }

  .preview-card-right {
    right: 0;
  }

  .brand-chip {
    right: 2%;
    bottom: 14px;
  }

  .proof-grid {
    grid-template-columns: 1fr;
    padding: 8px 0;
  }

  .proof-grid > div {
    padding: 16px 4px;
    text-align: center;
  }

  .proof-grid > div + div {
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .section {
    padding: 78px 0;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .feature-grid,
  .reseller-benefits {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }

  .heading-row {
    display: block;
    text-align: center;
  }

  .heading-row .section-kicker {
    margin-inline: auto;
  }

  .heading-row > div:first-child > p:last-child {
    margin-inline: auto;
  }

  .gallery-controls {
    display: none;
  }

  .gallery {
    width: min(100%, 390px);
    grid-auto-columns: 100%;
    gap: 0;
    overflow-x: auto;
    margin-inline: auto;
    padding: 0;
    border-radius: 22px;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }

  .gallery::-webkit-scrollbar {
    display: none;
  }

  .gallery-card {
    width: 100%;
    border-radius: 22px;
    scroll-snap-align: center;
  }

  .gallery-card img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .gallery-card:hover img {
    transform: none;
  }

  .gallery-card span {
    padding: 12px 15px 14px;
    text-align: center;
  }

  .gallery-mobile-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 26px;
  }

  .gallery-mobile-controls .icon-button {
    width: 54px;
    height: 54px;
  }

  .gallery-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 12px;
    margin-top: 27px;
  }

  .gallery-dot {
    width: 9px;
    height: 9px;
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(190, 202, 225, 0.4);
    cursor: pointer;
    transition: width 180ms ease, background 180ms ease;
  }

  .gallery-dot[aria-current="true"] {
    width: 30px;
    background: var(--yellow);
  }

  .gallery-note {
    max-width: 340px;
    margin: 28px auto 0;
  }

  .price-card {
    padding: 32px 21px 26px;
  }

  .credit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .reseller-foot {
    grid-template-columns: 1fr;
  }

  .reseller-foot > div {
    align-items: center;
    text-align: center;
  }

  .reseller-foot > div + div {
    padding-top: 16px;
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .final-cta {
    padding: 82px 0;
  }

  .final-actions {
    flex-direction: column;
  }

  .final-actions .button {
    width: 100%;
  }

  .footer-wrap {
    flex-direction: column;
    text-align: center;
  }

  .mobile-cta {
    right: 14px;
    bottom: 13px;
    left: 14px;
    justify-content: center;
    padding: 14px 18px;
  }
}

@media (max-width: 430px) {
  .hero h1 {
    font-size: clamp(2.8rem, 14.6vw, 4rem);
  }

  .eyebrow {
    font-size: 0.7rem;
  }

  .hero-visual {
    min-height: 380px;
  }

  .preview-card {
    width: 183px;
  }

  .brand-chip {
    right: 50%;
    width: max-content;
    max-width: 92%;
    transform: translateX(50%);
  }

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

  .credit-card {
    padding-inline: 24px;
  }

  .secure-line {
    flex-direction: column;
    gap: 4px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
