/* =============================================
   OPTIMISATION RESPONSIVE SUPPLÉMENTAIRE
   ============================================= */
@media (max-width: 900px) {

    .hero-img,
    .page-hero-media {
        width: 100%;
        height: auto;
        min-height: 220px;
        max-width: 400px;
        margin: 0 auto 2rem auto;
        border-radius: var(--radius-lg);
        overflow: hidden;
    }

    .hero-img img,
    .page-hero-media img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: var(--radius-lg);
    }

    .actions .cards,
    .stats {
        grid-template-columns: 1fr !important;
        display: grid;
        gap: 1.25rem;
    }

    .actions .card,
    .stats>div {
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 640px) {

    .hero-img,
    .page-hero-media {
        min-height: 160px;
        max-width: 100%;
    }

    .actions .cards,
    .stats {
        gap: 0.75rem;
    }
}

/* =============================================
   BARRE ÉCOLOGIE BAS DE PAGE
   ============================================= */
.eco-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #eafbe7;
    color: #217a3a;
    font-size: 15px;
    font-weight: 600;
    padding: 18px 0 14px 0;
    border-top: 1.5px solid #c6e7d1;
}

.eco-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.eco-text {
    font-family: 'DM Sans', sans-serif;
    letter-spacing: 0.01em;
}

@media (max-width: 700px) {
    .eco-bar {
        font-size: 13px;
        padding: 14px 0 10px 0;
    }

    .eco-logo svg {
        width: 22px;
        height: 22px;
    }
}

/* =============================================
   SECTION ÉCOLOGIE / REPRISE
   ============================================= */
.eco-section {
    background: #eafbe7;
    padding: 80px 2.5rem;
}

.eco-wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 3rem;
    align-items: center;
}

.eco-content h2 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    font-weight: 800;
    color: #217a3a;
    margin-bottom: 1.2rem;
    letter-spacing: -0.02em;
}

.eco-content p {
    font-size: 16px;
    color: #2d4732;
    line-height: 1.7;
    max-width: 520px;
}

.eco-img img {
    width: 100%;
    max-width: 340px;
    border-radius: 18px;
    box-shadow: 0 4px 24px #0001;
    display: block;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .eco-wrap {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .eco-img img {
        max-width: 260px;
    }
}

/* ---------- CONTAINER GLOBAL ---------- */
.container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    box-sizing: border-box;
}

/* =============================================
   MITECH ROUEN — style.css
   Fonts: Syne (titres) + DM Sans (corps)
   ============================================= */

/* ---------- RESET ---------- */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'DM Sans', 'Helvetica Neue', sans-serif;
    background: #fff;
    color: #111;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none;
}

/* ---------- VARIABLES ---------- */
:root {
    --black: #0a0a0a;
    --white: #ffffff;
    --gray: #f5f5f3;
    --muted: rgba(255, 255, 255, 0.55);
    --border: rgba(255, 255, 255, 0.1);
    --radius: 10px;
    --radius-lg: 14px;
}

/* =============================================
   TOPBAR / HEADER
   ============================================= */
.topbar {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--black);
    border-bottom: 1px solid var(--border);
    height: 70px;
    display: flex;
    align-items: center;
}

.nav-wrap {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

/* Brand */
.brand {
    display: flex;
    align-items: center;
    gap: 11px;
    flex-shrink: 0;
}

.brand-logo {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    object-fit: contain;
    background: #1a1a1a;
}

.brand-text {
    font-family: 'Syne', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--white);
}

/* Nav */
.nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-links a {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
    letter-spacing: 0.01em;
    transition: color 0.2s;
    position: relative;
    padding-bottom: 2px;
}

.nav-links a:hover {
    color: var(--white);
}

.nav-links a.active {
    color: var(--white);
}

.nav-links a.active::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
}

/* Devis CTA */
.devis-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--white);
    color: var(--black);
    font-size: 13px;
    font-weight: 600;
    padding: 9px 18px;
    border-radius: var(--radius);
    letter-spacing: 0.02em;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.2s;
}

.devis-btn:hover {
    background: #e8e8e8;
}

