:root {
  --brand-blue: #2875de;
  --brand-blue-dark: #1559b6;
  --ink: #12223d;
  --muted-ink: #536174;
  --line: #dce4ef;
  --soft: #f4f7fb;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: var(--white); border-bottom: 1px solid var(--line); }
.topbar { background: var(--brand-blue); color: var(--white); font-size: 14px; }
.topbar-inner, .navbar, .button-row, .contact-actions { display: flex; align-items: center; }
.topbar-inner { justify-content: space-between; min-height: 38px; gap: 16px; }
.navbar { min-height: 86px; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; background: var(--brand-blue); padding: 4px 8px; border-radius: 4px; }
.brand img { width: 220px; height: auto; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 28px; font-size: 15px; font-weight: 700; }
.main-nav a:hover, .main-nav a[aria-current="page"], .footer-links a:hover, .text-link:hover { color: var(--brand-blue); }
.nav-cta, .button, .contact-form button, .supplier-form button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; border-radius: 6px; padding: 0 20px; font-weight: 800; }
.nav-cta, .button.primary, .contact-form button, .supplier-form button { background: var(--brand-blue); color: var(--white); }
.button.secondary { border: 1px solid rgba(255, 255, 255, 0.72); color: var(--white); }
.home-hero { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; color: var(--white); }
.home-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18, 34, 61, 0.92), rgba(40, 117, 222, 0.62)), rgba(18, 34, 61, 0.3); }
.home-hero-content { position: relative; z-index: 1; max-width: 760px; margin-left: max(calc((100vw - 1120px) / 2), 20px); }
.eyebrow { margin: 0 0 12px; color: var(--brand-blue); font-size: 13px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.home-hero .eyebrow, .blue-section .eyebrow, .contact-band .eyebrow { color: var(--white); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, p, a, strong, span { overflow-wrap: break-word; }
h1, .home-hero h1 { max-width: 760px; margin-bottom: 22px; font-size: 58px; line-height: 1.02; font-weight: 850; letter-spacing: 0; }
.home-hero p { max-width: 690px; font-size: 20px; line-height: 1.7; }
.button-row { flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.section { padding: 88px 0; }
.muted { background: var(--soft); }
.two-column { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr); gap: 54px; align-items: center; }
.section-intro { max-width: 780px; margin-bottom: 34px; }
.section-intro h2, .page-hero h1, .blue-section h2, .contact-band h2 { font-size: 40px; line-height: 1.12; letter-spacing: 0; }
.section-intro h2 { margin-bottom: 14px; }
.intro-copy, .lead, .content-block p, .faq-item p, .service-card p, .feature-list p, .contact-card dd, .info-panel li { color: var(--muted-ink); font-size: 16px; line-height: 1.75; }
.lead { font-size: 18px; }
.text-link { font-weight: 800; color: var(--brand-blue-dark); }
.image-frame { overflow: hidden; border-radius: 8px; border: 1px solid var(--line); }
.image-frame img { width: 100%; height: 430px; object-fit: cover; }
.service-grid, .process-grid, .value-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.service-card, .process-card, .value-grid article, .info-panel, .contact-card, .contact-form, .faq-item { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 26px; }
.service-card { min-height: 260px; }
.service-card span, .process-card span, .value-grid span, .details-strip span, .contact-card dt { display: block; color: var(--brand-blue); font-size: 12px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.service-card h3, .process-card h3, .value-grid h2, .info-panel h2, .contact-card h2, .faq-item h2 { margin: 12px 0; font-size: 22px; line-height: 1.2; }
.service-card strong { display: inline-block; margin-top: 10px; color: var(--brand-blue-dark); }
.process-card span, .value-grid span { font-size: 28px; letter-spacing: 0; }
.blue-section { background: var(--brand-blue); color: var(--white); }
.split-cta { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr); gap: 48px; align-items: start; }
.feature-list p { color: rgba(255, 255, 255, 0.86); border-left: 3px solid rgba(255, 255, 255, 0.42); padding-left: 20px; }
.page-hero { background: linear-gradient(90deg, rgba(18, 34, 61, 0.96), rgba(40, 117, 222, 0.86)), var(--brand-blue); color: var(--white); padding: 96px 0; }
.page-hero .eyebrow { color: rgba(255, 255, 255, 0.82); }
.page-hero h1 { max-width: 860px; margin-bottom: 18px; }
.hero-copy { max-width: 760px; color: rgba(255, 255, 255, 0.84); font-size: 18px; line-height: 1.75; }
.info-panel { align-self: stretch; }
.check-list { display: grid; gap: 14px; padding: 0; margin: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 10px; height: 10px; border-radius: 50%; background: var(--brand-blue); }
.details-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.details-strip div { border: 1px solid var(--line); border-radius: 8px; padding: 22px; background: var(--white); }
.details-strip strong { display: block; margin-top: 10px; font-size: 18px; line-height: 1.45; }
.route-table { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.route-row { display: grid; grid-template-columns: 1.1fr 1.1fr 1fr 1fr; gap: 18px; padding: 18px 20px; border-top: 1px solid var(--line); color: var(--muted-ink); }
.route-row:first-child { border-top: 0; }
.route-row strong { color: var(--ink); }
.route-head { background: var(--brand-blue); color: var(--white); font-weight: 900; }
.contact-band { background: var(--brand-blue); color: var(--white); padding: 50px 0; }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.contact-band h2 { margin: 0; }
.contact-actions { flex-wrap: wrap; justify-content: flex-end; gap: 12px; }
.contact-actions a { min-height: 46px; border: 1px solid rgba(255, 255, 255, 0.55); border-radius: 6px; padding: 12px 18px; font-weight: 850; }
.faq-list { display: grid; gap: 18px; }
.contact-card dl { display: grid; gap: 18px; margin: 0; }
.contact-card dd { margin: 6px 0 0; }
.contact-form, .supplier-form { display: grid; gap: 16px; }
.contact-form label, .supplier-form label { display: grid; gap: 8px; font-weight: 800; }
.contact-form input, .contact-form textarea, .supplier-form input, .supplier-form textarea, .supplier-form select { width: 100%; border: 1px solid var(--line); border-radius: 6px; padding: 13px 14px; font: inherit; color: var(--ink); background: var(--white); }
.contact-form textarea, .supplier-form textarea { resize: vertical; }
.contact-form button, .supplier-form button { border: 0; cursor: pointer; }
.contact-form button:disabled, .supplier-form button:disabled { cursor: progress; opacity: 0.72; }
.form-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 34px; align-items: start; }
.supplier-form fieldset { display: grid; gap: 18px; margin: 0; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.supplier-form legend { padding: 0 8px; color: var(--ink); font-size: 22px; font-weight: 850; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.form-grid .full, .supplier-form .full { grid-column: 1 / -1; }
.choice-group { display: flex; flex-wrap: wrap; gap: 12px 20px; }
.choice-group label, .consent-line { display: flex; align-items: center; gap: 9px; font-weight: 700; }
.choice-group input, .consent-line input { width: auto; }
.form-honeypot { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form-note { margin: 0; color: var(--muted-ink); font-size: 14px; line-height: 1.6; }
.status-layout { max-width: 760px; }
.status-panel { display: grid; gap: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 30px; }
.status-panel h2 { margin: 0; font-size: 28px; line-height: 1.2; }
.status-panel p { color: var(--muted-ink); line-height: 1.75; }
.error-list { display: grid; gap: 10px; margin: 0; padding-left: 20px; color: var(--muted-ink); line-height: 1.6; }
.site-footer { background: #12223d; color: var(--white); padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 0.8fr 1fr 1.1fr; gap: 34px; }
.footer-grid img { background: var(--brand-blue); border-radius: 4px; margin-bottom: 18px; }
.footer-grid p, .footer-links { color: rgba(255, 255, 255, 0.74); line-height: 1.7; }
.footer-grid h2 { margin-bottom: 16px; font-size: 18px; }
.footer-links { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.footer-bottom { margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, 0.18); color: rgba(255, 255, 255, 0.7); font-size: 14px; }
@media (max-width: 900px) {
  .navbar, .topbar-inner, .contact-band-inner { align-items: flex-start; flex-direction: column; }
  .main-nav { flex-wrap: wrap; justify-content: flex-start; gap: 14px 22px; }
  .nav-cta { width: 100%; }
  .home-hero { min-height: 590px; }
  h1, .home-hero h1, .section-intro h2, .page-hero h1, .blue-section h2, .contact-band h2 { font-size: 36px; }
  .two-column, .form-layout, .split-cta, .service-grid, .process-grid, .value-grid, .details-strip, .footer-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .route-table { border: 0; }
  .route-row { grid-template-columns: 1fr; border: 1px solid var(--line); border-radius: 8px; margin-bottom: 12px; }
  .route-head { display: none; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 360px); }
  .brand img { width: 190px; }
  .home-hero-content { width: min(100% - 28px, 360px); margin-left: auto; margin-right: auto; }
  h1, .home-hero h1, .section-intro h2, .page-hero h1, .blue-section h2, .contact-band h2 { font-size: 32px; line-height: 1.12; }
  .home-hero p { font-size: 18px; }
  .section { padding: 62px 0; }
  .page-hero { padding: 72px 0; }
}
