/* ==========================================================================
   SS AUTO CENTER - Stiluri principale
   Albastru navy logo Auto Direct RO: #1C3564 | Fundal: alb
   ========================================================================== */
:root {
  --orange: #1C3564;
  --orange-dark: #12244a;
  --orange-light: #e8eef9;
  --orange-bright: #8fb4f5;
  --dark: #212121;
  --gray: #6b6b6b;
  --light: #f7f7f7;
  --border: #e8e8e8;
  --wa: #25d366;
  --radius: 14px;
  --shadow: 0 6px 24px rgba(33, 33, 33, .09);
  --shadow-lg: 0 14px 44px rgba(33, 33, 33, .16);
  --font-head: 'Barlow Condensed', sans-serif;
  --font-body: 'Manrope', sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--dark); background: #fff; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1240px, 92%); margin: 0 auto; }
h1, h2, h3, .display { font-family: var(--font-head); text-transform: uppercase; letter-spacing: .5px; line-height: 1.12; }
h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); }
.section { padding: clamp(48px, 7vw, 88px) 0; }
.section-alt { background: var(--light); }
.section-head { max-width: 720px; margin: 0 auto 40px; text-align: center; }
.section-head .kicker { color: var(--orange); font-weight: 800; letter-spacing: 2.5px; font-size: .8rem; text-transform: uppercase; }
.section-head p { color: var(--gray); margin-top: 10px; }

