:root {
  color-scheme: light dark;
  --navy: #12283f;
  --navy-2: #0a1b2c;
  --red: #ea2300;
  --red-dark: #be1d03;
  --cyan: #38d4fb;
  --ink: #152333;
  --muted: #5c6875;
  --paper: #f8f6f1;
  --surface: #ffffff;
  --line: #dfe4e7;
  --green: #3f8f55;
  --shadow: 0 18px 48px rgb(18 40 63 / 0.13);
  --radius: 18px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; background: var(--cyan); color: var(--navy); padding: 10px 16px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 16px; }
.gtm-frame { display: none; visibility: hidden; }

.utility-bar { background: var(--navy-2); color: #d8e8f4; font-size: 0.82rem; }
.utility-inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner a { text-decoration: none; }
.site-header {
  position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgb(18 40 63 / 0.08);
  background: color-mix(in srgb, var(--surface) 92%, transparent); backdrop-filter: blur(18px);
}
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--navy); }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand span { display: grid; line-height: 1.05; }
.brand strong { font-size: 1.25rem; letter-spacing: -0.02em; text-transform: uppercase; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 0.7rem; letter-spacing: 0.11em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 4px; }
.primary-nav a { padding: 10px 12px; border-radius: 999px; color: var(--navy); font-size: 0.92rem; font-weight: 750; text-decoration: none; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { background: rgb(56 212 251 / 0.17); }
.primary-nav .nav-cta { margin-left: 6px; padding-inline: 18px; background: var(--red); color: #fff; }
.primary-nav .nav-cta:hover, .primary-nav .nav-cta[aria-current="page"] { background: var(--red-dark); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; border-radius: 12px; background: var(--navy); }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; }

.eyebrow { margin: 0 0 12px; color: var(--red); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; }
.display { margin: 0; max-width: 12ch; color: var(--navy); font-size: clamp(2.6rem, 6vw, 5.7rem); line-height: 0.98; letter-spacing: -0.055em; }
.headline { margin: 0; color: var(--navy); font-size: clamp(2rem, 4.2vw, 3.8rem); line-height: 1.04; letter-spacing: -0.045em; }
.lead { max-width: 62ch; color: var(--muted); font-size: clamp(1.03rem, 1.6vw, 1.25rem); }
.button {
  display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 20px; border: 2px solid transparent; border-radius: 999px;
  font-weight: 850; line-height: 1; text-decoration: none; transition: 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-red { background: var(--red); color: #fff; box-shadow: 0 10px 26px rgb(234 35 0 / 0.24); }
.button-red:hover { background: var(--red-dark); }
.button-cyan { background: var(--cyan); color: var(--navy); }
.button-dark { background: var(--navy); color: #fff; }
.button-ghost { border-color: color-mix(in srgb, var(--navy) 24%, transparent); background: transparent; color: var(--navy); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.hero { position: relative; overflow: hidden; padding: clamp(64px, 9vw, 120px) 0 72px; }
.hero::before { content: ""; position: absolute; inset: 0 0 auto auto; width: 52vw; height: 100%; background: radial-gradient(circle at 30% 20%, rgb(56 212 251 / 0.23), transparent 55%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; align-items: center; gap: clamp(36px, 6vw, 88px); }
.hero-copy { position: relative; z-index: 2; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin: 24px 0 0; padding: 0; color: var(--muted); font-size: 0.9rem; list-style: none; }
.hero-proof li::before { content: "✓"; margin-right: 7px; color: var(--red); font-weight: 900; }
.hero-media { position: relative; min-height: 560px; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { display: none; }
.hero-card { position: absolute; z-index: 2; right: -20px; bottom: 30px; max-width: 260px; padding: 22px; border-radius: 16px 4px 16px 4px; background: var(--cyan); color: var(--navy); box-shadow: var(--shadow); }
.hero-card strong { display: block; font-size: 1.3rem; }
.hero-card span { font-size: 0.88rem; }

.trust-strip { background: var(--navy); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 24px; border-right: 1px solid rgb(255 255 255 / 0.14); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--cyan); font-size: 1.05rem; }
.trust-item span { color: #c9d8e5; font-size: 0.88rem; }

.section { padding: clamp(72px, 9vw, 118px) 0; }
.section-tight { padding-block: 58px; }
.section-header { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.section-header > div { max-width: 720px; }
.section-header .lead { margin-bottom: 0; }
.surface-section { background: var(--surface); }
.dark-section { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.dark-section .headline, .dark-section .eyebrow { color: #fff; }
.dark-section .lead { color: #ccdae5; }
.dark-section::after { content: ""; position: absolute; width: 420px; height: 420px; right: -180px; top: -180px; border: 80px solid rgb(56 212 251 / 0.08); border-radius: 50%; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { min-height: 420px; background: transparent; color: var(--navy); }
.service-card img { width: 100%; height: 250px; object-fit: cover; -webkit-mask-image: radial-gradient(ellipse 62% 64% at center, #000 38%, rgb(0 0 0 / 0.82) 58%, transparent 100%); mask-image: radial-gradient(ellipse 62% 64% at center, #000 38%, rgb(0 0 0 / 0.82) 58%, transparent 100%); }
.service-card-body { padding: 8px 8px 24px; }
.service-card h3 { margin: 0 0 8px; font-size: 1.35rem; line-height: 1.2; }
.service-card p { margin: 0; color: var(--muted); }
.service-card a { display: inline-block; margin-top: 18px; color: var(--red); font-weight: 800; }
.service-card.accent { background: transparent; }
.service-card.accent p { color: var(--muted); }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.process-step { counter-increment: step; padding: 28px; border-top: 4px solid var(--cyan); background: var(--surface); box-shadow: 0 8px 28px rgb(18 40 63 / 0.07); }
.process-step::before { content: "0" counter(step); display: block; margin-bottom: 24px; color: var(--red); font-size: 1.8rem; font-weight: 950; }
.process-step h3 { margin: 0 0 8px; color: var(--navy); }
.process-step p { margin: 0; color: var(--muted); }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(36px, 7vw, 90px); }
.about-story-grid { grid-template-columns: 0.7fr 1.3fr; align-items: start; }
.about-story-grid > div:last-child { display: grid; gap: 18px; }
.about-story-grid > div:last-child p { margin: 0; }
.split-media { position: relative; }
.split-media img { width: 100%; min-height: 500px; object-fit: cover; }
.hero-photo,
.split-media img,
.eco-banner img,
.eco-home-visual img,
.eco-rental-visual img {
  -webkit-mask-image: radial-gradient(ellipse 62% 64% at center, #000 38%, rgb(0 0 0 / 0.82) 58%, transparent 100%);
  mask-image: radial-gradient(ellipse 62% 64% at center, #000 38%, rgb(0 0 0 / 0.82) 58%, transparent 100%);
}
.stat-card { position: absolute; right: -18px; bottom: 28px; max-width: 230px; padding: 20px; border-radius: 14px 4px 14px 4px; background: var(--red); color: #fff; box-shadow: var(--shadow); }
.stat-card strong { display: block; font-size: 1.35rem; }
.check-list { display: grid; gap: 10px; margin: 24px 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 10px; }
.check-list li::before { content: "✓"; color: var(--red); font-weight: 900; }

.page-hero { padding: 72px 0 54px; }
.page-hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: end; gap: 40px; }
.page-hero .headline { max-width: 15ch; }
.page-hero-aside { padding: 24px; border-left: 4px solid var(--red); background: var(--surface); color: var(--muted); }
.breadcrumbs { margin-bottom: 18px; color: var(--muted); font-size: 0.86rem; }
.breadcrumbs a { text-decoration: none; }

.form-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: start; gap: 28px; }
.form-card, .side-card { padding: clamp(24px, 4vw, 38px); border-radius: var(--radius); background: var(--surface); box-shadow: 0 10px 34px rgb(18 40 63 / 0.08); }
.side-card { position: sticky; top: 112px; padding: 26px; }
.side-card h2, .form-card h2 { margin-top: 0; color: var(--navy); }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label, .fieldset-label { color: var(--navy); font-size: 0.88rem; font-weight: 800; }
.field input, .field select, .field textarea {
  width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid var(--line);
  border-radius: 10px; outline: none; background: color-mix(in srgb, var(--surface) 90%, var(--paper)); color: var(--ink);
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 4px rgb(56 212 251 / 0.18); }
.field-help { margin: 0; color: var(--muted); font-size: 0.88rem; }
.form-section { margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--line); }
.form-section:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.checkbox-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.check-option { display: flex; gap: 9px; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 10px; }
.status-box { margin: 18px 0; padding: 16px; border-radius: 12px; background: rgb(56 212 251 / 0.12); }
.honeypot { position: absolute !important; left: -9999px !important; }

.quote-wizard { min-width: 0; }
.quote-wizard-head { display: grid; gap: 18px; margin-bottom: 30px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.quote-wizard-head p { margin: 0; color: var(--muted); }
.quote-progress { display: grid; grid-template-columns: repeat(5, minmax(100px, 1fr)); gap: 8px; margin: 0; padding: 0; list-style: none; }
.quote-progress li { display: grid; gap: 7px; color: var(--muted); font-size: 0.72rem; font-weight: 800; line-height: 1.2; }
.quote-progress span { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); color: var(--navy); }
.quote-progress li[aria-current] { color: var(--navy); }
.quote-progress li[aria-current] span { border-color: var(--red); background: var(--red); color: #fff; }
.quote-progress li.is-complete span { border-color: var(--cyan); background: var(--cyan); color: #12283f; }
.quote-step > h2 { margin-bottom: 24px; }
.quote-step > h2:focus { outline: none; }
.choice-fieldset { min-width: 0; margin: 0 0 26px; padding: 0; border: 0; }
.choice-fieldset legend { margin-bottom: 12px; color: var(--navy); font-weight: 850; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.choice-grid-compact { max-width: 480px; }
.choice-card { position: relative; display: block; cursor: pointer; }
.choice-card input { position: absolute; left: 16px; top: 18px; width: 18px; height: 18px; accent-color: var(--red); }
.choice-card span { display: grid; min-height: 92px; align-content: center; gap: 4px; padding: 18px 18px 18px 48px; border: 2px solid var(--line); border-radius: 14px; background: color-mix(in srgb, var(--surface) 92%, var(--paper)); transition: 160ms ease; }
.choice-grid-compact .choice-card span { min-height: 62px; }
.choice-card strong { color: var(--navy); font-size: 1.08rem; }
.choice-card small { color: var(--muted); }
.choice-card input:checked + span { border-color: var(--red); background: rgb(234 35 0 / 0.06); box-shadow: 0 0 0 3px rgb(234 35 0 / 0.10); }
.choice-card input:focus-visible + span { outline: 3px solid rgb(56 212 251 / 0.45); outline-offset: 2px; }
.terms-acceptance { display: flex; gap: 11px; align-items: flex-start; padding: 16px; border-left: 4px solid var(--cyan); border-radius: 8px; background: rgb(56 212 251 / 0.10); }
.terms-acceptance input { flex: 0 0 auto; margin-top: 5px; accent-color: var(--red); }
.terms-acceptance a { font-weight: 850; }
.branch-panel { margin: 0 0 26px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: color-mix(in srgb, var(--surface) 94%, var(--paper)); }
.branch-panel h3 { margin: 0 0 18px; color: var(--navy); }
.branch-panel fieldset { margin: 0; padding: 0; border: 0; }
.quote-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 30px; }
.quote-actions-end { justify-content: flex-end; }
.inventory-callout { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 26px; padding: 20px; border: 1px solid rgb(56 212 251 / 0.28); border-radius: 14px; background: rgb(56 212 251 / 0.08); }
.inventory-callout h3 { margin: 0; color: var(--navy); }
.inventory-callout .status-box { margin-bottom: 0; padding: 0; background: transparent; }
.optional-consent { margin-top: 18px; }
.quote-review { margin-top: 28px; padding: 22px; border-radius: 14px; background: var(--navy-2); color: #fff; }
.quote-review h3 { margin: 0 0 14px; color: #fff; }
.quote-review-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 20px; margin: 0; }
.quote-review-grid div { min-width: 0; padding-top: 10px; border-top: 1px solid rgb(255 255 255 / 0.12); }
.quote-review-grid dt { color: var(--cyan); font-size: 0.74rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.quote-review-grid dd { margin: 3px 0 0; overflow-wrap: anywhere; }
.quote-estimate { display: grid; gap: 5px; margin-top: 18px; padding: 16px; border: 1px solid rgb(56 212 251 / 0.35); border-radius: 10px; background: rgb(56 212 251 / 0.10); }
.quote-estimate strong { color: var(--cyan); font-size: 1.15rem; }
.quote-estimate span { color: #c9d8e5; font-size: 0.88rem; }
.quote-result { margin: 0 0 24px; border-left: 4px solid var(--red); }
.legal-copy { max-width: 850px; }
.legal-copy h2 { margin-top: 34px; color: var(--navy); }
.legal-copy h2:first-child { margin-top: 0; }

.inventory-toolbar { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.inventory-toolbar input { min-width: 260px; min-height: 48px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--ink); }
.inventory-summary { display: flex; gap: 20px; padding: 16px 20px; border-radius: 12px; background: var(--navy); color: #fff; }
.inventory-summary strong { color: var(--cyan); }
.inventory-sections { display: grid; gap: 20px; }
.inventory-category { overflow: hidden; border-radius: 14px; background: var(--surface); box-shadow: 0 8px 28px rgb(18 40 63 / 0.06); }
.inventory-category h2 { margin: 0; padding: 16px 20px; background: var(--navy); color: #fff; font-size: 1.05rem; }
.inventory-items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
.inventory-item { display: grid; grid-template-columns: 1fr 76px; align-items: center; gap: 12px; min-height: 64px; padding: 10px 16px; border-bottom: 1px solid var(--line); }
.inventory-item:nth-child(odd) { border-right: 1px solid var(--line); }
.inventory-item small { display: block; color: var(--muted); }
.inventory-item input { width: 72px; min-height: 40px; padding: 7px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); color: var(--ink); text-align: center; }

.filter-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.filter-tabs button { padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--navy); font-weight: 800; }
.filter-tabs button[aria-pressed="true"] { border-color: var(--navy); background: var(--navy); color: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { background: transparent; border-bottom: 3px solid var(--line); }
.product-media { height: 230px; background: transparent; }
.product-media img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.product-card:not([data-category="Eco Rental Boxes"]) .product-media img { mix-blend-mode: multiply; }
.product-card[data-category="Eco Rental Boxes"] .product-media img { -webkit-mask-image: radial-gradient(ellipse at center, #000 64%, transparent 100%); mask-image: radial-gradient(ellipse at center, #000 64%, transparent 100%); }
.product-card[data-category="Eco Rental Boxes"] .product-media { background: transparent; }
.product-body { padding: 22px; }
.product-kicker { color: var(--red); font-size: 0.74rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.product-card[data-category="Eco Rental Boxes"] .product-kicker { color: var(--red); }
.product-card h2 { margin: 7px 0; color: var(--navy); font-size: 1.25rem; line-height: 1.2; }
.product-card p { min-height: 78px; margin: 0; color: var(--muted); font-size: 0.92rem; }
.product-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; }
.price { color: var(--navy); font-size: 1.2rem; font-weight: 950; }
.quantity-control { display: flex; align-items: center; gap: 8px; }
.quantity-control input { width: 58px; min-height: 40px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); color: var(--ink); text-align: center; }
.cart-drawer { position: sticky; z-index: 30; bottom: 14px; width: min(920px, calc(100% - 32px)); margin: 32px auto 0; padding: 16px 20px; border: 1px solid rgb(56 212 251 / 0.28); border-radius: 16px; background: var(--navy); color: #fff; box-shadow: 0 18px 50px rgb(10 27 44 / 0.34); }
.cart-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.cart-row strong { color: var(--cyan); }
.eco-banner { display: grid; grid-template-columns: 0.8fr 1.2fr; align-items: center; gap: 40px; margin-bottom: 38px; color: var(--navy); }
.eco-banner img { width: 100%; height: 260px; object-fit: cover; }
.eco-banner h2 { margin: 0; font-size: 2rem; }
.eco-banner p { color: var(--muted); }
.eco-button-ghost { border-color: var(--navy); background: transparent; color: var(--navy); }
.eco-button-ghost:hover { border-color: var(--cyan); background: rgb(56 212 251 / 0.12); }
.product-card-highlight { outline: 4px solid var(--cyan); outline-offset: 4px; }

.eco-home-section { position: relative; overflow: hidden; background: var(--navy-2); color: #fff; }
.eco-home-section::after {
  content: ""; position: absolute; width: 460px; height: 460px; right: -180px; top: -220px;
  border: 90px solid rgb(234 35 0 / 0.10); border-radius: 50%; pointer-events: none;
}
.eco-home-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: clamp(38px, 7vw, 90px); }
.eco-home-visual { overflow: visible; }
.eco-home-visual img { width: 100%; min-height: 430px; object-fit: cover; }
.eco-home-section .eyebrow { color: var(--cyan); }
.eco-home-section .headline { color: #fff; }
.eco-home-section .lead { color: #c9d8e5; }
.eco-rate-list { display: grid; gap: 8px; margin: 26px 0 0; }
.eco-rate-list div { display: flex; justify-content: space-between; gap: 18px; padding: 10px 0; border-bottom: 1px solid rgb(255 255 255 / 0.14); }
.eco-rate-list span { color: #c9d8e5; }
.eco-rate-list strong { color: var(--cyan); }

.eco-rental-hero {
  position: relative; overflow: hidden; padding: clamp(70px, 9vw, 120px) 0;
  background: radial-gradient(circle at 16% 16%, rgb(234 35 0 / 0.28), transparent 36%), var(--navy-2); color: #fff;
}
.eco-rental-hero-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: clamp(38px, 7vw, 90px); }
.eco-rental-hero .breadcrumbs, .eco-rental-hero .breadcrumbs a { color: #c9d8e5; }
.eco-rental-hero .eyebrow { color: var(--cyan); }
.eco-rental-hero .headline { max-width: 12ch; color: #fff; }
.eco-rental-hero .lead { color: #c9d8e5; }
.eco-rental-visual { position: relative; }
.eco-rental-visual img { width: 100%; min-height: 520px; object-fit: cover; }
.eco-visual-note { position: absolute; right: -18px; bottom: 28px; max-width: 260px; padding: 20px; border-radius: 14px 4px 14px 4px; background: var(--cyan); color: #12283f; box-shadow: var(--shadow); }
.eco-visual-note strong { display: block; font-size: 1.2rem; }
.eco-visual-note span { font-size: 0.88rem; }
.eco-hero-proof { display: flex; flex-wrap: wrap; gap: 14px 22px; margin: 25px 0 0; padding: 0; color: #c9d8e5; font-size: 0.9rem; list-style: none; }
.eco-hero-proof li::before { content: "✓"; margin-right: 7px; color: var(--cyan); font-weight: 950; }
.eco-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.eco-kit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.eco-kit-card { position: relative; overflow: hidden; min-height: 360px; padding: 30px; border-top: 5px solid var(--red); border-radius: var(--radius); background: var(--surface); box-shadow: 0 10px 34px rgb(18 40 63 / 0.09); }
.eco-kit-number { position: absolute; right: 20px; top: 10px; color: rgb(234 35 0 / 0.13); font-size: 5rem; font-weight: 950; line-height: 1; }
.eco-kit-card .product-kicker { color: var(--red); }
.eco-kit-card h2 { position: relative; max-width: 15ch; margin: 12px 0; color: var(--navy); font-size: 1.55rem; line-height: 1.15; }
.eco-kit-card p { position: relative; color: var(--muted); }
.eco-kit-footer { position: absolute; right: 30px; bottom: 28px; left: 30px; display: grid; gap: 10px; padding-top: 20px; border-top: 1px solid var(--line); }
.eco-kit-footer strong { color: var(--red); font-size: 1.25rem; }
.eco-kit-footer a { color: var(--navy); font-weight: 850; }
.eco-terms-section { background: #eaf8fc; }
.eco-terms-section .headline, .eco-terms-section .lead { color: #12283f; }
.eco-terms-card { padding: clamp(26px, 4vw, 42px); border-radius: var(--radius); background: #fff; color: #152333; box-shadow: 0 12px 38px rgb(18 40 63 / 0.11); }
.eco-terms-card h3 { margin-top: 0; color: #12283f; font-size: 1.5rem; }
.eco-terms-card .check-list li::before { color: var(--red); }
.eco-cta-band { background: var(--navy); }

.faq-list { display: grid; gap: 12px; max-width: 900px; }
.faq-item { border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.faq-item summary { padding: 18px 52px 18px 20px; color: var(--navy); font-weight: 850; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; float: right; margin-right: -30px; color: var(--red); font-size: 1.3rem; }
.faq-item[open] summary::after { content: "–"; }
.faq-answer { padding: 0 20px 20px; color: var(--muted); }

.testimonial-section { overflow: hidden; }
.testimonial-carousel { position: relative; }
.testimonial-track { min-height: 340px; }
.testimonial-slide {
  position: relative; min-height: 340px; padding: clamp(34px, 6vw, 70px);
  border-radius: 8px 30px 8px 30px; background: var(--navy-2); color: #fff;
  box-shadow: var(--shadow);
}
.testimonial-slide::before {
  content: "“"; position: absolute; right: 42px; top: -30px;
  color: rgb(56 212 251 / 0.18); font-family: Georgia, serif; font-size: 13rem; line-height: 1;
}
.testimonial-slide[hidden] { display: none; }
.testimonial-rating { position: relative; z-index: 1; color: #ffd45c; font-size: 1.15rem; letter-spacing: 0.18em; }
.testimonial-slide blockquote {
  position: relative; z-index: 1; max-width: 900px; margin: 22px 0 30px;
  font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.5rem, 3.2vw, 2.65rem);
  line-height: 1.32; letter-spacing: -0.02em;
}
.testimonial-slide footer { position: relative; z-index: 1; display: grid; gap: 2px; }
.testimonial-slide footer strong { color: var(--cyan); font-size: 1.05rem; }
.testimonial-slide footer span { color: #b8cad8; }
.testimonial-slide footer small { margin-top: 5px; color: #91a8b9; }
.carousel-controls { display: flex; gap: 8px; }
.carousel-button {
  display: grid; width: 48px; height: 48px; place-items: center;
  border: 1px solid var(--line); border-radius: 50%; background: var(--surface);
  color: var(--navy); font-size: 1.25rem; font-weight: 900;
}
.carousel-button:hover, .carousel-button:focus-visible { border-color: var(--cyan); background: var(--cyan); color: #12283f; }
.carousel-dots { display: flex; justify-content: center; gap: 8px; margin-top: 20px; }
.carousel-dots button { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: var(--line); }
.carousel-dots button[aria-current="true"] { width: 30px; border-radius: 999px; background: var(--red); }
.review-platform-section { background: color-mix(in srgb, var(--paper) 92%, var(--cyan)); }
.review-platform-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 900px; }
.review-platform-grid a { display: grid; gap: 5px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); color: var(--navy); text-decoration: none; box-shadow: 0 8px 28px rgb(18 40 63 / 0.07); }
.review-platform-grid a:hover { border-color: var(--cyan); transform: translateY(-2px); }
.review-platform-grid span { color: var(--muted); }

.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 36px; }
.contact-card { padding: 24px; border-radius: 14px; background: var(--navy); color: #fff; }
.contact-card strong { display: block; color: var(--cyan); }
.contact-card a { text-decoration: none; }
.map-card { min-height: 420px; padding: 32px; border-radius: 18px; background: linear-gradient(135deg, rgb(18 40 63 / 0.94), rgb(18 40 63 / 0.7)), url("/assets/images/fleet-trailers.webp") center / cover; color: #fff; }
.map-card h2 { margin-top: 0; font-size: 2rem; }
.map-card-live { min-height: 0; padding: 24px; background: var(--navy); }
.map-frame { overflow: hidden; width: 100%; margin: 20px 0; border: 2px solid rgb(255 255 255 / 0.16); border-radius: 12px; aspect-ratio: 4 / 3; background: #e8ecef; }
.map-frame iframe { display: block; width: 100%; height: 100%; border: 0; }

.cta-band { padding: 64px 0; background: var(--red); color: #fff; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-band h2 { margin: 0; max-width: 17ch; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; letter-spacing: -0.04em; }
.cta-band .button { background: #fff; color: var(--red); }

.site-footer { padding: 70px 0 26px; background: var(--navy-2); color: #c6d5e1; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 0.8fr 1fr; gap: 44px; }
.site-footer h2 { margin: 0 0 12px; color: #fff; font-size: 0.9rem; letter-spacing: 0.12em; text-transform: uppercase; }
.site-footer address { margin-bottom: 12px; font-style: normal; }
.site-footer a { color: #fff; }
.footer-brand { color: #fff; }
.footer-brand small { color: #a9bdcc; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 22px; border-top: 1px solid rgb(255 255 255 / 0.12); font-size: 0.82rem; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 6px 12px; margin: 14px 0; }
.footer-socials a { font-size: 0.86rem; }
.onea-credit { display: inline-flex; align-items: center; gap: 8px; color: #c6d5e1 !important; text-decoration: none; }
.onea-credit img { width: 22px; height: 22px; object-fit: contain; }
.whatsapp-fab { position: fixed; z-index: 60; right: 18px; bottom: 18px; display: block; width: 76px; height: 76px; border: 0; background: transparent; color: #fff; text-decoration: none; filter: drop-shadow(0 12px 16px rgb(0 0 0 / 0.28)); }
.whatsapp-fab img { display: block; width: 100%; height: 100%; object-fit: contain; }
.whatsapp-fab:hover, .whatsapp-fab:focus-visible { transform: translateY(-2px); box-shadow: 0 18px 38px rgb(0 0 0 / 0.30); }
.cookie-banner { position: fixed; z-index: 200; right: 20px; bottom: 20px; left: 20px; display: flex; max-width: 920px; margin-inline: auto; align-items: center; justify-content: space-between; gap: 24px; padding: 20px; border: 1px solid rgb(56 212 251 / 0.3); border-radius: 16px; background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 4px 0 0; color: #c9d8e5; font-size: 0.88rem; }
.cookie-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.cookie-banner .button-ghost { border-color: #8ea9bb; color: #fff; }
.toast-region { position: fixed; z-index: 300; right: 20px; top: 110px; max-width: 380px; }
.toast { margin-bottom: 10px; padding: 15px 18px; border-left: 5px solid var(--cyan); border-radius: 10px; background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.toast.error { border-left-color: var(--red); }
.admin-shell { min-height: 60vh; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th, .admin-table td { padding: 12px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }
.admin-table th { color: var(--navy); }
.admin-testimonial-text { min-width: 320px; max-width: 520px; white-space: normal !important; }
.admin-route-cell { min-width: 220px; white-space: normal !important; }
.admin-quote-details { min-width: min(680px, 72vw); white-space: normal; }
.admin-quote-details summary { color: var(--red); font-weight: 850; cursor: pointer; }
.admin-quote-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 18px 0; }
.admin-quote-detail-grid div { display: grid; gap: 3px; padding: 11px; border: 1px solid var(--line); border-radius: 8px; }
.admin-quote-detail-grid strong { color: var(--navy); font-size: 0.78rem; text-transform: uppercase; }
.admin-inventory-detail { max-height: 300px; margin: 16px 0; padding: 14px; overflow-y: auto; border-radius: 10px; background: var(--paper); }
.admin-inventory-detail ul { columns: 2; padding-left: 20px; }
.admin-role-note { color: var(--muted); font-size: 0.82rem; font-weight: 750; }
.admin-action-stack { display: flex; flex-wrap: wrap; gap: 8px; }
.product-admin-thumb { width: 64px; height: 64px; border: 1px solid #d9e1e7; border-radius: 10px; background: #f5f7f8; object-fit: contain; }
.product-image-preview { padding: 14px; border: 1px dashed #9db0bd; border-radius: 12px; background: #f7f9fa; }
.product-image-preview img { display: block; width: min(100%, 320px); max-height: 240px; margin-inline: auto; border-radius: 10px; object-fit: contain; }
.status-pill { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: rgb(56 212 251 / 0.15); color: var(--navy); font-size: 0.75rem; font-weight: 850; }
.status-pill[data-status="Pending CEO Approval"] { background: rgb(255 212 92 / 0.2); }
.status-pill[data-status="CEO Approved"] { background: rgb(56 212 251 / 0.18); }
.status-pill[data-status="Published"] { background: rgb(63 143 85 / 0.18); color: var(--green); }
.status-pill[data-status="Rejected"] { background: rgb(234 35 0 / 0.12); color: var(--red); }

@media (max-width: 1120px) {
  .site-header { background: var(--surface); backdrop-filter: none; }
  .nav-shell { flex-wrap: wrap; }
  .nav-toggle { display: block; }
  .primary-nav {
    position: static; display: none; flex: 0 0 100vw; width: 100vw;
    max-height: calc(100dvh - 116px); margin-inline: calc((100vw - 100%) / -2);
    align-content: start; overflow-y: auto; overscroll-behavior: contain;
    padding: 22px max(20px, calc((100vw - var(--shell)) / 2));
    border-top: 1px solid rgb(255 255 255 / 0.12); background: var(--navy-2);
    box-shadow: 0 24px 48px rgb(10 27 44 / 0.32);
  }
  .primary-nav.open { display: grid; }
  .primary-nav a { padding: 14px 18px; color: #fff; font-size: 1.08rem; }
  .primary-nav a:hover, .primary-nav a[aria-current="page"] { background: rgb(56 212 251 / 0.16); }
  .primary-nav .nav-cta { margin: 8px 0 0; background: var(--red); color: #fff; text-align: center; }
}

@media (max-width: 980px) {
  .hero-grid, .split, .page-hero-grid, .form-layout, .eco-banner, .eco-home-grid, .eco-rental-hero-grid { grid-template-columns: 1fr; }
  .hero-media { min-height: 460px; }
  .hero-card { right: 14px; }
  .card-grid, .product-grid, .eco-kit-grid, .eco-process-grid { grid-template-columns: repeat(2, 1fr); }
  .eco-rental-visual img { min-height: 460px; }
  .eco-visual-note { right: 14px; }
  .form-layout { gap: 20px; }
  .side-card { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .utility-inner { justify-content: center; }
  .utility-inner > span { display: none; }
  .nav-shell { min-height: 74px; }
  .brand img { width: 50px; height: 50px; }
  .brand strong { font-size: 1.08rem; }
  .brand small { font-size: 0.6rem; }
  .primary-nav { max-height: calc(100dvh - 108px); }
  .hero { padding-top: 52px; }
  .hero-media { min-height: 360px; }
  .display { font-size: clamp(2.6rem, 14vw, 4.3rem); }
  .card-grid, .product-grid, .process-grid, .eco-kit-grid, .eco-process-grid, .contact-cards, .field-grid, .inventory-items, .footer-grid, .review-platform-grid { grid-template-columns: 1fr; }
  .inventory-item:nth-child(odd) { border-right: 0; }
  .section-header, .cta-band-inner, .cookie-banner { align-items: stretch; flex-direction: column; }
  .section-header { display: grid; }
  .cta-band-inner { display: flex; }
  .checkbox-grid { grid-template-columns: 1fr; }
  .quote-progress { display: flex; overflow-x: auto; padding-bottom: 8px; }
  .quote-progress li { flex: 0 0 92px; }
  .choice-grid, .quote-review-grid { grid-template-columns: 1fr; }
  .inventory-callout, .quote-actions { align-items: stretch; flex-direction: column; }
  .quote-actions .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { padding: 18px 14px; }
  .product-media { height: 250px; }
  .eco-home-visual img, .eco-rental-visual img { min-height: 330px; }
  .eco-visual-note { position: static; max-width: none; margin-top: 14px; border-radius: 12px; }
  .eco-kit-card { min-height: 385px; }
  .testimonial-slide { min-height: 390px; padding: 34px 24px; }
  .testimonial-track { min-height: 390px; }
  .cart-row { align-items: stretch; flex-direction: column; }
  .cookie-banner { right: 12px; bottom: 12px; left: 12px; }
  .cookie-actions { display: grid; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .whatsapp-fab { right: 12px; bottom: 12px; width: 66px; height: 66px; }
}

@media (prefers-color-scheme: dark) {
  :root {
    --ink: #eaf2f8;
    --muted: #a9bac7;
    --paper: #081522;
    --surface: #102336;
    --line: #294158;
    --navy: #d8edf8;
    --navy-2: #06111b;
    --shadow: 0 18px 48px rgb(0 0 0 / 0.34);
  }
  .site-header { background: rgb(8 21 34 / 0.93); }
  .brand, .primary-nav a, .headline, .display, .process-step h3, .form-card h2, .side-card h2, .field label, .fieldset-label, .product-card h2, .price, .faq-item summary, .admin-table th { color: #eaf2f8; }
  .primary-nav .nav-cta { color: #fff; }
  .service-card, .dark-section, .cart-drawer { background: #0d2235; }
  .product-media { background: transparent; }
  .button-ghost { color: #eaf2f8; border-color: #466076; }
  .hero::before { opacity: 0.65; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
