:root {
  --ink: #111827;
  --muted: #5d6575;
  --line: #e5e7eb;
  --paper: #fffdf6;
  --white: #ffffff;
  --gold: #f5c400;
  --gold-dark: #d89d00;
  --navy: #10182b;
  --blue: #1769aa;
  --soft: #f7f4e8;
  --shadow: 0 24px 70px rgba(16, 24, 43, .14);
}
* { 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(--ink);
  background: var(--paper);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 10;
  background: rgba(255, 253, 246, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(17, 24, 39, .08);
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy); font-weight: 800; box-shadow: 0 10px 25px rgba(245, 196, 0, .28); }
.brand-text { font-size: 1.05rem; }
.nav-links { display: flex; align-items: center; gap: 28px; font-weight: 600; color: #2c3444; }
.nav-links a:hover { color: var(--blue); }
.nav-cta { background: var(--navy); color: var(--white) !important; padding: 10px 18px; border-radius: 999px; }
.nav-toggle { display: none; background: none; border: 0; font-size: 1.8rem; }
.hero { padding: 90px 0 70px; background: radial-gradient(circle at top left, rgba(245,196,0,.28), transparent 32%), linear-gradient(135deg, #fffdf6 0%, #f4f7fb 100%); }
.hero-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 56px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--gold-dark); font-weight: 800; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; }
h1, h2, h3 { line-height: 1.08; margin: 0; color: var(--navy); letter-spacing: -.04em; }
h1 { font-size: clamp(3rem, 7vw, 5.8rem); max-width: 900px; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: 1.35rem; }
.hero-lead { margin: 24px 0 0; font-size: 1.18rem; color: var(--muted); max-width: 720px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 14px 22px; font-weight: 800; border: 1px solid transparent; cursor: pointer; }
.btn-primary { background: var(--gold); color: var(--navy); box-shadow: 0 14px 26px rgba(245,196,0,.25); }
.btn-secondary { border-color: rgba(16,24,43,.18); color: var(--navy); background: rgba(255,255,255,.65); }
.hero-card { position: relative; background: var(--navy); color: var(--white); padding: 34px; border-radius: 30px; box-shadow: var(--shadow); overflow: hidden; }
.hero-card::after { content:""; position:absolute; width:220px; height:220px; right:-80px; top:-80px; border-radius:50%; background:rgba(245,196,0,.22); }
.hero-card h2 { color: var(--white); font-size: 2rem; margin-bottom: 24px; }
.hero-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.hero-card li { display: flex; align-items: center; gap: 14px; color: #e8edf7; font-weight: 600; }
.hero-card span { color: var(--gold); font-weight: 900; }
.pulse { width: 12px; height: 12px; border-radius: 50%; background: var(--gold); margin-bottom: 26px; box-shadow: 0 0 0 12px rgba(245,196,0,.13); }
.intro { padding: 58px 0; }
.intro p { margin: 0 auto; max-width: 900px; text-align: center; font-size: clamp(1.35rem, 3vw, 2.05rem); color: var(--navy); font-weight: 700; letter-spacing: -.04em; }
.services { padding: 84px 0; background: var(--white); }
.section-heading { max-width: 740px; margin-bottom: 38px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 18px 50px rgba(16,24,43,.08); }
.icon { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--soft); color: var(--gold-dark); font-weight: 900; margin-bottom: 24px; }
.service-card p { color: var(--muted); margin-bottom: 0; }
.approach { padding: 90px 0; background: var(--navy); color: var(--white); }
.approach h2, .approach .eyebrow { color: var(--white); }
.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; }
.steps { display: grid; gap: 14px; }
.step { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); padding: 22px; border-radius: 20px; }
.step strong { color: var(--gold); font-size: 1.1rem; }
.step p { margin: 8px 0 0; color: #d9e0ee; }
.about { padding: 90px 0; }
.about-card { background: linear-gradient(135deg, #fff 0%, #fff8d7 100%); border: 1px solid rgba(216,157,0,.22); border-radius: 30px; padding: clamp(30px, 6vw, 64px); box-shadow: var(--shadow); }
.about-card p { max-width: 920px; color: var(--muted); font-size: 1.05rem; }
.industries { padding: 70px 0; background: var(--white); }
.industry-list { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.industry-list span { padding: 12px 18px; background: var(--soft); border-radius: 999px; font-weight: 800; color: var(--navy); }
.contact { padding: 90px 0; background: linear-gradient(135deg, #f7f4e8 0%, #eef4fb 100%); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: start; }
.contact p { color: var(--muted); }
.contact-details { margin-top: 28px; display: grid; gap: 10px; font-weight: 800; color: var(--blue); }
.contact-form { background: #fff; padding: 28px; border-radius: 26px; box-shadow: var(--shadow); display: grid; gap: 16px; }
label { display: grid; gap: 7px; font-weight: 700; color: var(--navy); }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 14px 15px; font: inherit; background: #fff; }
input:focus, textarea:focus { outline: 3px solid rgba(245,196,0,.3); border-color: var(--gold-dark); }
.footer { padding: 26px 0; background: var(--navy); color: #d9e0ee; }
.footer-grid { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer p { margin: 0; }
@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 80px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; background: #fff; padding: 22px; border-radius: 20px; box-shadow: var(--shadow); }
  .nav-links.active { display: flex; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 60px; }
}
