:root {
  --bg: #030308;
  --bg-alt: #090915;
  --card-bg: rgba(15 15 16 / 85%);
  --glass-border: 1px solid rgba(255, 255, 255, 0.08);
  --accent: #f97316; /* warm neon / can change to purple */
  --accent-soft: rgba(249, 115, 22, 0.35);
  --text: #f9fafb;
  --muted: #9ca3af;
  --danger: #f43f5e;
  --radius-lg: 24px;
  --radius-pill: 999px;
  --shadow-soft: 0 24px 80px rgba(0, 0, 0, 0.65);
  --container-width: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont,
    'Segoe UI', sans-serif;
  background: radial-gradient(circle at top, #111827 0, #0d0d0d 45%, #000 100%);
  color: var(--text);
}

body {
  min-height: 100vh;
}

/* Layout utilities */

.container {
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: 4.5rem 0;
}

.section-alt {
  background: radial-gradient(circle at center, #0b1120 0, #0d0d0d 60%);
}

.section-title {
  font-size: clamp(1.9rem, 2.4vw, 2.4rem);
  font-weight: 600;
  margin: 0 0 0.5rem;
  text-align: center;
}

.section-subtitle {
  margin: 0 0 2.5rem;
  color: var(--muted);
  /* max-width: 560px; */
  text-align: center;
}

/* Header */

.site-header {
  /* position: sticky; */
  top: 0;
  z-index: 40;
  backdrop-filter: blur(20px);
  background: linear-gradient(
    to bottom,
    rgba(3, 3, 8, 0.95),
    rgba(3, 3, 8, 0.75),
    transparent
  );
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0.9rem 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.logo img {
  width: 100px;
}

.logo-mark {
  width: 32px;
  height: 32px;
  border-radius: 14px;
  background: radial-gradient(circle at 30% 10%, #f97316, #ea580c, #111827);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
}

.logo-text {
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #e5e7eb;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 0.9rem;
}

.main-nav a {
  text-decoration: none;
  color: #e5e7eb;
  opacity: 0.85;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.main-nav a:hover {
  opacity: 1;
  color: #fff;
}

.nav-cta {
  padding: 0.4rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(249, 115, 22, 0.5);
  background: radial-gradient(circle at top left, #f97316, #111827);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.6);
  font-weight: 500;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.4rem;
  color: #e5e7eb;
}

/* Hero */

.hero {
  position: relative;
  padding: 4.5rem 0 4rem;
  overflow: hidden;
  height: 41rem;
  /* background-color: #; */
  background: url(../img/hero-bg-3.jpg) #000;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: -40%;
  background: radial-gradient(
      circle at 10% 0,
      rgba(253, 186, 116, 0.22),
      transparent 55%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(248, 113, 113, 0.2),
      transparent 60%
    ),
    radial-gradient(
      circle at 60% 90%,
      rgba(56, 189, 248, 0.16),
      transparent 55%
    );
  opacity: 0.9;
  pointer-events: none;
  mix-blend-mode: screen;
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
  z-index: 1;
}

.hero-copy {
  display: grid;
  justify-content: end;
  text-align: end;
}

.hero-copy .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  color: var(--muted);
  margin-bottom: 0.7rem;
}

.hero-copy span {
  font-size: 0.6rem;
}

.hero h1 {
  font-size: clamp(2.3rem, 3vw, 3.1rem);
  line-height: 1.05;
  margin: 0rem;
  font-size: 6rem;
}

.hero-subtitle {
  margin: 2rem 0 1.8rem;
  color: #e5e7eb;
  max-width: 360px;
  justify-self: end;
  font-size: 1rem;
}

.hero-callbox {
  display: inline-flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1rem 1.2rem 1.1rem;
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.9);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(148, 163, 184, 0.35);
  max-width: 360px;
}

.hero-number-label {
  font-size: 0.78rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.hero-number {
  font-size: 1.55rem;
  font-weight: 600;
}

.hero-tariff {
  font-size: 0.78rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--muted);
}

.hero-tariff span:first-child {
  font-weight: 500;
  color: #e5e7eb;
}

.tariff-note {
  opacity: 0.8;
}

.hero-meta {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  font-size: 0.8rem;
  color: var(--muted);
}

.hero-meta span {
  padding: 0.25rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: radial-gradient(
    circle at top left,
    rgba(15, 23, 42, 0.9),
    #0d0d0d
  );
}

.hero-visual {
  display: flex;
  justify-content: flex-end;
}

.hero-card {
  max-width: 380px;
  padding: 1.6rem 1.8rem 1.7rem;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(74, 222, 128, 0.45);
  margin-bottom: 0.85rem;
}

.hero-card h2 {
  font-size: 1.25rem;
  margin: 0 0 0.7rem;
}

.hero-card p {
  margin: 0 0 0.8rem;
  color: #d1d5db;
  font-size: 0.9rem;
}

.hero-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.86rem;
  color: #9ca3af;
}

.hero-list li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.35rem;
}

.hero-list li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--accent);
}

/* Buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.8rem;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease,
    border-color 0.12s ease;
  white-space: nowrap;
}

.btn-primary {
  background: radial-gradient(circle at 20% 0, #f97316, #c2410c, #7f1d1d);
  color: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.75);
  justify-self: end;
  width: fit-content;
  font-size: 1.3rem;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.85);
}

.btn-full {
  width: 100%;
}

.btn-large {
  padding: 0.9rem 1.9rem;
  font-size: 1rem;
}

/* Glass card */

.glass {
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  border: var(--glass-border);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(24px);
}

/* How it works */

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

.step-card {
  padding: 1.5rem 1.3rem 1.4rem;
  position: relative;
}

.step-number {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
}

.step-card h3 {
  margin: 0 0 0.6rem;
  font-size: 1.05rem;
}

