:root{
  --bg:#0b0b0d;
  --bg-soft:#121317;
  --card:#16181d;
  --line:rgba(255,255,255,.08);
  --gold:#d4af37;
  --gold-soft:#f0d78c;
  --text:#f5f2e8;
  --muted:#b8b0a0;
  --success:#b8962f;
  --shadow:0 20px 60px rgba(0,0,0,.35);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top, rgba(212,175,55,.10), transparent 35%),
    linear-gradient(180deg, #0a0a0c 0%, #111216 100%);
  color:var(--text);
}
a{color:inherit;text-decoration:none}
.section-padding{padding:96px 0}
.section-title{
  font-size:clamp(2rem,4vw,3rem);
  font-weight:800;
  letter-spacing:-.03em;
  margin-bottom:16px;
}
.section-subtitle{
  color:var(--muted);
  font-size:1.05rem;
  max-width:760px;
}
.text-gold{color:var(--gold-soft)}
.btn-gold{
  background:linear-gradient(135deg, #b38b1f, #f0d78c);
  border:none;
  color:#111;
  font-weight:700;
  padding:14px 26px;
  border-radius:999px;
  box-shadow:0 12px 24px rgba(212,175,55,.18);
}
.btn-gold:hover{transform:translateY(-1px);color:#111}
.btn-outline-gold{
  border:1px solid rgba(212,175,55,.4);
  color:var(--text);
  border-radius:999px;
  padding:13px 24px;
}
.btn-outline-gold:hover{
  background:rgba(212,175,55,.08);
  color:var(--text);
}
.site-navbar{
  backdrop-filter:blur(16px);
  background:rgba(9,10,12,.76);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.brand-mark{
  width:48px;height:48px;object-fit:contain;border-radius:14px;
  background:rgba(255,255,255,.03);padding:6px;border:1px solid rgba(255,255,255,.08);
}
.brand-title{font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.nav-link{
  color:rgba(255,255,255,.82)!important;
  font-weight:500;
}
.nav-link:hover,.nav-link.active{color:var(--gold-soft)!important}
.hero{
  padding-top:150px;
  padding-bottom:110px;
  position:relative;
  overflow:hidden;
}
.hero::after{
  content:"";
  position:absolute; inset:120px -180px auto auto;
  width:520px;height:520px;border-radius:50%;
  background:radial-gradient(circle, rgba(212,175,55,.16), transparent 65%);
  pointer-events:none;
}
.eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  border:1px solid rgba(212,175,55,.22);
  background:rgba(212,175,55,.08);
  color:var(--gold-soft);
  padding:10px 16px;border-radius:999px;font-size:.92rem;font-weight:600;
}
.hero-card,.service-card,.contact-card,.info-card,.process-card{
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.hero-card{padding:28px}
.metric{
  padding:20px;border-radius:18px;
  background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);
}
.metric-number{
  font-size:1.8rem;font-weight:800;color:var(--gold-soft);display:block;
}
.hero h1{
  font-size:clamp(2.7rem,5vw,5rem);
  line-height:1;
  font-weight:900;
  letter-spacing:-.04em;
  margin:20px 0 20px;
}
.lead-large{
  font-size:1.15rem;line-height:1.8;color:var(--muted);max-width:720px;
}
.logo-glow{
  width:min(100%,420px);display:block;margin-inline:auto;
  filter:drop-shadow(0 20px 50px rgba(212,175,55,.18));
}
.service-card,.process-card,.info-card,.contact-card{padding:30px;height:100%}
.service-icon,.process-number{
  width:56px;height:56px;border-radius:16px;display:grid;place-items:center;
  background:linear-gradient(135deg, rgba(212,175,55,.18), rgba(255,255,255,.06));
  border:1px solid rgba(212,175,55,.18);color:var(--gold-soft);
  font-weight:800;font-size:1.2rem;margin-bottom:18px;
}
.card-title{
  font-size:1.25rem;font-weight:700;margin-bottom:12px;
}
.card-text{color:var(--muted);line-height:1.8}
.split-highlight{
  background:linear-gradient(135deg, rgba(212,175,55,.10), rgba(255,255,255,.03));
  border:1px solid rgba(212,175,55,.14);
  border-radius:28px;padding:36px;
}
.list-clean{list-style:none;padding:0;margin:0}
.list-clean li{
  padding:14px 0;border-bottom:1px solid rgba(255,255,255,.06);color:var(--muted)
}
.list-clean li:last-child{border-bottom:none}
.kicker{
  color:var(--gold-soft);text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:700;
}
.contact-form input,.contact-form textarea,.contact-form select{
  background:rgba(255,255,255,.03)!important;
  border:1px solid rgba(255,255,255,.09)!important;
  color:var(--text)!important;
  border-radius:16px!important;
  padding:14px 16px!important;
}
.contact-form label{color:var(--text);font-weight:600;margin-bottom:8px}
.contact-form p{margin-bottom:18px}
.contact-form textarea{min-height:150px}
.form-note{color:var(--muted);font-size:.95rem}
.page-hero{
  padding-top:150px;padding-bottom:70px;
}
.site-footer{
  border-top:1px solid rgba(255,255,255,.08);
  background:#0a0b0d;
}
.footer-note{color:var(--muted)}
.badge-soft{
  display:inline-block;padding:10px 14px;border-radius:999px;
  background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);color:var(--muted);font-size:.92rem;
}
.cta-strip{
  padding:34px;border-radius:28px;border:1px solid rgba(212,175,55,.14);
  background:linear-gradient(135deg, rgba(212,175,55,.08), rgba(255,255,255,.03));
}
@media (max-width:991px){
  .hero{padding-top:130px;padding-bottom:80px}
  .section-padding{padding:72px 0}
}
