.stats-section{padding:6rem 2rem;background-color:var(--background);position:relative;overflow:hidden}.stats-section .container{max-width:1200px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}.stats-section .section-header{margin-bottom:4rem}.stats-section .section-header h2{font-family:Urbanist,sans-serif;font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:120%}@media(max-width:768px){.stats-section .section-header h2{font-size:2.5rem}}.stats-section .section-header p{font-family:Urbanist,sans-serif;font-size:1.2rem;color:#1f2937;max-width:600px;margin:0 auto}.stats-section .stats-grid{display:flex;justify-content:center;gap:40px;width:100%;flex-wrap:wrap}@media(max-width:1024px){.stats-section .stats-grid{gap:20px}}.stats-section .stat-card{background:#fff;border-radius:24px;padding:3rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;justify-content:center;border:1.5px solid rgba(132,204,22,.3);flex:1;min-width:280px;max-width:350px;position:relative;overflow:hidden}.stats-section .stat-card:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 20px 40px -12px rgba(132,204,22,.15);border-color:rgba(132,204,22,.6)}.stats-section .stat-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(132,204,22,.05) 0,transparent);opacity:0;transition:opacity .5s ease;pointer-events:none}.stats-section .stat-card:hover:after{opacity:1}.stats-section .stat-card .stat-number{font-family:Inter,system-ui,sans-serif;font-size:3.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(92deg,var(--primary) 1.39%,var(--dark) 82.76%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;line-height:1.2;text-align:center;transition:all .3s ease}@media(max-width:1024px){.stats-section .stat-card .stat-number{font-size:3rem}}.stats-section .stat-card .stat-label{font-family:Inter,system-ui,sans-serif;font-size:.85rem;font-weight:400;color:#1f2937;text-transform:uppercase;letter-spacing:.2em;text-align:center}.wrapper{width:90%;display:flex;gap:4rem;justify-content:space-between;align-items:center;position:relative;top:18.5rem;z-index:10;margin-left:4rem}@media(max-width:1200px){.wrapper{margin-left:0;width:100%;justify-content:center;transform:scale(.8);transform-origin:center top}}@media(min-width:768px)and (max-width:1023px){.wrapper{transform:scale(.8);transform-origin:center top;margin-top:0;width:100%;margin-left:0;justify-content:center;gap:4rem}}@media(max-width:767px){.wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;position:static;transform:scale(1);margin-top:2rem;margin-left:0;width:100%}}.left-card{position:absolute;left:-5%;top:22%;transform:translateY(-50%);z-index:10}@media(min-width:768px)and (max-width:1023px){.left-card{left:-8%!important}}.right-card{position:absolute;right:-6%;top:22%;transform:translateY(-50%);z-index:10}@media(min-width:768px)and (max-width:1023px){.right-card{right:-8%!important}}.central-button{position:absolute;left:50%;top:29%;transform:translate(-50%,-50%);z-index:10}@media(min-width:768px)and (max-width:1200px){.tablet-fix{overflow:visible;padding:0 20px}}@media(min-width:768px)and (max-width:1023px){.mobileview-container{overflow-x:visible;padding:0 15px}}.faq-container{padding:80px 0;width:100%;max-width:1200px;margin:0 auto;background-color:var(--background)}@media(max-width:1200px){.faq-container{padding:60px 24px}}@media(max-width:768px){.faq-container{padding:40px 16px}}.faq-container .faq-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;margin:0 auto;gap:60px}@media(max-width:1200px){.faq-container .faq-wrapper{gap:32px}}@media(max-width:1023px){.faq-container .faq-wrapper{flex-direction:column;gap:40px}}.faq-container .faq-wrapper .faq-header{display:flex;flex-direction:column;text-align:left;margin-bottom:0;width:auto;flex:0 0 35%;position:sticky;top:100px}@media(max-width:1200px){.faq-container .faq-wrapper .faq-header{flex:0 0 30%}}@media(max-width:1023px){.faq-container .faq-wrapper .faq-header{flex:auto;width:100%;position:static;text-align:center;align-items:center;margin-bottom:32px}}.faq-container .faq-wrapper .faq-header .faq-title{font-family:Montserrat,sans-serif;font-size:40px;font-weight:700;line-height:1.2;background:linear-gradient(92deg,var(--primary) 1.39%,var(--dark) 82.76%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;margin-bottom:16px}@media(max-width:768px){.faq-container .faq-wrapper .faq-header .faq-title{font-size:28px}}.faq-container .faq-wrapper .faq-header .faq-subtitle{font-family:Montserrat,sans-serif;font-size:17px;font-weight:500;line-height:24px;color:var(--text-muted);max-width:90%;margin-bottom:40px}@media(max-width:1023px){.faq-container .faq-wrapper .faq-header .faq-subtitle{font-size:16px;max-width:800px;margin:0 auto 30px}}@media(max-width:768px){.faq-container .faq-wrapper .faq-header .faq-subtitle{font-size:14px;max-width:600px}}.faq-container .faq-wrapper .faq-content{width:auto}@media(max-width:1200px){.faq-container .faq-wrapper .faq-content{flex:0 0 65%}}@media(max-width:1023px){.faq-container .faq-wrapper .faq-content{flex:auto;width:100%;max-width:100%}}.faq-container .faq-wrapper .faq-content .faq-items-wrapper{display:flex;flex-direction:column;gap:16px}.faq-container .faq-wrapper .faq-content .faq-cta{display:flex;align-items:center;margin-top:40px}@media(max-width:1023px){.faq-container .faq-wrapper .faq-content .faq-cta{justify-content:center}}.faq-container .faq-wrapper .faq-content .faq-cta span{font-size:16px;font-weight:500;color:var(--text-muted);margin-right:16px}.faq-container .faq-wrapper .faq-content .faq-cta a{display:inline-block;padding:8px 16px;border-radius:20px;border:1px solid var(--primary);color:var(--primary);font-size:14px;font-weight:500;text-decoration:none;transition:all .3s ease}.faq-container .faq-wrapper .faq-content .faq-cta a:hover{background-color:rgba(132,204,22,.1)}.blogs-section{width:100%;background-color:var(--background);overflow:hidden;padding-top:2rem;padding-bottom:8rem}@media(max-width:768px){.blogs-section{padding-top:3rem;padding-bottom:5rem}}.blogs-section__container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.blogs-section__container{padding:0 1.5rem}}.blogs-section__header{margin-bottom:4rem;text-align:center}.blogs-section__title{font-family:Urbanist,sans-serif;font-size:3rem;font-style:normal;font-weight:700;line-height:1.2;background:linear-gradient(92deg,#84cc16 1.39%,#65a30d 82.76%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem}@media(max-width:768px){.blogs-section__title{font-size:2.2rem}}.blogs-section__subtitle{color:var(--text-muted);font-family:Urbanist,sans-serif;font-size:1.1rem;font-style:normal;font-weight:400;line-height:1.5;max-width:600px;margin:0 auto}@media(max-width:768px){.blogs-section__subtitle{font-size:1rem}}.blogs-section__desktop-view{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}@media(max-width:768px){.blogs-section__desktop-view{display:none}}.blogs-section__mobile-view{position:relative;overflow:hidden;width:100%;display:none}@media(max-width:768px){.blogs-section__mobile-view{display:block}}.blogs-section__cards-slider{display:flex;transition:transform .3s ease}.blogs-section__slider-item{flex:0 0 100%;display:flex;justify-content:center;box-sizing:border-box;padding:0 .5rem}.blogs-section__indicators{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.blogs-section__indicator{width:8px;height:8px;border-radius:50%;background-color:rgba(132,204,22,.3);border:none;padding:0;cursor:pointer;transition:background-color .3s ease}.blogs-section__indicator.active{background-color:var(--primary)}.blogs-section__card{background-color:#fff;border-radius:1.5rem;overflow:hidden;height:100%;width:100%;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.blogs-section__card:hover{transform:translateY(-5px);border-color:#84cc16;box-shadow:0 10px 25px -5px rgba(132,204,22,.15),0 8px 10px -6px rgba(132,204,22,.1)}.blogs-section__card-content{display:flex;padding:0;height:100%}@media(max-width:1200px){.blogs-section__card-content{flex-direction:column}}.blogs-section__card-image{width:35%;display:flex;justify-content:center;align-items:center;padding:1.5rem;background-color:#fff}.blogs-section__card-image img{filter:hue-rotate(60deg) saturate(1.2) brightness(1.1)}@media(max-width:1200px){.blogs-section__card-image{width:100%;padding:2rem 1.5rem 0}}.blogs-section__card-text{width:65%;display:flex;flex-direction:column;padding:2rem}@media(max-width:1200px){.blogs-section__card-text{width:100%;padding:1.5rem 2rem 2rem}}.blogs-section__card-title{font-family:Urbanist,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.4;color:var(--text);overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:3!important;line-clamp:3!important;-webkit-box-orient:vertical!important;max-height:4.5em!important;text-overflow:ellipsis!important}@media(max-width:1200px){.blogs-section__card-title{font-size:1.1rem;min-height:3.6em;-webkit-line-clamp:3!important;line-clamp:3!important;max-height:4.5em!important}}.blogs-section__card-description{font-family:Urbanist,sans-serif;font-size:.95rem;line-height:1.6;color:var(--text-muted);margin:0 0 1.5rem;flex-grow:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}@media(max-width:768px){.blogs-section__card-description{font-size:.85rem;-webkit-line-clamp:2;line-clamp:2}}.blogs-section__card-button{margin-top:auto;font-family:Urbanist,sans-serif;font-size:.9rem;font-weight:600;color:#84cc16;cursor:pointer;display:inline-block;transition:color .3s ease}.blogs-section__card-button:hover{color:#65a30d}.trust-assurance{min-height:auto;height:auto;flex-shrink:0;display:flex;flex-direction:column;margin-top:7rem;margin-bottom:0;align-items:center;flex-wrap:wrap;flex:1}.trust-assurance .title{font-family:Urbanist;font-size:3.5rem;font-weight:700;background:linear-gradient(92deg,#84cc16 1.39%,#65a30d 82.76%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.trust-assurance .subtitle,.trust-assurance .title{font-style:normal;line-height:120%;text-align:center}.trust-assurance .subtitle{width:265px;color:#1f2937;font-family:Roboto Flex;font-size:18px;font-weight:600;margin-bottom:40px}.trust-assurance .cards{display:flex;justify-items:center;width:80vw;max-width:1200px;gap:40px;margin:2rem 0;justify-content:center;flex-wrap:wrap}.trust-assurance .card{display:flex;padding:23px 24px 29px;flex-direction:column;align-items:center;gap:13px;background:#fff!important;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.05)!important;border:1px solid #e5e7eb;transition:transform .3s ease,box-shadow .3s ease,border .3s ease;width:280px!important;flex-grow:1;max-width:300px}.trust-assurance .card:hover{transform:translateY(-5px);box-shadow:0 10px 25px -5px rgba(132,204,22,.15),0 8px 10px -6px rgba(132,204,22,.1)!important;border:1px solid #84cc16}.trust-assurance .card-content{display:flex;flex-direction:column;align-items:center;width:100%;gap:13px}.trust-assurance .card-image{width:3.5rem;height:3.5rem;filter:hue-rotate(60deg) saturate(1.2) brightness(1.1)}.trust-assurance .card-title{color:#1f2937;font-family:Urbanist;font-size:1.39rem;font-style:normal;font-weight:500;text-align:center}.trust-assurance .card-description{width:100%;color:#6b7280;font-family:Urbanist;font-size:.85rem;font-style:normal;font-weight:400;line-height:120%;text-align:center}@media(max-width:1024px){.trust-assurance{width:100vw;height:auto}.trust-assurance .cards{width:90vw;gap:20px}}@media(max-width:768px){.trust-assurance .title{font-size:2.5rem}.trust-assurance .subtitle{font-size:1.1rem;width:90%}.trust-assurance .card{width:100%;max-width:350px;margin-bottom:20px}}