:root {
  --bg: #07111d;
  --bg-soft: #0d1e31;
  --card: rgba(255,255,255,0.08);
  --line: rgba(255,255,255,0.14);
  --text: #f6f9fc;
  --muted: #b5c3d4;
  --blue: #2fa8ff;
  --blue-deep: #005bba;
  --red: #d92b34;
  --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', sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #06101b 0%, #0b1b2d 50%, #07111d 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(6, 16, 27, 0.72);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 0; }
.brand img { width: 190px; height: auto; }
nav { display: flex; gap: 24px; align-items: center; }
nav a { color: var(--muted); font-weight: 500; }
nav a:hover { color: #fff; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 20px; border-radius: 999px; font-weight: 700;
  transition: .2s ease; border: 1px solid transparent;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--blue), var(--blue-deep)); color: white; box-shadow: 0 16px 40px rgba(47,168,255,0.28); }
.btn-secondary { background: transparent; border-color: rgba(255,255,255,0.18); color: white; }
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(6,16,27,0.88) 0%, rgba(6,16,27,0.65) 42%, rgba(6,16,27,0.4) 100%),
    url('assets/hero-process.jpg') center/cover no-repeat;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(47,168,255,0.18), transparent 34%), radial-gradient(circle at 80% 20%, rgba(217,43,52,0.12), transparent 28%);
}
.hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; align-items: center;
  padding: 80px 0;
}
.eyebrow { margin: 0 0 10px; text-transform: uppercase; letter-spacing: 0.18em; color: #8ed2ff; font-size: 12px; font-weight: 700; }
.hero h1 { font-size: clamp(42px, 7vw, 76px); line-height: 0.96; margin: 0 0 18px; max-width: 11ch; }
.lead { color: var(--muted); max-width: 640px; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; margin: 28px 0 22px; flex-wrap: wrap; }
.quick-points { list-style: none; display: flex; flex-wrap: wrap; gap: 12px; padding: 0; margin: 0; }
.quick-points li { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); padding: 10px 14px; border-radius: 999px; color: #e8f3ff; }
.glass-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.06));
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}
.hero-card h2 { margin-top: 0; font-size: 28px; }
.info-list { display: grid; gap: 18px; }
.info-list span { display: block; color: #8ed2ff; font-size: 13px; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 5px; }
.info-list p, .info-list a { margin: 0; color: #fff; }
.stats { border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); background: rgba(255,255,255,0.02); }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 22px 0; }
.stats-grid div { padding: 12px 18px; border-left: 1px solid rgba(255,255,255,0.1); }
.stats-grid div:first-child { border-left: 0; }
.stats-grid strong { display: block; font-size: 20px; margin-bottom: 4px; }
.stats-grid span { color: var(--muted); }
.section { padding: 88px 0; }
.section-dark { background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.04)); }
.section-heading { max-width: 780px; margin-bottom: 34px; }
.section h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.05; margin: 0; }
.cards { display: grid; gap: 22px; }
.three-up { grid-template-columns: repeat(3, 1fr); }
.card { background: rgba(255,255,255,0.05); border: 1px solid var(--line); border-radius: 22px; padding: 26px; box-shadow: var(--shadow); }
.card h3 { margin-top: 0; font-size: 23px; }
.card p { margin: 0; color: var(--muted); line-height: 1.7; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; }
.split-copy p { color: var(--muted); line-height: 1.8; }
.feature-list { display: grid; gap: 20px; margin-top: 28px; }
.feature-list h3 { margin: 0 0 6px; }
.split-media img { border-radius: 28px; border: 1px solid var(--line); box-shadow: var(--shadow); min-height: 100%; object-fit: cover; }
.gallery-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 18px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; border-radius: 24px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.gallery-grid img:first-child { grid-row: span 2; min-height: 620px; }
.cta-section { padding-top: 24px; }
.cta-card {
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  background: linear-gradient(135deg, rgba(47,168,255,0.16), rgba(217,43,52,0.12));
  border: 1px solid var(--line); border-radius: 28px; padding: 34px; box-shadow: var(--shadow);
}
.cta-card h2 { margin: 0 0 10px; }
.cta-card p { margin: 0; color: var(--muted); }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.site-footer { padding: 34px 0 54px; border-top: 1px solid rgba(255,255,255,0.08); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 20px; }
.footer-logo { width: 180px; margin-bottom: 12px; }
.site-footer h3 { margin-top: 0; }
.site-footer p, .site-footer a { color: var(--muted); }

@media (max-width: 960px) {
  nav { display: none; }
  .hero-grid, .split-grid, .three-up, .footer-grid, .gallery-grid, .stats-grid, .cta-card { grid-template-columns: 1fr; display: grid; }
  .hero { min-height: auto; }
  .gallery-grid img:first-child { grid-row: auto; min-height: 340px; }
  .cta-card { align-items: start; }
}

@media (max-width: 640px) {
  .brand img { width: 150px; }
  .btn { width: 100%; }
  .hero-actions, .cta-actions { width: 100%; }
  .hero-card, .card, .cta-card { padding: 22px; }
  .section { padding: 72px 0; }
}
