:root {
    --login-primary: #0b3162;
    --login-secondary: #206aca;
    --login-accent: #f4b740;
    --login-background: #071a31;
    --login-card-background: #ffffff;
    --login-navbar: #081a2f;
    --login-text: #172033;
    --login-heading: #102a4b;
    --login-footer-background: #071a31;
    --login-footer-text: #ffffff;
    --login-section-background: #f5f7f9;
    --login-button-text: #ffffff;
    --ink: var(--login-text);
    --muted: #6d7887;
    --line: #dfe5ec;
    --paper: var(--login-section-background);
    --navy: var(--login-heading);
    --gold: var(--login-accent);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
.page-container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }

.site-header { position: fixed; z-index: 10; top: 0; right: 0; left: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; height: 78px; margin: 0; padding: 0 max(22px, calc((100% - 1160px) / 2)); border-bottom: 1px solid rgba(255,255,255,.14); color: #fff; background: color-mix(in srgb, var(--login-navbar) 86%, transparent); backdrop-filter: blur(14px); }
.site-brand, .footer-brand { display: flex; align-items: center; gap: 11px; font-size: .86rem; font-weight: 800; letter-spacing: .08em; }
.site-brand img { width: 43px; height: 43px; object-fit: contain; }
.site-brand small, .footer-brand span { display: block; margin-top: 3px; color: rgba(255,255,255,.6); font-size: .56rem; font-weight: 600; letter-spacing: .12em; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-nav a { color: rgba(255,255,255,.78); transition: color .2s; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--gold); }
.site-nav .nav-login { padding: 10px 15px; color: var(--navy); background: var(--gold); border-radius: 5px; }
.nav-toggle { display: none; color: #fff; border: 0; background: transparent; font-size: 1.55rem; }

.hero-section { position: relative; min-height: 820px; overflow: hidden; color: #fff; background: linear-gradient(110deg, var(--login-background) 0%, var(--login-primary) 52%, var(--login-secondary) 100%); }
.hero-section::before { position: absolute; inset: 0; content: ""; opacity: .28; background: linear-gradient(125deg, transparent 48%, rgba(244,183,64,.14) 48.2%, transparent 48.5%), repeating-linear-gradient(160deg, transparent 0 82px, rgba(255,255,255,.055) 83px 84px); }
.hero-section::after { position: absolute; right: -110px; bottom: -180px; width: 560px; height: 560px; content: ""; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); align-items: center; gap: 80px; min-height: 820px; padding-top: 128px; padding-bottom: 48px; }
.eyebrow, .section-label { margin: 0 0 16px; color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-copy h1 { max-width: 670px; margin: 0; font-size: clamp(2.8rem, 6vw, 5.45rem); line-height: .98; letter-spacing: -.065em; }
.hero-copy h1 em { color: var(--gold); font-style: normal; }
.hero-description { max-width: 540px; margin: 26px 0 0; color: rgba(255,255,255,.72); font-size: 1.05rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; gap: 14px; min-height: 48px; padding: 0 18px; border-radius: 5px; font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s, background .2s; }
.button-primary { color: var(--login-button-text, var(--navy)); background: var(--gold); }
.button-primary:hover { color: var(--navy); background: #ffd06b; transform: translateY(-2px); }
.text-link { color: rgba(255,255,255,.76); font-size: .78rem; font-weight: 700; }
.text-link:hover { color: var(--gold); }
.hero-trust { display: flex; gap: 8px; align-items: center; margin-top: 38px; color: rgba(255,255,255,.48); font-size: .72rem; }
.hero-trust i { color: #71d49b; }

.login-panel { padding: 39px 42px; color: var(--ink); background-color: var(--login-card-background); border: 1px solid rgba(255,255,255,.8); border-radius: 10px; box-shadow: 0 23px 55px rgba(0,0,0,.22); }
#login, #about, #fleet, #services, #features, #contact { scroll-margin-top: 98px; }
.login-panel-top { display: flex; align-items: center; gap: 10px; padding-bottom: 24px; color: #8290a3; border-bottom: 1px solid var(--line); font-size: .62rem; font-weight: 800; letter-spacing: .12em; }
.panel-icon { display: grid; width: 29px; height: 29px; place-items: center; color: var(--navy); background: #e8f1fa; border-radius: 6px; }
.login-header { margin: 27px 0 25px; }
.login-header h2 { margin: 0; font-size: 2rem; letter-spacing: -.05em; }
.login-header p { margin: 9px 0 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.login-alert { display: flex; gap: 9px; align-items: center; margin-bottom: 18px; padding: 11px 13px; color: #8a2330; border-left: 3px solid #dc3545; background: #fff0f1; font-size: .79rem; }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; margin-bottom: 7px; color: #3a4558; font-size: .76rem; font-weight: 800; }
.input-wrap { display: flex; align-items: center; min-height: 50px; border: 1px solid var(--line); border-radius: 6px; background: #fbfcfd; transition: border-color .2s, box-shadow .2s; }
.input-wrap:focus-within { border-color: var(--login-secondary, #206aca); box-shadow: 0 0 0 4px rgba(32,106,202,.11); background: #fff; }
.input-wrap > i { width: 43px; color: #8995a5; text-align: center; }
.input-wrap input { flex: 1; min-width: 0; height: 48px; padding: 0 9px 0 0; color: var(--ink); border: 0; outline: 0; background: transparent; font-size: .88rem; }
.input-wrap input::placeholder { color: #a7b0bd; }
.password-toggle { display: grid; width: 43px; height: 48px; place-items: center; color: #788598; border: 0; background: transparent; }
.password-toggle:hover, .password-toggle:focus-visible { color: var(--login-secondary, #206aca); }
.login-button { display: flex; align-items: center; justify-content: center; gap: 9px; width: 100%; min-height: 50px; margin-top: 27px; color: var(--login-button-text, #fff); border: 0; border-radius: 6px; background: var(--login-primary, #0b3162); box-shadow: 0 8px 15px rgba(11,49,98,.2); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s; }
.login-button:hover:not(:disabled), .login-button:focus-visible { color: var(--login-button-text, #fff); background: var(--login-secondary, #206aca); transform: translateY(-1px); }
.login-button:disabled { cursor: wait; opacity: .78; }
.security-notice { display: flex; justify-content: center; gap: 7px; margin-top: 22px; color: #8b96a5; font-size: .7rem; }
.security-notice i { color: #2e9b69; }

.content-section { padding: 112px 0; }
.about-section { background: var(--login-card-background); }
.split-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 90px; }
.section-copy h2, .section-heading h2, .benefit-inner h2 { margin: 0; color: var(--navy); font-size: clamp(2rem, 3.7vw, 3.35rem); line-height: 1.05; letter-spacing: -.06em; }
.section-copy > p:not(.section-label) { max-width: 520px; margin: 22px 0 0; color: var(--muted); font-size: .95rem; line-height: 1.8; }
.section-copy .section-label, .section-heading .section-label { color: var(--login-secondary, #206aca); }
.mission-note { display: flex; gap: 13px; max-width: 470px; margin-top: 29px; padding: 17px; border-left: 3px solid var(--gold); background: #f7f9fb; }
.mission-note > i { color: var(--login-secondary, #206aca); font-size: 1.35rem; }
.mission-note strong, .mission-note span { display: block; }
.mission-note strong { margin-bottom: 4px; font-size: .82rem; }
.mission-note span { color: var(--muted); font-size: .77rem; line-height: 1.5; }
.about-visual { position: relative; min-height: 390px; overflow: hidden; background: linear-gradient(145deg, #dce8f2, #f4c86b); }
.visual-grid { position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(rgba(16,42,75,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(16,42,75,.12) 1px, transparent 1px); background-size: 42px 42px; transform: perspective(300px) rotateX(45deg) scale(1.5); transform-origin: bottom; }
.visual-road { position: absolute; right: 17%; bottom: -18%; display: flex; width: 38%; height: 125%; align-items: center; justify-content: center; background: #24415e; transform: rotate(34deg); }
.visual-road::before, .visual-road::after { position: absolute; width: 4px; height: 100%; content: ""; background: repeating-linear-gradient(#f4b740 0 38px, transparent 38px 70px); }
.visual-road::before { left: 15%; }.visual-road::after { right: 15%; }
.visual-road i { z-index: 1; color: #f4b740; font-size: 3.6rem; transform: rotate(-34deg); }
.visual-pin { position: absolute; z-index: 2; display: grid; width: 36px; height: 36px; place-items: center; color: #fff; background: var(--login-secondary, #206aca); border: 4px solid rgba(255,255,255,.65); border-radius: 50%; box-shadow: 0 5px 14px rgba(16,42,75,.2); }
.pin-one { top: 21%; left: 18%; }.pin-two { right: 17%; bottom: 22%; background: #d68b2d; }.visual-caption { position: absolute; right: 20px; bottom: 17px; z-index: 2; color: var(--navy); font-size: .65rem; font-weight: 900; letter-spacing: .15em; }

.fleet-section { color: #fff; background: var(--navy); }.fleet-section .section-heading h2 { color: #fff; }.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; }.section-heading > p { max-width: 300px; margin: 0 0 4px; color: rgba(255,255,255,.58); font-size: .82rem; line-height: 1.6; }.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 48px; }.stat-card { padding: 27px 22px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.06); }.stat-card i { display: block; margin-bottom: 27px; color: var(--gold); font-size: 1.45rem; }.stat-card strong, .stat-card span { display: block; }.stat-card strong { font-size: 2.8rem; letter-spacing: -.06em; }.stat-card span { margin-top: 7px; color: rgba(255,255,255,.58); font-size: .73rem; text-transform: uppercase; letter-spacing: .08em; }
.services-section { background: var(--login-section-background); }.centered { display: block; text-align: center; }.centered > p:last-child { max-width: 490px; margin: 17px auto 0; color: var(--muted); font-size: .9rem; }.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 47px; }.service-card { min-height: 215px; padding: 27px 22px; background: var(--login-card-background); border: 1px solid var(--line); transition: transform .25s, box-shadow .25s, border-color .25s; }.service-card:hover { border-color: var(--gold); box-shadow: 0 13px 28px rgba(24,39,62,.09); transform: translateY(-5px); }.service-card > i { color: var(--login-secondary); font-size: 1.55rem; }.service-card h3 { margin: 22px 0 10px; color: var(--navy); font-size: 1rem; }.service-card p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.65; }
.features-section { background: var(--login-card-background); }.feature-layout { gap: 110px; }.feature-board { min-height: 330px; padding: 22px; color: #fff; background: #102a4b; box-shadow: 18px 18px 0 #e5edf3; }.board-top { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.5); font-size: .6rem; letter-spacing: .1em; }.board-top span { width: 7px; height: 7px; background: #eb6f67; border-radius: 50%; }.board-top span:nth-child(2) { background: #f4b740; }.board-top span:nth-child(3) { background: #6bc493; }.board-top b { margin-left: 8px; font-weight: 600; }.board-line { width: 54%; height: 10px; margin-top: 50px; background: rgba(255,255,255,.12); }.board-line.wide { width: 80%; height: 17px; margin-top: 41px; background: rgba(255,255,255,.22); }.board-bars { display: flex; align-items: end; gap: 10px; height: 105px; margin-top: 24px; border-bottom: 1px solid rgba(255,255,255,.14); }.board-bars i { width: 13%; background: var(--gold); }.board-bars i:nth-child(1) { height: 37%; }.board-bars i:nth-child(2) { height: 64%; }.board-bars i:nth-child(3) { height: 48%; }.board-bars i:nth-child(4) { height: 80%; }.board-bars i:nth-child(5) { height: 67%; }.board-footer { margin-top: 17px; color: #6bc493; font-size: .62rem; letter-spacing: .12em; }.feature-list { display: grid; gap: 22px; margin: 29px 0 0; padding: 0; list-style: none; }.feature-list li { display: flex; gap: 13px; color: var(--muted); font-size: .82rem; line-height: 1.5; }.feature-list i { color: #299568; font-size: 1.1rem; }.feature-list strong { display: block; margin-bottom: 3px; color: var(--navy); font-size: .86rem; }
.benefits-section { padding: 73px 0; color: #fff; background: #173a60; }.benefit-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }.benefit-inner h2 { color: #fff; }.benefit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 35px; color: rgba(255,255,255,.75); font-size: .78rem; }.benefit-list span { display: flex; gap: 9px; align-items: center; }.benefit-list i { color: var(--gold); font-size: 1.1rem; }
.site-footer { color: var(--login-footer-text); background: var(--login-footer-background); }.footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; min-height: 120px; gap: 20px 25px; padding: 30px 0; }.footer-brand img { width: 48px; height: 48px; object-fit: contain; }.footer-brand strong { color: var(--login-footer-text); }.footer-inner > p { margin: 0; font-size: .72rem; }.footer-inner .copyright { color: var(--login-footer-text); opacity: .65; font-size: .65rem; }
.footer-contacts { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; font-size: .78rem; opacity: .9; }
.footer-contact-item i { color: var(--login-accent, #f4b740); }
.footer-contact-item a { color: var(--login-footer-text); transition: opacity .2s; }
.footer-contact-item a:hover { opacity: .8; }
.route-decoration { position: absolute; right: 7%; bottom: 40px; z-index: 2; display: flex; gap: 7px; }.route-decoration span { display: block; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }.route-decoration span:nth-child(2) { width: 55px; height: 1px; margin-top: 3px; background: rgba(244,183,64,.6); border-radius: 0; }
.reveal { opacity: 0; transform: translateY(17px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* All public landing-page colors come from the published designer configuration. */
body { background: var(--login-section-background); }
.form-field label, .login-header h2, .section-copy h2, .section-heading h2, .benefit-inner h2, .service-card h3, .feature-list strong { color: var(--login-heading); }
.login-panel-top { color: color-mix(in srgb, var(--login-text) 62%, #fff); }
.panel-icon { color: var(--login-primary); background: color-mix(in srgb, var(--login-secondary) 14%, #fff); }
.input-wrap { background: color-mix(in srgb, var(--login-section-background) 52%, var(--login-card-background)); }
.input-wrap:focus-within { background: var(--login-card-background); }
.about-section { background: var(--login-section-bg-about, var(--login-card-background)); }
.fleet-section { background: var(--login-section-bg-fleet, var(--login-primary)); }
.services-section { background: var(--login-section-bg-services, var(--login-section-background)); }
.features-section { background: var(--login-section-bg-features, var(--login-card-background)); }
.service-card { background: var(--login-card-background); }
.feature-board { background: var(--login-heading); }
.benefits-section { background: var(--login-section-bg-benefits, var(--login-secondary)); }
.site-footer { background: var(--login-footer-background); color: var(--login-footer-text); }
.site-footer .footer-brand strong, .site-footer .footer-inner .copyright { color: var(--login-footer-text); }
.site-footer .footer-brand span { color: var(--login-footer-text); opacity: .7; }
.login-button { color: var(--login-button-text); background: var(--login-primary); }
.button-primary { color: var(--login-button-text); background: var(--login-accent); }
.login-button:hover:not(:disabled), .login-button:focus-visible { color: var(--login-button-text); background: var(--login-secondary); }
.button-primary:hover { color: var(--login-button-text); background: var(--login-secondary); }

@media (max-width: 900px) {
    .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .85fr); gap: 35px; }.hero-copy h1 { font-size: clamp(2.6rem, 6vw, 4rem); }.login-panel { padding: 31px 27px; }.service-grid { grid-template-columns: repeat(2, 1fr); }.stats-grid { grid-template-columns: repeat(2, 1fr); }.split-layout { gap: 45px; }.feature-layout { gap: 65px; }
}
@media (max-width: 700px) {
    .site-header { width: 100%; height: 68px; padding: 0 20px; }.nav-toggle { display: block; }.site-nav { position: absolute; top: 68px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 18px; background: color-mix(in srgb, var(--login-navbar) 97%, transparent); }.site-nav.is-open { display: flex; }.site-nav a { padding: 13px 0; }.site-nav .nav-login { margin-top: 4px; padding: 13px; text-align: center; }.page-container { width: min(100% - 38px, 560px); }.hero-section { min-height: auto; }.hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 45px; min-height: auto; padding-top: 145px; padding-bottom: 80px; }.hero-copy h1 { font-size: clamp(2.75rem, 13vw, 4.4rem); }.hero-description { font-size: .94rem; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }.login-panel { width: 100%; }.content-section { padding: 78px 0; }.split-layout, .feature-layout { grid-template-columns: 1fr; gap: 45px; }.about-visual { min-height: 300px; order: -1; }.section-heading, .benefit-inner { display: block; }.section-heading > p { margin-top: 18px; }.stats-grid { margin-top: 32px; }.stat-card { padding: 20px 17px; }.stat-card strong { font-size: 2.2rem; }.service-grid { grid-template-columns: 1fr; margin-top: 31px; }.service-card { min-height: auto; }.feature-board { min-height: 285px; }.benefit-list { margin-top: 30px; }.footer-inner { align-items: flex-start; flex-direction: column; padding: 28px 0; }.route-decoration { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; } }
