:root {
  --navy-950: #020711;
  --navy-900: #06111f;
  --navy-850: #081827;
  --navy-800: #0d2033;
  --ink: #eef6ff;
  --muted: #9fb0c6;
  --muted-2: #6f8198;
  --line: rgba(255, 255, 255, 0.11);
  --glass: rgba(8, 20, 33, 0.62);
  --glass-strong: rgba(8, 20, 33, 0.84);
  --blue: #148cff;
  --blue-2: #42b7ff;
  --gold: #d8b36b;
  --green: #32d583;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--navy-950);
  color: var(--ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: linear-gradient(180deg, rgba(2, 7, 17, 0.82), rgba(2, 7, 17, 0.24));
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: background 220ms ease, border-color 220ms ease;
}

.site-header.scrolled {
  background: rgba(2, 7, 17, 0.92);
  border-color: var(--line);
}

.nav {
  width: min(1260px, calc(100% - 40px));
  height: 112px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-weight: 900;
  letter-spacing: 0;
  font-size: 30px;
}

.brand-mark {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(66, 183, 255, 0.28);
  border-radius: 16px;
  background: #070d19;
  box-shadow: 0 12px 34px rgba(20, 140, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.7);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(238, 246, 255, 0.78);
  font-size: 14px;
  font-weight: 650;
}

.nav-menu a {
  transition: color 180ms ease;
}

.nav-menu a:hover {
  color: #fff;
}

.nav-signin {
  color: rgba(238, 246, 255, 0.9);
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: var(--radius);
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.nav-cta,
.btn-primary {
  background: linear-gradient(135deg, var(--blue), #0768d8);
  color: #fff;
  box-shadow: 0 14px 42px rgba(20, 140, 255, 0.28);
}

.nav-cta:hover,
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 52px rgba(20, 140, 255, 0.36);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  backdrop-filter: blur(12px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
}

.section-dark {
  background:
    radial-gradient(circle at 24% 8%, rgba(20, 140, 255, 0.17), transparent 32%),
    radial-gradient(circle at 82% 24%, rgba(216, 179, 107, 0.08), transparent 28%),
    var(--navy-950);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg,
.hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg img {
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 7, 17, 0.93) 0%, rgba(2, 7, 17, 0.76) 42%, rgba(2, 7, 17, 0.22) 100%),
    linear-gradient(180deg, rgba(2, 7, 17, 0.18) 0%, rgba(2, 7, 17, 0.75) 100%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.55fr);
  gap: 56px;
  align-items: end;
  padding: 150px 0 76px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 900;
}

h1,
h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
  line-height: 0.98;
}

h1 {
  max-width: 860px;
  font-size: clamp(52px, 7.6vw, 98px);
}

h2 {
  font-size: clamp(38px, 5.4vw, 70px);
}

h3 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-sub {
  max-width: 650px;
  margin: 24px 0 30px;
  color: rgba(238, 246, 255, 0.82);
  font-size: clamp(18px, 2vw, 22px);
}

.button-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  color: rgba(238, 246, 255, 0.86);
  font-weight: 800;
}

.hero-text-link:hover {
  color: #fff;
  text-decoration: underline;
}

.hero-note {
  margin: 10px 0 0;
  font-size: 14px;
  color: rgba(238, 246, 255, 0.62);
}

.app-approval-note {
  margin: 16px 0 0;
  color: rgba(238, 246, 255, 0.72);
  font-size: 13px;
}

.hero-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--glass);
  backdrop-filter: blur(22px);
  border-radius: 12px;
  padding: 22px;
  box-shadow: var(--shadow);
}

.hero-panel::before,
.pricing-card::before,
.provider-card-large::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 28%);
  opacity: 0.45;
}

.panel-top {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 16px;
}

.panel-top strong {
  color: #fff;
}

.status-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.status-card p {
  margin: 5px 0 0;
  font-size: 13px;
}

.status-dot {
  width: 11px;
  height: 11px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(50, 213, 131, 0.13);
}

.panel-list {
  display: grid;
  gap: 9px;
  margin-top: 16px;
  color: rgba(238, 246, 255, 0.78);
  font-size: 14px;
}

