:root {
  --black: #050506;
  --black-soft: #0d0e12;
  --panel: #111218;
  --panel-strong: #171923;
  --red: #ef1b1b;
  --red-dark: #980d14;
  --red-hot: #ff3838;
  --blue: #00b7ff;
  --white: #ffffff;
  --muted: #b8bcc9;
  --line: rgba(255, 255, 255, 0.12);
  --shadow-red: 0 0 32px rgba(239, 27, 27, 0.4);
  --shadow-blue: 0 0 28px rgba(0, 183, 255, 0.22);
  --font-title: "Montserrat", "Arial Black", Arial, sans-serif;
  --font-body: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-anchor: none;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 8%, rgba(239, 27, 27, 0.22), transparent 28rem),
    radial-gradient(circle at 86% 18%, rgba(0, 183, 255, 0.16), transparent 22rem),
    linear-gradient(180deg, #030304 0%, #090a0d 46%, #050506 100%);
  font-family: var(--font-body);
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0.58rem 0;
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  min-width: 0;
}

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

.brand-copy {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}

.brand-copy strong {
  font-family: var(--font-title);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
}

.brand-copy small {
  max-width: 230px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.25;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.75rem 1rem;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(12, 13, 17, 0.74);
  box-shadow: 0 0 0 1px rgba(239, 27, 27, 0.12), var(--shadow-blue);
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 1.75rem;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100svh - 88px);
  margin: 0 auto;
  padding: 3.25rem 0 4rem;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.96) 0%, rgba(5, 5, 6, 0.76) 44%, rgba(5, 5, 6, 0.46) 100%),
    radial-gradient(circle at 70% 25%, rgba(239, 27, 27, 0.22), transparent 22rem),
    rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 120px rgba(239, 27, 27, 0.14);
}

.section-glow::before {
  position: absolute;
  inset: auto 8% -1px 8%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(0, 183, 255, 0.8), rgba(239, 27, 27, 0.95), transparent);
  filter: blur(0.3px);
}

.hero-carousel {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  border-radius: 8px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 700ms ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.82;
}

.hero-content {
  max-width: 740px;
  padding: 2.5rem 0 2.5rem 2.5rem;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 700px;
  margin-bottom: 1.1rem;
  font-family: var(--font-title);
  font-size: 3.05rem;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0.8rem;
  font-size: 2rem;
  line-height: 1.14;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.45rem;
  font-size: 1.02rem;
  line-height: 1.25;
}

.hero-subtitle {
  max-width: 610px;
  margin-bottom: 1.7rem;
  color: #eef0f6;
  font-size: 1.16rem;
  font-weight: 400;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  max-width: 100%;
  padding: 0.95rem 1.25rem;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-family: var(--font-title);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  filter: brightness(1.07);
}

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--red-hot), var(--red) 48%, var(--red-dark));
  box-shadow: var(--shadow-red), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.button-secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-blue);
}

.micro-proof {
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.15rem;
}

.carousel-controls {
  display: inline-grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.35rem;
  width: min(100%, 430px);
  margin-top: 0.72rem;
  padding: 0.28rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(5, 6, 10, 0.68);
}

.carousel-control {
  min-height: 36px;
  color: #d8deea;
  border: 0;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.carousel-control.is-active {
  color: var(--white);
  background: linear-gradient(135deg, rgba(255, 56, 56, 0.98), rgba(177, 13, 20, 0.95));
  box-shadow: 0 0 18px rgba(239, 27, 27, 0.25);
}

.hero-badges span,
.payment-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.52rem 0.72rem;
  color: #eef8ff;
  border: 1px solid rgba(0, 183, 255, 0.24);
  border-radius: 8px;
  background: rgba(0, 183, 255, 0.08);
  box-shadow: 0 0 16px rgba(0, 183, 255, 0.07);
  font-size: 0.82rem;
  font-weight: 700;
}

.lead-card {
  align-self: center;
  margin-right: 2.5rem;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(23, 25, 35, 0.96), rgba(9, 10, 14, 0.96)),
    var(--panel);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.44), var(--shadow-red);
}

.form-heading h2 {
  margin-bottom: 0.4rem;
  font-size: 1.45rem;
}

.form-note {
  margin-bottom: 1rem;
  color: #f2d7d7;
  font-size: 0.9rem;
  font-weight: 700;
}

.lead-form {
  display: grid;
  gap: 0.72rem;
}

.lead-form label {
  color: #f7f7f8;
  font-size: 0.86rem;
  font-weight: 500;
}

.lead-form input,
.lead-form select {
  width: 100%;
  min-height: 48px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  outline: none;
  background: #090a0f;
  padding: 0.82rem 0.9rem;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.lead-form input::placeholder {
  color: #767b8d;
}

.lead-form input:focus,
.lead-form select:focus {
  border-color: rgba(0, 183, 255, 0.85);
  box-shadow: 0 0 0 3px rgba(0, 183, 255, 0.16);
  background: #0d1018;
}

.form-button {
  width: 100%;
  margin-top: 0.4rem;
  font-size: 0.95rem;
}

.form-status {
  min-height: 1.25rem;
  margin: 0;
  color: #d8f5ff;
  font-size: 0.85rem;
  line-height: 1.45;
}

.benefits,
.trust,
.reseller-callout,
.regional-info,
.final-cta,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.benefits,
.trust {
  padding: 5rem 0 2rem;
}

.section-intro {
  max-width: 620px;
  margin-bottom: 1.6rem;
}

.section-intro p,
.reseller-callout p,
.final-cta p {
  color: var(--muted);
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.55;
}

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

.benefit-item {
  min-height: 190px;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    var(--panel);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.22);
}

