:root {
  --navy: #17324d;
  --navy-deep: #10283e;
  --blue: #4f96c8;
  --sky: #dff1fb;
  --sky-soft: #f2f9fd;
  --teal: #2f7f86;
  --ink: #203142;
  --muted: #647689;
  --line: #d6e4ec;
  --white: #ffffff;
  --shadow: 0 20px 55px rgba(23, 50, 77, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 400 17px/1.7 "Aptos", "Segoe UI", Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip { position: absolute; left: -9999px; top: 8px; z-index: 100; padding: 10px 16px; background: var(--white); }
.skip:focus { left: 8px; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(214,228,236,.8); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; width: 230px; height: 62px; align-items: center; text-decoration: none; background: url("corefleet-logo.png") left center / contain no-repeat; }
.brand .brand-mark { display: none; }
.brand .brand-copy { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: var(--white); background: linear-gradient(145deg, var(--blue), var(--teal)); font-weight: 800; letter-spacing: -.04em; box-shadow: 0 9px 24px rgba(79,150,200,.25); }
.brand-copy { line-height: 1.1; }
.brand-name { display: block; color: var(--navy); font-family: Georgia, serif; font-size: 1.28rem; font-weight: 700; }
.brand-sub { color: var(--muted); font-size: .69rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 25px; }
.nav a { color: var(--navy); font-size: .93rem; font-weight: 700; text-decoration: none; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--blue); }
.nav-toggle { display: none; border: 0; background: none; color: var(--navy); font-size: 1.6rem; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 22px; border: 2px solid transparent; border-radius: 8px; font-weight: 800; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white) !important; background: var(--teal); box-shadow: 0 12px 26px rgba(47,127,134,.22); }
.btn-primary:hover { background: #286e74; }
.btn-secondary { color: var(--navy); background: var(--white); border-color: var(--line); }
.btn-navy { color: var(--white) !important; background: var(--navy); }

.hero { position: relative; overflow: hidden; background: linear-gradient(120deg, #eef8fd 0%, #f9fcfe 55%, #e6f4fb 100%); }
.hero::before { content: ""; position: absolute; width: 480px; height: 480px; right: -220px; top: -250px; border-radius: 50%; background: rgba(79,150,200,.13); }
.hero-grid { min-height: 670px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 70px; padding-block: 78px; }
.eyebrow { margin: 0 0 12px; color: var(--teal); font-size: .78rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { margin: 0 0 18px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; line-height: 1.14; }
h1 { max-width: 720px; font-size: clamp(2.7rem, 5.6vw, 5rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.1rem, 3.6vw, 3.45rem); letter-spacing: -.035em; }
h3 { font-size: 1.35rem; }
.lead { color: #506579; font-size: 1.13rem; line-height: 1.75; }
.hero-copy .lead { max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; color: var(--navy); font-size: .89rem; font-weight: 800; }
.hero-proof span::before { content: "✓"; margin-right: 8px; color: var(--teal); }
.management-panel { position: relative; padding: 22px; border: 1px solid rgba(214,228,236,.9); border-radius: 24px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); }
.management-panel::after { content: ""; position: absolute; right: -22px; bottom: -22px; z-index: -1; width: 160px; height: 160px; border-radius: 35px; background: var(--sky); }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 8px 8px 22px; border-bottom: 1px solid var(--line); }
.panel-head strong { color: var(--navy); font-family: Georgia, serif; font-size: 1.35rem; }
.status-pill { padding: 6px 11px; border-radius: 999px; color: #24676d; background: #e3f6f5; font-size: .75rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.oversight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-top: 18px; }
.oversight-item { min-height: 145px; padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: var(--sky-soft); }
.oversight-item span { display: block; margin-bottom: 22px; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.oversight-item strong { display: block; color: var(--navy); font-size: 1rem; line-height: 1.35; }
.oversight-note { margin: 18px 8px 4px; color: var(--muted); font-size: .82rem; }

.section { padding-block: 94px; }
.section-soft { background: var(--sky-soft); }
.section-blue { color: var(--white); background: var(--navy); }
.section-blue h2, .section-blue h3, .section-blue .lead { color: var(--white); }
.section-blue .eyebrow { color: #91d7e0; }
.section-heading { display: grid; grid-template-columns: .86fr 1.14fr; gap: 80px; align-items: end; margin-bottom: 46px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { padding: 30px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); box-shadow: 0 10px 32px rgba(23,50,77,.06); }
.step-num { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 50%; color: var(--white); background: var(--blue); font-weight: 900; }
.card p { margin-bottom: 0; color: var(--muted); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 13px; color: var(--teal); background: var(--sky); font-size: 1.25rem; font-weight: 900; }
.management-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.management-grid .card:first-child { grid-column: 1 / -1; padding: 34px; background: var(--navy); }
.management-grid .card:first-child h3, .management-grid .card:first-child p { color: var(--white); }
.management-grid .card:first-child .service-icon { color: var(--navy); background: #9ed8e1; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.split-image img { width: 100%; aspect-ratio: 5/4; object-fit: cover; border-radius: 22px; box-shadow: var(--shadow); }
.check-list { display: grid; gap: 13px; margin: 26px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 32px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--teal); font-size: .76rem; font-weight: 900; }

.earnings-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.earnings-card { padding: 40px; border-radius: 22px; color: var(--ink); background: var(--white); box-shadow: 0 24px 70px rgba(0,0,0,.18); }
.money-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.money-row span { color: var(--muted); }
.money-row strong { color: var(--navy); font-size: 1.05rem; }
.money-row.total { margin-top: 6px; border-bottom: 0; }
.money-row.total strong { color: var(--teal); font-family: Georgia, serif; font-size: 1.75rem; }
.fine-print { color: #bdd0dd; font-size: .8rem; line-height: 1.55; }
.earnings-card .fine-print { color: var(--muted); }

.qualifications { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.qual-box { padding: 32px; border-radius: 16px; }
.qual-box.preferred { border: 1px solid #addbe1; background: #effafb; }
.qual-box.required { border: 1px solid var(--line); background: var(--white); }
.qual-box ul { margin: 0; padding-left: 22px; }
.qual-box li { margin: 8px 0; }

.fee-strip { padding: 34px 0; background: var(--sky); }
.fee-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.fee-item { padding: 12px 22px; border-left: 1px solid #afd5e7; }
.fee-item span { display: block; color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.fee-item strong { color: var(--navy); font-family: Georgia, serif; font-size: 1.55rem; }

.cta { padding-block: 76px; background: linear-gradient(130deg, #dff2fb, #f7fbfd); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta h2 { max-width: 760px; margin-bottom: 10px; }
.address { color: var(--muted); }
.contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 22px; }
.phone-link { color: var(--navy); font-weight: 800; text-decoration: none; }
.phone-link:hover { color: var(--teal); text-decoration: underline; }
.inquiry-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; }
.inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { color: var(--navy); font-size: .9rem; font-weight: 800; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #b9ccd8; border-radius: 8px; color: var(--ink); background: var(--white); font: inherit; }
.form-field textarea { min-height: 112px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 3px solid rgba(79,150,200,.24); border-color: var(--blue); }
.form-note { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .82rem; }
footer { padding-block: 52px 24px; color: #ccdae4; background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 55px; }
footer .brand-name, footer h3 { color: var(--white); }
footer .brand { width: 230px; height: 68px; background-image: url("corefleet-logo-white.png"); }
footer p { max-width: 520px; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { text-decoration: none; }
.copyright { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }

.page-hero { padding-block: 90px; background: linear-gradient(120deg, #e9f6fc, #f8fcfe); text-align: center; }
.page-hero h1 { max-width: 900px; margin-inline: auto; font-size: clamp(2.6rem, 5vw, 4.5rem); }
.page-hero .lead { max-width: 760px; margin-inline: auto; }
.note { padding: 18px 20px; border-left: 4px solid var(--blue); background: var(--sky-soft); color: var(--muted); }

@media (max-width: 920px) {
  .nav-toggle { display: block; }
  .nav { position: absolute; left: 20px; right: 20px; top: 72px; display: none; padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: var(--shadow); }
  .nav.open { display: grid; }
  .hero-grid, .section-heading, .split, .earnings-wrap, .inquiry-wrap { grid-template-columns: 1fr; gap: 42px; }
  .hero-grid { padding-block: 60px; }
  .management-panel { max-width: 680px; }
  .management-grid { grid-template-columns: 1fr 1fr; }
  .management-grid .card:first-child { grid-column: 1 / -1; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .container { width: min(100% - 28px, 1160px); }
  .brand-sub { display: none; }
  .brand { width: 190px; height: 54px; }
  .hero-grid { min-height: auto; padding-block: 46px 70px; }
  .oversight-grid, .management-grid { grid-template-columns: 1fr; }
  .management-grid .card:first-child { grid-column: auto; }
  .section { padding-block: 68px; }
  .grid-3, .grid-4, .qualifications, .fee-grid, .footer-grid { grid-template-columns: 1fr; }
  .card { padding: 25px; }
  .fee-item { border-left: 0; border-bottom: 1px solid #afd5e7; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .inquiry-form { grid-template-columns: 1fr; padding: 24px; }
  .form-field.full, .form-note { grid-column: auto; }
}

@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
  .reveal.visible { opacity: 1; transform: none; }
}

@media print {
  .site-header, .hero-actions, .cta, footer { display: none; }
}