.panel-list span {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-bar {
  position: relative;
  overflow: hidden;
  background: #050d18;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-bar::before,
.trust-bar::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(14vw, 180px);
  pointer-events: none;
}

.trust-bar::before {
  left: 0;
  background: linear-gradient(90deg, #050d18 0%, rgba(5, 13, 24, 0) 100%);
}

.trust-bar::after {
  right: 0;
  background: linear-gradient(270deg, #050d18 0%, rgba(5, 13, 24, 0) 100%);
}

.trust-track {
  display: flex;
  width: max-content;
  animation: trust-marquee 30s linear infinite;
}

.trust-bar:hover .trust-track {
  animation-play-state: paused;
}

.trust-pill {
  display: grid;
  min-width: clamp(260px, 24vw, 360px);
  padding: 22px 32px;
  border-left: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01));
}

.trust-pill strong,
.trust-pill span {
  display: block;
}

.trust-pill strong {
  font-size: 15px;
}

.trust-pill span {
  margin-top: 6px;
  color: var(--muted-2);
  font-size: 13px;
}

section {
  position: relative;
}

.value-section,
.services-section,
.marketplace-section,
.provider-section {
  padding: 112px 0;
  background:
    radial-gradient(circle at 14% 10%, rgba(20, 140, 255, 0.08), transparent 30%),
    linear-gradient(180deg, #07111f, #091522);
}

.how-section,
.app-section,
.protection-section,
.pricing-section {
  padding: 112px 0;
}

.split-layout,
.pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: center;
}

.reverse {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
}

.section-copy p:not(.eyebrow) {
  font-size: 17px;
  margin: 22px 0 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.metric-row div {
  min-height: 100px;
  padding: 18px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
}

.metric-row strong {
  display: block;
  color: #fff;
  font-size: 30px;
}

.metric-row span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.image-card {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow);
}

.image-card img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.image-card.wide img {
  min-height: 460px;
}

.protection-media {
  position: relative;
  background: linear-gradient(135deg, rgba(4, 12, 24, 0.96), rgba(8, 24, 39, 0.82));
}

.protection-scroll {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.protection-scroll::-webkit-scrollbar {
  display: none;
}

.protection-scroll img {
  width: max(100%, 920px);
  height: auto;
  min-height: 0;
  max-width: none;
  object-fit: contain;
}

.media-controls {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: flex;
  gap: 10px;
}

.media-btn {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(2, 7, 17, 0.78);
  backdrop-filter: blur(18px);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.media-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(66, 183, 255, 0.5);
  background: rgba(20, 140, 255, 0.34);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.step-card {
  min-height: 260px;
  padding: 26px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.03));
}

.step-card span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--blue-2);
  font-weight: 900;
}

.step-card p {
  margin: 12px 0 0;
  font-size: 14px;
}

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

.service-card {
  overflow: hidden;
  min-height: 410px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(66, 183, 255, 0.24);
  background: rgba(255, 255, 255, 0.065);
}

.service-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.service-card div {
  padding: 24px;
}

.service-card p {
  margin: 10px 0 0;
  font-size: 14px;
}

.app-layout {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
}

.phone-visual {
  overflow: hidden;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.phone-visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.feature-list,
.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 14px;
}

.feature-list li,
.pricing-card li {
  position: relative;
  padding-left: 30px;
  color: rgba(238, 246, 255, 0.84);
  line-height: 1.5;
}

.feature-list li::before,
.pricing-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--blue-2);
  box-shadow: 0 0 0 6px rgba(66, 183, 255, 0.12);
}

.text-link {
  display: inline-flex;
  margin-top: 26px;
  color: var(--blue-2);
  font-weight: 900;
}

.provider-card-large {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: #071320;
  box-shadow: var(--shadow);
}

.provider-media {
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 28% 40%, rgba(20, 140, 255, 0.18), rgba(2, 7, 17, 0) 42%), #06111f;
}

.provider-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.provider-copy {
  padding: 56px;
  align-self: center;
}

.provider-copy p:not(.eyebrow) {
  margin: 20px 0 28px;
  font-size: 17px;
}

.provider-note {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(238, 246, 255, 0.88);
}

.provider-note strong {
  font-weight: 800;
  color: #fff;
}

.provider-note span {
  color: var(--muted);
}

.pricing-grid {
  grid-template-columns: 1fr 430px;
}

