@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;1,600&display=swap');

:root { --ink: #14232b; --muted: #64747a; --paper: #f7f5f0; --cream: #ebe8df; --blue: #b9d9df; --orange: #ef7045; --line: #d9d9d1; --white: #fff; --spacer-color: linear-gradient(90deg, rgba(255,255,255,.08), rgba(128,128,128,.22), rgba(255,255,255,.08)); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 48px)); margin: auto; }
.site-header { background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.14); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; letter-spacing: -.04em; font-size: 18px; }
.brand-name { color: #c99a3d; font-size: 22px; }
.brand-logo { width: 42px; height: 42px; object-fit: contain; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--ink); color: var(--blue); font-weight: 700; }
nav { display: flex; align-items: center; gap: 28px; color: #d9e1df; font-size: 14px; }
nav a:hover, .text-link:hover { color: var(--orange); }
.nav-button { padding: 11px 18px; border: 1px solid rgba(255,255,255,.7); color: var(--white); border-radius: 3px; }
.hero { position: relative; z-index: 1; overflow: hidden; background: var(--cream); box-shadow: 0 24px 34px -14px rgba(20,35,43,.62), 0 8px 12px -10px rgba(255,255,255,.28); }
.header-buffer { height: 0; background: var(--spacer-color); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(20,35,43,.12); box-shadow: inset 0 1px 4px rgba(255,255,255,.12), 0 3px 8px rgba(20,35,43,.1); backdrop-filter: blur(6px); }
@media (min-width: 640px) { .header-buffer { height: 16px; } }
@media (min-width: 1024px) { .header-buffer { height: 24px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
.hero-grid { min-height: 570px; display: grid; grid-template-columns: 48% 52%; align-items: center; }
.hero-copy { padding: 70px 0; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 15px; color: var(--orange); text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .13em; }
h1, h2 { margin: 0; letter-spacing: -.07em; line-height: .98; font-weight: 600; }
h1 { max-width: 590px; font-size: clamp(52px, 7vw, 88px); }
h1 em, h2 em { color: var(--orange); font-family: 'Playfair Display', serif; font-weight: 600; }
.hero-text { max-width: 410px; margin: 28px 0; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 14px 19px; border: 0; border-radius: 3px; font: inherit; font-weight: 700; cursor: pointer; }
.button-dark { background: var(--ink); color: var(--white); }.button-orange { background: var(--orange); color: var(--white); }
.button:hover { transform: translateY(-2px); }
.text-link { color: var(--ink); font-size: 14px; font-weight: 700; }.text-link span { margin-left: 8px; color: var(--orange); }
.trust-row { margin-top: 42px; color: var(--muted); font-size: 13px; }.trust-row span { color: var(--orange); letter-spacing: 3px; }.trust-row strong { color: var(--ink); margin: 0 5px; }
.hero-art { align-self: stretch; position: relative; overflow: hidden; background: var(--blue); min-height: 570px; }.sun { position: absolute; width: 210px; height: 210px; border-radius: 50%; background: #e8b766; top: 78px; right: 78px; }.road-line { position: absolute; left: -5%; right: -5%; bottom: 72px; height: 2px; background: rgba(20,35,43,.35); transform: rotate(-5deg); }.car-shadow { position: absolute; width: 74%; height: 25px; left: 14%; bottom: 125px; border-radius: 50%; background: rgba(20,35,43,.18); filter: blur(5px); }.car { position: absolute; width: 78%; height: 150px; left: 12%; bottom: 148px; }.car-body { position: absolute; inset: 30px 0 10px; background: var(--ink); border-radius: 60px 90px 18px 25px; transform: skewX(-8deg); }.car-window { position: absolute; width: 48%; height: 67px; left: 26%; top: 0; background: #628c98; border: 7px solid var(--ink); border-bottom: 0; border-radius: 50px 60px 0 0; transform: skewX(-8deg); }.wheel { position: absolute; width: 40px; height: 40px; bottom: 0; background: #263d45; border: 10px solid #eef0e9; border-radius: 50%; z-index: 2; }.wheel-left { left: 18%; }.wheel-right { right: 14%; }.headlight { position: absolute; right: 4px; top: 67px; width: 17px; height: 26px; border-radius: 50%; background: #e8b766; z-index: 2; }.art-note { position: absolute; right: 28px; bottom: 31px; color: var(--ink); font-size: 12px; }.art-note strong { font-size: 14px; }
.stats { background: var(--ink); color: var(--white); }.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 27px 0; }.stats-grid div { padding: 0 28px; border-right: 1px solid rgba(255,255,255,.2); }.stats-grid div:first-child { padding-left: 0; }.stats-grid div:last-child { border: 0; }.stats-grid strong, .stats-grid span { display: block; }.stats-grid strong { color: var(--blue); font-size: 22px; }.stats-grid span { color: #bdc6c6; font-size: 12px; }
.hero-carousel { position: relative; background: #e8ece7; }.hero-slides { position: absolute; inset: 0; }.hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; opacity: 0; transition: opacity .7s ease; }.hero-slide.is-active { opacity: 1; }.carousel-button { position: absolute; top: 50%; z-index: 2; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; background: rgba(20,35,43,.62); color: var(--white); font: inherit; font-size: 20px; cursor: pointer; transform: translateY(-50%); }.carousel-button:hover, .carousel-button:focus-visible { background: var(--orange); }.carousel-prev { left: 18px; }.carousel-next { right: 18px; }.carousel-dots { position: absolute; z-index: 2; right: 0; bottom: 22px; left: 0; display: flex; justify-content: center; gap: 8px; }.carousel-dot { width: 9px; height: 9px; padding: 0; border: 1px solid var(--white); border-radius: 50%; background: transparent; cursor: pointer; }.carousel-dot.is-active { background: var(--orange); border-color: var(--orange); }
.section { padding: 100px 0; }.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 34px; }.section-heading h2, .why-grid h2 { font-size: clamp(44px, 5vw, 66px); }.vehicle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.vehicle-card { background: var(--white); border: 1px solid var(--line); }.vehicle-image { height: 190px; position: relative; display: grid; place-items: center; overflow: hidden; }.vehicle-image.blue { background: #b8dce2; }.vehicle-image.orange { background: #f3c2a9; }.vehicle-image.green { background: #c6d9c5; }.vehicle-image img { width: 100%; height: 100%; object-fit: cover; }.vehicle-tag { position: absolute; top: 15px; left: 15px; padding: 5px 9px; border-radius: 2px; background: rgba(255,255,255,.7); font-size: 10px; font-weight: 700; text-transform: uppercase; }.vehicle-silhouette { color: var(--ink); font-size: 85px; transform: scaleX(2.1); opacity: .85; }.vehicle-info { padding: 22px; }.vehicle-info h3 { margin: 0 0 8px; font-size: 17px; }.vehicle-info p { margin: 0 0 17px; color: var(--muted); font-size: 12px; }.vehicle-info .vehicle-features { margin-top: -8px; color: var(--ink); line-height: 1.7; }.vehicle-price { display: flex; align-items: baseline; gap: 9px; }.vehicle-info strong { font-size: 20px; }.vehicle-info del { color: var(--muted); font-size: 12px; }.vehicle-info a { float: right; margin-top: 7px; color: var(--orange); font-size: 12px; font-weight: 700; }
.tiktok-section { padding: 72px 0; background: var(--paper); color: var(--ink); }.tiktok-wrap { display: grid; grid-template-columns: 45% 55%; align-items: center; gap: 30px; }.tiktok-section .eyebrow { color: var(--orange); }.tiktok-section h2 { font-size: clamp(44px, 5vw, 66px); }.tiktok-section h2 em { color: var(--orange); }.tiktok-copy { max-width: 480px; }.tiktok-embed { width: 100%; min-width: 280px; max-width: 460px; margin: 0 0 22px; background: var(--paper); }.tiktok-copy p { margin: 0 0 24px; color: var(--muted); font-size: 16px; }.tiktok-copy .button { gap: 12px; background: var(--ink); color: var(--white); }.tiktok-mark { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--white); color: var(--ink); font-size: 16px; }
.why-section { padding: 93px 0; background: #dfe8e3; }.why-grid { display: grid; grid-template-columns: 45% 55%; gap: 30px; }.benefits { display: grid; gap: 26px; }.benefits > div { display: grid; grid-template-columns: 45px 1fr; gap: 12px; padding-bottom: 24px; border-bottom: 1px solid rgba(20,35,43,.2); }.benefits span { color: var(--orange); font-size: 12px; font-weight: 700; }.benefits h3 { margin: 0 0 5px; font-size: 17px; }.benefits p { margin: 0; max-width: 370px; color: var(--muted); font-size: 13px; }
.contact-section { padding: 100px 0; background: var(--orange); color: var(--white); }.contact-grid { display: grid; grid-template-columns: 1fr; }.contact-section .eyebrow { color: var(--ink); }.contact-section h2 { font-size: clamp(52px, 6vw, 78px); }.contact-section > .container > div > p:not(.eyebrow) { max-width: 320px; margin: 25px 0; color: #fff1eb; }.contact-details { display: grid; gap: 3px; margin-top: 35px; font-size: 13px; }.contact-details strong { font-size: 16px; }.contact-form { display: grid; gap: 9px; align-content: start; padding-top: 13px; }.contact-form label { margin-top: 8px; font-size: 12px; font-weight: 700; }.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.65); outline: 0; padding: 8px 0; background: transparent; color: var(--white); font: inherit; resize: vertical; }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--ink); }.contact-form .button { justify-self: start; margin-top: 18px; background: var(--ink); }.form-status { margin: 13px 0 0; color: var(--ink); font-size: 13px; font-weight: 700; }
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 10; display: inline-flex; align-items: center; justify-content: center; gap: 9px; width: 178px; height: 62px; border-radius: 30px; background: #25d366; color: var(--white); box-shadow: 0 8px 24px rgba(20,35,43,.24); transition: transform .2s ease, box-shadow .2s ease; animation: whatsapp-highlight 3s ease-in-out infinite; }.whatsapp-float svg { width: 40px; height: 40px; animation: whatsapp-vibrate 3s ease-in-out infinite; }.whatsapp-label { font-size: 13px; font-weight: 700; white-space: nowrap; }.whatsapp-float:hover, .whatsapp-float:focus-visible { animation: none; transform: translateY(-4px) scale(1.03); box-shadow: 0 12px 28px rgba(20,35,43,.3); } @keyframes whatsapp-vibrate { 0%, 84%, 100% { transform: rotate(0) scale(1); } 86% { transform: rotate(-5deg) scale(1.08); } 88% { transform: rotate(5deg) scale(1.08); } 90% { transform: rotate(-4deg) scale(1.06); } 92% { transform: rotate(3deg) scale(1.04); } 94% { transform: rotate(0) scale(1); } } @keyframes whatsapp-highlight { 0%, 82%, 100% { box-shadow: 0 8px 24px rgba(20,35,43,.24); } 88% { box-shadow: 0 10px 30px rgba(37,211,102,.48); } 94% { box-shadow: 0 8px 24px rgba(20,35,43,.24); } }
footer { background: var(--ink); color: #bdc6c6; font-size: 12px; }.footer-content { padding: 32px 0 22px; }.footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding-bottom: 27px; border-bottom: 1px solid rgba(255,255,255,.18); }.footer-main > div { display: grid; gap: 5px; max-width: 520px; }.footer-main strong { color: var(--blue); font-size: 14px; }.footer-main span { line-height: 1.6; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; }.footer-bottom strong { color: var(--orange); font-weight: 700; }
@media (max-width: 760px) { .container { width: min(100% - 32px, 540px); }.nav-wrap { min-height: 68px; position: relative; }.brand { position: absolute; left: 50%; transform: translateX(-50%); white-space: nowrap; } nav a:not(.nav-button), nav .nav-button { display: none; } .hero-grid, .why-grid, .contact-grid, .tiktok-wrap { grid-template-columns: 1fr; }.hero-copy { padding: 70px 0 46px; }.hero-art { min-height: 360px; }.sun { width: 140px; height: 140px; top: 42px; right: 35px; }.car { bottom: 93px; }.car-shadow { bottom: 70px; }.road-line { bottom: 43px; }.art-note { bottom: 17px; right: 16px; }.stats-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 0; }.stats-grid div, .stats-grid div:first-child { padding-left: 15px; }.stats-grid div:nth-child(2) { border-right: 0; }.section { padding: 70px 0; }.section-heading { display: block; }.section-heading .text-link { display: inline-block; margin-top: 20px; }.vehicle-grid { grid-template-columns: 1fr; }.why-grid { gap: 45px; }.contact-grid { gap: 35px; }.tiktok-section { padding: 65px 0; }.tiktok-wrap { gap: 30px; }.contact-section { padding: 70px 0; }.footer-main { grid-template-columns: 1fr; gap: 22px; }.footer-bottom { display: grid; gap: 9px; }.brand-name { font-size: 19px; }.whatsapp-float { right: 16px; bottom: 16px; width: 178px; height: 66px; }.whatsapp-float svg { width: 44px; height: 44px; } }
