:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#747bff}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #f97316;--primary-dark: #ea580c;--secondary: #1f2937;--accent: #059669;--accent-light: #10b981;--text: #333;--text-light: #666;--text-muted: #9ca3af;--bg: #ffffff;--bg-light: #f8fafc;--bg-dark: #111827;--border: #e5e7eb;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--beta-color: #8b5cf6}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;background:#fff;min-height:100vh;line-height:1.6;color:var(--text)}body.menu-open{overflow:hidden}.app{min-height:100vh;display:flex;flex-direction:column}.landing-app{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 1rem;flex:1}.container-narrow{max-width:800px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container,.container-narrow{padding:0 1.5rem}}.header{padding:1rem 0;position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--border)}.nav{display:flex;justify-content:space-between;align-items:center}.logo-container{display:flex;align-items:center;gap:.5rem}@media(min-width:768px){.logo-container{gap:.75rem}}.logo{font-size:1.25rem;font-weight:700;color:var(--primary);text-decoration:none;display:flex;align-items:center;gap:.5rem}@media(min-width:768px){.logo{font-size:1.5rem}}.logo-icon{width:28px;height:28px;background:var(--primary);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.9rem}@media(min-width:768px){.logo-icon{width:32px;height:32px;border-radius:8px;font-size:1.1rem}}.beta-badge{background:linear-gradient(135deg,var(--beta-color) 0%,#7c3aed 100%);color:#fff;padding:.2rem .5rem;border-radius:6px;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}@media(min-width:768px){.beta-badge{padding:.25rem .6rem;font-size:.7rem}}.nav-links{display:none;align-items:center;gap:2rem}.nav-links.desktop-nav{display:none}@media(min-width:768px){.nav-links.desktop-nav{display:flex}}.nav-links a{color:var(--text-light);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-cta{background:var(--secondary);color:#fff!important;padding:.6rem 1.25rem;border-radius:8px;transition:background .2s!important}.nav-cta:hover{background:#374151!important}.mobile-menu-btn{display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:8px;gap:5px;z-index:1002}@media(min-width:768px){.mobile-menu-btn{display:none}}.mobile-menu-btn span{display:block;width:22px;height:2px;background:var(--secondary);border-radius:2px;transition:all .3s ease}.mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{display:none;position:fixed;inset:0;background:#fffffffa;z-index:1001;padding:5rem 1.5rem 2rem;flex-direction:column;align-items:center;justify-content:flex-start;gap:0}.mobile-menu.active{display:flex}.mobile-menu-close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--text);transition:color .2s}.mobile-menu-close:hover{color:var(--primary)}@media(min-width:768px){.mobile-menu{display:none!important}}.mobile-menu a{color:var(--text);text-decoration:none;font-size:1.25rem;font-weight:600;padding:1rem 0;width:100%;text-align:center;border-bottom:1px solid var(--border);transition:color .2s}.mobile-menu a:hover{color:var(--primary)}.mobile-menu a:last-child{border-bottom:none;margin-top:1rem;background:var(--primary);color:#fff;padding:1rem 2rem;border-radius:10px;width:auto}.mobile-menu a:last-child:hover{background:var(--primary-dark);color:#fff}.user-menu{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:8px;transition:background-color .2s}.user-menu:hover{background-color:#f8f9fa}.user-avatar{width:32px;height:32px;background:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.875rem;font-weight:600}.user-name{color:#666;font-weight:500;font-size:.9rem}.hero{padding:6rem 0 3rem;text-align:center;background:linear-gradient(180deg,#fff 0%,var(--bg-light) 100%)}@media(min-width:768px){.hero{padding:10rem 0 5rem}}.hero-beta-banner{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#5b21b6;padding:.4rem .75rem;border-radius:100px;font-size:.75rem;font-weight:600;margin-bottom:1.25rem;border:1px solid #c4b5fd}@media(min-width:768px){.hero-beta-banner{padding:.5rem 1rem;font-size:.875rem;margin-bottom:1.5rem}}.hero-beta-banner .beta-icon{font-size:1rem}.hero-title{font-size:2rem;font-weight:700;margin-bottom:1rem;line-height:1.2;color:var(--secondary);max-width:800px;margin-left:auto;margin-right:auto;padding:0 .5rem}@media(min-width:768px){.hero-title{font-size:3.5rem;margin-bottom:1.5rem;line-height:1.15;padding:0}}@media(min-width:1024px){.hero-title{font-size:4rem}}.hero-title .highlight{color:var(--primary)}.hero-subtitle{font-size:1rem;margin-bottom:2rem;color:var(--text-light);max-width:600px;margin-left:auto;margin-right:auto;padding:0 .5rem}@media(min-width:768px){.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;padding:0}}.hero-cta-group{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:0 1rem}@media(min-width:480px){.hero-cta-group{flex-direction:row;justify-content:center;gap:1rem;padding:0}}@media(min-width:768px){.hero-cta-group{margin-bottom:2rem}}.btn{padding:.75rem 1.5rem;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;width:100%}@media(min-width:480px){.btn{width:auto;padding:.875rem 1.75rem;font-size:1rem}}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:var(--shadow-lg)}.btn-secondary{background:#fff;color:var(--text);border:2px solid var(--border)}.btn-secondary:hover{border-color:var(--text-light);background:var(--bg-light)}.btn-large{padding:.875rem 1.75rem;font-size:1rem}@media(min-width:768px){.btn-large{padding:1rem 2rem;font-size:1.1rem}}.hero-free-note{display:flex;justify-content:center;align-items:center;gap:.5rem;color:var(--accent);font-weight:600;font-size:.85rem}@media(min-width:768px){.hero-free-note{font-size:.95rem}}.hero-free-note svg{width:16px;height:16px}@media(min-width:768px){.hero-free-note svg{width:18px;height:18px}}.demo-btn{padding:1rem 2.5rem;background:var(--primary);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 12px #f973164d;margin-bottom:1rem}.demo-btn:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 16px #f9731666}.demo-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.demo-btn .loading-spinner{display:block}.demo-btn-large{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:var(--primary);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 14px #f9731666;width:100%;max-width:320px}@media(min-width:768px){.demo-btn-large{gap:.75rem;padding:1.25rem 2.5rem;border-radius:12px;font-size:1.2rem;width:auto;max-width:none}}.demo-btn-large:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px #f9731680}.demo-btn-large:disabled{opacity:.7;cursor:not-allowed}.demo-showcase-section{padding:3rem 0;background:linear-gradient(180deg,var(--bg-light) 0%,#fff 100%)}@media(min-width:768px){.demo-showcase-section{padding:5rem 0}}.demo-showcase-header{text-align:center;margin-bottom:2rem}@media(min-width:768px){.demo-showcase-header{margin-bottom:3rem}}.demo-showcase-container{max-width:800px;margin:0 auto}.demo-chat-preview{background:#fff;border-radius:12px;box-shadow:0 20px 40px -10px #00000026;overflow:hidden;border:1px solid var(--border)}@media(min-width:768px){.demo-chat-preview{border-radius:16px}}.chat-mockup{display:flex;flex-direction:column}.chat-header-mockup{background:var(--secondary);color:#fff;padding:.75rem 1rem}@media(min-width:768px){.chat-header-mockup{padding:1rem 1.5rem}}.chat-dealer-info{display:flex;align-items:center;gap:.75rem}@media(min-width:768px){.chat-dealer-info{gap:1rem}}.dealer-avatar{width:36px;height:36px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem}@media(min-width:768px){.dealer-avatar{width:44px;height:44px;font-size:.9rem}}.dealer-name-mockup{font-weight:600;font-size:.9rem}@media(min-width:768px){.dealer-name-mockup{font-size:1rem}}.dealer-status{font-size:.75rem;opacity:.8}@media(min-width:768px){.dealer-status{font-size:.85rem}}.chat-messages-mockup{padding:1rem;display:flex;flex-direction:column;gap:.75rem;background:#f8fafc;min-height:240px}@media(min-width:768px){.chat-messages-mockup{padding:1.5rem;gap:1rem;min-height:280px}}.message-bubble{max-width:90%;padding:.75rem 1rem;border-radius:12px;font-size:.85rem;line-height:1.5}@media(min-width:768px){.message-bubble{max-width:85%;padding:1rem 1.25rem;border-radius:16px;font-size:.95rem}}.message-bubble.dealer{background:#fff;border:1px solid var(--border);align-self:flex-start;border-bottom-left-radius:4px}.message-bubble.user{background:var(--primary);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.message-bubble p{margin:0}.ai-suggestion-card{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1px solid #fcd34d;border-radius:10px;padding:.75rem 1rem;max-width:95%;align-self:center}@media(min-width:768px){.ai-suggestion-card{border-radius:12px;padding:1rem 1.25rem;max-width:90%}}.ai-suggestion-header{display:flex;align-items:center;gap:.5rem;color:#b45309;font-weight:600;font-size:.75rem;margin-bottom:.5rem}@media(min-width:768px){.ai-suggestion-header{font-size:.85rem}}.ai-suggestion-text{color:#92400e;font-size:.8rem;margin:0 0 .75rem;line-height:1.5}@media(min-width:768px){.ai-suggestion-text{font-size:.9rem}}.ai-draft-preview{background:#fff;border-radius:8px;padding:.6rem .75rem;font-size:.8rem;color:var(--text);border:1px solid #fcd34d}@media(min-width:768px){.ai-draft-preview{padding:.75rem 1rem;font-size:.85rem}}.ai-draft-preview strong{color:#b45309;font-size:.7rem;display:block;margin-bottom:.25rem}@media(min-width:768px){.ai-draft-preview strong{font-size:.8rem}}.demo-showcase-cta{text-align:center;margin-top:1.5rem}@media(min-width:768px){.demo-showcase-cta{margin-top:2rem}}.demo-note{margin-top:.75rem;color:var(--text-muted);font-size:.8rem}@media(min-width:768px){.demo-note{margin-top:1rem;font-size:.9rem}}.section-header{text-align:center;max-width:700px;margin:0 auto 2.5rem;padding:0 .5rem}@media(min-width:768px){.section-header{margin:0 auto 4rem;padding:0}}.section-tag{color:var(--primary);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}@media(min-width:768px){.section-tag{font-size:.875rem;margin-bottom:1rem}}.section-title{font-size:1.75rem;font-weight:700;color:var(--secondary);margin-bottom:.75rem;line-height:1.25}@media(min-width:768px){.section-title{font-size:2.5rem;margin-bottom:1rem;line-height:1.2}}.section-subtitle{font-size:.95rem;color:var(--text-light)}@media(min-width:768px){.section-subtitle{font-size:1.1rem}}.pain-section{padding:3rem 0}@media(min-width:768px){.pain-section{padding:5rem 0}}.pain-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(min-width:768px){.pain-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.pain-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:1.25rem;text-align:center;transition:all .2s}@media(min-width:768px){.pain-card{border-radius:12px;padding:1.75rem}}.pain-card:hover{border-color:#fecaca;background:#fef2f2}.pain-icon{width:44px;height:44px;background:#fee2e2;border-radius:10px;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;font-size:1.25rem;color:#dc2626;font-weight:700}@media(min-width:768px){.pain-icon{width:56px;height:56px;border-radius:12px;margin:0 auto 1rem;font-size:1.5rem}}.pain-title{font-weight:600;color:var(--text);margin-bottom:.35rem;font-size:.9rem}@media(min-width:768px){.pain-title{margin-bottom:.5rem;font-size:1rem}}.pain-description{font-size:.8rem;color:var(--text-light);line-height:1.4}@media(min-width:768px){.pain-description{font-size:.9rem;line-height:1.6}}.solution-section{padding:3rem 0;background:var(--secondary);color:#fff}@media(min-width:768px){.solution-section{padding:5rem 0}}.solution-section .section-tag{color:var(--primary)}.solution-section .section-title{color:#fff}.solution-section .section-subtitle{color:#ffffffb3}.solution-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:768px){.solution-grid{grid-template-columns:1fr 1fr;gap:4rem}}.solution-content{order:2}@media(min-width:768px){.solution-content{order:1}}.solution-image{order:1}@media(min-width:768px){.solution-image{order:2}}.solution-list{list-style:none;margin-top:1.5rem}@media(min-width:768px){.solution-list{margin-top:2rem}}.solution-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem}@media(min-width:768px){.solution-list li{gap:1rem;margin-bottom:1.5rem}}.solution-check{width:22px;height:22px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1rem}@media(min-width:768px){.solution-check{width:24px;height:24px}}.solution-check svg{width:12px;height:12px}@media(min-width:768px){.solution-check svg{width:14px;height:14px}}.solution-text strong{display:block;margin-bottom:.2rem;font-size:.95rem}@media(min-width:768px){.solution-text strong{margin-bottom:.25rem;font-size:1rem}}.solution-text span{color:#ffffffb3;font-size:.85rem}@media(min-width:768px){.solution-text span{font-size:.95rem}}.solution-video-container{border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #0000004d}@media(min-width:768px){.solution-video-container{border-radius:16px}}.solution-video-container video{width:100%;height:auto;display:block}.how-section{padding:3rem 0;background:var(--bg-light)}@media(min-width:768px){.how-section{padding:5rem 0}}.steps-container{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.steps-container{grid-template-columns:repeat(3,1fr);gap:2rem}}.step{text-align:center;position:relative}.step-number{width:40px;height:40px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;margin:0 auto 1rem}@media(min-width:768px){.step-number{width:48px;height:48px;font-size:1.25rem;margin:0 auto 1.5rem}}.step-video-container,.step-image-container{background:#fff;border:1px solid var(--border);border-radius:10px;margin-bottom:1rem;overflow:hidden;box-shadow:var(--shadow)}@media(min-width:768px){.step-video-container,.step-image-container{border-radius:12px;margin-bottom:1.5rem}}.step-video-container video,.step-image-container img{width:100%;height:auto;display:block}.step-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:var(--secondary)}@media(min-width:768px){.step-title{font-size:1.25rem;margin-bottom:.75rem}}.step-description{color:var(--text-light);font-size:.85rem;line-height:1.5;margin-bottom:1.5rem}@media(min-width:768px){.step-description{font-size:.95rem}}@media(min-width:768px){.step:not(:last-child):after{content:"";position:absolute;top:24px;left:calc(50% + 40px);width:calc(100% - 80px);height:2px;background:linear-gradient(90deg,var(--primary),var(--border))}}.try-section{padding:3rem 0}@media(min-width:768px){.try-section{padding:5rem 0}}.supported-sites{text-align:center;font-size:.8rem;color:var(--text-muted);margin-top:.75rem}@media(min-width:768px){.supported-sites{font-size:.85rem;margin-top:1rem}}.features-section{padding:3rem 0;background:var(--bg-light)}@media(min-width:768px){.features-section{padding:5rem 0}}.features-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:480px){.features-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.feature-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:1.25rem;transition:all .2s}@media(min-width:768px){.feature-card{border-radius:16px;padding:2rem}}.feature-card:hover{border-color:var(--primary);box-shadow:var(--shadow)}.feature-icon{width:44px;height:44px;background:linear-gradient(135deg,#fff7ed,#ffedd5);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}@media(min-width:768px){.feature-icon{width:56px;height:56px;border-radius:12px;margin-bottom:1.25rem}}.feature-icon svg{width:22px;height:22px;color:var(--primary)}@media(min-width:768px){.feature-icon svg{width:28px;height:28px}}.feature-card .feature-title{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--secondary)}@media(min-width:768px){.feature-card .feature-title{font-size:1.125rem;margin-bottom:.75rem}}.feature-card .feature-description{color:var(--text-light);font-size:.85rem;line-height:1.5}@media(min-width:768px){.feature-card .feature-description{font-size:.95rem;line-height:1.6}}.feature-coming-soon{display:inline-block;background:#fef3c7;color:#92400e;padding:.15rem .4rem;border-radius:4px;font-size:.6rem;font-weight:600;text-transform:uppercase;margin-left:.4rem}@media(min-width:768px){.feature-coming-soon{padding:.2rem .5rem;font-size:.7rem;margin-left:.5rem}}.beta-section{padding:3rem 0;background:linear-gradient(135deg,var(--beta-color) 0%,#7c3aed 100%);color:#fff}@media(min-width:768px){.beta-section{padding:4rem 0}}.beta-content{text-align:center;max-width:700px;margin:0 auto}.beta-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}@media(min-width:768px){.beta-title{font-size:2rem;margin-bottom:1rem}}.beta-subtitle{font-size:.95rem;opacity:.9;margin-bottom:1.5rem}@media(min-width:768px){.beta-subtitle{font-size:1.1rem;margin-bottom:2rem}}.beta-benefits{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}@media(min-width:480px){.beta-benefits{grid-template-columns:repeat(3,1fr);gap:1rem}}@media(min-width:768px){.beta-benefits{gap:1.5rem;margin-bottom:2rem}}.beta-benefit{background:#ffffff26;border-radius:10px;padding:1.25rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(min-width:768px){.beta-benefit{border-radius:12px;padding:1.5rem}}.beta-benefit-icon{font-size:1.5rem;margin-bottom:.5rem;font-weight:700}@media(min-width:768px){.beta-benefit-icon{font-size:2rem;margin-bottom:.75rem}}.beta-benefit-title{font-weight:600;margin-bottom:.35rem;font-size:.95rem}@media(min-width:768px){.beta-benefit-title{margin-bottom:.5rem;font-size:1rem}}.beta-benefit-description{font-size:.8rem;opacity:.85}@media(min-width:768px){.beta-benefit-description{font-size:.9rem}}.faq-section{padding:3rem 0}@media(min-width:768px){.faq-section{padding:5rem 0}}.faq-grid{display:grid;grid-template-columns:1fr;gap:.75rem;max-width:800px;margin:0 auto}@media(min-width:768px){.faq-grid{gap:1rem}}.faq-item{background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden}@media(min-width:768px){.faq-item{border-radius:12px}}.faq-question{padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:600;color:var(--secondary);transition:background .2s;font-size:.9rem;gap:1rem}@media(min-width:768px){.faq-question{padding:1.25rem 1.5rem;font-size:1rem}}.faq-question:hover{background:var(--bg-light)}.faq-icon{width:20px;height:20px;color:var(--text-muted);transition:transform .2s;flex-shrink:0}@media(min-width:768px){.faq-icon{width:24px;height:24px}}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{padding:0 1.25rem 1rem;color:var(--text-light);line-height:1.6;display:none;font-size:.85rem}@media(min-width:768px){.faq-answer{padding:0 1.5rem 1.25rem;line-height:1.7;font-size:.95rem}}.faq-item.open .faq-answer{display:block}.cta-section{padding:3rem 0;background:var(--secondary);color:#fff;text-align:center}@media(min-width:768px){.cta-section{padding:5rem 0}}.cta-title{font-size:1.75rem;font-weight:700;margin-bottom:.75rem}@media(min-width:768px){.cta-title{font-size:2.5rem;margin-bottom:1rem}}.cta-subtitle{font-size:.95rem;opacity:.8;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;padding:0 1rem}@media(min-width:768px){.cta-subtitle{font-size:1.1rem;margin-bottom:2.5rem;padding:0}}.cta-free-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--accent);color:#fff;padding:.4rem .75rem;border-radius:100px;font-size:.8rem;font-weight:600;margin-bottom:1.25rem}@media(min-width:768px){.cta-free-badge{padding:.5rem 1rem;font-size:.9rem;margin-bottom:1.5rem}}.input-section{background:#fff;border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin:0 auto;max-width:600px;box-shadow:var(--shadow)}@media(min-width:768px){.input-section{border-radius:16px;padding:2.5rem}}.input-label{font-size:1rem;font-weight:600;color:var(--secondary);margin-bottom:.75rem;text-align:center}@media(min-width:768px){.input-label{font-size:1.1rem;margin-bottom:1rem}}.url-input-container{position:relative;margin-bottom:.75rem}@media(min-width:768px){.url-input-container{margin-bottom:1rem}}.url-input{width:100%;padding:.875rem 1rem;border:2px solid var(--border);border-radius:8px;font-size:.95rem;transition:all .2s;background:#fff;color:var(--text)}@media(min-width:768px){.url-input{padding:1rem 1.25rem;border-radius:10px;font-size:1rem}}.url-input:focus{outline:none;border-color:var(--primary)}.url-input::placeholder{color:var(--text-muted)}.url-input:disabled{opacity:.7;cursor:not-allowed}.analyze-btn{width:100%;padding:.875rem 1.25rem;background:var(--primary);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}@media(min-width:768px){.analyze-btn{padding:1rem 1.5rem;border-radius:10px;font-size:1rem}}.analyze-btn:hover:not(:disabled){background:var(--primary-dark)}.analyze-btn:disabled{opacity:.6;cursor:not-allowed}.loading-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite;display:none}.analyze-btn:disabled .loading-spinner{display:block}@media(max-width:480px){.url-input{font-size:16px;padding:1rem}.analyze-btn{padding:1rem 2rem;font-size:1.1rem}}.features{padding:3rem 0;border-top:1px solid #e5e7eb}.features-title{text-align:center;color:#333;font-size:2rem;font-weight:600;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:1fr;gap:.5rem}@media(min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature{text-align:center;padding:1.5rem}.feature-icon{width:48px;height:48px;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.feature-icon svg{width:24px;height:24px;color:#666}.feature-title{font-weight:600;margin-bottom:.75rem;color:#333}.feature-description{color:#666;font-size:.95rem}.footer{padding:2.5rem 0 1.5rem;background:var(--bg-dark);color:#fff}@media(min-width:768px){.footer{padding:3rem 0 2rem}}.footer-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}@media(min-width:768px){.footer-content{gap:1.5rem}}.footer-brand{display:flex;align-items:center;gap:.5rem}@media(min-width:768px){.footer-brand{gap:.75rem}}.footer-logo{color:var(--primary);font-size:1.25rem;font-weight:700}@media(min-width:768px){.footer-logo{font-size:1.5rem}}.footer-tagline{color:#fff9;font-size:.85rem;max-width:400px;padding:0 1rem}@media(min-width:768px){.footer-tagline{font-size:.95rem;padding:0}}.footer-links{display:flex;gap:1.25rem;flex-wrap:wrap;justify-content:center}@media(min-width:768px){.footer-links{gap:2rem}}.footer-links a{color:#fff9;text-decoration:none;font-size:.85rem;transition:color .2s}@media(min-width:768px){.footer-links a{font-size:.95rem}}.footer-links a:hover{color:#fff}.footer-bottom{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem}@media(min-width:768px){.footer-bottom{margin-top:2rem;padding-top:2rem;flex-direction:row;gap:1rem}}.footer-copyright{color:#ffffff80;font-size:.8rem}@media(min-width:768px){.footer-copyright{font-size:.875rem}}.footer-legal{display:flex;gap:1.25rem}@media(min-width:768px){.footer-legal{gap:2rem}}.footer-legal a{color:#ffffff80;text-decoration:none;font-size:.8rem;transition:color .2s}@media(min-width:768px){.footer-legal a{font-size:.875rem}}.footer-legal a:hover{color:#fff}.error-message{background:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:.75rem;border-radius:6px;margin-top:1rem;display:none;font-size:.9rem}.error-message.show{display:block}.listing-summary-container{max-width:600px;margin:0 auto;padding:2rem 1rem}.listing-header{text-align:center;margin-bottom:2rem}.listing-header .logo{font-size:1.5rem;font-weight:600;color:#f97316;text-decoration:none;background:none;border:none;cursor:pointer;margin-bottom:.5rem;display:inline-block}.step-indicator{font-size:.9rem;color:#666}.listing-summary{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000000d;margin-bottom:2rem}.success-header{display:flex;align-items:center;justify-content:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.success-icon{width:40px;height:40px;background:#059669;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:.75rem}.success-icon svg{width:20px;height:20px;color:#fff}.success-title{font-size:1.25rem;font-weight:600;color:#333}.car-details{background:#f8fafc;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.car-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1.5rem;text-align:center}.details-grid{display:grid;grid-template-columns:1fr;gap:.25rem;max-width:300px;margin:0 auto}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0;border-bottom:1px solid #f3f4f6}.detail-row:last-child{border-bottom:none}.detail-label{font-size:.9rem;color:#666;font-weight:500}.detail-value{font-size:.9rem;font-weight:500;color:#333;text-align:right}.price-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;text-align:center;margin-bottom:2rem}.price-label{font-size:.9rem;color:#666;font-weight:500;margin-bottom:.5rem}.price-value{font-size:2rem;font-weight:600;color:#333;letter-spacing:-.5px}.dealer-section{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem;text-align:center;margin-bottom:2rem}.dealer-label{font-size:.85rem;color:#666;font-weight:500;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.dealer-name{font-size:1.1rem;font-weight:600;color:#333}.value-proposition{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.value-title{font-weight:600;color:#333;margin-bottom:1rem}.benefits-list{list-style:none;color:#666;font-size:.95rem}.benefits-list li{position:relative;padding:.5rem 0 .5rem 1.5rem}.benefits-list li:before{content:"✓";position:absolute;left:0;color:#059669;font-weight:700}.continue-btn{width:100%;padding:.75rem 2rem;background:#333;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;margin-bottom:.5rem}.continue-btn:hover{background:#1f2937}.continue-btn:disabled{opacity:.6;cursor:not-allowed}.continue-note{text-align:center;font-size:.85rem;color:#666;margin-top:.5rem}.listing-loading{text-align:center;padding:4rem 2rem}.listing-loading .loading-spinner.large{width:40px;height:40px;border-width:4px;margin:0 auto 1rem;display:block}.listing-error{text-align:center;padding:4rem 2rem}.listing-error h2{color:#333;margin-bottom:1rem}.listing-error p{color:#666;margin-bottom:2rem}.back-btn{padding:.75rem 2rem;background:#333;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.back-btn:hover{background:#1f2937}.fade-in{animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.listing-summary-container{padding:1rem .5rem}.listing-summary{padding:1.5rem}.car-title{font-size:1.25rem}.price-value{font-size:1.75rem}.details-grid{grid-template-columns:1fr}.detail-row{justify-content:space-between}.detail-value{text-align:left;margin-left:auto}.continue-btn{width:auto;max-width:320px;margin:0 auto;display:block;padding-left:3rem;padding-right:3rem}}.signup-container{max-width:600px;margin:0 auto;padding:0 1rem;flex:1}.signup-header{text-align:center;margin-bottom:2rem;padding-top:2rem}.signup-header-nav{padding:2rem 0;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.signup-header-nav .back-btn{color:#666;background:none;border:none;font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem;transition:color .2s;font-weight:500;cursor:pointer;text-decoration:none;padding:0}.signup-header-nav .back-btn:hover{color:#333;background:none}.signup-header-nav .back-btn svg{width:16px;height:16px}.signup-form-container{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;margin:2rem 0}.signup-title-section{text-align:center;margin-bottom:2rem}.signup-title{font-size:1.75rem;font-weight:600;color:#333;margin-bottom:.5rem}.signup-subtitle{color:#666;font-size:1rem}.car-summary{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.car-summary-title{font-size:.9rem;font-weight:600;color:#666;margin-bottom:.75rem}.car-details{font-weight:600;color:#333;margin-bottom:.5rem}.dealer-info{color:#666;font-size:.95rem}.signup-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-label{font-weight:500;color:#333;margin-bottom:.5rem;font-size:1rem}.tooltip-container{position:relative;display:inline-flex;align-items:center;margin-left:.5rem;vertical-align:middle}.tooltip-icon{display:inline-flex;align-items:center;cursor:pointer;color:#6b7280;transition:color .2s}.tooltip-icon:hover{color:#374151}.info-icon{width:16px;height:16px}.custom-tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#1f2937;color:#fff;padding:.5rem .75rem;border-radius:6px;font-size:.875rem;white-space:nowrap;z-index:1000;box-shadow:0 4px 6px #0000001a;animation:tooltipFadeIn .2s ease-in-out}.custom-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#1f2937}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%) translateY(-4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media(max-width:480px){.custom-tooltip{left:auto;right:0;transform:none;white-space:normal;max-width:200px}.custom-tooltip:after{left:auto;right:12px;transform:none}}.form-input{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:all .2s;background:#fff;color:#333}.form-input:focus{outline:none;border-color:#667eea}.form-input::placeholder{color:#9ca3af}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:480px){.form-row{grid-template-columns:1fr;gap:1.5rem}}.phone-input-container{position:relative}.country-code{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#666;font-weight:500;pointer-events:none;z-index:1}.phone-input{padding-left:3.5rem}.contact-preview{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.contact-preview-title{font-weight:600;color:#333;margin-bottom:.75rem;font-size:1rem}.contact-info{display:flex;flex-direction:column;gap:.75rem}.contact-item{display:flex;align-items:center;gap:.75rem}.contact-item-icon{width:18px;height:18px;color:#666;flex-shrink:0}.contact-item-text{font-family:SF Mono,Monaco,monospace;background:#f8fafc;padding:.75rem;border-radius:6px;border:1px solid #e5e7eb;color:#333;font-weight:500;font-size:.9rem;flex:1;text-align:center}.legal-section{margin-bottom:1rem}.checkbox-group{display:flex;align-items:flex-start;gap:.75rem}.checkbox{width:18px;height:18px;margin-top:2px;flex-shrink:0}.checkbox.error{outline:2px solid #ef4444;outline-offset:1px}.checkbox-label{font-size:.95rem;color:#666;line-height:1.5}.checkbox-label a{color:#667eea;text-decoration:none;font-weight:500}.checkbox-label a:hover{text-decoration:underline}.beta-feedback-box{display:flex;align-items:flex-start;gap:10px;padding:1rem;margin-top:0;margin-bottom:.5rem;background-color:#f0f9ff;border:1px solid #3b82f6;border-radius:8px;font-size:.9rem;line-height:1.5;color:#333}.beta-feedback-icon{flex-shrink:0;margin-top:2px;color:#3b82f6}.beta-feedback-link{color:#f97316;text-decoration:none;font-weight:500}.beta-feedback-link:hover{text-decoration:underline}@media(max-width:480px){.beta-feedback-box{font-size:.85rem;padding:.875rem}}.submit-btn{width:100%;padding:.75rem 1.5rem;background:#333;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-btn:hover:not(:disabled){background:#1f2937}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.submit-btn.form-valid{background:#1f2937}.submit-btn.form-valid:hover:not(:disabled){background:#111827}.signup-form .error-message{background:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:.75rem;border-radius:6px;font-size:.9rem;display:none}.signup-form .error-message.show{display:block}.signup-form .form-input.error{border-color:#ef4444;background:#fef2f2}@media(max-width:480px){.signup-container{padding:0 .5rem}.signup-form-container{padding:1.5rem}.signup-title{font-size:1.5rem}}.phone-display{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-bottom:2rem;text-align:center}.phone-icon{width:48px;height:48px;margin:0 auto 1rem;background:#333;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.phone-title{font-size:1rem;font-weight:500;color:#333;margin-bottom:.5rem}.phone-number{color:#333;font-size:1.1rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem}.phone-subtitle{color:#666;font-size:.9rem}.mfa-form{margin-bottom:2rem}.code-label{display:block;font-weight:500;color:#333;margin-bottom:1rem;font-size:1rem;text-align:center}.code-input-container{display:flex;gap:.5rem;justify-content:center;margin-bottom:1rem}.code-digit{width:50px;height:60px;border:1px solid #ddd;border-radius:8px;font-size:1.5rem;font-weight:600;text-align:center;background:#fff;color:#333;transition:all .2s;outline:none}.code-digit:focus{outline:none;border-color:#333}.code-digit.filled{border-color:#333;background:#fff;color:#333}.code-digit.error{border-color:#ef4444;background:#fef2f2;animation:shake .5s}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.verification-status{text-align:center;margin-bottom:1.5rem;min-height:24px}.status-message{padding:.75rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500;display:none}.status-success{background:#dcfce7;border:1px solid #bbf7d0;color:#166534;display:flex;align-items:center;justify-content:center}.status-error{background:#fee2e2;border:1px solid #fecaca;color:#dc2626;display:block}.status-verifying{background:#f8fafc;border:1px solid #e5e7eb;color:#333;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-btn.ready{opacity:1}.submit-btn:not(.ready){opacity:.6}.resend-section{text-align:center;margin-bottom:2rem}.resend-timer{color:#666;font-size:.9rem;margin-bottom:1rem}.countdown{font-weight:500;color:#333}.resend-btn{background:none;border:none;color:#333;font-weight:500;font-size:.95rem;cursor:pointer;text-decoration:underline;transition:color .2s}.resend-btn:hover{color:#666}.resend-btn:disabled{color:#9ca3af;cursor:not-allowed}.help-section{border-top:1px solid #e5e7eb;padding-top:1.5rem}.help-title{font-size:.9rem;font-weight:500;color:#333;margin-bottom:.75rem;text-align:center}.help-list{list-style:none;font-size:.85rem;color:#666;line-height:1.6}.help-list li{margin-bottom:.5rem;padding-left:1rem;position:relative}.help-list li:before{content:"•";color:#333;font-weight:700;position:absolute;left:0}.help-list a{color:#333;text-decoration:underline}.help-list a:hover{color:#666}.loading-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.status-verifying .loading-spinner{border:2px solid rgba(51,51,51,.3);border-top:2px solid #333}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-10px);opacity:1}}@media(max-width:480px){.phone-display{padding:1.25rem}.code-digit{width:45px;height:55px;font-size:1.25rem}.code-input-container{gap:.25rem}}@media(max-width:380px){.code-digit{width:40px;height:50px;font-size:1.1rem}}.login-divider{text-align:center;margin:1.5rem 0;position:relative;color:#666;font-size:.9rem}.login-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e5e7eb;z-index:1}.login-divider span{background:#f8fafc;padding:0 1rem;position:relative;z-index:2}.alt-actions{display:flex;flex-direction:column;gap:.75rem;text-align:center}.alt-action-btn{background:none;border:1px solid #e5e7eb;color:#666;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500}.alt-action-btn:hover{border-color:#333;color:#333;background:#fff}.alt-action-btn svg{width:16px;height:16px}.session-expired-message{background:#fef3c7;border:1px solid #f59e0b;color:#d97706;padding:.75rem;border-radius:6px;font-size:.9rem;margin-top:1rem;text-align:center}.dealer-contact-container{max-width:500px;margin:0 auto;padding:1.5rem;min-height:100vh;display:flex;flex-direction:column;background:#f8f9fa}.dealer-contact-container .header{margin-bottom:2rem}.dealer-contact-container .logo{font-size:1.25rem;font-weight:600;color:#f97316;text-decoration:none}.progress-bar{display:flex;align-items:center;margin-bottom:2rem;position:relative}.progress-step{flex:1;text-align:center;position:relative}.progress-step:before{content:"";position:absolute;top:15px;left:50%;right:-50%;height:2px;background:#e2e8f0;z-index:0}.progress-step:last-child:before{display:none}.progress-step.completed:before{background:#10b981}.step-circle{width:30px;height:30px;border-radius:50%;background:#fff;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;margin:0 auto .5rem;position:relative;z-index:1;font-size:.875rem;font-weight:500}.progress-step.completed .step-circle{background:#10b981;border-color:#10b981;color:#fff}.progress-step.active .step-circle{border-color:#3b82f6;color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.step-label{font-size:.75rem;color:#64748b}.instruction-card{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a}.step-number{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:#3b82f6;color:#fff;border-radius:50%;font-size:.75rem;font-weight:600;margin-bottom:.75rem}.instruction-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#1a1a1a}.instruction-text{color:#64748b;font-size:.9375rem;margin-bottom:1rem}.contact-info{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin-bottom:1rem}.info-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-weight:500}.info-value{font-family:SF Mono,Monaco,monospace;font-size:.9375rem;color:#1a1a1a;background:#fff;padding:.5rem 5rem .5rem .75rem;border-radius:6px;margin-bottom:.75rem;display:flex;align-items:center;border:1px solid #e2e8f0;position:relative;overflow:hidden}.info-value:last-child{margin-bottom:0}.info-value span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:.5rem}.copy-btn{background:#ffffffe6;border:1px solid #e2e8f0;border-radius:4px;color:#3b82f6;cursor:pointer;padding:.25rem .5rem;display:flex;align-items:center;font-size:.75rem;font-weight:500;transition:all .2s;position:absolute;right:.5rem;top:50%;transform:translateY(-50%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.copy-btn:hover{color:#2563eb;background:#fff;border-color:#3b82f6}.copy-btn.copied{color:#10b981;background:#10b9811a;border-color:#10b981}.dealer-contact-container .alert{background:#fef3c7;border:1px solid #fde68a;border-radius:8px;padding:1rem;margin-bottom:1.5rem;display:flex;gap:.75rem}.alert-icon{flex-shrink:0;width:20px;height:20px;color:#f59e0b}.alert-text{font-size:.875rem;color:#92400e;line-height:1.5}.alert-text strong{font-weight:600}.button-group{display:flex;gap:.75rem;margin-top:auto;padding-top:1rem}.btn{flex:1;padding:.875rem 1.25rem;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s;border:none;text-align:center;text-decoration:none;display:inline-block}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb}.btn-secondary{background:#fff;color:#64748b;border:1px solid #e2e8f0}.btn-secondary:hover{background:#f8fafc}.btn-success{background:#10b981;color:#fff;width:100%;margin-bottom:.75rem}.btn-success:hover{background:#059669}.btn-disabled{background:#666;color:#fff}.btn-disabled:hover{background:#666;cursor:default}.car-header{background:#fff;border-radius:8px;padding:1rem;margin-bottom:1.5rem;border:1px solid #e2e8f0}.car-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.dealer-name{font-size:.875rem;color:#64748b}.next-steps{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.next-steps-title{font-size:.875rem;font-weight:600;color:#0369a1;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.next-steps-list{font-size:.875rem;color:#075985;list-style:none;padding-left:1.5rem}.next-steps-list li{position:relative;margin-bottom:.25rem}.next-steps-list li:before{content:"→";position:absolute;left:-1.25rem}.dealer-contact-container .loading,.dealer-contact-container .error{text-align:center;padding:2rem;color:#666}@media(max-width:640px){.dealer-contact-container{padding:1rem}.instruction-card{padding:1.25rem}.step-label{font-size:.625rem}}.account-container{width:100%;max-width:none;margin:0;padding:0 1rem;flex:1;display:flex;flex-direction:column;min-height:100vh;box-sizing:border-box}@media(min-width:768px){.account-container{max-width:600px;margin:0 auto;padding:0 2rem}}.account-header-nav{padding:1.5rem 0;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}@media(min-width:768px){.account-header-nav{padding:2rem 0}}.account-header-nav .logo{font-size:1.25rem;font-weight:600;color:#f97316;text-decoration:none;background:none;border:none;cursor:pointer}.account-header-nav .back-btn{color:#666;background:none;border:none;font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem;transition:color .2s;font-weight:500;cursor:pointer;text-decoration:none;padding:0}.account-header-nav .back-btn:hover{color:#333;background:none}.account-header-nav .back-btn svg{width:16px;height:16px}.account-page-title{font-size:2rem;font-weight:600;color:#1a1a1a;margin-bottom:2rem;padding:0 .5rem}@media(min-width:768px){.account-page-title{font-size:2.5rem;padding:0}}.account-card{background:#fff;border-radius:12px;padding:2rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a;flex:1;display:flex;flex-direction:column;margin:0 0 1.5rem;width:100%;box-sizing:border-box}@media(min-width:768px){.account-card{padding:2.5rem}}.account-profile-section{margin-bottom:2rem;flex:1}.account-profile-avatar{width:80px;height:80px;background:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;font-weight:600;margin-bottom:2rem}@media(min-width:768px){.account-profile-avatar{width:100px;height:100px;font-size:2.5rem}}.account-profile-info,.account-info-group{margin-bottom:1.5rem}.account-info-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-weight:500}.account-info-value{font-size:1.125rem;color:#1a1a1a;font-weight:500}@media(min-width:768px){.account-info-value{font-size:1.25rem}}.account-member-since{padding:1rem 1.25rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;margin-bottom:1.5rem}@media(min-width:768px){.account-member-since{padding:1.25rem 1.5rem}}.account-member-since-label{font-size:.75rem;color:#0369a1;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-weight:500}.account-member-since-date{font-size:.875rem;color:#075985;font-weight:500}.account-logout-section{margin-top:auto;padding-top:1rem;border-top:1px solid #e2e8f0}.account-logout-btn{width:100%;padding:.875rem 1.25rem;background:#ef4444;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s}.account-logout-btn:hover{background:#dc2626}.account-loading{text-align:center;padding:4rem 2rem;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.account-loading .loading-spinner{width:40px;height:40px;border-width:4px;margin-bottom:1rem;display:block}.account-loading p{color:#666;font-size:1rem}.account-error{text-align:center;padding:4rem 2rem;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.account-error p{color:#ef4444;margin-bottom:2rem;font-size:1rem}.retry-btn{padding:.75rem 1.5rem;background:#333;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.retry-btn:hover{background:#1f2937}@media(max-width:640px){.account-container{padding:0 .75rem}.account-card{padding:1.5rem;margin:0 0 1.5rem}.account-page-title{font-size:1.75rem;margin-bottom:1.5rem}}@media(max-width:480px){.account-container{padding:0 .5rem}.account-card{padding:1.25rem;margin:0 0 1.5rem}.account-page-title{font-size:1.5rem;padding:0}}.listing-loading-page{position:fixed;inset:0;display:flex;align-items:flex-start;justify-content:center;background:#fff;padding-top:10vh;z-index:1000}.listing-loading-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2rem}.listing-loading-title{font-size:2rem;font-weight:600;color:#f97316;margin:0}.listing-loading-text{font-size:1.1rem;color:#666;margin:0}.listing-loading-video{max-width:400px;width:100%;height:auto;border-radius:12px}@media(max-width:480px){.listing-loading-page{padding-top:15vh}.listing-loading-video{max-width:300px}.listing-loading-title{font-size:1.5rem}.listing-loading-text{font-size:1rem}}.modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:700px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.modal-title{font-size:24px;font-weight:600;color:#111827;margin:0}.modal-close{background:none;border:none;font-size:32px;line-height:1;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.modal-close:hover{background-color:#f3f4f6;color:#111827}.modal-close:focus{outline:2px solid #3b82f6;outline-offset:2px}.modal-body{padding:28px;overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch}.modal-loading,.modal-error{padding:40px 20px;text-align:center;font-size:16px;color:#6b7280}.modal-error{color:#dc2626}.markdown-content{color:#374151;line-height:1.7;font-size:15px}.markdown-content h1{font-size:28px;font-weight:700;color:#111827;margin-top:0;margin-bottom:20px;line-height:1.3}.markdown-content h2{font-size:22px;font-weight:600;color:#111827;margin-top:32px;margin-bottom:16px;line-height:1.4}.markdown-content h3{font-size:18px;font-weight:600;color:#111827;margin-top:24px;margin-bottom:12px;line-height:1.4}.markdown-content p{margin-bottom:16px;margin-top:0}.markdown-content ul{margin:16px 0;padding-left:28px}.markdown-content li{margin-bottom:8px;line-height:1.7}.markdown-content a{color:#2563eb;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}.markdown-content a:hover{border-bottom-color:#2563eb}.markdown-content strong{font-weight:600;color:#111827}.markdown-content em{font-style:italic}@media(max-width:768px){.modal-overlay{padding:0}.modal-content{max-height:100vh;border-radius:0;height:100vh}.modal-header{padding:20px}.modal-title{font-size:20px}.modal-body{padding:20px}.markdown-content{font-size:14px}.markdown-content h1{font-size:24px}.markdown-content h2{font-size:20px}.markdown-content h3{font-size:16px}}.modal-body::-webkit-scrollbar{width:8px}.modal-body::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.modal-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.modal-body::-webkit-scrollbar-thumb:hover{background:#9ca3af}
