:root {
  --ink: #1d2925;
  --muted: #66736d;
  --cream: #f5f3ec;
  --paper: #fcfbf7;
  --green: #b8d64a;
  --green-dark: #789725;
  --line: #dce1d9;
  --orange: #ed7656;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.site-header { max-width: 1240px; margin: 0 auto; padding: 25px 32px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; font-family: 'Space Grotesk', sans-serif; font-size: 15px; font-weight: 700; letter-spacing: .03em; }
.brand-logo { display: block; width: 178px; height: auto; max-height: 58px; object-fit: contain; object-position: left center; }
.brand em { display: block; color: var(--muted); font-family: 'DM Sans', sans-serif; font-style: normal; font-size: 8px; letter-spacing: .19em; margin-top: 2px; }
.brand-mark { width: 31px; height: 31px; display: grid; place-items: center; color: var(--ink); background: var(--green); border-radius: 50%; font-size: 18px; }
.main-nav { display: flex; align-items: center; gap: 34px; color: var(--muted); font-size: 13px; font-weight: 500; }
.main-nav a:hover { color: var(--ink); }
.nav-phone { display: inline-flex; align-items: center; gap: 7px; color: var(--ink); font-weight: 700; }
.whatsapp-icon { width: 18px; height: 18px; fill: currentColor; }
.menu-toggle { display: none; background: none; border: 0; font-size: 24px; color: var(--ink); }
.hero { min-height: 675px; max-width: 1240px; margin: 0 auto; padding: 54px 32px 90px; display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--green-dark); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; background: var(--orange); border-radius: 50%; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 470px; margin: 25px 0 24px; font-family: 'Space Grotesk', sans-serif; font-size: clamp(55px, 7vw, 88px); line-height: .94; letter-spacing: -.055em; font-weight: 500; }
h1 strong { color: var(--green-dark); font-weight: 700; }
.hero-text { max-width: 410px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.button { display: inline-flex; align-items: center; gap: 24px; border: 0; cursor: pointer; font: 700 13px 'DM Sans', sans-serif; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { margin-top: 18px; padding: 16px 18px 16px 22px; background: var(--ink); color: #fff; }
.button span { font-size: 20px; font-weight: 400; line-height: 0; }
.hero-visual { height: 475px; position: relative; }
.hero-image { height: 100%; background: linear-gradient(180deg, rgba(20,35,29,.03), rgba(20,35,29,.16)), url('assets/camion-google.png') center/cover; border-radius: 0 0 0 112px; }
.process-section { padding: 96px max(32px, calc((100vw - 1176px) / 2)); background: var(--cream); display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; }
.section-intro h2, .request-aside h2 { max-width: 380px; margin: 18px 0; font: 500 43px/1.02 'Space Grotesk', sans-serif; letter-spacing: -.04em; }
.section-intro > p:last-child, .request-aside > p { max-width: 335px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { position: relative; padding-top: 2px; border-top: 1px solid #cfd6cd; }.step-number { display: block; margin: 17px 0 30px; color: var(--green-dark); font: 700 11px 'Space Grotesk', sans-serif; }.step-icon { margin-bottom: 20px; color: var(--orange); font-size: 28px; }.step h3 { margin-bottom: 12px; font: 600 17px/1.15 'Space Grotesk', sans-serif; }.step p { color: var(--muted); font-size: 12px; line-height: 1.55; }
.pricing-section { padding: 82px max(32px, calc((100vw - 1176px) / 2)); background: var(--ink); color: #fff; display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; align-items: start; }.pricing-section .eyebrow { color: var(--green); }.pricing-intro h2 { max-width: 380px; margin: 18px 0; font: 500 43px/1.02 'Space Grotesk', sans-serif; letter-spacing: -.04em; }.pricing-intro > p:last-child { max-width: 350px; color: #b8c1ba; font-size: 14px; line-height: 1.6; }.price-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.price-item { min-height: 150px; padding: 20px 18px; border-top: 2px solid var(--green); background: #2c3933; }.price-place, .price-item strong, .price-item small { display: block; }.price-place { color: #d8e0d9; font: 600 15px 'Space Grotesk', sans-serif; }.price-item strong { margin-top: 29px; color: var(--green); font: 700 27px 'Space Grotesk', sans-serif; }.price-item small { margin-top: 5px; color: #aeb9b1; font-size: 10px; line-height: 1.35; }.price-note { grid-column: 2; margin: -45px 0 0; color: #9eaaa1; font-size: 10px; line-height: 1.5; }
.request-section { max-width: 1240px; margin: 0 auto; padding: 110px 32px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.contact-detail { display: flex; align-items: center; gap: 12px; margin-top: 26px; }.detail-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--orange); }.contact-detail small, .contact-detail strong { display: block; }.contact-detail small { color: var(--muted); font-size: 10px; margin-bottom: 3px; }.contact-detail strong { font-size: 13px; }
.quote-form { padding: 29px 32px 32px; border: 1px solid var(--line); background: white; }.form-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }.form-heading span { color: var(--orange); font: 700 11px 'Space Grotesk', sans-serif; }.form-heading h3 { margin: 0; font: 600 16px 'Space Grotesk', sans-serif; }.form-heading.second { margin-top: 34px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 16px; }label { display: block; color: var(--muted); font-size: 11px; font-weight: 600; }.full-width { grid-column: 1 / -1; }input, select, textarea { width: 100%; margin-top: 8px; padding: 13px 12px; border: 1px solid var(--line); border-radius: 0; outline: 0; color: var(--ink); background: #fbfcf9; font: 13px 'DM Sans', sans-serif; }input:focus, select:focus, textarea:focus { border-color: var(--green-dark); }select option:disabled { color: #9aa39e; }textarea { resize: vertical; }.schedule-note { margin: 17px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }.checkbox-label { display: flex; align-items: flex-start; gap: 8px; margin-top: 23px; font-size: 10px; font-weight: 400; line-height: 1.5; }.checkbox-label input { width: 14px; height: 14px; margin: 0; accent-color: var(--green-dark); }.checkbox-label a { color: var(--green-dark); text-decoration: underline; }.button-submit { margin-top: 23px; padding: 15px 18px 15px 21px; background: var(--green); color: var(--ink); }.form-feedback { display: none; margin: 17px 0 0; padding: 12px; background: #edf4dd; color: var(--green-dark); font-size: 12px; }.form-feedback.visible { display: block; }
.site-footer { padding: 30px max(32px, calc((100vw - 1176px) / 2)); border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 11px; }.site-footer p { margin: 0; }.site-footer .brand { color: var(--ink); }
@media (max-width: 800px) { .site-header { padding: 20px; }.brand-logo { width: 145px; max-height: 48px; }.main-nav { display: none; position: absolute; z-index: 5; top: 70px; left: 20px; right: 20px; padding: 20px; flex-direction: column; align-items: flex-start; gap: 18px; background: white; box-shadow: 0 10px 30px rgba(29,41,37,.12); }.main-nav.open { display: flex; }.menu-toggle { display: block; min-width: 44px; min-height: 44px; padding: 8px; }.hero { padding: 38px 20px 80px; display: block; }.hero-copy, .request-aside, .quote-form { min-width: 0; }.hero-text { max-width: none; }.button-primary, .button-submit { width: 100%; justify-content: space-between; min-height: 48px; }.hero-visual { height: 350px; margin-top: 55px; }.process-section, .pricing-section, .request-section { padding: 72px 20px; display: block; }.steps { margin-top: 50px; grid-template-columns: 1fr; gap: 32px; }.step { display: grid; grid-template-columns: 42px minmax(0, 1fr); column-gap: 14px; }.step-number { grid-row: span 2; margin: 17px 0 0; }.step-icon { display: none; }.step h3 { margin: 16px 0 8px; }.step p { margin-bottom: 0; }.price-list { margin-top: 45px; grid-template-columns: 1fr; gap: 12px; }.price-item { min-height: auto; }.price-item strong { margin-top: 15px; }.price-note { margin: 22px 0 0; }.quote-form { width: 100%; margin-top: 55px; padding: 24px 18px; }.site-footer { padding: 24px 20px; gap: 15px; flex-wrap: wrap; }.site-footer .brand-logo { width: 145px; }.site-footer p { order: 3; width: 100%; } }
@media (max-width: 480px) { h1 { font-size: 57px; }.hero-text { font-size: 15px; }.hero-visual { height: 290px; }.hero-image { border-radius: 0 0 0 65px; }.form-grid { grid-template-columns: minmax(0, 1fr); }.full-width { grid-column: auto; }input, select, textarea { font-size: 16px; }.section-intro h2, .request-aside h2 { font-size: 37px; } }
