:root {
  color-scheme: light;
  --bg: #0b0f2b;
  --bg-alt: #11153b;
  --surface: #151a44;
  --surface-light: #1d2360;
  --primary: #4fd1ff;
  --primary-dark: #1a98ff;
  --accent: #ffb347;
  --pink: #ff5fa2;
  --text: #f5f7ff;
  --muted: #a9b2d4;
  --shadow: rgba(9, 12, 33, 0.55);
  --radius: 18px;
  font-family: "Segoe UI", "Inter", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  border-radius: var(--radius);
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(11, 15, 43, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(79, 209, 255, 0.15);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), var(--pink));
  display: grid;
  place-items: center;
  font-weight: 700;
}

.brand-text span {
  display: block;
  font-weight: 600;
}

.brand-text small {
  display: block;
  color: var(--muted);
}

.nav-links {
  display: flex;
  gap: 18px;
  font-weight: 500;
  color: var(--muted);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn.primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #041025;
  box-shadow: 0 12px 30px rgba(26, 152, 255, 0.35);
}

.btn.secondary {
  background: var(--accent);
  color: #3d2200;
}

.btn.ghost {
  border-color: rgba(255, 255, 255, 0.2);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.3);
}

.hero {
  position: relative;
  padding: 80px 0 60px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 42px;
  align-items: center;
}

.hero-copy h1 {
  font-size: clamp(2.4rem, 3.4vw, 3.6rem);
  line-height: 1.1;
  margin-bottom: 18px;
}

.highlight {
  color: var(--primary);
}

.lead {
  color: var(--muted);
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 22px 0;
}

.hero-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.badge {
  background: var(--surface);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.9rem;
  color: var(--muted);
}

.hero-media {
  position: relative;
  display: grid;
  gap: 22px;
}

.image-stack {
  display: grid;
  gap: 18px;
}

.hero-card {
  background: var(--surface-light);
  padding: 18px 20px;
  border-radius: var(--radius);
  box-shadow: 0 16px 32px var(--shadow);
  position: absolute;
  bottom: -20px;
  right: 0;
  width: min(280px, 80%);
}

.hero-glow {
  position: absolute;
  top: -200px;
  right: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(79, 209, 255, 0.35), transparent 70%);
  filter: blur(2px);
  animation: pulse 6s ease-in-out infinite;
}

.stats {
  background: var(--bg-alt);
  padding: 40px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  text-align: center;
}

.section {
  padding: 80px 0;
}

.section-head {
  max-width: 640px;
  margin-bottom: 36px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  color: var(--accent);
  font-weight: 600;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
}

.card {
  background: var(--surface);
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
}

.process {
  background: linear-gradient(135deg, rgba(79, 209, 255, 0.08), transparent);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  align-items: center;
}

.process-copy ol {
  padding-left: 18px;
  color: var(--muted);
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}

.gallery {
  background: linear-gradient(135deg, rgba(255, 95, 162, 0.12), rgba(79, 209, 255, 0.08));
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.gallery-grid img {
  border: 1px solid rgba(255, 95, 162, 0.25);
  box-shadow: 0 16px 30px rgba(9, 12, 33, 0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery-grid img:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 22px 40px rgba(9, 12, 33, 0.5);
}

.quote {
  background: var(--surface);
  padding: 22px;
  border-radius: var(--radius);
  position: relative;
}

.quote span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
}

.contact {
  background: var(--bg-alt);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  align-items: center;
}

.contact-card {
  background: var(--surface);
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid rgba(79, 209, 255, 0.2);
}

label {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--muted);
}

input,
textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0f1334;
  color: var(--text);
}

.form-note {
  color: var(--muted);
  font-size: 0.85rem;
}

.site-footer {
  padding: 48px 0 24px;
  background: #080b20;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.footer-bottom {
  text-align: center;
  color: var(--muted);
  padding-top: 18px;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

@media (max-width: 860px) {
  .nav-links {
    display: none;
  }

  .hero-card {
    position: static;
    width: 100%;
  }
}
