﻿:root{--bg-light: #eae9e8;--text-dark: #343434;--accent: #a4896c;--white: #ffffff}*{box-sizing:border-box}body{font-family:"Poppins",sans-serif;color:#343434;background-color:#f8f7f5}h1,h2,h3{font-family:inherit}a{color:inherit}.align-end{display:flex;justify-content:end}.btn-custom{display:inline-block;background-color:#a4896c;color:#fff;border:none;border-radius:.25rem;padding:.9rem 1.8rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background-color .25s ease,transform .25s ease}.btn-custom:hover{background-color:#92795f;color:#fff;transform:translateY(-1px)}.btn-outline{display:inline-flex;align-items:center;gap:.4rem;border:1.5px solid hsla(0,0%,100%,.7);color:#fff;background:rgba(0,0,0,0);border-radius:.25rem;padding:.55rem 1.3rem;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;text-decoration:none;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.btn-outline:hover{background-color:#a4896c;border-color:#a4896c;color:#fff}.navbar-custom{position:fixed;top:0;left:0;right:0;z-index:30;padding:1.5rem 2rem;background:linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);transition:background-color .35s ease,padding .35s ease,box-shadow .35s ease}.navbar-custom .container-fluid{display:flex;align-items:center;justify-content:space-between;gap:1rem}.navbar-custom .navbar-brand{display:inline-flex;align-items:center;text-decoration:none}.navbar-custom .navbar-brand img{max-height:38px;width:auto;display:block}.navbar-custom .navbar-brand .logo-color{display:none}.navbar-custom .navbar-cta{display:flex;align-items:center;gap:.75rem}.navbar-custom .navbar-cta .btn-outline{color:#fff;border-color:hsla(0,0%,100%,.7)}.navbar-custom.is-scrolled{background-color:#eae9e8;box-shadow:0 2px 16px rgba(0,0,0,.08)}.navbar-custom.is-scrolled .navbar-brand .logo-white{display:none}.navbar-custom.is-scrolled .navbar-brand .logo-color{display:block}.navbar-custom.is-scrolled .navbar-cta .btn-outline{color:#92795f;border-color:#a4896c}.navbar-custom.is-scrolled .navbar-cta .btn-outline:hover{color:#fff}@media(max-width: 575.98px){.navbar-custom{padding:1rem 1.25rem}.navbar-custom .navbar-cta span{display:none}}.hero{position:relative;min-height:88vh;display:flex;align-items:stretch;justify-content:center;text-align:center;overflow:hidden;background:url("/img/chery-bolt-days3.jpg") center center/cover no-repeat}.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0.7) 100%)}.hero .hero-content{position:relative;z-index:1;max-width:760px;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:4rem 1.5rem}.hero .hero-content .hero-eyebrow{color:hsla(0,0%,100%,.88);text-transform:uppercase;letter-spacing:.18em;font-size:.8rem;font-weight:600;margin-bottom:1rem}.hero .hero-content h1{color:#fff;font-size:clamp(2.4rem,5vw,4rem);font-weight:700;line-height:1.15;margin-bottom:0}.hero .hero-content h1::after{content:"";display:block;width:2.5rem;height:3px;background:#a4896c;margin:1.25rem auto 0}.hero .hero-content p{color:hsla(0,0%,100%,.92);font-size:1.15rem;font-weight:400;max-width:560px;margin:0 auto 2rem;line-height:1.7}@media(max-width: 767.98px){.hero{min-height:70vh}}.wizard-section{background:#f8f7f5;padding:6rem 1.25rem 6rem}.wizard-eyebrow{text-align:center;color:#92795f;text-transform:uppercase;letter-spacing:.18em;font-weight:600;font-size:.8rem;margin-bottom:.75rem}.wizard-title{text-align:center;color:#343434;font-weight:700;font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:3rem}.wizard-progress{list-style:none;display:flex;justify-content:center;padding:0;margin:0 auto 3.5rem;max-width:760px}.wizard-progress__step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.wizard-progress__step:not(:last-child)::after{content:"";position:absolute;top:1.1rem;left:50%;width:100%;height:2px;background:rgba(52,52,52,.12);z-index:0}.wizard-progress__step.is-done:not(:last-child)::after{background:#a4896c}.wizard-progress__num{position:relative;z-index:1;width:2.25rem;height:2.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid rgba(52,52,52,.18);color:rgba(52,52,52,.45);font-weight:700;font-size:.9rem;margin-bottom:.5rem;transition:background-color .25s ease,border-color .25s ease,color .25s ease}.wizard-progress__num .num-check{display:none}.wizard-progress__label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:rgba(52,52,52,.45);transition:color .25s ease}.wizard-progress__step.is-active .wizard-progress__num{background:#a4896c;border-color:#a4896c;color:#fff}.wizard-progress__step.is-active .wizard-progress__label{color:#343434}.wizard-progress__step.is-done{cursor:pointer}.wizard-progress__step.is-done .wizard-progress__num{background:#92795f;border-color:#92795f;color:#fff}.wizard-progress__step.is-done .wizard-progress__num .num-text{display:none}.wizard-progress__step.is-done .wizard-progress__num .num-check{display:block}.wizard-progress__step.is-done .wizard-progress__label{color:#343434}.wizard-progress__step.is-done:hover .wizard-progress__num{box-shadow:0 0 0 4px rgba(164,137,108,.18)}@media(max-width: 575.98px){.wizard-progress__label{display:none}}.wizard-steps{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.wizard-step{background:#fff;border-radius:.75rem;box-shadow:0 12px 40px rgba(0,0,0,.06);overflow:hidden;transition:opacity .3s ease}.wizard-step__header{display:flex;align-items:center;gap:.85rem;padding:1.5rem 1.75rem}.wizard-step__icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:rgba(164,137,108,.12);color:#a4896c;font-size:1.2rem;flex-shrink:0;transition:background-color .25s ease,color .25s ease}.wizard-step__title{margin:0;font-size:1.05rem;font-weight:600;color:#343434;transition:color .25s ease}.wizard-step__summary{display:none;align-items:center;justify-content:space-between;gap:1rem;padding:0 1.75rem 1.5rem;margin-top:-0.5rem}.wizard-step__summary span{font-size:.92rem;color:#555}.wizard-step__edit{flex-shrink:0;background:rgba(0,0,0,0);border:1.5px solid #d3b496;color:#92795f;border-radius:.25rem;padding:.35rem .9rem;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:background-color .2s ease,color .2s ease}.wizard-step__edit:hover{background:#a4896c;color:#fff;border-color:#a4896c}.wizard-step__body{display:none;padding:0 1.75rem 2rem}.wizard-step.is-current .wizard-step__body{display:block;animation:stepFadeIn .35s ease}.wizard-step.is-current .wizard-step__icon{background:#a4896c;color:#fff}.wizard-step.is-done .wizard-step__summary{display:flex}.wizard-step.is-done .wizard-step__icon{background:#92795f;color:#fff}.wizard-step.is-upcoming{opacity:.55}.wizard-step.is-upcoming .wizard-step__title{color:rgba(52,52,52,.55)}@keyframes stepFadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.car-carousel{display:grid;grid-template-columns:repeat(4, 1fr);gap:1rem}@media(max-width: 700px){.car-carousel{grid-template-columns:repeat(2, 1fr)}}.car-carousel .carousel-item{position:relative;border:2px solid rgba(52,52,52,.08);border-radius:.5rem;padding:1rem .75rem 1.25rem;display:flex;flex-direction:column;align-items:center;cursor:pointer;background:#f8f7f5;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.car-carousel .carousel-item__media{position:relative;width:100%;height:90px;margin-bottom:.5rem}.car-carousel .carousel-item__media img{display:block;width:100%;height:100%;object-fit:contain;transition:opacity .25s ease}.car-carousel .carousel-item__media .img-hover{position:absolute;inset:0;opacity:0}.car-carousel .carousel-item:hover{border-color:#d3b496;transform:translateY(-2px)}.car-carousel .carousel-item:hover .carousel-item__media img:not(.img-hover){opacity:0}.car-carousel .carousel-item:hover .carousel-item__media .img-hover{opacity:1}.car-carousel .carousel-item__name{margin:0;font-size:.9rem;font-weight:600;color:#343434;text-transform:uppercase;letter-spacing:.03em}.car-carousel .carousel-item__check{position:absolute;top:.5rem;right:.5rem;width:1.5rem;height:1.5rem;border-radius:50%;background:#a4896c;color:#fff;display:none;align-items:center;justify-content:center;font-size:.8rem}.car-carousel .carousel-item.is-active{border-color:#a4896c;background:#fff;box-shadow:0 4px 16px rgba(164,137,108,.18)}.car-carousel .carousel-item.is-active .carousel-item__check{display:flex}.dealer-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:1rem}.dealer-card{position:relative;display:flex;align-items:flex-start;gap:.85rem;border:1.5px solid rgba(52,52,52,.1);border-radius:.5rem;padding:1.1rem 1.25rem;cursor:pointer;background:#f8f7f5;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.dealer-card__icon{color:#a4896c;font-size:1.3rem;flex-shrink:0;margin-top:.1rem}.dealer-card__body{display:flex;flex-direction:column;gap:.2rem}.dealer-card__title{font-size:.95rem;font-weight:600;color:#343434}.dealer-card__address{font-size:.82rem;color:#555}.dealer-card__check{position:absolute;top:.75rem;right:.75rem;width:1.5rem;height:1.5rem;border-radius:50%;background:#a4896c;color:#fff;display:none;align-items:center;justify-content:center;font-size:.8rem}.dealer-card:hover{border-color:#d3b496}.dealer-card.active{border-color:#a4896c;background:#fff;box-shadow:0 4px 16px rgba(164,137,108,.16)}.dealer-card.active .dealer-card__check{display:flex}.day-grid{display:flex;flex-wrap:wrap;gap:.75rem}.day-chip{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;min-width:5.5rem;padding:.85rem 1.1rem;border:1.5px solid rgba(52,52,52,.12);border-radius:.5rem;background:#f8f7f5;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.day-chip__day{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#555}.day-chip__date{font-size:1.1rem;font-weight:700;color:#343434}.day-chip:hover{border-color:#d3b496}.day-chip.is-active{border-color:#a4896c;background:#a4896c}.day-chip.is-active .day-chip__day,.day-chip.is-active .day-chip__date{color:#fff}.time-slots-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(5rem, 1fr));gap:.6rem}.time-slots-grid.d-none{display:none}.time-slot{background:#f8f7f5;border:1.5px solid rgba(52,52,52,.15);color:#343434;border-radius:.375rem;padding:.55rem .5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.time-slot:hover{border-color:#a4896c;background-color:rgba(164,137,108,.08)}.time-slot.is-selected{background-color:#a4896c;border-color:#a4896c;color:#fff;font-weight:600}.time-slot.is-booked{background-color:rgba(52,52,52,.06);border-color:rgba(0,0,0,0);color:rgba(52,52,52,.35);pointer-events:none;cursor:default;font-size:0}.time-slot.is-booked::after{content:"Obsazeno";font-size:.68rem;font-weight:600;letter-spacing:.02em}.booking-recap{display:grid;grid-template-columns:repeat(2, 1fr);gap:.75rem 1.5rem;background:#eae9e8;border-radius:.5rem;padding:1rem 1.25rem;margin-bottom:1.75rem}@media(max-width: 520px){.booking-recap{grid-template-columns:1fr}}.booking-recap__item{display:flex;flex-direction:column;gap:.1rem}.booking-recap__label{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:#555}.booking-recap__value{font-size:.92rem;font-weight:600;color:#343434}.gform-fields{display:flex;flex-direction:column}.gform-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}@media(max-width: 560px){.gform-row{grid-template-columns:1fr}}.gform-group{display:flex;flex-direction:column;gap:.4rem}.gform-group label{font-size:.82rem;font-weight:600;color:#343434}.gform-group .form-control{border:1.5px solid rgba(52,52,52,.15);border-radius:.25rem;padding:.65rem .9rem;font-size:.95rem;font-family:inherit;color:#343434;background-color:#eae9e8;transition:border-color .15s ease}.gform-group .form-control::placeholder{color:rgba(52,52,52,.4)}.gform-group .form-control:focus{outline:none;border-color:#343434}.gform-group .form-control.is-invalid{border-color:#be0000;background-color:rgba(190,0,0,.04)}.gform-group .invalid-feedback{display:none;align-items:flex-start;gap:.4rem;margin-top:.4rem;padding:.35rem .55rem;background:rgba(190,0,0,.06);border-radius:.25rem;font-size:.76rem;font-weight:500;color:#be0000;line-height:1.35}.gform-group .invalid-feedback:not(:empty){display:flex}.gform-group .invalid-feedback::before{content:"!";display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.1em;height:1.1em;margin-top:.05em;background:#be0000;color:#fff;border-radius:50%;font-size:.85em;font-weight:800;line-height:1}.form-check{display:flex;align-items:flex-start;gap:.6rem;margin-bottom:1.25rem}.form-check-input{appearance:none;flex-shrink:0;width:1.15rem;height:1.15rem;margin-top:.15rem;border:1.5px solid rgba(52,52,52,.3);border-radius:3px;background:#eae9e8;cursor:pointer;transition:border-color .18s ease,background .18s ease}.form-check-input:checked{background:#a4896c;border-color:#a4896c;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M3 8.5l3 3L13 4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:80%}.form-check-label{font-size:.85rem;color:#555}.gform-submit{margin-top:1.5rem}.gform-submit .btn-custom{display:block;width:100%;text-align:center}#formDivSent{max-width:760px;margin:0 auto;background:#fff;border-radius:.75rem;box-shadow:0 12px 40px rgba(0,0,0,.06);padding:3rem 1.75rem;text-align:center;font-size:1.05rem;font-weight:600;color:#92795f}#formDivSent::before{content:"✓";display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin:0 auto 1rem;border-radius:50%;background:#a4896c;color:#fff;font-size:1.5rem}.site-footer{background-color:#181614;padding:3rem 0 2rem;text-align:center}.site-footer .footer-inner{display:flex;flex-direction:column;align-items:center;gap:1rem}.site-footer .footer-logo{height:36px;width:auto;filter:brightness(0) invert(1);opacity:.92}.site-footer .footer-copy{margin:0;font-size:.8rem;color:hsla(0,0%,100%,.55)}.site-footer .footer-links{display:flex;gap:1.25rem;flex-wrap:wrap;justify-content:center}.site-footer .footer-links a{color:hsla(0,0%,100%,.7);font-size:.8rem;text-decoration:none}.site-footer .footer-links a:hover{color:#fff}@media(max-width: 600px){.wizard-section{padding:4rem 1rem 4rem}.wizard-step__header,.wizard-step__body,.wizard-step__summary{padding-left:1.1rem;padding-right:1.1rem}}/*# sourceMappingURL=style.min.css.map */