.benefit-item p {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 400;
  line-height: 1.48;
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 1rem;
  border: 1px solid rgba(239, 27, 27, 0.42);
  border-radius: 8px;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.2), rgba(239, 27, 27, 0.13));
  box-shadow: 0 0 22px rgba(239, 27, 27, 0.24);
}

.icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--white);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.reseller-callout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  margin-top: 3rem;
  padding: 2rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 28%, rgba(0, 183, 255, 0.22), transparent 16rem),
    linear-gradient(135deg, rgba(239, 27, 27, 0.2), rgba(17, 18, 24, 0.96) 45%, rgba(7, 8, 12, 0.98));
  box-shadow: var(--shadow-red);
}

.regional-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  gap: 1.5rem;
  align-items: center;
  margin-top: 2rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 20%, rgba(239, 27, 27, 0.16), transparent 14rem),
    rgba(255, 255, 255, 0.045);
}

.regional-info h2 {
  margin-bottom: 0.42rem;
}

.regional-info p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.payment-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}

.reseller-callout p {
  max-width: 760px;
  margin-bottom: 0;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.72rem 0.9rem;
  color: #f6f7fb;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 0 18px rgba(0, 183, 255, 0.08);
  font-size: 0.95rem;
  font-weight: 700;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding: 2.25rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 15% 50%, rgba(255, 255, 255, 0.16), transparent 18rem),
    radial-gradient(circle at 86% 18%, rgba(0, 183, 255, 0.2), transparent 18rem),
    linear-gradient(135deg, #210306 0%, var(--red-dark) 44%, #060609 100%);
  box-shadow: 0 20px 70px rgba(239, 27, 27, 0.28);
}

.final-cta h2 {
  margin-bottom: 0.45rem;
}

.final-cta p {
  margin-bottom: 0;
  color: #f8dfe2;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0 2rem;
  color: var(--muted);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer div {
  display: grid;
  gap: 0.24rem;
}

.site-footer strong {
  color: var(--white);
  font-size: 0.98rem;
}

.site-footer span,
.site-footer a {
  font-size: 0.9rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.85rem;
}

.site-footer a {
  color: #d8dce8;
  font-weight: 600;
}

.site-footer a:hover {
  color: var(--white);
}

.privacy-page {
  width: min(880px, calc(100% - 32px));
  margin: 0 auto;
  padding: 2rem 0 3rem;
}

.privacy-panel {
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 85% 8%, rgba(0, 183, 255, 0.14), transparent 16rem),
    linear-gradient(180deg, rgba(23, 25, 35, 0.94), rgba(9, 10, 14, 0.98));
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.3);
}

.privacy-panel h1 {
  max-width: none;
  margin-bottom: 1rem;
  font-size: 2.6rem;
}

.privacy-panel h2 {
  margin-top: 1.6rem;
  font-size: 1.25rem;
}

.privacy-panel p {
  color: var(--muted);
  line-height: 1.65;
}

.privacy-panel .button {
  margin-top: 0.6rem;
}

@media (max-width: 1020px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 2rem 0 2.75rem;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(5, 5, 6, 0.94) 0%, rgba(5, 5, 6, 0.72) 42%, rgba(5, 5, 6, 0.92) 100%),
      radial-gradient(circle at 70% 15%, rgba(239, 27, 27, 0.24), transparent 20rem);
  }

  .hero-content,
  .lead-card {
    margin: 0;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .lead-card {
    width: calc(100% - 2.8rem);
    justify-self: center;
  }

  h1 {
    font-size: 2.38rem;
  }

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

  .reseller-callout,
  .regional-info,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .reseller-callout .button,
  .final-cta .button {
    width: 100%;
  }

  .payment-tags {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .site-header {
    width: min(100% - 24px, 1180px);
    padding: 0.5rem 0;
  }

  .brand img {
    width: 68px;
    height: 68px;
  }

  .brand-copy {
    display: none;
  }

  .header-cta {
    min-height: 38px;
    padding: 0.65rem 0.72rem;
    font-size: 0.74rem;
  }

  .hero,
  .benefits,
  .trust,
  .reseller-callout,
  .regional-info,
  .final-cta,
  .site-footer,
  .privacy-page {
    width: min(100% - 24px, 1180px);
  }

  .hero {
    gap: 1.25rem;
    padding-top: 1.2rem;
  }

  .hero-slide img {
    object-position: 62% center;
    opacity: 0.58;
  }

  .hero-content {
    padding: 1.5rem 1rem 0.2rem;
  }

  h1 {
    font-size: 2rem;
    line-height: 1.1;
  }

  h2 {
    font-size: 1.55rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

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

  .hero-badges span,
  .payment-tags span {
    flex: 1 1 100%;
    justify-content: center;
  }

  .carousel-controls {
    width: 100%;
  }

  .carousel-control {
    font-size: 0.72rem;
  }

  .micro-proof {
    width: 100%;
    text-align: center;
  }

  .lead-card {
    width: calc(100% - 1rem);
    padding: 1rem;
  }

  .benefits,
  .trust {
    padding-top: 3.25rem;
  }

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

  .benefit-item {
    min-height: 0;
  }

  .reseller-callout,
  .final-cta {
    margin-top: 2rem;
    padding: 1.25rem;
  }

  .trust-row span {
    width: 100%;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .privacy-panel {
    padding: 1.25rem;
  }

  .privacy-panel h1 {
    font-size: 2rem;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }

  .hero-slide {
    transition: none;
  }
}