/* Hamburger Menu Button */
.hamburger-btn {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.hamburger-btn span {
    width: 24px;
    height: 2.5px;
    background: var(--white);
    border-radius: 2px;
    transition: all 0.3s ease;
    display: block;
}

.hamburger-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(10px, 10px);
}

.hamburger-btn.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* =============================================
   BOUTONS
   ============================================= */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 26px;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius);
    letter-spacing: 0.01em;
    transition: all 0.2s;
    white-space: nowrap;
}

.btn-light {
    background: var(--white);
    color: var(--black);
    border: 1.5px solid var(--white);
}

.btn-light:hover {
    background: #e8e8e8;
    border-color: #e8e8e8;
}

.btn-dark {
    background: transparent;
    color: var(--white);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
}

.btn-dark:hover {
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.06);
}

/* =============================================
   HERO — INDEX
   ============================================= */
.hero {
    background: var(--black);
    color: var(--white);
    min-height: calc(100vh - 70px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 2.5rem;
    gap: 4rem;
    box-sizing: border-box;
}

/* Côté gauche */
.hero-left {
    padding: 5rem 0;
}

.overline {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 1.2rem;
    display: block;
}

.hero h1,
.page-hero h1 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(2.6rem, 4.5vw, 3.8rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: var(--white);
    margin-bottom: 1.4rem;
}

.hero-desc {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.58);
    max-width: 460px;
    line-height: 1.75;
    margin-bottom: 2.2rem;
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

/* Features bar */
.hero-features {
    display: flex;
    gap: 0;
    border-top: 1px solid var(--border);
    padding-top: 2rem;
}

.feature {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    padding-right: 1.5rem;
}

.feature.divider-left {
    border-left: 1px solid var(--border);
    padding-left: 1.5rem;
}

.feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon svg {
    width: 18px;
    height: 18px;
    stroke: var(--white);
}

.feature-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.feature-text strong {
    font-size: 13px;
    font-weight: 600;
    color: var(--white);
}

.feature-text span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
}

/* Côté droit — image hero */
.hero-right {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: stretch;
}

.hero-img-wrap {
    position: relative;
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
}

/* Dégradé bas pour les overlays */
.hero-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            transparent 50%,
            rgba(10, 10, 10, 0.7) 100%);
    pointer-events: none;
}

/* Badge "iPhone 17 Pro" en haut à droite */
.hero-img-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 6px 14px;
}

.badge-model {
    font-family: 'Syne', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
}

/* Logo MITECH en bas à droite */
.hero-img-logo {
    position: absolute;
    bottom: 24px;
    right: 24px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.overlay-logo {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    background: rgba(10, 10, 10, 0.5);
    object-fit: contain;
}

.hero-img-logo span {
    font-family: 'Syne', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    color: rgba(255, 255, 255, 0.7);
}

/* =============================================
   SECTION SERVICES — INDEX
   ============================================= */
.services {
    background: var(--white);
    padding: 90px 2.5rem;
    max-width: 1600px;
    margin: 0 auto;
}

.services-head {
    text-align: center;
    margin-bottom: 3rem;
}

.section-overline {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    color: #999;
    margin-bottom: 0.75rem;
    display: block;
}

.services-head h2 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    color: var(--black);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    border: 1px solid #e8e8e8;
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.service-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 2rem 1.75rem;
    background: var(--white);
    transition: background 0.2s;
}

.service-card:not(:last-child) {
    border-right: 1px solid #e8e8e8;
}

.service-card:hover {
    background: #fafafa;
}

.service-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service-icon svg {
    width: 20px;
    height: 20px;
    stroke: var(--white);
}

.service-content h3 {
    font-family: 'Syne', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 0.35rem;
}

.service-content p {
    font-size: 13px;
    color: #777;
    line-height: 1.6;
}

/* =============================================
   PAGE HERO (réparations, achat, contact)
   ============================================= */
.page-hero {
    background: var(--black);
    color: var(--white);
    padding: 5rem 2.5rem 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
    max-width: 1600px;
    margin: 0 auto;
}

