.checkout-form{display:flex;flex-direction:column;gap:20px}.checkout-form .checkout-error{display:flex;align-items:center;gap:8px;padding:12px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:14px}.checkout-form .checkout-error svg{flex-shrink:0}.checkout-form .checkout-submit-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 24px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:16px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.checkout-form .checkout-submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(99,102,241,.4)}.checkout-form .checkout-submit-btn:disabled{opacity:.6;cursor:not-allowed}.checkout-form .checkout-submit-btn .animate-spin{animation:spin 1s linear infinite}.checkout-form .checkout-security{display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;color:#9ca3af;padding-top:8px}.checkout-form .checkout-security .lock-icon{color:#9ca3af}.checkout-form .checkout-security .stripe-logo{height:16px;width:auto;opacity:.7}.testimonial-modal-content{--modal-width:1250px;--modal-height:750px;--left-section-width:300px;--right-section-width:380px;--payment-section-width:380px;--section-gap:0px;--left-padding:30px 20px 30px 30px;--center-padding:20px;--right-padding:20px 30px 20px 20px;--title-font-size:28px;--stat-highlight-size:16px;--price-font-size:26px;--report-height:640px;--testimonial-card-min-height:335px;position:relative;width:var(--modal-width);max-width:100%;height:var(--modal-height);max-height:90vh;overflow:auto;overscroll-behavior:contain}.testimonial-modal-content .modal-close-btn{position:absolute;top:8px;left:8px;width:24px;height:24px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#bbb;transition:all .2s ease;z-index:10}.testimonial-modal-content .modal-close-btn svg{width:14px;height:14px}.testimonial-modal-content .modal-close-btn:hover{background:rgba(0,0,0,.05);color:#666}.testimonial-modal-content .modal-three-columns{position:relative;display:flex;width:100%;height:100%;overflow:hidden}.testimonial-modal-content .left-section{width:var(--left-section-width);min-width:var(--left-section-width);height:100%;padding:var(--left-padding);box-sizing:border-box;display:flex;flex-direction:column}.testimonial-modal-content .center-section{flex:1;padding:var(--center-padding)}.testimonial-modal-content .center-section,.testimonial-modal-content .right-section{height:100%;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.testimonial-modal-content .right-section{width:var(--right-section-width);min-width:var(--right-section-width);padding:var(--right-padding)}.testimonial-modal-content .why-askitect-section{display:flex;flex-direction:column;height:100%}.testimonial-modal-content .why-askitect-section .section-title{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;font-weight:600;font-size:28px;line-height:1.2;color:#000;margin:0 0 16px}.testimonial-modal-content .why-askitect-section .section-title .highlight-wrapper{position:relative;display:inline-block}.testimonial-modal-content .why-askitect-section .section-title .highlight{font-weight:600;background:linear-gradient(135deg,#4d4397,#6b5ce7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.testimonial-modal-content .why-askitect-section .section-title .hand-underline{position:absolute;bottom:-2px;left:0;width:100%;height:8px}.testimonial-modal-content .why-askitect-section .section-title .hand-underline path{fill:none;stroke:#6b5ce7;stroke-width:2;stroke-linecap:round;stroke-dasharray:200;stroke-dashoffset:200;animation:drawLineLoop 7s ease-in-out infinite}@keyframes drawLineLoop{0%{stroke-dashoffset:200}12%{stroke-dashoffset:0}83%{stroke-dashoffset:0}95%{stroke-dashoffset:-200}to{stroke-dashoffset:-200}}.testimonial-modal-content .why-askitect-section .section-footnote{font-family:Inter,sans-serif;font-weight:400;font-style:italic;font-size:8px;color:rgba(0,0,0,.3);margin:2px 0 16px 14px;text-align:left}.testimonial-modal-content .why-askitect-section .stats-list{display:flex;flex-direction:column;gap:0;margin-bottom:0}.testimonial-modal-content .why-askitect-section .stat-item{padding:10px 14px;border-radius:10px;background:linear-gradient(90deg,rgba(77,67,151,.06),rgba(107,92,231,.02) 60%,transparent);margin-bottom:8px;transition:all .3s ease}.testimonial-modal-content .why-askitect-section .stat-item:hover{background:linear-gradient(90deg,rgba(77,67,151,.1),rgba(107,92,231,.04) 60%,transparent);transform:translateX(4px)}.testimonial-modal-content .why-askitect-section .stat-item:last-child{margin-bottom:0}.testimonial-modal-content .why-askitect-section .stat-item .stat-main{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1.3;color:#1a1a1a;margin:0 0 1px}.testimonial-modal-content .why-askitect-section .stat-item .stat-main .highlight{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;font-weight:700;font-size:16px;background:linear-gradient(135deg,#4d4397,#6b5ce7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.3px}.testimonial-modal-content .why-askitect-section .stat-item .stat-desc{font-family:Inter,sans-serif;font-weight:400;font-size:10px;line-height:1.4;color:rgba(0,0,0,.45);margin:0}.testimonial-modal-content .testimonial-card-container{flex:1;display:flex;flex-direction:column;min-height:var(--testimonial-card-min-height)}.testimonial-modal-content .testimonial-card{flex:1;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:15px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.06);transition:box-shadow .2s ease,transform .2s ease}.testimonial-modal-content .testimonial-card.slide-left{animation:slideInLeft .4s ease-out}.testimonial-modal-content .testimonial-card.slide-right{animation:slideInRight .4s ease-out}.testimonial-modal-content .testimonial-card:hover{box-shadow:0 8px 28px rgba(0,0,0,.12);transform:translateY(-3px)}.testimonial-modal-content .testimonial-card .card-link{display:block;height:100%;text-decoration:none;color:inherit}.testimonial-modal-content .testimonial-card .card-content{padding:20px;height:100%;box-sizing:border-box;display:flex;flex-direction:column}.testimonial-modal-content .testimonial-card .user-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.testimonial-modal-content .testimonial-card .user-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.testimonial-modal-content .testimonial-card .user-details{display:flex;flex-direction:column;gap:2px}.testimonial-modal-content .testimonial-card .user-name{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;font-weight:600;font-size:14px;color:#1a1a1a;margin:0}.testimonial-modal-content .testimonial-card .user-role{font-family:Inter,sans-serif;font-weight:400;font-size:11px;color:rgba(0,0,0,.5);margin:0}.testimonial-modal-content .testimonial-card .company-logo{width:100px;height:24px;margin-bottom:12px}.testimonial-modal-content .testimonial-card .company-logo img{width:100%;height:100%;object-fit:contain;object-position:left center}.testimonial-modal-content .testimonial-card .user-company{font-family:Inter,sans-serif;font-weight:500;font-size:11px;color:rgba(0,0,0,.6);margin:0 0 12px}.testimonial-modal-content .testimonial-card .testimonial-text{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1.6;color:#333;margin:0;flex:1}.testimonial-modal-content .testimonial-dots{display:flex;justify-content:center;gap:8px;margin-top:12px}.testimonial-modal-content .testimonial-dots .dot{width:8px;height:8px;border-radius:50%;border:none;background:rgba(0,0,0,.15);cursor:pointer;padding:0;transition:all .2s ease}.testimonial-modal-content .testimonial-dots .dot:hover{background:rgba(0,0,0,.3)}.testimonial-modal-content .testimonial-dots .dot.active{background:linear-gradient(135deg,#4d4397,#6b5ce7);transform:scale(1.2)}@keyframes slideInLeft{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.testimonial-modal-content .mobile-sticky-testimonial,.testimonial-modal-content .report-modal-overlay,.testimonial-modal-content .view-report-btn-container{display:none}.testimonial-modal-content .report-scroll-container{position:relative;width:100%;max-width:500px;height:var(--report-height);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;border-radius:12px;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 12px rgba(0,0,0,.04);background:#fff;transition:box-shadow .2s ease,transform .2s ease}.testimonial-modal-content .report-scroll-container:hover{box-shadow:0 8px 28px rgba(0,0,0,.12);transform:translateY(-3px)}.testimonial-modal-content .report-scroll-container:hover .scroll-indicator{opacity:0}.testimonial-modal-content .report-scroll-container .scroll-indicator{position:absolute;bottom:12px;right:12px;display:flex;align-items:center;gap:6px;padding:6px 10px;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);border-radius:20px;color:hsla(0,0%,100%,.8);font-family:Inter,sans-serif;font-size:11px;font-weight:500;opacity:1;transition:opacity .3s ease;pointer-events:none;z-index:20}.testimonial-modal-content .report-scroll-container .scroll-indicator svg{width:14px;height:18px}.testimonial-modal-content .report-scroll-container .scroll-indicator .scroll-dot{animation:scroll-bounce 1.5s ease-in-out infinite;transform-origin:center}.testimonial-modal-content .report-scroll-container .scroll-indicator .scroll-text{letter-spacing:.3px}.testimonial-modal-content .report-scroll-container::-webkit-scrollbar{width:6px}.testimonial-modal-content .report-scroll-container::-webkit-scrollbar-track{background:rgba(0,0,0,.05);border-radius:3px}.testimonial-modal-content .report-scroll-container::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:3px}.testimonial-modal-content .report-scroll-container::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}.testimonial-modal-content .report-page{width:100%;display:block}.testimonial-modal-content .tesla-pricing-card{position:relative;width:100%;max-width:360px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:15px;box-shadow:0 4px 12px rgba(0,0,0,.06);overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.testimonial-modal-content .tesla-pricing-card:hover{box-shadow:0 8px 28px rgba(0,0,0,.12);transform:translateY(-3px)}.testimonial-modal-content .fine-print-toggle{position:absolute;top:10px;right:10px;width:22px;height:22px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;color:silver;transition:all .2s ease;z-index:5}.testimonial-modal-content .fine-print-toggle:hover{color:#888;background:rgba(0,0,0,.04)}.testimonial-modal-content .fine-print-toggle.active{color:#4d4397;background:rgba(77,67,151,.08)}.testimonial-modal-content .fine-print-content{position:absolute;top:36px;right:10px;width:200px;padding:10px 12px;background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);z-index:10;animation:fadeIn .15s ease-out}.testimonial-modal-content .fine-print-content p{font-family:Inter,sans-serif;font-weight:400;font-size:10px;line-height:1.5;color:#666;margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.testimonial-modal-content .tesla-stats{display:grid;grid-template-columns:repeat(3,1fr);padding:22px 15px 5px}.testimonial-modal-content .tesla-stat{text-align:center;cursor:pointer;transition:all .2s ease}.testimonial-modal-content .tesla-stat .tesla-stat-value{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;font-weight:600;font-size:var(--price-font-size);color:#171717;line-height:1;letter-spacing:-.5px;transition:all .2s ease}.testimonial-modal-content .tesla-stat .tesla-stat-label{font-family:Inter,sans-serif;font-weight:400;font-size:11px;color:#717171;margin-top:6px;transition:color .2s ease}.testimonial-modal-content .tesla-stat.active .tesla-stat-value{background:linear-gradient(135deg,#4d4397,#6b5ce7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.testimonial-modal-content .tesla-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #ebebeb;padding:0 16px}.testimonial-modal-content .tesla-tab{padding:14px 0 10px;font-family:Inter,sans-serif;font-weight:400;font-size:13px;color:#717171;background:transparent;border:none;cursor:pointer;position:relative;transition:color .2s ease;text-align:center}.testimonial-modal-content .tesla-tab:hover{color:#171717}.testimonial-modal-content .tesla-tab.active{color:#171717;font-weight:500}.testimonial-modal-content .tesla-tab.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%) scaleX(1);width:56px;height:2px;background:linear-gradient(90deg,#4d4397,#6b5ce7);border-radius:1px;animation:tabIndicator .2s ease-out}@keyframes tabIndicator{0%{transform:translateX(-50%) scaleX(0)}to{transform:translateX(-50%) scaleX(1)}}.testimonial-modal-content .tesla-content{padding:16px}.testimonial-modal-content .content-card{border:1px solid #e5e5e5;border-radius:12px;padding:18px}.testimonial-modal-content .package-header{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.testimonial-modal-content .package-title-row{display:flex;align-items:center;gap:10px;margin-bottom:4px}.testimonial-modal-content .package-name{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;font-weight:600;font-size:18px;color:#171717;margin:0}.testimonial-modal-content .package-badge{display:inline-flex;align-items:center;padding:3px 8px;background:linear-gradient(135deg,#4d4397,#6b5ce7);border-radius:4px;font-family:Inter,sans-serif;font-weight:500;font-size:10px;color:#fff;text-transform:uppercase;letter-spacing:.3px}.testimonial-modal-content .package-subtitle{font-family:Inter,sans-serif;font-weight:400;font-size:13px;color:#717171;margin:0}.testimonial-modal-content .package-cta{width:100%;margin-top:18px;padding:14px 20px;background:linear-gradient(135deg,#4d4397,#6b5ce7);border:none;border-radius:10px;font-family:Inter,sans-serif;font-weight:600;font-size:15px;color:#fff;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(77,67,151,.25)}.testimonial-modal-content .package-cta:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(77,67,151,.35)}.testimonial-modal-content .package-cta:active{transform:translateY(0)}.testimonial-modal-content .how-it-works{margin-top:18px;padding-top:16px;border-top:1px solid #f0f0f0}.testimonial-modal-content .how-title{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;font-weight:600;font-size:14px;color:#171717;margin:0 0 12px}.testimonial-modal-content .how-steps{display:flex;gap:12px;margin-bottom:12px}.testimonial-modal-content .how-step{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px}.testimonial-modal-content .step-number{width:24px;height:24px;background:linear-gradient(135deg,#4d4397,#6b5ce7);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-weight:600;font-size:12px;color:#fff}.testimonial-modal-content .step-text{font-family:Inter,sans-serif;font-weight:400;font-size:11px;color:#717171;text-align:center}.testimonial-modal-content .how-tagline{font-family:Inter,sans-serif;font-weight:500;font-size:12px;color:#171717;text-align:center;margin:0}.testimonial-modal-content .how-it-works-compact{padding:0 16px 16px;text-align:center}.testimonial-modal-content .how-steps-row{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:4px}.testimonial-modal-content .how-steps-row .step{font-family:Inter,sans-serif;font-weight:500;font-size:11px;color:#4d4397}.testimonial-modal-content .how-steps-row .step-arrow{font-size:10px;color:#b0b0b0}.testimonial-modal-content .how-tagline-compact{font-family:Inter,sans-serif;font-weight:400;font-size:10px;color:#888;margin:0}.testimonial-modal-content .primary-cta{width:100%;margin-top:16px;padding:14px 20px;background:linear-gradient(135deg,#4d4397,#6b5ce7);border:none;border-radius:10px;font-family:Inter,sans-serif;font-weight:600;font-size:15px;color:#fff;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(77,67,151,.25)}.testimonial-modal-content .primary-cta:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(77,67,151,.35)}.testimonial-modal-content .primary-cta:active{transform:translateY(0)}.testimonial-modal-content .feature-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.testimonial-modal-content .feature-item{display:flex;align-items:flex-start;gap:12px}.testimonial-modal-content .feature-item .feature-icon-wrapper{width:22px;height:22px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.testimonial-modal-content .feature-item .feature-icon{width:20px;height:20px;color:#4d4397}.testimonial-modal-content .feature-item .feature-text{display:flex;flex-direction:column;gap:2px;flex:1}.testimonial-modal-content .feature-item .feature-text .feature-title{display:block;font-family:Inter,sans-serif;font-weight:500;font-size:14px;color:#171717;line-height:1.3}.testimonial-modal-content .feature-item .feature-text .feature-desc{display:block;font-family:Inter,sans-serif;font-weight:400;font-size:12px;color:#717171;line-height:1.3}.testimonial-modal-content .tesla-footer{position:relative;display:flex;justify-content:center;align-items:center;padding:18px 20px;border-top:1px solid #ebebeb;cursor:pointer;overflow:hidden;transition:all .6s cubic-bezier(.23,1,.32,1)}.testimonial-modal-content .tesla-footer .footer-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;background:#4d4397;border-radius:50%;opacity:0;transition:all .8s cubic-bezier(.19,1,.22,1)}.testimonial-modal-content .tesla-footer .footer-arrow-left{position:absolute;left:-25%;z-index:1;color:#171717;transition:all .8s cubic-bezier(.34,1.56,.64,1)}.testimonial-modal-content .tesla-footer .footer-arrow-right{position:relative;z-index:1;margin-left:8px;color:#717171;transition:all .8s cubic-bezier(.34,1.56,.64,1)}.testimonial-modal-content .tesla-footer .footer-text{position:relative;z-index:1;font-family:Inter,sans-serif;font-weight:500;font-size:14px;color:#171717;transition:all .8s ease-out}.testimonial-modal-content .tesla-footer:hover .footer-circle{width:400px;height:400px;opacity:1}.testimonial-modal-content .tesla-footer:hover .footer-arrow-left{left:20px;color:#fff}.testimonial-modal-content .tesla-footer:hover .footer-arrow-right{margin-left:50px;opacity:0;color:#fff}.testimonial-modal-content .tesla-footer:hover .footer-text{color:#fff}.testimonial-modal-content .tesla-footer:active{transform:scale(.98)}.testimonial-modal-content .tesla-footer.active .footer-circle{width:400px;height:400px;opacity:1}.testimonial-modal-content .tesla-footer.active .footer-arrow-left{left:20px;color:#fff}.testimonial-modal-content .tesla-footer.active .footer-arrow-right{margin-left:50px;opacity:0;color:#fff}.testimonial-modal-content .tesla-footer.active .footer-text{color:#fff}.testimonial-modal-content .modal-three-columns{container-type:inline-size}.testimonial-modal-content .center-section{transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1)}.testimonial-modal-content .right-section{transition:transform .5s cubic-bezier(.4,0,.2,1)}.testimonial-modal-content .center-section.hidden{transform:translateX(-120%);opacity:0;pointer-events:none}.testimonial-modal-content .right-section.centered{transform:translateX(calc(-50cqw + 135px))}.testimonial-modal-content .payment-section{position:absolute;right:30px;top:20px;bottom:20px;width:var(--payment-section-width);opacity:0;pointer-events:none;transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1);display:flex;align-items:flex-start;justify-content:center;overflow-y:auto;overflow-x:hidden;transform:translateX(100%)}.testimonial-modal-content .payment-section.visible{transform:translateX(0);opacity:1;pointer-events:auto}.testimonial-modal-content .payment-card{position:relative;width:100%;max-width:360px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:15px;box-shadow:0 4px 12px rgba(0,0,0,.06);padding:24px;transition:box-shadow .2s ease,transform .2s ease}.testimonial-modal-content .payment-card:hover{box-shadow:0 8px 28px rgba(0,0,0,.12);transform:translateY(-3px)}.testimonial-modal-content .payment-back-btn{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;background:rgba(0,0,0,.04);border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#717171;transition:all .2s ease}.testimonial-modal-content .payment-back-btn:hover{background:rgba(0,0,0,.08);color:#171717}.testimonial-modal-content .payment-header{margin-bottom:20px;padding-right:40px}.testimonial-modal-content .payment-header .payment-title{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;font-weight:600;font-size:20px;color:#171717;margin:0 0 4px}.testimonial-modal-content .payment-header .payment-subtitle{font-family:Inter,sans-serif;font-weight:400;font-size:13px;color:#717171;margin:0}.testimonial-modal-content .payment-summary{background:#fafafa;border-radius:10px;padding:16px;margin-bottom:20px}.testimonial-modal-content .payment-summary .summary-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.testimonial-modal-content .payment-summary .summary-row:not(:last-child){border-bottom:1px solid #ebebeb}.testimonial-modal-content .payment-summary .summary-row.total{padding-top:12px;margin-top:4px}.testimonial-modal-content .payment-summary .summary-row.total .summary-label,.testimonial-modal-content .payment-summary .summary-row.total .summary-value{font-weight:600;font-size:16px;color:#171717}.testimonial-modal-content .payment-summary .summary-row.total .summary-value{background:linear-gradient(135deg,#4d4397,#6b5ce7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.testimonial-modal-content .payment-summary .summary-row .summary-label{font-family:Inter,sans-serif;font-weight:400;font-size:13px;color:#717171}.testimonial-modal-content .payment-summary .summary-row .summary-value{font-family:Inter,sans-serif;font-weight:500;font-size:13px;color:#171717}.testimonial-modal-content .payment-form{display:flex;flex-direction:column;gap:14px;margin-bottom:16px}.testimonial-modal-content .payment-form.compact{gap:10px}.testimonial-modal-content .payment-form .form-field{display:flex;flex-direction:column;gap:6px}.testimonial-modal-content .payment-form .form-field.half{flex:1}.testimonial-modal-content .payment-form .form-field label{font-family:Inter,sans-serif;font-weight:500;font-size:13px;color:#171717}.testimonial-modal-content .payment-form .form-row{display:flex;gap:12px}.testimonial-modal-content .payment-form .input-with-icon{position:relative}.testimonial-modal-content .payment-form .input-with-icon .payment-input{padding-right:36px}.testimonial-modal-content .payment-form .input-with-icon .input-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#9e9e9e}.testimonial-modal-content .payment-form .payment-input{width:100%;height:44px;padding:0 12px;font-family:Inter,sans-serif;font-size:14px;color:#171717;background:#fff;border:1px solid #e5e5e5;border-radius:8px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.testimonial-modal-content .payment-form .payment-input::placeholder{color:#9e9e9e}.testimonial-modal-content .payment-form .payment-input:focus{border-color:#4d4397;box-shadow:0 0 0 3px rgba(77,67,151,.1)}.testimonial-modal-content .payment-form .payment-input.error{border-color:#dc2626}.testimonial-modal-content .payment-form .payment-input.error:focus{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.1)}.testimonial-modal-content .payment-form .payment-input:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.7}.testimonial-modal-content .payment-form .field-error{font-family:Inter,sans-serif;font-size:12px;color:#dc2626;margin-top:2px}.testimonial-modal-content .payment-form .coupon-toggle{background:none;border:none;padding:0;font-family:Inter,sans-serif;font-size:13px;color:#4d4397;cursor:pointer;text-decoration:underline;text-align:left}.testimonial-modal-content .payment-form .coupon-toggle:hover{text-decoration:none}.testimonial-modal-content .payment-form .pay-button{width:100%;height:48px;background:linear-gradient(135deg,#4d4397,#6b5ce7);border:none;border-radius:10px;font-family:Inter,sans-serif;font-weight:600;font-size:15px;color:#fff;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(77,67,151,.25);margin-top:4px;display:flex;align-items:center;justify-content:center;gap:8px}.testimonial-modal-content .payment-form .pay-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(77,67,151,.35)}.testimonial-modal-content .payment-form .pay-button:active:not(:disabled){transform:translateY(0)}.testimonial-modal-content .payment-form .pay-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.testimonial-modal-content .guest-email-section{margin-bottom:20px}.testimonial-modal-content .guest-email-section .guest-email-field{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.testimonial-modal-content .guest-email-section .guest-email-label{font-family:Inter,sans-serif;font-weight:500;font-size:13px;color:#171717}.testimonial-modal-content .guest-email-section .guest-email-input{width:100%;height:44px;padding:0 12px;font-family:Inter,sans-serif;font-size:14px;color:#171717;background:#fff;border:1px solid #e5e5e5;border-radius:8px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.testimonial-modal-content .guest-email-section .guest-email-input::placeholder{color:#9e9e9e}.testimonial-modal-content .guest-email-section .guest-email-input:focus{border-color:#4d4397;box-shadow:0 0 0 3px rgba(77,67,151,.1)}.testimonial-modal-content .guest-email-section .guest-email-input.error{border-color:#dc2626}.testimonial-modal-content .guest-email-section .guest-email-input.error:focus{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.1)}.testimonial-modal-content .guest-email-section .guest-email-error{font-family:Inter,sans-serif;font-size:12px;color:#dc2626;margin-top:2px}.testimonial-modal-content .guest-email-section .guest-email-hint{font-family:Inter,sans-serif;font-size:12px;color:#6b7280;margin:0 0 16px}.testimonial-modal-content .guest-email-section .guest-login-link{color:#4d4397;text-decoration:underline}.testimonial-modal-content .guest-email-section .guest-login-link:hover{text-decoration:none}.testimonial-modal-content .guest-email-section .guest-continue-btn{width:100%;height:48px;background:linear-gradient(135deg,#4d4397,#6b5ce7);border:none;border-radius:10px;font-family:Inter,sans-serif;font-weight:600;font-size:15px;color:#fff;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(77,67,151,.25)}.testimonial-modal-content .guest-email-section .guest-continue-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(77,67,151,.35)}.testimonial-modal-content .guest-email-section .guest-continue-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.testimonial-modal-content .payment-error{display:flex;align-items:center;gap:8px;padding:12px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:12px}.testimonial-modal-content .payment-error svg{color:#dc2626;flex-shrink:0}.testimonial-modal-content .payment-error span{font-family:Inter,sans-serif;font-size:13px;color:#dc2626}.testimonial-modal-content .security-badge{display:flex;align-items:center;justify-content:center;gap:5px}.testimonial-modal-content .security-badge .lock-icon{color:#9e9e9e}.testimonial-modal-content .security-badge span{font-family:Inter,sans-serif;font-size:12px;color:#9e9e9e}.testimonial-modal-content .security-badge .stripe-logo{height:14px;width:auto}.testimonial-modal-content .stripe-payment-container{min-height:200px}.testimonial-modal-content .stripe-payment-container .payment-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;color:#6b7280}.testimonial-modal-content .stripe-payment-container .payment-loading .animate-spin{animation:spin 1s linear infinite}.testimonial-modal-content .stripe-payment-container .payment-loading span{font-family:Inter,sans-serif;font-size:14px}.testimonial-modal-content .stripe-payment-container .payment-error-state{display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px 24px;text-align:center}.testimonial-modal-content .stripe-payment-container .payment-error-state p{font-family:Inter,sans-serif;font-size:14px;color:#6b7280;margin:0}.testimonial-modal-content .stripe-payment-container .payment-error-state .retry-button{padding:10px 24px;background:#6366f1;color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.testimonial-modal-content .stripe-payment-container .payment-error-state .retry-button:hover{background:#4f46e5;transform:translateY(-1px)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.testimonial-modal-content .payment-success-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 24px}.testimonial-modal-content .payment-success-state .success-icon{width:64px;height:64px;margin-bottom:20px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(34,197,94,.3)}.testimonial-modal-content .payment-success-state .success-icon svg{width:32px;height:32px;color:#fff}.testimonial-modal-content .payment-success-state .success-title{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;font-size:22px;font-weight:700;color:#171717;margin:0 0 8px}.testimonial-modal-content .payment-success-state .success-message{font-family:Inter,sans-serif;font-size:14px;color:#717171;margin:0 0 20px;line-height:1.5}.testimonial-modal-content .payment-success-state .success-info{background:#f0f9ff;border:1px solid #bae6fd;border-radius:12px;padding:16px;margin-bottom:24px;width:100%;display:flex;gap:14px;text-align:left}.testimonial-modal-content .payment-success-state .success-info .success-info-icon{flex-shrink:0;width:40px;height:40px;background:#0ea5e9;border-radius:10px;display:flex;align-items:center;justify-content:center}.testimonial-modal-content .payment-success-state .success-info .success-info-icon svg{width:20px;height:20px;color:#fff}.testimonial-modal-content .payment-success-state .success-info .success-info-text{flex:1}.testimonial-modal-content .payment-success-state .success-info .success-info-title{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;font-size:14px;font-weight:600;color:#0c4a6e;margin:0 0 4px}.testimonial-modal-content .payment-success-state .success-info .success-info-desc{font-family:Inter,sans-serif;font-size:13px;color:#0369a1;margin:0 0 6px;line-height:1.4}.testimonial-modal-content .payment-success-state .success-info .success-info-desc strong{font-weight:600;color:#0c4a6e}.testimonial-modal-content .payment-success-state .success-info .success-info-hint{font-family:Inter,sans-serif;font-size:12px;color:#0284c7;margin:0;line-height:1.4}.testimonial-modal-content .payment-success-state .success-actions{display:flex;flex-direction:column;gap:10px;width:100%}.testimonial-modal-content .payment-success-state .success-btn{display:flex;align-items:center;justify-content:center;width:100%;height:44px;border-radius:10px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s ease}.testimonial-modal-content .payment-success-state .success-btn.primary{background:linear-gradient(135deg,#5e4ce5,#7c6aef);color:#fff;border:none;box-shadow:0 4px 14px rgba(94,76,229,.3)}.testimonial-modal-content .payment-success-state .success-btn.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(94,76,229,.4)}.testimonial-modal-content .payment-success-state .success-btn.secondary{background:transparent;color:#717171;border:1px solid #e5e5e5}.testimonial-modal-content .payment-success-state .success-btn.secondary:hover{background:#f5f5f5;border-color:#d4d4d4}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.testimonial-modal-content .downsell-toast{position:fixed;top:0;left:0;right:0;bottom:0;z-index:100;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.4);backdrop-filter:blur(4px);animation:overlayFadeIn .3s ease-out}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.testimonial-modal-content .downsell-toast-content{position:relative;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:24px;padding:40px 48px;text-align:center;min-width:360px;max-width:420px;box-shadow:0 4px 24px rgba(0,0,0,.15),0 12px 48px rgba(0,0,0,.12);animation:toastFadeIn .5s cubic-bezier(.16,1,.3,1)}@keyframes toastFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.testimonial-modal-content .downsell-toast-icon{width:56px;height:56px;margin:0 auto 20px;background:linear-gradient(145deg,#f8f8fa,#ebebf0);border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.06)}.testimonial-modal-content .downsell-toast-icon svg{width:28px;height:28px;color:#4d4397}.testimonial-modal-content .downsell-toast-headline{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;font-weight:600;font-size:22px;letter-spacing:-.3px;color:#1d1d1f;margin:0 0 8px;line-height:1.2}.testimonial-modal-content .downsell-toast-subhead{font-family:Inter,sans-serif;font-weight:400;font-size:15px;color:#86868b;margin:0 0 24px;line-height:1.5}.testimonial-modal-content .downsell-toast-progress{width:100%;height:4px;background:rgba(0,0,0,.06);border-radius:4px;overflow:hidden}.testimonial-modal-content .downsell-toast-progress-bar{height:100%;width:100%;background:linear-gradient(90deg,#4d4397,#6b5ce7 50%,#8b7cf7);border-radius:4px;animation:progressCountdown 3s linear forwards}@keyframes progressCountdown{0%{width:100%}to{width:0}}.testimonial-modal-content .tesla-stats.downsell-stats{display:flex;justify-content:center;padding:22px 15px 5px}.testimonial-modal-content .tesla-stats.downsell-stats .tesla-stat-value{background:linear-gradient(135deg,#4d4397,#6b5ce7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.testimonial-modal-content .tesla-tabs.downsell-tabs{display:flex;justify-content:center;padding:0 16px}.testimonial-modal-content .tesla-tabs.downsell-tabs .tesla-tab{cursor:default}.testimonial-modal-content .downsell-content{animation:contentFadeIn .4s ease-out}@keyframes contentFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.testimonial-modal-content .downsell-warning{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;padding:12px 16px;background:linear-gradient(135deg,rgba(77,67,151,.08),rgba(107,92,231,.04));border-radius:8px;border:1px solid rgba(77,67,151,.15)}.testimonial-modal-content .downsell-warning svg{color:#4d4397;flex-shrink:0}.testimonial-modal-content .downsell-warning span{font-family:Inter,sans-serif;font-weight:500;font-size:12px;color:#4d4397;line-height:1.3}@media screen and (max-width:1280px){.testimonial-modal-content{--modal-width:95vw;--modal-height:700px;--left-section-width:280px;--right-section-width:340px;--payment-section-width:340px;--report-height:580px;--testimonial-card-min-height:300px;--price-font-size:24px}.testimonial-modal-content .right-section.centered{transform:translateX(calc(-50cqw + 115px))}.testimonial-modal-content .payment-section{right:20px}}@media screen and (max-width:1024px){.testimonial-modal-content{--modal-width:95vw;--left-padding:0 24px 24px 24px;--center-padding:16px;--right-padding:16px;--report-height:400px;--testimonial-card-min-height:240px;--price-font-size:24px;width:var(--modal-width);height:auto;max-height:90vh;overflow-y:auto;overscroll-behavior:contain}.testimonial-modal-content .modal-close-btn{position:sticky;top:8px;left:8px;z-index:100;background:hsla(0,0%,100%,.9);backdrop-filter:blur(8px)}.testimonial-modal-content .modal-three-columns{flex-direction:column;align-items:center;height:auto;overflow:visible;padding-top:0}.testimonial-modal-content .left-section,.testimonial-modal-content .right-section{width:100%;min-width:unset;max-width:500px;height:auto}.testimonial-modal-content .tesla-pricing-card{max-width:100%}.testimonial-modal-content .tesla-footer{padding:16px 20px}.testimonial-modal-content .tesla-footer .footer-text{font-size:15px;font-weight:600}.testimonial-modal-content .tesla-footer .footer-arrow-left,.testimonial-modal-content .tesla-footer .footer-arrow-right{width:16px;height:16px}.testimonial-modal-content .tesla-footer.active .footer-circle,.testimonial-modal-content .tesla-footer:hover .footer-circle{width:600px;height:600px}.testimonial-modal-content .tesla-footer.active .footer-arrow-left,.testimonial-modal-content .tesla-footer:hover .footer-arrow-left{left:16px}.testimonial-modal-content .tesla-footer.active .footer-arrow-right,.testimonial-modal-content .tesla-footer:hover .footer-arrow-right{margin-left:40px}.testimonial-modal-content .right-section{padding-bottom:40px}.testimonial-modal-content .center-section,.testimonial-modal-content .left-section .testimonial-card-container{display:none}.testimonial-modal-content .mobile-sticky-testimonial{display:flex;flex-direction:column;align-items:center;position:sticky;top:0;z-index:10;background:#fff;width:100%;max-width:500px;padding:12px 16px;box-sizing:border-box}.testimonial-modal-content .mobile-sticky-testimonial .testimonial-card{width:100%}.testimonial-modal-content .mobile-sticky-testimonial .testimonial-card .card-content{padding:14px}.testimonial-modal-content .mobile-sticky-testimonial .testimonial-card .user-avatar{width:36px;height:36px}.testimonial-modal-content .mobile-sticky-testimonial .testimonial-card .user-name{font-size:13px}.testimonial-modal-content .mobile-sticky-testimonial .testimonial-card .user-role{font-size:10px}.testimonial-modal-content .mobile-sticky-testimonial .testimonial-card .testimonial-text{font-size:11px;line-height:1.5}.testimonial-modal-content .mobile-sticky-testimonial .testimonial-card .company-logo{height:18px;margin-bottom:8px}.testimonial-modal-content .mobile-sticky-testimonial .testimonial-dots{width:100%;margin-top:8px}.testimonial-modal-content .mobile-sticky-testimonial .testimonial-dots .dot{width:6px;height:6px}.testimonial-modal-content .view-report-btn-container{display:inline-flex;margin-top:12px;border:none;background:transparent;padding:0;cursor:pointer}.testimonial-modal-content .view-report-btn-container .view-report-btn{padding:8px 16px;background:linear-gradient(135deg,#4d4397,#6b5ce7);border:none;border-radius:200px;box-shadow:0 2px 8px rgba(77,67,151,.3);display:flex;align-items:center;justify-content:center;transition:all .2s ease}.testimonial-modal-content .view-report-btn-container .view-report-btn .btn-text{font-family:Inter,sans-serif;font-weight:500;font-size:12px;color:#fff;text-align:center;white-space:nowrap}.testimonial-modal-content .view-report-btn-container:hover .view-report-btn{transform:translateY(-1px);box-shadow:0 4px 12px rgba(77,67,151,.4)}.testimonial-modal-content .view-report-btn-container:active .view-report-btn{transform:translateY(0)}.testimonial-modal-content .report-modal-overlay{display:flex;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);z-index:1000;align-items:center;justify-content:center;padding:20px;animation:modalFadeIn .3s ease-out}.testimonial-modal-content .report-modal{position:relative;width:100%;max-width:600px;max-height:80vh;background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.3);overflow:hidden;animation:modalSlideUp .3s ease-out}.testimonial-modal-content .report-modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:none;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;transition:all .2s ease;z-index:10}.testimonial-modal-content .report-modal-close svg{width:18px;height:18px}.testimonial-modal-content .report-modal-close:hover{background:rgba(0,0,0,.8);transform:scale(1.05)}.testimonial-modal-content .report-modal-content{width:100%;max-height:80vh;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}.testimonial-modal-content .report-modal-content::-webkit-scrollbar{width:6px}.testimonial-modal-content .report-modal-content::-webkit-scrollbar-track{background:rgba(0,0,0,.05)}.testimonial-modal-content .report-modal-content::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:3px}.testimonial-modal-content .report-modal-content::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}.testimonial-modal-content .report-modal-content .report-page{width:100%;display:block}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.testimonial-modal-content .right-section{transition:none}.testimonial-modal-content .right-section.centered{transform:none}.testimonial-modal-content .payment-section{position:relative;right:auto;top:auto;bottom:auto;transform:translateY(30px);width:100%;max-width:500px;opacity:0;margin-top:20px;display:none;scroll-margin-top:240px;overflow:visible}.testimonial-modal-content .payment-section.visible{display:flex;transform:translateY(0);opacity:1}.testimonial-modal-content .payment-card{max-width:100%}}@media screen and (max-width:768px){.testimonial-modal-content{--left-padding:20px 16px;--center-padding:12px;--right-padding:12px;--report-height:350px;--testimonial-card-min-height:220px;--price-font-size:22px;--title-font-size:24px}.testimonial-modal-content .modal-close-btn{top:10px;left:10px}.testimonial-modal-content .why-askitect-section .section-title{font-size:var(--title-font-size)}.testimonial-modal-content .tesla-pricing-card{max-width:100%}.testimonial-modal-content .tesla-tabs{padding:0 12px}.testimonial-modal-content .tesla-tab{font-size:12px;padding:12px 0 8px}.testimonial-modal-content .tesla-content{padding:12px}.testimonial-modal-content .content-card{padding:14px}.testimonial-modal-content .feature-item .feature-text .feature-title{font-size:13px}.testimonial-modal-content .feature-item .feature-text .feature-desc{font-size:11px}.testimonial-modal-content .payment-section{margin-top:16px;scroll-margin-top:220px}.testimonial-modal-content .tesla-footer{padding:14px 18px}.testimonial-modal-content .tesla-footer .footer-text{font-size:14px;font-weight:600}.testimonial-modal-content .tesla-footer .footer-arrow-left,.testimonial-modal-content .tesla-footer .footer-arrow-right{width:14px;height:14px}.testimonial-modal-content .tesla-footer.active .footer-circle,.testimonial-modal-content .tesla-footer:hover .footer-circle{width:550px;height:550px}.testimonial-modal-content .tesla-footer.active .footer-arrow-left,.testimonial-modal-content .tesla-footer:hover .footer-arrow-left{left:14px}.testimonial-modal-content .tesla-footer.active .footer-arrow-right,.testimonial-modal-content .tesla-footer:hover .footer-arrow-right{margin-left:30px}.testimonial-modal-content .right-section{padding-bottom:32px}.testimonial-modal-content .mobile-sticky-testimonial{padding:10px 14px}.testimonial-modal-content .mobile-sticky-testimonial .testimonial-card .card-content{padding:12px}.testimonial-modal-content .mobile-sticky-testimonial .testimonial-card .user-header{margin-bottom:8px}.testimonial-modal-content .mobile-sticky-testimonial .testimonial-dots{margin-top:6px}.testimonial-modal-content .payment-card{padding:20px}.testimonial-modal-content .payment-header .payment-title{font-size:18px}}@media screen and (max-width:480px){.testimonial-modal-content{--left-padding:16px 12px;--report-height:300px;--testimonial-card-min-height:200px;--price-font-size:20px;--title-font-size:22px}.testimonial-modal-content .payment-section{scroll-margin-top:200px}.testimonial-modal-content .tesla-footer{padding:12px 16px}.testimonial-modal-content .tesla-footer .footer-text{font-size:13px;font-weight:600}.testimonial-modal-content .tesla-footer .footer-arrow-left,.testimonial-modal-content .tesla-footer .footer-arrow-right{width:12px;height:12px}.testimonial-modal-content .tesla-footer.active .footer-circle,.testimonial-modal-content .tesla-footer:hover .footer-circle{width:500px;height:500px}.testimonial-modal-content .tesla-footer.active .footer-arrow-left,.testimonial-modal-content .tesla-footer:hover .footer-arrow-left{left:12px}.testimonial-modal-content .tesla-footer.active .footer-arrow-right,.testimonial-modal-content .tesla-footer:hover .footer-arrow-right{margin-left:24px}.testimonial-modal-content .right-section{padding-bottom:24px}.testimonial-modal-content .mobile-sticky-testimonial{padding:8px 12px}.testimonial-modal-content .mobile-sticky-testimonial .testimonial-card .card-content{padding:10px}.testimonial-modal-content .mobile-sticky-testimonial .testimonial-card .user-avatar{width:32px;height:32px}.testimonial-modal-content .mobile-sticky-testimonial .testimonial-card .user-header{gap:8px;margin-bottom:6px}.testimonial-modal-content .mobile-sticky-testimonial .testimonial-card .testimonial-text{font-size:10px}.testimonial-modal-content .mobile-sticky-testimonial .testimonial-dots{margin-top:4px;gap:6px}.testimonial-modal-content .tesla-stats{padding:20px 12px 16px}.testimonial-modal-content .tesla-stat-label{font-size:10px}.testimonial-modal-content .how-steps-row{flex-wrap:wrap;gap:4px}.testimonial-modal-content .how-steps-row .step{font-size:10px}.testimonial-modal-content .how-steps-row .step-arrow{font-size:8px}.testimonial-modal-content .how-tagline-compact{font-size:9px}.testimonial-modal-content .payment-card{padding:16px}.testimonial-modal-content .payment-summary{padding:12px}.testimonial-modal-content .payment-form-placeholder .form-field{margin-bottom:12px}.testimonial-modal-content .payment-form-placeholder .form-field .field-input{height:40px}.testimonial-modal-content .pay-button-placeholder{height:44px}.testimonial-modal-content .pay-button-placeholder span{font-size:14px}}.professional-section{position:relative;width:100%;min-height:800px;background:#fff;margin-top:0;padding:100px 0 75px;z-index:2;overflow-x:hidden}.professional-section .professional-container{position:relative;width:1440px;margin:0 auto;max-width:100%}.professional-section .professional-container .title-section{width:580px;margin:0 auto 30px;text-align:center}.professional-section .professional-container .title-section .main-title{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;font-weight:800;font-size:64px;line-height:1.2;letter-spacing:-1.92px;color:#000;margin:0 0 20px}.professional-section .professional-container .title-section .main-title .highlight-text{color:#4d4397}.professional-section .professional-container .title-section .subtitle{font-family:Inter,sans-serif;font-weight:400;font-size:15px;line-height:22px;color:#000;margin:0;text-wrap:balance;max-width:100%}.professional-section .professional-container .testimonials-loop-container{width:100%;height:auto;min-height:730px;overflow:hidden;touch-action:pan-x pan-y}.professional-section .professional-container .testimonials-loop-container .testimonials-loop{height:auto;min-height:100%;overflow-y:hidden!important;padding-bottom:25px!important}.professional-section .testimonial-column{display:flex;flex-direction:column;gap:35px;width:350px;flex-shrink:0}.professional-section .card-link{text-decoration:none;color:inherit;display:block;width:fit-content}.professional-section .clickable-card{cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.professional-section .clickable-card:hover{transform:translateY(-4px)}.professional-section .clickable-card:hover .card-bottom-section{box-shadow:0 6px 16px rgba(77,67,151,.2)}.professional-section .clickable-card:active{transform:translateY(-2px)}.professional-section .image-card{width:350px;height:auto;display:flex;flex-direction:column;flex-shrink:0}.professional-section .image-card .card-image-container{position:relative;width:100%;height:225px}.professional-section .image-card .card-image-container .card-top-image{width:100%;height:100%;object-fit:cover;border-top-left-radius:26.37px;border-top-right-radius:26.37px;border:.799px solid hsla(0,0%,7%,.05)}.professional-section .image-card .card-image-container .overlay-text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-family:var(--font-inter-tight),"Inter Tight",sans-serif;font-weight:800;text-align:center;white-space:nowrap;overflow:visible;padding:4px 0;display:flex;flex-direction:column;align-items:center;gap:2px}.professional-section .image-card .card-image-container .overlay-text .overlay-title{font-size:44px;line-height:1.1;letter-spacing:-1.3px}.professional-section .image-card .card-image-container .overlay-text .overlay-subtitle{font-size:28px;line-height:1.2}.professional-section .image-card .card-bottom-section{width:100%;min-height:80px;background:#fff;border-bottom-left-radius:26.37px;border-bottom-right-radius:26.37px;box-shadow:0 3.196px 3.196px 0 rgba(0,0,0,.25);border:.799px solid hsla(0,0%,7%,.05);border-top:none;display:flex;align-items:flex-start;padding:15px 19px;box-sizing:border-box}.professional-section .image-card .card-bottom-section .bottom-text{font-family:Inter,sans-serif;font-weight:400;font-size:14px;color:rgba(0,0,0,.5);margin:0;line-height:1.4}.professional-section .image-card .overlay-text{text-shadow:0 0 8px hsla(0,0%,100%,.9),0 0 15px hsla(0,0%,100%,.7),0 0 25px hsla(0,0%,100%,.5);color:#4d4397}.professional-section .testimonial-card{width:350px;flex-shrink:0}.professional-section .testimonial-card.clickable{cursor:pointer;transition:transform .3s ease}.professional-section .testimonial-card.clickable .card-content{transition:box-shadow .3s ease}.professional-section .testimonial-card.clickable:hover{transform:translateY(-4px)}.professional-section .testimonial-card.clickable:hover .card-content{box-shadow:0 6px 16px rgba(77,67,151,.2)}.professional-section .testimonial-card.clickable:active{transform:translateY(-2px)}.professional-section .card-content{width:100%;min-height:305px;padding:35px 40px;background:#fff;border:.799px solid hsla(0,0%,7%,.05);border-radius:26.37px;box-shadow:0 3.196px 3.196px 0 rgba(0,0,0,.25)}.professional-section .card-content>:last-child{margin-bottom:0!important}.professional-section .card-content>.user-company{font-family:Inter,sans-serif;font-weight:700;font-style:italic;font-size:14px;line-height:19px;color:#161d3a;margin:0 0 17px}.professional-section .card-content .user-header{display:flex;align-items:flex-start;gap:13px;margin-bottom:17px}.professional-section .card-content .user-header .user-avatar{width:60px;height:60px;border-radius:50%;flex-shrink:0;object-fit:cover}.professional-section .card-content .user-header .user-details{flex:1;padding-top:8px}.professional-section .card-content .user-header .user-details .user-name{font-family:Inter,sans-serif;font-weight:400;font-size:12.785px;line-height:17.58px;color:#000;margin:0 0 2px}.professional-section .card-content .user-header .user-details .user-role{font-family:Inter,sans-serif;font-weight:500;font-size:12.785px;line-height:17.58px;color:#161d3a;margin:0}.professional-section .card-content .company-logo{width:103.448px;height:25px;margin-bottom:15px}.professional-section .card-content .company-logo img{width:100%;height:100%;object-fit:contain}.professional-section .card-content .testimonial-text{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:20px;color:#000;margin:0}@media screen and (max-width:375px){.professional-section{min-height:80svh;display:flex;flex-direction:column;padding:70px 0 60px;box-sizing:border-box}.professional-section .professional-container{flex:1;display:flex;flex-direction:column;padding:0}.professional-section .professional-container .title-section{width:100%;padding:0 12px;margin-bottom:30px}.professional-section .professional-container .title-section .main-title{font-size:24px;letter-spacing:-.5px;margin-bottom:20px}.professional-section .professional-container .title-section .subtitle{font-size:11px;line-height:16px}.professional-section .professional-container .testimonials-loop-container{flex:1;min-height:300px;width:100%;margin:0;overflow:hidden;display:flex;align-items:center}.professional-section .professional-container .testimonials-loop-container .testimonials-loop{padding-bottom:15px!important;width:100%}.professional-section .testimonial-column{width:155px;gap:16px}.professional-section .image-card{width:155px;height:auto}.professional-section .testimonial-card{width:155px}.professional-section .image-card .card-image-container{height:100px}.professional-section .image-card .card-image-container .card-top-image{border-top-left-radius:15px;border-top-right-radius:15px}.professional-section .image-card .card-image-container .overlay-text .overlay-title{font-size:26px;letter-spacing:-.5px}.professional-section .image-card .card-image-container .overlay-text .overlay-subtitle{font-size:13px}.professional-section .image-card .card-bottom-section{min-height:35px;padding:7px 8px;align-items:flex-start;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow:0 1.5px 1.5px 0 rgba(0,0,0,.25);border:.4px solid hsla(0,0%,7%,.05);border-top:none}.professional-section .image-card .card-bottom-section .bottom-text{font-size:8px;line-height:1.2}.professional-section .card-content{padding:10px 12px;min-height:135px;border-radius:15px}.professional-section .card-content .user-header{gap:6px;margin-bottom:8px}.professional-section .card-content .user-header .user-avatar{width:28px;height:28px}.professional-section .card-content .user-header .user-details{padding-top:2px}.professional-section .card-content .user-header .user-details .user-name,.professional-section .card-content .user-header .user-details .user-role{font-size:8px;line-height:11px}.professional-section .card-content>.user-company{font-weight:700;font-size:9px;line-height:12px;margin-bottom:6px}.professional-section .card-content .company-logo{width:50px;height:12px;margin-bottom:6px}.professional-section .card-content .testimonial-text{font-size:7px;line-height:11px}}@media screen and (min-width:376px)and (max-width:480px){.professional-section{min-height:80svh;display:flex;flex-direction:column;padding:80px 0 60px;box-sizing:border-box}.professional-section .professional-container{flex:1;display:flex;flex-direction:column;padding:0}.professional-section .professional-container .title-section{width:100%;padding:0 12px;margin-bottom:30px}.professional-section .professional-container .title-section .main-title{font-size:28px;letter-spacing:-.8px;margin-bottom:20px}.professional-section .professional-container .title-section .subtitle{font-size:11px;line-height:16px}.professional-section .professional-container .testimonials-loop-container{flex:1;min-height:320px;width:100%;margin:0;overflow:hidden;display:flex;align-items:center}.professional-section .professional-container .testimonials-loop-container .testimonials-loop{padding-bottom:18px!important;width:100%}.professional-section .testimonial-column{width:175px;gap:20px}.professional-section .image-card{width:175px;height:auto}.professional-section .testimonial-card{width:175px}.professional-section .image-card .card-image-container{height:113px}.professional-section .image-card .card-image-container .card-top-image{border-top-left-radius:18px;border-top-right-radius:18px}.professional-section .image-card .card-image-container .overlay-text .overlay-title{font-size:28px;letter-spacing:-.6px}.professional-section .image-card .card-image-container .overlay-text .overlay-subtitle{font-size:15px}.professional-section .image-card .card-bottom-section{min-height:40px;padding:8px 10px;align-items:flex-start;border-bottom-left-radius:18px;border-bottom-right-radius:18px;box-shadow:0 1.6px 1.6px 0 rgba(0,0,0,.25);border:.4px solid hsla(0,0%,7%,.05);border-top:none}.professional-section .image-card .card-bottom-section .bottom-text{font-size:9px;line-height:1.3}.professional-section .card-content{padding:15px 18px;min-height:153px;border-radius:18px}.professional-section .card-content .user-header{gap:8px;margin-bottom:10px}.professional-section .card-content .user-header .user-avatar{width:32px;height:32px}.professional-section .card-content .user-header .user-details{padding-top:3px}.professional-section .card-content .user-header .user-details .user-name,.professional-section .card-content .user-header .user-details .user-role{font-size:9px;line-height:12px}.professional-section .card-content>.user-company{font-weight:700;font-size:10px;line-height:13px;margin-bottom:8px}.professional-section .card-content .company-logo{width:60px;height:14px;margin-bottom:8px}.professional-section .card-content .testimonial-text{font-size:8px;line-height:13px}}@media screen and (min-width:481px)and (max-width:768px){.professional-section{min-height:80svh;display:flex;flex-direction:column;padding:90px 0 70px;box-sizing:border-box}.professional-section .professional-container{flex:1;display:flex;flex-direction:column;padding:0}.professional-section .professional-container .title-section{width:100%;padding:0 16px;margin-bottom:30px}.professional-section .professional-container .title-section .main-title{font-size:36px;letter-spacing:-1px;margin-bottom:20px}.professional-section .professional-container .title-section .subtitle{font-size:11px;line-height:16px}.professional-section .professional-container .testimonials-loop-container{flex:1;min-height:380px;width:100%;margin:0;overflow:hidden;display:flex;align-items:center}.professional-section .professional-container .testimonials-loop-container .testimonials-loop{padding-bottom:20px!important;width:100%}.professional-section .testimonial-column{width:230px;gap:24px}.professional-section .image-card{width:230px;height:auto}.professional-section .testimonial-card{width:230px}.professional-section .image-card .card-image-container{height:148px}.professional-section .image-card .card-image-container .card-top-image{border-top-left-radius:20px;border-top-right-radius:20px}.professional-section .image-card .card-image-container .overlay-text .overlay-title{font-size:36px;letter-spacing:-.8px}.professional-section .image-card .card-image-container .overlay-text .overlay-subtitle{font-size:18px}.professional-section .image-card .card-bottom-section{min-height:52px;padding:10px 13px;align-items:flex-start;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow:0 2.1px 2.1px 0 rgba(0,0,0,.25);border:.5px solid hsla(0,0%,7%,.05);border-top:none}.professional-section .image-card .card-bottom-section .bottom-text{font-size:11px;line-height:1.35}.professional-section .card-content{padding:22px 26px;min-height:200px}.professional-section .card-content .user-header{gap:10px;margin-bottom:12px}.professional-section .card-content .user-header .user-avatar{width:42px;height:42px}.professional-section .card-content .user-header .user-details{padding-top:5px}.professional-section .card-content .user-header .user-details .user-name,.professional-section .card-content .user-header .user-details .user-role{font-size:10px;line-height:14px}.professional-section .card-content>.user-company{font-weight:700;font-size:11px;line-height:15px;margin-bottom:11px}.professional-section .card-content .company-logo{width:75px;height:18px;margin-bottom:10px}.professional-section .card-content .testimonial-text{font-size:10px;line-height:16px}}@media screen and (min-width:769px)and (max-width:1024px){.professional-section{padding:80px 0 60px}.professional-section .professional-container{padding:0 30px}.professional-section .professional-container .title-section{width:auto;max-width:500px;margin:0 auto 30px}.professional-section .professional-container .title-section .main-title{font-size:48px;letter-spacing:-1.4px;margin-bottom:20px}.professional-section .professional-container .title-section .subtitle{font-size:11px;line-height:16px}.professional-section .professional-container .testimonials-loop-container{height:auto;min-height:600px;width:calc(100% + 60px);margin:0 -30px;overflow:hidden}.professional-section .professional-container .testimonials-loop-container .testimonials-loop{padding-bottom:22px!important}.professional-section .testimonial-column{width:280px;gap:28px}.professional-section .image-card{width:280px;height:auto}.professional-section .testimonial-card{width:280px}.professional-section .image-card .card-image-container{height:180px}.professional-section .image-card .card-image-container .card-top-image{border-top-left-radius:21px;border-top-right-radius:21px}.professional-section .image-card .card-image-container .overlay-text .overlay-title{font-size:44px;letter-spacing:-1px}.professional-section .image-card .card-image-container .overlay-text .overlay-subtitle{font-size:22px}.professional-section .image-card .card-bottom-section{min-height:64px;padding:12px 15px;align-items:flex-start;border-bottom-left-radius:21px;border-bottom-right-radius:21px;box-shadow:0 2.5px 2.5px 0 rgba(0,0,0,.25);border:.64px solid hsla(0,0%,7%,.05);border-top:none}.professional-section .image-card .card-bottom-section .bottom-text{font-size:12px}.professional-section .card-content{padding:28px 32px;min-height:244px}.professional-section .card-content .user-header{gap:11px;margin-bottom:14px}.professional-section .card-content .user-header .user-avatar{width:48px;height:48px}.professional-section .card-content .user-header .user-details{padding-top:6px}.professional-section .card-content .user-header .user-details .user-name,.professional-section .card-content .user-header .user-details .user-role{font-size:11px;line-height:15px}.professional-section .card-content>.user-company{font-weight:700;font-size:12px;line-height:16px;margin-bottom:14px}.professional-section .card-content .company-logo{width:83px;height:20px;margin-bottom:12px}.professional-section .card-content .testimonial-text{font-size:11px;line-height:18px}}@media screen and (min-width:1025px)and (max-width:1440px){.professional-section .professional-container{padding:0 40px}.professional-section .professional-container .title-section{width:550px;margin:0 auto 30px}.professional-section .professional-container .title-section .main-title{font-size:58px;letter-spacing:-1.7px;margin-bottom:20px}.professional-section .professional-container .title-section .subtitle{font-size:14px;line-height:21px}.professional-section .professional-container .testimonials-loop-container{height:auto;min-height:700px;overflow:hidden}.professional-section .professional-container .testimonials-loop-container .testimonials-loop{padding-bottom:25px!important}.professional-section .testimonial-column{width:320px;gap:32px}.professional-section .image-card{width:320px;height:auto}.professional-section .testimonial-card{width:320px}.professional-section .image-card .card-image-container{height:206px}.professional-section .image-card .card-image-container .card-top-image{border-top-left-radius:24px;border-top-right-radius:24px}.professional-section .image-card .card-image-container .overlay-text .overlay-title{font-size:48px;letter-spacing:-1.2px}.professional-section .image-card .card-image-container .overlay-text .overlay-subtitle{font-size:25px}.professional-section .image-card .card-bottom-section{min-height:73px;padding:14px 17px;align-items:flex-start;border-bottom-left-radius:24px;border-bottom-right-radius:24px;box-shadow:0 2.9px 2.9px 0 rgba(0,0,0,.25);border:.73px solid hsla(0,0%,7%,.05);border-top:none}.professional-section .image-card .card-bottom-section .bottom-text{font-size:13px}.professional-section .card-content{padding:32px 36px;min-height:279px}.professional-section .card-content .user-header{gap:12px;margin-bottom:16px}.professional-section .card-content .user-header .user-avatar{width:55px;height:55px}.professional-section .card-content .user-header .user-details .user-name,.professional-section .card-content .user-header .user-details .user-role{font-size:12px;line-height:16px}.professional-section .card-content>.user-company{font-weight:700;font-size:13px;line-height:17px;margin-bottom:16px}.professional-section .card-content .company-logo{width:95px;height:23px;margin-bottom:14px}.professional-section .card-content .testimonial-text{font-size:11px;line-height:19px}}@media screen and (min-width:1441px)and (max-width:1919px){.professional-section .professional-container{width:1600px;padding:0}.professional-section .professional-container .testimonials-loop-container{width:100%;margin:0;height:auto;min-height:750px;overflow:hidden}.professional-section .professional-container .testimonials-loop-container .testimonials-loop{padding-bottom:25px!important}.professional-section .testimonial-column{width:350px;gap:35px}}@media screen and (min-width:1920px){.professional-section .professional-container{width:1800px;padding:0}.professional-section .professional-container .testimonials-loop-container{width:100%;margin:0;height:auto;min-height:750px;overflow:hidden}.professional-section .professional-container .testimonials-loop-container .testimonials-loop{padding-bottom:25px!important}.professional-section .testimonial-column{width:350px;gap:35px}}@media screen and (min-width:2560px){.professional-section .professional-container{width:2200px}}@media screen and (max-height:600px)and (orientation:landscape){.professional-section{padding:60px 0 40px;min-height:auto}.professional-section .professional-container .testimonials-loop-container{height:auto;min-height:clamp(420px,75vh,650px);overflow:hidden}.professional-section .professional-container .testimonials-loop-container .testimonials-loop{padding-bottom:20px!important}.professional-section .testimonial-column{width:280px;gap:20px}.professional-section .image-card{min-height:180px}.professional-section .testimonial-card{width:280px}.professional-section .card-content{min-height:180px;padding:16px 20px}}@keyframes breathing{0%,to{transform:scale(1);box-shadow:0 3.196px 8px rgba(0,0,0,.12)}50%{transform:scale(1.01);box-shadow:0 4px 20px rgba(77,67,151,.3)}}@media(hover:none)and (pointer:coarse){.professional-section .testimonials-loop-container{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.professional-section .image-card:hover,.professional-section .testimonial-card:hover{transform:none;box-shadow:none}.professional-section .clickable{-webkit-tap-highlight-color:rgba(77,67,151,.1)}.professional-section .clickable:active{transform:scale(.98);transition:transform .1s ease}}@media(prefers-contrast:high){.professional-section .card-bottom-section,.professional-section .card-content{border:2px solid #000}.professional-section .testimonial-text{color:#000}}@media(prefers-reduced-motion:reduce){.professional-section *{animation:none!important;transition:none!important}}.effortless-section{position:relative;width:100%;background:#202020;padding:100px 0}.effortless-section .effortless-container{width:1440px;margin:0 auto}.effortless-section .effortless-container .title-section{width:580px;margin:0 auto 30px;text-align:center}.effortless-section .effortless-container .title-section .main-title{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;font-weight:800;font-size:64px;line-height:1.2;letter-spacing:-1.92px;color:#fff;margin:0 0 20px;white-space:nowrap;display:flex;align-items:center;justify-content:center;gap:16px}.effortless-section .effortless-container .title-section .main-title .static-text{display:inline-block}.effortless-section .effortless-container .title-section .subtitle{font-family:Inter,sans-serif;font-weight:400;font-size:15px;line-height:22px;color:#fff;margin:0;text-wrap:balance;max-width:100%}.effortless-section .effortless-container .step-row{display:flex;align-items:center;justify-content:center;gap:96px}.effortless-section .effortless-container .step-row:not(:last-child){margin-bottom:72px}.effortless-section .effortless-container .step-row.step-1 .step-content{width:288px;display:inline-flex;flex-direction:column;gap:24px}.effortless-section .effortless-container .step-row.step-1 .step-content .icon-wrapper{width:40px;height:40px;overflow:hidden}.effortless-section .effortless-container .step-row.step-1 .step-content .icon-wrapper img,.effortless-section .effortless-container .step-row.step-1 .step-content .icon-wrapper svg{display:block;width:100%;height:100%}.effortless-section .effortless-container .step-row.step-1 .step-content .step-title{font-family:Inter,sans-serif;font-weight:500;font-size:30px;line-height:1.2;color:#fff;margin:0}.effortless-section .effortless-container .step-row.step-1 .step-content .step-description{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:20px;color:hsla(0,0%,100%,.75);margin:0;text-wrap:balance;max-width:100%}.effortless-section .effortless-container .step-row.step-1 .step-image{width:650px;height:384px;border-radius:12px;overflow:hidden;box-shadow:0 2.743px 6.856px 0 rgba(0,0,0,.25)}.effortless-section .effortless-container .step-row.step-1 .step-image img,.effortless-section .effortless-container .step-row.step-1 .step-image video{width:100%;height:100%;object-fit:cover;display:block}.effortless-section .effortless-container .step-row.step-2{gap:140px}.effortless-section .effortless-container .step-row.step-2 .step-image{position:relative;border-radius:18.89px;overflow:visible}.effortless-section .effortless-container .step-row.step-2 .step-image img{width:100%;height:100%;object-fit:cover}.effortless-section .effortless-container .step-row.step-2 .step-content{width:288px;display:inline-flex;flex-direction:column;gap:24px}.effortless-section .effortless-container .step-row.step-2 .step-content .icon-wrapper{width:40px;height:40px;overflow:hidden}.effortless-section .effortless-container .step-row.step-2 .step-content .icon-wrapper img,.effortless-section .effortless-container .step-row.step-2 .step-content .icon-wrapper svg{display:block;width:100%;height:100%}.effortless-section .effortless-container .step-row.step-2 .step-content .step-title{font-family:Inter,sans-serif;font-weight:500;font-size:30px;line-height:1.2;color:#fff;margin:0}.effortless-section .effortless-container .step-row.step-2 .step-content .step-description{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:20px;color:hsla(0,0%,100%,.75);margin:0;text-wrap:balance;max-width:100%}.effortless-section .effortless-container .step-row.step-2 .step-content .download-btn-container{display:inline-flex;position:relative;overflow:hidden;border-radius:200px;padding:2px;text-decoration:none;margin-top:8px;width:fit-content;align-self:flex-start}.effortless-section .effortless-container .step-row.step-2 .step-content .download-btn-container:before{content:"";position:absolute;width:200%;height:30%;top:0;left:-100%;border-radius:50%;background:radial-gradient(circle,rgba(129,140,248,.9),transparent 10%);animation:star-movement-top 3s linear infinite alternate;z-index:0}.effortless-section .effortless-container .step-row.step-2 .step-content .download-btn-container:after{content:"";position:absolute;width:200%;height:30%;bottom:0;right:-100%;border-radius:50%;background:radial-gradient(circle,rgba(129,140,248,.9),transparent 10%);animation:star-movement-bottom 3s linear infinite alternate;z-index:0}.effortless-section .effortless-container .step-row.step-2 .step-content .download-btn-container .download-btn{position:relative;padding:12px 24px;background:linear-gradient(135deg,rgba(77,67,151,.7),rgba(93,83,167,.5) 50%,rgba(77,67,151,.7));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-color:hsla(0,0%,100%,.4) hsla(0,0%,100%,.25) hsla(0,0%,100%,.25) hsla(0,0%,100%,.3);border-style:solid;border-width:1px;border-radius:200px;box-shadow:0 4px 20px 0 rgba(77,67,151,.4),inset 0 1px 1px hsla(0,0%,100%,.15);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:1}.effortless-section .effortless-container .step-row.step-2 .step-content .download-btn-container .download-btn .btn-text{font-family:Inter,sans-serif;font-weight:500;font-size:14px;color:#fff;text-align:center;white-space:nowrap;line-height:normal;text-shadow:0 1px 2px rgba(0,0,0,.2)}.effortless-section .effortless-container .step-row.step-2 .step-content .download-btn-container:hover .download-btn{transform:translateY(-2px);background:linear-gradient(135deg,rgba(93,83,167,.8),rgba(109,99,183,.6) 50%,rgba(93,83,167,.8));box-shadow:0 8px 28px 0 rgba(77,67,151,.5),inset 0 1px 1px hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.35)}.effortless-section .effortless-container .step-row.step-2 .step-content .download-btn-container:active .download-btn{transform:translateY(0)}@keyframes star-movement-top{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@keyframes star-movement-bottom{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}.effortless-section .effortless-container .pdf-scroll-container .scroll-indicator{position:absolute;bottom:12px;right:12px;display:flex;align-items:center;gap:6px;padding:6px 10px;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);border-radius:20px;color:hsla(0,0%,100%,.8);font-family:Inter,sans-serif;font-size:11px;font-weight:500;opacity:1;transition:opacity .3s ease;pointer-events:none;z-index:20}.effortless-section .effortless-container .pdf-scroll-container .scroll-indicator svg{width:14px;height:18px}.effortless-section .effortless-container .pdf-scroll-container .scroll-indicator .scroll-dot{animation:scroll-bounce 1.5s ease-in-out infinite;transform-origin:center}.effortless-section .effortless-container .pdf-scroll-container .scroll-indicator .scroll-text{letter-spacing:.3px}.effortless-section .effortless-container .pdf-scroll-container:hover .scroll-indicator{opacity:0}@keyframes scroll-bounce{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(6px);opacity:.5}}@media screen and (max-width:1440px){.effortless-section{padding:80px 60px 100px}.effortless-section .effortless-container{width:100%;max-width:1200px}.effortless-section .effortless-container .title-section{width:100%;max-width:500px;margin-bottom:30px}.effortless-section .effortless-container .title-section .main-title{font-size:52px;letter-spacing:-1.5px;gap:12px;margin-bottom:20px}.effortless-section .effortless-container .title-section .subtitle{font-size:13px;line-height:19px}.effortless-section .effortless-container .step-row{gap:60px}.effortless-section .effortless-container .step-row:not(:last-child){margin-bottom:60px}.effortless-section .effortless-container .step-row.step-1 .step-content{width:240px;gap:20px}.effortless-section .effortless-container .step-row.step-1 .step-content .icon-wrapper{width:36px;height:36px}.effortless-section .effortless-container .step-row.step-1 .step-content .step-title{font-size:26px}.effortless-section .effortless-container .step-row.step-1 .step-content .step-description{font-size:15px;line-height:20px}.effortless-section .effortless-container .step-row.step-1 .step-image{width:550px;height:420px;overflow:hidden}.effortless-section .effortless-container .step-row.step-1 .step-image img,.effortless-section .effortless-container .step-row.step-1 .step-image video{width:100%;height:100%;object-fit:cover;display:block}.effortless-section .effortless-container .step-row.step-2 .step-content{width:240px;gap:20px}.effortless-section .effortless-container .step-row.step-2 .step-content .icon-wrapper{width:36px;height:36px}.effortless-section .effortless-container .step-row.step-2 .step-content .step-title{font-size:26px}.effortless-section .effortless-container .step-row.step-2 .step-content .step-description{font-size:15px;line-height:20px}.effortless-section .effortless-container .step-row.step-2 .step-content .download-btn-container .download-btn{padding:11px 22px}.effortless-section .effortless-container .step-row.step-2 .step-content .download-btn-container .download-btn .btn-text{font-size:13px}}@media screen and (max-width:1024px){.effortless-section{padding:60px 40px 100px}.effortless-section .effortless-container{max-width:900px}.effortless-section .effortless-container .title-section{max-width:420px;margin-bottom:30px}.effortless-section .effortless-container .title-section .main-title{font-size:44px;letter-spacing:-1.3px;gap:10px;margin-bottom:20px}.effortless-section .effortless-container .title-section .subtitle{font-size:12px;line-height:18px}.effortless-section .effortless-container .step-row{gap:40px}.effortless-section .effortless-container .step-row:not(:last-child){margin-bottom:48px}.effortless-section .effortless-container .step-row.step-1 .step-content{width:200px;gap:16px}.effortless-section .effortless-container .step-row.step-1 .step-content .icon-wrapper{width:32px;height:32px}.effortless-section .effortless-container .step-row.step-1 .step-content .step-title{font-size:22px}.effortless-section .effortless-container .step-row.step-1 .step-content .step-description{font-size:14px;line-height:18px}.effortless-section .effortless-container .step-row.step-1 .step-image{width:480px;height:380px;overflow:hidden}.effortless-section .effortless-container .step-row.step-1 .step-image img,.effortless-section .effortless-container .step-row.step-1 .step-image video{width:100%;height:100%;object-fit:cover;display:block}.effortless-section .effortless-container .step-row.step-2 .step-content{width:200px;gap:16px}.effortless-section .effortless-container .step-row.step-2 .step-content .icon-wrapper{width:32px;height:32px}.effortless-section .effortless-container .step-row.step-2 .step-content .step-title{font-size:22px}.effortless-section .effortless-container .step-row.step-2 .step-content .step-description{font-size:14px;line-height:18px}.effortless-section .effortless-container .step-row.step-2 .step-content .download-btn-container .download-btn{padding:10px 20px}.effortless-section .effortless-container .step-row.step-2 .step-content .download-btn-container .download-btn .btn-text{font-size:12px}}@media screen and (max-width:768px){.effortless-section{padding:50px 24px 100px}.effortless-section .effortless-container{max-width:720px}.effortless-section .effortless-container .title-section{max-width:360px;margin-bottom:30px}.effortless-section .effortless-container .title-section .main-title{font-size:36px;letter-spacing:-1px;flex-wrap:wrap;gap:8px;margin-bottom:20px}.effortless-section .effortless-container .title-section .subtitle{font-size:11px;line-height:16px}.effortless-section .effortless-container .step-row{flex-direction:column;align-items:center;gap:24px}.effortless-section .effortless-container .step-row:not(:last-child){margin-bottom:50px}.effortless-section .effortless-container .step-row.step-2{gap:16px}.effortless-section .effortless-container .step-row.step-1 .step-content{width:100%;max-width:360px;text-align:center;align-items:center;gap:16px}.effortless-section .effortless-container .step-row.step-1 .step-content .icon-wrapper{width:28px;height:28px}.effortless-section .effortless-container .step-row.step-1 .step-content .step-title{font-size:20px}.effortless-section .effortless-container .step-row.step-1 .step-content .step-description{font-size:13px;line-height:18px}.effortless-section .effortless-container .step-row.step-1 .step-image{width:100%;max-width:400px;height:320px;overflow:hidden}.effortless-section .effortless-container .step-row.step-1 .step-image img,.effortless-section .effortless-container .step-row.step-1 .step-image video{width:100%;height:100%;object-fit:cover;display:block}.effortless-section .effortless-container .step-row.step-2{flex-direction:column-reverse}.effortless-section .effortless-container .step-row.step-2 .step-content{width:100%;max-width:360px;text-align:center;align-items:center;gap:16px}.effortless-section .effortless-container .step-row.step-2 .step-content .icon-wrapper{width:28px;height:28px}.effortless-section .effortless-container .step-row.step-2 .step-content .step-title{font-size:20px}.effortless-section .effortless-container .step-row.step-2 .step-content .step-description{font-size:13px;line-height:18px}.effortless-section .effortless-container .step-row.step-2 .step-content .download-btn-container{margin-top:8px;align-self:center}.effortless-section .effortless-container .step-row.step-2 .step-content .download-btn-container .download-btn{padding:10px 20px}.effortless-section .effortless-container .step-row.step-2 .step-content .download-btn-container .download-btn .btn-text{font-size:12px}}@media screen and (max-width:480px){.effortless-section{padding:40px 16px 60px}.effortless-section .effortless-container .title-section{max-width:100%;margin-bottom:30px}.effortless-section .effortless-container .title-section .main-title{font-size:28px;letter-spacing:-.8px;flex-wrap:wrap;gap:6px;margin-bottom:20px}.effortless-section .effortless-container .title-section .subtitle{font-size:11px;line-height:16px;white-space:normal}.effortless-section .effortless-container .step-row{flex-direction:column;align-items:center;gap:24px}.effortless-section .effortless-container .step-row:not(:last-child){margin-bottom:50px}.effortless-section .effortless-container .step-row.step-2{gap:16px}.effortless-section .effortless-container .step-row.step-1 .step-content{width:100%;max-width:300px;text-align:center;align-items:center;gap:16px}.effortless-section .effortless-container .step-row.step-1 .step-content .icon-wrapper{width:22px;height:22px}.effortless-section .effortless-container .step-row.step-1 .step-content .step-title{font-size:16px}.effortless-section .effortless-container .step-row.step-1 .step-content .step-description{font-size:11px;line-height:15px}.effortless-section .effortless-container .step-row.step-1 .step-image{width:100%;max-width:320px;height:280px;overflow:hidden}.effortless-section .effortless-container .step-row.step-1 .step-image img,.effortless-section .effortless-container .step-row.step-1 .step-image video{width:100%;height:100%;object-fit:cover;display:block}.effortless-section .effortless-container .step-row.step-2{flex-direction:column-reverse}.effortless-section .effortless-container .step-row.step-2 .step-content{width:100%;max-width:300px;text-align:center;align-items:center;gap:16px}.effortless-section .effortless-container .step-row.step-2 .step-content .icon-wrapper{width:22px;height:22px}.effortless-section .effortless-container .step-row.step-2 .step-content .step-title{font-size:16px}.effortless-section .effortless-container .step-row.step-2 .step-content .step-description{font-size:11px;line-height:15px}.effortless-section .effortless-container .step-row.step-2 .step-content .download-btn-container{margin-top:8px;align-self:center}.effortless-section .effortless-container .step-row.step-2 .step-content .download-btn-container .download-btn{padding:10px 20px}.effortless-section .effortless-container .step-row.step-2 .step-content .download-btn-container .download-btn .btn-text{font-size:11px}}.coverage-modal-backdrop{position:fixed;inset:0;background:rgba(22,29,58,.6);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:24px}.coverage-modal{position:relative;background:#fff;border-radius:12px;max-width:960px;width:100%;max-height:85vh;overflow:hidden;box-shadow:0 25px 50px -12px rgba(22,29,58,.25)}.coverage-modal .close-button{position:absolute;top:20px;right:20px;width:36px;height:36px;border:1px solid #e5e7eb;background:#fff;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#161d3a;transition:all .2s ease;z-index:10}.coverage-modal .close-button:hover{background:#f9fafb;border-color:#4d4397;color:#4d4397}.coverage-modal .modal-content{overflow-y:auto;max-height:85vh;padding:48px}.coverage-modal .modal-content::-webkit-scrollbar{width:6px}.coverage-modal .modal-content::-webkit-scrollbar-track{background:#f1f1f1}.coverage-modal .modal-content::-webkit-scrollbar-thumb{background:#bfbcdd;border-radius:3px}.coverage-modal .modal-content::-webkit-scrollbar-thumb:hover{background:#4d4397}.coverage-modal .modal-header{margin-bottom:40px;padding-bottom:24px;border-bottom:2px solid #4d4397}.coverage-modal .modal-header .modal-title{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;font-size:32px;font-weight:800;color:#161d3a;margin:0 0 12px;letter-spacing:-.5px}.coverage-modal .modal-header .modal-subtitle{font-family:Inter,sans-serif;font-size:15px;font-weight:400;color:rgba(0,0,0,.5);margin:0;line-height:1.6;max-width:700px}.coverage-modal .coverage-section{margin-bottom:36px}.coverage-modal .coverage-section .section-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px}.coverage-modal .coverage-section .section-number{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;font-size:14px;font-weight:700;color:#fff;background:#4d4397;width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.coverage-modal .coverage-section .section-title-group{flex:1}.coverage-modal .coverage-section .section-title{font-family:Inter,sans-serif;font-size:18px;font-weight:600;color:#161d3a;margin:0 0 4px}.coverage-modal .coverage-section .section-desc{font-family:Inter,sans-serif;font-size:13px;font-weight:400;color:rgba(0,0,0,.5);margin:0}.coverage-modal .items-grid{display:grid;gap:1px;background:#e5e7eb;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.coverage-modal .items-grid.three-col{grid-template-columns:repeat(3,1fr)}.coverage-modal .items-grid.four-col{grid-template-columns:repeat(4,1fr)}.coverage-modal .items-grid .item{font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:#161d3a;padding:12px 16px;background:#fff;transition:background-color .15s ease}.coverage-modal .items-grid .item:hover{background:#f9fafb}.coverage-modal .subsections-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.coverage-modal .subsection{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.coverage-modal .subsection .subsection-title{font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:#fff;background:#4d4397;margin:0;padding:10px 16px}.coverage-modal .subsection .subsection-items{padding:8px 0}.coverage-modal .subsection .sub-item{font-family:Inter,sans-serif;font-size:13px;font-weight:400;color:#161d3a;position:relative;padding:6px 16px 6px 28px}.coverage-modal .subsection .sub-item:before{content:"";position:absolute;left:16px;top:50%;transform:translateY(-50%);width:4px;height:4px;background:#bfbcdd;border-radius:50%}.coverage-modal .summary-section{margin-top:36px;padding:20px 24px;background:linear-gradient(135deg,rgba(77,67,151,.08),rgba(191,188,221,.15));border-radius:8px;border-left:4px solid #4d4397}.coverage-modal .summary-section .summary-text{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#161d3a;margin:0;line-height:1.7}@media(max-width:768px){.coverage-modal-backdrop{padding:16px}.coverage-modal{border-radius:10px;max-height:90vh}.coverage-modal .close-button{top:16px;right:16px;width:32px;height:32px}.coverage-modal .modal-content{padding:32px 24px;max-height:90vh}.coverage-modal .modal-header{margin-bottom:28px;padding-bottom:20px}.coverage-modal .modal-header .modal-title{font-size:24px}.coverage-modal .modal-header .modal-subtitle{font-size:14px}.coverage-modal .coverage-section{margin-bottom:28px}.coverage-modal .coverage-section .section-header{gap:12px;margin-bottom:16px}.coverage-modal .coverage-section .section-number{width:24px;height:24px;font-size:12px}.coverage-modal .coverage-section .section-title{font-size:16px}.coverage-modal .coverage-section .section-desc{font-size:12px}.coverage-modal .items-grid.four-col,.coverage-modal .items-grid.three-col{grid-template-columns:repeat(2,1fr)}.coverage-modal .items-grid .item{font-size:12px;padding:10px 12px}.coverage-modal .subsections-grid{grid-template-columns:1fr;gap:12px}.coverage-modal .subsection .subsection-title{font-size:13px;padding:8px 14px}.coverage-modal .subsection .sub-item{font-size:12px;padding:5px 14px 5px 24px}.coverage-modal .subsection .sub-item:before{left:14px}.coverage-modal .summary-section{margin-top:28px;padding:16px 20px}.coverage-modal .summary-section .summary-text{font-size:13px}}@media(max-width:480px){.coverage-modal-backdrop{padding:12px}.coverage-modal .modal-content{padding:24px 18px}.coverage-modal .modal-header .modal-title{font-size:20px}.coverage-modal .modal-header .modal-subtitle{font-size:13px}.coverage-modal .items-grid.four-col,.coverage-modal .items-grid.three-col{grid-template-columns:1fr}.coverage-modal .items-grid .item{font-size:12px;padding:10px 14px}.coverage-modal .summary-section{padding:14px 16px}.coverage-modal .summary-section .summary-text{font-size:12px}}