.navbar{position:fixed;top:0;width:100%;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1.5rem 8%;display:flex;justify-content:space-between;align-items:center;z-index:1000;border-bottom:1px solid rgba(0,0,0,.08)}.logo{font-size:1.8rem;font-weight:700;color:#0f172a;letter-spacing:-.5px;text-decoration:none;display:flex;align-items:center;gap:.5rem}.nav-links{display:flex;gap:2.5rem;list-style:none;align-items:center}.nav-item{position:relative}.nav-links a,.nav-item>span{text-decoration:none;color:#475569;font-weight:500;font-size:.95rem;letter-spacing:.2px;transition:color .3s;cursor:pointer}.nav-links a:hover,.nav-item:hover>span{color:#0f172a}.dropdown{position:absolute;top:100%;left:0;background:#fff;border-radius:8px;box-shadow:0 8px 24px #0f172a26;padding:.8rem 0;min-width:180px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s;margin-top:1rem;border:1px solid #e2e8f0}.dropdown.active{opacity:1;visibility:visible;transform:translateY(0)}.dropdown a{display:block;padding:.7rem 1.5rem;color:#475569;text-decoration:none;font-size:.9rem;transition:all .2s}.dropdown a:hover{background:#f8fafc;color:#0f172a}.phone-link{display:flex;align-items:center;gap:.5rem;color:#0f172a;font-weight:600;text-decoration:none;transition:color .3s}.phone-link:hover{color:#f59e0b}.cta-nav{background:#0f172a;color:#fff;padding:.75rem 1.8rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s}.cta-nav:hover{background:#1e293b;transform:translateY(-1px);box-shadow:0 8px 20px #0f172a33}@media (max-width: 968px){.nav-links .nav-item{display:none}.phone-link{font-size:.85rem}}@media (max-width: 768px){.navbar{padding:1.2rem 5%}.nav-links{display:none}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:10rem 8% 6rem;background:linear-gradient(to bottom,#fff,#f8fafc);overflow:hidden}.ox-background{position:absolute;right:5%;top:50%;transform:translateY(-50%);width:40%;height:70%;opacity:.15;z-index:1}.ox-watermark{width:100%;height:100%;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 400"><defs><linearGradient id="oxGrad" x1="0%25" y1="0%25" x2="100%25" y2="100%25"><stop offset="0%25" style="stop-color:%230f172a;stop-opacity:1" /><stop offset="100%25" style="stop-color:%231e293b;stop-opacity:0.8" /></linearGradient></defs><path d="M150,180 Q150,120 200,110 L300,110 Q350,120 350,180 L350,250 Q350,290 310,300 L190,300 Q150,290 150,250 Z" fill="url(%23oxGrad)" opacity="0.9"/><ellipse cx="200" cy="150" rx="18" ry="22" fill="%230f172a"/><ellipse cx="300" cy="150" rx="18" ry="22" fill="%230f172a"/><path d="M220,200 Q250,215 280,200" stroke="%230f172a" stroke-width="4" fill="none" stroke-linecap="round"/><path d="M120,190 Q110,180 100,185 M380,190 Q390,180 400,185" stroke="%230f172a" stroke-width="8" fill="none" stroke-linecap="round"/><path d="M140,270 L130,310 M360,270 L370,310" stroke="%230f172a" stroke-width="10" fill="none" stroke-linecap="round"/><path d="M180,130 Q185,125 190,128 M210,130 Q205,125 200,128 M280,130 Q285,125 290,128 M310,130 Q305,125 300,128" stroke="%230f172a" stroke-width="3" fill="none" stroke-linecap="round"/></svg>');background-size:contain;background-repeat:no-repeat;background-position:center;filter:drop-shadow(0 10px 40px rgba(15,23,42,.1))}.hero:before{content:"";position:absolute;top:20%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(15,23,42,.03) 0%,transparent 70%);border-radius:50%}.hero:after{content:"";position:absolute;bottom:10%;right:5%;width:400px;height:400px;background:radial-gradient(circle,rgba(15,23,42,.02) 0%,transparent 70%);border-radius:50%}.hero-content{position:relative;z-index:10;max-width:1100px;width:100%}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#0f172a0d;color:#0f172a;padding:.6rem 1.4rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:2.5rem;letter-spacing:.3px;border:1px solid rgba(15,23,42,.08);animation:fadeInDown .8s ease-out}h1{font-family:Playfair Display,serif;font-size:5.5rem;font-weight:900;color:#0f172a;margin-bottom:1.5rem;line-height:1.05;letter-spacing:-2px;animation:fadeInUp .8s ease-out .2s both}.tagline{font-family:Playfair Display,serif;font-size:2.2rem;color:#0f172a;font-weight:700;margin-bottom:1rem;letter-spacing:-.5px;animation:fadeInUp .8s ease-out .4s both}.tagline-emphasis{background:linear-gradient(135deg,#d97706,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtagline{font-size:1.15rem;color:#64748b;font-weight:500;margin-bottom:3rem;letter-spacing:.2px;animation:fadeInUp .8s ease-out .6s both}.description{font-size:1.2rem;color:#475569;line-height:1.8;max-width:650px;margin-bottom:3.5rem;font-weight:400;animation:fadeInUp .8s ease-out .8s both}.cta-buttons{display:flex;gap:1.2rem;flex-wrap:wrap;animation:fadeInUp .8s ease-out 1s both}.btn{padding:1.1rem 2.2rem;font-size:1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s;cursor:pointer;border:none;display:inline-flex;align-items:center;gap:.6rem;letter-spacing:.2px}.btn-primary{background:#0f172a;color:#fff;box-shadow:0 4px 16px #0f172a33}.btn-primary:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 8px 24px #0f172a4d}.btn-secondary{background:#fff;color:#0f172a;border:2px solid #e2e8f0;box-shadow:0 2px 8px #0f172a0d}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 8px 20px #0f172a1a}.btn-large{padding:1.3rem 2.8rem;font-size:1.1rem}.trust-bar{display:flex;align-items:center;gap:3rem;margin-top:4rem;padding-top:3rem;border-top:1px solid #e2e8f0;animation:fadeInUp .8s ease-out 1.2s both}.trust-item{display:flex;flex-direction:column;gap:.3rem}.trust-number{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:#0f172a}.trust-label{font-size:.85rem;color:#64748b;font-weight:500;letter-spacing:.3px}.features{padding:6rem 8%;background:#fff}.features-header{text-align:center;margin-bottom:4rem}.features-header h2{font-family:Playfair Display,serif;font-size:3rem;font-weight:700;color:#0f172a;margin-bottom:1rem;letter-spacing:-1px}.features-header p{font-size:1.15rem;color:#64748b}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;max-width:1100px;margin:0 auto}.feature-card{padding:2.5rem 2rem;border-radius:12px;transition:all .3s;background:#f8fafc;border:1px solid #e2e8f0}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0f172a14;border-color:#cbd5e1}.feature-icon{font-size:2.5rem;margin-bottom:1.2rem;display:block}.feature-card h3{font-size:1.3rem;color:#0f172a;margin-bottom:.8rem;font-weight:700;letter-spacing:-.3px}.feature-card p{color:#64748b;line-height:1.7;font-size:.95rem}.how-it-works{padding:6rem 8%;background:linear-gradient(to bottom,#f8fafc,#fff)}.how-header{text-align:center;margin-bottom:4rem}.how-header h2{font-family:Playfair Display,serif;font-size:3rem;font-weight:700;color:#0f172a;margin-bottom:1rem;letter-spacing:-1px}.how-header p{font-size:1.15rem;color:#64748b}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;max-width:1100px;margin:0 auto 3rem}.step-card{text-align:center;padding:2rem}.step-number{width:70px;height:70px;background:#0f172a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1.5rem;font-family:Playfair Display,serif}.step-card h3{font-size:1.5rem;color:#0f172a;margin-bottom:1rem;font-weight:700}.step-card p{color:#64748b;line-height:1.7;font-size:1rem}.cta-center{text-align:center;margin-top:3rem}.footer{background:#0f172a;color:#fff;padding:4rem 8% 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;max-width:1100px;margin:0 auto 3rem}.footer-section h4{font-size:1.5rem;margin-bottom:1rem}.footer-logo{font-family:Playfair Display,serif;font-weight:700}.footer-section h5{font-size:1.1rem;margin-bottom:1rem;font-weight:600}.footer-section p{color:#94a3b8;line-height:1.6}.footer-section a{display:block;color:#94a3b8;text-decoration:none;margin-bottom:.7rem;transition:color .3s}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#94a3b8}@media (max-width: 968px){h1{font-size:3.5rem}.tagline{font-size:1.6rem}.description{font-size:1.1rem}.trust-bar{gap:2rem;flex-wrap:wrap}}@media (max-width: 768px){.hero{padding:8rem 5% 4rem}h1{font-size:2.8rem}.ox-background{width:60%;opacity:.12}.features,.how-it-works{padding:4rem 5%}.footer{padding:3rem 5% 2rem}}.quote-flow{min-height:100vh;background:linear-gradient(to bottom,#f8fafc,#fff)}.quote-container{max-width:1100px;margin:0 auto;padding:8rem 1rem 4rem 2rem}.quote-header{text-align:center;margin-bottom:3rem}.quote-header h1{font-family:Playfair Display,serif;font-size:3rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;letter-spacing:-1px}.quote-header p{font-size:1.1rem;color:#64748b}.quote-layout{display:flex;gap:2rem;align-items:flex-start}.progress-bar{display:flex;flex-direction:row;gap:1.5rem;position:relative}.progress-line{position:relative;width:3px;min-height:420px;background:#e2e8f0;border-radius:3px}.progress-fill{width:100%;background:#0f172a;transition:height .5s ease;border-radius:3px}.progress-steps{display:flex;flex-direction:column;justify-content:space-between;min-height:420px;position:relative}.progress-step{display:flex;flex-direction:row;align-items:center;gap:1rem}.step-circle{width:50px;height:50px;min-width:50px;border-radius:50%;background:#fff;border:3px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-weight:700;color:#94a3b8;transition:all .3s;position:relative;z-index:2}.progress-step.active .step-circle{background:#0f172a;border-color:#0f172a;color:#fff}.step-label{font-size:.95rem;color:#94a3b8;font-weight:500;white-space:nowrap}.progress-step.active .step-label{color:#0f172a;font-weight:600}.quote-content{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 4px 24px #0f172a14;border:1px solid #e2e8f0;flex:1}.step-content{margin-bottom:2rem}.step-content h2{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:2rem;text-align:center}.method-cards{display:flex;flex-direction:column;gap:1.2rem;margin-top:2rem}.method-card{padding:1.5rem 2rem;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .3s;background:#fff;display:flex;flex-direction:row;align-items:center;gap:1.5rem}.method-card:hover{border-color:#0f172a;transform:translate(4px);box-shadow:0 4px 16px #0f172a1f}.card-icon{font-size:2.5rem;min-width:50px;text-align:center}.method-card-content{flex:1}.method-card h3{font-size:1.2rem;color:#0f172a;margin-bottom:.3rem;font-weight:700}.method-card p{color:#64748b;font-size:.85rem;line-height:1.4;margin:0}.method-card .btn{display:none}.back-to-options{margin-bottom:2rem}.upload-area{margin-top:2rem}.upload-label{display:block;padding:4rem 2rem;border:2px dashed #cbd5e1;border-radius:12px;text-align:center;cursor:pointer;transition:all .3s;background:#f8fafc}.upload-label:hover{border-color:#0f172a;background:#fff}.upload-icon{font-size:4rem;display:block;margin-bottom:1rem}.upload-text{font-size:1.1rem;color:#0f172a;font-weight:600;margin-bottom:.5rem}.upload-subtext{color:#64748b;font-size:.9rem}.uploading{padding:2rem}.spinner{width:50px;height:50px;border:4px solid #e2e8f0;border-top-color:#0f172a;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.uploading p{color:#64748b;font-weight:500}.provider-selection{margin-top:2rem}.provider-selection h3{font-size:1.3rem;color:#0f172a;margin-bottom:1.5rem;text-align:center;font-weight:700}.provider-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.provider-btn{padding:1.5rem 1rem;border:2px solid #e2e8f0;border-radius:8px;background:#fff;color:#0f172a;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s}.provider-btn:hover{border-color:#0f172a;background:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 12px #0f172a1a}.provider-note{text-align:center;color:#64748b;font-size:.9rem;font-style:italic}.manual-start{text-align:center;margin-top:2rem;padding:2rem}.manual-description{font-size:1.1rem;color:#475569;line-height:1.7;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.vertical-questions{margin-top:2rem;padding:0 1rem}.question-back-btn{margin-bottom:2rem;display:inline-flex;align-items:center;gap:.5rem;position:sticky;top:100px;z-index:100;background:#fff;padding:.75rem 1.5rem;border-radius:8px;box-shadow:0 2px 8px #0f172a1a}.question-container{margin-bottom:3rem;padding:2rem;border-radius:12px;transition:all .5s ease;position:relative}.question-answered{opacity:.4;transform:translateY(-10px);pointer-events:none}.question-active{opacity:1;transform:translateY(0);background:#f8fafc;border:2px solid #0f172a;box-shadow:0 4px 20px #0f172a1a}.question-upcoming{opacity:.2;transform:translateY(10px);pointer-events:none}.question-label{font-size:1.4rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem;font-family:Playfair Display,serif}.question-options{display:flex;flex-direction:column;gap:1rem}.option-btn{padding:1.2rem 1.5rem;border:2px solid #e2e8f0;border-radius:8px;background:#fff;color:#0f172a;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s;text-align:left}.option-btn:hover:not(:disabled){border-color:#0f172a;background:#f8fafc;transform:translate(4px)}.option-btn.selected{background:#0f172a;color:#fff;border-color:#0f172a}.option-btn:disabled{cursor:not-allowed;opacity:.5}.question-input{width:100%;padding:1.2rem 1.5rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s;background:#fff;color:#0f172a}.question-input:focus{outline:none;border-color:#0f172a;box-shadow:0 0 0 3px #0f172a1a}.question-input:disabled{cursor:not-allowed;opacity:.5;background:#f8fafc}.question-checkmark{position:absolute;top:2rem;right:2rem;font-size:2rem;color:#22c55e;animation:checkmarkPop .3s ease}@keyframes checkmarkPop{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.validation-error{margin-top:.5rem;color:#dc2626;font-size:.9rem;font-weight:500}.proceed-action{margin-top:3rem;text-align:center;animation:fadeIn .5s ease}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:.9rem;font-weight:600;color:#0f172a}.form-group input,.form-group select{padding:.9rem 1.2rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s;background:#fff;color:#0f172a}.form-group input:focus,.form-group select:focus{outline:none;border-color:#0f172a;box-shadow:0 0 0 3px #0f172a1a}.form-group input::placeholder{color:#94a3b8}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:3rem;padding-top:2rem;border-top:1px solid #e2e8f0}@media (max-width: 1200px){.provider-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 968px){.quote-layout{flex-direction:column;gap:2rem}.progress-bar{flex-direction:column;gap:1rem}.progress-line{width:100%;height:3px;min-height:3px}.progress-fill{width:100%;height:100%;transition:width .5s ease}.progress-steps{flex-direction:row;justify-content:space-between;min-height:auto;width:100%}.progress-step{flex-direction:column;gap:.5rem}.provider-grid{grid-template-columns:repeat(2,1fr)}}.btn-glimmer{animation:glimmer 2s ease-in-out infinite;box-shadow:0 4px 20px #0f172a4d}@keyframes glimmer{0%,to{box-shadow:0 4px 20px #0f172a4d;transform:scale(1)}50%{box-shadow:0 8px 30px #0f172a80;transform:scale(1.02)}}@media (max-width: 768px){.quote-container{padding:7rem 1.5rem 3rem}.quote-content{padding:2rem 1.5rem}.quote-header h1{font-size:2rem}.step-content h2{font-size:1.5rem}.form-grid{grid-template-columns:1fr}.step-circle{width:40px;height:40px;min-width:40px;font-size:.9rem}.step-label{font-size:.75rem}.provider-grid{grid-template-columns:1fr}.method-card{flex-direction:column;text-align:center;gap:1rem}.card-icon{min-width:auto}}.compare-quotes{min-height:100vh;background:#f8fafc}.compare-container{max-width:1200px;margin:0 auto;padding:8rem 2rem 4rem}.compare-header{text-align:center;margin-bottom:2rem}.compare-header h1{font-family:Playfair Display,serif;font-size:3rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;letter-spacing:-1px}.compare-header p{font-size:1.1rem;color:#64748b}.info-banner{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;background:#fff;padding:2rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 2px 12px #0f172a0d;border:1px solid #e2e8f0}.info-item{display:flex;align-items:center;gap:1rem}.info-icon{font-size:2rem}.info-label{font-size:.8rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:1rem;color:#0f172a;font-weight:600}.filter-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px #0f172a0d;border:1px solid #e2e8f0}.results-count{font-size:1rem;color:#64748b}.results-count strong{color:#0f172a}.sort-controls{display:flex;align-items:center;gap:1rem}.sort-controls label{font-size:.9rem;color:#64748b;font-weight:500}.sort-controls select{padding:.6rem 1.2rem;border:2px solid #e2e8f0;border-radius:6px;font-size:.95rem;background:#fff;color:#0f172a;font-weight:500;cursor:pointer;transition:all .3s}.sort-controls select:focus{outline:none;border-color:#0f172a}.quotes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.quote-card{background:#fff;border-radius:16px;padding:2rem;border:2px solid #e2e8f0;transition:all .3s;position:relative;display:flex;flex-direction:column;box-shadow:0 2px 12px #0f172a0d}.quote-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0f172a1a;border-color:#cbd5e1}.quote-card.selected{border-color:#0f172a;background:#f8fafc;box-shadow:0 12px 32px #0f172a26}.quote-card.popular{border-color:#f59e0b}.popular-badge{position:absolute;top:-12px;right:20px;background:linear-gradient(135deg,#d97706,#f59e0b);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.quote-header-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.provider-info{display:flex;align-items:center;gap:.8rem}.provider-logo{font-size:2.5rem}.provider-info h3{font-size:1.4rem;color:#0f172a;font-weight:700}.rating{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.stars{font-size:.9rem;line-height:1}.rating-value{font-size:.85rem;color:#64748b;font-weight:600}.pricing{text-align:center;padding:1.5rem 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem}.premium-amount{display:flex;align-items:baseline;justify-content:center;gap:.3rem;margin-bottom:.5rem}.currency{font-size:1.5rem;font-weight:700;color:#0f172a}.amount{font-size:3rem;font-weight:700;color:#0f172a;line-height:1;font-family:Playfair Display,serif}.period{font-size:1rem;color:#64748b;font-weight:500}.annual-price{font-size:.9rem;color:#64748b;margin-bottom:.8rem}.savings-badge{display:inline-block;background:#dcfce7;color:#166534;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:700}.features-list{flex:1;margin-bottom:1.5rem}.feature-item{display:flex;align-items:flex-start;gap:.8rem;margin-bottom:.8rem;font-size:.9rem;color:#475569}.feature-item .check{color:#22c55e;font-weight:700;font-size:1.1rem}.quote-card .btn{width:100%;justify-content:center}.btn-selected{background:#22c55e;color:#fff;box-shadow:0 4px 16px #22c55e4d}.btn-selected:hover{background:#16a34a}.action-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -4px 24px #0f172a1a;padding:1.5rem 2rem;z-index:100;animation:slideUp .4s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.action-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.action-text h3{font-size:1.3rem;color:#0f172a;margin-bottom:.3rem;font-weight:700}.action-text p{color:#64748b;font-size:.9rem}.action-buttons{display:flex;gap:1rem}.help-section{background:#fff;padding:3rem;border-radius:16px;text-align:center;margin-top:3rem;border:1px solid #e2e8f0;box-shadow:0 2px 12px #0f172a0d}.help-section h3{font-family:Playfair Display,serif;font-size:2rem;color:#0f172a;margin-bottom:.8rem;font-weight:700}.help-section p{color:#64748b;font-size:1.1rem;margin-bottom:2rem}.help-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 968px){.compare-container{padding:7rem 1.5rem 3rem}.compare-header h1{font-size:2rem}.info-banner{grid-template-columns:1fr;gap:1rem}.filter-bar{flex-direction:column;gap:1rem;align-items:flex-start}.quotes-grid{grid-template-columns:1fr}.action-content{flex-direction:column;text-align:center}.action-buttons{flex-direction:column;width:100%}.action-buttons .btn{width:100%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards}.animate-fade-in-down{animation:fadeInDown .8s ease-out forwards}.animate-fade-in{animation:fadeIn .6s ease-out forwards}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}button,input,select,textarea{font-family:inherit}
