:root {
  --bg: #030914;
  --bg-soft: #081426;
  --panel: rgba(12, 25, 46, 0.76);
  --panel-strong: rgba(14, 29, 53, 0.94);
  --text: #f6f8ff;
  --muted: #aab7cf;
  --muted-2: #74829d;
  --line: rgba(160, 190, 255, 0.16);
  --gold: #f1c66a;
  --gold-2: #ffe2a0;
  --blue: #2c83ff;
  --blue-2: #6bb6ff;
  --danger: #ff6b6b;
  --radius: 28px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.site-bg { position: fixed; inset: 0; z-index: -2; overflow: hidden; background:
  radial-gradient(circle at 16% 20%, rgba(44, 131, 255, 0.14), transparent 26%),
  radial-gradient(circle at 84% 10%, rgba(241, 198, 106, 0.15), transparent 22%),
  linear-gradient(145deg, #030914 0%, #061427 45%, #020612 100%);
}
.grid { position: absolute; inset: 0; opacity: .24; background-image:
  linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
  linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, transparent, black 14%, black 82%, transparent);
}
.glow { position: absolute; border-radius: 999px; filter: blur(70px); opacity: .55; }
.glow-one { width: 360px; height: 360px; background: rgba(44, 131, 255, .25); top: 10%; left: -140px; }
.glow-two { width: 420px; height: 420px; background: rgba(241, 198, 106, .18); right: -160px; top: 10%; }

.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 112px 0; }
.section.compact { padding: 86px 0; }

.nav-wrap {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(3, 9, 20, .72);
  border-bottom: 1px solid var(--line);
}
.nav {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto; height: 82px;
  display: flex; align-items: center; justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 14px; min-width: 0; }
.brand-mark {
  width: 46px; height: 46px; border-radius: 16px;
  display: grid; place-items: center;
  font-weight: 900; letter-spacing: -.04em;
  background: linear-gradient(145deg, rgba(241,198,106,.95), rgba(255,226,160,.7));
  color: #07101e;
  box-shadow: 0 0 36px rgba(241,198,106,.22);
}
.brand strong { display: block; font-size: 17px; line-height: 1; }
.brand small { display: block; color: var(--muted); font-size: 12px; margin-top: 4px; }
.nav-links { display: flex; align-items: center; gap: 26px; color: var(--muted); font-size: 14px; font-weight: 600; }
.nav-links a:hover { color: var(--text); }
.nav-cta { color: #07101e !important; background: linear-gradient(135deg, var(--gold), var(--gold-2)); padding: 11px 16px; border-radius: 999px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); }
.nav-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--text); border-radius: 999px; }

