:root {
  --background: #05060a;
  --foreground: #f5f7fb;
  --card: #0f111a;
  --card-2: rgba(19, 22, 34, 0.7);
  --muted: #a8b0c4;
  --border: rgba(255,255,255,.08);
  --primary: #3179ff;
  --accent: #a735ff;
  --secondary: #171b2a;
  --radius: 14px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(100% - 32px, 1152px); margin: 0 auto; }
.narrow { max-width: 960px; }
.center { text-align: center; }
.relative { position: relative; }
h1, h2, h3 { font-family: "Space Grotesk", Inter, sans-serif; letter-spacing: 0; margin: 0; }
h1 { font-size: clamp(2.45rem, 6vw, 4.25rem); line-height: 1.05; font-weight: 700; }
h2 { font-size: clamp(2rem, 4vw, 2.65rem); line-height: 1.12; font-weight: 700; }
h3 { font-size: 1.25rem; line-height: 1.25; }
p { color: var(--muted); line-height: 1.75; margin: 0; }
.text-gradient {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--border);
  background: rgba(5, 6, 10, .82);
  backdrop-filter: blur(14px);
}
.header-inner { height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { font-family: "Space Grotesk", Inter, sans-serif; font-size: 1.05rem; font-weight: 700; white-space: nowrap; }
.brand span { color: var(--muted); font-weight: 400; }
.desktop-nav { display: flex; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--muted); font-size: 1.9rem; line-height: 1; padding: 8px; cursor: pointer; }
.mobile-nav { border-top: 1px solid var(--border); padding: 16px; background: var(--background); }
.secondary-cta, .primary-cta, .outline-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: var(--radius);
  font-weight: 700;
  transition: transform .2s ease, filter .25s ease, background .25s ease;
}
.secondary-cta { border: 1px solid var(--border); background: var(--secondary); padding: 12px 20px; font-size: .95rem; }
.primary-cta {
  min-height: 58px;
  padding: 16px 28px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: white;
  box-shadow: 0 0 42px -12px rgba(49, 121, 255, .75);
  font-size: 1.02rem;
}
.outline-cta { min-height: 58px; padding: 16px 24px; border: 1px solid var(--border); background: var(--card); color: var(--foreground); }
.secondary-cta:hover, .primary-cta:hover, .outline-cta:hover { transform: translateY(-2px); filter: brightness(1.12); }
.hero { padding: 84px 0 104px; overflow: hidden; }
.hero-subtitle { max-width: 760px; margin: 24px auto 0; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.cta-row { display: flex; justify-content: center; align-items: center; gap: 16px; margin-top: 40px; flex-wrap: wrap; }
.about, .services, .audit { border-top: 1px solid var(--border); padding: 88px 0; }
.about-grid { display: grid; grid-template-columns: minmax(280px, 420px) 1fr; align-items: center; gap: 64px; }
.profile-frame { overflow: hidden; border: 1px solid var(--border); border-radius: 18px; background: var(--card); }
.profile-frame img { width: 100%; height: auto; object-fit: cover; }
.about-copy { text-align: left; }
.about-copy p { margin-top: 18px; font-size: 1.07rem; }
.about-copy strong, .strong { color: var(--foreground); font-weight: 700; }
.services { background: rgba(15, 17, 26, .35); }
.section-heading { margin-bottom: 48px; }
.section-heading p, .section-subtitle { max-width: 650px; margin: 16px auto 0; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card, .step-card { border: 1px solid var(--border); border-radius: 18px; background: var(--card); }
.card { padding: 32px; transition: transform .25s ease, box-shadow .25s ease; }
.card:hover { transform: translateY(-6px); box-shadow: 0 20px 42px -14px rgba(0,0,0,.45); }
.card-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 14px; background: var(--secondary); color: #5c9cff; font-size: 1.8rem; }
.card p { margin-top: 12px; }
.audit { position: relative; overflow: hidden; }
.soft-gradient { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(49,121,255,.08), transparent 48%, rgba(167,53,255,.08)); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 48px; text-align: left; }
.step-card { padding: 30px; }
.step-card span { font-family: "Space Grotesk", Inter, sans-serif; font-size: 2.5rem; font-weight: 700; background: linear-gradient(135deg, var(--primary), var(--accent)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.step-card h3 { margin-top: 18px; }
.step-card p { margin-top: 10px; font-size: .95rem; }
.final-cta { margin-top: 48px; }
.footer { border-top: 1px solid var(--border); background: rgba(15, 17, 26, .35); padding: 42px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer p, .footer a { color: var(--muted); font-size: .92rem; }
.footer a:hover { color: var(--foreground); }
.policy-page { padding: 72px 0; }
.policy-content { max-width: 880px; }
.policy-content h1 { margin-bottom: 24px; }
.policy-content h2 { font-size: 1.6rem; margin-top: 36px; margin-bottom: 10px; }
@media (max-width: 860px) {
  .container { width: min(100% - 28px, 1152px); }
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .mobile-nav .secondary-cta { width: 100%; }
  .brand span { display: none; }
  .hero { padding: 64px 0 84px; }
  .cta-row, .primary-cta, .outline-cta { width: 100%; }
  .about, .services, .audit { padding: 72px 0; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .profile-frame { max-width: 390px; margin: 0 auto; }
  .about-copy { text-align: center; }
  .card-grid, .steps-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; text-align: center; }
}
