:root {
  --bg: #07111f;
  --bg-soft: #0f172a;
  --card: rgba(255, 255, 255, 0.08);
  --card-strong: rgba(255, 255, 255, 0.13);
  --text: #f8fafc;
  --muted: #b7c4d8;
  --accent: #38bdf8;
  --accent-2: #7c3aed;
  --accent-3: #22c55e;
  --line: rgba(255, 255, 255, 0.13);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.22), transparent 32rem),
    radial-gradient(circle at top right, rgba(124, 58, 237, 0.25), transparent 30rem),
    linear-gradient(180deg, var(--bg), #08101c 55%, #050914);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { width: min(1120px, calc(100% - 36px)); margin-inline: auto; }
.section { padding: 84px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(7, 17, 31, 0.72);
  border-bottom: 1px solid var(--line);
}

.nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: 1.15rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 10px 30px rgba(56, 189, 248, 0.25);
}

.nav-links { display: flex; align-items: center; gap: 28px; color: var(--muted); font-weight: 600; }
.nav-links a:hover { color: var(--text); }
.nav-toggle {
  display: none;
  background: var(--card);
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 8px 12px;
  font-size: 1.2rem;
}

.hero { padding: 92px 0 60px; position: relative; overflow: hidden; }
.hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -35% 40%;
  height: 380px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.13);
  filter: blur(60px);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: 60px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #93e8ff;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
}
.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: var(--accent-3);
  box-shadow: 0 0 24px var(--accent-3);
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(2.5rem, 7vw, 5.6rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
  margin-bottom: 24px;
}
h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  margin-bottom: 16px;
}
h3 { line-height: 1.2; letter-spacing: -0.03em; }
.hero-text, .section-heading p, .jobs p, .contact p, .footer p { color: var(--muted); }
.hero-text { font-size: 1.15rem; max-width: 640px; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: linear-gradient(135deg, var(--accent), var(--accent-2)); border-color: transparent; color: white; }
.btn.secondary { background: rgba(255, 255, 255, 0.06); color: var(--text); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.trust-row span, .badge {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-card { position: relative; }
.phone-shell {
  width: min(420px, 100%);
  margin-inline: auto;
  padding: 14px;
  border-radius: 42px;
  background: linear-gradient(145deg, rgba(255,255,255,0.24), rgba(255,255,255,0.04));
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.phone-top { width: 80px; height: 8px; border-radius: 99px; background: rgba(255,255,255,0.25); margin: 0 auto 12px; }
.app-preview {
  min-height: 560px;
  border-radius: 32px;
  padding: 28px;
  background:
    radial-gradient(circle at 20% 20%, rgba(56,189,248,0.28), transparent 14rem),
    radial-gradient(circle at 80% 30%, rgba(124,58,237,0.26), transparent 16rem),
    #091625;
  border: 1px solid rgba(255,255,255,0.1);
}
.app-header { display: flex; gap: 7px; margin-bottom: 70px; }
.app-header span { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,0.35); }
.app-preview h2 { font-size: 2.2rem; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0 18px; }
.metric-row div, .progress-card {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.12);
}
.metric-row strong { display: block; font-size: 1.9rem; }
.metric-row small, .progress-card span { color: var(--muted); }
.progress-card { display: flex; justify-content: space-between; align-items: center; }
.mini-list { display: grid; gap: 10px; margin-top: 22px; }
.mini-list span { height: 14px; border-radius: 99px; background: rgba(255,255,255,0.12); }
.mini-list span:nth-child(2) { width: 84%; }
.mini-list span:nth-child(3) { width: 64%; }

.stats { padding-top: 28px; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.stats-grid div {
  padding: 22px;
  border-radius: 22px;
  background: var(--card);
  border: 1px solid var(--line);
}
.stats-grid strong { display: block; font-size: 1.25rem; }
.stats-grid span { color: var(--muted); font-size: 0.95rem; }

.section-heading { text-align: center; max-width: 760px; margin: 0 auto 42px; }
.section-heading.left { text-align: left; margin: 0; }
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.service-card, .timeline-item, .job-card, .contact-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 50px rgba(0,0,0,0.18);
}
.service-card {
  padding: 28px;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.service-card:hover { transform: translateY(-5px); background: var(--card-strong); border-color: rgba(56,189,248,0.35); }
.icon { font-size: 2rem; margin-bottom: 16px; }
.service-card p, .timeline-item p, .job-card p { color: var(--muted); }

.process { background: linear-gradient(180deg, transparent, rgba(255,255,255,0.03), transparent); }
.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.timeline-item { padding: 26px; position: relative; overflow: hidden; }
.timeline-item span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(56, 189, 248, 0.15);
  color: #93e8ff;
  font-weight: 900;
  margin-bottom: 20px;
}

.jobs-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 34px;
  align-items: start;
}
.job-list { display: grid; gap: 16px; }
.job-card { padding: 26px; }
.badge { color: #baf7d0; border-color: rgba(34,197,94,0.35); background: rgba(34,197,94,0.08); margin-bottom: 14px; }

.contact-card {
  padding: 38px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 26px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(56,189,248,0.16), rgba(124,58,237,0.12)),
    var(--card);
}
.contact-actions { justify-content: flex-end; margin-top: 0; }
.footer { padding: 44px 0 28px; border-top: 1px solid var(--line); background: rgba(0,0,0,0.18); }
.footer-grid { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.footer p { max-width: 440px; margin-top: 12px; }
.footer-links { display: flex; gap: 20px; color: var(--muted); font-weight: 700; }
.copyright { color: var(--muted); font-size: 0.92rem; margin-top: 26px; }

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

@media (max-width: 920px) {
  .hero-grid, .jobs-grid, .contact-card { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline, .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-actions { justify-content: flex-start; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1120px); }
  .section { padding: 62px 0; }
  .nav-toggle { display: inline-flex; }
  .nav-links {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 72px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    border-radius: 18px;
    background: rgba(7, 17, 31, 0.96);
    border: 1px solid var(--line);
  }
  .nav-links.open { display: flex; }
  .cards-grid, .timeline, .stats-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 64px; }
  h1 { font-size: clamp(2.4rem, 14vw, 4.2rem); }
  .app-preview { min-height: 470px; padding: 22px; }
  .footer-grid, .footer-links { flex-direction: column; }
}
