:root {
	--loko-yellow: #ffd400;
	--loko-ink: #101114;
	--loko-muted: #646971;
	--loko-line: #e8e9eb;
	--loko-surface: #f6f7f8;
}

* { box-sizing: border-box; }
body.loko-fleet-page { margin: 0; color: var(--loko-ink); background: #fff; font-family: Arial, Helvetica, sans-serif; }
.loko-fleet-page a { color: inherit; text-decoration: none; }
.lf-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.lf-header { position: sticky; z-index: 50; top: 0; background: rgba(8, 9, 10, .96); backdrop-filter: blur(16px); }
.lf-nav { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.lf-logo img { display: block; width: 142px; height: 48px; object-fit: contain; }
.lf-menu { display: flex; align-items: center; gap: 30px; margin-left: auto; font-size: 15px; font-weight: 700; color: #fff; }
.lf-menu a { opacity: .78; transition: opacity .2s ease; }
.lf-menu a:hover, .lf-menu a[aria-current="page"] { opacity: 1; }
.lf-nav-cta, .lf-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; padding: 0 24px; background: var(--loko-yellow); color: #111 !important; font-weight: 800; }
.lf-nav-cta { margin-left: 10px; }
.lf-hero { overflow: hidden; background: #0b0c0e; color: #fff; }
.lf-hero-grid { min-height: 600px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 46px; padding: 70px 0; }
.lf-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--loko-yellow); font-size: 13px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.lf-eyebrow::before { width: 30px; height: 2px; content: ""; background: currentColor; }
.lf-hero h1 { max-width: 680px; margin: 0 0 22px; font-size: clamp(48px, 6vw, 82px); line-height: .98; letter-spacing: -.055em; }
.lf-lead { max-width: 610px; margin: 0; color: #c5c8ce; font-size: 19px; line-height: 1.7; }
.lf-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.lf-button-secondary { border: 1px solid #42454a; background: transparent; color: #fff !important; }
.lf-visual { position: relative; min-height: 430px; display: grid; place-items: center; }
.lf-visual::before { position: absolute; width: 410px; height: 410px; border-radius: 50%; content: ""; background: var(--loko-yellow); filter: blur(2px); }
.lf-visual::after { position: absolute; right: 3%; bottom: 7%; width: 75%; height: 35px; border-radius: 50%; content: ""; background: #000; filter: blur(22px); opacity: .7; }
.lf-visual img { position: relative; z-index: 2; width: 115%; max-width: 700px; max-height: 470px; object-fit: contain; filter: drop-shadow(0 28px 24px rgba(0, 0, 0, .35)); }
.lf-quick { position: relative; z-index: 4; margin-top: -36px; }
.lf-quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--loko-line); border-radius: 22px; background: #fff; box-shadow: 0 20px 55px rgba(15, 18, 24, .1); }
.lf-stat { min-height: 118px; padding: 28px; border-right: 1px solid var(--loko-line); }
.lf-stat:last-child { border-right: 0; }
.lf-stat small { display: block; margin-bottom: 8px; color: var(--loko-muted); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.lf-stat strong { font-size: 19px; }
.lf-section { padding: 110px 0; }
.lf-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.lf-kicker { margin: 0 0 15px; color: #8a7100; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.lf-intro h2, .lf-options h2, .lf-cta h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.05; letter-spacing: -.045em; }
.lf-copy { color: var(--loko-muted); font-size: 18px; line-height: 1.8; }
.lf-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 64px; }
.lf-benefit { padding: 30px; border: 1px solid var(--loko-line); border-radius: 20px; background: #fff; }
.lf-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 15px; background: var(--loko-yellow); font-size: 22px; font-weight: 900; }
.lf-benefit h3 { margin: 0 0 10px; font-size: 20px; }
.lf-benefit p { margin: 0; color: var(--loko-muted); line-height: 1.65; }
.lf-options { background: var(--loko-surface); }
.lf-options-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.lf-options-head p { max-width: 480px; margin: 0; color: var(--loko-muted); line-height: 1.6; }
.lf-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lf-card { display: flex; min-height: 200px; flex-direction: column; padding: 28px; border: 1px solid #e1e3e6; border-radius: 20px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.lf-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(15, 18, 24, .08); }
.lf-card span { color: #8a7100; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.lf-card h3 { margin: 16px 0 8px; font-size: 23px; }
.lf-card p { margin: 0; color: var(--loko-muted); line-height: 1.6; }
.lf-card b { margin-top: auto; padding-top: 22px; }
.lf-cta { padding: 100px 0; background: var(--loko-yellow); }
.lf-cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.lf-cta p { max-width: 580px; margin: 18px 0 0; line-height: 1.65; }
.lf-cta .lf-button { background: #111; color: #fff !important; white-space: nowrap; }
.lf-footer { padding: 48px 0; background: #0b0c0e; color: #fff; }
.lf-footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 50px; }
.lf-footer img { width: 128px; height: 45px; object-fit: contain; }
.lf-footer h3 { margin: 0 0 13px; font-size: 14px; color: var(--loko-yellow); text-transform: uppercase; letter-spacing: .08em; }
.lf-footer p, .lf-footer a { color: #adb0b6; line-height: 1.7; }
.lf-footer p { margin: 0; }

@media (max-width: 900px) {
	.lf-menu { display: none; }
	.lf-nav-cta { margin-left: auto; }
	.lf-hero-grid, .lf-intro { grid-template-columns: 1fr; }
	.lf-hero-grid { padding: 60px 0 85px; }
	.lf-visual { min-height: 330px; }
	.lf-visual::before { width: 320px; height: 320px; }
	.lf-quick-grid, .lf-benefits, .lf-card-grid { grid-template-columns: repeat(2, 1fr); }
	.lf-stat:nth-child(2) { border-right: 0; }
	.lf-stat:nth-child(-n+2) { border-bottom: 1px solid var(--loko-line); }
	.lf-options-head, .lf-cta-grid { align-items: start; flex-direction: column; }
}

@media (max-width: 600px) {
	.lf-shell { width: min(100% - 28px, 1180px); }
	.lf-nav { min-height: 72px; }
	.lf-logo img { width: 110px; }
	.lf-nav-cta { min-height: 44px; padding: 0 17px; font-size: 13px; }
	.lf-hero h1 { font-size: 48px; }
	.lf-lead { font-size: 17px; }
	.lf-visual { min-height: 260px; }
	.lf-visual::before { width: 240px; height: 240px; }
	.lf-quick { margin-top: -22px; }
	.lf-quick-grid, .lf-benefits, .lf-card-grid, .lf-footer-grid { grid-template-columns: 1fr; }
	.lf-stat { min-height: auto; border-right: 0; border-bottom: 1px solid var(--loko-line); }
	.lf-stat:nth-child(3) { border-bottom: 1px solid var(--loko-line); }
	.lf-stat:last-child { border-bottom: 0; }
	.lf-section { padding: 76px 0; }
	.lf-intro { gap: 34px; }
}
