:root {
  --bg: #070b13;
  --panel: rgba(255, 255, 255, 0.075);
  --panel-strong: rgba(255, 255, 255, 0.12);
  --text: #f8fafc;
  --muted: #aeb8c7;
  --line: rgba(255, 255, 255, 0.14);
  --brand: #55e6c1;
  --brand-2: #74a8ff;
  --brand-3: #f5c86b;
  --dark: #0f172a;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(85, 230, 193, 0.18), transparent 32rem),
    radial-gradient(circle at top right, rgba(116, 168, 255, 0.18), transparent 35rem),
    linear-gradient(135deg, #05070d 0%, #0b1020 48%, #111827 100%);
  color: var(--text);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.site-shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.topbar {
  position: sticky;
  top: 16px;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 16px;
  padding: 14px 16px;
  background: rgba(7, 11, 19, 0.78);
  border: 1px solid var(--line);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 45px rgba(0,0,0,.22);
}

.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark {
  width: 44px; height: 44px; border-radius: 15px;
  display: inline-grid; place-items: center;
  font-weight: 900; letter-spacing: -0.06em;
  color: #06120f;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
}
.brand strong { display: block; font-size: 0.98rem; letter-spacing: -0.03em; }
.brand small { display: block; color: var(--muted); font-size: .72rem; margin-top: 2px; }

.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a {
  padding: 10px 13px;
  border-radius: 999px;
  color: #d9e2ee;
  font-weight: 700;
  font-size: .88rem;
}
.main-nav a:hover { background: rgba(255,255,255,.08); color: white; }
.nav-cta { background: white !important; color: #0f172a !important; }

.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: white; border-radius: 99px; }

.section-pad { padding: 96px 0; }
.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .88fr);
  gap: 48px;
  align-items: center;
  min-height: 680px;
}
.hero-bg-orb { position: absolute; border-radius: 999px; filter: blur(28px); opacity: .45; pointer-events: none; }
.hero-orb-one { width: 180px; height: 180px; background: var(--brand); left: -90px; top: 180px; }
.hero-orb-two { width: 220px; height: 220px; background: var(--brand-2); right: -120px; bottom: 120px; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .75rem;
  font-weight: 900;
}
.hero h1, .section-heading h2, .value-copy h2, .cta-band h2, .contact-card h2 {
  margin: 0;
  letter-spacing: -0.07em;
  line-height: .95;
}
.hero h1 { font-size: clamp(3.2rem, 8vw, 7.2rem); max-width: 820px; }
.hero-lead {
  max-width: 720px;
  margin: 28px 0 0;
  color: #d4ddea;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  line-height: 1.65;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 22px;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn-primary { background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #06120f; box-shadow: 0 18px 45px rgba(85,230,193,.18); }
.btn-ghost { border-color: var(--line); background: rgba(255,255,255,.06); color: white; }
.btn:hover { transform: translateY(-2px); transition: .2s ease; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; color: #dbe5f2; }
.trust-row span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.05); font-size: .86rem; font-weight: 800; }

.browser-card {
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 13px;
  background: linear-gradient(180deg, rgba(255,255,255,.15), rgba(255,255,255,.055));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  transform: rotate(1.5deg);
}
.browser-dots { display: flex; gap: 7px; padding: 6px 6px 14px; }
.browser-dots span { width: 11px; height: 11px; border-radius: 999px; background: rgba(255,255,255,.32); }
.dashboard-preview {
  min-height: 460px;
  border-radius: 22px;
  padding: 22px;
  background:
    radial-gradient(circle at top right, rgba(85,230,193,.2), transparent 16rem),
    linear-gradient(180deg, #121a2b, #080c15);
  border: 1px solid rgba(255,255,255,.08);
}
.dash-header { display: flex; justify-content: space-between; align-items: start; gap: 16px; }
.dash-header small, .metric-grid small { display: block; color: var(--muted); font-weight: 700; }
.dash-header strong { display: block; margin-top: 5px; font-size: 1.3rem; }
.status-pill { padding: 8px 12px; border-radius: 999px; background: rgba(85,230,193,.16); color: var(--brand); font-weight: 900; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.metric-grid div { padding: 16px; border-radius: 18px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.08); }
.metric-grid strong { display: block; font-size: 1.55rem; margin: 10px 0 5px; }
.metric-grid em { color: var(--brand); font-style: normal; font-size: .76rem; font-weight: 800; }
.flow-card { display: flex; align-items: center; gap: 8px; margin: 30px 0; padding: 18px; border-radius: 20px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08); overflow: hidden; }
.flow-step { padding: 9px 10px; border-radius: 12px; background: rgba(255,255,255,.08); color: #bdc7d5; font-size: .74rem; font-weight: 900; white-space: nowrap; }
.flow-step.active { color: #06120f; background: var(--brand); }
.flow-line { height: 2px; flex: 1; min-width: 16px; background: rgba(255,255,255,.2); }
.mini-table { display: grid; gap: 10px; }
.mini-table div { display: flex; justify-content: space-between; gap: 14px; padding: 13px 15px; background: rgba(255,255,255,.055); border-radius: 15px; color: #cbd5e1; }
.mini-table strong { color: white; }

.problem-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--line);
  box-shadow: var(--shadow);
}
.problem-strip div { padding: 28px; background: rgba(255,255,255,.06); }
.problem-strip strong { display: block; margin-bottom: 8px; font-size: 1.05rem; }
.problem-strip span { color: var(--muted); line-height: 1.55; }

.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading h2, .value-copy h2, .cta-band h2, .contact-card h2 { font-size: clamp(2.3rem, 5vw, 4.8rem); }
.section-heading p, .value-copy p, .cta-band p, .contact-card p { color: var(--muted); line-height: 1.7; font-size: 1.05rem; }
.solution-grid, .work-grid, .package-grid { display: grid; gap: 18px; }
.solution-grid { grid-template-columns: repeat(4, 1fr); }
.solution-card, .work-card, .package-card, .contact-card, .cta-band, .value-section {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.045));
  border-radius: var(--radius);
  box-shadow: 0 20px 55px rgba(0,0,0,.18);
}
.solution-card { padding: 24px; min-height: 360px; }
.card-icon { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; color: #06120f; background: var(--brand); font-weight: 900; margin-bottom: 20px; }
.solution-card h3, .work-card h3, .package-card h3, .timeline-item h3 { margin: 0 0 12px; letter-spacing: -0.04em; }
.solution-card p, .work-card p, .package-card p, .timeline-item p { color: var(--muted); line-height: 1.65; }
ul { padding-left: 18px; color: #d8e0eb; line-height: 1.8; margin-bottom: 0; }

.value-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; padding: 40px; align-items: center; }
.value-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.value-list div { padding: 20px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.055); }
.value-list strong { display: block; margin-bottom: 8px; }
.value-list span { color: var(--muted); line-height: 1.55; }

