@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Playfair+Display:wght@400;700;800&display=swap");.App{min-height:100vh}body{background:#f8f8f8;margin:0;padding:0;-webkit-font-smoothing:antialiased;font-family:Open Sans,sans-serif}body.matching{background:#083d57}body.result{font-family:Open Sans,sans-serif;font-size:14px;line-height:20px;background:#fff}.container{max-width:450px;margin:auto;padding:0 15px}.progress-bar{background:#ffb18a;height:5px;transition:width .3s ease}.logo{text-align:center;margin:30px 0 40px}.logo img{display:inline-block;max-height:40px;width:auto}.question-wrapper h2{text-align:center;font-size:25px;font-family:Playfair Display,serif;font-weight:700;margin-bottom:30px;line-height:1.2em;color:#1a1a1a}.why-we-ask{position:relative}.why-we-ask .title{text-align:center;font-family:Open Sans,sans-serif;text-decoration:underline;font-size:13px;margin-bottom:10px;padding:5px 0;cursor:pointer;color:#666}.why-we-ask .description{font-family:Open Sans,sans-serif;font-size:14px;line-height:1.4em;position:absolute;bottom:30px;left:0;right:0;padding:15px;background:#fff;border:1px solid #cecece;box-shadow:0 3px 5px rgba(0,0,0,.2);border-radius:4px;z-index:10;color:#333}.answer-wrapper{margin-bottom:20px}.answer-wrapper input[type=number],.answer-wrapper input[type=tel],.answer-wrapper input[type=text],.select-dropdown select{font-family:Open Sans,sans-serif;width:100%;box-sizing:border-box;padding:18px;font-size:16px;border:none;box-shadow:0 2px 5px rgba(0,0,0,.2);border-radius:8px;outline:none}.answer-wrapper input:focus,.select-dropdown select:focus{box-shadow:0 2px 8px rgba(38,178,247,.4)}.answer-wrapper.dual-choices{display:flex;justify-content:space-between;gap:15px}.answer-wrapper.dual-choices .answer{padding:18px;background:#fff;border-radius:8px;width:48%;box-sizing:border-box;text-align:center;box-shadow:0 2px 5px rgba(0,0,0,.2);font-family:Open Sans,sans-serif;color:#083d57;font-weight:600;font-size:15px;cursor:pointer;transition:all .2s ease}.answer-wrapper.dual-choices .answer:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(0,0,0,.15)}.answer.multi-choice{cursor:pointer;background:#fff;min-height:60px;padding:15px 20px;border-radius:8px;margin-bottom:10px;box-shadow:0 2px 5px rgba(0,0,0,.2);display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;transition:all .2s ease}.answer.multi-choice:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(0,0,0,.15)}.answer.multi-choice .label{font-family:Open Sans,sans-serif;color:#083d57;font-weight:600;font-size:14px}.answer.multi-choice.selected{border:2px solid #26b2f7;box-shadow:0 2px 8px rgba(38,178,247,.3)}.answer-wrapper.health .answer.multi-choice{height:auto;flex-direction:column;padding:20px}.health-star-wrapper{display:flex;justify-content:center;margin-bottom:10px}.health-stars,.health-stars .empty,.health-stars .filled{display:flex;gap:4px}.health-description{text-align:center;line-height:1.5em;font-size:13px;font-weight:400;color:#555}.answer-wrapper.height-weight{display:flex;justify-content:space-between;gap:15px}.answer-wrapper.height-weight .answer{width:48%}.answer.weight{display:flex;align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.2);padding-right:15px}.answer.weight input{flex:1;border:none!important;box-shadow:none!important}.answer.weight span{font-size:15px;font-family:Open Sans,sans-serif;color:#666}.select-dropdown select{-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:calc(100% - 20px);background-repeat:no-repeat;cursor:pointer}.continue{margin-top:20px;padding:18px;text-align:center;background:#acacac;border-radius:8px;color:#fff;font-family:Open Sans,sans-serif;font-weight:700;font-size:15px;cursor:not-allowed;transition:all .2s ease}.continue.active{background:#26b2f7;cursor:pointer}.continue.active:hover{background:#1da1f2;transform:translateY(-1px)}.footer-note-wrapper{display:flex;align-items:center;justify-content:center;margin-top:30px;margin-bottom:40px}.footer-note{display:flex;align-items:center;gap:8px}.footer-note-icon svg{display:block}.footer-note-label{font-size:12px;font-family:Open Sans,sans-serif;color:#2d2d2d;font-weight:600}.match-wrapper{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#083d57,#0a4d6e 50%,#083d57)}.match{padding:40px}.match,.match h2{text-align:center}.match h2{color:#fff;max-width:400px;margin:30px auto 10px;font-family:Playfair Display,serif;font-size:28px;line-height:1.3em;font-weight:700}.loading-subtitle{color:hsla(0,0%,100%,.7);font-size:16px;margin:0 0 40px}.loading-spinner{position:relative;width:80px;height:80px;margin:0 auto 30px}.spinner-ring{position:absolute;width:100%;height:100%;border-radius:50%;border:3px solid transparent}.spinner-ring:first-child{border-top-color:#26b2f7;animation:spin 1.2s linear infinite}.spinner-ring:nth-child(2){width:65px;height:65px;top:7.5px;left:7.5px;border-right-color:#1da1f2;animation:spin 1.5s linear infinite reverse}.spinner-ring:nth-child(3){width:50px;height:50px;top:15px;left:15px;border-bottom-color:#0d8ecf;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-steps{display:flex;flex-direction:column;gap:16px;max-width:280px;margin:0 auto}.loading-step{display:flex;align-items:center;gap:12px;padding:12px 20px;background:hsla(0,0%,100%,.08);border-radius:12px;color:hsla(0,0%,100%,.5);font-size:14px;transition:all .3s ease}.loading-step.active{background:rgba(38,178,247,.15);color:hsla(0,0%,100%,.9)}.step-icon{width:24px;height:24px;background:hsla(0,0%,100%,.1);border-radius:50%;font-size:12px}.loading-step.active .step-icon{background:#26b2f7;color:#fff}.step-icon.spinning{animation:spinIcon 1s linear infinite}@keyframes spinIcon{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.paper-plane{text-align:center;margin-bottom:20px}.paper-plane svg{margin:0 auto}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.paper-plane-animation{animation:float 2s ease-in-out infinite}@keyframes fadeTrail{0%,to{opacity:.3}50%{opacity:1}}.trail-dot{animation:fadeTrail 1.5s ease-in-out infinite}.trail-1{animation-delay:0s}.trail-2{animation-delay:.3s}.trail-3{animation-delay:.6s}.logo-scroll{max-width:350px;margin:50px auto 0;overflow:hidden}.insurance-logos{display:flex;gap:30px;animation:scroll 10s linear infinite;white-space:nowrap}.insurance-logos span{color:hsla(0,0%,100%,.6);font-size:14px;font-weight:600}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.result .header{background:#083d57;position:relative;padding-bottom:80px}.result .header .container{max-width:900px}.result .header .logo{text-align:center;padding:20px 0;margin:0}.result .header h1{font-family:Playfair Display,serif;font-size:32px;font-weight:700;text-align:center;color:#fff;margin:0 auto 40px;max-width:600px;line-height:1.2em}.header-background{position:absolute;bottom:0;left:0;width:100%;height:100px;background:#083d57}.header-result{max-width:900px;margin:0 auto;background:#fff;padding:30px;border-radius:8px;box-sizing:border-box;box-shadow:0 4px 20px rgba(0,0,0,.15);position:relative;z-index:10}.header-result.cta-section{margin:40px auto;border:1px solid #e0e0e0}.header-result .match-header{margin-bottom:20px}.header-result .match-header .title-text{font-family:Playfair Display,serif;font-weight:700;font-size:22px;line-height:1.3;color:#1a1a1a;margin-bottom:15px}.header-wrapper{display:flex;justify-content:space-between;flex-wrap:wrap;gap:15px;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;padding:20px 0}.match-left,.match-middle,.match-right{flex:1;min-width:200px}.match-details.life-insurance{margin-bottom:15px}.match-details.life-insurance .section{margin-bottom:10px}.match-details.life-insurance .detail-title{font-family:Open Sans,sans-serif;font-weight:700;font-size:11px;color:#666;text-transform:uppercase;margin-bottom:4px}.match-details.life-insurance .content{font-family:Open Sans,sans-serif;font-size:14px;color:#1a1a1a;font-weight:600}.match-details.life-insurance .content.highlight{color:#26b2f7;font-size:18px;font-weight:700}.match-details.life-insurance .link a{font-size:12px;color:#26b2f7;text-decoration:underline}.match-footer{margin-top:20px;text-align:center}.match-cta{margin-bottom:10px}.match-footer p{font-size:13px;color:#666;margin:0}.btn-go{background:#26b2f7;display:inline-block;padding:15px 40px;color:#fff;border-radius:6px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer;font-family:Open Sans,sans-serif}.btn-go:hover{background:#1da1f2;transform:translateY(-2px);box-shadow:0 5px 15px rgba(38,178,247,.3)}.btn-alt-option{background:#26b2f7;display:inline-block;padding:12px 30px;color:#fff;border-radius:6px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s ease;margin-top:15px}.btn-alt-option:hover{background:#1da1f2}.content-wrapper{max-width:800px;margin:auto;padding:50px 20px}.content-wrapper.life-insurance .title h2{font-family:Playfair Display,serif;font-size:28px;margin-bottom:25px;color:#1a1a1a}.recommendation-text{font-size:15px;line-height:1.7;color:#444;margin-bottom:30px;padding:20px;background:#f9f9f9;border-radius:8px;border-left:4px solid #26b2f7}.result-info-section{margin-bottom:35px;padding:25px;background:#fff;border:1px solid #e8e8e8;border-radius:8px}.result-info-section .section-title{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:700;margin-bottom:15px;color:#1a1a1a;font-family:Open Sans,sans-serif}.result-info-section .section-title svg{flex-shrink:0}.result-info-section .sub-title{font-weight:700;font-size:14px;color:#26b2f7;margin:15px 0 10px}.result-info-section p{font-size:14px;line-height:1.7em;color:#444;margin-bottom:12px}.result-info-section p:last-child{margin-bottom:0}.retake{text-align:center;margin:30px 0}.retake a{display:inline-flex;align-items:center;gap:8px;color:#26b2f7;text-decoration:none;font-size:14px;font-weight:600}.retake a:hover{text-decoration:underline}.alternative-option-section{background:#f4fbff;padding:60px 20px}.alternative-option-wrapper{max-width:800px;margin:auto}.alternative-option-wrapper h2{font-size:28px;font-family:Playfair Display,serif;font-weight:700;margin-bottom:10px;color:#1a1a1a}p.alt-option-subtitle{margin-bottom:30px;color:#555;font-size:15px}.alternative-option{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:20px;overflow:hidden}.alternative-option .alt-option-title{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:700;padding:20px;color:#1a1a1a;cursor:pointer;background:#fff}.alternative-option .alt-option-title svg{flex-shrink:0}.alternative-option-content{padding:0 20px 20px 56px}.alternative-option-content p{font-size:14px;line-height:1.7em;color:#444;margin-bottom:12px}.bottom-cta{background:#fff;padding:40px;border-radius:8px;text-align:center;margin-top:30px;border:1px solid #e0e0e0}.bottom-cta .title{font-family:Playfair Display,serif;font-size:24px;margin-bottom:10px;color:#1a1a1a}.bottom-cta .info{font-size:15px;color:#555}.bottom-cta .info,.insurance-logos-grid{margin-bottom:25px}.logo-row{display:flex;justify-content:center;flex-wrap:wrap;gap:15px;margin-bottom:10px}.logo-row .logo{background:#f5f5f5;padding:10px 15px;border-radius:4px;font-size:12px;color:#666;font-weight:600}.footer{background:#083d57;color:#fff;padding:50px 20px 30px}.footer-wrapper{max-width:800px;margin:auto;text-align:center}.footer-brand{margin-bottom:15px}.footer-brand img{max-height:35px;width:auto}.footer-info p{font-size:13px;line-height:1.6em;color:hsla(0,0%,100%,.8);margin:5px 0}.footer-links{padding:20px 0;margin:20px 0;border-top:1px solid hsla(0,0%,100%,.2);border-bottom:1px solid hsla(0,0%,100%,.2)}.footer-links a{color:#fff;font-size:13px;text-decoration:none;margin:0 15px}.footer-links a:hover{text-decoration:underline}.footer-copyright{font-size:12px;color:hsla(0,0%,100%,.6)}.email-pop{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:100;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center}.email-wrapper{background:#fff;padding:50px;max-width:500px;width:90%;text-align:center;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.2)}.email-wrapper .title{font-family:Playfair Display,serif;font-size:24px;margin-bottom:25px;line-height:1.3em;color:#1a1a1a}.email-wrapper form{display:flex;flex-direction:column;gap:15px}.email-wrapper form input{padding:15px;font-family:Open Sans,sans-serif;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;outline:none}.email-wrapper form input:focus{border-color:#26b2f7}.email-btn{background:#26b2f7;padding:15px;border-radius:8px;color:#fff;font-weight:700;font-size:15px;border:none;cursor:pointer;transition:all .2s ease}.email-btn:hover:not(.disabled){background:#1da1f2}.email-btn.disabled{background:#8c8c8c;cursor:not-allowed}.skip-btn{margin-top:15px;background:transparent;border:none;cursor:pointer;color:#666;font-size:14px;text-decoration:underline}.skip-btn:hover{color:#333}.email-wrapper p.small{font-size:12px;color:#666;line-height:1.4em;margin-top:20px}@media screen and (max-width:767px){.question-wrapper h2{font-size:20px}.header-result{margin:0 15px;padding:20px}.header-wrapper{flex-direction:column}.match-left,.match-middle,.match-right{display:flex;justify-content:space-between;flex-wrap:wrap;border-bottom:1px solid #eee;padding-bottom:15px;margin-bottom:15px}.match-right{border-bottom:none}.match-details.life-insurance{width:48%}.result .header h1{font-size:24px;padding:0 15px}.content-wrapper{padding:30px 15px}.content-wrapper.life-insurance .title h2{font-size:22px}.email-wrapper{padding:30px 20px}.alternative-option-content{padding-left:20px}}@media screen and (max-width:450px){.container{padding:0 10px}.footer-note{flex-direction:column;text-align:center}.match h2{font-size:20px;padding:0 15px}.match-details.life-insurance{width:100%}}body.email-enabled .alternative-option-section,body.email-enabled .content-wrapper,body.email-enabled .cta-section,body.email-enabled .footer,body.email-enabled .header,body.email-enabled .retake{filter:blur(5px);pointer-events:none}.font-heading{font-family:Manrope,sans-serif}.font-body{font-family:Inter,sans-serif}.funnel-container{min-height:100vh;background-color:#fff}.funnel-card{background:#fff;border-radius:1.5rem;box-shadow:0 25px 50px -12px rgba(100,116,139,.15);height:580px;display:flex;flex-direction:column;overflow:hidden;position:relative}.funnel-card:hover{box-shadow:0 30px 60px -12px rgba(100,116,139,.2)}.content-fade-out{animation:fadeOut .6s ease-out forwards}.content-fade-in{animation:fadeIn .6s ease-in}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.progress-track{height:8px;min-height:8px;flex-shrink:0;background-color:#e2e8f0;border-radius:0;overflow:hidden}.progress-fill{height:100%;background-color:#079be0;transition:width .6s ease-out;border-radius:0}.option-tile{display:flex;align-items:center;justify-content:center;padding:1.25rem 2rem;border:none;border-radius:9999px;cursor:pointer;transition:all .2s ease;background:#f1f5f8;height:64px;position:relative;width:100%}.option-tile:hover{background:#e4eaf0}.option-tile.selected{background:#079be0;box-shadow:0 4px 12px rgba(7,155,224,.3)}.option-tile-text{font-size:1.375rem;font-weight:600;color:#19388b}.option-tile.selected .option-tile-text{color:#fff}.option-tile .check-icon{display:none;position:absolute;left:2rem}.option-tile.selected .check-icon{display:block;color:#fff}.back-button{width:48px;height:48px;border-radius:50%;background:#eff6ff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;border:none}.back-button:hover{background:#dbeafe}.forward-button{width:48px;height:48px;border-radius:50%;background:#eff6ff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;border:none}.forward-button:hover{background:#dbeafe}.funnel-input{height:56px!important;border:none!important;border-radius:9999px!important;padding:0 1.5rem!important;font-size:1.125rem!important;font-weight:600!important;color:#19388b!important;background:#f1f5f8!important;transition:all .2s ease;text-align:left}.funnel-input,.funnel-input:focus{box-shadow:none!important;--tw-ring-shadow:none!important;--tw-ring-offset-shadow:none!important}.funnel-input:focus{outline:none!important;background:#e4eaf0!important;border:none!important}.funnel-input:focus-visible{outline:none!important;box-shadow:none!important;--tw-ring-shadow:none!important}.funnel-input::placeholder{color:#94a3b8!important;font-weight:400!important}.funnel-select{height:56px!important;border:none!important;border-radius:9999px!important;padding:0 1.5rem!important;font-size:1rem!important;color:#19388b!important;background:#f1f5f8!important;cursor:pointer;transition:all .2s ease;width:100%}.funnel-select>span:first-child{flex:1!important;text-align:center!important}.funnel-select:focus{outline:none;background:#e4eaf0!important}.funnel-select [data-placeholder]{color:#19388b!important;font-size:12px!important}.funnel-select span{color:#19388b!important;font-size:18px!important}.funnel-select button[role=combobox]>span{font-size:12px!important}.funnel-select button[role=combobox]:not([data-placeholder])>span,.funnel-select button[role=combobox][data-state=open]>span{font-size:1rem!important}.funnel-select-sm span{font-size:1.125rem!important}.health-card{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border:none;border-radius:9999px;cursor:pointer;transition:all .2s ease;background:#f1f5f8;min-height:56px;position:relative}.health-card:hover{background:#e4eaf0}.health-card.selected{background:#079be0;box-shadow:0 4px 12px rgba(88,163,255,.3)}.health-card.selected .option-tile-text{color:#fff}.health-card .check-icon{display:none;position:absolute;left:2rem}.health-card.selected .check-icon{display:block;color:#fff}.submit-button{height:56px;border-radius:9999px;background:#2563eb;color:#fff;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;width:100%}.submit-button:hover:not(:disabled){background:#1d4ed8;box-shadow:0 4px 12px rgba(37,99,235,.3)}.submit-button:disabled{background:#94a3b8;cursor:not-allowed}.results-button{height:56px;border-radius:9999px;background:#ff7f22;color:#fff;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .2s ease;border:none;width:100%;box-shadow:0 3px 8px rgba(0,0,0,.15)}.results-button:hover:not(:disabled){background:#ff7f22;transform:translateY(-2px);box-shadow:0 5px 12px rgba(0,0,0,.25)}.results-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px rgba(0,0,0,.15)}.results-button:disabled{background:#ff7f22;cursor:not-allowed;opacity:1;box-shadow:0 3px 8px rgba(0,0,0,.15)}.placeholder-center::placeholder{text-align:left}.placeholder-center::-webkit-input-placeholder{text-align:left}.placeholder-center::-moz-placeholder{text-align:left}.placeholder-center:-ms-input-placeholder{text-align:left}.step-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.step-icon svg{width:70px;height:70px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in-up{animation:fadeInUp .4s ease-out}.animate-fade-in{animation:fadeIn .3s ease-out}.thank-you-icon{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#079be0,#0687c4);display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.quote-selector-container{min-height:100vh;background-color:#f1f5f9;padding:3rem 1.5rem;display:flex;flex-direction:column;align-items:center}.quote-selector-title{font-family:Manrope,sans-serif;font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:2.5rem;text-align:center}.quote-selector-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:960px;width:100%}@media (max-width:768px){.quote-selector-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.quote-selector-grid{grid-template-columns:1fr}.quote-selector-title{font-size:1.5rem}}.quote-type-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:2rem 1.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:box-shadow .2s ease,transform .2s ease;cursor:default}.quote-type-card:hover{box-shadow:0 8px 24px rgba(100,116,139,.12);transform:translateY(-2px)}.quote-type-icon{width:64px;height:64px;border-radius:50%;background:#eff6ff;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#079be0}.quote-type-label{font-size:1rem;color:#0f172a;margin-bottom:1rem;line-height:1.3}.quote-type-button,.quote-type-label{font-family:Manrope,sans-serif;font-weight:700}.quote-type-button{padding:.5rem 1.5rem;border:2px solid #079be0;border-radius:.25rem;background:transparent;color:#079be0;font-size:.8rem;letter-spacing:.5px;cursor:pointer;transition:all .2s ease}.quote-type-button:hover{background:#079be0;color:#fff}.landing-nav-wrapper{width:100%;max-width:960px;display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.landing-page-nav{display:flex;gap:1.5rem}.landing-page-nav-link{font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;color:#64748b;text-decoration:none;transition:color .2s ease}.landing-page-nav-link:hover{color:#079be0}.landing-page-nav-link.active{color:#079be0;text-decoration:underline;text-underline-offset:4px}.landing-page-nav-link.back-link{display:flex;align-items:center;gap:.125rem;background:none;border:none;padding:0;cursor:pointer}.quote-selector-grid-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:960px;width:100%}@media (max-width:768px){.quote-selector-grid-v2{grid-template-columns:1fr}}.quote-type-card-v2{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:2rem 1.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:box-shadow .2s ease,transform .2s ease;cursor:default}.quote-type-card-v2:hover{box-shadow:0 8px 24px rgba(100,116,139,.12);transform:translateY(-2px)}.quote-type-label-v2{font-family:Manrope,sans-serif;font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:.75rem;line-height:1.3}.quote-type-description{font-family:Inter,sans-serif;font-size:.825rem;font-weight:400;color:#64748b;line-height:1.6;margin-bottom:1.25rem;flex:1}.v3-type-tile{display:flex;align-items:flex-start;gap:.875rem;padding:1rem 1.25rem;border:none;border-radius:1rem;cursor:pointer;transition:all .2s ease;background:#f1f5f8;width:100%;text-align:left}.v3-type-tile:hover{background:#e4eaf0}.v3-tile-icon{width:40px;height:40px;min-width:40px;border-radius:50%;background:#dbeafe;display:flex;align-items:center;justify-content:center;color:#079be0;margin-top:2px}.v3-tile-content{display:flex;flex-direction:column;gap:.25rem}.v3-tile-label{font-size:1rem;font-weight:700;color:#19388b}.v3-tile-desc{font-size:.8rem;font-weight:400;color:#64748b;line-height:1.4}.w3-final-page{display:flex;align-items:flex-start;justify-content:center;padding:1.5rem 1.5rem 2rem;background:#fff}.w3-final-card{max-width:740px;width:100%;padding:1rem 2rem}.w3-final-title{font-family:Georgia,serif;font-size:2.25rem;font-weight:700;color:#1a1a1a;text-align:center;line-height:1.15;margin-bottom:1.25rem}@media (max-width:768px){.w3-final-page{padding:.75rem 1rem 1rem}.w3-final-card{padding:.5rem 1rem}.w3-final-title{font-size:1.65rem!important;margin-bottom:.85rem;line-height:1.15}.w3-checklist{margin-bottom:.85rem!important}.w3-check-item{margin-bottom:.35rem;gap:.5rem}.w3-check-item p{font-size:.875rem!important;line-height:1.3!important}.w3-check-icon{width:16px!important;height:16px!important;min-width:16px!important;font-size:.55rem!important;border-radius:4px!important}.w3-label{font-size:.95rem;margin-top:0!important;margin-bottom:.3rem}.w3-input{font-size:.95rem;padding:.6rem .75rem}.w3-input::placeholder{font-size:.875rem}.w3-submit-btn{font-size:1rem!important;padding:.75rem!important;margin-top:.65rem;box-shadow:0 4px 0 #b34e00,0 6px 12px rgba(180,80,0,.3)!important}.w3-instant-text,.w3-secure{display:none}}@media (max-width:480px){.w3-final-title{font-size:1.65rem!important}.w3-check-item p{font-size:.875rem!important}.w3-check-item{margin-bottom:.35rem}.w3-check-icon{width:16px!important;height:16px!important;min-width:16px!important;font-size:.55rem!important}.w3-checklist{margin-bottom:.85rem!important}.w3-label{font-size:.95rem}.w3-submit-btn{font-size:1rem!important;padding:.75rem!important}}.w3-checklist{margin-bottom:1.25rem}.w3-check-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.5rem}.w3-check-item p{font-size:1.1rem;color:#1a1a1a;line-height:1.35;margin:0}.w3-check-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;background:#079be0;color:#fff;font-size:.95rem;font-weight:700;border-radius:6px;margin-top:2px}.w3-form{display:flex;flex-direction:column;width:100%}.w3-label{font-family:Georgia,serif;font-size:1.1rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:.375rem;margin-top:.875rem}.w3-input{width:100%;padding:.75rem 1rem;border:1px solid #c8cdd3;border-radius:4px;font-size:1.1rem;color:#333;outline:none;transition:border-color .2s}.w3-input::placeholder{color:#9ca3af;font-size:1.05rem}.w3-input:focus{border-color:#079be0}.w3-input-error{border-color:#ef4444}.w3-secure{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.875rem;font-size:.95rem;color:#333}.w3-lock-icon{font-size:1rem}.w3-instant-text{text-align:center;font-size:1rem;color:#333;margin-top:1rem;margin-bottom:.875rem}.w3-submit-btn{width:100%;padding:1rem;background:linear-gradient(180deg,#ffb347,#ff8c00 30%,#ff7f00 70%,#e66a00);border:3px solid #c50;border-top-color:#ffb347;border-radius:12px;color:#fff;font-size:1.5rem;font-weight:800;letter-spacing:1.5px;cursor:pointer;transition:all .2s ease;box-shadow:0 6px 0 #b34e00,0 8px 16px rgba(180,80,0,.35);text-transform:uppercase;text-shadow:0 2px 2px rgba(0,0,0,.2)}.w3-submit-btn:hover:not(:disabled){background:linear-gradient(180deg,#ffc060,#ff9920 30%,#ff8c00 70%,#e66a00);box-shadow:0 4px 0 #b34e00,0 6px 12px rgba(180,80,0,.4);transform:translateY(2px)}.w3-submit-btn:disabled{cursor:default}.widget-3 .progress-fill,.widget-4 .progress-fill{background-color:#079be0}.widget-3 .health-card.selected,.widget-3 .option-tile.selected,.widget-4 .health-card.selected,.widget-4 .option-tile.selected{background:#079be0;box-shadow:0 4px 12px rgba(7,155,224,.3)}.widget4-page{min-height:100vh;background:#fff!important}.w4-content-wrapper{max-width:1100px;margin:0 auto}.widget4-funnel-area{display:flex;justify-content:center;background:#fff}.widget-4{min-height:auto;background:#fff!important;padding-top:1rem;padding-bottom:1rem}.widget4-funnel-area .funnel-container{background:#fff}.widget-4 .funnel-card{max-width:920px;width:90vw;height:640px;box-shadow:0 4px 24px rgba(0,0,0,.1);margin:0 auto}.w4-header{padding:1rem 2.5rem;background:#fff;border-bottom:1px solid #e2e8f0}.w4-logo{max-height:48px;max-width:200px;width:auto;height:auto;object-fit:contain}.w4-phone{display:flex;align-items:center;gap:.625rem;color:#1a1a1a}.w4-phone-label{display:block;font-size:.7rem;font-weight:600;letter-spacing:.5px;color:#555;text-align:center}.w4-phone-number{display:block;font-size:1.25rem;font-weight:800;color:#19388b;text-align:center}@media (max-width:768px){.widget-4 .funnel-card{height:580px}.w4-header{padding:.75rem 1rem}.w4-logo{max-height:36px;max-width:150px}.w4-phone-number{font-size:1rem}.w4-phone-label{font-size:.6rem}.option-tile{height:52px;padding:.875rem 1.5rem}.option-tile-text{font-size:1.125rem}}@media (max-width:480px){.widget-4 .funnel-card{height:540px}}.w4-footer{text-align:center;padding:1.5rem 2rem 2.5rem;max-width:1100px;margin:0 auto}.w4-footer-links{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.5rem}.w4-footer-link{font-size:.85rem;color:#333;text-decoration:underline;text-underline-offset:2px}.w4-footer-link:hover{color:#079be0}.w4-footer-sep{color:#999;font-size:.85rem}.w4-copyright{font-size:.85rem;color:#333;margin-bottom:.75rem}.w4-disclaimer{font-size:.65rem;color:#666;line-height:1.6}.logo-scroller{overflow:hidden;padding:2rem 0;background:#fff;border-top:1px solid #e2e8f0;margin-top:1rem;position:relative}.logo-scroller:after,.logo-scroller:before{content:"";position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none}.logo-scroller:before{left:0;background:linear-gradient(90deg,#fff 0,transparent)}.logo-scroller:after{right:0;background:linear-gradient(270deg,#fff 0,transparent)}.logo-scroller-track{display:flex;align-items:center;gap:3rem;animation:logo-scroll 60s linear infinite;width:max-content;will-change:transform;backface-visibility:hidden;perspective:1000px}.logo-scroller-img{height:40px;width:auto;object-fit:contain;opacity:.7;filter:grayscale(20%);flex-shrink:0;transform:translateZ(0);backface-visibility:hidden}@keyframes logo-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.quote-selector-v2-container{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e0f2fe);padding:0;display:flex;flex-direction:column;align-items:center}.quote-hero-section{width:100%;background:#fff;padding:2.5rem 2rem;text-align:center;border-bottom:1px solid #e2e8f0}.quote-hero-title{font-family:Manrope,sans-serif;font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:.75rem;line-height:1.2;letter-spacing:-.02em}.quote-hero-subtitle{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:400;color:#64748b;max-width:600px;margin:0 auto;line-height:1.5}.quote-selector-v2-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;max-width:1400px;width:100%;padding:2.5rem 2rem}.quote-card-v2{background:#fff;border:none;border-radius:.75rem;padding:1.5rem 1.25rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:default;box-shadow:0 4px 12px rgba(100,116,139,.08),0 1px 3px rgba(100,116,139,.06);position:relative;overflow:hidden}.quote-card-v2:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#079be0,#2563eb);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.quote-card-v2:hover{box-shadow:0 12px 32px rgba(100,116,139,.16),0 4px 12px rgba(100,116,139,.08);transform:translateY(-4px)}.quote-card-v2:hover:before{transform:scaleX(1)}.quote-card-v2-icon-wrapper{width:48px;height:48px;border-radius:.75rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);display:flex;align-items:center;justify-content:center;margin-bottom:.875rem;transition:transform .3s ease}.quote-card-v2:hover .quote-card-v2-icon-wrapper{transform:scale(1.05)}.quote-card-v2-icon{width:24px;height:24px;color:#2563eb;stroke-width:2}.quote-card-v2-title{font-family:Manrope,sans-serif;font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;line-height:1.3}.quote-card-v2-description{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:400;color:#64748b;line-height:1.5;margin-bottom:1rem;flex:1}.quote-card-v2-button{width:100%;padding:.625rem 1.25rem;border:2px solid #079be0;border-radius:.5rem;background:#fff;color:#079be0;font-family:Manrope,sans-serif;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:none}.quote-card-v2-button:hover{background:#079be0;color:#fff;border-color:#079be0;box-shadow:0 4px 12px rgba(88,163,255,.25);transform:translateY(-2px)}.quote-card-v2-button:active{transform:translateY(0)}.quote-card-v2-button-icon{width:16px;height:16px;transition:transform .3s ease}.quote-card-v2-button:hover .quote-card-v2-button-icon{transform:translateX(4px)}.quote-assessment-section{display:flex;align-items:center;justify-content:center;padding:2.5rem 2rem 3rem;width:100%}.quote-assessment-cta{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:640px;text-align:center}.quote-assessment-prompt{font-family:Inter,sans-serif;font-size:1.0625rem;font-weight:500;color:#334155;margin:0;line-height:1.5}.quote-assessment-button{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;padding:1rem 2rem;border-radius:.75rem;background:linear-gradient(135deg,#079be0,#0580b8);color:#fff;font-family:Manrope,sans-serif;font-size:1.0625rem;font-weight:700;text-decoration:none;box-shadow:0 6px 16px rgba(7,155,224,.28);transition:transform .2s ease,box-shadow .2s ease,background .2s ease;cursor:pointer;letter-spacing:.01em}.quote-assessment-button:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(7,155,224,.38);background:linear-gradient(135deg,#0580b8,#04679a);color:#fff}.quote-assessment-button:active{transform:translateY(0);box-shadow:0 4px 10px rgba(7,155,224,.3)}.quote-assessment-button-icon,.quote-assessment-button-icon-left{width:20px;height:20px;transition:transform .2s ease}.quote-assessment-button:hover .quote-assessment-button-icon{transform:translateX(4px)}.doc-viewer-container{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e0f2fe);padding:2rem}.doc-viewer-header{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 12px rgba(100,116,139,.08)}.doc-back-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f1f5f9;border:none;border-radius:.5rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#475569;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem}.doc-back-button:hover{background:#e2e8f0;color:#1e293b}.doc-back-icon{width:16px;height:16px}.doc-header-title{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.doc-title-icon{width:32px;height:32px;color:#079be0}.doc-title{font-family:Manrope,sans-serif;font-size:2rem;font-weight:800;color:#0f172a;margin:0}.doc-actions{display:flex;gap:.75rem;flex-wrap:wrap}.doc-action-button{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#fff;border:2px solid #e2e8f0;border-radius:.5rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:#475569;cursor:pointer;transition:all .2s ease}.doc-action-button:hover{background:#f8fafc;border-color:#079be0;color:#079be0}.doc-action-icon{width:16px;height:16px}.doc-edit-button{background:#eff6ff;border-color:#079be0;color:#079be0}.doc-edit-button:hover,.doc-save-button{background:#079be0;color:#fff}.doc-save-button{border-color:#079be0}.doc-save-button:hover{background:#2563eb;border-color:#2563eb}.doc-content-wrapper{background:#fff;border-radius:1rem;padding:0;box-shadow:0 4px 12px rgba(100,116,139,.08);max-width:1200px;margin:0 auto}.doc-loading{padding:3rem;text-align:center;font-family:Inter,sans-serif;font-size:1rem;color:#64748b}.doc-content{margin:0;white-space:pre-wrap;word-wrap:break-word;overflow-x:auto;max-height:70vh;overflow-y:auto}.doc-content,.doc-editor{font-family:Courier New,Monaco,monospace;font-size:.875rem;line-height:1.7;color:#1e293b;padding:2rem}.doc-editor{width:100%;min-height:70vh;border:none;border-radius:1rem;resize:vertical;outline:none}.doc-editor:focus{outline:2px solid #079be0;outline-offset:-2px}.doc-edit-notice{background:#fef3c7;border:1px solid #fbbf24;border-radius:.5rem;padding:1rem 1.5rem;margin-top:1.5rem;max-width:1200px;margin-left:auto;margin-right:auto;font-family:Inter,sans-serif;font-size:.875rem;color:#78350f}.doc-edit-notice code{background:#fde68a;padding:.125rem .375rem;border-radius:.25rem;font-family:Courier New,monospace;font-size:.8125rem}@media (max-width:768px){.doc-viewer-container{padding:1rem}.doc-viewer-header{padding:1.5rem}.doc-title{font-size:1.5rem}.doc-actions{width:100%}.doc-action-button{flex:1;justify-content:center}.doc-content,.doc-editor{font-size:.8125rem;padding:1.5rem}}.sitemap-container{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e0f2fe);padding:3rem 2rem}.sitemap-header{text-align:center;margin-bottom:3rem}.sitemap-icon{width:48px;height:48px;color:#079be0;margin:0 auto 1rem}.sitemap-title{font-family:Manrope,sans-serif;font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:.5rem}.sitemap-subtitle{font-family:Inter,sans-serif;font-size:1rem;color:#64748b}.sitemap-content{max-width:1200px;margin:0 auto}.sitemap-section{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 12px rgba(100,116,139,.08)}.sitemap-section-title{font-family:Manrope,sans-serif;font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.sitemap-section-icon{width:24px;height:24px;color:#079be0}.sitemap-badge{font-size:.75rem;font-weight:600;background:#eff6ff;color:#2563eb;padding:.25rem .75rem;border-radius:9999px;margin-left:auto}.sitemap-links{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.sitemap-link{display:flex;flex-direction:column;padding:1rem 1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;text-decoration:none;transition:all .2s ease}.sitemap-link:hover{background:#eff6ff;border-color:#079be0;transform:translateY(-2px);box-shadow:0 4px 12px rgba(88,163,255,.15)}.sitemap-link-label{font-family:Manrope,sans-serif;font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:.25rem}.sitemap-link-path{font-family:Courier New,monospace;font-size:.8125rem;color:#64748b}.sitemap-type-group{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.sitemap-type-group:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.sitemap-type-title{font-family:Manrope,sans-serif;font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.sitemap-versions{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.sitemap-version-link{flex-direction:row;align-items:center;gap:.75rem}.sitemap-version-badge{font-family:Manrope,sans-serif;font-size:.75rem;font-weight:700;background:#079be0;color:#fff;padding:.25rem .625rem;border-radius:.25rem;flex-shrink:0}.sitemap-version-link .sitemap-link-label{margin-bottom:0;font-size:.875rem;flex:1}.sitemap-version-link .sitemap-link-path{font-size:.75rem;display:block;width:100%;margin-top:.25rem}.sitemap-summary{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 12px rgba(100,116,139,.08);display:flex;align-items:center;justify-content:center;gap:2rem}.sitemap-summary-item{text-align:center}.sitemap-summary-number{font-family:Manrope,sans-serif;font-size:2rem;font-weight:800;color:#19388b;line-height:1;margin-bottom:.5rem}.sitemap-summary-label{font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#64748b}.sitemap-summary-divider{width:1px;height:48px;background:#cbd5e1}@media (max-width:768px){.sitemap-title{font-size:2rem}.sitemap-links,.sitemap-versions{grid-template-columns:1fr}.sitemap-summary{flex-direction:column;gap:1.5rem}.sitemap-summary-divider{width:80px;height:1px}}@media (max-width:1280px){.quote-selector-v2-grid{grid-template-columns:repeat(3,1fr);max-width:1100px}}@media (max-width:968px){.quote-selector-v2-grid{grid-template-columns:repeat(2,1fr);gap:1rem;padding:2rem 1.5rem}.quote-hero-title{font-size:1.75rem}.quote-hero-subtitle{font-size:.875rem}}@media (max-width:640px){.quote-selector-v2-grid{grid-template-columns:1fr}.quote-hero-section{padding:2rem 1.5rem}.quote-hero-title{font-size:1.5rem}.quote-hero-subtitle{font-size:.8125rem}.quote-assessment-section{padding:2rem 1.5rem 2.5rem}.quote-assessment-prompt{font-size:.9375rem}.quote-assessment-button{font-size:.9375rem;padding:.875rem 1.5rem;width:100%}}.litl-page{background:#fff;color:#0f172a;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh}.litl-nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2.5rem;border-bottom:1px solid #e2e8f0;background:#fff;position:sticky;top:0;z-index:50}.litl-logo{height:38px}.litl-nav-phone{display:flex;align-items:center;gap:.5rem;color:#069bdf;font-weight:700;font-size:.95rem;text-decoration:none}.litl-hero{display:grid;grid-template-columns:1.25fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;padding:4rem 2.5rem;align-items:center}.litl-hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .85rem;background:#fffbeb;border:1px solid #fde68a;border-radius:999px;font-size:.85rem;font-weight:600;color:#92400e;margin-bottom:1rem;text-decoration:none;transition:all .15s ease}a.litl-hero-eyebrow:hover{background:#fef3c7;border-color:#fbbf24;transform:translateY(-1px);box-shadow:0 4px 12px rgba(251,191,36,.25)}.litl-hero-title{font-size:3rem;font-weight:800;line-height:1.1;letter-spacing:-.02em;color:#0f172a;margin-bottom:1rem}.litl-hero-sub{font-size:1.125rem;line-height:1.6;color:#475569;margin-bottom:1.75rem;max-width:560px}.litl-hero-ctas{display:flex;gap:.75rem;margin-bottom:1.75rem;flex-wrap:wrap}.litl-hero-trust{display:flex;gap:1.25rem;flex-wrap:wrap;font-size:.9rem;color:#475569;font-weight:500}.litl-hero-trust span{display:inline-flex;align-items:center;gap:.4rem}.litl-hero-trust svg{color:#059669}.litl-hero-image{position:relative;max-width:420px;justify-self:end;display:flex;flex-direction:column;align-items:center}.litl-hero-image img{width:100%;border-radius:20px;box-shadow:0 20px 60px rgba(6,155,223,.18);display:block}.litl-hero-image-caption{margin-top:1rem;text-align:center;display:flex;flex-direction:column}.litl-hero-image-name{font-weight:800;font-size:1.1rem;color:#0f172a;line-height:1.2}.litl-hero-image-title{font-size:.9rem;color:#64748b;font-weight:500;margin-top:.15rem}.litl-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:10px;font-size:1rem;font-weight:700;text-decoration:none;cursor:pointer;border:none;transition:all .15s ease}.litl-btn-primary{background:#069bdf;color:#fff}.litl-btn-primary:hover{background:#0580b8;transform:translateY(-1px);box-shadow:0 10px 20px -8px rgba(6,155,223,.5)}.litl-btn-secondary{background:#fff;color:#0f172a;border:2px solid #cbd5e1}.litl-btn-secondary:hover{border-color:#069bdf;color:#069bdf;background:#f0f9ff}.litl-btn-large{padding:1.125rem 2rem;font-size:1.1rem}.litl-products{background:#f8fafc;padding:4rem 2.5rem}.litl-products-header{text-align:center;margin-bottom:3rem}.litl-products-header h2{font-size:2.25rem;font-weight:800;color:#0f172a;margin-bottom:.75rem;letter-spacing:-.02em}.litl-products-header p{color:#64748b;font-size:1.05rem}.litl-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.litl-product-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.04);border:1px solid #e2e8f0;display:flex;flex-direction:column;transition:all .2s ease;position:relative;overflow:hidden}.litl-product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--product-color)}.litl-product-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.08)}.litl-product-icon{width:56px;height:56px;border-radius:14px;background:var(--product-color);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.litl-product-name{font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:.375rem}.litl-product-tagline{color:var(--product-color);font-weight:700;font-size:.95rem;margin-bottom:1rem;line-height:1.4}.litl-product-desc{color:#475569;font-size:.95rem;line-height:1.6;margin-bottom:1.25rem}.litl-product-bullets{list-style:none;padding:0;margin:0 0 1.5rem}.litl-product-bullets li{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#334155;font-weight:500;padding:.375rem 0}.litl-product-bullets svg{color:var(--product-color);flex-shrink:0}.litl-product-cta{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1rem;background:var(--product-color);color:#fff;border-radius:10px;font-weight:700;text-decoration:none;margin-top:auto;transition:all .15s ease}.litl-product-cta:hover{filter:brightness(.92);transform:translateY(-1px)}.litl-unsure-card{max-width:1000px;margin:3rem auto 0;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:2px solid #93c5fd;border-radius:16px;padding:1.75rem 2rem;display:flex;align-items:center;gap:1.5rem}.litl-unsure-card>svg:first-child{color:#2563eb;flex-shrink:0}.litl-unsure-body{flex:1}.litl-unsure-body h3{font-size:1.2rem;font-weight:800;color:#0f172a;margin:0 0 .25rem}.litl-unsure-body p{font-size:.95rem;color:#475569;margin:0}.litl-trust{max-width:1200px;margin:0 auto;padding:4rem 2.5rem}.litl-trust-title{text-align:center;font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:2.5rem;letter-spacing:-.02em}.litl-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.litl-trust-card{display:flex;align-items:center;gap:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.25rem 1.5rem;text-decoration:none;color:inherit;transition:all .15s ease;box-shadow:0 2px 8px rgba(0,0,0,.03)}.litl-trust-card:hover{border-color:#069bdf;transform:translateY(-2px);box-shadow:0 12px 24px rgba(0,0,0,.06)}.litl-trust-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.litl-trust-icon-yellow{background:#fef3c7;color:#d97706}.litl-trust-icon-blue{background:#dbeafe;color:#2563eb}.litl-trust-icon-green{background:#d1fae5;color:#059669}.litl-trust-body{flex:1;display:flex;flex-direction:column}.litl-trust-label{font-size:.95rem;font-weight:800;color:#0f172a;margin-bottom:.15rem}.litl-trust-desc{font-size:.8rem;color:#64748b;line-height:1.4}.litl-trust-arrow{color:#94a3b8;flex-shrink:0;transition:transform .15s ease}.litl-trust-card:hover .litl-trust-arrow{color:#069bdf;transform:translateX(3px)}.litl-founder{background:#0f172a;color:#fff;padding:4rem 2.5rem;display:grid;grid-template-columns:1fr 1.4fr;gap:3rem;max-width:1100px;margin:0 auto;align-items:center}.litl-founder-image img{width:100%;max-width:320px;border-radius:20px;box-shadow:0 20px 60px rgba(6,155,223,.2)}.litl-founder-badge{display:inline-flex;align-items:center;gap:.4rem;background:rgba(6,155,223,.15);color:#38bdf8;padding:.35rem .85rem;border-radius:999px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.litl-founder-body h2{font-size:2rem;font-weight:800;line-height:1.2;margin-bottom:1.25rem;letter-spacing:-.02em}.litl-founder-body p{font-size:1.05rem;line-height:1.7;color:#cbd5e1;margin-bottom:1rem}.litl-founder-body .litl-btn{margin-top:1rem}.litl-extra-ctas{max-width:900px;margin:0 auto;padding:4rem 2.5rem;text-align:center}.litl-extra-ctas h2{font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem}.litl-extra-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.litl-extra-card{display:flex;align-items:center;gap:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;color:inherit;text-decoration:none;transition:all .15s ease;text-align:left}.litl-extra-card>svg:first-child{color:#069bdf;flex-shrink:0}.litl-extra-card>div{flex:1;display:flex;flex-direction:column}.litl-extra-label{font-weight:700;color:#0f172a;margin-bottom:.15rem}.litl-extra-desc{font-size:.85rem;color:#64748b}.litl-extra-card:hover{border-color:#069bdf;transform:translateY(-2px)}.litl-bottom-cta{background:linear-gradient(135deg,#069bdf,#0580b8);color:#fff;padding:4rem 2.5rem;text-align:center}.litl-bottom-cta h2{font-size:2.25rem;font-weight:800;margin-bottom:.75rem;letter-spacing:-.02em}.litl-bottom-cta p{font-size:1.1rem;opacity:.95;margin-bottom:2rem;max-width:640px;margin-left:auto;margin-right:auto}.litl-bottom-ctas{display:inline-flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.litl-bottom-cta .litl-btn-primary{background:#fff;color:#069bdf}.litl-bottom-cta .litl-btn-primary:hover{background:#f0f9ff}.litl-bottom-cta .litl-btn-secondary{background:transparent;color:#fff;border-color:hsla(0,0%,100%,.3)}.litl-bottom-cta .litl-btn-secondary:hover{background:hsla(0,0%,100%,.1);border-color:#fff;color:#fff}.litl-footer{background:#0f172a;color:#94a3b8;padding:2rem 2.5rem;text-align:center;font-size:.85rem}.litl-footer-links{margin-top:.5rem}.litl-footer-links a{color:#cbd5e1;text-decoration:none;margin:0 .5rem}.litl-footer-links a:hover{color:#38bdf8}.litl-footer-links span{color:#475569}@media (max-width:960px){.litl-hero{grid-template-columns:1fr;text-align:center;padding:3rem 1.5rem}.litl-hero-image{justify-self:center;max-width:260px;order:1}.litl-hero-content{order:0}.litl-hero-sub{margin-left:auto;margin-right:auto}.litl-hero-ctas,.litl-hero-trust{justify-content:center}.litl-hero-title{font-size:2.25rem}.litl-extra-grid,.litl-founder,.litl-product-grid,.litl-trust-grid{grid-template-columns:1fr}.litl-founder{text-align:center;padding:3rem 1.5rem}.litl-founder-image img{max-width:240px;margin:0 auto}.litl-unsure-card{flex-direction:column;text-align:center}.litl-bottom-cta,.litl-products,.litl-trust{padding:3rem 1.5rem}.litl-bottom-cta h2,.litl-products-header h2{font-size:1.75rem}}@media (max-width:640px){.litl-nav{padding:.85rem 1.25rem}.litl-logo{height:30px}.litl-nav-phone span{display:none}.litl-hero-title{font-size:1.85rem}}.litl-v2-goal-form{margin-bottom:1.75rem}.litl-v2-goal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;margin-bottom:1.25rem;max-width:560px}.litl-v2-goal{position:relative;display:flex;align-items:center;gap:.75rem;padding:1rem 2.5rem 1rem 1rem;background:#fff;border:2px solid #e2e8f0;border-radius:12px;font-size:.95rem;font-weight:600;color:#334155;text-align:left;cursor:pointer;transition:all .15s ease;line-height:1.25}.litl-v2-goal svg:first-child{color:#069bdf;flex-shrink:0}.litl-v2-goal:hover{border-color:#069bdf;background:#f0f9ff;transform:translateY(-1px)}.litl-v2-goal.selected{border-color:#069bdf;background:#f0f9ff;color:#0f172a}.litl-v2-goal-check{position:absolute;top:50%;right:.85rem;transform:translateY(-50%);width:22px;height:22px;border:2px solid #cbd5e1;border-radius:5px;background:#fff;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.litl-v2-goal.selected .litl-v2-goal-check{border-color:#069bdf;background:#069bdf}.litl-v2-continue{width:100%;max-width:560px}.litl-v2-continue.disabled,.litl-v2-continue:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none;transform:none}.litl-v2-continue.disabled:hover,.litl-v2-continue:disabled:hover{background:#cbd5e1;transform:none;box-shadow:none}@media (max-width:520px){.litl-v2-goal-grid{grid-template-columns:1fr}.litl-v2-goal{font-size:.95rem}}.lial-state-form{margin-bottom:1.75rem;max-width:560px}.lial-state-label{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:700;color:#0f172a;margin-bottom:.625rem}.lial-state-label svg{color:#069bdf}.lial-state-row{display:flex;flex-direction:column;gap:.625rem}.lial-state-select{width:100%;font-size:1.1rem;font-weight:600;color:#0f172a;background:#fff;border:2px solid #cbd5e1;border-radius:12px;cursor:pointer;transition:all .15s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23069bdf' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding:1.125rem 3rem 1.125rem 1.25rem}.lial-state-select:hover{border-color:#069bdf}.lial-state-select:focus{outline:none;border-color:#069bdf;box-shadow:0 0 0 4px rgba(6,155,223,.15)}.lial-continue-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1.05rem 1.5rem;font-size:1.1rem;font-weight:800;color:#fff;background:linear-gradient(135deg,#069bdf,#0687c2);border:none;border-radius:12px;cursor:pointer;letter-spacing:.01em;box-shadow:0 10px 24px rgba(6,155,223,.25);transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.lial-continue-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 28px rgba(6,155,223,.32)}.lial-continue-btn:active:not(:disabled){transform:translateY(0)}.lial-continue-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.lial-continue-btn svg{transition:transform .15s ease}.lial-continue-btn:hover:not(:disabled) svg{transform:translateX(3px)}.lial-state-hint{font-size:.85rem;color:#64748b;font-weight:500}.lial-reasons{max-width:1100px;margin:0 auto;padding:4rem 2.5rem}.lial-reasons-header{text-align:center;margin-bottom:3rem}.lial-reasons-header h2{font-size:2.25rem;font-weight:800;color:#0f172a;margin-bottom:.75rem;letter-spacing:-.02em}.lial-reasons-header p{color:#64748b;font-size:1.05rem;max-width:680px;margin:0 auto;line-height:1.6}.lial-reasons-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.lial-reason{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem 1.75rem;transition:all .15s ease}.lial-reason:hover{border-color:#069bdf;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.04);transform:translateY(-2px)}.lial-reason-icon{width:42px;height:42px;border-radius:10px;background:#e0f2fe;color:#069bdf;display:flex;align-items:center;justify-content:center;margin-bottom:.875rem}.lial-reason h3{font-size:1.1rem;font-weight:800;color:#0f172a;margin-bottom:.5rem;line-height:1.3}.lial-reason p{font-size:.95rem;color:#475569;line-height:1.6;margin:0}.lial-preview{background:#f8fafc;padding:4rem 2.5rem}.lial-preview-header{text-align:center;max-width:700px;margin:0 auto 3rem}.lial-preview-header h2{font-size:2.25rem;font-weight:800;color:#0f172a;letter-spacing:-.02em;margin-bottom:.75rem}.lial-preview-header p{color:#64748b;font-size:1.05rem;line-height:1.6}.lial-preview .v3-results-preview{margin:0 auto;max-width:700px;padding:0 1rem 2rem;text-align:center}.lial-preview .v3-preview-title{font-family:Playfair Display,serif;font-size:1.75rem;color:#19388b;margin:0 0 .5rem}.lial-preview .v3-preview-subtitle{color:#64748b;font-size:1rem;margin:0 0 .5rem}.lial-preview .v3-preview-explanation{font-size:.9rem;color:#64748b;margin:0 0 2rem;font-style:italic}.lial-preview .v3-preview-window{background:#f8fafc;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.15);border:1px solid #e2e8f0;height:450px;position:relative}.lial-preview .v3-preview-window.clickable,.lial-preview .v3-quotes-image-container.clickable{cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.lial-preview .v3-preview-window.clickable:hover,.lial-preview .v3-quotes-image-container.clickable:hover{transform:translateY(-4px);box-shadow:0 25px 70px rgba(0,0,0,.2)}.lial-preview .v3-preview-click-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(7,155,224,.95));padding:3rem 1rem 1.5rem;opacity:0;transition:opacity .3s ease;z-index:10;text-align:center}.lial-preview .v3-preview-window.clickable:hover .v3-preview-click-overlay,.lial-preview .v3-quotes-image-container.clickable:hover .v3-preview-click-overlay{opacity:1}.lial-preview .v3-preview-click-overlay span{display:inline-block;background:#fff;color:#079be0;padding:.75rem 2rem;border-radius:9999px;font-weight:700;font-size:1rem;box-shadow:0 4px 15px rgba(0,0,0,.2)}.lial-preview .v3-preview-content{height:450px;overflow:hidden;position:relative}.lial-preview .v3-preview-scroll{animation:lialScrollPreview 15s ease-in-out infinite}@keyframes lialScrollPreview{0%,8%{transform:translateY(0)}25%,33%{transform:translateY(-200px)}50%,58%{transform:translateY(-400px)}75%,83%{transform:translateY(-550px)}95%,to{transform:translateY(0)}}.lial-preview .v3-preview-page{background:#f8fafc;padding:1rem;min-height:950px}.lial-preview .v3-preview-page .v3-preview-header{background:#fff;padding:.5rem 1rem;border-bottom:1px solid #e2e8f0;margin:-1rem -1rem 1rem;text-align:left}.lial-preview .v3-preview-logo{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:#079be0}.lial-preview .v3-preview-hero{text-align:left;margin-bottom:1rem}.lial-preview .v3-preview-hero h3{font-family:Playfair Display,serif;font-size:1rem;color:#19388b;margin:0 0 .25rem}.lial-preview .v3-preview-hero p{font-size:.65rem;color:#64748b;margin:0}.lial-preview .v3-preview-summary{background:#fff;border-radius:8px;padding:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.08);margin-bottom:1rem;text-align:left}.lial-preview .v3-preview-summary h4{font-size:.75rem;color:#19388b;margin:0 0 .5rem;padding-bottom:.5rem;border-bottom:2px solid #079be0;text-align:left}.lial-preview .v3-preview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:.75rem;max-width:none}.lial-preview .v3-preview-item{background:#f8fafc;padding:.5rem;border-radius:6px;text-align:left}.lial-preview .v3-preview-item.highlight{background:linear-gradient(135deg,#079be0,#0687c2);text-align:left}.lial-preview .v3-preview-item .label{display:block;font-size:.5rem;text-transform:uppercase;color:#64748b;margin-bottom:.15rem}.lial-preview .v3-preview-item.highlight .label{color:hsla(0,0%,100%,.8)}.lial-preview .v3-preview-item .value{display:block;font-size:.7rem;font-weight:700;color:#19388b}.lial-preview .v3-preview-item.highlight .value{color:#fff;font-size:.85rem}.lial-preview .v3-preview-cta{background:#079be0;color:#fff;text-align:center;padding:.5rem;border-radius:20px;font-size:.7rem;font-weight:600}.lial-preview .v3-preview-sections{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.lial-preview .v3-preview-section{background:#fff;padding:.6rem .75rem;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.08);font-size:.65rem;color:#19388b;font-weight:600;text-align:left}.lial-preview .v3-preview-additional{margin-bottom:1rem;text-align:left}.lial-preview .v3-preview-additional h4{font-size:.75rem;color:#19388b;margin:0 0 .75rem;text-align:left}.lial-preview .v3-preview-additional .v3-preview-section{border-left:3px solid #079be0;margin-bottom:.5rem}.lial-preview .v3-preview-final-cta{background:linear-gradient(135deg,#19388b,#0a1f4d);border-radius:8px;padding:1rem;text-align:center}.lial-preview .v3-preview-final-cta h4{color:#fff;font-size:.75rem;margin:0 0 .5rem}.lial-preview .v3-preview-final-cta .v3-preview-cta{display:inline-block;padding:.4rem 1rem}.lial-preview .v3-live-quotes-preview{margin-top:4rem;text-align:center;padding:0 1rem}.lial-preview .v3-quotes-title{font-family:Playfair Display,serif;font-size:1.75rem;color:#19388b;margin:0 0 .5rem}.lial-preview .v3-quotes-subtitle{color:#64748b;font-size:1rem;margin:0 auto 2rem;max-width:500px}.lial-preview .v3-quotes-image-container{max-width:700px;height:450px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.15);border:1px solid #e2e8f0;position:relative}.lial-preview .v3-quotes-image{width:100%;height:auto;display:block;animation:lialScrollQuotesImage 15s ease-in-out infinite}@keyframes lialScrollQuotesImage{0%,10%{transform:translateY(0)}40%,50%{transform:translateY(-50%)}90%,to{transform:translateY(0)}}.lial-preview-cta{text-align:center;margin-top:3rem}.lial-preview-cta p{font-size:1.1rem;color:#475569;font-weight:600;margin-bottom:1rem}@media (max-width:960px){.lial-reasons-grid{grid-template-columns:1fr}.lial-preview,.lial-reasons{padding:3rem 1.5rem}.lial-preview-header h2,.lial-reasons-header h2{font-size:1.75rem}}@media (max-width:640px){.lial-preview .v3-preview-title,.lial-preview .v3-quotes-title{font-size:1.4rem}.lial-preview .v3-preview-subtitle,.lial-preview .v3-quotes-subtitle{font-size:.9rem}.lial-preview .v3-preview-content,.lial-preview .v3-preview-window,.lial-preview .v3-quotes-image-container{height:350px}.lial-preview .v3-preview-window,.lial-preview .v3-quotes-image-container{border-radius:12px}.lial-preview .v3-live-quotes-preview{margin-top:3rem}}