:root {
  --graphite: #10171a;
  --graphite-2: #1f2829;
  --champagne: #e0bd6f;
  --champagne-soft: #f3dfad;
  --glass-blue: #143d49;
  --warm-white: #fbf6ec;
  --soft: #f4efe5;
  --text: #11181c;
  --muted: #66747a;
  --line: rgba(16, 23, 26, .12);
  --shadow: 0 26px 70px rgba(16, 23, 26, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--warm-white);
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 820px; }

.site-header {
  background: rgba(251, 246, 236, .94);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 230px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 22px; font-weight: 800; }
.nav-link { text-decoration: none; color: var(--graphite-2); opacity: .84; }
.nav-link:hover, .nav-link.is-active { opacity: 1; }
.nav-cta { background: var(--champagne); color: #111; padding: 13px 22px; border-radius: 999px; opacity: 1; }

.section { padding: 86px 0; }
.section-dark {
  background:
    linear-gradient(90deg, rgba(16,23,26,.96), rgba(20,61,73,.9)),
    radial-gradient(circle at 80% 10%, rgba(224,189,111,.14), transparent 34%);
  color: var(--warm-white);
}
.section-soft { background: var(--soft); }
.hero { min-height: 620px; display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--champagne); text-transform: uppercase; letter-spacing: .18em; font-weight: 900; font-size: 12px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(46px, 7vw, 82px); line-height: .94; letter-spacing: -.055em; margin-bottom: 26px; max-width: 720px; }
h2 { font-size: clamp(30px, 4vw, 50px); line-height: 1.03; letter-spacing: -.04em; margin-bottom: 20px; }
h3 { font-size: 22px; line-height: 1.15; margin-bottom: 12px; }
.lead { font-size: 20px; color: rgba(251,246,236,.83); max-width: 640px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 34px 0 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border-radius: 999px; text-decoration: none; font-weight: 900; border: 1px solid transparent; }
.button-primary { background: linear-gradient(135deg, var(--champagne-soft), var(--champagne)); color: #121212; }
.button-secondary { border-color: rgba(251,246,236,.3); color: var(--warm-white); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span { border: 1px solid rgba(251,246,236,.22); border-radius: 999px; padding: 8px 13px; color: rgba(251,246,236,.8); font-weight: 800; font-size: 13px; }
.hero-card { border: 1px solid rgba(251,246,236,.14); border-radius: 30px; padding: 18px; background: rgba(251,246,236,.07); box-shadow: 0 30px 90px rgba(0,0,0,.26); }
.hero-card-inner { min-height: 380px; border-radius: 22px; padding: 42px; display: flex; flex-direction: column; justify-content: end; background: linear-gradient(180deg, rgba(20,61,73,.18), rgba(16,23,26,.95)); }
.card-label { color: var(--champagne); font-weight: 900; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; }
.hero-card h2 { font-size: 34px; color: #fff; }
.hero-card p:last-child { color: rgba(251,246,236,.78); max-width: 460px; }

.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.copy-block { color: #526167; font-size: 18px; }
.section-title { max-width: 780px; }
.section-title.light { color: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 34px; }
.service-card { background: #fff; border: 1px solid rgba(16,23,26,.08); border-radius: var(--radius); padding: 28px; min-height: 230px; box-shadow: var(--shadow); }
.service-card span, .steps-grid span, .timeline span { color: var(--champagne); font-weight: 1000; }
.service-card p { color: var(--muted); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 34px; }
.steps-grid article { border: 1px solid rgba(251,246,236,.13); border-radius: 16px; padding: 24px; background: rgba(255,255,255,.035); min-height: 150px; }
.steps-grid p { color: rgba(251,246,236,.82); margin-bottom: 0; }
.cta-panel { background: #fff; border-radius: 24px; box-shadow: var(--shadow); padding: 42px; display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; }
.cta-panel p { color: var(--muted); max-width: 680px; }

.page-hero { padding: 120px 0 90px; }
.service-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-list article, .timeline article, .contact-panel > div { background: #fff; border: 1px solid rgba(16,23,26,.08); border-radius: 22px; padding: 32px; box-shadow: var(--shadow); }
.service-list p, .timeline p, .contact-note p { color: var(--muted); }
.timeline { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; }

.site-footer { background: #0d1113; color: rgba(251,246,236,.78); padding: 54px 0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 40px; }
.footer-logo { width: 210px; filter: brightness(1.16); margin-bottom: 18px; }
.site-footer h2 { font-size: 14px; text-transform: uppercase; letter-spacing: .18em; color: var(--champagne); margin-bottom: 12px; }
.site-footer a { text-decoration: none; }

@media (max-width: 860px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { align-items: flex-start; flex-direction: column; padding: 16px 0; }
  .brand img { width: 210px; }
  .main-nav { width: 100%; overflow-x: auto; padding-bottom: 4px; gap: 16px; }
  .hero { min-height: auto; padding: 70px 0; }
  .hero-grid, .split, .cta-panel, .contact-panel { grid-template-columns: 1fr; gap: 34px; }
  .service-grid, .steps-grid, .service-list, .timeline, .footer-grid { grid-template-columns: 1fr; }
  h1 { font-size: 46px; }
  .section { padding: 64px 0; }
  .cta-panel { padding: 28px; }
}
