@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@700;800&display=swap');

:root {
  --navy-975: #04101a;
  --navy-950: #06131f;
  --navy-900: #071827;
  --navy-850: #0a2133;
  --navy-800: #0c2a40;
  --navy-700: #153f59;
  --blue-650: #006fe6;
  --blue-550: #1588ff;
  --cyan-400: #39d5ff;
  --cyan-300: #7be6ff;
  --ink: #102434;
  --muted: #617587;
  --line: #d8e4ec;
  --line-dark: rgba(255,255,255,.12);
  --tint: #f2f7fa;
  --white: #fff;
  --success: #2bcf86;
  --shadow-sm: 0 12px 32px rgba(4,20,32,.08);
  --shadow: 0 24px 70px rgba(4,20,32,.16);
  --radius-sm: 12px;
  --radius: 19px;
  --radius-lg: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.67; -webkit-font-smoothing: antialiased; }
body.admin-bar .site-header { top: 32px; }
body.menu-open { overflow: hidden; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
p { margin: 0 0 1.2em; }
ul, ol { padding-left: 1.2rem; }
h1, h2, h3, h4 { margin: 0 0 18px; font-family: Manrope, Inter, sans-serif; line-height: 1.1; letter-spacing: -.035em; }
h1 { font-size: clamp(3.35rem, 7vw, 6.2rem); }
h2 { font-size: clamp(2.25rem, 4.3vw, 4rem); }
h3 { font-size: 1.33rem; }
h4 { font-size: 1rem; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.content-narrow { max-width: 820px; }
.section { padding: 96px 0; }
.section-dark { background: var(--navy-950); color: var(--white); }
.section-tint { background: var(--tint); }
.screen-reader-text, .skip-link:not(:focus) { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); white-space: nowrap; }
.skip-link:focus { position: fixed; z-index: 9999; left: 16px; top: 16px; padding: 12px 16px; background: var(--white); color: var(--navy-950); border-radius: 8px; font-weight: 800; }
.eyebrow { color: var(--blue-550); text-transform: uppercase; letter-spacing: .17em; font-size: .75rem; font-weight: 800; margin-bottom: 14px; }
.section-dark .eyebrow, .section-heading.light .eyebrow, .sidebar-dark .eyebrow { color: var(--cyan-400); }
.button-row, .hero-actions, .fleet-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 0 22px; border-radius: 10px; border: 1px solid transparent; text-decoration: none; font-weight: 800; transition: transform .2s, background .2s, border-color .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue-650); color: var(--white); }
.button-primary:hover { background: var(--blue-550); }
.button-secondary { border-color: #b9c9d5; color: var(--ink); background: transparent; }
.button-secondary:hover { border-color: var(--blue-550); color: var(--blue-650); }
.button-ghost { border-color: rgba(255,255,255,.25); color: var(--white); background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: var(--cyan-400); color: var(--white); }
.button-dark { background: var(--navy-900); color: var(--white); }
.button-dark:hover { background: var(--navy-800); }
.button-small { min-height: 44px; padding: 0 17px; font-size: .85rem; }
.center-action { margin-top: 36px; text-align: center; }

.announcement { background: #03101a; color: #b9ccda; font-size: .78rem; border-bottom: 1px solid rgba(255,255,255,.07); }
.announcement-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.announcement-inner > div { display: flex; align-items: center; gap: 24px; }
.announcement a { color: var(--cyan-400); font-weight: 800; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(7,24,39,.96); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(14px); }
.header-inner { min-height: 80px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 14px; flex: 0 0 auto; text-decoration: none; }
.brand-symbol { width: 52px; height: 52px; display: grid; place-items: center; }
.brand-symbol svg { width: 52px; height: 52px; fill: none; stroke: var(--cyan-400); stroke-width: 4; }
.brand-symbol svg circle:first-child { stroke: var(--blue-550); }
.brand-symbol svg circle:nth-child(2) { stroke: rgba(255,255,255,.3); }
.brand-symbol .brand-road { stroke: var(--white); stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.brand-copy { display: flex; flex-direction: column; line-height: .95; }
.brand-copy strong { color: var(--white); font-family: Manrope, sans-serif; font-size: 1.22rem; letter-spacing: -.02em; }
.brand-copy span { color: var(--cyan-400); margin-top: 6px; font-size: .68rem; font-weight: 800; letter-spacing: .25em; }
.custom-logo-link { display: block; }
.custom-logo { max-height: 58px; width: auto; }
.brand-logo-image { display: block; width: 230px; max-width: 24vw; height: auto; object-fit: contain; filter: drop-shadow(0 4px 14px rgba(0,0,0,.18)); }
.brand-logo-footer { width: 245px; max-width: 100%; }

.primary-nav { margin-left: auto; }
.primary-nav ul { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; gap: 22px; }
.primary-nav a { display: block; padding: 30px 0; color: #dce8f1; text-decoration: none; font-size: .83rem; font-weight: 700; white-space: nowrap; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--cyan-400); }
.primary-nav .menu-item-has-children { position: relative; }
.primary-nav .sub-menu { position: absolute; left: -18px; top: 72px; min-width: 260px; display: block; padding: 12px 0; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s; }
.primary-nav .menu-item-has-children:hover .sub-menu { opacity: 1; visibility: visible; transform: none; }
.primary-nav .sub-menu a { padding: 10px 20px; color: var(--ink); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-call { display: flex; flex-direction: column; color: var(--white); text-decoration: none; font-size: .88rem; font-weight: 800; line-height: 1.15; }
.header-call span { margin-bottom: 4px; color: #829aab; font-size: .63rem; text-transform: uppercase; letter-spacing: .1em; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 27px; height: 2px; margin: 5px 0; background: var(--white); }
.breadcrumbs { background: #071421; color: #8299aa; border-top: 1px solid rgba(255,255,255,.03); font-size: .76rem; }
.breadcrumbs .container { min-height: 41px; display: flex; align-items: center; gap: 9px; }
.breadcrumbs a { color: #d0dce5; font-weight: 700; text-decoration: none; }

.hero { position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 78% 48%, rgba(21,136,255,.22), transparent 28%), linear-gradient(120deg, rgba(57,213,255,.05), transparent 46%); pointer-events: none; }
.hero-grid { position: relative; min-height: 690px; display: grid; grid-template-columns: 1.04fr .96fr; gap: 70px; align-items: center; padding-top: 70px; padding-bottom: 78px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 760px; }
.hero h1 span { color: var(--cyan-400); }
.hero-lead { max-width: 710px; color: #d9e9f4; font-size: clamp(1.22rem, 2vw, 1.58rem); line-height: 1.45; }
.hero-copy > p:not(.hero-lead) { max-width: 690px; color: #a9bdcc; }
.hero-actions { margin: 31px 0; }
.hero-points { display: flex; flex-wrap: wrap; gap: 9px; }
.hero-points span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #b9cbd8; font-size: .76rem; }
.hero-visual { min-height: 520px; display: grid; place-items: center; }
.vehicle-system-graphic { width: min(100%, 520px); aspect-ratio: 1; position: relative; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; background: radial-gradient(circle, rgba(21,136,255,.18), rgba(3,13,22,.12) 56%, transparent 57%); }
.orbit { position: absolute; border: 1px solid rgba(57,213,255,.18); border-radius: 50%; }
.orbit-one { inset: 10%; }
.orbit-two { inset: 22%; border-style: dashed; animation: rotate 28s linear infinite; }
.vehicle-outline { position: absolute; left: 4%; right: 4%; top: 25%; width: 92%; fill: none; stroke: #2f9dff; stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 14px rgba(21,136,255,.42)); }
.vehicle-outline circle { fill: var(--navy-950); stroke: var(--cyan-400); }
.scan-line { position: absolute; left: 18%; right: 18%; top: 20%; height: 2px; background: linear-gradient(90deg, transparent, var(--cyan-400), transparent); box-shadow: 0 0 18px var(--cyan-400); animation: scan 4s ease-in-out infinite; }
.diag-panel { position: absolute; right: -8px; bottom: 35px; width: 285px; padding: 22px; background: rgba(5,20,32,.95); border: 1px solid rgba(57,213,255,.24); border-radius: 15px; box-shadow: var(--shadow); }
.diag-label { display: block; color: var(--cyan-400); font-size: .69rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; margin-bottom: 5px; }
.diag-panel strong { display: block; margin-bottom: 16px; }
.diag-row { display: flex; justify-content: space-between; gap: 15px; margin: 9px 0; color: #90a7b7; font-size: .72rem; }
.diag-row b { color: #dbe8f1; }
.diag-status { margin-top: 15px; color: #9db2c1; font-size: .74rem; }
.diag-status i, .console-head i, .system-status i { display: inline-block; width: 8px; height: 8px; margin-right: 7px; background: var(--success); border-radius: 50%; box-shadow: 0 0 10px var(--success); }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes scan { 0%,100% { transform: translateY(0); opacity: .2; } 50% { transform: translateY(250px); opacity: 1; } }

.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { min-height: 104px; padding: 24px 25px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { color: var(--navy-900); font-family: Manrope, sans-serif; }
.trust-grid span { color: var(--muted); font-size: .82rem; }
.section-heading { max-width: 790px; margin: 0 auto 53px; text-align: center; }
.section-heading p { color: var(--muted); font-size: 1.04rem; }
.section-heading.light p { color: #a9bfce; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.service-card { position: relative; min-height: 300px; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #b9d4e8; }
.service-card .icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 30px; background: #e8f4ff; color: var(--blue-650); border-radius: 12px; font-weight: 800; }
.service-card p { color: var(--muted); }
.card-link { position: absolute; left: 30px; bottom: 27px; color: var(--blue-650); font-size: .8rem; font-weight: 800; }
.card-link span { margin-left: 5px; }
.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.split-layout > div > p { color: var(--muted); }
.callout { margin-top: 34px; padding: 24px; background: var(--white); border-left: 4px solid var(--blue-650); box-shadow: 0 15px 45px rgba(7,24,39,.07); }
.callout p { margin-bottom: 0; color: var(--muted); }
.symptom-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.symptom-list > div { padding: 18px; display: flex; align-items: flex-start; gap: 14px; background: var(--white); border: 1px solid var(--line); border-radius: 13px; }
.symptom-list span { padding-top: 3px; color: var(--blue-650); font-size: .72rem; font-weight: 800; }
.symptom-list p { margin: 0; color: #2c4051; font-size: .92rem; font-weight: 600; }

.fleet-home { position: relative; overflow: hidden; }
.fleet-home::after { content: ''; position: absolute; width: 620px; height: 620px; right: -310px; top: 100px; border-radius: 50%; background: rgba(21,136,255,.08); }
.fleet-home .container { position: relative; z-index: 1; }
.fleet-dashboard { display: grid; grid-template-columns: .82fr 1.18fr; gap: 22px; }
.fleet-display { min-height: 470px; padding: 38px; display: flex; flex-direction: column; justify-content: space-between; background: #0a2032; border: 1px solid var(--line-dark); border-radius: var(--radius); overflow: hidden; }
.fleet-rings { position: relative; min-height: 260px; display: grid; place-items: center; }
.fleet-rings::before, .fleet-rings::after, .fleet-rings span { content: ''; position: absolute; border-radius: 50%; border: 1px solid rgba(57,213,255,.18); }
.fleet-rings::before { width: 260px; height: 260px; }
.fleet-rings::after { width: 190px; height: 190px; border-style: dashed; animation: rotate 20s linear infinite; }
.fleet-rings span:first-child { width: 120px; height: 120px; background: rgba(21,136,255,.1); }
.fleet-rings strong { position: relative; z-index: 2; color: var(--cyan-400); font-family: Manrope, sans-serif; font-size: 2rem; letter-spacing: .18em; }
.fleet-display-copy span { color: var(--cyan-400); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.fleet-display-copy h3 { margin-top: 10px; font-size: 1.65rem; }
.fleet-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fleet-panels article { min-height: 220px; padding: 26px; background: rgba(255,255,255,.04); border: 1px solid var(--line-dark); border-radius: 15px; }
.fleet-panels article > span { display: block; margin-bottom: 28px; color: var(--cyan-400); font-size: .72rem; font-weight: 800; }
.fleet-panels p { color: #9fb4c3; font-size: .91rem; }
.fleet-actions { justify-content: center; margin-top: 30px; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.process-grid article { min-height: 275px; padding: 31px; border-right: 1px solid var(--line); }
.process-grid article:last-child { border-right: 0; }
.process-grid article > span { display: block; margin-bottom: 43px; color: var(--blue-650); font-size: .72rem; font-weight: 800; }
.process-grid p { color: var(--muted); font-size: .9rem; }
.process-grid.dark { border-color: var(--line-dark); }
.process-grid.dark article { border-right-color: var(--line-dark); background: rgba(255,255,255,.025); }
.process-grid.dark p { color: #a7bccb; }
.process-grid.dark article > span { color: var(--cyan-400); }
.why-section .split-layout > div > p { color: #a9bdcc; }
.check-list { margin: 25px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 13px 0 13px 31px; border-bottom: 1px solid rgba(255,255,255,.1); }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--cyan-400); font-weight: 800; }
.page-article .check-list li, .fleet-content .check-list li { border-bottom-color: var(--line); }
.page-article .check-list li::before, .fleet-content .check-list li::before { color: var(--blue-650); }
.contact-card { padding: 34px; background: #0a2032; border: 1px solid var(--line-dark); border-radius: var(--radius); box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.small-label { display: block; margin-bottom: 9px; color: var(--cyan-400); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.contact-card > p { color: #9fb3c2; }
.contact-card dl { margin: 24px 0 0; }
.contact-card dl div { display: grid; grid-template-columns: 90px 1fr; gap: 18px; padding: 15px 0; border-top: 1px solid var(--line-dark); }
.contact-card dt { color: #7f99aa; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-card dd { margin: 0; color: #e0ebf3; font-size: .9rem; }
.contact-card a { color: var(--cyan-400); text-decoration: none; }
.location-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center; }
.location-grid > div:first-child > p { color: var(--muted); font-size: 1.05rem; }
.location-card { position: relative; min-height: 430px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #eaf1f5; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.map-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(112,139,156,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(112,139,156,.12) 1px, transparent 1px); background-size: 34px 34px; }
.map-route { position: absolute; display: block; background: var(--white); box-shadow: 0 0 0 1px #d5e0e6; }
.route-one { width: 130%; height: 23px; transform: rotate(-13deg); }
.route-two { width: 23px; height: 130%; transform: rotate(18deg); }
.map-dot { position: relative; z-index: 2; width: 23px; height: 23px; margin-bottom: 15px; background: var(--blue-650); border: 6px solid var(--white); border-radius: 50%; box-shadow: 0 0 0 8px rgba(21,136,255,.16), var(--shadow-sm); }
.location-card strong, .location-card small { position: relative; z-index: 2; }
.location-card strong { padding: 10px 14px; background: var(--navy-900); color: var(--white); border-radius: 8px; }
.location-card small { margin-top: 7px; color: var(--muted); }

.page-hero { position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 82% 45%, rgba(21,136,255,.18), transparent 26%); }
.page-hero-grid { position: relative; min-height: 525px; display: grid; grid-template-columns: 1.14fr .66fr; gap: 80px; align-items: center; padding-top: 70px; padding-bottom: 70px; }
.page-hero h1 { max-width: 930px; font-size: clamp(3.1rem, 6.4vw, 5.65rem); }
.page-hero-grid > div:first-child > p { max-width: 770px; color: #bad0de; font-size: 1.14rem; }
.page-system-panel { padding: 28px; background: rgba(5,20,32,.82); border: 1px solid rgba(57,213,255,.22); border-radius: 16px; box-shadow: var(--shadow); }
.panel-label { color: var(--cyan-400); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.page-system-panel strong { display: block; margin: 12px 0 18px; font-size: 1.18rem; }
.system-line { height: 6px; margin: 10px 0; overflow: hidden; background: rgba(255,255,255,.08); border-radius: 99px; }
.system-line span { display: block; width: 82%; height: 100%; background: linear-gradient(90deg,var(--blue-650),var(--cyan-400)); }
.system-line.short span { width: 59%; }
.system-status { margin-top: 17px; color: #a5bac8; font-size: .75rem; }
.page-system-panel p { margin: 21px 0 0; padding-top: 17px; border-top: 1px solid var(--line-dark); color: #91a9b9; font-size: .78rem; }
.page-highlights { background: var(--white); border-bottom: 1px solid var(--line); }
.highlights-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.highlights-grid > div { min-height: 92px; display: flex; align-items: center; gap: 12px; padding: 21px 23px; border-right: 1px solid var(--line); font-size: .82rem; font-weight: 700; }
.highlights-grid > div:last-child { border-right: 0; }
.highlights-grid span { width: 27px; height: 27px; display: grid; place-items: center; flex: 0 0 auto; background: #e8f4ff; color: var(--blue-650); border-radius: 50%; }
.page-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 75px; align-items: start; }
.page-article { min-width: 0; }
.content-section { display: grid; grid-template-columns: 55px minmax(0,1fr); gap: 25px; padding: 0 0 55px; margin-bottom: 55px; border-bottom: 1px solid var(--line); }
.content-section:last-child { margin-bottom: 0; }
.content-number { padding-top: 7px; color: var(--blue-650); font-family: Manrope, sans-serif; font-size: 1.1rem; font-weight: 800; }
.content-section h2 { font-size: clamp(1.9rem, 3.2vw, 3rem); }
.content-section p, .content-section li { color: #526778; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 25px 0; }
.feature-grid > div { padding: 23px; background: var(--tint); border: 1px solid var(--line); border-radius: 13px; }
.feature-grid h3 { font-size: 1.08rem; }
.feature-grid p { margin: 0; font-size: .9rem; }
.number-list { counter-reset: item; margin: 25px 0; padding: 0; list-style: none; }
.number-list li { position: relative; padding: 17px 0 17px 49px; border-bottom: 1px solid var(--line); }
.number-list li::before { counter-increment: item; content: counter(item); position: absolute; left: 0; top: 14px; width: 31px; height: 31px; display: grid; place-items: center; background: var(--navy-900); color: var(--cyan-400); border-radius: 7px; font-size: .75rem; font-weight: 800; }
.page-sidebar { position: sticky; top: 125px; display: grid; gap: 18px; }
.sidebar-card { padding: 28px; background: var(--tint); border: 1px solid var(--line); border-radius: 16px; }
.sidebar-dark { background: var(--navy-950); color: var(--white); border-color: var(--navy-950); }
.sidebar-dark p { color: #a9bdcc; font-size: .9rem; }
.sidebar-dark .button { width: 100%; }
.sidebar-phone { display: block; margin-top: 17px; color: var(--cyan-400); text-align: center; text-decoration: none; font-size: 1.12rem; font-weight: 800; }
.sidebar-links { margin: 0; padding: 0; list-style: none; }
.sidebar-links li { border-bottom: 1px solid var(--line); }
.sidebar-links a { display: flex; justify-content: space-between; padding: 12px 0; text-decoration: none; font-size: .83rem; font-weight: 700; }
.sidebar-links a::after { content: '→'; color: var(--blue-650); }
.editor-content { margin-top: 45px; }
.faq-section { background: var(--tint); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-grid > div:first-child p { color: var(--muted); }
.accordion-list { border-top: 1px solid var(--line); }
.accordion-list details { border-bottom: 1px solid var(--line); }
.accordion-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 23px 3px; cursor: pointer; list-style: none; font-weight: 800; }
.accordion-list summary::-webkit-details-marker { display: none; }
.accordion-list summary span { color: var(--blue-650); font-size: 1.3rem; transition: transform .2s; }
.accordion-list details[open] summary span { transform: rotate(45deg); }
.accordion-list details > div { padding: 0 30px 20px 3px; color: var(--muted); }

.fleet-hero { position: relative; overflow: hidden; }
.fleet-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 78% 46%, rgba(21,136,255,.22), transparent 29%); }
.fleet-hero-grid { position: relative; min-height: 650px; display: grid; grid-template-columns: 1.03fr .97fr; gap: 78px; align-items: center; padding-top: 72px; padding-bottom: 78px; }
.fleet-hero h1 { max-width: 830px; font-size: clamp(3.2rem, 6.5vw, 5.9rem); }
.fleet-hero-grid > div:first-child > p:not(.hero-lead) { color: #a9bdcc; }
.fleet-console { padding: 29px; background: rgba(5,20,32,.92); border: 1px solid rgba(57,213,255,.24); border-radius: 18px; box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.console-head { display: flex; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line-dark); color: #9db4c3; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.console-score { padding: 29px 0; text-align: center; }
.console-score strong { display: block; color: var(--cyan-400); font-size: 3.5rem; line-height: 1; letter-spacing: .08em; }
.console-score span { color: #9fb5c4; font-size: .75rem; }
.console-bars > div { margin: 14px 0; }
.console-bars div > span { display: block; margin-bottom: 5px; color: #a9bdcc; font-size: .72rem; }
.console-bars b { display: block; height: 7px; overflow: hidden; background: rgba(255,255,255,.08); border-radius: 99px; }
.console-bars b i { display: block; height: 100%; background: linear-gradient(90deg,var(--blue-650),var(--cyan-400)); }
.console-fleet { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 24px; }
.console-fleet span { padding: 9px; border: 1px solid var(--line-dark); border-radius: 8px; color: #cad8e2; text-align: center; font-size: .7rem; }
.fleet-process { position: relative; overflow: hidden; }
.fleet-process::after { content: ''; position: absolute; width: 530px; height: 530px; right: -265px; top: 45px; border-radius: 50%; background: rgba(21,136,255,.08); }
.fleet-process .container { position: relative; z-index: 1; }
.priority-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: center; }
.priority-grid > div:first-child > p { color: var(--muted); font-size: 1.04rem; }
.priority-board { border-top: 1px solid var(--line); }
.priority-board article { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.priority-board article > span { color: var(--blue-650); font-size: .72rem; font-weight: 800; padding-top: 4px; }
.priority-board h3 { margin-bottom: 7px; }
.priority-board p { margin: 0; color: var(--muted); font-size: .9rem; }
.priority-board .priority-now { padding: 24px; background: var(--navy-950); border: 0; border-radius: 14px; }
.priority-board .priority-now h3 { color: var(--white); }
.priority-board .priority-now p { color: #a9bdcc; }
.priority-board .priority-now > span { color: var(--cyan-400); }
.fleet-content .page-article { background: var(--white); padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); }

.article-hero { padding: 90px 0; background: var(--navy-950); color: var(--white); }
.article-hero h1 { font-size: clamp(3rem, 6vw, 5.5rem); }
.article-meta { color: #aebdca; }
.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 75px; align-items: start; }
.article-content { max-width: 760px; }
.article-content h2 { margin-top: 1.3em; font-size: 2.35rem; }
.article-content h3 { margin-top: 1.2em; font-size: 1.3rem; }
.article-content p, .article-content li { color: #4f6475; }
.article-cta { margin-top: 55px; padding: 34px; background: var(--tint); border-left: 5px solid var(--blue-650); }
.post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.post-card { padding: 25px; border: 1px solid var(--line); border-radius: 16px; }
.post-card-visual { min-height: 130px; display: grid; place-items: center; background: var(--navy-950); color: var(--cyan-400); border-radius: 11px; text-decoration: none; }
.post-card-visual strong { font-size: 2.6rem; }
.post-meta { color: var(--blue-650); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.post-card h2, .post-card h3 { margin-top: 12px; font-size: 1.16rem; }
.post-card p { color: var(--muted); font-size: .86rem; }
.standard-content { min-height: 500px; }
.error-page { min-height: 600px; display: flex; align-items: center; text-align: center; }
.error-code { color: var(--cyan-400); font-family: Manrope, sans-serif; font-size: 8rem; line-height: 1; }

.footer-cta { padding: 65px 0; background: var(--navy-800); color: var(--white); }
.footer-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 65px; }
.footer-cta-inner > div:first-child { max-width: 730px; }
.footer-cta h2 { font-size: clamp(2rem, 4vw, 3.45rem); }
.footer-cta p { margin-bottom: 0; color: #acc0ce; }
.site-footer { background: #03101a; color: #c3d0d9; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .7fr 1fr; gap: 58px; padding: 74px 0; }
.brand-footer { margin-bottom: 19px; }
.footer-brand p { max-width: 390px; color: #849aaa; font-size: .85rem; }
.repco-badge { display: inline-flex; padding: 7px 11px; color: var(--cyan-400); border: 1px solid rgba(57,213,255,.28); border-radius: 7px; font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.site-footer h3 { color: var(--white); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li, .footer-contact > a, .footer-contact p { margin: 10px 0; color: #8096a6; font-size: .81rem; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--cyan-400); }
.footer-contact { display: flex; flex-direction: column; }
.footer-phone { color: var(--cyan-400) !important; font-size: 1.05rem !important; font-weight: 800; }
.footer-book { margin-top: 8px !important; color: #dce8f0 !important; font-weight: 800; }
.footer-bottom { min-height: 68px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-top: 1px solid rgba(255,255,255,.08); color: #607786; font-size: .69rem; }
.mobile-action-bar { display: none; }
.back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--blue-650); color: var(--white); font-weight: 800; box-shadow: 0 12px 30px rgba(0,0,0,.22); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
:focus-visible { outline: 3px solid var(--cyan-400); outline-offset: 3px; }

@media (max-width: 1120px) {
  .primary-nav ul { gap: 16px; }
  .header-call { display: none; }
  .hero-grid { gap: 35px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-contact { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  body { padding-bottom: 62px; }
  body.admin-bar .site-header { top: 46px; }
  .announcement { display: none; }
  .header-inner { min-height: 72px; }
  .menu-toggle { display: block; margin-left: auto; }
  .primary-nav { position: fixed; inset: 72px 0 0; z-index: 99; margin: 0; padding: 25px 30px 100px; background: var(--navy-950); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s; overflow-y: auto; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .primary-nav ul { display: block; }
  .primary-nav li { border-bottom: 1px solid rgba(255,255,255,.1); }
  .primary-nav a { padding: 17px 0; font-size: 1rem; }
  .primary-nav .sub-menu { position: static; min-width: 0; padding: 0 0 10px 18px; background: transparent; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .primary-nav .sub-menu li { border: 0; }
  .primary-nav .sub-menu a { padding: 8px 0; color: #b8cbd8; }
  .header-actions { display: none; }
  .hero-grid, .page-hero-grid, .fleet-hero-grid, .split-layout, .fleet-dashboard, .location-grid, .faq-grid, .page-layout, .article-layout, .priority-grid { grid-template-columns: 1fr; }
  .hero-grid, .fleet-hero-grid { padding-top: 70px; }
  .hero-visual { min-height: 470px; }
  .vehicle-system-graphic { width: min(100%,490px); }
  .page-hero-grid { padding-top: 65px; padding-bottom: 70px; }
  .page-system-panel { max-width: 520px; }
  .trust-grid, .highlights-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid article:nth-child(2) { border-right: 0; }
  .process-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .process-grid.dark article:nth-child(-n+2) { border-bottom-color: var(--line-dark); }
  .page-sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .fleet-content .page-article { padding: 30px; }
  .footer-cta-inner { display: block; }
  .footer-cta .button-row { margin-top: 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .mobile-action-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 110; height: 62px; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -8px 24px rgba(0,0,0,.18); }
  .mobile-action-bar a { display: grid; place-items: center; background: var(--navy-950); color: var(--white); text-decoration: none; font-size: .82rem; font-weight: 800; }
  .mobile-action-bar a:last-child { background: var(--blue-650); }
  .back-to-top { bottom: 78px; }
}
@media (max-width: 620px) {
  body { font-size: 15.8px; }
  .container { width: min(calc(100% - 30px),var(--container)); }
  .section { padding: 72px 0; }
  h1 { font-size: clamp(2.85rem, 14vw, 4.5rem); }
  h2 { font-size: clamp(2rem, 10vw, 3.2rem); }
  .brand-symbol { width: 45px; height: 45px; }
  .brand-symbol svg { width: 45px; height: 45px; }
  .brand-copy strong { font-size: 1.04rem; }
  .brand-copy span { font-size: .58rem; }
  .brand-logo-image { width: 185px; max-width: 48vw; }

  .hero-grid, .fleet-hero-grid { min-height: 0; padding-top: 56px; padding-bottom: 65px; }
  .hero-lead { font-size: 1.04rem; }
  .hero .button, .fleet-hero .button, .page-hero .button { width: 100%; }
  .hero-visual { min-height: 350px; }
  .diag-panel { right: 0; bottom: 8px; width: 240px; padding: 17px; }
  .scan-line { display: none; }
  .trust-grid, .highlights-grid, .service-grid, .symptom-list, .fleet-panels, .process-grid, .feature-grid, .page-sidebar, .console-fleet { grid-template-columns: 1fr; }
  .trust-grid > div, .highlights-grid > div { min-height: 78px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card { min-height: 285px; }
  .fleet-display { min-height: 380px; padding: 25px; }
  .fleet-rings { min-height: 210px; }
  .fleet-rings::before { width: 210px; height: 210px; }
  .fleet-rings::after { width: 150px; height: 150px; }
  .process-grid article, .process-grid article:nth-child(2) { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid article:last-child { border-bottom: 0; }
  .process-grid.dark article, .process-grid.dark article:nth-child(2) { border-bottom-color: var(--line-dark); }
  .location-card { min-height: 340px; }
  .page-hero-grid { min-height: 0; padding-top: 55px; padding-bottom: 60px; }
  .content-section { grid-template-columns: 1fr; gap: 5px; padding-bottom: 40px; margin-bottom: 40px; }
  .content-number { font-size: .9rem; }
  .fleet-content .page-article { padding: 22px; }
  .priority-board article { grid-template-columns: 42px 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-contact { grid-column: auto; }
  .footer-bottom { display: block; padding: 20px 0; }
  .footer-bottom span { display: block; margin: 6px 0; }
}

/* v2.1.0 refined branding and realistic hero */
.brand-logo-image,
.custom-logo {
  width: 286px;
  max-width: 26vw;
  max-height: 68px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 5px 16px rgba(0,0,0,.34));
}
.brand-logo-footer { width: 270px; max-width: 100%; }
.hero-visual { position: relative; min-height: 560px; }
.hero-car-frame {
  position: absolute;
  inset: 0 -95px 0 -25px;
  overflow: hidden;
  border-radius: 28px 0 0 28px;
  background: #071421;
  box-shadow: 0 28px 80px rgba(0,0,0,.36);
}
.hero-car-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #06111c 0%, rgba(6,17,28,.75) 9%, transparent 34%), linear-gradient(0deg, rgba(6,17,28,.5), transparent 35%);
  pointer-events: none;
}
.hero-car-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 60% 52%;
  transform: scale(1.02);
}
@media (max-width: 1100px) {
  .brand-logo-image, .custom-logo { width: 235px; max-width: 28vw; }
  .hero-car-frame { inset: 10px -35px 10px 0; }
}
@media (max-width: 860px) {
  .brand-logo-image, .custom-logo { width: 220px; max-width: 58vw; max-height: 58px; }
  .hero-visual { min-height: 430px; }
  .hero-car-frame { position: absolute; inset: 0; border-radius: 20px; }
  .hero-car-frame::before { background: linear-gradient(0deg, rgba(6,17,28,.5), transparent 45%); }
}
@media (max-width: 560px) {
  .hero-visual { min-height: 325px; }
  .hero-car-frame img { object-position: 58% 50%; }
}

/* v2.1.3 full-width blended workshop hero */
.hero {
  background:
    linear-gradient(90deg, rgba(6,17,28,.97) 0%, rgba(6,17,28,.96) 33%, rgba(6,17,28,.78) 54%, rgba(6,17,28,.58) 72%, rgba(6,17,28,.72) 100%),
    radial-gradient(circle at 76% 42%, rgba(53, 144, 255, .20), transparent 27%),
    url('../images/eagle-farm-hero-workshop.png') center center / cover no-repeat;
}
.hero::before {
  background:
    radial-gradient(circle at 74% 40%, rgba(57,213,255,.14), transparent 22%),
    linear-gradient(180deg, rgba(3,10,18,.35), rgba(3,10,18,.12) 24%, rgba(3,10,18,.30) 100%);
}
.hero-grid { min-height: 760px; }
.hero-visual {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.hero-workshop-panel {
  width: min(300px, 100%);
  padding: 24px;
  background: rgba(5,20,32,.92);
  border: 1px solid rgba(57,213,255,.24);
  border-radius: 16px;
  box-shadow: 0 28px 70px rgba(0,0,0,.34);
  backdrop-filter: blur(2px);
}
.hero-workshop-panel strong { display: block; margin-bottom: 16px; }
.hero-car-frame { display: none; }
@media (max-width: 1100px) {
  .hero { background-position: 62% center; }
}
@media (max-width: 900px) {
  .hero {
    background:
      linear-gradient(180deg, rgba(6,17,28,.94) 0%, rgba(6,17,28,.84) 38%, rgba(6,17,28,.74) 100%),
      url('../images/eagle-farm-hero-workshop.png') 60% center / cover no-repeat;
  }
  .hero-grid { min-height: 0; }
  .hero-visual { min-height: 250px; align-items: flex-end; }
  .hero-workshop-panel { max-width: 420px; }
}
@media (max-width: 620px) {
  .hero {
    background:
      linear-gradient(180deg, rgba(6,17,28,.96) 0%, rgba(6,17,28,.86) 38%, rgba(6,17,28,.78) 100%),
      url('../images/eagle-farm-hero-workshop.png') 63% center / cover no-repeat;
  }
  .hero-visual { min-height: 190px; }
  .hero-workshop-panel { width: 100%; padding: 18px; }
}

/* v2.1.4 — actual uploaded workshop photo, blended across full hero */
.hero.section-dark {
  position: relative;
  isolation: isolate;
  background-color: #06131f;
  background-image:
    linear-gradient(90deg,
      rgba(4,14,24,.985) 0%,
      rgba(4,14,24,.97) 29%,
      rgba(4,14,24,.88) 45%,
      rgba(4,14,24,.58) 66%,
      rgba(4,14,24,.44) 82%,
      rgba(4,14,24,.58) 100%),
    linear-gradient(180deg, rgba(4,14,24,.25) 0%, rgba(4,14,24,.08) 42%, rgba(4,14,24,.66) 100%),
    url('../images/eagle-farm-workshop-original.jpg');
  background-size: cover;
  background-position: center 47%;
  background-repeat: no-repeat;
}
.hero.section-dark::before {
  z-index: -1;
  background:
    radial-gradient(circle at 78% 40%, rgba(29,142,230,.17), transparent 30%),
    linear-gradient(90deg, rgba(2,10,18,.38), transparent 54%);
}
.hero.section-dark::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  box-shadow: inset 0 -130px 130px rgba(4,14,24,.42);
}
.hero-grid { min-height: 760px; }
.hero-copy { text-shadow: 0 3px 20px rgba(0,0,0,.30); }
.hero-workshop-panel {
  background: rgba(5,20,32,.86);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
@media (max-width: 1100px) {
  .hero.section-dark { background-position: 59% 48%; }
}
@media (max-width: 900px) {
  .hero.section-dark {
    background-image:
      linear-gradient(180deg, rgba(4,14,24,.95) 0%, rgba(4,14,24,.83) 46%, rgba(4,14,24,.72) 100%),
      url('../images/eagle-farm-workshop-original.jpg');
    background-position: 55% center;
  }
}
@media (max-width: 620px) {
  .hero.section-dark {
    background-image:
      linear-gradient(180deg, rgba(4,14,24,.965) 0%, rgba(4,14,24,.88) 52%, rgba(4,14,24,.76) 100%),
      url('../images/eagle-farm-workshop-original.jpg');
    background-position: 58% center;
  }
}


/* v2.1.5 live Google Maps integration */
.location-map-card {
  position: relative;
  min-height: 430px;
  display: block;
  background: #dce7ee;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 18px 55px rgba(7,24,39,.12);
}
.google-map-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(.88) contrast(1.03);
}
.map-overlay-link {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  min-width: 260px;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  background: rgba(6,17,28,.94);
  border: 1px solid rgba(57,213,255,.25);
  border-radius: 13px;
  box-shadow: 0 14px 35px rgba(0,0,0,.25);
  color: var(--white);
  text-decoration: none;
  backdrop-filter: blur(5px);
}
.map-overlay-link strong {
  padding: 0;
  background: transparent;
  font-size: .98rem;
}
.map-overlay-link small {
  margin-top: 5px;
  color: #a9bdcc;
}
.map-overlay-link span {
  margin-top: 10px;
  color: var(--cyan-400);
  font-size: .77rem;
  font-weight: 800;
}
.map-overlay-link:hover {
  border-color: rgba(57,213,255,.55);
}
@media (max-width: 620px) {
  .location-map-card { min-height: 360px; }
  .map-overlay-link { left: 14px; right: 14px; bottom: 14px; min-width: 0; }
}
