:root {
  --navy: #061b3d;
  --navy-2: #092b61;
  --yellow: #f5b900;
  --yellow-2: #ffd34f;
  --charcoal: #20252d;
  --muted: #636b76;
  --line: #dde3eb;
  --surface: #ffffff;
  --soft: #f5f7fa;
  --max: 1180px;
  --shadow: 0 22px 55px rgba(6, 27, 61, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--charcoal);
  background: var(--surface);
  line-height: 1.6;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: 12px; top: -44px; z-index: 100; padding: 10px 14px; background: var(--yellow); color: var(--navy); font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(6,27,61,.08);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 12px 28px rgba(6,27,61,.10); background: rgba(255,255,255,.98); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 174px; }
.nav-panel { display: flex; align-items: center; gap: 24px; font-size: .94rem; font-weight: 700; color: var(--navy); }
.nav-panel a { position: relative; }
.nav-panel a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 2px; background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.nav-panel a:hover::after, .nav-panel a[aria-current="page"]::after { transform: scaleX(1); }
.nav-phone { padding: 11px 14px; background: var(--navy); color: #fff; border-radius: 4px; }
.nav-phone::after { display: none; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: var(--navy); border-radius: 4px; padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: #fff; margin: 6px 0; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: min(610px, calc(100svh - 120px)); display: grid; align-items: center; overflow: hidden; background: var(--navy); }
.hero picture, .hero picture img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero picture img { object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,14,33,.88) 0%, rgba(6,27,61,.72) 38%, rgba(6,27,61,.28) 72%, rgba(6,27,61,.18) 100%); }
.hero-content { position: relative; z-index: 1; color: #fff; padding: 78px 0 58px; }
.eyebrow, .section-kicker { margin: 0 0 14px; color: var(--yellow-2); font-weight: 900; letter-spacing: 0; text-transform: uppercase; font-size: .84rem; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { max-width: 760px; margin: 0; font-size: clamp(2.85rem, 6vw, 5.35rem); line-height: .96; letter-spacing: 0; }
.hero-subtitle { max-width: 620px; margin: 20px 0 0; font-size: clamp(1.05rem, 2vw, 1.32rem); color: rgba(255,255,255,.88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 22px; border-radius: 4px; border: 1px solid transparent; font-weight: 900; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(6,27,61,.16); }
.button-primary { background: var(--yellow); color: var(--navy); }
.button-secondary { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.45); }

.proof-strip { background: var(--navy); color: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.16); }
.proof-grid div { padding: 26px; background: var(--navy); border-top: 4px solid var(--yellow); }
.proof-grid strong { display: block; font-size: 1.05rem; }
.proof-grid span { color: rgba(255,255,255,.72); font-size: .95rem; }

.section { padding: 100px 0; }
.section-muted { background: var(--soft); }
.section-dark { background: var(--navy); color: #fff; }
.split { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(320px, .82fr); gap: 58px; align-items: center; }
.split.reverse { grid-template-columns: minmax(320px, .95fr) minmax(0, 1fr); }
.section-copy h2, .section-heading h2, .cta-content h2, .contact-panel h2 { margin: 0; color: var(--navy); font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.06; letter-spacing: 0; }
.section-dark h2 { color: #fff; }
.section-copy p, .cta-content p { color: var(--muted); font-size: 1.04rem; }
.section-dark p { color: rgba(255,255,255,.74); }
.feature-panel { position: relative; padding: 38px; background: var(--navy); color: #fff; border-radius: 6px; box-shadow: var(--shadow); overflow: hidden; }
.feature-panel::before { content: ""; position: absolute; inset: 0 0 auto; height: 6px; background: var(--yellow); }
.panel-mark { color: rgba(255,255,255,.12); font-size: 5rem; line-height: .8; font-weight: 950; letter-spacing: 0; }
.feature-panel h3 { margin: 22px 0 12px; font-size: 1.55rem; line-height: 1.18; }
.feature-panel p { color: rgba(255,255,255,.76); }
.section-heading { max-width: 760px; margin-bottom: 36px; }
.card-grid { display: grid; gap: 20px; }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.card-grid.three { grid-template-columns: repeat(4, 1fr); }
.service-card, .industry-card, .form-card, .contact-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(6,27,61,.06);
}
.service-card, .industry-card { padding: 30px; min-height: 260px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover, .industry-card:hover { transform: translateY(-5px); border-color: rgba(245,185,0,.55); box-shadow: var(--shadow); }
.card-index { display: inline-block; margin-bottom: 30px; color: var(--yellow); font-weight: 950; }
.service-card h3, .industry-card h3 { margin: 0 0 14px; color: var(--navy); line-height: 1.18; font-size: 1.24rem; }
.service-card p, .industry-card p { margin: 0; color: var(--muted); }
.fleet { background: linear-gradient(180deg, #fff 0%, #f8fafc 100%); }
.media-frame { border-radius: 6px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.media-frame img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.capability-list { display: grid; gap: 11px; padding: 0; margin: 28px 0 0; list-style: none; }
.capability-list li { position: relative; padding: 12px 12px 12px 42px; border: 1px solid var(--line); background: #fff; border-radius: 4px; font-weight: 750; color: var(--navy); }
.capability-list li::before { content: ""; position: absolute; left: 15px; top: 18px; width: 12px; height: 12px; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 0 5px rgba(245,185,0,.16); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.trust-item { padding: 26px; border: 1px solid rgba(255,255,255,.14); border-radius: 6px; background: rgba(255,255,255,.045); }
.trust-item strong { display: block; margin-bottom: 8px; color: #fff; }
.trust-item span { color: rgba(255,255,255,.72); }
.credibility-band { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.credibility-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  gap: 44px;
  align-items: center;
}
.credibility-list {
  padding: 34px;
  border-left: 6px solid var(--yellow);
  background: var(--soft);
  border-radius: 6px;
}
.credibility-list p { margin: 0; color: var(--muted); font-size: 1.04rem; }
.credibility-list p + p { margin-top: 14px; }
.cta-band { background: linear-gradient(90deg, var(--navy) 0%, var(--navy-2) 100%); color: #fff; }
.cta-content { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-content h2 { color: #fff; }
.cta-content p { margin-bottom: 0; color: rgba(255,255,255,.78); }

.page-hero { padding: 158px 0 88px; color: #fff; background: linear-gradient(105deg, rgba(6,27,61,.95), rgba(9,43,97,.88)), url("/assets/images/goga-hero-transport.png") center/cover; }
.page-hero h1 { font-size: clamp(2.7rem, 6vw, 5rem); }
.page-hero p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.82); font-size: 1.18rem; }
.form-card, .contact-panel { padding: 34px; }
.form-card h2 { margin: 0 0 20px; color: var(--navy); font-size: 1.55rem; }
label { display: grid; gap: 8px; margin-bottom: 16px; color: var(--navy); font-weight: 800; font-size: .94rem; }
input, textarea { width: 100%; border: 1px solid #cfd7e3; border-radius: 4px; padding: 13px 14px; font: inherit; color: var(--charcoal); background: #fff; }
textarea { resize: vertical; }
input:focus, textarea:focus { outline: 3px solid rgba(245,185,0,.32); border-color: var(--yellow); }
.form-note { min-height: 24px; margin: 14px 0 0; color: var(--navy); font-weight: 800; }
.form-note.is-error { color: #b42318; }
button:disabled { cursor: wait; opacity: .72; transform: none; }
.contact-highlight { margin-top: 28px; padding: 22px; background: var(--soft); border-left: 5px solid var(--yellow); }
.contact-highlight a { display: block; color: var(--navy); font-size: 1.35rem; font-weight: 950; }
.contact-panel { align-self: start; background: var(--navy); color: #fff; }
.contact-panel h2 { color: #fff; margin-bottom: 28px; }
.contact-method { display: block; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.18); }
.contact-method span { display: block; color: var(--yellow-2); font-size: .82rem; text-transform: uppercase; font-weight: 900; }
.contact-method strong { display: block; margin-top: 5px; color: #fff; font-size: clamp(1rem, 2vw, 1.25rem); overflow-wrap: anywhere; }

.site-footer { background: #081225; color: rgba(255,255,255,.74); padding: 54px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr 1fr; gap: 32px; }
.footer-logo { width: 156px; padding: 8px; background: #fff; border-radius: 4px; }
.footer-grid nav, .footer-grid address { display: grid; gap: 10px; font-style: normal; }
.footer-grid a { color: rgba(255,255,255,.86); }
.footer-grid a:hover { color: var(--yellow-2); }
.footer-bottom { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .9rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-panel {
    position: fixed;
    left: 20px;
    right: 20px;
    top: 92px;
    display: grid;
    gap: 0;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 6px;
    box-shadow: var(--shadow);
    transform: translateY(-14px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  .nav-panel.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .nav-panel a { padding: 13px 10px; }
  .nav-phone { margin-top: 6px; text-align: center; }
  .hero { min-height: min(610px, calc(100svh - 116px)); }
  .proof-grid, .card-grid.four, .card-grid.three, .trust-grid, .footer-grid, .credibility-grid { grid-template-columns: 1fr; }
  .split, .split.reverse { grid-template-columns: 1fr; }
  .cta-content { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .nav { min-height: 72px; }
  .brand img { width: 142px; }
  .nav-panel { top: 82px; left: 14px; right: 14px; }
  .hero { min-height: min(590px, calc(100svh - 108px)); }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,14,33,.92), rgba(6,27,61,.72)); }
  .hero-content { padding-top: 66px; }
  .hero-actions .button, .cta-content .button { width: 100%; }
  .section { padding: 72px 0; }
  .page-hero { padding: 126px 0 70px; }
  .service-card, .industry-card, .feature-panel, .form-card, .contact-panel { padding: 24px; }
  .proof-grid div { padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
