:root {
  --bg: #f4f6f8;
  --surface: #ffffff;
  --ink: #0e1621;
  --muted: #66717f;
  --line: #dce2e8;
  --dark: #0c111b;
  --dark-2: #131c29;
  --accent: #c97a2b;
  --accent-2: #e3a052;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(15, 23, 42, .08);
  --container: 1180px;
}

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

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(12, 17, 27, .92); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.07); }
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: .13em; font-size: 14px; color: white; }
.brand-mark { width: 30px; height: 30px; }
.nav { display: flex; align-items: center; gap: 28px; color: #cbd3dc; font-size: 14px; }
.nav a:hover { color: white; }
.menu-toggle { display: none; border: 0; background: transparent; color: white; font-size: 24px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 10px; background: var(--accent); color: white; font-weight: 700; border: 1px solid var(--accent); cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-1px); background: var(--accent-2); border-color: var(--accent-2); }
.button-small { min-height: 38px; padding: 0 16px; font-size: 13px; }
.text-link { font-weight: 700; color: #d7dde4; }
.text-link span { color: var(--accent-2); }

.hero { color: white; background:
  radial-gradient(circle at 80% 20%, rgba(201, 122, 43, .16), transparent 32%),
  linear-gradient(135deg, #0a0f17 0%, #111b28 55%, #0c111b 100%);
  overflow: hidden;
}
.hero-grid { min-height: 710px; padding: 108px 0 92px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 18px; font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .18em; color: var(--accent-2); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; max-width: 760px; font-size: clamp(48px, 6vw, 78px); line-height: 1.01; letter-spacing: -.045em; }
h1 span { color: #d9dee5; }
.hero-lede { max-width: 700px; color: #b8c3cf; font-size: 20px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { font-size: 15px; color: white; }
.trust-row span { margin-top: 4px; color: #8795a4; font-size: 12px; }
.hero-panel { border: 1px solid rgba(255,255,255,.1); border-radius: 24px; background: rgba(255,255,255,.035); padding: 24px; box-shadow: 0 40px 80px rgba(0,0,0,.28); }
.panel-label { color: #7e8a97; font-size: 11px; font-weight: 800; letter-spacing: .18em; margin-bottom: 16px; }
.flow-card { display: grid; gap: 10px; }
.flow-step { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 20px; border-radius: 14px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.07); }
.flow-step > span { color: var(--accent-2); font-weight: 800; font-size: 13px; }
.flow-step b { font-size: 17px; }
.flow-step p { margin: 5px 0 0; color: #9faab6; font-size: 14px; }

.section { padding: 100px 0; }
.section-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: end; margin-bottom: 46px; }
.section-heading h2, .split h2, .contact-grid h2 { margin-bottom: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.035em; }
.section-heading > p { margin-bottom: 4px; color: var(--muted); font-size: 17px; }
.card-grid { display: grid; gap: 18px; }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.card { min-height: 270px; padding: 28px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); box-shadow: 0 10px 30px rgba(15,23,42,.03); }
.card .icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; background: #f5e7d7; color: #9a5718; font-weight: 800; font-size: 12px; }
.card h3 { margin: 34px 0 10px; font-size: 20px; }
.card p { margin: 0; color: var(--muted); }

.section-dark { background: var(--dark); color: white; }
.section-heading.light > p { color: #9da8b5; }
.industry-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.industry-card { min-height: 240px; padding: 32px; border-radius: var(--radius); background: linear-gradient(145deg, var(--dark-2), #0e1621); border: 1px solid rgba(255,255,255,.08); }
.industry-card span { color: var(--accent-2); letter-spacing: .18em; font-size: 11px; font-weight: 800; }
.industry-card h3 { margin: 42px 0 10px; font-size: 26px; }
.industry-card p { color: #9da8b5; max-width: 520px; margin-bottom: 0; }

.split { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: start; }
.lead { color: var(--muted); font-size: 18px; }
.timeline { border-top: 1px solid var(--line); }
.timeline-item { display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.timeline-item > span { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: white; font-weight: 800; font-size: 12px; }
.timeline-item h3 { margin-bottom: 6px; font-size: 19px; }
.timeline-item p { margin: 0; color: var(--muted); }

.about { background: #e9edf1; }
.about-grid { align-items: stretch; }
.about-copy p:not(.eyebrow) { color: #4d5966; font-size: 17px; }
.principles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.principles > div { padding: 28px; background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.9); border-radius: 15px; }
.principles b { display: block; margin-bottom: 8px; font-size: 17px; }
.principles p { color: var(--muted); margin: 0; }

.contact-section { background: white; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.contact-details { margin-top: 34px; display: grid; gap: 8px; }
.contact-details .contact-email { color: var(--accent); font-size: 20px; font-weight: 800; }
.contact-details span { color: var(--muted); }
.contact-form { padding: 30px; border-radius: 18px; border: 1px solid var(--line); background: #f7f9fb; box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 8px; margin-bottom: 16px; font-weight: 700; font-size: 13px; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #cfd7df; border-radius: 9px; background: white; color: var(--ink); font: inherit; padding: 13px 14px; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(201,122,43,.12); }
.contact-form .button { width: 100%; margin-top: 4px; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.form-note { margin: 13px 0 0; color: #7b8794; font-size: 11px; }

.footer { background: #090d14; color: #8e99a6; padding: 30px 0; font-size: 12px; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand { color: white; }
.footer-brand .brand-mark { width: 24px; height: 24px; }
.footer-copy { color: #c0c8d0; }

@media (max-width: 980px) {
  .nav { position: absolute; left: 20px; right: 20px; top: 72px; display: none; flex-direction: column; align-items: stretch; padding: 20px; border-radius: 14px; background: #111824; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
  .nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero-grid, .section-heading, .split, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-grid { padding: 82px 0 70px; }
  .card-grid.four { grid-template-columns: repeat(2, 1fr); }
  .section-heading { align-items: start; }
  .section-heading > p { max-width: 700px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .hero-grid { min-height: unset; }
  h1 { font-size: 48px; }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-row { grid-template-columns: 1fr; }
  .card-grid.four, .industry-grid, .principles { grid-template-columns: 1fr; }
  .card { min-height: auto; }
  .footer-row { align-items: flex-start; flex-direction: column; }
}
