*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;font-family:inherit;line-height:inherit;color:inherit;overflow-x:hidden}#root{width:100%;min-height:100vh;margin:0;overflow-x:hidden}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2}h1{font-size:3.2em}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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}@media (max-width: 768px){input,select,textarea{font-size:16px;transform:scale(1)}button,.btn{min-height:44px;padding:12px 16px}h1{font-size:1.75rem;line-height:1.2}h2{font-size:1.5rem;line-height:1.3}h3{font-size:1.25rem;line-height:1.3}img{max-width:100%;height:auto}}@media (max-width: 480px){h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.1rem}button,.btn{min-height:48px;padding:14px 18px}}.header{background:linear-gradient(135deg,#f0f9ff,#e0f2fe,#bae6fd);box-shadow:0 2px 10px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem}.logo-image{width:40px;height:40px;border-radius:50%}.logo h1{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.nav{display:flex;gap:2rem;align-items:center}.nav a{text-decoration:none;color:#1e293b;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:all .3s ease}.nav a:hover{color:#0ea5e9;background:#0ea5e91a}.nav-cta{background:linear-gradient(135deg,#0284c7,#0ea5e9)!important;color:#fff!important;padding:.75rem 1.5rem!important;border-radius:2rem!important;font-weight:600!important;box-shadow:0 4px 15px #0284c74d;transition:all .3s ease}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0284c766;background:linear-gradient(135deg,#0369a1,#0284c7)!important}.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:4px}.mobile-menu-toggle span{width:25px;height:3px;background:#374151;border-radius:2px;transition:all .3s ease}@media (max-width: 768px){.header{position:relative;box-shadow:0 2px 4px #0000001a}.header[data-quote-flow=true]{display:none}.header-container{padding:0 1rem;flex-direction:column;gap:1rem}.logo{justify-content:center}.mobile-menu-toggle{display:none}.nav{display:flex;flex-direction:row;gap:.5rem;align-items:center;justify-content:center;flex-wrap:wrap;width:100%;position:static;background:transparent;padding:0;box-shadow:none;transform:none;opacity:1;visibility:visible;transition:none}.nav a{padding:.5rem .75rem;border-radius:1.5rem;font-size:.875rem;text-align:center;white-space:nowrap;flex:0 0 auto}.nav-cta{margin:0;padding:.5rem 1rem!important;font-size:.875rem!important;min-width:auto!important}}@media (max-width: 480px){.header-container{gap:.75rem}.nav{gap:.25rem}.nav a{padding:.375rem .5rem;font-size:.8rem}.nav-cta{padding:.375rem .75rem!important;font-size:.8rem!important}}.hero{background:linear-gradient(135deg,#f0f9ff,#e0f2fe,#bae6fd);padding:8rem 0 4rem;min-height:80vh;display:flex;align-items:center;position:relative;overflow:hidden;color:#111827}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><defs><pattern id="grain" width="100" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="0.5" fill="%23e0f2fe" opacity="0.3"/><circle cx="30" cy="5" r="0.3" fill="%23bfdbfe" opacity="0.4"/><circle cx="50" cy="15" r="0.4" fill="%23dbeafe" opacity="0.3"/><circle cx="70" cy="8" r="0.2" fill="%23e0f2fe" opacity="0.5"/><circle cx="90" cy="12" r="0.3" fill="%23bfdbfe" opacity="0.3"/></pattern></defs><rect width="100" height="20" fill="url(%23grain)"/></svg>');opacity:.6}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content{max-width:600px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#0ea5e91a;color:#111827;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;border:1px solid rgba(14,165,233,.2)}.star-icon{width:16px;height:16px;color:#fbbf24;fill:currentColor}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;color:#111827;margin-bottom:1.5rem}.highlight{color:#fbbf24}.hero-description{font-size:1.25rem;color:#374151;line-height:1.6;margin-bottom:2rem}.hero-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.feature{display:flex;align-items:center;gap:.75rem;font-weight:500;color:#111827}.hero .feature-icon{width:20px;height:20px;color:#111827}.hero-actions{display:flex;gap:1rem;margin-bottom:2rem}.cta-button{padding:1rem 2rem;border-radius:2rem;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;text-decoration:none}.cta-button.primary{background:linear-gradient(135deg,#0284c7,#0ea5e9);color:#fff;box-shadow:0 4px 15px #0284c74d}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0284c766}.cta-button.secondary{background:transparent;color:#111827;border:2px solid #0ea5e9}.cta-button.secondary:hover{border-color:#0284c7;background:#0ea5e91a}.arrow-icon{width:18px;height:18px;transition:transform .3s ease}.cta-button.primary:hover .arrow-icon{transform:translate(4px)}.hero-trust{text-align:left}.trust-badges{display:flex;gap:1rem}.hero-stat{background:#fffc;padding:1rem;border-radius:.75rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;gap:.75rem;border:1px solid rgba(14,165,233,.2);box-shadow:0 4px 15px #0000001a}.stat-content{display:flex;flex-direction:column}.stat-content .stat-label{font-size:1.1rem;color:#374151;font-weight:600}.stat-content .stat-value{font-size:1rem;color:#0ea5e9;font-weight:600}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.pet-gallery{position:relative;width:100%;height:500px}.pet-card{position:absolute;border-radius:1.5rem;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease;background:#fff}.pet-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #0284c766}.pet-card.primary{width:280px;height:350px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3}.pet-card.secondary{width:200px;height:250px;top:5%;left:-5%;z-index:2}.pet-card.tertiary{width:180px;height:220px;bottom:0%;left:5%;z-index:1}.pet-card img{width:100%;height:85%;object-fit:cover}.pet-info{padding:.5rem 1rem;display:flex;flex-direction:column;gap:.1rem;background:#fff;justify-content:center}.pet-card.primary .pet-info,.pet-card.secondary .pet-info,.pet-card.tertiary .pet-info{flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem;height:10%;padding:.5rem 1rem;margin:0}.pet-name{font-weight:600;color:#111827;font-size:1.2rem}.pet-age{color:#4b5563;font-size:.95rem}.pet-card.secondary .pet-name,.pet-card.tertiary .pet-name{font-size:.95rem}.pet-card.secondary .pet-age,.pet-card.tertiary .pet-age{font-size:.8rem}.floating-stats{position:absolute;top:0;right:0rem}.stat-card{background:#fff;padding:1rem;border-radius:1rem;box-shadow:0 10px 25px #0000001a;margin-bottom:1rem;text-align:center;border:1px solid #f3f4f6;width:150px;display:flex;flex-direction:column;justify-content:center;align-items:center}.stat-number{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.25rem}.mobile-only{display:none!important}@media (max-width: 1024px){.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-title{font-size:3rem}.pet-gallery{height:400px}.floating-stats{position:static;display:flex;justify-content:center;gap:1rem;margin-top:2rem}}@media (max-width: 768px){.hero{padding:2rem 0;overflow-x:hidden}.hero-container{padding:0 1rem;gap:2rem;flex-direction:column;text-align:center}.hero-content{order:1}.hero-visual{order:2}.hero-badge{font-size:.8rem;padding:.375rem .75rem;margin-bottom:1rem}.star-icon{width:14px;height:14px}.hero-title{font-size:2rem;line-height:1.2;margin-bottom:1rem}.hero-description{font-size:1rem;margin-bottom:1.5rem;max-width:100%}.hero-features{flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.feature{justify-content:center;font-size:.9rem}.hero-actions{flex-direction:column;align-items:center;gap:1rem;width:100%;margin-bottom:1.5rem}.cta-button{width:100%;justify-content:center;max-width:280px;padding:1rem 1.5rem;font-size:1rem}.cta-button.secondary{font-size:.9rem;color:#6b7280;background:transparent}.hero-trust{display:block!important;margin-top:1.5rem;order:3}.trust-badges{display:flex;flex-direction:row;justify-content:center;gap:1rem;width:100%;align-items:center}.hero-trust .stat-card{flex:1;max-width:140px;padding:.875rem;margin-bottom:0;position:static;transform:none;box-shadow:0 4px 12px #0000001a}.hero-trust .stat-content{text-align:center}.hero-trust .stat-label{font-size:.75rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.hero-trust .stat-value{font-size:.9rem;font-weight:600;color:#1f2937;margin-top:.25rem}.floating-stats{display:none!important}.pet-gallery{height:250px;margin-top:1rem;width:100%;overflow:hidden;position:relative}.pet-card.primary{width:160px;height:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pet-card.secondary{width:120px;height:150px;position:absolute;top:20%;left:67%;z-index:1}.pet-card.tertiary{width:120px;height:150px;position:absolute;bottom:20%;left:2%;z-index:2}.pet-card img{height:82%}.pet-card.secondary .pet-name,.pet-card.tertiary .pet-name{font-size:.8rem}.pet-card.secondary .pet-age,.pet-card.tertiary .pet-age{font-size:.5rem}.pet-card h3{font-size:1rem}.pet-card p{font-size:.5rem}.desktop-only{display:none!important}.mobile-only{display:block!important}}.paw-background{position:relative;overflow:visible}.paw-background:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/paw-print-light.svg),url(/assets/paw-print.svg),url(/assets/paw-print-small.svg);background-size:450px 450px,450px 450px,450px 450px;background-position:50px 234px,345px 78px,567px 380px;background-repeat:repeat;opacity:.05;z-index:0;pointer-events:none}.paw-background.paw-background-dense:before{background-image:url(/assets/paw-print.svg),url(/assets/paw-print-light.svg),url(/assets/paw-print-small.svg);background-size:280px 280px,250px 250px,220px 220px;background-position:189px 134px,67px 278px,312px 45px;opacity:.08}.paw-background.paw-background-sparse:before{background-image:url(/assets/paw-print.svg),url(/assets/paw-print-light.svg);background-size:600px 600px,500px 500px;background-position:234px 167px,456px 89px;opacity:.04}.paw-background.paw-background-hero:before{background-image:url(/assets/paw-print-light.svg),url(/assets/paw-print.svg),url(/assets/paw-print-small.svg);background-size:450px 450px,450px 450px,450px 450px;background-position:50px 234px,345px 78px,567px 380px;opacity:.05;animation:pawFloat 80s linear infinite}@keyframes pawFloat{0%{transform:translate(0) translateY(0)}25%{transform:translate(10px) translateY(-5px)}50%{transform:translate(0) translateY(-10px)}75%{transform:translate(-10px) translateY(-5px)}to{transform:translate(0) translateY(0)}}.paw-background.paw-background-rotate:before{background-image:url(/assets/paw-print.svg),url(/assets/paw-print-light.svg),url(/assets/paw-print-small.svg);background-size:320px 320px,380px 380px,300px 300px;background-position:178px 267px,389px 145px,56px 378px;opacity:.05;animation:pawFloat 90s linear infinite}@media (max-width: 768px){.paw-background:before{background-size:150px 150px,130px 130px,110px 110px;background-position:89px 134px,178px 67px,245px 189px;opacity:.06}.paw-background.paw-background-dense:before{background-size:120px 120px,100px 100px,80px 80px;background-position:123px 89px,234px 156px,67px 234px}.paw-background.paw-background-sparse:before{background-size:200px 200px,170px 170px;background-position:167px 123px,289px 67px}.paw-background.paw-background-rotate:before{background-size:140px 140px,160px 160px,120px 120px;background-position:134px 189px,278px 89px,45px 267px}}.paw-background>*{position:relative;z-index:10}.coverage{padding:5rem 0;background:#f8fafc}.coverage-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-badge{display:inline-flex;align-items:center;gap:.5rem;background:#10b9811a;color:#10b981;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:500;margin-bottom:1rem;border:1px solid rgba(16,185,129,.2)}.coverage-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(auto-fit,minmax(600px,1fr));gap:2rem;margin-bottom:4rem;align-items:stretch}@media (max-width: 1024px){.coverage-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.coverage{padding:3rem 0}.coverage-container{padding:0 1rem}.coverage-header h2{font-size:2rem;margin-bottom:1rem}.coverage-description{font-size:1rem;margin-bottom:2rem}.coverage-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.coverage-card{padding:1.5rem;min-height:auto}.coverage-card h3{font-size:1.25rem;margin-bottom:1rem}.coverage-features li{font-size:.9rem;padding:.5rem 0}}@media (max-width: 480px){.coverage{padding:2rem 0}.coverage-container{padding:0 .75rem}.coverage-header h2{font-size:1.75rem}.coverage-description{font-size:.95rem}.coverage-card{padding:1.25rem}.coverage-card h3{font-size:1.1rem}.coverage-features li{font-size:.85rem}}.coverage-card{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid #f3f4f6;display:flex;flex-direction:column;height:100%;min-height:600px}.coverage-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.coverage .card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem;border-radius:1rem;min-height:150px}.card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.icon{width:24px;height:24px;color:#fff}.card-title-section h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.card-title-section p{color:#6b7280;font-size:.9rem}.card-coverage{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8fafc;border-radius:.75rem;margin-bottom:1.5rem}.coverage-label{font-size:.9rem;color:#6b7280;font-weight:500}.coverage-amount{font-size:1.25rem;font-weight:700}.card-features{flex-grow:1;margin-bottom:2rem;display:flex;flex-direction:column}.card-features h4{font-size:1rem;font-weight:600;color:#374151;margin-bottom:1rem}.card-features ul{list-style:none;padding:0;margin:0}.card-features li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;padding-left:.5rem}.check-icon{width:16px;height:16px;color:#10b981;flex-shrink:0}.card-features span{color:#6b7280;font-size:.9rem}.card-footer{text-align:center;margin-top:auto}.learn-more-btn{background:transparent;border:2px solid #e5e7eb;color:#6b7280;padding:.75rem 1.5rem;border-radius:2rem;font-weight:500;cursor:pointer;transition:all .3s ease;width:100%}.learn-more-btn:hover{border-color:#1e3a8a;color:#1e3a8a;background:#1e3a8a0d}.coverage-cta{text-align:center}.cta-buttons{display:flex;gap:1rem;justify-content:center;align-items:center}.cta-button.primary{background:linear-gradient(135deg,#0ea5e9,#38bdf8);color:#fff;padding:1rem 2rem;border-radius:2rem;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0ea5e94d}.cta-button.secondary{background:#fff;color:#0ea5e9;padding:1rem 2rem;border-radius:2rem;font-weight:600;font-size:1rem;border:2px solid #0ea5e9;cursor:pointer;transition:all .3s ease}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0ea5e966}.cta-button.secondary:hover{background:#0ea5e9;color:#fff}@media (max-width: 768px){.coverage{padding:3rem 0}.coverage-container{padding:0 1rem}.section-header{margin-bottom:3rem}.section-header h2{font-size:2rem}.coverage-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.coverage-card{padding:1.5rem}.coverage .card-header{flex-direction:column;text-align:center;gap:1rem}.coverage-cta{padding:2rem 1.5rem}.cta-content h3{font-size:1.5rem}}.why-us{padding:5rem 0;background:#fff}.why-us-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem}.feature-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#f8fafc;border-radius:1rem;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.feature-icon-wrapper{width:48px;height:48px;background:linear-gradient(135deg,#0ea5e9,#38bdf8);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon{width:24px;height:24px;color:#fff}.feature-content h3{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.feature-content p{font-size:.9rem;color:#6b7280;line-height:1.5}.quick-quote-section{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:1.5rem;padding:3rem 2rem;text-align:center;margin-bottom:4rem;border:1px solid rgba(30,58,138,.1)}.quick-quote-content h3{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.quick-quote-content p{font-size:1.1rem;color:#6b7280}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stats-grid .stat-card{text-align:center;padding:2rem 1rem;background:#fff;border-radius:1rem;box-shadow:0 4px 20px #00000014;border:1px solid #f3f4f6;transition:all .3s ease;width:auto}.stats-grid .stat-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.stat-number{font-size:2.5rem;font-weight:700;color:#0ea5e9;margin-bottom:.5rem}.stat-label{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.stat-description{font-size:.875rem;color:#6b7280;line-height:1.4}@media (max-width: 1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.why-us{padding:3rem 0}.why-us-container{padding:0 1rem}.section-header h2{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.feature-card{padding:1rem}.quick-quote-section{padding:2rem 1.5rem;margin-bottom:3rem}.quick-quote-content h3{font-size:1.5rem}.stats-grid{grid-template-columns:1fr;gap:1rem}.stats-grid .stat-card{padding:1.5rem 1rem}.stat-number{font-size:2rem}}.testimonials{padding:5rem 0;background:#fff}.testimonials-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:3rem}.section-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fbbf241a;color:#f59e0b;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:500;margin-bottom:1rem;border:1px solid rgba(251,191,36,.2)}.badge-icon{width:16px;height:16px}.section-header h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.section-header p{font-size:1.1rem;color:#6b7280;max-width:600px;margin:0 auto}.testimonials-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:4rem;padding:2rem;background:#f8fafc;border-radius:1.5rem}.stat{text-align:center}.stat-number{font-size:2rem;font-weight:700;color:#1e3a8a;margin-bottom:.5rem}.stat-label{color:#6b7280;font-weight:500}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.testimonial-card{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid #f3f4f6;transition:all .3s ease;position:relative}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.quote-icon{width:32px;height:32px;color:#1e3a8a;opacity:.3}.rating{display:flex;gap:.25rem}.star{width:16px;height:16px;color:#d1d5db}.star.filled{color:#fbbf24;fill:currentColor}.testimonial-text{margin-bottom:1.5rem}.testimonial-text p{font-size:1rem;line-height:1.6;color:#374151;font-style:italic}.claim-highlight{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.75rem 1rem;border-radius:.75rem;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center}.claim-label{font-size:.875rem;opacity:.9}.claim-amount{font-size:1.125rem;font-weight:700}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#0ea5e9,#38bdf8);display:flex;align-items:center;justify-content:center;flex-shrink:0}.author-initials{color:#fff;font-weight:700;font-size:1rem}.author-avatar img{width:100%;height:100%;object-fit:cover}.author-info{flex:1}.author-name{font-weight:600;color:#1f2937;margin-bottom:.25rem}.author-location{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.pet-info{font-size:.875rem;color:#0ea5e9;margin-bottom:.25rem}.pet-name{font-weight:500}.pet-type{opacity:.8}.claim-amount-inline{font-size:.875rem;color:#10b981;font-weight:600}.testimonials-footer{text-align:center;margin-top:3rem}.rating-badge{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);color:#0ea5e9;padding:1rem 2rem;border-radius:2rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;border:1px solid rgba(14,165,233,.1)}@media (max-width: 768px){.testimonials{padding:3rem 0}.testimonials-container{padding:0 1rem}.section-header h2{font-size:2rem}.testimonials-stats{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1.5rem}.stat-number{font-size:1.5rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:1.5rem}.testimonials-cta{padding:2rem 1.5rem}.testimonials-cta h3{font-size:1.5rem}}.pet-details{max-width:600px;margin:0 auto}.pet-details h2{text-align:center;color:#1f2937;margin-bottom:.5rem;font-size:1.75rem}.subtitle{text-align:center;color:#6b7280;margin-bottom:2rem}.pet-type-selector,.gender-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.pet-type-btn,.gender-btn,.breed-btn{background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;padding:1rem;cursor:pointer;transition:all .3s ease;font-size:1rem;font-weight:500;position:relative;text-align:center;display:flex;align-items:center;justify-content:center;gap:.5rem}.pet-type-btn:hover,.gender-btn:hover,.breed-btn:hover{border-color:#3b82f6;background:#eff6ff}.pet-type-btn.selected,.gender-btn.selected,.breed-btn.selected{border-color:#1d4ed8;background:#dbeafe;color:#1d4ed8}.pet-icon{font-size:1.5rem}.breed-selector{display:flex;flex-direction:column;gap:1rem}.breed-btn{text-align:left;justify-content:space-between;padding:1.5rem}.breed-description{font-size:.875rem;color:#6b7280;font-weight:400;margin-top:.25rem}.form-actions{text-align:center;margin-top:3rem}@media (max-width: 768px){.pet-details{padding:0 1rem}.pet-type-selector{grid-template-columns:1fr 1fr 1fr;gap:.5rem}.gender-selector{grid-template-columns:1fr 1fr;gap:.75rem}.pet-type-btn,.gender-btn,.breed-btn{padding:1rem .5rem;font-size:.85rem}.pet-type-btn{flex-direction:column;gap:.25rem;position:relative}.pet-type-btn .checkmark{position:absolute;top:.5rem;right:.5rem;margin-left:0}.pet-icon{font-size:1.25rem}.form-section{margin-bottom:1.5rem}.form-label{font-size:1rem;margin-bottom:.75rem}.form-input{padding:.875rem;font-size:1rem}.breed-info{padding:.875rem;font-size:.9rem}.breed-input-container{position:relative}.breed-suggestions{max-height:200px;font-size:.9rem}.btn-primary{width:100%;padding:1rem;font-size:1rem;margin-top:1rem}}@media (max-width: 480px){.pet-details{padding:0 .75rem}.pet-type-selector{gap:.375rem;grid-template-columns:1fr 1fr 1fr}.gender-selector{gap:.5rem}.pet-type-btn{padding:.75rem .25rem;font-size:.8rem;flex-direction:column;gap:.25rem;min-height:80px;position:relative}.pet-type-btn .checkmark{position:absolute;top:.375rem;right:.375rem;margin-left:0;font-size:.9rem}.pet-icon{font-size:1.1rem}.gender-btn,.breed-btn{padding:.875rem .5rem;font-size:.85rem}.form-label{font-size:.95rem}.form-input{padding:.75rem;font-size:.95rem}.breed-info{padding:.75rem;font-size:.85rem}}.breed-info{background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;padding:1rem;margin-bottom:1rem;display:flex;gap:.75rem;align-items:flex-start}.info-icon{font-size:1.25rem;flex-shrink:0}.breed-info p{margin:0 0 .5rem;font-size:.875rem;color:#0c4a6e;line-height:1.4}.breed-info p:last-child{margin-bottom:0}.breed-info ul{margin:.5rem 0;padding-left:1rem;font-size:.875rem;color:#0c4a6e}.breed-info li{margin-bottom:.25rem}.breed-input-container{position:relative}.breed-input{width:100%;padding:.875rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.breed-input:focus{outline:none;border-color:#3b82f6}.breed-input.error{border-color:#ef4444}.breed-error{color:#dc2626;font-size:.875rem;margin-top:.5rem;display:block}.breed-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #e5e7eb;border-top:none;border-radius:0 0 8px 8px;max-height:200px;overflow-y:auto;z-index:10;box-shadow:0 4px 6px #0000001a}.breed-option{padding:.75rem;cursor:pointer;border-bottom:1px solid #f3f4f6;transition:background-color .2s ease}.breed-option:hover{background:#f3f4f6}.breed-option:last-child{border-bottom:none}.breed-description{font-size:.875rem;color:#6b7280;margin-top:.25rem;font-weight:400}.breed-example{font-size:.75rem;color:#9ca3af;margin-top:.25rem;font-weight:400}.breed-btn.selected .breed-description,.breed-btn.selected .breed-example{color:#1d4ed8}.your-details{max-width:600px;margin:0 auto}.your-details h2{text-align:center;color:#1f2937;margin-bottom:2rem;font-size:1.75rem}.form-section{margin-bottom:2rem}.form-label{display:block;font-weight:600;color:#374151;margin-bottom:1rem;font-size:1rem}.health-selector{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.health-btn{background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;padding:1rem;cursor:pointer;transition:all .3s ease;font-size:1rem;font-weight:500;position:relative;text-align:center;display:flex;align-items:center;justify-content:center;gap:.5rem}.health-btn:hover{border-color:#3b82f6;background:#eff6ff}.health-btn.selected{border-color:#1d4ed8;background:#dbeafe;color:#1d4ed8}.checkmark{color:#10b981;font-weight:700;margin-left:auto}.health-warning{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:1rem;margin-top:1rem}.health-warning p{margin:0;color:#92400e;font-size:.875rem;line-height:1.5}.error-message{color:#ef4444;font-size:.875rem;margin-top:.5rem;display:block}@media (max-width: 768px){.form-actions{flex-direction:column}.health-selector{grid-template-columns:1fr}}.customer-details{padding:40px;max-width:800px;margin:0 auto}.customer-details h2{color:#333;margin-bottom:10px;font-size:2rem;font-weight:600}.customer-details .subtitle{color:#666;margin-bottom:40px;font-size:1rem;line-height:1.5;text-align:left}.form-section{margin-bottom:40px;padding:30px;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}.form-section h3{color:#333;margin-bottom:25px;font-size:1.3rem;font-weight:600;padding-bottom:10px;border-bottom:2px solid #667eea}.form-group{margin-bottom:25px}.form-label{display:block;margin-bottom:8px;font-weight:500;color:#333;font-size:1rem}.form-input{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:16px;transition:all .3s ease;background:#fff}.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-input.error{border-color:#e74c3c;background-color:#fdf2f2}.form-input.error:focus{border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c1a}.error-text{display:block;color:#e74c3c;font-size:.875rem;margin-top:6px;font-weight:500}.form-actions{display:flex;gap:1rem;justify-content:center;margin-top:3rem}.btn{padding:14px 28px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none;display:inline-flex;align-items:center;gap:8px}@media (max-width: 768px){.customer-details{padding:20px}.customer-details h2{font-size:1.6rem}.form-section{padding:20px}.form-actions{flex-direction:column}}.form-input:valid:not(:placeholder-shown){border-color:#28a745}.form-input:valid:not(:placeholder-shown):focus{border-color:#28a745;box-shadow:0 0 0 3px #28a7451a}.quote-results{max-width:700px;margin:0 auto}.quote-header h2{text-align:center;color:#1f2937;margin-bottom:1rem;font-size:1.75rem}.quote-subtitle{text-align:center;color:#6b7280;margin-bottom:1.5rem;font-size:.8rem}.coverage-options{display:flex;justify-content:center;gap:1rem;margin:1rem}.coverage-btn{padding:.75rem 1.5rem;border:2px solid #e5e7eb;background:#f9fafb;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.coverage-btn.active{background:#dbeafe;border-color:#1d4ed8;color:#1d4ed8}.coverage-btn:hover:not(.active){border-color:#3b82f6;background:#eff6ff}.checkmark{color:#10b981;font-weight:700}.info-link{text-align:center;margin-bottom:2rem}.info-icon{margin-right:.5rem}.link{color:#3b82f6;text-decoration:underline;font-size:.875rem}.coverage-section{background:#f0f4ff;padding:1.5rem;border-radius:12px;margin-bottom:2rem;text-align:center}.coverage-section h3{color:#1e3a8a;margin-bottom:1rem;font-size:1.25rem}.coverage-description{color:#374151;line-height:1.6;margin-bottom:1rem}.discount-badge{background:#10b981;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;display:inline-block}.quote-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.quote-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.quote-card:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.quote-amount{font-size:1.25rem;font-weight:600;color:#1e3a8a;margin-bottom:.25rem}.quote-period{font-size:.875rem;color:#6b7280;margin-bottom:1rem}.quote-price{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.25rem}.quote-frequency{font-size:.875rem;color:#6b7280;margin-bottom:1.5rem}.select-btn{background:linear-gradient(135deg,#1e3a8a,#7c3aed);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .2s ease;width:100%}.select-btn:hover{transform:translateY(-1px)}.quote-info{text-align:center;margin-bottom:2rem}.form-actions{display:flex;justify-content:center;margin-top:3rem}@media (max-width: 768px){.quote-results{padding:0 1rem}.quote-options{grid-template-columns:1fr;gap:1rem}.coverage-options{flex-direction:column;align-items:center;gap:.75rem;margin:1rem}.coverage-btn{width:100%;max-width:300px;padding:.875rem 1rem;font-size:.9rem}.quote-card{padding:1.25rem;margin-bottom:1rem}.quote-header h2{font-size:1.5rem}.quote-header h3{font-size:1.25rem;margin-bottom:.5rem}.quote-price{font-size:2rem;margin-bottom:1rem}.quote-features{margin-bottom:1.25rem}.quote-features li{font-size:.9rem;padding:.25rem 0}.quote-actions{gap:.75rem}.btn-primary,.btn-secondary{padding:.875rem 1rem;font-size:.9rem}.quote-info{margin-top:1.5rem;padding:1rem;font-size:.85rem}.info-link{font-size:.85rem}}@media (max-width: 480px){.quote-results{padding:0 .75rem}.quote-card{padding:1rem}.quote-header h3{font-size:1.1rem}.quote-price{font-size:1.75rem}.quote-features li{font-size:.85rem}.btn-primary,.btn-secondary,.coverage-btn{padding:.75rem .875rem;font-size:.85rem}}.payment-container{max-width:800px;margin:0 auto;padding:2rem}.payment-header{text-align:center;margin-bottom:2rem}.payment-header h2{color:#1f2937;margin-bottom:.5rem;font-size:1.75rem}.payment-subtitle{color:#6b7280;font-size:1rem}.payment-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.order-summary{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.order-summary h3{color:#1f2937;margin-bottom:1rem;font-size:1.25rem}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e5e7eb}.summary-item:last-child{border-bottom:none}.summary-total{display:flex;justify-content:space-between;align-items:center;padding:1rem 0 0;margin-top:1rem;border-top:2px solid #e5e7eb;font-weight:600;font-size:1.1rem;color:#1f2937}.summary-item .label{color:#6b7280}.summary-item .value{color:#1f2937;font-weight:500}.payment-form{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.payment-form h3{color:#1f2937;margin-bottom:1.5rem;font-size:1.25rem}.checkout-form{width:100%}.demo-payment-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group label{font-weight:500;color:#374151;font-size:.875rem}.form-input{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .2s}.form-input:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91a}.payment-element-container{margin-bottom:1.5rem}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;color:#6b7280}.loading-container .spinner{width:32px;height:32px;margin-bottom:1rem}.error-container p{color:#dc2626;font-weight:500}.payment-submit-btn{width:100%;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;border:none;border-radius:8px;padding:1rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.payment-submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0ea5e94d}.payment-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.processing{display:flex;align-items:center;justify-content:center;gap:.5rem}.spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.payment-message{padding:.75rem;border-radius:6px;margin:1rem 0;font-size:.875rem}.payment-message.error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.payment-message.success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.payment-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.btn-secondary{background:#f9fafb;color:#374151;border:2px solid #e5e7eb;padding:.875rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:150px}.btn-secondary:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.payment-security{border-top:1px solid #e5e7eb;padding-top:1.5rem}.security-badges{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.security-item{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.security-icon{font-size:1rem}.payment-info{background:#fffbeb;border:1px solid #fbbf24;border-radius:6px;padding:1rem;margin-top:1rem}.payment-info p{margin:0;color:#92400e;font-size:.875rem;text-align:center}@media (max-width: 768px){.payment-container{padding:1rem}.payment-content{grid-template-columns:1fr;gap:1.5rem}.form-row{grid-template-columns:1fr}.security-badges{flex-direction:column;gap:1rem;text-align:center}.payment-header h2{font-size:1.5rem}.order-summary,.payment-form{padding:1rem}.payment-actions{flex-direction:column}}@media (max-width: 480px){.payment-container{padding:.75rem}.payment-header h2{font-size:1.25rem}.payment-subtitle{font-size:.9rem}.order-summary h3,.payment-form h3{font-size:1.1rem}}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#6b7280}.loading-spinner:before{content:"";width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid #0ea5e9;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.error-message{text-align:center;padding:2rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b}.error-message .btn-primary{margin-top:1rem;background:#dc2626}.error-message .btn-primary:hover{background:#b91c1c}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.demo-payment-container{width:100%}.demo-notice{background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;padding:1rem;margin-bottom:1.5rem;text-align:center}.demo-notice h4{color:#0284c7;margin:0 0 .5rem;font-size:1rem}.demo-notice p{color:#0369a1;margin:0;font-size:.875rem}.spinner-small{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite;display:inline-block;margin-right:.5rem}.processing-text{display:flex;align-items:center;justify-content:center}.btn-primary{background:linear-gradient(135deg,#1e3a8a,#7c3aed);color:#fff;border:none;padding:.875rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;min-width:150px}.payment-test-info{background:#fffbeb;border:1px solid #fbbf24;border-radius:6px;padding:.75rem;margin-top:1rem;text-align:center}.payment-test-info p{margin:0;color:#92400e;font-size:.875rem}.progress-indicator{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem;color:#111827;border:1px solid rgba(14,165,233,.2)}.progress-step{display:flex;flex-direction:column;align-items:center;position:relative;flex:1;min-width:80px}.step-circle{width:40px;height:40px;border-radius:50%;background:#0ea5e91a;border:2px solid #0ea5e9;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:.5rem;transition:all .3s ease;color:#111827}.progress-step.active .step-circle{background:#0ea5e9;color:#fff;border-color:#0ea5e9;transform:scale(1.1)}.progress-step.completed .step-circle{background:#10b981;border-color:#10b981;color:#fff}.step-label{font-size:.875rem;text-align:center;font-weight:500;color:#111827}.progress-step.active .step-label{font-weight:600}.step-connector{position:absolute;top:20px;left:calc(100% + .5rem);width:1rem;height:2px;background:#0ea5e9;z-index:-1}@media (max-width: 768px){.progress-indicator{gap:.75rem;padding:1rem;margin-bottom:1.5rem;justify-content:space-between;flex-wrap:nowrap;overflow-x:auto}.progress-step{flex-direction:column;min-width:60px;flex:1;justify-content:center;align-items:center;padding:.5rem .25rem}.step-circle{margin-right:0;margin-bottom:.5rem;width:32px;height:32px;font-size:.8rem;flex-shrink:0}.step-label{font-size:.75rem;text-align:center;line-height:1.2;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.step-connector{display:none}}@media (max-width: 480px){.progress-indicator{padding:.75rem .5rem;gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.progress-indicator::-webkit-scrollbar{display:none}.progress-step{padding:.375rem .125rem;min-width:55px;flex:0 0 auto}.step-circle{width:28px;height:28px;font-size:.7rem;margin-bottom:.375rem}.step-label{font-size:.65rem;line-height:1.1}}.quote-flow{min-height:calc(100vh - 200px);background:linear-gradient(135deg,#f0f9ff,#e0f2fe,#bae6fd);padding:2rem 0}.quote-container{max-width:800px;margin:0 auto;padding:0 2rem}.step-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 25px #0000001a;margin-top:2rem;min-height:400px}.confirmation-step{text-align:center;padding:3rem 1rem}.confirmation-content{max-width:600px;margin:0 auto}.success-icon{font-size:4rem;margin-bottom:1rem}.confirmation-step h2{color:#10b981;font-size:2.5rem;margin-bottom:1rem;font-weight:700}.success-message{color:#6b7280;font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.policy-summary{background:#f8fafc;border-radius:12px;padding:2rem;margin:2rem 0;text-align:left}.policy-summary h3{color:#1f2937;font-size:1.3rem;margin-bottom:1rem;text-align:center}.policy-info .info-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.policy-info .info-row:last-child{border-bottom:none}.policy-info .label{font-weight:600;color:#374151}.policy-info .value{color:#6b7280;font-weight:500}.next-steps{background:#eff6ff;border-radius:12px;padding:2rem;margin:2rem 0;text-align:left}.next-steps h3{color:#1e40af;font-size:1.3rem;margin-bottom:1rem;text-align:center}.next-steps ul{list-style:none;padding:0}.next-steps li{padding:.5rem 0;color:#374151;font-size:1rem;line-height:1.5}.confirmation-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.confirmation-actions .btn{padding:12px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.confirmation-actions .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.confirmation-actions .btn-primary:hover{background:linear-gradient(135deg,#5a67d8,#6b3fa0);transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.confirmation-actions .btn-secondary{background:transparent;color:#667eea;border:2px solid #667eea}.confirmation-actions .btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #667eea33}@media (max-width: 768px){.quote-container{padding:0 1rem}.quote-flow{padding:0}.step-content{padding:1.5rem;border-radius:8px}.confirmation-step{padding:2rem .5rem}.success-icon{font-size:3rem}.confirmation-step h2{font-size:2rem}.success-message{font-size:1.1rem}.policy-summary,.next-steps{padding:1.5rem}.confirmation-actions{flex-direction:column;gap:.75rem}.confirmation-actions .btn{width:100%;justify-content:center}}.footer{background:#1f2937;color:#fff;padding:3rem 0 1rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-section h3{color:#0ea5e9;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.footer-section h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:#9ca3af;line-height:1.6;margin-bottom:1.5rem}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:.75rem;color:#d1d5db}.contact-icon{width:16px;height:16px;color:#0ea5e9;flex-shrink:0}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:.75rem}.footer-section a{color:#d1d5db;text-decoration:none;transition:color .3s ease;font-size:.9rem}.footer-section a:hover{color:#3b82f6}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #374151}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#374151;border-radius:50%;transition:all .3s ease}.social-links a:hover{background:#0ea5e9;transform:translateY(-2px)}.social-icon{width:18px;height:18px;color:#fff}.copyright{text-align:right}.copyright p{color:#9ca3af;font-size:.875rem;margin-bottom:.25rem}@media (max-width: 1024px){.footer-content{grid-template-columns:2fr 1fr 1fr;gap:2rem}.footer-section:nth-child(4),.footer-section:nth-child(5){grid-column:span 1}}@media (max-width: 768px){.footer{padding:2rem 0 1rem}.footer-container{padding:0 1rem}.footer-content{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.copyright{text-align:center}.social-links{justify-content:center}}.App{min-height:100vh;display:flex;flex-direction:column}.quote-section{min-height:100vh;padding:8rem 0 4rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe,#bae6fd);flex:1}.quote-header{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.quote-header h2{font-weight:700;color:#111827;margin-bottom:1rem}.quote-header p{font-size:1rem;color:#374151;max-width:600px;margin:0 auto}.back-button{background:#0ea5e91a;border:2px solid #0ea5e9;color:#111827;padding:.75rem 1.5rem;border-radius:2rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.back-button:hover{background:#0ea5e933;border-color:#0284c7}.landing-page{flex:1;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.btn{display:inline-block;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;text-align:center}.btn-primary{background:linear-gradient(135deg,#1e3a8a,#7c3aed);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1e3a8a4d}.btn-secondary{background:#f9fafb;color:#374151;border:2px solid #e5e7eb}.btn-secondary:hover{background:#f3f4f6;border-color:#d1d5db}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.form-input{width:100%;padding:.875rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-input:focus{outline:none;border-color:#3b82f6}.form-input.error{border-color:#ef4444}.error-message{color:#ef4444;font-size:.875rem;margin-top:.5rem}@media (max-width: 768px){.App{overflow-x:hidden}.quote-section{padding:1rem 0 2rem;margin:0}.quote-header{padding:0 1rem;margin-bottom:1.5rem;text-align:center}.quote-header h1{font-size:1.75rem;line-height:1.3}.quote-header p{font-size:1rem}.back-button{padding:.75rem 1rem;font-size:.9rem}.container{padding:0 1rem;max-width:100%}section{padding-left:1rem;padding-right:1rem;width:100%;box-sizing:border-box}}@media (max-width: 480px){.quote-header h1{font-size:1.5rem}.quote-header p{font-size:.9rem}.back-button{padding:.6rem .8rem;font-size:.85rem}.container{padding:0 .75rem}}
