@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes zoomIn{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.reveal{opacity:0;will-change:opacity, transform}.reveal.reveal-visible{animation-duration:.7s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-fill-mode:both}.reveal-fade-up.reveal-visible{animation-name:fadeInUp}.reveal-fade-down.reveal-visible{animation-name:fadeInDown}.reveal-fade-left.reveal-visible{animation-name:fadeInLeft}.reveal-fade-right.reveal-visible{animation-name:fadeInRight}.reveal-scale.reveal-visible{animation-name:scaleIn}.reveal-zoom.reveal-visible{animation-name:zoomIn}.reveal-delay-1.reveal-visible{animation-delay:.1s}.reveal-delay-2.reveal-visible{animation-delay:.2s}.reveal-delay-3.reveal-visible{animation-delay:.3s}.reveal-delay-4.reveal-visible{animation-delay:.4s}.reveal-delay-5.reveal-visible{animation-delay:.5s}.reveal-delay-6.reveal-visible{animation-delay:.6s}@keyframes heroTitleIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes heroSubtitleIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes heroButtonIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hero-banner-card .hero-banner-title{animation:.8s cubic-bezier(.16,1,.3,1) .2s both heroTitleIn}.hero-banner-card .hero-banner-subtitle{animation:.8s cubic-bezier(.16,1,.3,1) .4s both heroSubtitleIn}.hero-banner-card .hero-banner-button{animation:.8s cubic-bezier(.16,1,.3,1) .6s both heroButtonIn}@media (prefers-reduced-motion:reduce){.reveal,.reveal.reveal-visible,.hero-banner-card .hero-banner-title,.hero-banner-card .hero-banner-subtitle,.hero-banner-card .hero-banner-button{opacity:1!important;animation:none!important;transform:none!important}}.page-home{background:#fff}.hero-loader{justify-content:center;align-items:center;min-height:400px;display:flex}.hero-banner{align-items:center;width:100%;height:520px;display:flex;position:relative;overflow:hidden}.hero-slider{position:relative}.hero-slide{opacity:0;pointer-events:none;align-items:center;transition:opacity .8s ease-in-out;display:flex;position:absolute;inset:0}.hero-slide-active{opacity:1;pointer-events:auto}.hero-slider-arrow{z-index:10;cursor:pointer;color:#10487f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffb3;border:1px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-slider-arrow:hover{background:#ffffffe6}.hero-slider-arrow svg{width:24px;height:24px}.hero-slider-prev{left:24px}.hero-slider-next{right:24px}.hero-slider-dots{z-index:10;gap:10px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.hero-slider-dot{cursor:pointer;background:0 0;border:2px solid #fffc;border-radius:50%;width:12px;height:12px;padding:0;transition:all .2s}.hero-slider-dot-active{background:#ffffffe6;border-color:#ffffffe6}.hero-banner-image{z-index:1;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;inset:0}.hero-banner-overlay{z-index:2;background:linear-gradient(90deg,#ffffff59 0%,#fff0 60%);position:absolute;inset:0}.hero-banner-card{z-index:3;-webkit-backdrop-filter:blur(12px);text-align:center;color:#10487f;background-color:#ffffff9e;border:1px solid #ffffffbf;border-radius:20px;flex-direction:column;align-items:center;max-width:540px;padding:36px 40px;display:flex;position:relative;left:8%;box-shadow:0 8px 32px #00000014}.hero-banner-title{color:#10487f;margin:0 0 14px;font-family:Lexend,sans-serif;font-size:36px;font-weight:700;line-height:1.35}.hero-banner-subtitle{color:#10487f;margin:0 0 28px;font-family:Lexend,sans-serif;font-size:28px;font-weight:600;line-height:1.45}.hero-banner-button{cursor:pointer;text-transform:uppercase;color:#474748;background-color:#fff;border:1px solid #474748;border-radius:24px;justify-content:center;align-items:center;gap:12px;padding:12px 22px;font-family:Lexend,sans-serif;font-size:16px;font-weight:500;transition:background-color .2s,transform .2s;display:inline-flex}.hero-banner-button:hover{background-color:#f5f8ff;transform:translateY(-2px)}.hero-banner-button-text{white-space:nowrap}.hero-banner-button-icon{flex-shrink:0;width:20px;height:20px}.home-intro-section{box-sizing:border-box;width:100%;max-width:1240px;margin:0 auto;padding:40px 160px;position:relative;top:auto;left:auto}.home-intro-copy{color:#474748;text-align:center;white-space:pre-line;margin:0;font-family:Lexend,sans-serif;font-size:16px;font-weight:400;line-height:1.75}.home-intro-copy>div{white-space:normal}.home-intro-copy>div p{text-align:center;margin:0 0 16px}.home-intro-copy>div p:last-child{margin-bottom:0}.home-intro-copy>div h1,.home-intro-copy>div h2,.home-intro-copy>div h3{color:#10487f;text-align:center;margin:24px 0 12px;font-family:Lexend,sans-serif}.home-intro-copy>div h1{font-size:28px;font-weight:500}.home-intro-copy>div h2{font-size:24px;font-weight:500}.home-intro-copy>div h3{font-size:20px;font-weight:500}.home-intro-copy>div ul,.home-intro-copy>div ol{text-align:left;max-width:800px;margin:0 auto 16px;padding-left:24px}.home-intro-copy>div li{margin-bottom:8px}.home-intro-copy>div a{color:#10487f;text-decoration:underline}.home-intro-copy>div blockquote{color:#646464;text-align:left;border-left:3px solid #10487f;max-width:800px;margin:16px auto;padding-left:16px;font-style:italic}.home-intro-copy>div hr{border:none;border-top:1px solid #c8c8c8;max-width:400px;margin:24px auto}.home-conditions-section{box-sizing:border-box;width:100%;max-width:1240px;margin:0 auto;padding:24px 100px;position:relative;top:auto;left:auto}.home-conditions-title{text-align:center;color:#10487f;margin:0 0 12px;font-family:Lexend,sans-serif;font-size:32px;font-weight:400}.home-conditions-subtitle{text-align:center;color:#22a3ff;margin:0 0 32px;font-family:Lexend,sans-serif;font-size:20px;font-weight:400}.home-conditions-panel{box-sizing:border-box;background:#dfedff;border-radius:18px;gap:40px;padding:40px 60px;display:flex}.home-conditions-column{flex:1}.home-condition-item{margin-bottom:14px;padding-left:18px;font-family:Lexend,sans-serif;font-size:20px;font-weight:400;line-height:1.5;position:relative}.home-condition-item:before{content:"•";color:currentColor;position:absolute;left:0}.home-condition-item.text-secondary{border-top:2px dotted #fff;border-bottom:2px dotted #fff;padding-top:14px;padding-bottom:14px}.home-condition-item.text-secondary:first-child{border-top:none;padding-top:0}.home-condition-item.text-primary:last-child{border-bottom:2px dotted #fff;padding-bottom:14px}.home-services-section{box-sizing:border-box;background-color:#f4fdff;flex-direction:column;width:100%;margin-top:20px;padding:40px 100px;display:flex;overflow:hidden;height:auto!important;position:relative!important;top:auto!important;left:auto!important}.home-services-title{text-align:center;color:#10487f;margin:0 0 40px;font-family:Lexend,sans-serif;font-size:32px;font-weight:400;width:100%!important;position:relative!important;left:auto!important}.home-services-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.home-service-card{box-sizing:border-box;cursor:pointer;border-radius:18px;min-height:280px;width:auto!important;height:auto!important;position:relative!important;top:auto!important;left:auto!important}.home-service-card-1,.home-service-card-2,.home-service-card-3{top:auto!important;left:auto!important}.home-service-card-image-frame{box-sizing:border-box;border-radius:18px;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;height:100%;min-height:280px;padding:24px 16px;display:flex;overflow:hidden;position:relative!important;top:auto!important;left:auto!important}.home-service-card-image{background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;inset:0}.home-service-card-overlay{background:linear-gradient(#0000 45%,#000000a6 100%);position:absolute;inset:0}.home-service-card-title{z-index:1;color:#fff;text-align:center;margin-bottom:8px;font-family:Lexend,sans-serif;font-size:22px;font-weight:600;line-height:1.3;position:relative!important;top:auto!important;left:auto!important}.home-service-card-link{z-index:1;letter-spacing:.5px;text-transform:uppercase;color:#fff;justify-content:center;align-items:center;gap:6px;font-family:Lexend,sans-serif;font-size:12px;font-weight:500;text-decoration:none;display:inline-flex;position:relative!important;top:auto!important;left:auto!important}.home-service-card-arrow{width:14px;height:14px}.home-why-choose-section{box-sizing:border-box;background-color:#f4fdff;border-radius:20px;width:100%;max-width:1240px;min-height:324px;margin:60px auto;padding:36px 50px;position:relative;top:auto;left:auto}.home-why-choose-section-title{color:#10487f;text-align:center;margin:0 0 28px;font-family:Lexend,sans-serif;font-size:32px;font-weight:500;width:100%!important;position:relative!important;top:auto!important;left:auto!important}.home-why-choose-pills{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;max-width:1120px;margin:0 auto;display:flex;position:relative!important;inset:auto!important}.home-why-choose-pill{text-align:center;box-sizing:border-box;color:#10487f;background-color:#fff;border:1px solid #dfedff;border-radius:14px;justify-content:center;align-items:center;width:200px;height:76px;padding:8px 16px;font-family:Lexend,sans-serif;font-size:16px;font-weight:600;line-height:1.3;display:flex}.home-trust-section{box-sizing:border-box;width:100%;max-width:1240px;margin:20px auto -58px;padding:20px 20px 0;position:relative;top:auto;left:auto}.home-trust-heading{text-align:center;color:#10487f;margin:0 0 12px;font-family:Lexend,sans-serif;font-size:32px;font-weight:400;width:100%!important;position:relative!important;top:auto!important;left:auto!important}.home-trust-subtitle{text-align:center;color:#22a3ff;margin:0 0 40px;font-family:Lexend,sans-serif;font-size:20px;font-weight:400;width:100%!important;position:relative!important;top:auto!important;left:auto!important}.home-trust-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid;width:100%!important;position:relative!important;top:auto!important;left:auto!important}.home-trust-card{box-sizing:border-box;border-radius:18px;justify-content:space-between;align-items:stretch;min-height:156px;padding:24px 28px;display:flex;position:relative}.home-trust-card-teal{background:#ebf5f6}.home-trust-card-blue{background:#eaf2fa}.home-trust-card-copy{flex-direction:column;justify-content:center;max-width:66%;display:flex;width:auto!important;position:relative!important;top:auto!important;left:auto!important}.home-trust-card-title{margin:0 0 10px;font-family:Lexend,sans-serif;font-size:18px;font-weight:600;line-height:1.35;position:relative;color:#10487f!important}.home-trust-card-quote{opacity:.95;margin:0;font-family:Lexend,sans-serif;font-size:14px;line-height:1.45;color:#1e3a5f!important}.home-trust-card-icon{flex-shrink:0;align-self:center;width:140px;height:140px;position:relative!important;top:auto!important;right:auto!important}.home-trust-card-teal .home-trust-card-icon{color:#4fa0b7!important}.home-trust-card-blue .home-trust-card-icon{color:#5ba0e6!important}.home-trust-card-icon-img{-o-object-fit:contain;object-fit:contain;flex-shrink:0;align-self:center;width:140px;height:140px;position:relative!important;top:auto!important;right:auto!important}.home-testimonials-section{box-sizing:border-box;background-color:#f4fdff;width:100%;margin-top:0;padding-bottom:40px;position:relative;top:auto;left:auto}.home-testimonials-header{text-align:center;width:100%;max-width:1011px;height:auto;margin:0 auto 40px;padding:60px 0 0;position:relative;top:auto;left:auto}.home-testimonials-verified-badge{margin-bottom:8px;display:inline-block}.home-testimonials-verified-text{color:#00afb4;text-transform:uppercase;letter-spacing:.5px;font-family:Lexend,sans-serif;font-size:16px;font-weight:600;line-height:1.4}.home-testimonials-heading{color:#10487f;margin:0 0 8px;font-family:Lexend,sans-serif;font-size:32px;font-weight:400;line-height:1.3}.home-testimonials-subtitle{color:#474748;margin:0;font-family:Lexend,sans-serif;font-size:18px;font-weight:400;line-height:1.5}.home-testimonials-view-all{cursor:pointer;color:#474748;background-color:#fff;border:1px solid #474748;border-radius:24px;justify-content:center;align-items:center;gap:8px;width:auto;min-width:220px;height:48px;margin:32px auto 0;padding:0 28px;font-family:Lexend,sans-serif;font-size:15px;font-weight:500;transition:background-color .2s;display:inline-flex;position:relative;top:auto;left:auto}.home-testimonials-view-all:hover{background-color:#f5f8ff}.home-testimonials-section .home-testimonials-view-all{margin:32px auto 0;display:flex}.home-testimonials-view-all-text{text-transform:uppercase;letter-spacing:.5px}.home-testimonials-view-all-icon{flex-shrink:0;width:18px;height:18px}.home-testimonials-google-footer{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 12px;margin:24px auto 0;font-family:Lexend,sans-serif;display:flex}.home-testimonials-google-excellent{color:#10487f;font-size:16px;font-weight:600}.home-testimonials-google-stars{gap:2px;display:inline-flex}.home-testimonials-google-stars .home-testimonial-star{width:16px;height:16px}.home-testimonials-google-count{color:#474748;font-size:14px}.home-testimonials-google-logo{font-family:Product Sans,Arial,Lexend,sans-serif;font-size:17px;font-weight:700}.home-testimonial-slider{align-items:stretch;gap:16px;width:100%;max-width:1120px;height:auto;margin:0 auto;display:flex;position:relative;top:auto;left:auto}.home-testimonial-track{flex:1;grid-template-columns:repeat(3,1fr);gap:20px;width:100%;display:grid;position:relative;top:auto;left:auto}.home-testimonial-card{box-sizing:border-box;background-color:#fff;border:1px solid #10487f1a;border-radius:16px;flex-direction:column;width:100%;min-height:auto;padding:20px 24px;animation:.35s home-testimonial-slide;display:flex;position:relative}.home-testimonial-card-inner{flex-direction:column;height:100%;display:flex}.home-testimonial-rating{gap:3px;margin-bottom:10px;display:flex}.home-testimonial-star{width:16px;height:16px}.home-testimonial-star-filled{fill:#fab005;color:#fab005}.home-testimonial-star-empty{color:#d1d5db}.home-testimonial-quote-text{color:#474748;text-align:left;flex:1;margin:0 0 10px;font-family:Lexend,sans-serif;font-size:14px;font-weight:400;line-height:1.6}.home-testimonial-author{color:#141416;margin:auto 0 0;font-family:Lexend,sans-serif;font-size:14px;font-weight:700}.home-testimonial-arrow{z-index:2;color:#474748;cursor:pointer;background:#fff;border:1px solid #474748;border-radius:50%;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:44px;height:44px;padding:0;transition:color .2s,background-color .2s;display:flex;position:relative;top:auto}.home-testimonial-arrow:hover{color:#fff;background-color:#10487f}.home-testimonial-arrow:focus-visible{outline-offset:3px;outline:3px solid #3592ee}.home-testimonial-arrow svg{width:18px;height:18px}.home-testimonial-arrow-left{left:auto}.home-testimonial-arrow-right{right:auto}@keyframes home-testimonial-slide{0%{transform:translate(12px)}to{transform:translate(0)}}@media (prefers-reduced-motion:reduce){.home-testimonial-card{animation:none}}.home-cqc-section{box-sizing:border-box;text-align:center;z-index:5;background-color:#dfedff;width:100%;height:auto;min-height:280px;padding:44px 80px 116px;position:relative;top:auto;left:auto}.page-home .footer{width:100%;position:relative;top:auto;left:auto}.home-cqc-heading{color:#10487f;margin:0 0 52px;font-family:Lexend,sans-serif;font-size:32px;font-weight:500}.home-cqc-logos-container{flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:24px;width:100%;display:flex;position:relative;overflow:hidden}.home-cqc-logos-track{will-change:transform;flex-shrink:0;align-items:center;gap:24px;display:flex}.home-cqc-logo-item{box-sizing:border-box;background-color:#fff;border-radius:14px;justify-content:center;align-items:center;width:180px;height:150px;padding:8px 10px;display:flex;box-shadow:0 2px 10px #10487f0a}.home-cqc-logo-image{-o-object-fit:contain;object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;display:block}@media (max-width:768px){.hero-banner{align-items:flex-end;padding:0;height:420px!important}.hero-slide{align-items:flex-end;padding:0 16px 60px}.hero-banner-card{background-color:#ffffff8c;border-radius:16px;width:100%;max-width:100%;min-height:auto;margin:0;padding:24px;left:auto}.hero-banner-title{margin-bottom:10px;font-size:24px;line-height:1.3}.hero-banner-subtitle{margin-bottom:20px;font-size:16px;line-height:1.45}.hero-banner-button{width:100%;padding:12px 16px;font-size:13px}.hero-banner-button-icon{width:18px;height:18px}.hero-slider-arrow{display:none!important}.hero-slider-dots{gap:8px;bottom:12px}.hero-slider-dot{width:8px;height:8px}.home-intro-section{box-sizing:border-box;width:100%;padding:24px 16px;position:relative;top:auto;left:auto}.home-intro-copy{width:100%;font-size:15px;line-height:1.65}.home-conditions-section{box-sizing:border-box;width:100%;padding:24px 16px;position:relative;top:auto;left:auto}.home-conditions-title{margin-bottom:10px;font-size:26px}.home-conditions-subtitle{margin-bottom:20px;font-size:16px}.home-conditions-panel{flex-direction:column;gap:16px;padding:24px}.home-conditions-column{width:100%}.home-condition-item{margin-bottom:10px;padding-left:18px;font-size:15px}.home-services-section{box-sizing:border-box;margin-top:40px;padding:24px 16px;width:100%!important;height:auto!important;min-height:auto!important;position:relative!important;top:auto!important;left:auto!important}.home-services-title{margin-bottom:24px;font-size:26px}.home-services-grid{grid-template-columns:1fr;gap:20px}.home-service-card{width:100%!important;height:auto!important;min-height:auto!important;position:relative!important;top:auto!important;left:auto!important}.home-service-card-image-frame{width:100%;height:220px;position:relative!important;top:auto!important;left:auto!important}.home-service-card-title{font-size:17px;position:relative!important;top:auto!important;left:auto!important}.home-service-card-link{white-space:nowrap!important;display:inline-flex!important;position:relative!important;top:auto!important;left:auto!important}.home-why-choose-section{box-sizing:border-box;margin-top:40px;padding:24px 16px;width:100%!important;height:auto!important;position:relative!important;top:auto!important;left:auto!important}.home-why-choose-pills{gap:12px}.home-why-choose-pill{width:calc(50% - 6px);height:68px;padding:8px 12px;font-size:15px}.home-trust-section{box-sizing:border-box;margin-top:40px;padding:24px 16px;width:100%!important;height:auto!important;position:relative!important;top:auto!important;left:auto!important}.home-trust-heading{font-size:26px;position:relative!important;top:auto!important;left:auto!important}.home-trust-subtitle{margin-bottom:24px;font-size:16px;position:relative!important;top:auto!important;left:auto!important}.home-trust-grid{grid-template-columns:1fr;gap:16px;width:100%!important;position:relative!important;top:auto!important;left:auto!important}.home-trust-card{min-height:auto}.home-trust-card-copy{max-width:75%;width:auto!important;position:relative!important;top:auto!important;left:auto!important}.home-trust-card-icon,.home-trust-card-icon-img{width:100px;height:100px;position:relative!important;top:auto!important;right:auto!important}.home-testimonials-section{width:100%;margin:40px 0;padding:24px 16px;position:relative;top:auto;left:auto;height:auto!important}.home-testimonials-header{width:100%;height:auto;margin-bottom:20px;position:relative;top:auto;left:auto}.home-testimonials-verified-text{font-size:16px}.home-testimonials-heading{font-size:24px;line-height:1.3}.home-testimonials-subtitle{margin-bottom:20px;font-size:16px;line-height:1.5}.home-testimonials-view-all{width:100%;margin:20px auto 0;position:relative;top:auto;left:auto}.home-testimonials-google-footer{gap:6px 10px;margin-top:20px}.home-testimonials-google-excellent{font-size:14px}.home-testimonials-google-count{font-size:13px}.home-testimonial-slider{align-items:center;gap:8px;display:flex;width:100%!important;height:auto!important;position:relative!important;top:auto!important;left:auto!important}.home-testimonial-track{flex-direction:column;grid-template-columns:none;gap:16px;width:100%!important;display:flex!important;position:relative!important;top:auto!important;left:auto!important}.home-testimonial-card{min-height:180px;padding:20px;width:100%!important;height:auto!important}.home-testimonial-rating{margin-bottom:12px}.home-testimonial-star{width:16px;height:16px}.home-testimonial-quote-text{margin-bottom:12px;font-size:14px}.home-testimonial-author{font-size:13px}.home-testimonial-arrow{flex-shrink:0;width:40px;height:40px;position:relative!important;top:auto!important}.home-testimonial-arrow-left{left:auto!important}.home-testimonial-arrow-right{right:auto!important}.home-cqc-section{width:100%;height:auto;margin-top:40px;padding:32px 16px;position:relative;top:auto;left:auto}.home-cqc-heading{margin-bottom:20px;font-size:22px}.home-cqc-logos-container{gap:16px}.home-cqc-logo-item{border-radius:12px;width:150px;height:110px;padding:6px 8px}}@media (max-width:480px){.hero-banner{height:380px}.hero-banner-title{font-size:22px}.hero-banner-subtitle{font-size:15px}}.reviews-modal-overlay{z-index:9999;box-sizing:border-box;background:#00000080;justify-content:center;align-items:flex-start;padding:80px 24px 24px;display:flex;position:fixed;inset:0}.reviews-modal{box-sizing:border-box;background:#f6fdff;border-radius:20px;width:100%;max-width:1000px;max-height:85vh;margin-top:20px;padding:40px;font-family:Lexend,sans-serif;overflow-y:auto}.reviews-modal-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.reviews-modal-header h2{color:#10487f;margin:0;font-size:32px;font-weight:500}.reviews-modal-close{cursor:pointer;color:#474748;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex}.reviews-modal-close:hover{background:#00000014}.reviews-modal-close svg{width:24px;height:24px}.reviews-modal-subtitle{color:#474748;margin:0 0 32px;font-size:18px;line-height:1.5}.reviews-modal-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.reviews-modal-empty{text-align:center;color:#474748;grid-column:1/-1;padding:48px 0;font-size:18px}.reviews-modal-card{background:#fff;border:1px solid #10487f1a;border-radius:16px;flex-direction:column;padding:20px 24px;display:flex}.reviews-modal-card-rating{gap:3px;margin-bottom:10px;display:flex}.reviews-modal-card-comment{color:#474748;white-space:pre-line;overflow-wrap:anywhere;margin:0 0 10px;font-size:14px;line-height:1.6}.reviews-modal-card-name{color:#141416;margin:auto 0 0;font-size:14px;font-weight:700}@media (max-width:768px){.reviews-modal{max-height:80vh;padding:24px 16px}.reviews-modal-header h2{font-size:24px}.reviews-modal-subtitle{margin-bottom:20px;font-size:15px}.reviews-modal-grid{grid-template-columns:1fr;gap:16px}.reviews-modal-card{padding:20px}}.testimonial-modal-overlay{z-index:9999;box-sizing:border-box;background:#00000080;justify-content:center;align-items:flex-start;padding:100px 24px 24px;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.testimonial-modal{box-sizing:border-box;background:#f6fdff;border-radius:20px;width:100%;max-width:600px;max-height:85vh;margin-top:20px;padding:40px;font-family:Lexend,sans-serif;animation:.3s ease-out slideDown;overflow-y:auto;box-shadow:0 20px 60px #00000026}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.testimonial-modal-header{border-bottom:1px solid #dfefff;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;display:flex}.testimonial-modal-title{color:#10487f;margin:0;font-size:28px;font-weight:600}.testimonial-modal-close{cursor:pointer;color:#474748;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex}.testimonial-modal-close:hover{background:#00000014}.testimonial-modal-content{flex-direction:column;gap:16px;display:flex}.testimonial-modal-rating{gap:3px;margin-bottom:4px;display:flex}.testimonial-modal-rating .home-testimonial-star{width:18px;height:18px}.testimonial-modal-comment{color:#474748;white-space:pre-line;overflow-wrap:anywhere;margin:0;font-size:16px;line-height:1.7}.testimonial-modal-author{color:#141416;margin:12px 0 0;font-size:14px;font-weight:700}.home-testimonial-read-more-link{color:#22a3ff;text-underline-offset:2px;cursor:pointer;white-space:nowrap;vertical-align:baseline;font-family:Lexend,sans-serif;font-size:13px;font-weight:500;text-decoration:underline;transition:color .2s;display:inline}.home-testimonial-read-more-link:hover{color:#1a82cc}.home-testimonial-read-more-link:focus-visible{outline-offset:3px;border-radius:2px;outline:3px solid #3592ee}.line-clamp-3{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media (max-width:768px){.testimonial-modal{max-height:80vh;margin:16px;padding:24px 16px}.testimonial-modal-title{font-size:22px}.testimonial-modal-comment{font-size:15px}}