/* Butoane */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 999px; font-weight: 700; font-size: .95rem; border: 2px solid transparent; cursor: pointer; transition: .25s; font-family: var(--font-body); }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 8px 20px rgba(240, 83, 35, .35); }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); }
.btn-outline { border-color: var(--orange); color: var(--orange); background: transparent; }
.btn-outline:hover { background: var(--orange); color: #fff; }
.btn-light { background: #fff; color: var(--dark); }
.btn-light:hover { transform: translateY(-2px); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { filter: brightness(1.07); transform: translateY(-2px); }
.btn-dark { background: var(--dark); color: #fff; }
.btn-sm { padding: 8px 16px; font-size: .85rem; }

/* Topbar */
.topbar { background: var(--dark); color: #fff; font-size: .82rem; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; padding: 7px 0; gap: 10px; flex-wrap: wrap; }
.topbar-left, .topbar-right { display: flex; gap: 16px; align-items: center; }
.topbar-item { opacity: .85; transition: .2s; display: inline-flex; align-items: center; gap: 6px; }
.topbar-item:hover { opacity: 1; color: var(--orange); }
.topbar-item svg { width: 16px; height: 16px; fill: currentColor; flex: none; }
.topbar-wa { color: var(--wa); font-weight: 700; opacity: 1; }
.social-icon { width: 30px; height: 30px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,.12); transition: .2s; opacity: 1; }
.social-icon svg { width: 15px; height: 15px; fill: #fff; }
.social-icon:hover { background: var(--orange); transform: translateY(-1px); }
.social-icon.wa:hover { background: var(--wa); }

/* Header */
/* Nota: fara backdrop-filter — creeaza un "containing block" care strica meniul mobil fixed */
.site-header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--border); transition: box-shadow .3s; }
.site-header.scrolled { box-shadow: var(--shadow); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; gap: 16px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { height: 62px; width: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong { font-family: var(--font-head); font-size: 1.25rem; letter-spacing: 1px; }
.brand-text em { font-style: normal; color: var(--orange); font-size: .72rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.nav-link { padding: 9px 13px; border-radius: 8px; font-weight: 600; font-size: .92rem; color: var(--dark); transition: .2s; white-space: nowrap; }
.nav-link:hover { color: var(--orange); background: var(--orange-light); }
.nav-link.active { color: var(--orange); }
.nav-cta { margin-left: 10px; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; z-index: 102; position: relative; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: var(--dark); margin: 5px 0; border-radius: 2px; transition: .3s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* Hero */
.hero { position: relative; color: #fff; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(20, 20, 20, .92) 30%, rgba(20, 20, 20, .55) 65%, rgba(28, 53, 100, .35)); }
.hero-inner { position: relative; z-index: 2; padding: clamp(70px, 10vw, 130px) 0 clamp(150px, 15vw, 170px); max-width: 720px; }
.hero .kicker { color: var(--orange-bright); font-weight: 800; letter-spacing: 3px; text-transform: uppercase; font-size: .85rem; }
.hero h1 { margin: 12px 0 18px; }
.hero p { font-size: 1.08rem; opacity: .92; max-width: 560px; }
.hero-actions { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.hero-badges { display: flex; gap: 22px; margin-top: 38px; flex-wrap: wrap; }
.hero-badge strong { display: block; font-family: var(--font-head); font-size: 1.7rem; color: var(--orange-bright); }
.hero-badge span { font-size: .82rem; opacity: .85; }

/* Cautare (selector marca/model/pret) */
.search-box { position: relative; z-index: 5; margin-top: -90px; }
.search-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 26px; }
.search-card h2 { font-size: 1.3rem; margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.search-card h2::before { content: ''; width: 34px; height: 4px; background: var(--orange); border-radius: 2px; }
.search-grid { display: grid; grid-template-columns: repeat(4, 1fr) auto; gap: 14px; align-items: end; }
.field label { display: block; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--gray); margin-bottom: 6px; }
.field select, .field input, .field textarea { width: 100%; padding: 12px 14px; border: 2px solid var(--border); border-radius: 10px; font-family: var(--font-body); font-size: .95rem; background: #fff; transition: .2s; color: var(--dark); }
.field select:focus, .field input:focus, .field textarea:focus { outline: none; border-color: var(--orange); }

/* Card masina */
.cars-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); gap: 26px; }
.car-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: .3s; display: flex; flex-direction: column; border: 1px solid var(--border); }
.car-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.car-card-img { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.car-card-img img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.car-card:hover .car-card-img img { transform: scale(1.06); }
.car-badge { position: absolute; top: 14px; left: 14px; background: var(--orange); color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; }
.car-badge.sold { background: var(--dark); }
.car-card-body { padding: 20px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.car-card-body h3 { font-size: 1.35rem; }
.car-specs { display: flex; flex-wrap: wrap; gap: 8px; }
.spec-chip { background: var(--light); border-radius: 8px; padding: 5px 10px; font-size: .78rem; font-weight: 600; color: var(--gray); }
.car-card-foot { margin-top: auto; display: flex; justify-content: space-between; align-items: flex-end; gap: 10px; border-top: 1px solid var(--border); padding-top: 14px; }
.car-price strong { display: block; font-family: var(--font-head); font-size: 1.65rem; color: var(--orange); line-height: 1; }
.car-price span { font-size: .78rem; color: var(--gray); }

/* Beneficii */
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; }
.benefit { background: #fff; border-radius: var(--radius); border: 1px solid var(--border); padding: 20px 22px; display: flex; align-items: center; gap: 14px; font-weight: 700; transition: .25s; }
.benefit:hover { border-color: var(--orange); transform: translateY(-3px); box-shadow: var(--shadow); }
.benefit .check { flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--orange-light); color: var(--orange); display: grid; place-items: center; font-size: 1rem; font-weight: 900; }

/* Pasi */
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 26px; }
.step { background: #fff; border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow); position: relative; }
.step-num { font-family: var(--font-head); font-size: 3.4rem; color: var(--orange-light); -webkit-text-stroke: 2px var(--orange); line-height: 1; }
.step h3 { margin: 10px 0 8px; font-size: 1.25rem; }
.step p { color: var(--gray); font-size: .93rem; }

/* Calculator finantare */
.calc-wrap { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; }
.calc-card { background: var(--dark); color: #fff; border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-lg); }
.calc-card h3 { color: var(--orange); font-size: 1.5rem; margin-bottom: 18px; }
.calc-row { margin-bottom: 18px; }
.calc-row label { display: flex; justify-content: space-between; font-size: .85rem; font-weight: 700; margin-bottom: 8px; }
.calc-row label output { color: var(--orange); }
.calc-row input[type=range] { width: 100%; accent-color: var(--orange); height: 6px; cursor: pointer; }
.calc-row input[type=number], .calc-row select { width: 100%; padding: 11px 14px; border-radius: 10px; border: 2px solid #3a3a3a; background: #2b2b2b; color: #fff; font-family: var(--font-body); font-size: 1rem; }
.calc-row input:focus, .calc-row select:focus { outline: none; border-color: var(--orange); }
.calc-result { background: linear-gradient(120deg, var(--orange), var(--orange-dark)); border-radius: 12px; padding: 20px; text-align: center; margin-top: 20px; }
.calc-result span { font-size: .82rem; letter-spacing: 1px; text-transform: uppercase; opacity: .9; }
.calc-result strong { display: block; font-family: var(--font-head); font-size: 2.6rem; line-height: 1.1; }
.calc-result small { font-size: .78rem; opacity: .85; }
.calc-note { font-size: .78rem; opacity: .65; margin-top: 12px; }

/* CTA strip */
.cta-strip { background: linear-gradient(115deg, var(--orange), var(--orange-dark)); color: #fff; padding: 44px 0; }
.cta-strip-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.cta-strip h2 { font-size: 1.7rem; }
.cta-strip p { opacity: .92; }
.cta-strip-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Footer */
.site-footer { background: var(--dark); color: #cfcfcf; padding-top: 56px; font-size: .92rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 36px; padding-bottom: 42px; }
.footer-col h3 { color: #fff; font-size: 1.05rem; margin-bottom: 14px; letter-spacing: 1.5px; }
.footer-col a { display: block; padding: 4px 0; transition: .2s; }
.footer-col a:hover { color: var(--orange); }
.footer-logo { height: 64px; width: 64px; margin-bottom: 14px; background: #fff; border-radius: 50%; padding: 4px; }
.footer-social { display: flex; gap: 14px; margin-top: 14px; }
.footer-social a { color: var(--orange); font-weight: 700; }
.footer-bottom { border-top: 1px solid #3a3a3a; padding: 18px 0; font-size: .8rem; color: #9a9a9a; }

/* WhatsApp float */
.wa-float { position: fixed; bottom: 22px; right: 22px; z-index: 90; width: 58px; height: 58px; border-radius: 50%; background: var(--wa); display: grid; place-items: center; box-shadow: 0 8px 24px rgba(37, 211, 102, .45); transition: .25s; animation: pulse 2.4s infinite; }
.wa-float:hover { transform: scale(1.1); }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, .45); } 70% { box-shadow: 0 0 0 18px rgba(37, 211, 102, 0); } 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); } }

/* Pagina hero mic */
.page-hero { background: linear-gradient(100deg, rgba(20,20,20,.93), rgba(20,20,20,.72)), var(--hero-img, none) center/cover; color: #fff; padding: clamp(48px, 7vw, 80px) 0; }
.page-hero .kicker { color: var(--orange-bright); font-weight: 800; letter-spacing: 3px; text-transform: uppercase; font-size: .8rem; }
.page-hero h1 { margin-top: 8px; }
.breadcrumbs { font-size: .82rem; opacity: .75; margin-top: 12px; }
.breadcrumbs a:hover { color: var(--orange); }

/* Pagina masina */
.car-layout { display: grid; grid-template-columns: 1.6fr 1fr; gap: 36px; align-items: start; }
.gallery-main { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; background: var(--light); box-shadow: var(--shadow); }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 50%; border: none; background: rgba(255,255,255,.92); font-size: 1.3rem; cursor: pointer; display: grid; place-items: center; transition: .2s; }
.gallery-nav:hover { background: var(--orange); color: #fff; }
.gallery-prev { left: 14px; } .gallery-next { right: 14px; }
.gallery-count { position: absolute; bottom: 14px; right: 14px; background: rgba(20,20,20,.75); color: #fff; padding: 5px 12px; border-radius: 999px; font-size: .8rem; font-weight: 700; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); gap: 10px; margin-top: 12px; }
.gallery-thumbs button { border: 3px solid transparent; border-radius: 10px; overflow: hidden; padding: 0; cursor: pointer; aspect-ratio: 4/3; background: none; }
.gallery-thumbs button.active { border-color: var(--orange); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.car-side { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 18px; }
.car-side-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.car-side-card .price { font-family: var(--font-head); font-size: 2.6rem; color: var(--orange); line-height: 1; }
.car-side-card .price-note { color: var(--gray); font-size: .82rem; }
.car-side-rate { background: var(--orange-light); border-radius: 10px; padding: 14px 16px; margin: 16px 0; display: flex; justify-content: space-between; align-items: center; }
.car-side-rate strong { color: var(--orange); font-family: var(--font-head); font-size: 1.5rem; }
.car-side-rate span { font-size: .8rem; color: var(--gray); }
.car-side-actions { display: flex; flex-direction: column; gap: 10px; }
.specs-table { width: 100%; border-collapse: collapse; }
.specs-table td { padding: 10px 4px; border-bottom: 1px solid var(--border); font-size: .92rem; }
.specs-table td:first-child { color: var(--gray); font-weight: 600; }
.specs-table td:last-child { text-align: right; font-weight: 700; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 10px; }
.feature-item { display: flex; align-items: center; gap: 10px; background: var(--light); border-radius: 8px; padding: 10px 14px; font-size: .88rem; font-weight: 600; }
.feature-item::before { content: '✓'; color: var(--orange); font-weight: 900; }
.desc-box { background: var(--light); border-left: 4px solid var(--orange); border-radius: 0 var(--radius) var(--radius) 0; padding: 24px; white-space: pre-line; font-size: .95rem; }

/* FAQ */
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; background: #fff; }
.faq-item summary { padding: 18px 22px; font-weight: 700; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; transition: .2s; }
.faq-item summary::after { content: '+'; font-size: 1.5rem; color: var(--orange); transition: .25s; flex: none; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item[open] summary { color: var(--orange); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item .faq-body { padding: 0 22px 18px; color: var(--gray); }

/* Forms */
.form-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 30px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid .full { grid-column: 1 / -1; }
.alert { padding: 14px 18px; border-radius: 10px; margin-bottom: 18px; font-weight: 600; }
.alert-ok { background: #e8f8ee; color: #147a3d; border: 1px solid #b6e6c8; }
.alert-err { background: #fdecec; color: #b3261e; border: 1px solid #f5c2c0; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 32px; align-items: start; }
.contact-info-card { display: flex; flex-direction: column; gap: 4px; background: var(--dark); color: #fff; border-radius: var(--radius); padding: 30px; }
.contact-info-card h3 { color: var(--orange); margin-bottom: 12px; }
.contact-info-card a, .contact-info-card p { padding: 8px 0; border-bottom: 1px solid #3a3a3a; }
.contact-info-card a:hover { color: var(--orange); }
.map-embed { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.map-embed iframe { width: 100%; height: 380px; border: 0; display: block; }

/* Despre */
.about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; }
.about-grid img { border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.about-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.about-card { background: #fff; border-radius: var(--radius); border-top: 4px solid var(--orange); box-shadow: var(--shadow); padding: 26px; }
.about-card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.about-card p { color: var(--gray); font-size: .93rem; }

/* Servicii */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }
.service-card { background: #fff; border-radius: var(--radius); border: 1px solid var(--border); padding: 28px; transition: .25s; position: relative; overflow: hidden; }
.service-card::before { content: attr(data-num); position: absolute; right: 18px; top: 6px; font-family: var(--font-head); font-size: 3.6rem; color: var(--orange-light); font-weight: 800; }
.service-card:hover { border-color: var(--orange); box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.service-card h3 { font-size: 1.25rem; margin-bottom: 10px; position: relative; padding-right: 50px; }
.service-card p { color: var(--gray); font-size: .93rem; position: relative; }
.service-icon { width: 58px; height: 58px; border-radius: 16px; background: linear-gradient(135deg, var(--orange), var(--orange-dark)); display: grid; place-items: center; margin-bottom: 16px; box-shadow: 0 8px 18px rgba(28,53,100,.3); position: relative; }
.service-icon svg { width: 30px; height: 30px; fill: #fff; }

/* Beneficii + imagine pe homepage */
.about-split { display: grid; grid-template-columns: 1fr 1.2fr; gap: 30px; align-items: center; }
.about-split-img img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-lg); display: block; }
@media (max-width: 900px) { .about-split { grid-template-columns: 1fr; } }
.benefits-compact { grid-template-columns: 1fr; gap: 10px; }
@media (min-width: 640px) { .benefits-compact { grid-template-columns: 1fr 1fr; } }

/* Parteneri finantare */
.partners-strip { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 26px 30px; display: flex; align-items: center; justify-content: center; gap: clamp(24px, 6vw, 70px); flex-wrap: wrap; }
.partners-strip .partners-label { font-family: var(--font-head); font-size: 1.15rem; text-transform: uppercase; letter-spacing: 1px; color: var(--gray); }
.partners-strip img { height: 56px; width: auto; object-fit: contain; }
.partners-note { text-align: center; color: var(--gray); font-size: .85rem; margin-top: 12px; }

/* Contact - carduri cu iconite */
.contact-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; margin-bottom: 36px; }
.contact-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; text-align: center; transition: .25s; box-shadow: var(--shadow); }
.contact-card:hover { transform: translateY(-4px); border-color: var(--orange); box-shadow: var(--shadow-lg); }
.contact-card .c-icon { width: 54px; height: 54px; border-radius: 50%; background: var(--orange-light); display: grid; place-items: center; margin: 0 auto 12px; }
.contact-card .c-icon svg { width: 26px; height: 26px; fill: var(--orange); }
.contact-card.wa .c-icon { background: #e9fbef; }
.contact-card.wa .c-icon svg { fill: var(--wa); }
.contact-card h3 { font-size: 1.05rem; margin-bottom: 6px; }
.contact-card a, .contact-card p { color: var(--gray); font-size: .9rem; font-weight: 600; display: block; }
.contact-card a:hover { color: var(--orange); }

/* Pagina masina - garantii sub cardul de pret */
.car-assurances { display: grid; gap: 10px; }
.car-assurance { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 12px 14px; font-size: .87rem; font-weight: 700; }
.car-assurance svg { width: 24px; height: 24px; fill: var(--orange); flex: none; }
.car-assurance small { display: block; color: var(--gray); font-weight: 500; font-size: .78rem; }

/* Animatii la scroll */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s, transform .7s; }
.reveal.visible { opacity: 1; transform: none; }

/* Utilitare */
.text-center { text-align: center; }
.mt-2 { margin-top: 16px; } .mt-3 { margin-top: 24px; } .mt-4 { margin-top: 36px; }
.hide-sm { display: inline-flex; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
  .search-grid { grid-template-columns: 1fr 1fr; }
  .search-grid .btn { grid-column: 1 / -1; justify-content: center; }
  .calc-wrap, .about-grid, .contact-grid, .car-layout { grid-template-columns: 1fr; }
  .car-side { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .main-nav { position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: #fff; flex-direction: column; justify-content: center; align-items: center; gap: 6px; transform: translateX(100%); transition: transform .35s; z-index: 101; overflow-y: auto; padding: 80px 0 40px; visibility: hidden; }
  .main-nav.open { transform: none; visibility: visible; }
  .nav-link { font-size: 1.15rem; padding: 12px 22px; }
  .nav-cta { margin: 14px 0 0; }
  .hero-inner { padding-bottom: 130px; }
  .search-box { margin-top: -70px; }
}
@media (max-width: 600px) {
  .search-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .hide-sm { display: none; }
  .brand-logo { height: 48px; }
  .form-grid { grid-template-columns: 1fr; }
  .cta-strip-inner { flex-direction: column; text-align: center; }
  .hero-badges { gap: 16px; }
  .cars-grid { grid-template-columns: 1fr; }
}
