:root {
  --font-geist-sans: Arial, Helvetica, sans-serif;
  --font-geist-mono: "Courier New", monospace;
  --ink: #0a0a0c;
  --ink-2: #151518;
  --paper: #f4f4f1;
  --white: #ffffff;
  --blue: #e3062f;
  --blue-light: #ff3150;
  --muted: #6d6d70;
  --line: rgba(10, 10, 12, 0.14);
  --green: #12c94b;
  --green-dark: #079e37;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header, .sell-header { position: absolute; z-index: 20; inset: 0 0 auto; color: #fff; }
.site-header::after, .sell-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent); }
.nav-shell { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; width: clamp(238px, 25vw, 316px); padding: 7px 10px 6px; background: rgba(255,255,255,.97); border-left: 4px solid var(--blue); box-shadow: 0 12px 34px rgba(0,0,0,.18); transition: transform .2s ease, box-shadow .2s ease; }
.brand:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(0,0,0,.24); }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 34px; margin-left: auto; font-size: 13px; color: rgba(255,255,255,.76); }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: #fff; }

.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 0; font: inherit; font-weight: 700; font-size: 13px; letter-spacing: .01em; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 16px; }
.button-light { border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 12px 34px rgba(227,6,47,.2); }
.button-primary:hover { background: var(--blue-light); }
.button-whatsapp { background: var(--green); color: #041407; box-shadow: 0 12px 34px rgba(18,201,75,.2); }
.text-link { display: inline-flex; align-items: center; gap: 18px; color: #fff; font-size: 13px; font-weight: 700; }
.text-link span { font-size: 19px; }
.dark-link { color: var(--ink); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .17em; font-size: 10px; font-weight: 800; color: rgba(255,255,255,.68); }
.eyebrow i { width: 22px; height: 2px; background: var(--blue); }
.eyebrow.dark { color: #56616a; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 86% 36%, #242427 0, var(--ink) 48%); color: #fff; min-height: 760px; display: flex; align-items: center; padding: 166px 0 74px; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: -250px; top: 110px; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); box-shadow: 0 0 0 80px rgba(255,255,255,.018), 0 0 0 160px rgba(255,255,255,.012); }
.hero::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 7px; background: linear-gradient(180deg, var(--green) 0 42%, #fff 42% 55%, var(--blue) 55% 100%); }
.hero-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 76px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-eyebrow { color: #fff; padding: 9px 12px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06); }
.hero h1 { margin: 24px 0; font-size: clamp(58px, 6vw, 88px); line-height: .92; letter-spacing: -.065em; font-weight: 900; font-style: italic; text-transform: uppercase; }
.hero h1 em { font-family: inherit; font-weight: 900; color: var(--blue-light); }
.hero-copy > p { max-width: 550px; margin: 0; color: #aab4be; font-size: 17px; line-height: 1.7; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.hero-primary { min-height: 62px; padding-inline: 26px; font-size: 14px; box-shadow: 0 16px 44px rgba(227,6,47,.34); }
.hero-sale-points { display: flex; flex-wrap: wrap; gap: 11px 22px; margin-top: 25px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.hero-sale-points span { display: inline-flex; align-items: center; gap: 8px; }
.hero-sale-points span::before { content: "✓"; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #041407; font-size: 10px; }
.hero-media { position: relative; height: 500px; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(4,8,12,.62)); pointer-events: none; }
.hero-media > img { height: 100%; object-fit: cover; object-position: center; }
.hero-review, .hero-years { position: absolute; z-index: 3; display: flex; align-items: center; }
.hero-review { left: -48px; bottom: 44px; background: #fff; color: var(--ink); padding: 18px 22px; gap: 16px; box-shadow: 0 18px 50px rgba(0,0,0,.25); }
.hero-review strong { font-size: 34px; letter-spacing: -.06em; }
.hero-review div { display: grid; gap: 3px; }
.hero-review span { color: #f4ad22; font-size: 12px; letter-spacing: .06em; }
.hero-review small { color: #6f7880; font-size: 10px; }
.hero-years { right: -20px; top: 38px; background: var(--blue); flex-direction: column; width: 120px; height: 120px; justify-content: center; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; text-align: center; transform: skew(-5deg); }
.hero-years > * { transform: skew(5deg); }
.hero-years span { font-size: 34px; font-weight: 800; letter-spacing: -.06em; }
.hero-sell-badge { position: absolute; z-index: 4; right: -20px; bottom: 28px; width: min(310px, 72%); padding: 20px 22px; display: grid; gap: 5px; background: rgba(7,7,8,.94); color: #fff; border-left: 5px solid var(--green); box-shadow: 0 18px 50px rgba(0,0,0,.34); transition: transform .2s ease, background .2s ease; }
.hero-sell-badge:hover { transform: translateY(-3px); background: #111114; }
.hero-sell-badge small { color: var(--green); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.hero-sell-badge strong { font-size: 20px; letter-spacing: -.035em; }
.hero-sell-badge span { margin-top: 4px; color: rgba(255,255,255,.66); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); border-top: 4px solid var(--blue); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 122px; display: flex; flex-direction: column; justify-content: center; padding: 0 34px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid strong { font-size: 25px; letter-spacing: -.04em; }
.trust-grid span { margin-top: 7px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

.section { padding: 116px 0; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
.inventory-heading-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.inventory-heading-actions > span { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.section-heading h2, .story h2, .reviews h2, .sell-faq h2 { margin: 18px 0 0; font-size: clamp(42px, 4.4vw, 62px); line-height: 1; letter-spacing: -.055em; }
.vehicle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vehicle-card { background: #fff; border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.vehicle-card:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(10,10,12,.1); }
.vehicle-image { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #d9dde0; }
.vehicle-image img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.vehicle-card:hover .vehicle-image img { transform: scale(1.035); }
.vehicle-image > span { position: absolute; left: 16px; top: 16px; background: #fff; padding: 8px 10px; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.vehicle-content { padding: 24px; }
.vehicle-content > p { margin: 0; color: var(--blue); text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.vehicle-content h3 { margin: 8px 0 14px; font-size: 25px; letter-spacing: -.04em; }
.vehicle-content ul { display: flex; gap: 16px; list-style: none; padding: 0; margin: 0 0 26px; color: var(--muted); font-size: 11px; }
.vehicle-content > div { border-top: 1px solid var(--line); padding-top: 18px; display: flex; justify-content: space-between; align-items: center; }
.vehicle-content strong { font-size: 21px; }
.vehicle-content a { width: 34px; height: 34px; background: var(--ink); color: #fff; display: grid; place-items: center; }
.sell-card { min-height: 100%; padding: 36px 30px; background: linear-gradient(155deg, #1b1b1e 0 72%, #2a060d 100%); color: #fff; display: flex; flex-direction: column; align-items: flex-start; border-top: 4px solid var(--blue); }
.sell-card h3 { margin: 34px 0 18px; font-size: 38px; line-height: 1; letter-spacing: -.055em; }
.sell-card p { color: #aab3bb; font-size: 14px; line-height: 1.65; margin: 0 0 32px; }
.sell-card .button { margin-top: auto; width: 100%; }
.inventory-note { margin: 18px 0 0; text-align: right; color: #7f878d; font-size: 10px; }

.story { background: #fff; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.story-gallery { position: relative; min-height: 570px; }
.story-main { width: 76%; height: 500px; object-fit: cover; }
.story-detail { position: absolute; right: 0; bottom: 0; width: 44%; height: 245px; object-fit: cover; border: 10px solid #fff; }
.story-stamp { position: absolute; right: 2%; top: 26px; width: 150px; height: 150px; border: 1px solid var(--line); background: var(--paper); display: flex; align-items: center; justify-content: center; gap: 12px; }
.story-stamp strong { font-size: 25px; line-height: .85; color: var(--blue); }
.story-stamp span { font-size: 9px; line-height: 1.5; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.story-copy .lead { margin: 30px 0 20px; color: var(--ink); font-size: 18px; line-height: 1.65; }
.story-copy > p:not(.lead) { color: var(--muted); font-size: 14px; line-height: 1.75; }
.brand-list { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; gap: 20px; flex-wrap: wrap; }
.brand-list span { color: #7e878d; font-size: 11px; font-weight: 800; }

.services { background: linear-gradient(135deg, #080809, #19191c); color: #fff; border-top: 5px solid var(--blue); }
.light-heading > p { max-width: 310px; margin: 0; color: #97a3ae; font-size: 14px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.service-grid article { min-height: 270px; padding: 30px 26px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.service-grid article > span { color: var(--blue-light); font-size: 11px; font-weight: 800; }
.service-grid h3 { margin: 90px 0 12px; font-size: 20px; }
.service-grid p { margin: 0; color: #8f9ca7; font-size: 13px; line-height: 1.65; }

.reviews { background: var(--paper); }
.reviews-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 90px; }
.review-score > strong { display: block; margin-top: 42px; font-size: 94px; letter-spacing: -.08em; line-height: .8; }
.review-score > strong small { font-size: 20px; color: var(--muted); }
.stars { margin: 24px 0 10px; color: #f4ad22; letter-spacing: .12em; }
.review-score > p { color: var(--muted); font-size: 12px; margin: 0 0 32px; }
.quote-list { display: grid; gap: 20px; }
.quote-list blockquote { position: relative; margin: 0; padding: 38px 42px; background: #fff; border: 1px solid var(--line); }
.quote-list blockquote > span { position: absolute; left: 18px; top: 14px; color: var(--blue); font-family: Georgia, serif; font-size: 42px; }
.quote-list p { margin: 0 0 18px; font-size: 17px; line-height: 1.65; }
.quote-list cite { color: var(--muted); font-size: 11px; font-style: normal; text-transform: uppercase; letter-spacing: .12em; }

.contact-band { padding: 92px 0; background: linear-gradient(115deg, #b90024, var(--blue) 62%, #ff294c); color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: flex-end; }
.contact-grid h2 { margin: 18px 0 0; font-size: clamp(42px, 4.4vw, 62px); line-height: 1; letter-spacing: -.055em; }
.contact-actions { display: flex; align-items: center; justify-content: flex-end; gap: 26px; }
.contact-actions > a:last-child { display: grid; gap: 4px; font-size: 10px; color: rgba(255,255,255,.7); }
.contact-actions strong { color: #fff; font-size: 13px; }

.footer { padding: 64px 0 26px; background: #070708; color: #fff; border-top: 5px solid var(--green); }
.footer .brand { width: 270px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 40px; }
.footer-grid > div:first-child > p { color: #76818b; font-size: 11px; margin: 18px 0 0; }
.footer-label { display: block; margin-bottom: 16px; color: #66717b; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; font-weight: 800; }
.footer-grid p { margin: 0; color: #a9b1b8; font-size: 12px; line-height: 1.85; }
.footer-bottom { margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: #58626b; font-size: 9px; }

/* Sell landing */
.sell-page { min-height: 100vh; background: var(--paper); }
.sell-header { position: absolute; }
.back-link { color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; }
.sell-hero { min-height: 780px; padding: 166px 0 92px; background: radial-gradient(circle at 90% 40%, #242427 0, var(--ink) 52%); color: #fff; position: relative; overflow: hidden; border-left: 7px solid var(--blue); }
.sell-hero::after { content: ""; position: absolute; right: -140px; top: -170px; width: 560px; height: 560px; border-radius: 50%; border: 100px solid rgba(227,6,47,.08); }
.sell-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .86fr 1.14fr; gap: 86px; align-items: center; }
.sell-intro h1 { margin: 22px 0 24px; font-size: clamp(58px, 6.6vw, 86px); line-height: .91; letter-spacing: -.065em; }
.sell-intro > p { max-width: 490px; color: #a4afb9; line-height: 1.7; font-size: 16px; }
.sell-intro ol { list-style: none; margin: 38px 0 34px; padding: 0; display: grid; gap: 18px; }
.sell-intro li { display: flex; align-items: center; gap: 16px; }
.sell-intro li > span { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); color: var(--blue-light); font-size: 11px; font-weight: 800; }
.sell-intro li div { display: grid; gap: 4px; }
.sell-intro li strong { font-size: 13px; }
.sell-intro li small { color: #7f8d98; font-size: 11px; }
.sell-proof { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; gap: 16px; align-items: center; }
.sell-proof strong { color: var(--blue-light); font-size: 34px; }
.sell-proof span { color: #89959f; font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .1em; }
.form-card { background: #fff; color: var(--ink); box-shadow: 0 26px 80px rgba(0,0,0,.35); border-top: 5px solid var(--blue); }
.form-heading { padding: 28px 34px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.form-heading span { font-size: 20px; font-weight: 800; letter-spacing: -.03em; }
.form-heading small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.form-card form { padding: 30px 34px 26px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 18px; }
.form-card label { display: grid; gap: 8px; color: #4f5a63; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.form-card input:not([type="checkbox"]) { width: 100%; height: 50px; border: 1px solid #d8dde0; background: #f9faf9; padding: 0 14px; color: var(--ink); font: inherit; font-size: 13px; outline: none; border-radius: 0; }
.form-card input:focus { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(35,100,255,.11); }
.consent { grid-template-columns: 17px 1fr; align-items: start; gap: 10px !important; margin: 24px 0; text-transform: none !important; letter-spacing: 0 !important; font-weight: 400 !important; font-size: 10px !important; line-height: 1.55; color: #68727a !important; }
.consent input { accent-color: var(--blue); width: 16px; height: 16px; margin: 0; }
.form-submit { width: 100%; }
.form-safe { text-align: center; color: #859098; margin: 14px 0 0; font-size: 9px; }
.sell-faq { padding: 100px 0; background: #fff; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq-list summary { cursor: pointer; font-weight: 800; font-size: 14px; list-style: none; display: flex; justify-content: space-between; }
.faq-list summary::after { content: "+"; color: var(--blue); font-size: 20px; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list p { color: var(--muted); font-size: 13px; line-height: 1.7; max-width: 620px; margin: 16px 0 0; }
.sell-footer { padding: 24px 0; background: #050a0f; color: #68737c; font-size: 10px; }
.sell-footer .shell { display: flex; justify-content: space-between; }
.sell-footer a { color: #fff; }

@media (max-width: 1000px) {
  .main-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .vehicle-grid { grid-template-columns: 1fr 1fr; }
  .sell-card { grid-column: 1 / -1; min-height: 300px; }
  .story-grid { gap: 50px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .sell-layout { gap: 42px; }
  .contact-actions { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 30px, 1180px); }
  .nav-shell { min-height: 90px; }
  .brand { width: 225px; padding: 5px 7px 4px; }
  .site-header .button { display: none; }
  .hero { min-height: auto; padding: 132px 0 58px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 54px; }
  .hero-media { height: 370px; margin-top: 18px; }
  .hero-review { left: 12px; bottom: 18px; }
  .hero-years { right: 0; top: 18px; }
  .hero-sell-badge { right: 0; bottom: 18px; width: min(300px, 78%); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { min-height: 100px; padding: 0 18px; border-bottom: 1px solid var(--line); }
  .section { padding: 76px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .inventory-heading-actions { align-items: flex-start; }
  .section-heading h2, .story h2, .contact-grid h2, .sell-faq h2 { font-size: 42px; }
  .vehicle-grid { grid-template-columns: 1fr; }
  .sell-card { grid-column: auto; }
  .story-grid { grid-template-columns: 1fr; }
  .story-gallery { min-height: 460px; }
  .story-main { height: 410px; }
  .story-detail { height: 190px; }
  .story-stamp { width: 120px; height: 120px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 220px; }
  .service-grid h3 { margin-top: 56px; }
  .reviews-grid { grid-template-columns: 1fr; gap: 55px; }
  .review-score > strong { font-size: 76px; }
  .quote-list blockquote { padding: 34px 30px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .sell-hero { padding: 132px 0 68px; }
  .sell-layout { grid-template-columns: 1fr; }
  .sell-intro h1 { font-size: 56px; }
  .form-heading { padding: 24px 20px; }
  .form-heading small { display: none; }
  .form-card form { padding: 24px 20px; }
  .form-row { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; gap: 46px; }
}

@media (max-width: 430px) {
  .brand { width: 202px; }
  .hero h1, .sell-intro h1 { font-size: 47px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-primary { width: 100%; }
  .hero-sale-points { display: grid; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-left: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr; }
  .sell-footer .shell { flex-direction: column; gap: 8px; }
}
