:root {
  --charcoal: #111416;
  --charcoal-2: #1b1f22;
  --steel: #2a3035;
  --steel-border: #3a4248;
  --light: #f2f4f5;
  --light-2: #e7eaec;
  --ink: #15191c;
  --muted: #687178;
  --green: #157347;
  --green-bright: #1e8a55;
  --green-dark: #11613c;
  --white: #ffffff;
  --heading: "Arial Narrow", "Aptos Display", "Roboto Condensed", "Segoe UI", sans-serif;
  --body: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  --mono: "IBM Plex Mono", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--light); font-family: var(--body); line-height: 1.6; }
a { color: var(--green); }
:focus-visible { outline: 3px solid #4eb77d; outline-offset: 3px; }

.policy-header {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px clamp(18px, 4vw, 56px);
  background: var(--white);
  border-bottom: 1px solid #d3d9dc;
}

.policy-brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.policy-brand img { width: 52px; height: 44px; object-fit: contain; }
.policy-brand span { font-family: var(--heading); font-size: 20px; font-weight: 900; text-transform: uppercase; }
.policy-header nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; }
.policy-header nav a { color: #3e474d; font-size: 12px; font-weight: 800; text-decoration: none; }
.policy-header nav a:hover { color: var(--green); }

.policy-hero { padding: 76px clamp(18px, 5vw, 72px); color: var(--white); background: linear-gradient(115deg, rgba(17,20,22,.98), rgba(17,20,22,.84)), url('/images/pallet-truck-hero.jpg') center 50% / cover no-repeat; }
.policy-hero-inner { width: min(100%, 1160px); margin: 0 auto; }
.policy-eyebrow { color: #80d2a3; font-family: var(--mono); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.policy-hero h1 { max-width: 940px; margin: 12px 0 18px; font-family: var(--heading); font-size: 54px; font-weight: 900; line-height: 1.02; }
.policy-lede { max-width: 820px; margin: 0; color: #c6cfd3; font-size: 17px; line-height: 1.65; }
.policy-summary { max-width: 960px; margin-top: 28px; padding: 18px 20px; color: #e9f1ec; background: rgba(21,115,71,.35); border: 1px solid rgba(116,207,157,.46); border-left: 4px solid #68c28f; border-radius: 4px; font-weight: 750; }

.policy-facts { width: min(100%, 1160px); display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); margin: 0 auto; border-left: 1px solid var(--steel-border); }
.policy-facts div { min-height: 110px; display: grid; align-content: center; gap: 3px; padding: 18px; color: var(--white); background: var(--charcoal-2); border-right: 1px solid var(--steel-border); border-bottom: 1px solid var(--steel-border); }
.policy-facts strong { font-family: var(--heading); font-size: 26px; font-variant-numeric: tabular-nums; }
.policy-facts span { color: #aeb8bd; font-size: 11px; line-height: 1.4; }

.policy-main { width: min(100%, 1160px); margin: 0 auto; padding: 72px clamp(18px, 4vw, 42px) 88px; }
.policy-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.policy-section { padding: 26px; background: var(--white); border: 1px solid #cdd3d6; border-radius: 5px; }
.policy-section.full { grid-column: 1 / -1; }
.policy-section > span { color: var(--green); font-family: var(--mono); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.policy-section h2 { margin: 8px 0 10px; font-family: var(--heading); font-size: 24px; line-height: 1.15; }
.policy-section h3 { margin: 24px 0 8px; font-family: var(--heading); font-size: 18px; }
.policy-section p, .policy-section li { color: var(--muted); font-size: 14px; line-height: 1.68; }
.policy-section ul, .policy-section ol { padding-left: 20px; }
.policy-section a { font-weight: 800; }

.policy-table { width: 100%; margin-top: 16px; border-collapse: collapse; }
.policy-table th, .policy-table td { padding: 12px 8px; border-bottom: 1px solid #d5dadd; text-align: left; font-size: 13px; }
.policy-table th { color: #465057; font-family: var(--mono); font-size: 10px; text-transform: uppercase; }
.policy-table td:last-child { text-align: right; font-weight: 800; }

.policy-contact { margin-top: 20px; padding: 26px; color: var(--white); background: var(--steel); border-left: 4px solid var(--green-bright); border-radius: 4px; }
.policy-contact h2 { margin: 0 0 8px; font-family: var(--heading); }
.policy-contact p { margin: 0; color: #c2cbd0; }
.policy-contact a { color: #8bddad; font-weight: 850; }

.policy-footer { padding: 34px clamp(18px, 4vw, 56px); color: #9ba6ac; background: #0c0f11; border-top: 1px solid var(--steel-border); }
.policy-footer-inner { width: min(100%, 1160px); margin: 0 auto; display: flex; justify-content: space-between; gap: 30px; }
.policy-footer p { max-width: 720px; margin: 0; font-size: 11px; }
.policy-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; }
.policy-footer a { color: #b8c1c5; font-size: 11px; font-weight: 750; text-decoration: none; }

.confirmation-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin-top: 18px; background: #cfd5d8; border: 1px solid #cfd5d8; }
.confirmation-grid div { min-height: 78px; display: grid; align-content: center; gap: 2px; padding: 14px; background: var(--white); }
.confirmation-grid span { color: var(--muted); font-family: var(--mono); font-size: 10px; text-transform: uppercase; }
.confirmation-grid strong { font-size: 15px; }

@media (max-width: 820px) {
  .policy-header { align-items: flex-start; flex-direction: column; }
  .policy-header nav { justify-content: flex-start; }
  .policy-hero h1 { font-size: 42px; }
  .policy-facts, .policy-grid { grid-template-columns: 1fr; }
  .policy-section.full { grid-column: auto; }
  .policy-footer-inner { align-items: flex-start; flex-direction: column; }
  .policy-footer nav { justify-content: flex-start; }
}

@media (max-width: 480px) {
  .policy-header nav { gap: 10px; }
  .policy-hero { padding: 54px 16px; }
  .policy-hero h1 { font-size: 36px; }
  .policy-main { padding: 52px 16px 64px; }
  .policy-section { padding: 20px; }
  .confirmation-grid { grid-template-columns: 1fr; }
}