.page-hero--center {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 7rem 2.5rem;
}

.page-hero--center .hero-desc {
    margin: 0 auto 2.2rem;
}

.page-hero--center .hero-actions {
    justify-content: center;
}

.page-hero-inner {
    max-width: 560px;
}

.page-hero--center .page-hero-inner {
    max-width: 640px;
    margin: 0 auto;
}

.page-hero-media img {
    width: 100%;
    border-radius: var(--radius-lg);
    object-fit: cover;
    aspect-ratio: 4/3;
}

/* Full-width black wrapper pour les pages internes */
body:not(:has(.hero)) {
    background: var(--black);
}

/* Sections blanches sur fond noir */
.cards-section,
.showcase-section,
.feature-section,
.contact-section,
.services {
    background: var(--white);
}

/* =============================================
   SHOWCASE (image + texte)
   ============================================= */
.showcase-section {
    padding: 80px 2.5rem;
}

.showcase-wrap {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.showcase-copy h2 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    margin-bottom: 1rem;
    color: var(--black);
    line-height: 1.2;
}

.showcase-copy p {
    font-size: 15px;
    color: #666;
    line-height: 1.75;
}

.showcase-media img {
    width: 100%;
    border-radius: var(--radius-lg);
    object-fit: cover;
    aspect-ratio: 4/3;
}

/* =============================================
   CARDS
   ============================================= */
.cards-section {
    padding: 80px 2.5rem;
}

.cards-wrap {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
}

.card {
    background: var(--black);
    color: var(--white);
    border-radius: var(--radius-lg);
    padding: 2rem 1.75rem;
    transition: transform 0.22s;
}

.card:hover {
    transform: translateY(-5px);
}

.card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: var(--radius);
    margin-bottom: 1.2rem;
    flex-shrink: 0;
}

.card-icon svg {
    width: 24px;
    height: 24px;
    color: rgba(255, 255, 255, 0.7);
}

.kicker {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 0.85rem;
    display: block;
}

.card h3 {
    font-family: 'Syne', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0.6rem;
    letter-spacing: -0.01em;
}

.card p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.65;
}

/* =============================================
   FEATURE GRID (achat)
   ============================================= */
.feature-section {
    padding: 0 2.5rem 80px;
}

.feature-grid {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.feature-card {
    background: var(--gray);
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.feature-card--dark {
    background: var(--black);
}

.feature-card-content {
    padding: 2rem 1.75rem 1.5rem;
}

.feature-card .kicker {
    color: #bbb;
}

.feature-card--dark .kicker {
    color: rgba(255, 255, 255, 0.35);
}

.feature-card h3 {
    font-family: 'Syne', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 0.5rem;
}

.feature-card--dark h3 {
    color: var(--white);
}

.feature-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.65;
}

.feature-card--dark p {
    color: rgba(255, 255, 255, 0.5);
}

.feature-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

/* =============================================
   CONTACT
   ============================================= */
.contact-section {
    padding: 80px 2.5rem;
}

.contact-grid {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 5rem;
    align-items: start;
}

.contact-info h2 {
    font-family: 'Syne', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 1.75rem;
    letter-spacing: -0.02em;
}

.contact-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.contact-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 15px;
    color: #444;
}

.contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon svg {
    width: 17px;
    height: 17px;
    stroke: var(--white);
}

/* Formulaire */
.contact-form-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group label {
    font-size: 13px;
    font-weight: 600;
    color: var(--black);
    letter-spacing: 0.02em;
}

.form-group input,
.form-group textarea {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    padding: 12px 16px;
    border: 1.5px solid #e0e0e0;
    border-radius: var(--radius);
    background: #fafafa;
    color: var(--black);
    transition: border-color 0.2s, background 0.2s;
    resize: vertical;
    outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--black);
    background: var(--white);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #aaa;
}

.btn-submit {
    align-self: flex-start;
}

/* =============================================
   FOOTER
   ============================================= */
.footer {
    background: var(--black);
    border-top: 1px solid var(--border);
    padding: 2rem 2.5rem;
}