.work-grid { grid-template-columns: repeat(2, 1fr); }
.work-card { overflow: hidden; }
.work-card > div:last-child { padding: 24px; }
.work-card span { color: var(--brand); text-transform: uppercase; font-size: .72rem; letter-spacing: .14em; font-weight: 900; }
.work-art { height: 210px; position: relative; overflow: hidden; background: #111827; }
.work-art::before, .work-art::after { content: ""; position: absolute; border-radius: 22px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.14); }
.work-art::before { width: 58%; height: 56%; left: 24px; top: 28px; }
.work-art::after { width: 38%; height: 28%; right: 26px; bottom: 28px; }
.community-art { background: linear-gradient(135deg, rgba(85,230,193,.25), rgba(116,168,255,.18)), #111827; }
.finance-art { background: linear-gradient(135deg, rgba(245,200,107,.25), rgba(85,230,193,.12)), #111827; }
.support-art { background: linear-gradient(135deg, rgba(116,168,255,.28), rgba(255,255,255,.06)), #111827; }
.data-art { background: linear-gradient(135deg, rgba(214,109,255,.22), rgba(85,230,193,.16)), #111827; }

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.timeline-item { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.055); position: relative; }
.timeline-item span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 999px; background: white; color: #0f172a; font-weight: 900; margin-bottom: 18px; }

.package-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.package-card { padding: 28px; position: relative; }
.package-card.featured { border-color: rgba(85,230,193,.55); transform: translateY(-12px); background: linear-gradient(180deg, rgba(85,230,193,.14), rgba(255,255,255,.055)); }
.popular { display: inline-block; padding: 7px 10px; margin-bottom: 16px; border-radius: 999px; background: rgba(85,230,193,.15); color: var(--brand); font-size: .75rem; font-weight: 900; }
.package-card a { display: inline-flex; margin-top: 22px; color: var(--brand); font-weight: 900; }

.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 42px; margin: 34px 0; }
.cta-band div { max-width: 780px; }

.contact-card { display: grid; grid-template-columns: .85fr 1.15fr; gap: 36px; padding: 40px; }
.contact-methods { display: grid; gap: 10px; margin-top: 24px; }
.contact-methods a { color: white; padding: 14px 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.055); font-weight: 800; }
.lead-form { display: grid; gap: 16px; }
.lead-form label { display: grid; gap: 8px; color: #dce5f2; font-weight: 800; }
.lead-form input, .lead-form select, .lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  color: white;
  padding: 15px 16px;
  font: inherit;
  outline: none;
}
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(85,230,193,.12); }
.lead-form option { color: #0f172a; }
.lead-form textarea { resize: vertical; }

.footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px 0 46px; color: var(--muted); border-top: 1px solid var(--line); }
.footer strong { display: block; color: white; margin-bottom: 4px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; font-weight: 800; }
.footer-links a:hover { color: white; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
.delay-3 { transition-delay: .32s; }

@media (max-width: 1040px) {
  .hero { grid-template-columns: 1fr; min-height: unset; }
  .hero-showcase { max-width: 680px; }
  .solution-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .site-shell { width: min(100% - 22px, 1180px); }
  .topbar { border-radius: 24px; align-items: flex-start; }
  .nav-toggle { display: block; margin-left: auto; }
  .main-nav {
    display: none;
    position: absolute;
    left: 12px; right: 12px; top: 76px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(7,11,19,.96);
    flex-direction: column;
    align-items: stretch;
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px 16px; }
  .section-pad { padding: 70px 0; }
  .problem-strip, .work-grid, .package-grid, .contact-card, .value-section { grid-template-columns: 1fr; }
  .solution-grid { grid-template-columns: 1fr; }
  .package-card.featured { transform: none; }
  .cta-band { flex-direction: column; align-items: flex-start; }
  .footer { flex-direction: column; }
}

@media (max-width: 560px) {
  .brand small { display: none; }
  .hero h1 { font-size: 3.3rem; }
  .hero-actions .btn { width: 100%; }
  .metric-grid, .value-list, .timeline { grid-template-columns: 1fr; }
  .flow-card { flex-direction: column; align-items: stretch; }
  .flow-line { width: 2px; min-height: 12px; align-self: center; }
  .dashboard-preview { min-height: unset; }
  .contact-card, .value-section, .cta-band { padding: 24px; }
}
