:root{--color-background: #ebeff3;--color-text-primary: #333}:root{--font-family-base: "Inter", "Arial", sans-serif;--font-family-heading: "Raleway", "Helvetica Neue", sans-serif;--font-size-base: 16px}:root{--spacing-xs: 8px;--spacing-sm: 16px;--spacing-md: 32px;--spacing-lg: 64px}:root{--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1200px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:var(--font-family-base);background-color:var(--color-background);color:var(--color-text-primary);line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-heading)}button{font-family:var(--font-family-base);font-size:var(--font-size-base)}h1{font-size:clamp(1.5rem,calc(2.5vw + 1.25rem),5rem)}h2{font-size:clamp(1.75rem,3.5vw,3rem)}h3{font-size:clamp(1.25rem,2.5vw,2.5rem)}h4{font-size:clamp(1rem,1.8vw,1.5rem)}input{font-family:var(--font-family-base)}.header{display:flex;justify-content:space-between;align-items:center;margin:0 clamp(3rem,7vw,8rem);padding:2rem 0;text-align:center}.header__logo{display:flex;flex:0 0 auto}.header__logo-img{height:64px;width:auto}.header__navigation-bar{display:flex;justify-content:center;background-color:#fbfbfb;padding:22px 36px;border:1px solid #fff;border-radius:20px}.header__navigation-bar-list{display:flex;list-style:none;gap:2rem}.header__navigation-bar-item{display:flex;align-items:center}.header__navigation-bar-link{text-decoration:none;color:#8987a1;font-weight:500;border-bottom:2px solid transparent;transition:all .3s ease}.header__navigation-bar-link:hover{color:#252432}.header__whatsapp-button{display:flex;background-color:#25d366;color:#fff;border:none;padding:.5rem;border-radius:10px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.header__whatsapp-button:hover{background-color:#128c7e}.header__whatsapp-button-img{height:40px;width:auto}@media (max-width: 768px){.header{flex-direction:column;align-items:center;padding:1rem 0}.header__navigation-bar,.header__whatsapp-button{display:none}}.hero{display:flex;justify-content:center;flex-direction:column;align-items:center;gap:64px;min-height:80vh}.hero__content{display:flex;flex-direction:column;align-items:center;text-align:center}.hero__title{font-weight:700;line-height:1.2;margin-bottom:32px;color:#034833;max-width:25ch}.hero__description{font-size:clamp(.75rem,1.35vw,1.5rem);line-height:1.6;color:#034833;font-weight:400;max-width:75ch}.hero__button{display:inline-block;background-color:#83cd20;color:#fff;font-weight:600;font-size:18px;padding:16px 24px;border-radius:12px;text-decoration:none;transition:background-color .3s ease,transform .2s ease;border:none;cursor:pointer}.hero__button:hover{background-color:#75b51d;transform:translateY(-1px)}.approach{display:flex;justify-content:center;align-items:center;border-radius:50px;padding:clamp(2rem,7vw,5rem) clamp(2rem,7vw,7rem);background-color:#034833}.approach__left-content{display:flex;flex-direction:column;align-items:start;text-align:justify;gap:40px;color:#f5f5f5;width:50%}.approach__title{line-height:1.2;max-width:20ch;text-align:left}.approach__description{max-width:50ch;text-align:left}.approach__button{display:inline-block;background-color:#83cd20;color:#fff;font-weight:600;font-size:18px;padding:16px 24px;border-radius:12px;text-decoration:none;transition:background-color .3s ease,transform .2s ease;border:none;cursor:pointer}.approach__button:hover{background-color:#75b51d;transform:translateY(-1px)}.approach__right-content{width:50%;display:flex;justify-content:center;align-items:center}.approach__cards{display:flex;flex-direction:column;gap:28px;align-items:center}.approach__row{display:flex;gap:28px;justify-content:center;flex-wrap:wrap}.approach__card{display:flex;align-items:center;gap:10px;transition:transform .3s ease;background-color:#fff;border-radius:10px;padding:8px 12px}.approach__card:hover{transform:translateY(-4px)}.approach__card-icon-container{width:clamp(34px,2.5vw,45px);aspect-ratio:1;border-radius:16px;background-color:#d9d9d9;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease}.approach__card-icon{width:80%;height:80%;filter:brightness(0) invert(1)}.approach__card-text{color:#034833;font-size:clamp(.75rem,1.35vw,1.5rem);font-weight:400;text-align:center}@media (width <= 768px){.approach{flex-direction:column;text-align:center;gap:3rem}.approach__left-content{width:100%;align-items:center;text-align:center;gap:28px}.approach__title,.approach__description{max-width:90%;text-align:center}.approach__right-content{width:100%}.approach__cards{gap:20px}}@media (width <= 480px){.approach{border-radius:25px;padding:2rem 1.25rem}.approach__left-content{gap:24px}.approach__description{font-size:clamp(.75rem,1.35vw,1.5rem)}.approach__button{padding:14px 20px;font-size:16px}.approach__card{width:120px;padding:6px}.approach__card-icon-container{width:30px;height:30px}.approach__card-icon{width:24px;height:24px}.approach__card-text{font-size:12px}}.challenges__container{display:flex;flex-direction:column;gap:56px}.challenges__introduction{display:flex;flex-direction:column;align-items:center;gap:24px;color:#034833}.challenges__heading{text-align:center;line-height:1.2;max-width:25ch}.challenges__subheading{font-size:clamp(.75rem,1.25vw,1.25rem);text-align:center;max-width:55ch;line-height:1.6}.challenges__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(450px,100%),1fr));gap:2rem;padding:0 clamp(1rem,5vw,2rem)}.challenge-card{background-color:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.challenge-card:hover{transform:translateY(-6px);box-shadow:0 10px 30px #0000001a}.challenge-card__icon-container{width:64px;height:64px;border-radius:12px;background-color:#f5f8ff;display:flex;justify-content:center;align-items:center;margin-bottom:24px}.challenge-card__title{margin-bottom:16px}.challenge-card__description{font-size:clamp(.75rem,1.25vw,1.25rem);color:#8987a1}@media (width <= 768px){.challenges__introduction{gap:16px}.challenges__heading{max-width:80%}.challenges__grid{gap:1.5rem}.challenge-card{padding:24px}}@media (width <= 640px){.challenges__grid{grid-template-columns:1fr;gap:24px}}.services{background-color:#83cd20;padding:15px 0}.services,.services__container{border-radius:50px}.services__container{background-color:#fff;display:flex;flex-direction:column;gap:42px;padding:clamp(2rem,7vw,3.5rem) clamp(2rem,7vw,7rem)}.services__introduction{display:flex;flex-direction:column;align-items:center;gap:32px;color:#034833}.services__heading{text-align:center;max-width:30ch}.services__subheading{font-size:clamp(.75rem,1.25vw,1.25rem);text-align:center;max-width:53ch;line-height:1.6}.services__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.service-card{background-color:#83cd20;border-radius:20px;padding:32px;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-6px);box-shadow:0 8px 25px #0000001a}.service-card__title{margin-bottom:16px;line-height:1.3;max-width:20ch}.service-card__description{font-size:clamp(.75rem,1.25vw,1.25rem);line-height:1.8;color:#034833}@media (width <= 768px){.service-card{padding:26px}}@media (width <= 480px){.services__grid{grid-template-columns:1fr;gap:18px}.service-card{padding:22px}}.education{padding:0 clamp(2rem,7vw,7rem);font-family:var(--font-family-heading)}.education__container{display:flex;gap:100px}.education__left-content{display:flex;flex-direction:column;width:33%}.education__title{color:#034833;line-height:1.2;margin-bottom:36px}.education__description,.education__details{font-size:clamp(.75rem,1.25vw,1.25rem);color:#034833;line-height:1.6}.education__description{margin-bottom:32px}.education__right-content{flex:1;display:flex;flex-direction:column;gap:18px}.education-item{padding:12px 30px;background-color:#fbfbfb;border-radius:10px;transition:transform .3s ease,box-shadow .3s ease}.education-item:hover{transform:translate(8px);box-shadow:0 8px 25px #00000014;background-color:#fff}.education-item__title{margin-bottom:4px}.education-item__text{font-size:clamp(.75rem,1.25vw,1.25rem);line-height:1.4;color:#8987a1}@media (width <= 768px){.education__container{gap:48px}.education__right-content{gap:16px}.education-item{padding:12px 20px}}@media (width <= 480px){.education__container{flex-direction:column;gap:32px}.education__left-content{width:100%}.education__title{margin-bottom:22px}.education__description{margin-bottom:18px}.education__title,.education__description,.education__details{text-align:center}.education-item{padding:12px}}.newsletter__container{margin:0 auto;text-align:center}.newsletter__title{color:#034833;margin-bottom:2px}.newsletter__description{font-size:clamp(.75rem,1.2vw,1.125rem);line-height:1.2;color:#034833;margin-bottom:12px;min-width:300px;max-width:40%;margin-left:auto;margin-right:auto}.newsletter__form{display:flex;flex-direction:column;align-items:center;gap:3rem}.newsletter__inputs{display:flex;flex-direction:column;gap:1rem;width:100%;min-width:300px;max-width:50%}.newsletter__input-group{flex:1;display:flex;flex-direction:column;text-align:left}.newsletter__label{font-size:1rem;font-weight:700;color:#252432;margin-bottom:.625rem;margin-left:.5rem}.newsletter__input{font-size:var(--font-size-base);line-height:1.5;padding:16px 24px;border:1px solid #d6dded;border-radius:10px;transition:border-color .3s ease,box-shadow .3s ease;background-color:var(--color-background)}.newsletter__input:focus{outline:none;border-color:#83cd20;box-shadow:0 0 0 3px #83cd201a}.newsletter__input::placeholder{color:#8987a1}.newsletter__button{background-color:#83cd20;color:#fff;line-height:1.5;border:none;padding:16px 32px;border-radius:12px;font-size:18px;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease;width:100%;min-width:300px;max-width:50%;margin-top:1rem;text-decoration:none}.newsletter__button:hover{background-color:#75b51d;transform:translateY(-1px)}.newsletter__button:active{transform:translateY(0)}.newsletter__button:focus{outline:none;box-shadow:0 0 0 3px #83cd204d}main{margin:0 clamp(1rem,4.5vw,8rem);display:flex;flex-direction:column;gap:4.5rem}.footer{padding:84px clamp(1rem,4.5vw,8rem) clamp(1rem,4.5vw,8rem) clamp(1rem,4.5vw,8rem);color:#fff;background:radial-gradient(ellipse 600px 350px at 0% 100%,#83cd20 0%,rgba(131,205,32,.9) 30%,rgba(131,205,32,.6) 60%,transparent 100%),radial-gradient(ellipse 600px 350px at 100% 100%,#83cd20 0%,rgba(131,205,32,.9) 30%,rgba(131,205,32,.6) 60%,transparent 100%),radial-gradient(ellipse 800px 200px at 50% 100%,rgba(131,205,32,.7) 0%,rgba(131,205,32,.5) 50%,transparent 100%)}.footer__container{display:flex;justify-content:space-between;background-color:#fff;border-radius:40px;padding:clamp(2rem,7vw,2.875rem) clamp(2rem,7vw,3.75rem)}.footer__left-content{display:flex;flex-direction:column;gap:12px}.footer__description{color:#8987a1}.footer__right-content{display:flex;flex-direction:column;align-items:flex-end;gap:48px}.footer__navigation-list{display:flex;flex-wrap:wrap;gap:36px}.footer__navigation-link{color:#8987a1;text-decoration:none;transition:color .3s ease}.footer__navigation-link:hover{color:#252432}.footer__social{display:flex;gap:18px}.footer__social-link{transition:background-color .3s ease,transform .3s ease}.footer__social-link:hover{transform:translateY(-2px)}.footer__social-link,.footer__social-icon{width:28px;height:28px}@media (width <= 768px){.footer__container{flex-direction:column-reverse;gap:40px;text-align:center}.footer__right-content{align-items:center;gap:24px}.footer__navigation-list{flex-direction:column;gap:16px}}@media (width <= 480px){.footer__container{gap:24px}.footer__navigation-list,.footer__social{gap:12px}}