.step-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #d1d5db;
}

/* Mid CTA */

.section-cta {
  padding-top: 0;
}

.cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 2rem;
  align-items: center;
  padding: 1.7rem 1.7rem 1.8rem;
  margin-top: 1rem;
}

.cta-text h2 {
  margin: 0 0 0.5rem;
}

.cta-text p {
  margin: 0;
  color: #e5e7eb;
}

.cta-action {
  text-align: right;
}

.cta-number {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
}

.cta-small {
  margin-top: 0.6rem;
  font-size: 0.8rem;
  color: var(--muted);
}

/* Why us */

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 2.5rem;
  align-items: flex-start;
}

.two-col .col p {
  color: #d1d5db;
  font-size: 0.94rem;
}

.two-col .col p + p {
  margin-top: 0.9rem;
}

.pill-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.pill {
  padding: 0.8rem 1rem;
  border-radius: 18px;
  font-size: 0.88rem;
  color: #e5e7eb;
}

/* Safety */

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

.safety-card {
  padding: 1.4rem 1.4rem 1.3rem;
}

.safety-card h3 {
  margin: 0 0 0.6rem;
  font-size: 1rem;
}

.safety-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #e5e7eb;
}

/* Bottom CTA */

.section-bottom-cta {
  padding-top: 3.5rem;
}

.bottom-call {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: space-between; */
  gap: 1.5rem;
  padding: 1.7rem 1.8rem;
  margin-top: 1.4rem;
}

.bottom-img {
  width: 50%;
}

.bottom-img img {
  width: 100%;
  border-radius: 1rem;
}

.bottom-call-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 45%;
}

.bottom-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  margin-bottom: 0.25rem;
}

.bottom-number {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.bottom-tariff {
  font-size: 0.6rem;
  color: var(--muted);
}

.video-wrap {
  position: relative; /* makes the overlay stay over THIS box */
  display: inline-block; /* so it hugs the video width */
}

.video-wrap video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  border: 0.3rem solid var(--accent);
}

.video-overlay {
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
  padding: 1rem;
}

.video-heading {
  font-size: 1.3rem !important;
}

.video-text {
  font-size: 0.8rem;
}

.video-overlay > .cta-btn {
  font-size: 0.8rem;
  padding: 0.4rem 1rem;
}

.video-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.video-overlay p {
  color: var(--text-accent);
}

/* Footer */

.site-footer {
  border-top: 1px solid rgba(148, 163, 184, 0.3);
  padding: 1.4rem 0 1.5rem;
  background: radial-gradient(circle at top, #0d0d0d, #0d0d0d 60%, #000 100%);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 0.82rem;
  color: var(--muted);
}

.footer-links {
  display: flex;
  gap: 1.2rem;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
}

.footer-links a:hover {
  color: #e5e7eb;
}

/* Responsive */

@media (max-width: 960px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-visual {
    justify-content: flex-start;
  }

  .cta-inner {
    grid-template-columns: minmax(0, 1fr);
    text-align: left;
  }

  .cta-action {
    text-align: left;
  }

  .two-col {
    grid-template-columns: minmax(0, 1fr);
  }

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

@media (max-width: 720px) {
  .section {
    padding: 2rem 0;
  }

  .header-inner {
    padding: 0.7rem;
  }

  .logo img {
    width: 70px;
  }

  .main-nav {
    position: absolute;
    top: 56px;
    right: 1.5rem;
    padding: 0.9rem 1.1rem;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.98);
    border: 1px solid rgba(148, 163, 184, 0.5);
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
    box-shadow: var(--shadow-soft);
    transform-origin: top right;
    transform: scale(0.9);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease, transform 0.15s ease;
  }

  .main-nav.nav-open {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
  }

  .nav-toggle {
    display: noen;
  }

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

  .hero {
    height: calc(100vh - 120px);
    padding: 1rem 0rem;
    display: flex;
    align-items: end;
    background: url(../img/hero--mob-bg-3.jpg);
    background-size: cover;
    background-position: center;
  }

  .eyebrow {
    color: #fff !important;
  }

  .hero h1 {
    line-height: 0.8;
    font-size: 3.3rem;
  }

  .hero-copy {
    text-align: left;
    justify-self: center;
  }

  .hero-copy span {
    font-size: 0.6rem;
  }

  .hero-subtitle {
    margin: 1.5rem 0;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    font-size: 0.9rem;
  }

  .hero-callbox {
    width: 100%;
  }

  .btn-primary {
    min-width: 100%;
  }

  .hero-meta {
    gap: 0.4rem;
  }

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

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

  .bottom-call {
    flex-direction: column;
    align-items: flex-start;
  }

  .bottom-img {
    width: 100%;
  }

  .bottom-call-info {
    width: 100%;
  }

  .bottom-number {
    font-size: 2.5rem;
  }

  .video-heading {
    font-size: 1rem;
    margin: 0;
  }

  .video-text {
    font-size: 0.7rem;
  }

  .bottom-tariff {
    font-size: 0.6rem;
  }
}

.content-block.legal {
  max-width: 900px;
  margin: 0 auto;
  padding: 1.5rem;
  line-height: 1.6;
  color: #dad5d5;
  text-align: justify;
}
.content-block.legal h1 {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}

.content-block.legal a {
  color: #00ffff !important;
}

.content-block.legal address {
  font-style: normal;
  margin-bottom: 1rem;
  color: #dad5d5;
}
.legal-sections {
  margin-left: 1rem;
  padding-left: 0;
}
.legal-sections li {
  margin-bottom: 1rem;
}

.legal-sections li::marker {
  display: none;
}
.legal-sections h2 {
  font-size: 1.05rem;
  margin: 0 0 0.25rem 0;
}
