:root{--vre-bg:#0e1116;--vre-surface:#161b22;--vre-card:#fff;--vre-text:#10151c;--vre-muted:#64748b;--vre-accent:#ff5f00;--vre-light:#f5f7fb;--vre-radius:20px;--vre-shadow:0 20px 50px rgba(0,0,0,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Alexandria",system-ui,sans-serif;background:var(--vre-light);color:var(--vre-text);line-height:1.6}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}
.vre-container{width:min(1200px,calc(100% - 32px));margin:auto}.vre-header{position:sticky;top:0;z-index:20;background:rgba(14,17,22,.94);backdrop-filter:blur(10px);color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}.vre-header-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0}.vre-brand{display:flex;flex-direction:column;gap:4px;font-weight:700}.vre-brand span{font-size:12px;color:#c5d0df}.vre-nav ul{display:flex;gap:18px;list-style:none;margin:0;padding:0}.vre-header-cta{display:flex;align-items:center;gap:16px}.vre-link{font-size:14px;color:#d8e1ec}
.vre-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:14px;font-weight:700;transition:.25s ease}.vre-btn-primary{background:var(--vre-accent);color:#fff}.vre-btn-primary:hover{transform:translateY(-1px)}.vre-btn-secondary{background:#fff;color:#111827;border:1px solid #e5e7eb}.vre-btn-secondary:hover{background:#f9fafb}
.vre-hero{background:linear-gradient(135deg,#0e1116 0%,#161b22 45%,#1f2937 100%);color:#fff;padding:72px 0}.vre-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:center}.vre-eyebrow{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--vre-accent);margin-bottom:12px}.vre-hero h1{font-size:clamp(34px,5vw,62px);line-height:1.05;margin:0 0 14px}.vre-hero p{font-size:17px;color:#c8d3df;max-width:720px}.vre-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:22px}
.vre-booking-panel,.vre-content-card,.vre-card{background:#fff;border-radius:var(--vre-radius);box-shadow:var(--vre-shadow)}.vre-booking-panel{padding:22px;color:#111827}.vre-booking-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.vre-booking-grid .full{grid-column:1/-1}.vre-booking-panel label{display:block;font-size:12px;font-weight:700;margin-bottom:6px;color:#334155}.vre-booking-panel input,.vre-booking-panel select,.vre-booking-panel textarea{width:100%;padding:12px 14px;border-radius:12px;border:1px solid #dbe2ea;background:#fff;font:inherit}.vre-booking-panel button{width:100%;border:0;margin-top:8px;cursor:pointer}
.vre-section{padding:72px 0}.vre-section-dark{background:var(--vre-bg);color:#fff}.vre-section-dark .vre-card{background:#fff;color:#111827}.vre-section-head{margin-bottom:24px}.vre-section-head h2{margin:0;font-size:clamp(28px,4vw,42px)}.vre-section-head p{max-width:760px;color:var(--vre-muted)}.vre-section-dark .vre-section-head p{color:#c4d0de}
.vre-grid{display:grid;gap:20px}.vre-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.vre-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.vre-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.vre-card,.vre-content-card{padding:24px}.vre-icon-card h3,.vre-card h3{margin-top:0}.vre-business-panel{background:linear-gradient(135deg,#111827,#1f2937);color:#fff}.vre-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.vre-stat{background:#fff;padding:24px;border-radius:18px;text-align:center;box-shadow:var(--vre-shadow)}.vre-stat strong{display:block;font-size:34px;color:#111827}.vre-stat span{color:var(--vre-muted)}
.vre-page-shell{padding:48px 0 80px}.vre-page-hero{padding:36px 0}.vre-page-hero h1{margin:0 0 10px;font-size:clamp(30px,4vw,52px)}.vre-vehicle-card{overflow:hidden;padding:0}.vre-vehicle-thumb img{width:100%;aspect-ratio:16/10;object-fit:cover}.vre-vehicle-body{padding:20px}.vre-specs-inline{display:flex;gap:10px;flex-wrap:wrap;color:var(--vre-muted);font-size:14px}.vre-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px}.vre-vehicle-single{display:grid;grid-template-columns:1fr .9fr;gap:26px}.vre-vehicle-media img{border-radius:24px;box-shadow:var(--vre-shadow)}.vre-price-box{display:flex;align-items:flex-end;gap:8px;margin:16px 0}.vre-price-box strong{font-size:36px}.vre-form-success,.vre-form-error{padding:12px 14px;border-radius:12px;margin-bottom:12px}.vre-form-success{background:#ecfdf5;color:#166534}.vre-form-error{background:#fef2f2;color:#991b1b}
.vre-footer{background:#0b1015;color:#d2d9e3;padding:48px 0 24px}.vre-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px}.vre-footer h3,.vre-footer h4{color:#fff;margin-top:0}.vre-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}.vre-footer-bottom{display:flex;justify-content:space-between;gap:16px;padding-top:24px;margin-top:24px;border-top:1px solid rgba(255,255,255,.08)}.vre-mobile-book{display:none}
@media (max-width:980px){.vre-hero-grid,.vre-grid-4,.vre-grid-3,.vre-grid-2,.vre-vehicle-single,.vre-footer-grid{grid-template-columns:1fr}.vre-nav{display:none}.vre-header-row{flex-wrap:wrap}.vre-booking-grid{grid-template-columns:1fr}.vre-mobile-book{display:block;position:fixed;left:16px;right:16px;bottom:16px;z-index:50}.vre-mobile-book a{display:flex;justify-content:center;padding:15px 16px;border-radius:16px;background:var(--vre-accent);color:#fff;font-weight:800;box-shadow:var(--vre-shadow)}}