.hero { padding-top: 96px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) 420px; gap: 56px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; font-size: 12px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(42px, 6vw, 78px); line-height: .96; letter-spacing: -.07em; margin-bottom: 24px; max-width: 840px; }
h2 { font-size: clamp(32px, 4vw, 54px); line-height: 1; letter-spacing: -.055em; margin-bottom: 18px; }
h3 { font-size: 20px; line-height: 1.18; letter-spacing: -.03em; margin-bottom: 10px; }
.hero-text { color: var(--muted); font-size: 19px; max-width: 710px; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 16px; font-weight: 800; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { color: #07101e; background: linear-gradient(135deg, var(--gold), var(--gold-2)); box-shadow: 0 16px 42px rgba(241, 198, 106, .18); }
.btn.secondary { color: var(--text); background: rgba(255,255,255,.045); border-color: var(--line); }
.btn.full { width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.trust-row span { color: var(--muted); padding: 12px 15px; border: 1px solid var(--line); background: rgba(255,255,255,.035); border-radius: 999px; font-size: 13px; }
.trust-row strong { color: var(--text); }

.profile-card {
  position: relative;
  padding: 34px;
  border: 1px solid rgba(241,198,106,.24);
  background: linear-gradient(180deg, rgba(16, 35, 65, .82), rgba(7, 16, 30, .84));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.profile-card::before { content: ""; position: absolute; inset: -1px; background: radial-gradient(circle at 80% 20%, rgba(241,198,106,.18), transparent 34%); pointer-events: none; }
.avatar-wrap { position: relative; width: 170px; height: 170px; margin: 4px auto 24px; display: grid; place-items: center; }
.avatar { width: 132px; height: 132px; border-radius: 38px; display: grid; place-items: center; font-size: 42px; font-weight: 900; letter-spacing: -.08em; color: #07101e; background: linear-gradient(145deg, var(--gold), var(--gold-2)); box-shadow: 0 0 70px rgba(241,198,106,.24); }
.orbit { position: absolute; inset: 0; border: 1px solid rgba(107,182,255,.35); border-radius: 44px; transform: rotate(18deg); }
.profile-card h2 { font-size: 34px; text-align: center; margin-bottom: 8px; }
.profile-card p { text-align: center; color: var(--muted); margin-bottom: 22px; }
.card-tags { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; margin-bottom: 24px; }
.card-tags span { padding: 8px 10px; border-radius: 999px; color: var(--blue-2); background: rgba(44,131,255,.10); border: 1px solid rgba(44,131,255,.24); font-size: 12px; font-weight: 800; }
.profile-links { display: grid; gap: 10px; }
.profile-links a, .contact-links a { display: block; color: var(--text); border: 1px solid var(--line); padding: 12px 14px; border-radius: 14px; background: rgba(255,255,255,.035); }
.profile-links a:hover, .contact-links a:hover { border-color: rgba(241,198,106,.38); }

.section-heading { text-align: center; max-width: 760px; margin: 0 auto 44px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.section-heading.left { text-align: left; margin: 0; }
.expertise-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { min-height: 260px; padding: 24px; border-radius: 24px; border: 1px solid var(--line); background: rgba(255,255,255,.04); box-shadow: 0 18px 60px rgba(0,0,0,.18); }
.feature-card .icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 15px; margin-bottom: 24px; background: rgba(241,198,106,.12); color: var(--gold); border: 1px solid rgba(241,198,106,.22); font-weight: 900; }
.feature-card p { color: var(--muted); margin: 0; }

.services-section { background: linear-gradient(180deg, rgba(255,255,255,.025), transparent); border-block: 1px solid rgba(255,255,255,.06); }
.split { display: grid; grid-template-columns: .84fr 1.16fr; gap: 54px; align-items: start; }
.service-list { display: grid; gap: 14px; }
.service-item { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 22px; border-radius: 24px; border: 1px solid var(--line); background: rgba(12, 25, 46, .64); }
.service-item > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px; color: #07101e; font-weight: 900; background: linear-gradient(135deg, var(--gold), var(--gold-2)); }
.service-item p { color: var(--muted); margin: 0; }

.impact-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; align-items: center; border-radius: 34px; padding: 42px; border: 1px solid rgba(241,198,106,.18); background: linear-gradient(135deg, rgba(12,25,46,.9), rgba(8,20,38,.7)); box-shadow: var(--shadow); }
.impact-panel p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.metrics-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.metrics-grid div { padding: 24px; border-radius: 22px; background: rgba(255,255,255,.045); border: 1px solid var(--line); }
.metrics-grid strong { display: block; font-size: 38px; line-height: 1; letter-spacing: -.06em; color: var(--gold); }
.metrics-grid span { display: block; margin-top: 9px; color: var(--muted); font-size: 13px; font-weight: 700; }

.contact-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 54px; align-items: start; }
.contact-copy p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.contact-links { display: grid; gap: 10px; margin-top: 28px; }
.contact-form { padding: 28px; border-radius: 30px; border: 1px solid rgba(107,182,255,.2); background: var(--panel-strong); box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 8px; margin-bottom: 16px; }
.contact-form span { color: var(--muted); font-size: 13px; font-weight: 800; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
input, select, textarea { width: 100%; border: 1px solid var(--line); background: rgba(255,255,255,.04); color: var(--text); border-radius: 15px; padding: 14px 15px; outline: none; }
textarea { resize: vertical; min-height: 120px; }
select option { color: #07101e; }
input:focus, select:focus, textarea:focus { border-color: rgba(241,198,106,.55); box-shadow: 0 0 0 4px rgba(241,198,106,.09); }
.form-note { text-align: center; color: var(--muted-2); font-size: 12px; margin: 14px 0 0; }

.footer { border-top: 1px solid var(--line); padding: 28px 0; color: var(--muted); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.footer p { margin: 0; }
.footer a { margin-left: 18px; font-weight: 700; color: var(--text); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .hero-grid, .split, .impact-panel, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 70px; }
  .expertise-grid { grid-template-columns: repeat(2, 1fr); }
  .profile-card { max-width: 520px; margin: 0 auto; }
}

@media (max-width: 760px) {
  .section, .section.compact { padding: 70px 0; }
  .nav { height: 74px; }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 74px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; padding: 18px; border: 1px solid var(--line); border-radius: 22px; background: rgba(8, 20, 38, .98); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px 0; }
  .nav-cta { text-align: center; padding: 12px 16px !important; }
  h1 { font-size: clamp(40px, 13vw, 58px); }
  .hero-text { font-size: 17px; }
  .expertise-grid, .metrics-grid, .form-row { grid-template-columns: 1fr; }
  .impact-panel { padding: 28px; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer a { margin: 0 8px; }
}
