:root {
  --bg: #061226;
  --bg-alt: #0f1f37;
  --surface: rgba(9, 24, 45, 0.74);
  --surface-soft: rgba(14, 34, 60, 0.58);
  --text: #ebf3ff;
  --muted: #afc5de;
  --line: rgba(170, 210, 255, 0.24);
  --accent: #ffb703;
  --accent-strong: #fb8500;
  --radius: 16px;
  --shadow: 0 24px 60px rgba(2, 10, 23, 0.45);
  --maxw: 1100px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 15%, rgba(53, 108, 176, 0.5), transparent 45%),
    radial-gradient(circle at 90% 20%, rgba(255, 168, 0, 0.2), transparent 50%),
    linear-gradient(160deg, var(--bg) 0%, #0a1b31 55%, var(--bg-alt) 100%);
  min-height: 100vh;
  line-height: 1.6;
  overflow-x: hidden;
}

.bg-glow {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.bg-glow-left {
  left: -120px;
  top: 12vh;
  background: #3da4ff;
}

.bg-glow-right {
  right: -120px;
  top: 45vh;
  background: #ffb703;
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 2;
}

.site-header {
  width: min(var(--maxw), calc(100% - 2.5rem));
  margin: 1.25rem auto 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(7, 20, 39, 0.84);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 1rem;
  position: sticky;
  top: 0.8rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--text);
  font-weight: 800;
}

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

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.site-nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.25s ease;
}

.site-nav a:hover {
  color: var(--text);
}

.menu-toggle {
  display: none;
  font: inherit;
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
}

main {
  width: min(var(--maxw), calc(100% - 2.5rem));
  margin: 1.4rem auto 0;
}

section {
  margin-bottom: 3rem;
  padding: 2.2rem;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 2px);
  background: linear-gradient(160deg, var(--surface), var(--surface-soft));
  box-shadow: var(--shadow);
}

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

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.15;
}

h1 {
  margin-top: 0.8rem;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(2.2rem, 5.5vw, 4.2rem);
  max-width: 14ch;
  letter-spacing: 0.01em;
}

h2 {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(1.7rem, 3.4vw, 2.7rem);
  max-width: 20ch;
}

.hero-copy,
.contact p {
  max-width: 65ch;
  color: var(--muted);
  margin: 1rem 0 0;
}

.hero-actions {
  margin-top: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  background: linear-gradient(90deg, var(--accent), var(--accent-strong));
  color: #111;
  font-weight: 800;
  font-size: 0.95rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 8px 24px rgba(251, 133, 0, 0.32);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(251, 133, 0, 0.4);
}

.btn:focus-visible {
  outline: 2px solid #ffd17a;
  outline-offset: 2px;
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--line);
  color: var(--text);
  box-shadow: none;
}

.btn-small {
  padding: 0.6rem 1rem;
  font-size: 0.84rem;
}

.trust-row {
  margin: 1.55rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.trust-row li {
  padding: 0.52rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(8, 18, 33, 0.56);
  color: var(--muted);
  font-size: 0.86rem;
}

.trust-row strong {
  color: #fff;
}

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

.step-card,
.feature-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(5, 16, 31, 0.64);
  padding: 1.15rem;
}

.step-card span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  background: rgba(255, 183, 3, 0.2);
  color: var(--accent);
}

.step-card h3,
.feature-card h3 {
  margin-top: 0.8rem;
  font-size: 1.1rem;
}

.step-card p,
.feature-card p {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.feature-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact form {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.85rem;
  max-width: 620px;
}

.contact label {
  color: #dce8f6;
  font-size: 0.92rem;
  font-weight: 600;
  display: grid;
  gap: 0.45rem;
}

input,
textarea {
  font: inherit;
  color: var(--text);
  background: rgba(3, 13, 26, 0.75);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.72rem 0.8rem;
}

input::placeholder,
textarea::placeholder {
  color: #8aa8c7;
}

.site-footer {
  width: min(var(--maxw), calc(100% - 2.5rem));
  margin: 0 auto 1.8rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(90deg, rgba(11, 31, 55, 0.92), rgba(25, 56, 93, 0.92));
  padding: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.site-footer p {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
}

.site-footer small {
  width: 100%;
  color: #a8bed7;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

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

@media (max-width: 1000px) {
  .steps-grid,
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body {
    line-height: 1.42;
    background:
      radial-gradient(circle at 25% 10%, rgba(53, 108, 176, 0.35), transparent 45%),
      linear-gradient(165deg, var(--bg) 0%, #0a1b31 65%, var(--bg-alt) 100%);
  }

  .bg-glow {
    display: none;
  }

  .site-header {
    width: calc(100% - 1.2rem);
    margin-top: 0.5rem;
    padding: 0.5rem 0.7rem;
    border-radius: 14px;
    position: static;
  }

  .brand {
    gap: 0.5rem;
    font-size: 0.95rem;
  }

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

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    min-width: 72px;
    font-size: 0.9rem;
    font-weight: 700;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    left: 0;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(7, 20, 39, 0.97);
    padding: 0.7rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.4rem;
  }

  .site-nav a {
    width: 100%;
    padding: 0.6rem 0.7rem;
    border-radius: 10px;
    font-size: 0.95rem;
  }

  .site-nav a:hover {
    background: rgba(255, 255, 255, 0.08);
  }

  .site-nav .btn.btn-small {
    width: 100%;
    justify-content: center;
  }

  .site-nav.open {
    display: flex;
  }

  main,
  .site-footer {
    width: calc(100% - 1.2rem);
  }

  main {
    margin-top: 0.85rem;
  }

  section {
    padding: 1.05rem;
    margin-bottom: 1.15rem;
    border-radius: 14px;
    box-shadow: 0 14px 30px rgba(2, 10, 23, 0.3);
  }

  .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.11em;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(1.75rem, 8vw, 2.25rem);
    line-height: 1.08;
  }

  h2 {
    font-size: clamp(1.4rem, 6vw, 1.75rem);
    max-width: 100%;
  }

  .hero-copy,
  .contact p {
    font-size: 0.96rem;
    margin-top: 0.75rem;
  }

  .hero-actions {
    margin-top: 1.1rem;
    gap: 0.6rem;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 44px;
  }

  .steps-grid,
  .feature-grid {
    grid-template-columns: 1fr;
    margin-top: 1rem;
    gap: 0.75rem;
  }

  .trust-row {
    margin-top: 1rem;
    flex-direction: column;
    gap: 0.45rem;
  }

  .trust-row li {
    border-radius: 12px;
    width: 100%;
    font-size: 0.84rem;
    padding: 0.48rem 0.7rem;
  }

  .step-card,
  .feature-card {
    padding: 0.9rem;
  }

  .step-card h3,
  .feature-card h3 {
    margin-top: 0.6rem;
    font-size: 1.02rem;
  }

  .step-card p,
  .feature-card p {
    font-size: 0.9rem;
  }

  .feature-card img {
    height: 135px;
    margin-bottom: 0.7rem;
  }

  .contact form {
    margin-top: 0.95rem;
    max-width: 100%;
  }

  input,
  textarea {
    font-size: 16px;
    padding: 0.7rem 0.75rem;
  }

  .site-footer {
    padding: 1rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .site-footer p {
    font-size: 1rem;
  }

  .site-footer .btn {
    width: 100%;
    min-height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
