:root {
  --forest: #006b3b;
  --forest-dark: #004c2b;
  --orange: #f47b20;
  --lime: #a6ce39;
  --cream: #fbf6ec;
  --ink: #16231f;
  --muted: #63716b;
  --line: #dfe6e1;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(12, 50, 40, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #f8f3e8 0, #f7faf8 31rem, #fff 31rem);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
a { color: inherit; }

.site-header {
  min-height: 76px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-logo-frame { width: 78px; height: 78px; display: block; overflow: hidden; background: white; border-radius: 14px; box-shadow: 0 8px 20px rgba(0, 107, 59, .12); }
.brand-logo { width: 130px; height: 130px; max-width: none; display: block; transform: translate(-26px, -17px); }
.brand strong { display: block; color: var(--forest); font-family: "Manrope", sans-serif; font-size: 1.32rem; line-height: 1; letter-spacing: -.02em; }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.header-call { color: var(--forest); font-weight: 800; text-decoration: none; border-bottom: 2px solid var(--orange); }

main { overflow: hidden; }
.hero {
  max-width: 1220px;
  margin: 0 auto;
  padding: 66px 28px 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 32px;
}
.hero-copy { max-width: 810px; }
.eyebrow, .step-label { margin: 0 0 12px; color: var(--orange); font-size: .76rem; font-weight: 800; letter-spacing: .13em; }
h1, h2, legend { font-family: "Manrope", sans-serif; }
h1 { max-width: 760px; margin: 0; color: var(--forest-dark); font-size: clamp(2.5rem, 6vw, 5.25rem); line-height: .98; letter-spacing: -.055em; }
.hero-copy > p:not(.eyebrow) { max-width: 680px; margin: 24px 0 0; color: #4f5d57; font-size: 1.08rem; line-height: 1.7; }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 24px; color: var(--forest); font-size: .9rem; font-weight: 700; }
.hero-badge { width: 150px; aspect-ratio: 1; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; color: white; background: var(--forest); border-radius: 50%; transform: rotate(5deg); box-shadow: 0 20px 45px rgba(11,79,62,.2); }
.hero-badge span { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.hero-badge strong { font-family: "Manrope", sans-serif; font-size: 1.45rem; line-height: 1.05; }

.calculator-shell {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(330px, .82fr);
  align-items: start;
  background: var(--white);
  border: 1px solid rgba(12, 60, 47, .1);
  border-radius: 28px;
  box-shadow: var(--shadow);
  overflow: clip;
}
.form-panel { padding: 44px clamp(24px, 4vw, 56px) 52px; }
.section-heading { margin-bottom: 34px; }
.section-heading h2, .quote-empty h2 { margin: 0; color: var(--forest-dark); font-size: clamp(1.7rem, 3vw, 2.4rem); letter-spacing: -.035em; }
.section-heading > p:last-child, .quote-empty > p:last-child { margin: 8px 0 0; color: var(--muted); line-height: 1.6; }
fieldset { min-width: 0; margin: 0; padding: 30px 0; border: 0; border-top: 1px solid var(--line); }
legend { width: 100%; margin: 0 0 22px; padding: 0; color: var(--forest); font-size: 1.08rem; font-weight: 800; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
label { display: block; color: #34443e; font-size: .88rem; font-weight: 700; }
.input-hint { float: right; color: #84908b; font-size: .73rem; font-weight: 500; }
input, select, textarea {
  width: 100%;
  margin-top: 8px;
  color: var(--ink);
  background: #fbfcfb;
  border: 1px solid #ced9d3;
  border-radius: 11px;
  outline: none;
  transition: border .18s ease, box-shadow .18s ease, background .18s ease;
}
input, select { min-height: 50px; padding: 0 14px; }
textarea { padding: 13px 14px; resize: vertical; }
input:focus, select:focus, textarea:focus { background: white; border-color: var(--forest); box-shadow: 0 0 0 3px rgba(11,79,62,.11); }
input[aria-invalid="true"], select[aria-invalid="true"] { border-color: #b82d25; background: #fff9f8; }
fieldset > label { margin-top: 20px; }
.fieldset-intro { margin: -10px 0 22px; color: var(--muted); font-size: .86rem; line-height: 1.55; }
.inventory-add-grid { display: grid; grid-template-columns: minmax(0, 1fr) 110px 125px; gap: 14px; align-items: end; }
.add-item-button { min-height: 50px; padding: 0 16px; color: white; background: var(--forest); border: 0; border-radius: 11px; font-weight: 800; cursor: pointer; }
.add-item-button:hover { background: var(--forest-dark); }
.custom-item-box { margin-top: 22px; border: 1px solid #bed2c8; border-radius: 12px; background: #f5faf7; }
.misc-heading { padding: 17px 16px 0; }
.misc-heading strong, .misc-heading span { display: block; }
.misc-heading strong { color: var(--forest); font-family: "Manrope", sans-serif; font-size: .93rem; }
.misc-heading span { margin-top: 4px; color: var(--muted); font-size: .75rem; }
.custom-item-grid { padding: 15px 16px 17px; display: grid; grid-template-columns: 1.35fr 100px 1.2fr; gap: 12px; align-items: end; }
.custom-item-grid .add-item-button { grid-column: 1 / -1; }
.dimension-fields { grid-column: 1 / -1; }
.dimension-fields > span { display: block; margin-bottom: 8px; color: #34443e; font-size: .78rem; font-weight: 800; }
.dimension-fields > span small { color: var(--muted); font-weight: 500; }
.dimension-fields > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.dimension-fields label { font-size: .72rem; }
.inline-error { margin: 0 16px 16px; padding: 10px 12px; color: #8f1f19; background: #fff2f0; border-radius: 8px; font-size: .78rem; }
.misc-notes-label { margin-top: 18px; }
.inventory-empty { margin-top: 18px; padding: 20px; color: var(--muted); background: #f6f8f6; border: 1px dashed #bdcbc4; border-radius: 12px; font-size: .84rem; text-align: center; }
.inventory-list { margin-top: 18px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.inventory-row { min-height: 62px; padding: 10px 12px; display: grid; grid-template-columns: minmax(0, 1fr) 112px 78px 34px; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); }
.inventory-row:last-child { border-bottom: 0; }
.inventory-name strong, .inventory-name small { display: block; }
.inventory-name strong { color: var(--ink); font-size: .86rem; }
.inventory-name small { margin-top: 3px; color: var(--muted); font-size: .69rem; }
.quantity-control { display: grid; grid-template-columns: 30px 1fr 30px; align-items: center; overflow: hidden; border: 1px solid #ced9d3; border-radius: 8px; }
.quantity-control button { height: 32px; padding: 0; color: var(--forest); background: #f3f7f5; border: 0; font-weight: 800; cursor: pointer; }
.quantity-control span { text-align: center; font-size: .8rem; font-weight: 800; }
.inventory-subtotal { color: var(--forest); font-size: .78rem; font-weight: 800; text-align: right; }
.remove-item { width: 32px; height: 32px; padding: 0; color: #8f1f19; background: #fff2f0; border: 0; border-radius: 8px; font-size: 1rem; cursor: pointer; }
.volume-card { margin-top: 18px; padding: 17px; display: grid; grid-template-columns: 1fr 1.25fr; gap: 15px 22px; color: white; background: var(--forest); border-radius: 13px; }
.volume-card span, .volume-card strong { display: block; }
.volume-card span { color: #c8dad3; font-size: .72rem; }
.volume-card strong { margin-top: 4px; font-family: "Manrope", sans-serif; font-size: 1rem; }
.volume-card small { grid-column: 1 / -1; color: #b9d1c7; font-size: .67rem; line-height: 1.45; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
.check-card { min-height: 70px; padding: 14px; display: flex; align-items: flex-start; gap: 11px; background: #fbfcfb; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; transition: border .18s, background .18s; }
.check-card:has(input:checked) { background: #f0f7f3; border-color: #76a38f; }
.check-card input { width: 19px; min-height: 19px; margin: 2px 0 0; accent-color: var(--forest); }
.check-card span { flex: 1; }
.check-card strong, .check-card small { display: block; }
.check-card strong { font-size: .87rem; }
.check-card small { margin-top: 4px; color: var(--muted); font-size: .72rem; font-weight: 500; line-height: 1.35; }
.form-error { margin: 4px 0 16px; padding: 12px 14px; color: #8f1f19; background: #fff2f0; border-left: 4px solid #cc443b; border-radius: 8px; font-size: .88rem; }
.primary-button, .whatsapp-button, .secondary-button, .text-button { border: 0; cursor: pointer; text-decoration: none; }
.primary-button { width: 100%; min-height: 58px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; color: white; background: var(--orange); border-radius: 13px; font-family: "Manrope", sans-serif; font-weight: 800; box-shadow: 0 11px 24px rgba(245,130,32,.22); }
.primary-button span { font-size: 1.4rem; transition: transform .18s; }
.primary-button:hover span { transform: translateX(4px); }

.quote-panel { position: sticky; top: 18px; min-height: 680px; padding: 42px 34px; color: white; background: var(--forest); align-self: start; }
.quote-empty { min-height: 590px; display: flex; flex-direction: column; justify-content: center; }
.quote-empty .mini-truck { margin-bottom: 22px; font-size: 3rem; }
.quote-empty .step-label, #quote-result .step-label { color: #d5f07f; }
.quote-empty h2 { max-width: 290px; color: white; }
.quote-empty > p:last-child { max-width: 290px; color: #c8dad3; }
.route-pill { width: fit-content; margin-bottom: 22px; padding: 7px 11px; color: #164d39; background: #dff5ad; border-radius: 999px; font-size: .74rem; font-weight: 800; }
.total-block { padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.17); }
.total-block span, .total-block small { display: block; color: #c8dad3; }
.total-block span { font-size: .84rem; }
.total-block strong { display: block; margin: 3px 0 4px; font-family: "Manrope", sans-serif; font-size: clamp(2.7rem, 5vw, 4rem); letter-spacing: -.055em; }
.total-block small { font-size: .78rem; }
.route-summary { padding: 21px 0; display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.17); }
.route-summary div:last-child { text-align: right; }
.route-summary span { color: #b8d0c7; font-size: .72rem; }
.route-summary strong { display: block; margin-top: 3px; overflow-wrap: anywhere; font-size: .88rem; line-height: 1.25; }
.load-summary { padding: 17px 0; display: grid; grid-template-columns: .75fr 1.25fr; gap: 16px; border-bottom: 1px solid rgba(255,255,255,.17); }
.load-summary span, .load-summary strong { display: block; }
.load-summary span { color: #b8d0c7; font-size: .7rem; }
.load-summary strong { margin-top: 4px; font-size: .81rem; line-height: 1.3; }
.breakdown { margin: 20px 0; }
.breakdown div { margin: 0 0 10px; display: flex; justify-content: space-between; gap: 20px; }
.breakdown dt { color: #c8dad3; font-size: .8rem; }
.breakdown dd { margin: 0; font-size: .82rem; font-weight: 800; }
.deposit-note { margin: 19px 0; padding: 13px 14px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--forest-dark); background: #eaf4d6; border-radius: 10px; }
.deposit-note span { font-size: .76rem; font-weight: 700; }
.review-note { margin: -5px 0 17px; padding: 11px 12px; color: #553315; background: #fff0ca; border-radius: 9px; font-size: .74rem; line-height: 1.45; }
.whatsapp-button, .secondary-button { width: 100%; min-height: 50px; display: grid; place-items: center; border-radius: 10px; font-weight: 800; }
.whatsapp-button { color: #104c34; background: #8ee6a8; }
.secondary-button { margin-top: 10px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.35); }
.text-button { width: 100%; margin-top: 12px; color: #d4e3dd; background: none; font-size: .78rem; text-decoration: underline; text-underline-offset: 3px; }
.fine-print { margin: 18px 0 0; color: #abc4ba; font-size: .65rem; line-height: 1.5; }

.reviews-section { max-width: 1220px; margin: 68px auto 0; padding: 0 28px 58px; }
.reviews-heading { margin-bottom: 25px; display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.reviews-heading h2 { margin: 0; color: var(--forest-dark); font-size: clamp(1.75rem, 3.5vw, 2.7rem); letter-spacing: -.04em; }
.reviews-heading > p { max-width: 370px; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.5; text-align: right; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.review-card { min-height: 285px; padding: 23px; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 12px 35px rgba(13, 57, 45, .07); }
.review-card.featured-review { border-color: #8fbaa7; box-shadow: 0 18px 40px rgba(0, 107, 59, .11); }
.review-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.review-source { padding: 6px 9px; border-radius: 999px; font-size: .68rem; font-weight: 800; }
.google-source { color: #174ea6; background: #edf3ff; }
.hellopeter-source { color: #8c1b3a; background: #fff0f4; }
.review-stars { color: #f5a623; font-size: .82rem; letter-spacing: .08em; }
.review-card > p { margin: 25px 0; color: #3d4d47; font-size: .94rem; line-height: 1.7; }
.review-author { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.review-author strong { color: var(--forest); font-size: .82rem; }
.review-author time { color: var(--muted); font-size: .7rem; }
.review-card > a { margin-top: 16px; color: var(--forest); font-size: .72rem; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.confidence-strip { margin: 40px 0 0; padding: 34px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; border-top: 1px solid var(--line); }
.confidence-strip div { padding-left: 18px; border-left: 3px solid var(--lime); }
.confidence-strip strong, .confidence-strip span { display: block; }
.confidence-strip strong { color: var(--forest); }
.confidence-strip span { margin-top: 4px; color: var(--muted); font-size: .82rem; }
footer { padding: 25px 28px; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 28px; color: #7a8882; background: #f4f6f4; font-size: .73rem; text-align: center; }

@media (max-width: 850px) {
  .hero { padding-top: 38px; }
  .hero-badge { display: none; }
  .calculator-shell { grid-template-columns: 1fr; }
  .quote-panel { position: static; min-height: 0; }
  .quote-empty { min-height: 270px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 245px; }
  .confidence-strip { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  body { background: linear-gradient(180deg, #f8f3e8 0, #f7faf8 24rem, #fff 24rem); }
  .site-header { min-height: 67px; padding: 10px 18px; }
  .brand-logo-frame { width: 58px; height: 58px; border-radius: 10px; }
  .brand-logo { width: 97px; height: 97px; transform: translate(-19px, -13px); }
  .brand strong { font-size: 1.12rem; }
  .brand small { max-width: 160px; font-size: .56rem; }
  .header-call { font-size: 0; border: 0; }
  .header-call::after { content: "Call"; display: grid; place-items: center; width: 50px; height: 36px; color: white; background: var(--forest); border-radius: 999px; font-size: .78rem; }
  .hero { padding: 38px 20px 33px; }
  h1 { font-size: 2.7rem; }
  .hero-copy > p:not(.eyebrow) { font-size: .96rem; line-height: 1.6; }
  .trust-row { display: grid; gap: 8px; }
  .calculator-shell { width: calc(100% - 20px); border-radius: 18px; }
  .form-panel { padding: 30px 18px 34px; }
  .section-heading { margin-bottom: 25px; }
  fieldset { padding: 27px 0; }
  .field-grid, .check-grid { grid-template-columns: 1fr; gap: 15px; }
  .inventory-add-grid { grid-template-columns: minmax(0, 1fr) 90px; }
  .inventory-add-grid .add-item-button { grid-column: 1 / -1; }
  .custom-item-grid { grid-template-columns: 1fr; }
  .custom-item-grid .add-item-button { grid-column: 1; }
  .dimension-fields { grid-column: 1; }
  .inventory-row { grid-template-columns: minmax(0, 1fr) 104px 32px; gap: 9px; }
  .inventory-subtotal { grid-column: 1 / -1; grid-row: 2; text-align: left; }
  .remove-item { grid-column: 3; grid-row: 1; }
  .volume-card { grid-template-columns: 1fr; }
  .volume-card small { grid-column: 1; }
  .check-grid { margin-top: 15px; }
  .quote-panel { padding: 34px 23px; }
  .quote-empty { min-height: 240px; }
  .route-summary { align-items: start; }
  .reviews-section { margin-top: 48px; padding: 0 20px 42px; }
  .reviews-heading { align-items: start; flex-direction: column; gap: 10px; }
  .reviews-heading > p { text-align: left; }
  .review-card { min-height: 235px; padding: 20px; }
  .confidence-strip { margin-top: 34px; padding-top: 28px; }
}

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