:root {
  --bg: #0b0f14;
  --surface: #111823;
  --surface-2: #151e2b;
  --text: #f5f7fb;
  --muted: #aab4c3;
  --brand: #1cfeba;
  --line: rgba(255, 255, 255, 0.12);
  --line-brand: rgba(28, 254, 186, 0.28);
  --glow: 0 0 30px rgba(28, 254, 186, 0.18);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: Inter, sans-serif;
  background: radial-gradient(circle at 20% -10%, rgba(28, 254, 186, 0.12), transparent 30%), var(--bg);
  color: var(--text);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: min(1180px, 92vw); margin: 0 auto; }
.narrow { width: min(820px, 92vw); }
.section { padding: 6rem 0; }
.band { background: linear-gradient(180deg, var(--surface), var(--surface-2)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.scroll-progress { position: fixed; top: 0; left: 0; width: 100%; height: 4px; z-index: 100; background: transparent; }
.scroll-progress span { display: block; width: 0%; height: 100%; background: var(--brand); box-shadow: var(--glow); transition: width .08s linear; }

.site-header {
  position: sticky; top: 0; z-index: 90;
  backdrop-filter: blur(12px);
  background: rgba(11, 15, 20, 0.82);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 1.1rem; min-height: 78px; }
.logo { font-weight: 800; letter-spacing: .08em; }
.logo span { color: var(--brand); text-shadow: var(--glow); }
nav { display: flex; gap: 1.2rem; flex-wrap: wrap; }
nav a { font-size: .95rem; color: var(--muted); }
nav a:hover { color: var(--brand); }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; border: 1px solid transparent;
  padding: .72rem 1.2rem; font-weight: 600;
  transition: transform .18s ease-out, box-shadow .18s ease-out, border-color .18s ease-out;
}
.btn:focus-visible { outline: none; box-shadow: 0 0 0 4px rgba(28, 254, 186, .33); }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--brand); color: #062a22; box-shadow: var(--glow); }
.btn-primary:hover { box-shadow: 0 0 36px rgba(28, 254, 186, .32); }
.btn-ghost { border-color: var(--line-brand); color: var(--text); background: rgba(28, 254, 186, .06); }

.eyebrow { color: var(--brand); text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 700; margin-bottom: .65rem; }
h1, h2, h3 { line-height: 1.15; margin: 0 0 .8rem; }
h1 { font-size: clamp(2rem, 4vw, 4.1rem); max-width: 13ch; }
h2 { font-size: clamp(1.6rem, 2.6vw, 2.7rem); max-width: 18ch; }
.lead { color: var(--muted); max-width: 60ch; }
.note { color: #8c97a7; font-size: .85rem; }

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.2rem 0; }
.hero-visual { position: relative; }
.hero-visual img {
  min-height: 520px; width: 100%; object-fit: cover;
  border-radius: 1.2rem; border: 1px solid var(--line-brand);
  box-shadow: 0 24px 70px rgba(0,0,0,.42);
  filter: saturate(.82) contrast(1.03);
}
.hero-visual::after {
  content: ""; position: absolute; inset: 0;
  border-radius: 1.2rem;
  box-shadow: inset 0 0 140px rgba(6, 9, 13, .6);
  pointer-events: none;
}
.hero-card {
  position: absolute; right: 1rem; bottom: 1rem;
  background: rgba(17, 24, 35, .85);
  border: 1px solid var(--line-brand);
  padding: .8rem 1rem; border-radius: .85rem;
}
.hero-card p { margin: 0; color: var(--muted); font-size: .85rem; }

.trust-row, .metrics {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .8rem;
}
.trust-row div, .metrics div {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: .9rem; padding: .8rem;
}
.trust-row strong, .metrics strong { display: block; font-size: 1.6rem; color: var(--brand); }
.trust-row span, .metrics span { color: var(--muted); font-size: .9rem; }

.section-head { margin-bottom: 2rem; }
.section-intro { max-width: 72ch; color: var(--muted); margin-bottom: 1.4rem; }
.pillar-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem;
}
.card, .service-card, .price-card, .testimonials {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 1rem; padding: 1.1rem;
}

.bento-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.service-card { position: relative; min-height: 190px; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-3px); border-color: var(--brand); box-shadow: var(--glow); }
.tag, .badge {
  display: inline-block; margin-bottom: .7rem; font-size: .72rem;
  border: 1px solid var(--line-brand); color: var(--brand);
  border-radius: 999px; padding: .2rem .55rem;
}
.center { text-align: center; margin-top: 1.3rem; }

.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.testimonials blockquote {
  margin: .8rem 0; border-left: 2px solid var(--line-brand);
  padding-left: .8rem; color: #dbe3ee;
}

.mini-gallery {
  margin-top: 1rem;
  display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem;
}
.mini-gallery figure {
  margin: 0; background: var(--surface); border: 1px solid var(--line);
  border-radius: 1rem; overflow: hidden;
}
.mini-gallery img { width: 100%; height: 260px; object-fit: cover; }
.mini-gallery figcaption { padding: .7rem .9rem; color: var(--muted); font-size: .9rem; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.price-card ul { margin: .8rem 0 1rem; padding-left: 1rem; color: var(--muted); }
.price { font-size: 2rem; font-weight: 800; color: var(--brand); margin: 0 0 .8rem; }
.featured { border-color: var(--brand); box-shadow: var(--glow); transform: scale(1.02); }

.timeline {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: .9rem;
}
.timeline li {
  border: 1px solid var(--line-brand);
  border-radius: .9rem; background: var(--surface);
  padding: .9rem;
}
.timeline strong { display: block; margin-bottom: .3rem; }
.timeline span { color: var(--muted); font-size: .9rem; }

.accordion details {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: .9rem; padding: .8rem .9rem; margin-bottom: .7rem;
}
.accordion summary {
  cursor: pointer; font-weight: 600; list-style: none; position: relative; padding-right: 1.5rem;
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after {
  content: "+"; position: absolute; right: .1rem; top: -.05rem; color: var(--brand);
  transition: transform .2s ease;
}
.accordion details[open] summary::after { content: "−"; transform: rotate(180deg); }
.accordion p { color: var(--muted); margin-bottom: 0; }

.contact-band { background: linear-gradient(150deg, var(--surface), #0d141f); border-top: 1px solid var(--line-brand); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: start; }
.contact-info ul { padding-left: 1rem; color: var(--muted); }
.contact-form {
  display: grid; gap: .7rem; background: rgba(17, 24, 35, .95);
  border: 1px solid var(--line-brand); border-radius: 1rem; padding: 1rem;
}
.contact-form label { display: grid; gap: .35rem; color: #dce5ef; }
input, textarea, select {
  width: 100%; background: #0c121c; color: var(--text);
  border: 1px solid var(--line); border-radius: .6rem; padding: .72rem;
}
input:focus, textarea:focus, select:focus {
  outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(28, 254, 186, .19);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.4rem 0 2.2rem;
  color: var(--muted);
}

.reveal { opacity: 1; transform: none; }
body.js-enabled .reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
body.js-enabled .reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  nav { display: none; }
  .hero-grid, .proof-grid, .pricing-grid, .contact-grid { grid-template-columns: 1fr; }
  .pillar-grid, .bento-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .timeline { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .section { padding: 4.1rem 0; }
  .nav-wrap { min-height: 68px; }
  .site-header .btn { display: none; }
  .pillar-grid, .bento-grid, .trust-row, .metrics, .mini-gallery { grid-template-columns: 1fr; }
  .hero-visual img { min-height: 380px; }
}

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