.footer-inner {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.35);
}

.footer-brand {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.6);
}

.footer-sep {
    color: rgba(255, 255, 255, 0.2);
}

/* =============================================
   REVEAL ANIMATION
   ============================================= */
.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
    opacity: 1;
    transform: none;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 900px) {

    .hero,
    .page-hero {
        grid-template-columns: 1fr;
    }

    .hero-right {
        display: none;
    }

    .page-hero-media {
        display: none;
    }

    .services-grid {
        grid-template-columns: 1fr 1fr;
    }

    .service-card:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #e8e8e8;
    }

    .showcase-wrap,
    .contact-grid,
    .feature-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 640px) {
    .hamburger-btn {
        display: flex;
    }

    .nav-links {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: var(--black);
        flex-direction: column;
        gap: 0;
        padding: 1.5rem 1.25rem;
        border-bottom: 1px solid var(--border);
        display: none;
        z-index: 99;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links a {
        padding: 1rem 0;
        border-bottom: 1px solid var(--border);
    }

    .devis-btn {
        display: none;
    }

    .nav-wrap {
        padding: 0 1.25rem;
    }

    .hero,
    .page-hero {
        grid-template-columns: 1fr;
        padding: 3rem 1.25rem 2.5rem;
        gap: 2rem;
        min-height: auto;
    }

    .hero-left {
        padding: 2rem 0;
    }

    .hero-right {
        width: 100%;
        height: auto;
        min-height: 300px;
    }

    .hero-img-wrap {
        min-height: 280px;
    }

    .services {
        padding: 60px 1.25rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .cards-section,
    .showcase-section,
    .feature-section,
    .contact-section {
        padding: 60px 1.25rem;
    }

    .cards-wrap {
        grid-template-columns: 1fr;
    }

    .hero-features {
        flex-direction: column;
        gap: 1rem;
    }

    .feature.divider-left {
        border-left: none;
        border-top: 1px solid var(--border);
        padding-left: 0;
        padding-top: 1rem;
    }
}

/* =============================================
   RESERVATION TELEPHONE
   ============================================= */
.reservation-phone-section {
    background: var(--white);
    padding: 80px 2.5rem;
}

.reservation-phone-grid {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 1.5rem;
    align-items: start;
}

.reservation-product-card,
.reservation-form-card {
    background: var(--gray);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.reservation-product-media img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.reservation-product-content,
.reservation-form-card {
    padding: 2rem 1.75rem;
}

.reservation-product-content h2,
.reservation-form-card h2 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.5rem, 2.3vw, 2.1rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    color: var(--black);
    margin-bottom: 1rem;
}

.reservation-specs {
    list-style: none;
    display: grid;
    gap: 0.65rem;
    margin-bottom: 1.5rem;
}

.reservation-specs li {
    font-size: 14px;
    color: #444;
}

.reservation-pricing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.price-label {
    display: block;
    font-size: 12px;
    color: #777;
    margin-bottom: 0.35rem;
}

.main-price,
.deposit-price {
    font-family: 'Syne', sans-serif;
    font-size: 1.5rem;
    color: var(--black);
}

.deposit-price {
    color: #217a3a;
}

.reservation-note {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

.reservation-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

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

.reservation-form input,
.reservation-form textarea,
.reservation-form select {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    padding: 12px 16px;
    border: 1.5px solid #e0e0e0;
    border-radius: var(--radius);
    background: #fafafa;
    color: var(--black);
    outline: none;
    transition: border-color 0.2s, background 0.2s;
}

.reservation-form input:focus,
.reservation-form textarea:focus,
.reservation-form select:focus {
    border-color: var(--black);
    background: var(--white);
}

.reservation-form input[readonly] {
    color: #666;
    background: #f1f1f1;
}

.deposit-box {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: var(--radius);
    padding: 1rem 1rem;
    margin-top: 0.25rem;
}

.deposit-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: 14px;
    color: var(--black);
}

.deposit-line strong {
    font-family: 'Syne', sans-serif;
    font-size: 1rem;
}

.deposit-line--muted {
    margin-top: 0.55rem;
    padding-top: 0.55rem;
    border-top: 1px solid #ececec;
    color: #666;
}

.checkbox-line {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}

.checkbox-line input {
    margin-top: 3px;
}

.btn-payment {
    justify-content: center;
    background: var(--black);
    color: var(--white);
    border: 1.5px solid var(--black);
    margin-top: 0.5rem;
}

.btn-payment:hover {
    background: #1b1b1b;
    border-color: #1b1b1b;
}

@media (max-width: 900px) {
    .reservation-phone-grid {
        grid-template-columns: 1fr;
    }

    .reservation-product-media img {
        height: 320px;
    }
}

@media (max-width: 640px) {
    .reservation-phone-section {
        padding: 60px 1.25rem;
    }

    .form-row,
    .reservation-pricing {
        grid-template-columns: 1fr;
    }

    .reservation-product-content,
    .reservation-form-card {
        padding: 1.35rem;
    }
}

/* =============================================
   REPAIR SELECTOR
   ============================================= */
.repair-selector-section {
    background: var(--white);
    padding: 0 2.5rem 80px;
}

.repair-selector-card {
    max-width: 1020px;
    margin: 0 auto;
    background: linear-gradient(180deg, #1f1f23 0%, #18181c 100%);
    border-radius: 30px;
    padding: 56px 54px 44px;
    color: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.repair-selector-head {
    text-align: center;
    margin-bottom: 34px;
}

.repair-selector-head h2 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #f5f5f7;
}

.repair-selector-top {
    display: flex;
    justify-content: center;
    margin-bottom: 34px;
}

.repair-selector-controls {
    width: 100%;
    max-width: 430px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.repair-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.repair-field label {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.42);
    padding-left: 4px;
}

.repair-field select {
    width: 100%;
    height: 62px;
    padding: 0 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.035);
    color: #fff;
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    outline: none;
}

.repair-field select:focus {
    border-color: rgba(255, 255, 255, 0.38);
}

.repair-field select option {
    color: #111;
}

.repair-help-link {
    text-align: center;
    color: #2997ff;
    font-size: 16px;
    margin-top: 2px;
}

.repair-estimate-grid {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 38px;
    align-items: start;
    margin-top: 12px;
}

.repair-phone-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 330px;
}

.repair-phone-visual img {
    width: 150px;
    max-height: 270px;
    object-fit: contain;
    filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.35));
}

