@font-face {
  font-family: "JD Digital";
  src: url("fonts/jd_digital.ttf") format("truetype");
  font-display: swap;
}

:root {
  --bg: #090b10;
  --ink: #d7e5f7;
  --muted: #92a6bf;
  --surface: rgba(13, 18, 28, 0.78);
  --surface-strong: #111825;
  --line: rgba(122, 157, 199, 0.22);
  --primary: #1f92df;
  --primary-dark: #1163b7;
  --accent: #2efb4f;
  --score-green: #2efb4f;
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.42);
  --radius: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.5;
}

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

a {
  color: inherit;
}

.site-bg {
  position: fixed;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 6, 10, 0.4), rgba(4, 6, 10, 0.5)),
    url("img/striped-background.png") center / cover no-repeat,
    radial-gradient(circle at 16% 12%, rgba(31, 146, 223, 0.15), transparent 28%),
    radial-gradient(circle at 76% 18%, rgba(46, 251, 79, 0.12), transparent 24%),
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.08), transparent 18%),
    linear-gradient(135deg, #05070a 0%, #12161d 48%, #090c11 100%);
  z-index: -2;
}

.site-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 10%, rgba(31, 146, 223, 0.1), transparent 24%),
    radial-gradient(circle at 82% 16%, rgba(46, 251, 79, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(6, 10, 16, 0.14), rgba(6, 10, 16, 0.34));
  opacity: 1;
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.section {
  padding: 5.8rem 0;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(14px);
  background: rgba(6, 9, 14, 0.84);
  border-bottom: 1px solid rgba(122, 157, 199, 0.12);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  max-width: min(62vw, 560px);
}

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

.menu {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.menu a {
  text-decoration: none;
  color: #c5d7ee;
  font-weight: 600;
  font-size: 0.94rem;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: rgba(17, 24, 37, 0.92);
  color: #d7e5f7;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font: inherit;
}

h1,
h2,
h3 {
  font-family: "Fraunces", Georgia, serif;
  line-height: 1.08;
  margin: 0;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.1rem, 5.5vw, 4rem);
  margin-top: 0.45rem;
}

h2 {
  font-size: clamp(1.65rem, 4vw, 2.8rem);
  margin-bottom: 1.3rem;
}

h3 {
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}

p {
  margin: 0;
}

.eyebrow {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 0.75rem;
}

.lead {
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  max-width: 60ch;
  margin-top: 1.1rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(1.3rem, 4vw, 3.2rem);
  align-items: center;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: linear-gradient(180deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
  box-shadow: 0 10px 24px rgba(17, 99, 183, 0.34);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(17, 99, 183, 0.42);
}

.btn-small {
  padding: 0.45rem 0.9rem;
  font-size: 0.86rem;
}

.text-link {
  font-weight: 700;
  color: #7dcaff;
  text-underline-offset: 0.24em;
}

.hero-media {
  margin: 0;
  border-radius: 18px;
  padding: 0.55rem;
  border: 1px solid var(--line);
  background: rgba(10, 14, 22, 0.78);
  box-shadow: var(--shadow);
}

.hero-media img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(122, 157, 199, 0.2);
  display: block;
}

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

.feature {
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--surface);
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow);
  padding: 1.2rem;
}

.feature p {
  color: var(--muted);
}

.alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border-block: 1px solid rgba(122, 157, 199, 0.1);
}

.preview-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.1rem, 3vw, 3.4rem);
}

.preview-intro {
  max-width: 72ch;
}

.steps {
  margin: 1.3rem 0 0;
  padding-left: 1.2rem;
  color: var(--muted);
  display: grid;
  gap: 0.65rem;
}

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

.screenshot-card {
  margin: 0;
  border-radius: 18px;
  padding: 0.55rem;
  border: 1px solid var(--line);
  background: rgba(10, 14, 22, 0.78);
  box-shadow: var(--shadow);
}

.screenshot-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(122, 157, 199, 0.2);
}

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

.detail-feature {
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(10, 14, 22, 0.78);
  box-shadow: var(--shadow);
  padding: 1.15rem;
}

.detail-feature p {
  color: var(--muted);
}

.policy-lead {
  max-width: 70ch;
}

.policy-stack {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.policy-section {
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(13, 18, 28, 0.82);
  box-shadow: var(--shadow);
  padding: 1.15rem;
}

.policy-section h2 {
  margin-bottom: 0.7rem;
}

.policy-section p {
  color: var(--muted);
}

.policy-list {
  margin: 0.8rem 0 0;
  padding-left: 1.2rem;
  color: var(--muted);
  display: grid;
  gap: 0.55rem;
}

.policy-section a {
  color: #7dcaff;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

details {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  background: rgba(13, 18, 28, 0.82);
}

summary {
  cursor: pointer;
  font-weight: 700;
}

details p {
  margin-top: 0.65rem;
  color: var(--muted);
}

.cta {
  padding-top: 2rem;
}

.contact-panel {
  border-radius: calc(var(--radius) + 2px);
  border: 1px solid rgba(125, 202, 255, 0.18);
  background: rgba(10, 14, 22, 0.82);
  box-shadow: var(--shadow);
  padding: clamp(1.1rem, 3vw, 2rem);
}

.contact-panel h2 {
  margin-bottom: 0.7rem;
}

.contact-panel p {
  max-width: 62ch;
  color: var(--muted);
}

.contact-panel a {
  color: #7dcaff;
  font-weight: 700;
}

.cta-panel {
  border-radius: calc(var(--radius) + 6px);
  background:
    radial-gradient(circle at top right, rgba(46, 251, 79, 0.08), transparent 24%),
    linear-gradient(170deg, #0b1320 0%, #0d1e31 45%, #0a1624 100%);
  color: #e6f0ff;
  padding: clamp(1.2rem, 4vw, 2.5rem);
  border: 1px solid rgba(125, 202, 255, 0.22);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.36);
}

.cta-panel h2 {
  margin-bottom: 0.7rem;
}

.cta-panel p {
  max-width: 60ch;
  margin-bottom: 1rem;
  color: rgba(230, 240, 255, 0.86);
}

.footer {
  padding: 1.2rem 0 2.2rem;
  color: #92a6bf;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(122, 157, 199, 0.12);
  padding-top: 1rem;
}

.footer-content p {
  font-weight: 600;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-links a {
  color: #7dcaff;
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

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

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

.delay-1 {
  transition-delay: 70ms;
}

.delay-2 {
  transition-delay: 140ms;
}

.delay-3 {
  transition-delay: 210ms;
}

@media (max-width: 920px) {
  .hero-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

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

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

  .section {
    padding: 4.6rem 0;
  }

  .hero {
    padding-top: 4.8rem;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .menu {
    position: absolute;
    top: 92px;
    right: 1rem;
    flex-direction: column;
    align-items: flex-start;
    min-width: 220px;
    padding: 0.95rem;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: rgba(9, 12, 18, 0.97);
    box-shadow: var(--shadow);
    transform-origin: top right;
    transform: scale(0.97);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

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

@media (max-width: 560px) {
  .container {
    width: min(1120px, calc(100% - 1.2rem));
  }

  .brand {
    max-width: min(72vw, 360px);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

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

  .footer-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
    scroll-behavior: auto !important;
  }
}
