:root {
  --ink: #15221d;
  --green: #123c2f;
  --green-2: #1e5946;
  --lime: #d8f74d;
  --sand: #f6f2e9;
  --paper: #fffdf9;
  --muted: #6f7773;
  --line: #dedfd9;
  --shadow: 0 24px 70px rgba(17, 38, 30, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.site-header { height: 78px; max-width: 1420px; margin: auto; padding: 0 48px; display: flex; align-items: center; justify-content: space-between; gap: 32px; background: var(--paper); }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 21px/1 "Manrope", sans-serif; letter-spacing: -1px; }
.brand > span:last-child > span { color: var(--green-2); }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 10px; }
.brand-mark svg { width: 25px; height: 25px; stroke-width: 2; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.desktop-nav a { position: relative; padding: 28px 0; color: #3e4944; }
.desktop-nav a::after { position: absolute; left: 0; right: 100%; bottom: 21px; height: 2px; content: ""; background: var(--green); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-contact { display: flex; align-items: center; gap: 8px; padding: 11px 16px; color: var(--green); border: 1px solid #cfd7d2; border-radius: 50px; font-size: 13px; font-weight: 700; transition: background .2s, color .2s; }
.header-contact svg { width: 18px; height: 18px; }
.header-contact:hover { color: white; background: var(--green); }

.hero { position: relative; min-height: 690px; max-width: 1420px; margin: 0 auto; overflow: hidden; color: white; background: #b5c3c7; }
.hero-image { position: absolute; inset: 0; background: url("assets/lara-rental-hero.png") center center / cover no-repeat; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 28, 22, .9) 0%, rgba(7, 28, 22, .64) 32%, rgba(7, 28, 22, .1) 61%, rgba(7, 28, 22, .03) 100%); }
.hero-content { position: relative; z-index: 1; max-width: 660px; padding: 112px 48px 165px; }
.eyebrow, .section-kicker, .panel-kicker { font: 700 11px/1.2 "Manrope", sans-serif; letter-spacing: 1.8px; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #eef4ce; }
.eyebrow span { width: 28px; height: 2px; background: var(--lime); }
.hero h1 { margin: 0; font: 700 clamp(48px, 5.4vw, 76px)/.99 "Manrope", sans-serif; letter-spacing: -4px; }
.hero-content > p { max-width: 525px; margin: 24px 0 27px; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.55; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin: 0; padding: 0; color: rgba(255,255,255,.92); font-size: 13px; font-weight: 600; list-style: none; }
.trust-row li { display: flex; align-items: center; gap: 7px; }
.trust-row svg { width: 18px; height: 18px; color: var(--lime); }

.search-panel { position: absolute; z-index: 3; top: 58px; right: 48px; width: 492px; padding: 28px 30px 24px; color: var(--ink); background: rgba(255,253,249,.98); border: 1px solid rgba(255,255,255,.65); border-radius: 18px; box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 23px; }
.panel-kicker, .section-kicker { color: #6b7a73; }
.panel-heading h2 { margin: 6px 0 0; font: 750 25px/1.2 "Manrope", sans-serif; letter-spacing: -1px; }
.delivery-badge { display: flex; align-items: center; gap: 7px; padding: 8px 11px; color: var(--green); background: #eaf1ec; border-radius: 50px; font-size: 11px; font-weight: 700; white-space: nowrap; }
.delivery-badge i { width: 7px; height: 7px; background: #3b9e5d; border-radius: 50%; box-shadow: 0 0 0 3px rgba(59,158,93,.13); }
.field { position: relative; margin-bottom: 17px; }
.field label { display: block; margin: 0 0 7px; color: #44514b; font-size: 12px; font-weight: 700; }
.input-shell, .split-input { height: 62px; display: flex; align-items: center; color: #26332d; background: white; border: 1px solid #d8dad5; border-radius: 10px; transition: border-color .2s, box-shadow .2s; }
.input-shell:focus-within, .split-input:focus-within { border-color: var(--green-2); box-shadow: 0 0 0 3px rgba(30,89,70,.09); }
.input-shell > svg:first-child { width: 21px; height: 21px; flex: 0 0 auto; margin-left: 16px; color: var(--green-2); }
.input-shell select { width: 100%; height: 100%; padding: 0 42px 0 12px; color: #27342f; background: transparent; border: 0; outline: 0; appearance: none; font-weight: 600; cursor: pointer; }
.input-shell .chevron { position: absolute; right: 14px; width: 20px; height: 20px; color: #78827d; pointer-events: none; }
.date-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.split-input { position: relative; height: 64px; overflow: hidden; }
.date-trigger { min-width: 0; height: 100%; flex: 1 1 auto; display: flex; align-items: center; gap: 8px; padding: 0 9px; color: inherit; background: transparent; border: 0; cursor: pointer; text-align: left; }
.date-trigger > svg { width: 18px; height: 18px; flex: 0 0 auto; color: var(--green-2); }
.date-trigger span { display: block; min-width: 0; }
.date-trigger small, .time-select small { display: block; margin-bottom: 3px; color: #8a918d; font-size: 9px; line-height: 1; }
.date-trigger strong { display: block; max-width: 85px; overflow: hidden; font-size: 12px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.split-input > input[type="date"] { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.time-select { position: relative; width: 65px; flex: 0 0 auto; padding-left: 9px; border-left: 1px solid #e2e3df; }
.time-select select { width: 100%; color: var(--ink); background: transparent; border: 0; outline: 0; appearance: none; font-size: 12px; font-weight: 700; cursor: pointer; }
.field-error { display: none; margin: 6px 0 0; color: #b74332; font-size: 10px; }
.field.invalid .input-shell, .field.invalid .split-input { border-color: #c85a49; }
.field.invalid .field-error { display: block; }
.same-location { display: flex !important; align-items: center; gap: 9px; width: fit-content; margin: -2px 0 16px !important; color: #626b67 !important; cursor: pointer; font-size: 11px !important; font-weight: 500 !important; }
.same-location input { position: absolute; opacity: 0; }
.same-location span { position: relative; width: 31px; height: 18px; background: #cbd0cd; border-radius: 20px; transition: background .2s; }
.same-location span::after { position: absolute; top: 3px; left: 3px; width: 12px; height: 12px; content: ""; background: white; border-radius: 50%; transition: transform .2s; }
.same-location input:checked + span { background: var(--green-2); }
.same-location input:checked + span::after { transform: translateX(13px); }
.search-button { width: 100%; height: 56px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #17230d; background: var(--lime); border: 0; border-radius: 9px; box-shadow: 0 7px 16px rgba(113,137,38,.2); cursor: pointer; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.search-button:hover { background: #e3ff61; box-shadow: 0 10px 22px rgba(113,137,38,.28); transform: translateY(-2px); }
.search-button svg { width: 18px; height: 18px; stroke-width: 2.3; }
.panel-note { display: flex; align-items: center; justify-content: center; gap: 5px; margin: 12px 0 0; color: #8c928f; font-size: 9px; }
.panel-note svg { width: 13px; height: 13px; }

.hotel-strip { max-width: 1420px; min-height: 72px; margin: auto; padding: 0 48px; display: flex; align-items: center; justify-content: center; gap: 24px; color: #777e79; background: var(--sand); font: 600 12px/1 "Manrope", sans-serif; }
.hotel-strip > span { color: #a0a49f; font-size: 9px; letter-spacing: 1.2px; }
.hotel-strip i { width: 3px; height: 3px; background: #bbbdb9; border-radius: 50%; }

.results-section { max-width: 1220px; margin: auto; padding: 86px 42px 98px; }
.results-section[hidden] { display: none; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.section-heading h2, .how-copy h2, .assurance h2 { margin: 8px 0 7px; font: 750 clamp(34px,4vw,50px)/1.08 "Manrope", sans-serif; letter-spacing: -2.4px; }
.section-heading p, .how-copy > p { margin: 0; color: var(--muted); }
.edit-search { padding: 11px 15px; color: var(--green); background: transparent; border: 1px solid #ccd2ce; border-radius: 7px; cursor: pointer; font-size: 12px; font-weight: 700; }
.filter-row { display: flex; gap: 8px; margin: 30px 0 20px; }
.filter { padding: 9px 14px; color: #59635e; background: white; border: 1px solid #dfe1dd; border-radius: 40px; cursor: pointer; font-size: 12px; font-weight: 700; }
.filter.active { color: white; background: var(--green); border-color: var(--green); }
.vehicle-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.vehicle-card { overflow: hidden; background: white; border: 1px solid #e3e4df; border-radius: 14px; box-shadow: 0 12px 38px rgba(21,34,29,.06); transition: transform .22s, box-shadow .22s; }
.vehicle-card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(21,34,29,.11); }
.vehicle-visual { position: relative; height: 188px; display: grid; place-items: center; overflow: hidden; }
.vehicle-visual.economy { background: linear-gradient(145deg,#e2ece9,#f6f8f5); }
.vehicle-visual.automatic { background: linear-gradient(145deg,#e7e5df,#faf9f5); }
.vehicle-visual.suv { background: linear-gradient(145deg,#dfe7ec,#f7f9fa); }
.vehicle-visual::before { position: absolute; left: 12%; right: 12%; bottom: 34px; height: 18px; content: ""; background: rgba(23,41,33,.15); border-radius: 50%; filter: blur(10px); }
.vehicle-visual svg { position: relative; z-index: 1; width: 82%; height: auto; color: #f9faf8; fill: #f9faf8; stroke: #17271f; stroke-width: 1.25; filter: drop-shadow(0 8px 8px rgba(12,27,20,.18)); }
.vehicle-visual.suv svg { transform: scaleY(1.08); }
.vehicle-image { position: relative; z-index: 1; width: 94%; max-height: 180px; object-fit: contain; filter: drop-shadow(0 10px 9px rgba(12,27,20,.19)); }
.vehicle-tag { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 7px 9px; color: var(--green); background: rgba(255,255,255,.86); border-radius: 6px; font-size: 9px; font-weight: 800; letter-spacing: .5px; backdrop-filter: blur(5px); }
.vehicle-body { padding: 19px; }
.vehicle-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.vehicle-body h3 { margin: 0; font: 750 19px/1.2 "Manrope", sans-serif; letter-spacing: -.7px; }
.or-similar { margin-top: 3px; color: #929893; font-size: 10px; }
.vehicle-price { text-align: right; white-space: nowrap; }
.vehicle-price strong { display: block; color: var(--green); font: 800 20px/1 "Manrope", sans-serif; }
.vehicle-price small { color: #929893; font-size: 9px; }
.vehicle-features { display: flex; flex-wrap: wrap; gap: 7px 13px; margin: 19px 0; padding: 14px 0; border-top: 1px solid #ecece8; border-bottom: 1px solid #ecece8; color: #57615c; font-size: 10px; }
.vehicle-features span { display: flex; align-items: center; gap: 5px; }
.vehicle-features svg { width: 15px; height: 15px; color: var(--green-2); }
.card-action { width: 100%; height: 45px; display: flex; align-items: center; justify-content: center; gap: 7px; color: white; background: var(--green); border: 0; border-radius: 7px; cursor: pointer; font-size: 12px; font-weight: 800; }
.card-action:hover { background: var(--green-2); }
.card-action svg { width: 16px; height: 16px; }

.how-section { max-width: 1220px; margin: 0 auto; padding: 100px 42px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.how-copy h2 { max-width: 500px; }
.how-copy > p { max-width: 440px; margin-top: 20px; line-height: 1.65; }
.steps { display: grid; gap: 0; }
.steps article { display: grid; grid-template-columns: 56px 1fr; gap: 24px; padding: 23px 0; border-bottom: 1px solid #dedfd9; }
.steps article:first-child { padding-top: 0; }
.steps article > span { width: 50px; height: 50px; display: grid; place-items: center; color: var(--green); background: #eaf0ec; border-radius: 50%; font: 800 12px/1 "Manrope", sans-serif; }
.steps h3 { margin: 1px 0 7px; font: 750 17px/1.2 "Manrope", sans-serif; }
.steps p { margin: 0; color: var(--muted); font-size: 13px; }

.assurance { max-width: 1420px; margin: auto; padding: 84px 48px 92px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; color: white; background: var(--green); }
.section-kicker.light { color: #cddba4; }
.assurance h2 { margin-top: 12px; }
.assurance-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.assurance-grid article { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.17); }
.assurance-grid svg { width: 28px; height: 28px; margin-bottom: 17px; color: var(--lime); }
.assurance-grid h3 { margin: 0 0 10px; font: 700 15px/1.3 "Manrope", sans-serif; }
.assurance-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.6; }

footer { max-width: 1420px; margin: auto; padding: 30px 48px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; color: #727b77; background: #0b2d23; border-top: 1px solid rgba(255,255,255,.08); font-size: 10px; }
.brand-footer { color: white; }
footer p:nth-child(2) { text-align: center; }
footer p:last-child { text-align: right; }
.toast { position: fixed; z-index: 10; left: 50%; bottom: 24px; padding: 13px 18px; color: white; background: #b74332; border-radius: 8px; box-shadow: 0 12px 30px rgba(0,0,0,.2); opacity: 0; pointer-events: none; transform: translate(-50%,20px); transition: .25s ease; font-size: 12px; }
.toast.show { opacity: 1; transform: translate(-50%,0); }

@media (max-width: 1040px) {
  .site-header { padding: 0 26px; }
  .desktop-nav { display: none; }
  .hero { padding-bottom: 32px; }
  .hero-content { max-width: 570px; padding: 70px 30px 360px; }
  .hero h1 { font-size: clamp(46px,8vw,70px); }
  .search-panel { top: auto; right: 30px; bottom: 30px; left: 30px; width: auto; }
  .hotel-strip { overflow: hidden; justify-content: flex-start; padding: 0 30px; white-space: nowrap; }
  .vehicle-grid { grid-template-columns: repeat(2,1fr); }
  .how-section { gap: 50px; }
  .assurance { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 700px) {
  .site-header { height: 66px; padding: 0 18px; }
  .header-contact { width: 42px; height: 42px; justify-content: center; padding: 0; font-size: 0; }
  .brand { font-size: 19px; }
  .brand-mark { width: 33px; height: 33px; }
  .hero { min-height: 0; overflow: visible; background: var(--paper); }
  .hero-image { height: 430px; background-position: 53% center; transform: none; }
  .hero-shade { height: 430px; background: linear-gradient(90deg,rgba(7,28,22,.85),rgba(7,28,22,.25)); }
  .hero-content { min-height: 430px; padding: 60px 20px 70px; }
  .hero h1 { font-size: 46px; letter-spacing: -3px; }
  .hero-content > p { max-width: 330px; font-size: 15px; }
  .trust-row { display: none; }
  .search-panel { position: relative; inset: auto; width: calc(100% - 24px); margin: -110px auto 18px; padding: 22px 18px 19px; border-radius: 14px; }
  .panel-heading h2 { font-size: 22px; }
  .delivery-badge { display: none; }
  .date-grid { grid-template-columns: 1fr; gap: 0; }
  .date-trigger strong { max-width: 150px; }
  .hotel-strip { display: none; }
  .results-section { padding: 66px 18px 72px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .section-heading h2, .how-copy h2, .assurance h2 { font-size: 35px; letter-spacing: -1.8px; }
  .filter-row { overflow-x: auto; padding-bottom: 4px; }
  .vehicle-grid { grid-template-columns: 1fr; }
  .how-section { padding: 72px 20px; grid-template-columns: 1fr; gap: 42px; }
  .steps article { gap: 15px; }
  .assurance { padding: 64px 22px; }
  .assurance-grid { grid-template-columns: 1fr; gap: 27px; }
  .assurance-grid article { padding-left: 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.17); border-left: 0; }
  footer { padding: 26px 22px; grid-template-columns: 1fr; gap: 13px; text-align: center; }
  footer p:nth-child(2), footer p:last-child { margin: 0; text-align: center; }
  .brand-footer { margin: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