.repair-cost-label {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.48);
    margin-bottom: 12px;
}

.repair-price-list {
    display: flex;
    flex-direction: column;
}

.repair-price-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.repair-price-row:last-child {
    border-bottom: none;
}

.repair-price-row span {
    font-size: 18px;
    color: #f5f5f7;
    line-height: 1.4;
}

.repair-price-row strong {
    font-size: 18px;
    font-weight: 600;
    color: #f5f5f7;
    white-space: nowrap;
}

.repair-action {
    margin-top: 36px;
    display: flex;
    justify-content: center;
}

.repair-assistance-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 182px;
    height: 58px;
    padding: 0 26px;
    border-radius: 999px;
    background: #0071e3;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: background 0.2s ease, transform 0.2s ease;
}

.repair-assistance-btn:hover {
    background: #1683f0;
    transform: translateY(-1px);
}

@media (max-width: 900px) {
    .repair-selector-card {
        padding: 38px 24px 30px;
        border-radius: 24px;
    }

    .repair-estimate-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .repair-phone-visual {
        min-height: auto;
    }

    .repair-phone-visual img {
        width: 135px;
        max-height: 240px;
    }
}

@media (max-width: 640px) {
    .repair-selector-section {
        padding: 0 1.25rem 60px;
    }

    .repair-selector-head h2 {
        font-size: 2rem;
    }

    .repair-field select {
        height: 58px;
        font-size: 16px;
    }

    .repair-price-row {
        grid-template-columns: 1fr auto;
        gap: 12px;
        padding: 12px 0;
    }

    .repair-price-row span,
    .repair-price-row strong {
        font-size: 16px;
    }
}