.pricing-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--glass-strong);
  box-shadow: var(--shadow);
}

.pricing-label {
  color: var(--gold);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 900;
}

.price {
  margin: 20px 0 10px;
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.price span {
  font-size: 32px;
  vertical-align: top;
}

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

.pricing-card p {
  margin: 24px 0;
  font-size: 14px;
  color: var(--muted);
}

.pricing-card .btn {
  width: 100%;
}

.final-cta {
  padding: 0 0 76px;
  overflow: hidden;
  background: #020711;
}

.final-image {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.final-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(2, 7, 17, 0.08), rgba(2, 7, 17, 0.24));
}

.final-image img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
}

.final-booking {
  display: grid;
  justify-items: center;
  gap: 22px;
  margin-top: 34px;
  text-align: center;
}

.final-booking p {
  max-width: 680px;
  margin: 0;
  color: rgba(238, 246, 255, 0.82);
  font-size: 20px;
}

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

.final-booking .btn {
  min-width: 220px;
}

.footer {
  padding: 66px 0 30px;
  background: #020711;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 42px;
}

.footer p {
  max-width: 360px;
  margin: 18px 0 0;
  font-size: 14px;
}

.footer-product {
  color: rgba(238, 246, 255, 0.82);
  font-weight: 800;
}

.footer h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.footer a,
.footer span {
  display: block;
  margin: 9px 0;
  color: var(--muted);
  font-size: 14px;
}

.footer a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted-2);
  font-size: 12px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes trust-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .nav-toggle {
    width: 42px;
    height: 42px;
    display: grid;
    gap: 5px;
    place-content: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
  }

  .nav-toggle span {
    width: 18px;
    height: 2px;
    display: block;
    background: #fff;
  }

  .nav-menu {
    position: fixed;
    inset: 112px 20px auto;
    display: grid;
    gap: 0;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(2, 7, 17, 0.96);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav-menu.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-menu a {
    padding: 14px;
  }

  .nav-cta {
    margin-top: 8px;
  }

  .hero-grid,
  .split-layout,
  .pricing-grid,
  .app-layout,
  .reverse,
  .provider-card-large {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    align-items: center;
    padding-top: 128px;
  }

  .hero-panel {
    max-width: 520px;
  }

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

  .provider-copy {
    padding: 36px;
  }

  .provider-media {
    min-height: auto;
    aspect-ratio: 16 / 9;
  }

  .provider-media img {
    height: 100%;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 32px, var(--max));
  }

  .nav {
    width: min(100% - 28px, 1260px);
    height: 88px;
  }

  .brand {
    gap: 12px;
    font-size: 23px;
  }

  .brand-mark {
    width: 64px;
    height: 64px;
    border-radius: 12px;
  }

  .nav-menu {
    inset: 88px 14px auto;
  }

  .hero {
    min-height: auto;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(2, 7, 17, 0.76) 0%, rgba(2, 7, 17, 0.88) 64%, rgba(2, 7, 17, 0.96) 100%);
  }

  .hero-grid {
    padding: 116px 0 52px;
    gap: 32px;
  }

  h1 {
    font-size: clamp(44px, 14vw, 60px);
  }

  h2 {
    font-size: clamp(32px, 11vw, 46px);
  }

  .hero-sub,
  .section-copy p:not(.eyebrow),
  .provider-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .button-row,
  .btn {
    width: 100%;
  }

  .steps-grid,
  .services-grid,
  .metric-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .value-section,
  .services-section,
  .marketplace-section,
  .provider-section,
  .how-section,
  .app-section,
  .protection-section,
  .pricing-section {
    padding: 78px 0;
  }

  .image-card img,
  .image-card.wide img,
  .phone-visual img {
    min-height: 290px;
  }

  .protection-scroll img {
    width: 780px;
  }

  .media-controls {
    right: 12px;
    bottom: 12px;
  }

  .media-btn {
    width: 38px;
    height: 38px;
    font-size: 24px;
  }

  .final-cta {
    padding-bottom: 54px;
  }

  .final-image img {
    min-height: 430px;
    object-position: center;
  }

  .final-booking {
    margin-top: 26px;
  }

  .step-card,
  .service-card {
    min-height: auto;
  }

  .price {
    font-size: 58px;
  }

  .footer-bottom {
    display: grid;
  }
}
