/* Brand green sampled from the supplied Dragoliv logo. */
:root{--green:#00851b;--green-dark:#006d16;--brand-green:#009018;--lime:#afe28e;--surface:#f5f6f4;--line:#e1e5df}
.topline{background:var(--brand-green)}
.hero .eyebrow.light{color:#e8f5e4}
h1 em{color:#dbf0d1}
.hero-shade{background:linear-gradient(90deg,rgba(10,16,12,.8),rgba(10,16,12,.32) 46%,transparent 80%)}
.cars-grid{gap:30px 24px}
.car-card{border-color:#dce2d9;border-radius:8px;box-shadow:0 3px 9px #14211704;transition:box-shadow .25s,border-color .25s,transform .25s}
.car-card:hover{box-shadow:0 13px 30px #14211710;border-color:#aec5a6;transform:translateY(-3px)}
.car-photo{aspect-ratio:4/3;background:#e9ece7}
.car-photo img{object-fit:contain}
.car-card:hover .car-photo img{transform:none}
.car-photo .icon-button{width:38px;height:38px;right:14px;top:14px;border:1px solid #ffffff80}
.car-photo .icon-button svg{width:18px;height:18px}
.card-gallery-arrow{position:absolute;top:calc(50% - 18px);width:36px;height:36px;border:1px solid #ffffff80;background:#fffffff0;display:grid;place-items:center;border-radius:50%;box-shadow:0 2px 8px #0001;opacity:0;transition:opacity .2s,background .2s}
.card-prev{left:12px}.card-next{right:12px}
.car-card:hover .card-gallery-arrow,.car-card:focus-within .card-gallery-arrow{opacity:1}
.card-gallery-arrow:hover{background:white}
.photo-count{bottom:13px;right:14px;font-size:10px;padding:6px 8px;background:#172017cb;gap:6px}
.card-photo-dots{position:absolute;bottom:18px;left:18px;display:flex;gap:5px;pointer-events:none}
.card-photo-dots span{width:6px;height:6px;border-radius:50%;background:#ffffff80;box-shadow:0 0 1px #0008}
.card-photo-dots span.current{width:19px;border-radius:4px;background:white}
.car-copy{padding:22px 23px 0}
.car-brand{font-size:10px;font-weight:750;color:var(--green);text-transform:uppercase;display:block;margin-bottom:6px}
.car-card h3{font-size:26px;font-weight:650;line-height:1.2}
.car-subtitle{margin:9px 0 21px;font-size:12px;color:#6b726a;min-height:17px}
.card-spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 12px;margin:0;padding:18px 0 20px;border-top:1px solid var(--line)}
.card-spec-grid>div{display:flex;align-items:center;gap:10px;min-width:0}
.card-spec-grid svg{width:18px;height:18px;color:#7a8d73}
.card-spec-grid dt{font-size:9px;color:#72796f;margin-bottom:4px}
.card-spec-grid dd{margin:0;font-size:12px;font-weight:600;line-height:1.3}
.car-price-line{margin:0;padding:17px 0 20px;align-items:flex-end}
.price-label{display:block;font-size:9px;color:#737b70;margin-bottom:5px}
.car-price-line .car-price{font-size:29px;font-weight:700;font-variant-numeric:tabular-nums;line-height:1.1;display:block;white-space:nowrap}
.car-price small{font-size:19px;font-weight:500}
.card-detail-link{display:flex;align-items:center;gap:10px;font-size:11px;color:var(--green);font-weight:650;min-height:40px;white-space:nowrap}
.card-detail-link svg{width:28px;height:28px;padding:5px;background:#edf5e9;border-radius:50%}
.card-detail-link:hover svg{background:var(--green);color:white}
.card-location{display:flex;align-items:center;gap:6px;border-top:1px solid var(--line);padding:12px 0;font-size:10px;color:#7b8378}
.card-location svg{width:12px;height:12px;color:var(--green)}
.location-section{background:#f1f4ee;color:var(--ink);padding:64px 0 68px;border-block:1px solid #e5eae1}
.location-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:30px}
.location-heading>span{font-size:12px;color:var(--muted);padding-bottom:5px}
.location-heading h2{font-size:37px}
.location-inner{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,1fr);gap:46px;align-items:stretch}
.location-map{position:relative;min-height:450px;background:#e2e9dd;overflow:hidden;border:1px solid #d4ddcd;border-radius:6px}
.location-map iframe{width:100%;height:100%;min-height:450px;border:0;display:block}
.map-external{position:absolute;bottom:16px;left:16px;display:flex;align-items:center;gap:14px;background:white;padding:12px 16px;border:1px solid #dce2d9;border-radius:4px;box-shadow:0 3px 10px #0001;font-size:11px;font-weight:600}
.location-details{padding:6px 0}
.location-pin{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#e0eed7;color:var(--green);margin-bottom:16px}
.location-details h3{font-size:23px;font-weight:600;margin:0 0 10px}
.location-inner>.location-details>p{color:var(--muted);font-size:13px;line-height:1.8;margin:0 0 20px}
.location-details>.button{gap:18px}
.location-details .contact-block{padding:23px 0 0;margin-top:25px;border:0;border-top:1px solid #d9e1d3}
.contact-block>span{font-size:9px;color:var(--muted)}
.phone-number{font-size:28px;gap:20px;margin-top:10px}
.phone-number svg{color:var(--green);width:23px;height:23px}
.contact-whatsapp{color:var(--green);font-size:12px}
.next-edition{color:var(--muted);margin-top:24px;padding-top:20px;border-top:1px solid #d9e1d3}
.next-edition>svg{color:var(--green)}
@media(max-width:1150px){.car-copy{padding:20px 18px 0}.car-price-line .car-price{font-size:25px}.card-detail-link{gap:6px;font-size:10px}.location-inner{gap:30px;grid-template-columns:1.4fr 1fr}}
@media(max-width:850px){.location-inner{grid-template-columns:1fr}.location-map,.location-map iframe{min-height:390px}.location-details{display:grid;grid-template-columns:1fr 1fr;column-gap:30px;align-items:start}.location-pin{display:none}.location-details h3,.location-details>p,.location-details>.button{grid-column:1}.location-details>.button{justify-self:start}.location-details .contact-block{grid-column:2;grid-row:1/4;margin:0;padding:0;border:0}.location-details .next-edition{grid-column:1/-1}.location-heading>span{display:none}.card-gallery-arrow{opacity:1}}
@media(max-width:600px){.hero-shade{background:#07130c87}.cars-grid{gap:26px}.car-copy{padding:22px 21px 0}.car-card h3{font-size:27px}.car-price-line .car-price{font-size:29px}.card-detail-link{font-size:11px;gap:9px}.card-spec-grid{gap:18px 14px}.card-spec-grid dt{font-size:10px}.card-spec-grid dd{font-size:13px}.car-photo{aspect-ratio:4/3}.car-photo .icon-button{width:38px;height:38px}.location-section{padding:43px 0}.location-heading h2{font-size:31px}.location-heading{margin-bottom:24px}.location-map,.location-map iframe{min-height:350px}.location-inner{gap:28px}.location-details{display:block;padding:0}.location-details h3{font-size:24px}.location-details .contact-block{padding-top:23px;margin-top:25px;border-top:1px solid #d9e1d3}.phone-number{font-size:29px}.map-external{bottom:12px;left:12px;font-size:10px;padding:11px 13px}.location-details .next-edition{margin-top:22px}.car-card:hover{transform:none}}
@media(prefers-reduced-motion:reduce){.car-card,.card-gallery-arrow{transition:none}}
/* Keep the map's controls and attribution unobstructed. */
.location-map{min-height:0;background:white;align-self:start}
.location-map iframe{height:450px;min-height:0}
.map-external{position:static;border:0;border-top:1px solid var(--line);border-radius:0;box-shadow:none;padding:15px 18px;justify-content:space-between}
@media(max-width:850px){.location-map iframe{height:390px}}
@media(max-width:600px){.location-map iframe{height:350px}}
