@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@700;800&display=swap";
:root{--primary-red:#e4002b;--primary-red-dark:#b8001e;--dark-slate:#0a0f1e;--dark-slate-2:#111827;--dark-slate-3:#334155;--focus-blue:#0572d6;--text-white:#fff;--text-muted:#94a3b8;--text-light:#cbd5e1;--surface:#1e293b;--surface-2:#273449;--border:#ffffff14;--shadow-xl:0 25px 50px -12px #0009;--shadow-lg:0 10px 25px -5px #0006;--shadow-md:0 4px 12px #0000004d;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--transition:all .25s cubic-bezier(.4,0,.2,1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--dark-slate);color:var(--text-white);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.6}body:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(at 20%,#e4002b14 0%,#0000 60%),radial-gradient(at 80% 20%,#004f8c0f 0%,#0000 50%),radial-gradient(at 60% 80%,#e4002b0a 0%,#0000 50%);position:fixed;inset:0}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;font-family:inherit}.heading-serif{font-family:Playfair Display,serif}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.container{max-width:1280px;margin:0 auto;padding:0 24px}.section{padding:80px 0}.section-sm{padding:48px 0}.navbar{background:var(--dark-slate);border-bottom:1px solid var(--border);z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;height:72px;display:flex}.nav-logo{width:auto;height:40px}.nav-links{align-items:center;gap:32px;display:flex}.nav-link{color:var(--text-white);letter-spacing:.02em;transition:var(--transition);font-size:.9rem;font-weight:500;position:relative}.nav-link:after{content:"";background:var(--primary-red);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-4px;left:0}.nav-link:hover{color:var(--primary-red)}.nav-link:hover:after{width:100%}.hamburger{background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--text-white);width:25px;height:2px;transition:var(--transition);border-radius:2px;display:block}.mobile-menu{background:var(--dark-slate);border-bottom:1px solid var(--border);z-index:999;flex-direction:column;gap:16px;padding:20px 24px;display:none;position:fixed;top:72px;left:0;right:0}.mobile-menu.open{display:flex}.mobile-link{color:var(--text-white);border-bottom:1px solid var(--border);transition:var(--transition);padding:12px 0;font-size:1rem;font-weight:500}.mobile-link:hover{color:var(--primary-red)}.btn{border-radius:var(--radius-sm);letter-spacing:.02em;transition:var(--transition);cursor:pointer;white-space:nowrap;border:2px solid #0000;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--primary-red);color:var(--text-white);border-color:var(--primary-red)}.btn-primary:hover{background:var(--primary-red-dark);border-color:var(--primary-red-dark);transform:translateY(-1px);box-shadow:0 8px 25px #e4002b66}.btn-outline{color:var(--text-white);background:0 0;border-color:#fff6}.btn-outline:hover{border-color:var(--text-white);background:#ffffff14;transform:translateY(-1px)}.btn-lg{padding:18px 36px;font-size:1.05rem}.btn-sm{padding:10px 20px;font-size:.85rem}.hero{align-items:center;min-height:90vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;background:linear-gradient(135deg,#0a0f1e 0%,#1a0508 50%,#0a0f1e 100%);position:absolute;inset:0}.hero-bg-img{object-fit:cover;opacity:.25;z-index:1;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{z-index:2;background:linear-gradient(90deg,#0a0f1ef2 40%,#0a0f1e80 100%);position:absolute;inset:0}.hero-content{z-index:3;max-width:660px;position:relative}.hero-badge{color:#ff6b82;letter-spacing:.05em;text-transform:uppercase;background:#e4002b26;border:1px solid #e4002b66;border-radius:99px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 16px;font-size:.8rem;font-weight:600;display:inline-flex}.hero-title{color:var(--text-white);margin-bottom:20px;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.hero-title span{color:var(--primary-red)}.hero-sub{color:var(--text-light);max-width:540px;margin-bottom:36px;font-size:1.1rem;line-height:1.7}.hero-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.hero-phone{color:var(--primary-red);transition:var(--transition);font-size:1.1rem;font-weight:700}.hero-phone:hover{color:var(--primary-red-dark)}.stats-row{background:var(--dark-slate-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:48px 0}.stats-grid{text-align:center;grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.stat-item{flex-direction:column;align-items:center;gap:12px;display:flex}.stat-icon{border-radius:var(--radius-md);width:56px;height:56px;color:var(--primary-red);background:#e4002b1f;border:1px solid #e4002b40;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.stat-number{color:var(--primary-red);font-size:2.5rem;font-weight:900;line-height:1}.stat-label{color:var(--text-light);max-width:160px;font-size:.95rem;font-weight:500}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);overflow:hidden}.card:hover{box-shadow:var(--shadow-lg);border-color:#e4002b4d;transform:translateY(-4px)}.card-body{padding:28px}.section-header{text-align:center;margin-bottom:56px}.section-tag{color:var(--primary-red);letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;font-size:.8rem;font-weight:700;display:inline-block}.section-title{color:var(--text-white);margin-bottom:16px;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;line-height:1.2}.section-sub{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.05rem;line-height:1.7}.features-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);transition:var(--transition);flex-direction:column;align-items:flex-start;gap:14px;padding:28px 24px;display:flex}.feature-card:hover{box-shadow:var(--shadow-md);border-color:#e4002b4d;transform:translateY(-4px)}.feature-icon{border-radius:var(--radius-sm);background:#e4002b1f;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.4rem;display:flex}.feature-title{color:var(--text-white);font-size:1rem;font-weight:700}.feature-desc{color:var(--text-muted);font-size:.875rem;line-height:1.6}.carousel-wrapper{border-radius:var(--radius-lg);position:relative;overflow:hidden}.carousel-track{transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}.carousel-slide{min-width:100%;position:relative}.carousel-slide img{object-fit:cover;width:100%;height:480px}.carousel-caption{color:var(--text-white);background:linear-gradient(#0000,#0a0f1ef2);padding:24px;font-size:1.1rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.carousel-controls{justify-content:center;align-items:center;gap:16px;margin-top:20px;display:flex}.carousel-btn{background:var(--surface);border:1px solid var(--border);width:44px;height:44px;color:var(--text-white);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.carousel-btn:hover{background:var(--primary-red);border-color:var(--primary-red)}.carousel-dots{align-items:center;gap:8px;display:flex}.carousel-dot{background:var(--dark-slate-3);width:8px;height:8px;transition:var(--transition);cursor:pointer;border:none;border-radius:50%}.carousel-dot.active{background:var(--primary-red);border-radius:4px;width:24px}.testimonials-section{background:var(--dark-slate-2)}.testimonial-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);height:100%;transition:var(--transition);flex-direction:column;gap:16px;padding:32px;display:flex}.testimonial-card:hover{border-color:#e4002b4d;transform:translateY(-4px)}.stars{color:#fbbf24;letter-spacing:2px;font-size:1rem}.testimonial-quote{color:var(--text-light);flex:1;font-size:1rem;font-style:italic;line-height:1.7}.testimonial-author{color:var(--text-white);font-size:.95rem;font-weight:700}.testimonials-track{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.cta-section{background:linear-gradient(135deg,var(--primary-red)0%,var(--primary-red-dark)100%);text-align:center;padding:80px 0}.cta-title{color:var(--text-white);margin-bottom:16px;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800}.cta-sub{color:#ffffffd9;max-width:500px;margin-bottom:36px;margin-left:auto;margin-right:auto;font-size:1.05rem}.cta-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.btn-white{background:var(--text-white);color:var(--primary-red);border-color:var(--text-white);font-weight:700}.btn-white:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 8px 25px #00000040}.btn-outline-white{color:var(--text-white);background:0 0;border:2px solid #fff9}.btn-outline-white:hover{border-color:var(--text-white);background:#ffffff1a}.spotlight{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.spotlight-img{border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);overflow:hidden}.spotlight-img img{object-fit:cover;width:100%;height:460px;transition:transform .6s}.spotlight-img:hover img{transform:scale(1.03)}.spotlight-content{flex-direction:column;gap:20px;display:flex}.spotlight-tag{color:var(--primary-red);letter-spacing:.1em;text-transform:uppercase;font-size:.8rem;font-weight:700}.spotlight-title{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;line-height:1.2}.spotlight-body{color:var(--text-muted);font-size:1rem;line-height:1.75}.spotlight-actions{flex-wrap:wrap;gap:12px;display:flex}footer{background:var(--dark-slate);border-top:1px solid var(--border);padding:32px 0}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.footer-copy{color:var(--text-muted);font-size:.82rem}.footer-links{gap:24px;display:flex}.footer-link{color:var(--focus-blue);transition:var(--transition);font-size:.82rem}.footer-link:hover{text-decoration:underline}.modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2000;background:#000000bf;justify-content:center;align-items:center;padding:24px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-box{background:var(--dark-slate-2);border:1px solid var(--border);border-radius:var(--radius-xl);width:100%;max-width:580px;max-height:90vh;box-shadow:var(--shadow-xl);animation:.3s cubic-bezier(.4,0,.2,1) slideUp;overflow-y:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:24px 28px;display:flex}.modal-title{font-size:1.3rem;font-weight:700}.modal-close{background:var(--surface);border:1px solid var(--border);width:36px;height:36px;color:var(--text-muted);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;line-height:1;display:flex}.modal-close:hover{background:var(--primary-red);color:#fff;border-color:var(--primary-red)}.modal-body{padding:28px}.form-group{margin-bottom:20px}.form-label{color:var(--text-light);margin-bottom:8px;font-size:.875rem;font-weight:600;display:block}.form-input{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-white);transition:var(--transition);outline:none;padding:12px 16px;font-family:inherit;font-size:.95rem}.form-input:focus{border-color:var(--primary-red);box-shadow:0 0 0 3px #e4002b1f}.form-input::placeholder{color:var(--text-muted)}select.form-input option{background:var(--dark-slate-2)}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-footer{margin-top:28px}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:16px;display:grid}.calendar-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.calendar-month{font-size:1rem;font-weight:700}.calendar-nav{background:var(--surface);border:1px solid var(--border);color:var(--text-white);width:32px;height:32px;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex}.calendar-nav:hover{background:var(--primary-red);border-color:var(--primary-red)}.calendar-day-label{text-align:center;color:var(--text-muted);padding:4px 0;font-size:.75rem;font-weight:600}.calendar-day{aspect-ratio:1;transition:var(--transition);color:var(--text-white);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;display:flex}.calendar-day:not(:disabled):hover{color:var(--primary-red);background:#e4002b2e}.calendar-day.selected{background:var(--primary-red);color:#fff;font-weight:700}.calendar-day:disabled{color:var(--dark-slate-3);cursor:not-allowed}.calendar-day.other-month{color:var(--dark-slate-3)}.time-slots{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.time-slot{text-align:center;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text-light);transition:var(--transition);padding:10px 8px;font-size:.82rem;font-weight:500}.time-slot:hover:not(:disabled){border-color:var(--primary-red);color:var(--primary-red)}.time-slot.selected{background:var(--primary-red);border-color:var(--primary-red);color:#fff;font-weight:700}.success-state{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:40px 28px;display:flex}.success-icon{background:#22c55e26;border:2px solid #22c55e;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:2rem;display:flex}.success-title{font-size:1.5rem;font-weight:800}.success-sub{color:var(--text-muted);line-height:1.6}.chat-section{background:var(--dark-slate-2)}.chat-mockup{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);max-width:560px;box-shadow:var(--shadow-xl);margin:0 auto;overflow:hidden}.chat-header{background:var(--dark-slate);border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:18px 20px;display:flex}.chat-avatar{background:linear-gradient(135deg,var(--primary-red),var(--primary-red-dark));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;display:flex}.chat-info{flex:1}.chat-name{font-size:.95rem;font-weight:700}.chat-status{color:#22c55e;align-items:center;gap:4px;font-size:.78rem;display:flex}.chat-status:before{content:"";background:#22c55e;border-radius:50%;width:6px;height:6px}.chat-messages{flex-direction:column;gap:14px;height:340px;padding:20px;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:0 0}.chat-messages::-webkit-scrollbar-thumb{background:var(--dark-slate-3);border-radius:2px}.chat-bubble{border-radius:18px;max-width:80%;padding:12px 16px;font-size:.9rem;line-height:1.5;animation:.3s bubbleIn}@keyframes bubbleIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chat-bubble.bot{background:var(--dark-slate-2);border:1px solid var(--border);border-bottom-left-radius:4px;align-self:flex-start}.chat-bubble.user{background:var(--primary-red);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.chat-input-row{border-top:1px solid var(--border);align-items:center;gap:12px;padding:16px 20px;display:flex}.chat-input{background:var(--dark-slate);border:1px solid var(--border);color:var(--text-white);transition:var(--transition);border-radius:24px;outline:none;flex:1;padding:10px 18px;font-family:inherit;font-size:.9rem}.chat-input:focus{border-color:var(--primary-red)}.chat-input::placeholder{color:var(--text-muted)}.chat-send{background:var(--primary-red);color:#fff;width:40px;height:40px;transition:var(--transition);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.chat-send:hover{background:var(--primary-red-dark);transform:scale(1.05)}.typing-indicator{align-items:center;gap:4px;padding:4px 0;display:flex}.typing-dot{background:var(--text-muted);border-radius:50%;width:7px;height:7px;animation:1.2s infinite typingDot}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.compare-table{border-collapse:collapse;width:100%}.compare-table th{background:var(--dark-slate-2);text-align:left;border-bottom:2px solid var(--primary-red);padding:20px 24px;font-size:.9rem;font-weight:700}.compare-table th.featured{color:var(--primary-red);background:#e4002b1f}.compare-table td{border-bottom:1px solid var(--border);color:var(--text-light);vertical-align:top;padding:16px 24px;font-size:.9rem}.compare-table tr:last-child td{border-bottom:none}.compare-table td.featured{color:var(--text-white);background:#e4002b0d;font-weight:500}.compare-table .check{color:#22c55e;font-size:1rem}.compare-table .x{color:#ef4444}.compare-table-wrapper{border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.checklist{flex-direction:column;gap:14px;display:flex}.check-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);transition:var(--transition);align-items:flex-start;gap:14px;padding:16px 20px;display:flex}.check-item:hover{border-color:#e4002b40}.check-mark{color:#22c55e;background:#22c55e26;border:1px solid #22c55e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:1px;font-size:.8rem;display:flex}.check-text{color:var(--text-light);font-size:.95rem;line-height:1.5}.check-text strong{color:var(--text-white);margin-bottom:2px;display:block}.story-section{padding:80px 0}.story-content{grid-template-columns:1fr;gap:28px;max-width:840px;margin:0 auto;display:grid}.story-para{color:var(--text-light);font-size:1.05rem;line-height:1.85}.pillars-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.pillar-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;transition:var(--transition);flex-direction:column;align-items:center;gap:16px;padding:32px 24px;display:flex}.pillar-card:hover{border-color:#e4002b4d;transform:translateY(-4px)}.pillar-icon{border-radius:var(--radius-md);background:#e4002b1f;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.8rem;display:flex}.pillar-title{font-size:1.1rem;font-weight:700}.pillar-body{color:var(--text-muted);font-size:.9rem;line-height:1.6}.dealer-cards-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.dealer-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;transition:var(--transition);flex-direction:column;align-items:center;gap:14px;padding:28px 20px;display:flex}.dealer-card:hover{box-shadow:var(--shadow-md);border-color:#e4002b66;transform:translateY(-4px)}.dealer-card-icon{border-radius:var(--radius-md);background:#e4002b1f;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.6rem;display:flex}.dealer-card-title{color:var(--text-white);font-size:1rem;font-weight:700}.dealer-card-body{color:var(--text-muted);text-align:center;font-size:.875rem;line-height:1.6}.interview-form .form-section-title{color:var(--primary-red);border-bottom:1px solid var(--border);margin-bottom:16px;padding-bottom:8px;font-size:1rem;font-weight:700}:focus-visible{outline:2px solid var(--focus-blue);outline-offset:3px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:1024px){.features-grid,.dealer-cards-grid{grid-template-columns:repeat(2,1fr)}.spotlight{grid-template-columns:1fr;gap:36px}.testimonials-track{grid-template-columns:repeat(2,1fr)}.pillars-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.nav-links{display:none}.hamburger{display:flex}.hero{min-height:80vh}.stats-grid,.features-grid,.dealer-cards-grid,.testimonials-track,.pillars-grid,.form-row{grid-template-columns:1fr}.time-slots{grid-template-columns:repeat(2,1fr)}.footer-inner{flex-direction:column;align-items:flex-start}.carousel-slide img{height:280px}.compare-table th,.compare-table td{padding:12px 14px;font-size:.8rem}.section{padding:56px 0}.section-title{font-size:1.6rem}}@media (max-width:480px){.hero-actions{flex-direction:column;align-items:flex-start}.cta-actions{flex-direction:column}.modal-box{border-radius:var(--radius-md)}.hero-title{font-size:2rem}}
