.clearvin-page{--primary-gradient:linear-gradient(135deg,#667eea,#764ba2);--secondary-gradient:linear-gradient(135deg,#f093fb,#f5576c);--success-gradient:linear-gradient(135deg,#4facfe,#00f2fe);--warning-gradient:linear-gradient(135deg,#fa709a,#fee140);--backdrop-blur:blur(8px);--animation-speed:0.6s;--hover-lift:translateY(-10px);--border-radius:20px;--text-shadow:0 2px 10px #0000004d;--cv-bg-color:var(--background-color);--cv-text-color:var(--text-color);--cv-heading-color:var(--heading-color);--cv-paragraph-color:var(--paragraph-color);--cv-muted-color:var(--muted-paragraph-color);--cv-accent-color:var(--accent-paragraph-color);--cv-card-bg:var(--card-bg);--cv-card-shadow:var(--card-shadow);--cv-button-bg:var(--button-bg);--cv-button-text:var(--button-text);--cv-button-hover:var(--button-hover-bg);--glass-bg:#ffffff1a;--glass-border:#fff3;--shadow-light:#0000001a;--floating-opacity:0.4}[data-theme=dark] .clearvin-page{--glass-bg:#ffffff0d;--glass-border:#ffffff1a;--shadow-light:#0000004d;--floating-opacity:0.2}[data-theme=light] .clearvin-page{--primary-gradient:linear-gradient(135deg,#f1f5f9,#e2e8f0);--secondary-gradient:linear-gradient(135deg,#fecaca,#f87171);--success-gradient:linear-gradient(135deg,#bbf7d0,#34d399);--warning-gradient:linear-gradient(135deg,#fed7aa,#fb923c);--glass-bg:#fff6;--glass-border:#fff9;--shadow-light:#00000014;--floating-opacity:0.3}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes glow{0%,to{box-shadow:0 0 10px #667eea66}50%{box-shadow:0 0 30px #667eeacc,0 0 60px #764ba280}}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes pulseGlow{0%,to{filter:drop-shadow(0 0 5px rgba(102,126,234,.3));transform:scale(1)}50%{filter:drop-shadow(0 0 20px rgba(102,126,234,.6)) drop-shadow(0 0 40px rgba(240,147,251,.4));transform:scale(1.02)}}@keyframes shimmer{0%{opacity:0;transform:translateX(-50%) scaleX(0)}50%{opacity:1;transform:translateX(-50%) scaleX(1)}to{opacity:0;transform:translateX(-50%) scaleX(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:.9;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}@keyframes morphing{0%,to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30% 60%}}@keyframes shine{0%{left:-100%}to{left:100%}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes ripple{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(3)}}*{box-sizing:border-box}.clearvin-page{min-height:100vh;overflow-x:hidden;position:relative}.reading-progress{background:var(--primary-gradient);box-shadow:0 2px 10px #667eea80;height:4px;left:0;position:fixed;top:0;transition:width .3s cubic-bezier(.4,0,.2,1);z-index:9999}.clearvin-page:before{animation:float 8s ease-in-out infinite;background:var(--primary-gradient);height:300px;opacity:var(--floating-opacity);right:10%;top:10%;width:300px}.clearvin-page:after,.clearvin-page:before{border-radius:50%;content:"";position:fixed;z-index:-1}.clearvin-page:after{animation:float 10s ease-in-out infinite reverse;background:var(--secondary-gradient);bottom:20%;height:200px;left:5%;opacity:calc(var(--floating-opacity)*.5);width:200px}.hero-section{align-items:center;background:var(--primary-gradient);display:flex;min-height:100vh;overflow:hidden;padding:120px 0 100px;position:relative}[data-theme=dark] .hero-section{background:linear-gradient(135deg,#0f0f23,#16213e)}[data-theme=light] .hero-section{background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}[data-theme=light] .hero-section:before{background:radial-gradient(circle at 20% 50%,#f1f5f966 0,#0000 50%),radial-gradient(circle at 80% 20%,#3b82f626 0,#0000 50%),radial-gradient(circle at 40% 80%,#10b9811f 0,#0000 50%)}.hero-section:before{animation:morphing 15s ease-in-out infinite;background:radial-gradient(circle at 20% 50%,#7877c633 0,#0000 50%),radial-gradient(circle at 80% 20%,#ff77c633 0,#0000 50%),radial-gradient(circle at 40% 80%,#78c8ff33 0,#0000 50%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.hero-content{animation:slideInLeft var(--animation-speed) ease-out;position:relative;z-index:2}.hero-badge-wrapper{animation:slideInUp var(--animation-speed) ease-out .2s both;margin-bottom:2rem}.hero-badge{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--glass-border)!important;border-radius:50px;box-shadow:0 8px 32px var(--shadow-light);display:inline-flex;font-size:.9rem;font-weight:600;overflow:hidden;padding:.8rem 2rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero-badge:hover{animation:glow 2s ease-in-out infinite;transform:var(--hover-lift)}.badge-shine{animation:shine 3s ease-in-out infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);height:100%;left:-100%;position:absolute;top:0;width:100%}.hero-title{animation:slideInUp var(--animation-speed) ease-out .4s both;color:var(--cv-heading-color);font-size:2.5rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;text-shadow:var(--text-shadow)}.title-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fff,#f0f8ff);-webkit-background-clip:text;background-clip:text;position:relative}[data-theme=light] .title-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#2563eb,#1e40af);-webkit-background-clip:text;background-clip:text;font-weight:900}.title-highlight:after{animation:slideInLeft 1s ease-out 1s both;background:var(--success-gradient);border-radius:2px;bottom:-5px;content:"";height:4px;left:0;position:absolute;width:100%}.title-accent{-webkit-text-fill-color:#0000;background:var(--warning-gradient);-webkit-background-clip:text;background-clip:text}.hero-subtitle{animation:slideInUp var(--animation-speed) ease-out .6s both;color:var(--cv-paragraph-color);font-size:1.25rem;font-weight:400;line-height:1.6;margin-bottom:3rem;text-shadow:0 2px 10px #0003}.hero-stats{grid-gap:1.5rem;animation:slideInUp var(--animation-speed) ease-out .8s both;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:3rem}.stat-item{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--border-radius);box-shadow:0 8px 32px var(--shadow-light);display:flex;overflow:hidden;padding:1.8rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.stat-item:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:all .6s ease;width:100%}.stat-item:hover{box-shadow:0 20px 40px var(--shadow-light);transform:var(--hover-lift) scale(1.02)}.stat-item:hover:before{left:100%}.stat-icon{align-items:center;background:var(--success-gradient);border-radius:15px;box-shadow:0 4px 15px #4facfe66;color:#fff;display:flex;font-size:1.3rem;height:55px;justify-content:center;margin-right:1.5rem;transition:all .3s ease;width:55px}.stat-item:hover .stat-icon{box-shadow:0 6px 20px #4facfe99;transform:rotate(1turn) scale(1.1)}.stat-content{flex:1 1}.stat-number{color:var(--cv-heading-color);font-size:1.3rem;font-weight:800;margin-bottom:.4rem;text-shadow:var(--text-shadow)}.stat-label{color:var(--cv-muted-color);font-size:.95rem;font-weight:500}.hero-actions{animation:slideInUp var(--animation-speed) ease-out 1s both;display:flex;flex-wrap:wrap;gap:1.5rem}.primary-cta-button,.secondary-cta-button{align-items:center;border-radius:50px;cursor:pointer;display:inline-flex;font-weight:700;justify-content:center;overflow:hidden;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:1}.primary-cta-button{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:var(--glass-bg);border:2px solid var(--glass-border);box-shadow:0 8px 32px var(--shadow-light);color:var(--cv-text-color);font-size:1.1rem;padding:1.2rem 3rem}.primary-cta-button:before{background:#fff3;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .6s ease;width:0;z-index:-1}.primary-cta-button:hover:before{height:300px;width:300px}.primary-cta-button:hover{border-color:var(--glass-border);box-shadow:0 15px 40px var(--shadow-light);color:var(--cv-text-color);text-decoration:none;transform:var(--hover-lift) scale(1.05)}.secondary-cta-button{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid var(--glass-border);box-shadow:0 8px 32px var(--shadow-light);font-size:1.1rem;font-weight:600;padding:1.2rem 2.5rem}.secondary-cta-button,.secondary-cta-button:hover{background:var(--glass-bg);color:var(--cv-text-color)}.secondary-cta-button:hover{border-color:var(--glass-border);box-shadow:0 15px 40px var(--shadow-light);text-decoration:none;transform:var(--hover-lift)}.hero-visual{animation:slideInRight var(--animation-speed) ease-out .4s both;position:relative;z-index:2}.report-preview{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:25px;box-shadow:0 25px 50px var(--shadow-light);overflow:hidden;padding:2.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.report-preview:hover{box-shadow:0 35px 70px #00000059;transform:var(--hover-lift) rotateY(5deg)}.report-preview:before{background:var(--primary-gradient);border-radius:25px 25px 0 0;content:"";height:5px;left:0;position:absolute;top:0;width:100%}.preview-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.preview-title{color:var(--cv-heading-color);font-size:1.3rem;font-weight:700;text-shadow:var(--text-shadow)}.live-badge{align-items:center;background:var(--success-gradient)!important;border:none;border-radius:25px;box-shadow:0 4px 15px #4facfe66;color:#fff;display:flex;font-size:.8rem;font-weight:600;padding:.6rem 1.2rem}.pulse-dot{animation:pulse 2s infinite;background:#fff;border-radius:50%;height:8px;margin-right:.5rem;width:8px}.preview-content{display:flex;flex-direction:column;gap:1.5rem}.preview-section{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-image:var(--success-gradient) 1;border-left:4px solid;border-radius:15px;display:flex;padding:1.5rem;transition:all .3s ease}.preview-section:hover{background:#ffffff26;transform:translateX(10px)}.section-icon{-webkit-backdrop-filter:var(--backdrop-blur);backdrop-filter:var(--backdrop-blur);background:var(--glass-bg);border-radius:12px;color:var(--cv-text-color);font-size:1.3rem;margin-right:1.5rem;padding:.8rem}.section-info{flex:1 1}.section-title{font-size:1.05rem;font-weight:700;margin-bottom:.3rem}.section-status{color:var(--cv-muted-color);font-size:.9rem}.ai-insight{align-items:flex-start;-webkit-backdrop-filter:var(--backdrop-blur);backdrop-filter:var(--backdrop-blur);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:18px;display:flex;margin-top:1rem;overflow:hidden;padding:2rem;position:relative}.ai-insight:before{background:var(--warning-gradient);content:"";height:3px;left:0;position:absolute;top:0;width:100%}.ai-icon{animation:float 4s ease-in-out infinite;color:var(--cv-accent-color);font-size:1.4rem;margin-right:1.5rem;margin-top:.2rem}.ai-text{color:var(--cv-text-color);font-size:.95rem;line-height:1.6;text-shadow:0 1px 5px #0003}.section-base{padding:100px 0}.section-base,.vin-check-section{overflow:hidden;position:relative}.vin-check-section{background:var(--primary-gradient);color:var(--cv-text-color)}[data-theme=dark] .vin-check-section{background:linear-gradient(135deg,#0f0f23,#16213e)}[data-theme=light] .benefits-section,[data-theme=light] .data-sources-section,[data-theme=light] .faq-section,[data-theme=light] .features-section,[data-theme=light] .final-cta-section,[data-theme=light] .report-contents-section,[data-theme=light] .vin-check-section{background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}[data-theme=light] .benefits-section:before,[data-theme=light] .data-sources-section:before,[data-theme=light] .faq-section:before,[data-theme=light] .features-section:before,[data-theme=light] .report-contents-section:before,[data-theme=light] .vin-check-section:before{background:radial-gradient(circle at 20% 50%,#f1f5f966 0,#0000 50%),radial-gradient(circle at 80% 20%,#3b82f626 0,#0000 50%),radial-gradient(circle at 40% 80%,#10b9811f 0,#0000 50%)}.vin-check-section:before{animation:morphing 15s ease-in-out infinite;background:radial-gradient(circle at 20% 50%,#7877c633 0,#0000 50%),radial-gradient(circle at 80% 20%,#ff77c633 0,#0000 50%),radial-gradient(circle at 40% 80%,#78c8ff33 0,#0000 50%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.vin-check-section .section-title{-webkit-text-fill-color:#0000;animation:gradientShift 4s ease-in-out infinite,pulseGlow 3s ease-in-out infinite;background:linear-gradient(45deg,#667eea,#764ba2 25%,#f093fb 50%,#f5576c 75%,#4facfe);-webkit-background-clip:text;background-clip:text;background-size:400% 400%;font-size:2.8rem;font-weight:900;line-height:1.1;margin-bottom:2rem;position:relative;text-shadow:none;z-index:2}.vin-check-section .section-title:before{animation:gradientShift 4s ease-in-out infinite;background:linear-gradient(45deg,#667eea4d,#764ba24d,#f093fb4d,#f5576c4d);background-size:400% 400%;border-radius:20px;bottom:-10px;content:"";filter:blur(20px);left:-10px;position:absolute;right:-10px;top:-10px;z-index:-1}.vin-check-section .section-title:after{animation:shimmer 2s ease-in-out infinite;background:linear-gradient(90deg,#0000,#667eea 25%,#f093fb 50%,#4facfe 75%,#0000);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80%}.vin-check-section .section-subtitle{animation:fadeInUp .8s ease-out .3s both;color:var(--cv-text-color);font-size:1.3rem;font-weight:500;margin:0 auto 3rem;max-width:600px;opacity:.9;position:relative;text-shadow:0 2px 10px #0000004d;z-index:2}.features-section{background:var(--primary-gradient);color:var(--cv-text-color);overflow:hidden;position:relative}[data-theme=dark] .features-section{background:linear-gradient(135deg,#0f0f23,#16213e)}.features-section:before{animation:morphing 20s ease-in-out infinite reverse;background:radial-gradient(circle at 30% 40%,#7877c633 0,#0000 50%),radial-gradient(circle at 70% 60%,#ff77c633 0,#0000 50%),radial-gradient(circle at 50% 20%,#78c8ff33 0,#0000 50%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.report-contents-section{background:var(--primary-gradient);color:var(--cv-text-color);overflow:hidden;position:relative}[data-theme=dark] .report-contents-section{background:linear-gradient(135deg,#0f0f23,#16213e)}.report-contents-section:before{animation:morphing 18s ease-in-out infinite;background:radial-gradient(circle at 15% 30%,#7877c633 0,#0000 50%),radial-gradient(circle at 85% 70%,#ff77c633 0,#0000 50%),radial-gradient(circle at 60% 10%,#78c8ff33 0,#0000 50%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.data-sources-section{background:var(--primary-gradient);color:var(--cv-text-color);overflow:hidden;position:relative}[data-theme=dark] .data-sources-section{background:linear-gradient(135deg,#0f0f23,#16213e)}.data-sources-section:before{animation:morphing 22s ease-in-out infinite;background:radial-gradient(circle at 25% 60%,#7877c633 0,#0000 50%),radial-gradient(circle at 75% 30%,#ff77c633 0,#0000 50%),radial-gradient(circle at 50% 80%,#78c8ff33 0,#0000 50%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.benefits-section{background:var(--primary-gradient);color:var(--cv-text-color);overflow:hidden;position:relative}[data-theme=dark] .benefits-section{background:linear-gradient(135deg,#0f0f23,#16213e)}.benefits-section:before{animation:morphing 25s ease-in-out infinite reverse;background:radial-gradient(circle at 35% 20%,#7877c633 0,#0000 50%),radial-gradient(circle at 65% 70%,#ff77c633 0,#0000 50%),radial-gradient(circle at 20% 80%,#78c8ff33 0,#0000 50%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.faq-section{background:var(--primary-gradient);color:var(--cv-text-color);overflow:hidden;position:relative}[data-theme=dark] .faq-section{background:linear-gradient(135deg,#0f0f23,#16213e)}.faq-section:before{animation:morphing 16s ease-in-out infinite;background:radial-gradient(circle at 40% 30%,#7877c633 0,#0000 50%),radial-gradient(circle at 60% 70%,#ff77c633 0,#0000 50%),radial-gradient(circle at 80% 50%,#78c8ff33 0,#0000 50%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.final-cta-section{background:var(--primary-gradient);color:var(--cv-text-color);overflow:hidden;position:relative}.final-cta-section:before{animation:morphing 20s ease-in-out infinite;background:radial-gradient(circle at 50% 30%,#7877c633 0,#0000 50%),radial-gradient(circle at 30% 70%,#ff77c633 0,#0000 50%),radial-gradient(circle at 70% 50%,#78c8ff33 0,#0000 50%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.section-header{margin-bottom:4rem;position:relative;text-align:center}.section-title{color:var(--cv-heading-color);display:inline-block;font-size:2.2rem;font-weight:800;margin-bottom:1.5rem;position:relative}.section-title:after{background:var(--primary-gradient);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.benefits-section .section-title:after,.data-sources-section .section-title:after,.features-section .section-title:after,.final-cta-section .section-title:after{background:#fffc}.section-subtitle{color:var(--cv-paragraph-color);font-size:1.15rem;line-height:1.7;margin:0 auto;max-width:700px;opacity:.9}.feature-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:20px;box-shadow:0 8px 32px var(--shadow-light);height:100%;overflow:hidden;padding:1.5rem 1rem;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.feature-card:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:all .6s ease;width:100%}.feature-card:hover:before{left:100%}.feature-card:hover{box-shadow:var(--cv-card-shadow);transform:var(--hover-lift) rotateY(5deg)}.feature-icon{color:var(--cv-accent-color);font-size:3.2rem;margin-bottom:2rem;text-shadow:0 4px 15px #0000004d;transition:all .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1) rotateY(180deg)}.feature-title{color:var(--cv-heading-color);font-size:1.1rem;font-weight:700;margin-bottom:1rem;text-shadow:none}[data-theme=dark] .feature-title{color:var(--cv-heading-color);text-shadow:var(--text-shadow)}.feature-description{color:var(--cv-paragraph-color);line-height:1.6;margin:0}.benefit-title{color:var(--cv-heading-color);font-size:1.6rem;font-weight:800;margin-bottom:1.5rem;text-shadow:none}.benefit-description{color:var(--cv-paragraph-color);font-size:1.1rem;line-height:1.7;margin:0}.report-item{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--border-radius);box-shadow:0 8px 32px var(--shadow-light);height:100%;padding:2rem 1.5rem;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.report-item:hover{transform:var(--hover-lift)}.report-icon{align-items:center;background:var(--cv-card-bg);border-radius:18px;box-shadow:var(--cv-card-shadow);color:var(--cv-accent-color);display:flex;font-size:1.8rem;height:70px;justify-content:center;margin:0 auto 1.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);width:70px}.report-icon:before{background:var(--primary-gradient);border-radius:18px;content:"";inset:-3px;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:xor;-webkit-mask-composite:xor;padding:3px;position:absolute}.report-item:hover .report-icon{transform:rotateY(1turn) scale(1.1)}.report-title{color:var(--cv-heading-color);font-size:1.1rem;font-weight:700;margin-bottom:.8rem}.report-description{color:var(--cv-paragraph-color);line-height:1.7;margin:0}.data-source-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--border-radius);box-shadow:0 8px 32px var(--shadow-light);display:flex;flex-direction:column;height:100%;justify-content:space-between;overflow:hidden;padding:1.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.data-source-card:before{background:var(--warning-gradient);content:"";height:3px;left:0;position:absolute;top:0;width:100%}.data-source-card:hover{box-shadow:var(--cv-card-shadow);transform:var(--hover-lift) scale(1.02)}.source-name{color:var(--cv-heading-color);font-size:1.15rem;font-weight:800;margin-bottom:.8rem}.source-description{color:var(--cv-paragraph-color);font-size:.95rem;line-height:1.6;margin:0 0 1.5rem}.source-type{align-self:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:20px;color:var(--cv-text-color);font-size:.75rem;font-weight:600;padding:.4rem 1rem}.benefit-item{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--border-radius);box-shadow:0 8px 32px var(--shadow-light);padding:2rem 1.5rem;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.benefit-item:hover{transform:var(--hover-lift)}.benefit-icon{color:var(--cv-accent-color);font-size:3rem;margin-bottom:1.5rem;text-shadow:none;transition:all .4s ease}.benefit-item:hover .benefit-icon{transform:scale(1.1) rotate(10deg)}.faq-accordion .accordion-item{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--border-radius);box-shadow:0 8px 32px var(--shadow-light);margin-bottom:1.5rem;overflow:hidden;transition:all .3s ease}.faq-accordion .accordion-item:hover{box-shadow:0 15px 40px #00000026;transform:var(--hover-lift)}.faq-accordion .accordion-header button{background:#0000;border:none;border-radius:var(--border-radius);box-shadow:none;color:var(--cv-heading-color);font-size:1.05rem;font-weight:700;padding:1.5rem 2rem;transition:all .3s ease}[data-theme=dark] .faq-accordion .accordion-header button{color:#f8f9fa}.faq-accordion .accordion-header button:not(.collapsed){background:var(--primary-gradient);color:#fff}.faq-accordion .accordion-body{background:#0000;color:var(--cv-paragraph-color);font-size:.95rem;line-height:1.7;padding:0 2rem 2rem}[data-theme=dark] .faq-accordion .accordion-body{color:#adb5bd}.cta-content{margin:0 auto;max-width:900px;position:relative;z-index:2}.cta-title{font-size:3rem;font-weight:900;margin-bottom:2rem;text-shadow:0 4px 20px #0000004d}.cta-description{font-size:1.2rem;line-height:1.7;margin-bottom:4rem;opacity:.95}.cta-features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:4rem}.cta-feature{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--border-radius);box-shadow:0 8px 32px var(--shadow-light);display:flex;flex-direction:column;gap:1rem;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.cta-feature:hover{background:var(--glass-bg);border-color:var(--glass-border);box-shadow:0 15px 45px var(--shadow-light);transform:var(--hover-lift)}.cta-feature .feature-icon{font-size:2.2rem;margin-bottom:.5rem;transition:all .3s ease}.cta-feature:hover .feature-icon{transform:scale(1.2) rotateY(180deg)}.final-cta-button{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--glass-bg);border:2px solid var(--glass-border);border-radius:50px;box-shadow:0 15px 35px #0000004d;color:var(--cv-text-color);cursor:pointer;display:inline-flex;font-size:1.25rem;font-weight:800;overflow:hidden;padding:1.5rem 4rem;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.final-cta-button:before{background:#fff3;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .6s ease;width:0}.final-cta-button:hover:before{height:400px;width:400px}.final-cta-button:hover{border-color:#fff9;box-shadow:0 25px 50px #0006;color:var(--cv-text-color);text-decoration:none;transform:var(--hover-lift) scale(1.05)}.cta-note{font-size:.95rem;margin-bottom:0;margin-top:2.5rem;opacity:.9}@media (max-width:768px){.clearvin-page:after,.clearvin-page:before{display:none}.hero-section{min-height:auto;padding:80px 0 60px}.hero-section:before{opacity:.3}.hero-title{font-size:1.9rem;line-height:1.2}.hero-subtitle{font-size:1.1rem;margin-bottom:2.5rem}.hero-stats{gap:1.2rem;grid-template-columns:1fr;margin-bottom:2.5rem}.vin-check-section .section-title{font-size:2.1rem;margin-bottom:1.5rem}.vin-check-section .section-title:before{bottom:-5px;filter:blur(15px);left:-5px;right:-5px;top:-5px}.vin-check-section .section-subtitle{font-size:1.1rem;margin-bottom:2rem}.stat-item{padding:1.5rem}.stat-icon{height:45px;margin-right:1rem;width:45px}.stat-icon,.stat-number{font-size:1.1rem}.hero-actions{align-items:stretch;flex-direction:column;gap:1rem}.hero-actions .btn,.hero-actions button{font-size:.9rem;padding:.75rem 1.5rem}.stat-label{font-size:.8rem}.primary-cta-button,.secondary-cta-button{justify-content:center;padding:1.2rem 2rem;width:100%}.report-preview{border-radius:var(--border-radius);margin-top:3rem;padding:2rem}.preview-header{flex-direction:column;gap:1rem;text-align:center}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.section-base{padding:80px 0}.cta-title{font-size:2.2rem}.cta-description{font-size:1.1rem}.cta-features{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.final-cta-button{font-size:1.1rem;padding:1.3rem 2rem;width:100%}.feature-icon{font-size:2.8rem}.benefit-icon{font-size:3.2rem}.report-icon{font-size:1.8rem;height:70px;width:70px}.benefit-item,.data-source-card,.feature-card,.report-item{padding:1.2rem 1rem}}@media (max-width:480px){.hero-title{font-size:1.9rem}.section-title{font-size:1.7rem}.benefit-item,.data-source-card,.feature-card,.report-item{border-radius:16px;padding:1rem .75rem}.feature-icon{font-size:1.2rem;height:45px;margin-bottom:.75rem;width:45px}.feature-title{font-size:1rem;margin-bottom:.5rem}.feature-description{font-size:.8rem}.cta-features{grid-template-columns:1fr}.stat-item{padding:1.2rem}}@media (max-width:768px){.data-sources-grid,.features-grid{gap:1rem}.section-header{margin-bottom:2rem}.data-source-card h3,.feature-card h3{font-size:1.1rem;margin-bottom:.5rem}.data-source-card p,.feature-card p{font-size:.9rem;line-height:1.4}}.benefit-item,.clearvin-page,.data-source-card,.feature-card,.report-item,.stat-item{will-change:transform}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.float,.glow,.morphing{animation:none!important}}.final-cta-button:focus,.primary-cta-button:focus,.secondary-cta-button:focus,button:focus{outline:3px solid #667eea;outline-offset:2px}@media (prefers-contrast:high){.data-source-card,.feature-card,.hero-section,.report-item{background:#000!important;color:#fff!important}.data-source-card,.feature-card,.report-item{border:2px solid #fff!important}}.benefit-item,.data-source-card,.faq-item,.feature-card,.report-item,.report-preview{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;box-shadow:0 8px 32px #0000001a,inset 0 1px 0 #fff3;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero-badge{background:var(--glass-bg)!important;border-color:var(--glass-border)!important;color:var(--cv-text-color)!important}[data-theme=dark] .benefit-item,[data-theme=dark] .data-source-card,[data-theme=dark] .faq-item,[data-theme=dark] .feature-card,[data-theme=dark] .report-item,[data-theme=dark] .report-preview{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:var(--glass-bg);border:1px solid var(--glass-border);box-shadow:0 8px 32px #0003,inset 0 1px 0 #ffffff1a}[data-theme=dark] .hero-badge{background:var(--glass-bg)!important;border-color:var(--glass-border)!important;color:var(--cv-text-color)!important}.feature-card:first-child{animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-card:nth-child(5){animation-delay:.5s}.feature-card:nth-child(6){animation-delay:.6s}.report-item:first-child{animation-delay:.1s}.report-item:nth-child(2){animation-delay:.2s}.report-item:nth-child(3){animation-delay:.3s}.report-item:nth-child(4){animation-delay:.4s}.report-item:nth-child(5){animation-delay:.5s}.report-item:nth-child(6){animation-delay:.6s}@media (prefers-reduced-motion:no-preference){.benefit-item,.data-source-card,.feature-card,.report-item{animation:slideInUp .6s ease-out forwards;opacity:0;transform:translateY(30px)}}
/*# sourceMappingURL=clearvin.ec14bf5f.chunk.css.map*/