:root {
  --yellow: #ffc400;
  --yellow-dark: #dca900;
  --ink: #0b0b0c;
  --muted: #5e6570;
  --line: #e6e8eb;
  --paper: #ffffff;
  --soft: #f6f7f9;
  --green: #1d9a57;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, Helvetica, sans-serif; color: var(--ink); background: var(--paper); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 82px; padding: 14px clamp(20px, 5vw, 72px); border-bottom: 1px solid rgba(11,11,12,.08); background: rgba(255,255,255,.93); backdrop-filter: blur(14px); }
.brand img { width: 178px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 24px; color: #31343a; font-size: .95rem; font-weight: 700; }
.main-nav a, .site-footer a { transition: color 160ms ease; }
.main-nav a:hover, .site-footer a:hover { color: var(--yellow-dark); }
.header-action, .button, .contact-form button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; border-radius: 6px; border: 1px solid transparent; font-weight: 800; cursor: pointer; }
.header-action { padding: 0 18px; background: var(--ink); color: #fff; }
.hero { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(340px,.92fr); gap: clamp(32px,5vw,72px); align-items: center; min-height: calc(100vh - 82px); padding: clamp(52px,8vw,96px) clamp(20px,5vw,72px) 48px; background: linear-gradient(115deg, rgba(255,196,0,.3), rgba(255,255,255,0) 42%), linear-gradient(180deg, #fff 0%, #f8f9fb 100%); }
.eyebrow { margin: 0 0 14px; color: #8b6a00; font-size: .78rem; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
h1,h2,h3,p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(3.1rem,8vw,6.9rem); line-height: .92; letter-spacing: 0; }
h2 { margin-bottom: 18px; font-size: clamp(2rem,4vw,4rem); line-height: 1; letter-spacing: 0; }
h3 { margin-bottom: 10px; font-size: 1.1rem; }
.hero-lead { max-width: 690px; color: #343941; font-size: clamp(1.05rem,1.8vw,1.35rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-width: 150px; padding: 0 22px; }
.button.primary { background: var(--yellow); color: var(--ink); box-shadow: 0 12px 28px rgba(255,196,0,.28); }
.button.secondary { border-color: rgba(11,11,12,.2); background: #fff; }
.hero-panel { display: grid; gap: 18px; padding: clamp(20px,4vw,32px); border: 1px solid rgba(11,11,12,.08); border-radius: 8px; background: var(--paper); box-shadow: 0 28px 70px rgba(11,11,12,.12); }
.route-card { display: flex; align-items: center; gap: 10px; width: fit-content; padding: 10px 12px; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: #333840; font-size: .9rem; font-weight: 700; }
.status-dot { width: 10px; height: 10px; border-radius: 999px; background: var(--green); box-shadow: 0 0 0 5px rgba(29,154,87,.14); }
.hero-logo-box { display: grid; place-items: center; min-height: 250px; padding: 28px; border-radius: 8px; background: var(--yellow); }
.hero-logo-box img { width: min(100%,500px); }
.hero-stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.hero-stats div, .metric, .service-card, .timeline article { border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.hero-stats div { padding: 18px; }
.hero-stats strong, .metric strong { display: block; margin-bottom: 4px; font-size: 2rem; line-height: 1; }
.hero-stats span, .metric span, .service-card p, .timeline p, .intro-copy, .why-copy p, .partners p, .contact-copy p { color: var(--muted); line-height: 1.65; }
.section { padding: clamp(68px,9vw,112px) clamp(20px,5vw,72px); }
.intro { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(28px,5vw,72px); align-items: start; }
.section-heading { max-width: 780px; }
.intro-copy { font-size: 1.05rem; }
.metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; padding: 0 clamp(20px,5vw,72px) clamp(68px,9vw,112px); }
.metric { padding: 24px; background: var(--soft); }
.services { background: #101112; color: #fff; }
.services .eyebrow { color: var(--yellow); }
.services .section-heading { margin-bottom: 34px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.service-card { min-height: 220px; padding: 24px; background: #181a1d; border-color: rgba(255,255,255,.1); }
.service-card p { color: #c9ced6; }
.icon-box { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 28px; border-radius: 6px; background: var(--yellow); color: var(--ink); font-weight: 900; }
.why { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.82fr); gap: clamp(32px,5vw,72px); align-items: center; padding: clamp(68px,9vw,112px) clamp(20px,5vw,72px); background: var(--yellow); }
.why .eyebrow { color: #4d3b00; }
.why-copy p { max-width: 700px; color: #2e2608; font-size: 1.05rem; }
.why-list { display: grid; gap: 12px; }
.why-list div { padding: 18px 20px; border-left: 5px solid var(--ink); border-radius: 6px; background: rgba(255,255,255,.72); font-weight: 800; }
.process .section-heading { margin-bottom: 34px; }
.timeline { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.timeline article { padding: 24px; background: var(--soft); }
.timeline span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 28px; border-radius: 50%; background: var(--ink); color: #fff; font-weight: 900; }
.partners { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: clamp(28px,5vw,72px); padding: clamp(68px,9vw,112px) clamp(20px,5vw,72px); background: var(--soft); }
.partners p { align-self: end; font-size: 1.08rem; }
.contact { display: grid; grid-template-columns: minmax(0,.9fr) minmax(320px,.75fr); gap: clamp(32px,5vw,72px); padding: clamp(68px,9vw,112px) clamp(20px,5vw,72px); }
.contact-details { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.contact-details p { margin-bottom: 8px; }
.contact-form { display: grid; gap: 16px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); }
.contact-form label { display: grid; gap: 8px; color: #25282d; font-size: .92rem; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #d7dbe0; border-radius: 6px; padding: 13px 14px; background: #fff; color: var(--ink); font: inherit; }
.contact-form input:focus, .contact-form textarea:focus { outline: 3px solid rgba(255,196,0,.28); border-color: var(--yellow-dark); }
.contact-form button { width: 100%; background: var(--ink); color: #fff; font: inherit; }
.site-footer { display: flex; justify-content: space-between; gap: 18px; padding: 28px clamp(20px,5vw,72px); border-top: 1px solid var(--line); color: var(--muted); font-size: .95rem; }
.site-footer p { margin: 0; }
@media (max-width: 980px) { .site-header { align-items: flex-start; flex-wrap: wrap; } .main-nav { order: 3; width: 100%; overflow-x: auto; padding-bottom: 4px; } .hero, .intro, .why, .partners, .contact { grid-template-columns: 1fr; } .metrics, .service-grid, .timeline { grid-template-columns: repeat(2,1fr); } .hero { min-height: auto; } }
@media (max-width: 640px) { .site-header { min-height: auto; padding: 12px 18px; } .brand img { width: 142px; } .header-action { min-height: 40px; padding: 0 12px; font-size: .88rem; } .main-nav { gap: 16px; font-size: .9rem; } .hero { padding: 38px 18px 40px; } h1 { font-size: 3rem; } .button { width: 100%; } .hero-stats, .metrics, .service-grid, .timeline { grid-template-columns: 1fr; } .section, .why, .partners, .contact { padding: 58px 18px; } .metrics { padding: 0 18px 58px; } .hero-logo-box { min-height: 190px; padding: 18px; } .site-footer { flex-direction: column; padding: 24px 18px; } }
