* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
  color: #d8e0ee;
  background: #171b21;
  background-image:
    radial-gradient(
      circle at 18% 0%,
      rgba(168, 255, 111, 0.08),
      transparent 18%
    ),
    radial-gradient(
      circle at 86% 12%,
      rgba(38, 162, 255, 0.12),
      transparent 22%
    );
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 1));
}

a {
  color: inherit;
}

.page-shell {
  position: relative;
  min-height: 100vh;
}

.container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(12, 15, 20, 0.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(145deg, #d7ff52 0%, #a8ff6f 45%, #9cf0ff 100%);
  color: #13171d;
  font-family: "Unbounded", sans-serif;
  font-weight: 800;
  font-size: 19px;
  box-shadow: 0 18px 34px rgba(168, 255, 111, 0.22);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand-copy strong {
  font-size: 18px;
  color: #f4f8ff;
}

.brand-copy span {
  font-size: 13px;
  color: #99a7bd;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.nav a,
.header-link {
  color: #a6b2c5;
  text-decoration: none;
  font-weight: 600;
}

.nav a:hover,
.header-link:hover {
  color: #ffffff;
}

.header-link {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hero {
  padding: 42px 0 24px;
}

.hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
  min-height: calc(100vh - 120px);
}

.hero-copy {
  flex: 1 1 56%;
  max-width: 620px;
}

.hero-badge,
.section-kicker,
.pricing-label {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(168, 255, 111, 0.22);
  background: rgba(168, 255, 111, 0.08);
  color: #dfff92;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2 {
  margin: 24px 0 0;
  font-family: "Unbounded", sans-serif;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #f4f8ff;
}

.hero h1 {
  font-size: clamp(46px, 7vw, 88px);
  line-height: 0.96;
}

.hero-paragraph {
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 1.74;
  color: #a8b4c6;
}

.hero-paragraph a {
  color: #ffffff;
}

.hero-points {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.hero-point {
  position: relative;
  padding-left: 22px;
  color: #d9e2ef;
  font-size: 18px;
  line-height: 1.5;
}

.hero-point::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d7ff52, #8ce4ff);
  box-shadow: 0 0 0 6px rgba(168, 255, 111, 0.08);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

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

.button-primary {
  background: linear-gradient(90deg, #d7ff52 0%, #b4ff7d 48%, #96f1ff 100%);
  color: #10151c;
  box-shadow: 0 18px 32px rgba(151, 241, 255, 0.18);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #f4f8ff;
  background: rgba(255, 255, 255, 0.02);
}

.button-wide {
  width: 100%;
}

.hero-prices {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.price-pill {
  min-width: 150px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.price-pill strong {
  display: block;
  font-size: 30px;
  color: #ffffff;
}

.price-pill span {
  display: block;
  margin-top: 8px;
  color: #97a3b8;
}

.price-pill-featured {
  background: linear-gradient(
    145deg,
    rgba(168, 255, 111, 0.16),
    rgba(150, 241, 255, 0.12)
  );
  border-color: rgba(168, 255, 111, 0.24);
}

.hero-figure {
  position: relative;
  flex: 0 0 380px;
  display: flex;
  justify-content: center;
}

.phone-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 460px;
  height: 460px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(151, 241, 255, 0.18), transparent 38%),
    radial-gradient(
      circle at 34% 32%,
      rgba(215, 255, 82, 0.14),
      transparent 28%
    );
  filter: blur(10px);
}

.phone-shell {
  position: relative;
  z-index: 1;
  width: 340px;
  padding: 16px;
  border-radius: 36px;
  background: linear-gradient(180deg, #2a3139 0%, #191f27 100%);
  box-shadow: -24px 36px 70px rgba(0, 0, 0, 0.34);
  transform: perspective(800px) rotateY(-12deg) rotateX(8deg) rotateZ(-1deg);
}

.phone-top {
  width: 116px;
  height: 18px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: #0e1217;
}

.phone-screen {
  overflow: hidden;
  padding: 18px;
  border-radius: 28px;
  background: linear-gradient(180deg, #eef5ff 0%, #f8fbff 54%, #edf2f9 100%);
  color: #1e2a3a;
}

.screen-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.screen-head strong {
  display: block;
  font-size: 18px;
}

.screen-head span {
  display: block;
  margin-top: 4px;
  color: #667891;
  font-size: 13px;
}

.status-chip {
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(168, 255, 111, 0.18);
  color: #3a6a2a !important;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.screen-hero-card {
  margin-top: 16px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(
    145deg,
    rgba(215, 255, 82, 0.32),
    rgba(150, 241, 255, 0.22)
  );
  border: 1px solid rgba(26, 44, 64, 0.08);
}

.screen-hero-card strong {
  display: block;
  font-size: 19px;
}

.screen-hero-card span {
  display: block;
  margin-top: 8px;
  color: #53667e;
  line-height: 1.45;
}

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

.screen-tile {
  padding: 14px 10px;
  border-radius: 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(28, 43, 61, 0.08);
}

.screen-tile b {
  display: block;
  font-size: 24px;
  line-height: 1;
}

.screen-tile span {
  display: block;
  margin-top: 8px;
  color: #60718a;
  font-size: 13px;
}

.screen-tile-featured {
  background: linear-gradient(180deg, #ffcb57 0%, #ff9a31 100%);
}

.screen-tile-featured span {
  color: rgba(28, 34, 44, 0.74);
}

.screen-map {
  position: relative;
  height: 220px;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, #dbe9f8 0%, #cfdff2 100%);
  border: 1px solid rgba(28, 43, 61, 0.08);
}

.map-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(42, 62, 88, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 62, 88, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
}

.map-card {
  position: absolute;
  z-index: 2;
  width: 140px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 24px rgba(53, 77, 109, 0.16);
}

.map-card strong {
  display: block;
  font-size: 14px;
}

.map-card span {
  display: block;
  margin-top: 6px;
  color: #64758d;
  font-size: 12px;
  line-height: 1.4;
}

.map-card-left {
  top: 20px;
  left: 16px;
}

.map-card-right {
  right: 16px;
  bottom: 20px;
}

.map-dot {
  position: absolute;
  z-index: 1;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #2f95ff;
  box-shadow: 0 0 0 8px rgba(47, 149, 255, 0.14);
}

.map-dot-a {
  top: 62px;
  right: 58px;
}

.map-dot-b {
  bottom: 78px;
  left: 72px;
  background: #8bd746;
  box-shadow: 0 0 0 8px rgba(139, 215, 70, 0.14);
}

.map-dot-c {
  bottom: 42px;
  right: 84px;
  background: #ffaf3d;
  box-shadow: 0 0 0 8px rgba(255, 175, 61, 0.14);
}

.screen-footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.screen-footer-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(38, 162, 255, 0.12);
  color: #436985;
  font-size: 12px;
  font-weight: 700;
}

.section {
  padding: 54px 0;
}

.section-contrast {
  background: linear-gradient(
    180deg,
    rgba(11, 14, 18, 0.92),
    rgba(18, 22, 28, 0.92)
  );
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

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

.section-heading h2 {
  font-size: clamp(32px, 4.4vw, 58px);
  line-height: 1;
}

.section-heading p {
  margin: 20px 0 0;
  color: #9eacbf;
  font-size: 18px;
  line-height: 1.68;
}

.feature-grid,
.steps-grid,
.pricing-grid,
.documents-grid {
  display: grid;
  gap: 18px;
}

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

.feature-card,
.step-card,
.pricing-card,
.document-card {
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(
    180deg,
    rgba(30, 36, 45, 0.94),
    rgba(17, 22, 29, 0.98)
  );
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.24);
}

.feature-card,
.step-card,
.pricing-card {
  padding: 26px;
}

.feature-number,
.step-index {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(
    145deg,
    rgba(215, 255, 82, 0.18),
    rgba(150, 241, 255, 0.16)
  );
  color: #f5f8ff;
  font-family: "Unbounded", sans-serif;
  font-size: 16px;
}

.feature-card h3,
.step-card h3,
.pricing-card h3 {
  margin: 18px 0 10px;
  color: #ffffff;
  font-size: 28px;
}

.feature-card p,
.step-card p,
.pricing-card p {
  margin: 0;
  color: #9fadbf;
  line-height: 1.66;
}

.pricing-card {
  display: flex;
  flex-direction: column;
}

.pricing-card-featured {
  transform: translateY(-6px);
  border-color: rgba(168, 255, 111, 0.18);
  background: linear-gradient(
    180deg,
    rgba(36, 45, 31, 0.96),
    rgba(18, 22, 29, 0.98)
  );
}

.pricing-price {
  display: block;
  margin: 16px 0 18px;
  color: #f5f8ff;
  font-size: 54px;
  line-height: 1;
  font-family: "Unbounded", sans-serif;
}

.pricing-card .button {
  margin-top: auto;
}

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

.document-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 150px;
  padding: 22px;
  text-decoration: none;
}

.document-card strong {
  color: #ffffff;
  font-size: 20px;
}

.document-card span {
  color: #9fadbf;
  line-height: 1.52;
}

.document-card:hover {
  border-color: rgba(168, 255, 111, 0.18);
}

.site-footer {
  padding: 26px 0 36px;
}

.site-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-footer strong {
  color: #ffffff;
  font-size: 18px;
}

.site-footer p {
  margin: 8px 0 0;
  color: #9fadbf;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #9fadbf;
  text-decoration: none;
}

@media (max-width: 1120px) {
  .hero-inner {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
  }

  .hero-figure {
    width: 100%;
    flex: none;
  }

  .phone-shell {
    transform: none;
  }

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

@media (max-width: 820px) {
  .nav {
    display: none;
  }

  .feature-grid,
  .steps-grid,
  .pricing-grid,
  .documents-grid {
    grid-template-columns: 1fr;
  }

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

  .hero h1 {
    font-size: clamp(40px, 12vw, 64px);
  }

  .hero-paragraph,
  .hero-point,
  .section-heading p {
    font-size: 17px;
  }

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

  .button {
    width: 100%;
  }

  .price-pill {
    width: 100%;
  }

  .phone-shell {
    width: min(360px, 100%);
  }

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