:root {
    --ink: #0f172a;
    --paper: #f8fafc;
    --white: #ffffff;
    --muted: #64748b;
    --line: #e2e8f0;
    --accent: #3b82f6;
    --accent-dark: #2563eb;
    --accent-soft: #93c5fd;
    --radius: 16px;
    --container: min(1180px, calc(100% - 32px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.skip-link { position: fixed; left: 12px; top: 12px; z-index: 200; transform: translateY(-150%); padding: 10px 14px; background: var(--white); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.container { width: var(--container); margin-inline: auto; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; color: var(--accent-dark); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; }
.section-title { max-width: 720px; margin: 0; font-size: clamp(1.8rem, 3vw, 2.85rem); font-weight: 780; letter-spacing: -.04em; line-height: 1.08; }
.section-copy { max-width: 560px; margin: 16px 0 0; color: var(--muted); font-size: clamp(.96rem, 1.2vw, 1.06rem); }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(15, 23, 42, .94); color: white; backdrop-filter: blur(18px); box-shadow: 0 8px 30px rgba(15,23,42,.12); }
.header-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: baseline; text-decoration: none; font-size: 1.34rem; font-weight: 900; letter-spacing: -.06em; }
.brand span { color: var(--accent); }
.brand small { margin-left: 8px; color: #94a3b8; font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.header-phone { display: grid; flex: 0 0 auto; gap: 2px; margin-left: auto; color: white; line-height: 1.05; text-align: right; text-decoration: none; white-space: nowrap; }
.header-phone span { color: #94a3b8; font-size: .58rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.header-phone strong { font-size: 1.12rem; font-weight: 850; letter-spacing: -.025em; }
.header-phone:hover strong, .header-phone:focus-visible strong { color: var(--accent-soft); }
.header-phone:focus-visible { outline: 2px solid var(--accent-soft); outline-offset: 6px; border-radius: 4px; }
.nav-wrap, .main-nav, .language-switch { display: flex; align-items: center; }
.nav-wrap { gap: 24px; }
.main-nav { gap: 22px; }
.main-nav a { position: relative; color: #e2e8f0; text-decoration: none; font-size: .91rem; font-weight: 670; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--accent); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.language-switch { gap: 4px; padding: 4px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; }
.language-switch a { min-width: 36px; padding: 7px 8px; border-radius: 999px; color: #94a3b8; text-align: center; text-decoration: none; font-size: .72rem; font-weight: 800; }
.language-switch a.active { background: var(--accent); color: white; }
.menu-button { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: rgba(255,255,255,.05); cursor: pointer; }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 18px; height: 2px; margin: 4px auto; background: white; transition: transform .2s ease, opacity .2s ease; }
.menu-button.active span { opacity: 0; }
.menu-button.active::before { transform: translateY(6px) rotate(45deg); }
.menu-button.active::after { transform: translateY(-6px) rotate(-45deg); }

.hero { overflow: hidden; padding: 52px 0 48px; background: radial-gradient(circle at 80% 46%, rgba(59,130,246,.24), transparent 30%), linear-gradient(135deg, #0f172a 0%, #17233a 55%, #1e293b 100%); color: white; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, .78fr); align-items: center; gap: clamp(32px, 5vw, 62px); }
.hero .eyebrow { color: var(--accent-soft); }
.hero h1 { max-width: 700px; margin: 0; font-size: clamp(2.45rem, 4.3vw, 4.2rem); font-weight: 800; letter-spacing: -.055em; line-height: 1; }
.hero h1 em { color: var(--accent); font-family: inherit; font-weight: inherit; }
.hero-copy { max-width: 620px; margin: 18px 0 0; color: #cbd5e1; font-size: clamp(1rem, 1.2vw, 1.1rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid transparent; border-radius: 12px; text-decoration: none; font-weight: 760; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: white; box-shadow: 0 8px 22px rgba(37,99,235,.22); }
.button-primary::after { content: "↗"; font-size: 1.1em; }
.button-primary:hover { background: var(--accent-dark); }
.button-secondary { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.06); color: white; }
.button-secondary:hover { border-color: white; background: rgba(255,255,255,.12); }
.availability { display: flex; align-items: center; gap: 9px; margin-top: 18px; color: #cbd5e1; font-size: .82rem; font-weight: 650; }
.availability::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--accent-soft); box-shadow: 0 0 0 4px rgba(147,197,253,.14); }

.hero-visual { position: relative; min-height: 420px; }
.hero-visual::before { content: ""; position: absolute; inset: 24px 8px 22px 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(59,130,246,.12)); box-shadow: inset 0 1px 0 rgba(255,255,255,.1); }
.hero-car { position: absolute; inset: 52px -52px auto -26px; z-index: 2; width: calc(100% + 82px); filter: drop-shadow(0 24px 22px rgba(0, 0, 0, .3)); }
.hero-car img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; }
.hero-badge { position: absolute; z-index: 3; padding: 12px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.94); color: var(--ink); box-shadow: 0 14px 34px rgba(0,0,0,.16); backdrop-filter: blur(12px); }
.hero-badge strong { display: block; font-size: 1.16rem; letter-spacing: -.03em; }
.hero-badge span { color: var(--muted); font-size: .67rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.badge-price { left: -24px; bottom: 28px; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition-duration: .01ms !important; } }

.fleet { padding: 64px 0; }
.fleet-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.fleet-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 26px 0 20px; }
.fleet-controls { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { min-height: 38px; padding: 0 15px; border: 1px solid var(--line); border-radius: 10px; background: transparent; color: var(--muted); font-weight: 720; cursor: pointer; }
.filter-button:hover, .filter-button.active { border-color: var(--accent); background: var(--accent); color: white; }
.image-choice { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; }
.image-choice-label { color: var(--muted); font-size: .72rem; font-weight: 750; }
.image-switch { display: flex; gap: 3px; padding: 3px; border: 1px solid var(--line); border-radius: 10px; background: white; box-shadow: 0 3px 12px rgba(15,23,42,.05); }
.image-switch button { min-height: 30px; padding: 0 9px; border: 0; border-radius: 7px; background: transparent; color: var(--muted); font-size: .72rem; font-weight: 760; cursor: pointer; }
.image-switch button.active { background: var(--ink); color: white; }
.car-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.car-card { overflow: hidden; display: flex; flex-direction: column; min-height: 100%; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 5px 20px rgba(15,23,42,.06); transition: transform .25s ease, box-shadow .25s ease; }
.car-card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(15,23,42,.12); }
.car-card[hidden] { display: none; }
.car-media { position: relative; overflow: hidden; aspect-ratio: 1.55; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 50% 72%, #ffffff 0, #f1f5f9 60%, #e2e8f0 100%); }
.car-media::before { content: ""; position: absolute; right: 18%; bottom: 10%; left: 18%; height: 7%; border-radius: 50%; background: rgba(23,23,20,.2); filter: blur(12px); }
.car-media img { position: relative; z-index: 1; width: 100%; height: 100%; padding: 8px 6px 2px; object-fit: contain; transition: transform .45s ease; }
body.original-images .car-media::before { opacity: 0; }
body.original-images .car-media img { padding: 0; object-fit: cover; }
body.original-images .hero-car { inset-inline: 0; width: 100%; }
body.original-images .hero-car img { overflow: hidden; border-radius: 18px; object-fit: cover; }
.car-card:hover .car-media img { transform: scale(1.035); }
.car-type { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 7px 10px; border-radius: 999px; background: rgba(15,23,42,.88); color: white; backdrop-filter: blur(10px); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.car-body { flex: 1; display: flex; flex-direction: column; padding: 16px 18px 18px; }
.car-title-row { display: flex; align-items: start; justify-content: space-between; gap: 14px; }
.car-heading { min-width: 0; }
.car-card h3 { margin: 0; font-size: 1.22rem; letter-spacing: -.035em; line-height: 1.2; }
.car-price { flex-shrink: 0; text-align: right; }
.car-price-line { display: flex; align-items: baseline; justify-content: flex-end; gap: 4px; white-space: nowrap; }
.car-price-line span { color: var(--muted); font-size: .75rem; font-weight: 720; }
.car-price strong { font-size: 1.45rem; letter-spacing: -.05em; }
.car-price-period { display: block; margin-top: -2px; color: var(--muted); font-size: .69rem; }
.car-specs { margin: 5px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.35; }
.car-cta { min-height: 44px; margin-top: 14px; background: var(--accent); color: white; }
.car-cta:hover { background: var(--accent-dark); }
.empty-state { display: none; padding: 60px 20px; border: 1px dashed var(--line); border-radius: var(--radius); color: var(--muted); text-align: center; }
.empty-state.visible { display: block; }

.why { padding: 64px 0; background: white; color: var(--ink); }
.why .eyebrow { color: var(--accent-dark); }
.why-grid { display: block; }
.why .section-title { position: static; }
.benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 28px; border: 0; }
.benefit { display: grid; grid-template-columns: 46px 1fr; gap: 14px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.benefit-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; background: linear-gradient(145deg, #3b82f6, #2563eb); color: white; box-shadow: 0 7px 16px rgba(37, 99, 235, .2); }
.benefit-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.benefit h3 { margin: 0 0 7px; font-size: 1.18rem; letter-spacing: -.025em; }
.benefit p { max-width: 540px; margin: 0; color: var(--muted); }

.conditions { padding: 64px 0; background: #f1f5f9; }
.conditions-head { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: end; }
.conditions-highlights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.conditions-highlight { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 58px; padding: 9px 14px; border: 1px solid #bfdbfe; border-radius: 12px; background: white; color: #1e3a8a; box-shadow: 0 5px 16px rgba(37,99,235,.07); }
.conditions-highlight:nth-child(2) { border-color: var(--accent); background: #eff6ff; box-shadow: 0 7px 20px rgba(37,99,235,.12); }
.highlight-icon { display: grid; flex: 0 0 36px; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: #dbeafe; font-size: 1.05rem; }
.conditions-highlight strong { font-size: .88rem; line-height: 1.25; }
.conditions-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 14px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--line); }
.condition { min-height: 170px; padding: 18px 20px; background: white; text-align: center; }
.condition-icon { display: grid; place-items: center; width: 42px; height: 42px; margin: 0 auto; border-radius: 11px; background: #dbeafe; color: var(--accent-dark); }
.condition-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.condition h3 { margin: 13px 0 7px; font-size: 1rem; letter-spacing: -.02em; }
.condition p { margin: 0; color: var(--muted); font-size: .88rem; }
.condition p strong, .detail-item p strong { color: var(--ink); font-weight: 760; }
.condition-featured { background: #eff6ff; box-shadow: inset 0 0 0 1px #bfdbfe; }
.full-conditions { overflow: hidden; margin-top: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.full-conditions summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 18px; list-style: none; color: var(--ink); font-weight: 780; cursor: pointer; }
.full-conditions summary::-webkit-details-marker { display: none; }
.full-conditions summary:hover { color: var(--accent-dark); }
.full-conditions summary:focus-visible { outline: 3px solid rgba(59,130,246,.25); outline-offset: -3px; }
.full-conditions summary span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; background: #dbeafe; color: var(--accent-dark); transition: transform .2s ease; }
.full-conditions[open] summary { border-bottom: 1px solid var(--line); }
.full-conditions[open] summary span { transform: rotate(45deg); }
.details-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.detail-item { padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-item:nth-child(2n) { border-right: 0; }
.detail-item:last-child:nth-child(odd) { grid-column: 1 / -1; border-right: 0; border-bottom: 0; }
.detail-item h3 { margin: 0 0 8px; font-size: .98rem; }
.detail-item p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.6; }
.detail-item p + p, .detail-item ul + p { margin-top: 9px; }
.detail-item ul { margin: 9px 0 0; padding-left: 18px; color: var(--muted); font-size: .88rem; }
.detail-item li + li { margin-top: 4px; }

.contact { padding: 64px 0 24px; }
.contact-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.08fr .92fr; min-height: 420px; border-radius: 20px; background: var(--ink); color: white; box-shadow: 0 16px 40px rgba(15,23,42,.13); }
.contact-main { padding: clamp(32px, 4vw, 48px); }
.contact .eyebrow { color: var(--accent-soft); }
.contact-title { max-width: 620px; margin: 0; font-size: clamp(2.2rem, 3.8vw, 3.8rem); letter-spacing: -.055em; line-height: 1; }
.contact-copy { max-width: 520px; margin: 18px 0 24px; color: rgba(255,255,255,.76); font-size: 1rem; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-actions .button-primary { background: var(--accent); color: white; }
.contact-actions .button-secondary { border-color: rgba(255,255,255,.42); background: transparent; color: white; }
.contact-side { display: flex; flex-direction: column; justify-content: end; padding: clamp(28px, 3vw, 38px); background: #1e293b; }
.contact-data { margin: 0; }
.contact-data div { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-data dt { margin-bottom: 5px; color: rgba(255,255,255,.48); font-size: .7rem; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.contact-data dd { margin: 0; font-size: 1.08rem; font-weight: 700; }
.contact-data a { text-decoration: none; }
.contact-data a:hover { color: var(--accent-soft); }
.partner { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); }
.partner-label { color: var(--accent-soft); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.partner h3 { margin: 8px 0 5px; }
.partner p { margin: 0 0 14px; color: rgba(255,255,255,.55); font-size: .86rem; }
.partner a { color: white; font-weight: 750; text-underline-offset: 4px; }

.site-footer { padding: 20px 0 36px; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-top: 26px; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.back-top { text-decoration: none; font-weight: 750; }
.back-top:hover { color: var(--accent); }
.mobile-cta { display: none; }

@media (max-width: 1020px) {
    .header-phone span { display: none; }
    .header-phone strong { font-size: .9rem; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-visual { min-height: 360px; width: min(620px, 100%); margin: 0 auto; }
    .hero-car { inset-inline: -30px; width: calc(100% + 60px); }
    .badge-price { left: 0; }
    .car-grid { grid-template-columns: repeat(2, 1fr); }
    .benefits { grid-template-columns: 1fr; }
    .conditions-list { grid-template-columns: repeat(2, 1fr); }
    .contact-card { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
    :root { --container: min(100% - 24px, 1180px); --radius: 14px; }
    .header-inner { position: relative; min-height: 62px; }
    .brand small { display: none; }
    .header-phone { margin-left: auto; }
    .header-phone strong { font-size: .88rem; }
    .menu-button { display: block; position: relative; z-index: 102; }
    .nav-wrap { position: absolute; top: calc(100% + 8px); right: 0; z-index: 101; display: grid; width: min(320px, calc(100vw - 24px)); max-height: calc(100dvh - 84px); gap: 12px; padding: 12px; overflow-y: auto; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(15,23,42,.99); box-shadow: 0 20px 48px rgba(2,6,23,.34); opacity: 0; visibility: hidden; transform: translateY(-8px) scale(.98); transform-origin: top right; transition: opacity .18s ease, visibility .18s ease, transform .18s ease; }
    .nav-wrap.active { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
    .main-nav { align-items: stretch; flex-direction: column; gap: 4px; }
    .main-nav a { display: block; padding: 11px 13px; border-radius: 9px; background: rgba(255,255,255,.045); font-size: 1rem; letter-spacing: 0; }
    .main-nav a:hover, .main-nav a:focus-visible { background: rgba(255,255,255,.1); }
    .main-nav a::after { display: none; }
    .language-switch { justify-content: center; width: max-content; margin-inline: auto; }
    .hero { padding: 38px 0 24px; }
    .hero h1 { font-size: clamp(2.15rem, 10vw, 3.5rem); }
    .hero-copy { margin-top: 16px; }
    .hero-actions .button { width: 100%; }
    .hero-visual { min-height: 270px; }
    .hero-visual::before { inset: 18px 0 8px; border-radius: 18px; }
    .hero-car { top: 28px; inset-inline: -12px; width: calc(100% + 24px); }
    .hero-badge { padding: 10px 12px; }
    .badge-price { left: 0; bottom: 8px; }
    .fleet, .why, .conditions { padding-block: 48px; }
    .contact { padding: 48px 0 20px; }
    .fleet-head, .conditions-head { display: block; }
    .car-grid { grid-template-columns: 1fr; }
    .fleet-toolbar { align-items: flex-start; flex-direction: column; gap: 12px; }
    .fleet-controls { width: calc(100% + 24px); flex-wrap: nowrap; overflow-x: auto; margin-inline: -12px; padding-inline: 12px; scrollbar-width: none; }
    .fleet-controls::-webkit-scrollbar { display: none; }
    .filter-button { flex: 0 0 auto; }
    .image-choice { align-self: flex-end; }
    .image-choice-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
    .conditions-list { grid-template-columns: 1fr; }
    .conditions-highlights { grid-template-columns: 1fr; }
    .conditions-highlight { justify-content: flex-start; text-align: left; }
    .condition { min-height: 0; }
    .details-grid { grid-template-columns: 1fr; }
    .detail-item, .detail-item:nth-child(2n) { border-right: 0; }
    .contact-card { min-height: 0; border-radius: 16px; }
    .contact-title { font-size: clamp(2.1rem, 10vw, 3.35rem); }
    .contact-main, .contact-side { padding: 26px 20px; }
    .contact-actions .button { width: 100%; }
    .footer-inner { align-items: flex-start; flex-direction: column; }
    .site-footer { padding-bottom: 84px; }
    .mobile-cta { position: fixed; right: 10px; bottom: 10px; left: 10px; z-index: 90; display: flex; gap: 6px; padding: 6px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(15,23,42,.94); box-shadow: 0 12px 32px rgba(0,0,0,.24); backdrop-filter: blur(14px); }
    .mobile-cta .button { flex: 1; min-height: 42px; padding: 0 12px; font-size: .81rem; }
    .mobile-cta .button-primary { background: var(--accent); }
    .mobile-cta .button-secondary { border-color: rgba(255,255,255,.25); color: white; }
}

@media (max-width: 430px) {
    .hero-visual { min-height: 260px; }
    .hero-car { top: 24px; right: auto; left: 50%; width: min(100%, 340px); transform: translateX(-50%); }
    .hero-badge strong { font-size: .98rem; }
    .hero-badge span { font-size: .61rem; }
    .car-body { padding: 16px; }
    .benefit { grid-template-columns: 42px 1fr; gap: 12px; padding: 16px; }
}
