/* ============================================
   CarMax-Eu — Desktop Layout (min-width: 768px)
   ============================================ */

/* --- Container --- */
.container {
    padding: 0 2rem;
}

/* --- Header --- */
.header-inner {
    padding: 0 2rem;
    height: 4.5rem;
}

.header-logo .logo-mark {
    width: 6.5rem;
    height: 2.5rem;
}

.header-actions {
    gap: 0.75rem;
}

.header-phone {
    display: inline;
}

.header-cta {
    display: inline-flex;
}

/* --- Hero --- */
.hero {
    min-height: 100vh;
    padding: 5rem 0 4rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 4rem;
    align-items: center;
    min-height: calc(100vh - 9rem);
}

.hero-content {
    text-align: left;
}

.hero-content h1 {
    font-size: 3rem;
    letter-spacing: -0.035em;
}

.hero-content .subcopy {
    margin-top: 1.25rem;
    font-size: 1.0625rem;
}

.hero-content .check-list {
    margin-top: 1.5rem;
}

.cta-buttons {
    flex-direction: row;
    gap: 1rem;
    margin-top: 2rem;
}

.cta-buttons .btn {
    width: auto;
}

.hero-form-card {
    padding: 2rem;
}

.hero-form-card h2 {
    font-size: 1.375rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.875rem;
}

/* Headlight positioning for desktop */
.headlight-left {
    width: 220px;
    height: 220px;
    left: 15%;
    top: 38%;
}

.headlight-right {
    width: 220px;
    height: 220px;
    right: 15%;
    top: 38%;
}

/* Scroll indicator visible on desktop */
.scroll-indicator {
    display: flex;
}

/* --- How It Works (Road Timeline) --- */
.how-section {
    padding: 6rem 0;
}

.how-section .section-header h2 {
    font-size: 2.25rem;
}

.how-section .section-header p {
    font-size: 1.125rem;
}

.road-station {
    display: grid;
    grid-template-columns: 1fr 4.5rem 1fr;
    align-items: start;
}

.road-station-marker {
    position: static;
    transform: none;
    display: flex;
    justify-content: center;
    grid-column: 2;
    grid-row: 1;
}

.road-station--left .road-station-card {
    grid-column: 1;
    grid-row: 1;
    text-align: right;
}

.road-station--left .road-station-card::after {
    right: -1.5rem;
    left: auto;
}

.road-station--right .road-station-card {
    grid-column: 3;
    grid-row: 1;
    text-align: left;
}

.road-station--right .road-station-card::after {
    left: -1.5rem;
    right: auto;
}

.road-station-card h3 {
    font-size: 1.0625rem;
}

.road-station-card p {
    font-size: 0.875rem;
}

/* --- Parallax Divider --- */
.parallax-divider {
    height: 50vh;
    min-height: 400px;
}

/* --- Benefits (Bento) --- */
.benefits-section {
    padding: 6rem 0;
}

.benefits-section .section-header h2 {
    font-size: 2.25rem;
}

.benefits-section .section-header p {
    font-size: 1.125rem;
}

.benefits-bento {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.benefit-card {
    padding: 2rem;
}

.benefit-icon {
    width: 3rem;
    height: 3rem;
}

.benefit-svg {
    width: 1.5rem;
    height: 1.5rem;
}

.benefit-card h3 {
    font-size: 1.125rem;
}

.benefit-card p {
    font-size: 0.875rem;
}

/* --- Services --- */
.services-section {
    padding: 6rem 0;
}

.services-section .section-header h2 {
    font-size: 2.25rem;
}

.services-section .section-header p {
    font-size: 1.125rem;
}

.service-item {
    padding: 1.5rem 1.75rem;
    gap: 1.25rem;
}

.service-item-icon {
    width: 3.5rem;
    height: 3.5rem;
}

.service-item-icon svg {
    width: 1.5rem;
    height: 1.5rem;
}

.service-item-body h3 {
    font-size: 1.0625rem;
}

.service-item-body p {
    font-size: 0.875rem;
}

/* --- Calculator --- */
.calculator-section {
    padding: 6rem 0;
}

.calculator-section .section-header h2 {
    font-size: 2.25rem;
}

.calculator-section .section-header p {
    font-size: 1.125rem;
}

.calculator-card {
    padding: 2.5rem;
}

.calc-row {
    flex-direction: row;
    gap: 1.25rem;
}

.calc-button {
    max-width: 280px;
    margin: 0 auto;
    display: block;
}

.calc-result-range {
    font-size: 2.5rem;
}

.calc-result-cta {
    display: inline-block;
    width: auto;
    margin-bottom: 1rem;
}

.calc-reset-btn {
    width: auto;
    display: block;
    margin: 0 auto;
}

/* --- Map --- */
.map-section {
    padding: 5rem 0 4rem;
}

.map-viewport {
    height: 500px;
}

/* --- Car Drive --- */
.car-drive-section {
    height: 130px;
}

.car-drive-vehicle {
    width: 140px;
    bottom: 35px;
}

/* --- Trust --- */
.trust-section {
    padding: 6rem 0;
}

.trust-section h2 {
    font-size: 2rem;
}

.trust-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.trust-item {
    padding: 2.5rem 1.5rem;
}

.trust-number {
    font-size: 3rem;
}

/* --- FAQ --- */
.faq-section {
    padding: 6rem 0;
}

.faq-section .section-header h2 {
    font-size: 2.25rem;
}

.faq-section .section-header p {
    font-size: 1.125rem;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    max-width: 1000px;
    margin: 0 auto;
}

/* --- Footer --- */
.footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 3rem;
}

.footer-inner {
    padding: 1.5rem 2rem;
}

/* --- Sticky CTA hidden on desktop --- */
.sticky-cta {
    display: none;
}

/* --- Large Desktop 1200px+ --- */
@media (min-width: 1200px) {
    .hero-content h1 {
        font-size: 3.5rem;
    }

    .hero-grid {
        grid-template-columns: 1fr 460px;
        gap: 5rem;
    }

    .hero-content .subcopy {
        font-size: 1.125rem;
    }

    .benefits-bento {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* --- Extra Large Desktop 1440px+ --- */
@media (min-width: 1440px) {
    .hero-content h1 {
        font-size: 4rem;
    }

    .container {
        max-width: 1360px;
    }
}
