.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e5e5;z-index:50}.header__container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.header__logo{font-size:1.25rem;font-weight:700;color:#2c5f2d}.header__nav{display:flex;gap:2rem}.header__nav--desktop{display:none}.header__nav--mobile{position:absolute;top:100%;left:0;right:0;background:#fff;padding:1.5rem;border-bottom:1px solid #e5e5e5;flex-direction:column;gap:1rem}.header__link{color:#666;text-decoration:none;transition:color .3s}.header__link:hover{color:#2c5f2d}.header__contact{display:flex;align-items:center;gap:.5rem;color:#2c5f2d}.header__contact--desktop{display:none}.header__contact--mobile{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e5e5}.header__icon{color:#2c5f2d}.header__phone{font-weight:600}.header__burger{background:none;border:none;cursor:pointer;color:#2c5f2d;display:block}@media (min-width: 768px){.header__nav--desktop,.header__contact--desktop{display:flex}.header__burger{display:none}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__background{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#2c5f2d66}.hero__content{position:relative;z-index:10;text-align:center;padding:0 1.5rem}.hero__title-wrapper{overflow:hidden}.hero__title{font-size:3.75rem;font-weight:700;color:#fff;margin-bottom:2rem;letter-spacing:-.025em;animation:fadeIn 1s ease-out}.hero__subtitle-wrapper{display:flex;align-items:center;justify-content:center;gap:1rem;color:#ffffffe6}.hero__line{height:1px;width:4rem;background:#ffffff80}.hero__subtitle{font-size:1.125rem;text-transform:uppercase;letter-spacing:.1em}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);animation:bounce 2s infinite}.hero__scroll-indicator{width:1.5rem;height:2.5rem;border:2px solid rgba(255,255,255,.5);border-radius:1rem;display:flex;align-items:flex-start;justify-content:center;padding:.5rem}.hero__scroll-dot{width:.25rem;height:.75rem;background:#ffffff80;border-radius:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}@media (min-width: 768px){.hero__title{font-size:6rem}.hero__subtitle{font-size:1.25rem}}@media (min-width: 1024px){.hero__title{font-size:8rem}}.stats{padding:6rem 0;background:#f8f5f0}.stats__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.stats__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.stats__item{text-align:center;border-left:2px solid rgba(44,95,45,.2);padding-left:1.5rem;animation:fadeIn .6s ease-out forwards;opacity:0}.stats__value{font-size:2.5rem;font-weight:700;color:#2c5f2d;margin-bottom:.75rem}.stats__label{font-size:.875rem;color:#666;text-transform:uppercase;letter-spacing:.05em}@keyframes fadeIn{to{opacity:1}}@media (min-width: 768px){.stats__grid{grid-template-columns:repeat(4,1fr);gap:4rem}.stats__value{font-size:3rem}.stats__label{font-size:1rem}}.about{padding:6rem 0;background:#fff}.about__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.about__grid{display:grid;gap:3rem;align-items:center}.about__content{display:flex;flex-direction:column;gap:1.5rem}.about__title{font-size:2.5rem;font-weight:700;color:#2c5f2d;margin-bottom:1rem}.about__text{color:#666;line-height:1.8}.about__list{list-style:none;padding:0;margin:1rem 0}.about__list-item{padding:.75rem 0 .75rem 2rem;position:relative;color:#333}.about__list-item:before{content:"✓";position:absolute;left:0;color:#2c5f2d;font-weight:700}.about__image-wrapper{position:relative;overflow:hidden;border-radius:.5rem;height:400px}.about__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.about__image-wrapper:hover .about__image{transform:scale(1.05)}@media (min-width: 768px){.about__grid{grid-template-columns:1fr 1fr;gap:4rem}.about__title{font-size:3rem}}.features{padding:6rem 0;background:#f8f5f0}.features__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.features__header{text-align:center;margin-bottom:4rem}.features__title{font-size:2.5rem;font-weight:700;color:#2c5f2d;margin-bottom:1rem}.features__subtitle{color:#666;font-size:1.125rem}.features__grid{display:grid;grid-template-columns:1fr;gap:2rem}.features__card{background:#fff;padding:2rem;border-radius:.5rem;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.features__card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.features__icon-wrapper{width:4rem;height:4rem;background:#2c5f2d1a;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.features__icon{color:#2c5f2d}.features__card-title{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:.75rem}.features__card-description{color:#666;line-height:1.6}@media (min-width: 768px){.features__grid{grid-template-columns:repeat(2,1fr);gap:2rem}.features__title{font-size:3rem}}@media (min-width: 1024px){.features__grid{grid-template-columns:repeat(3,1fr)}}.news{padding:6rem 0;background:#fff}.news__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.news__header{text-align:center;margin-bottom:4rem}.news__title{font-size:2.5rem;font-weight:700;color:#2c5f2d;margin-bottom:1rem}.news__subtitle{color:#666;font-size:1.125rem}.news__carousel{position:relative;overflow:hidden;padding:0 3rem}.news__track{display:flex;transition:transform .5s ease}.news__card{min-width:100%;background:#f8f5f0;border-radius:.5rem;overflow:hidden}.news__image-wrapper{width:100%;height:250px;overflow:hidden}.news__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.news__card:hover .news__image{transform:scale(1.05)}.news__content{padding:1.5rem}.news__date{color:#2c5f2d;font-size:.875rem;margin-bottom:.5rem}.news__card-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:.75rem}.news__description{color:#666;line-height:1.6}.news__button{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:1px solid #e5e5e5;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10}.news__button:hover{background:#2c5f2d;color:#fff;border-color:#2c5f2d}.news__button--prev{left:0}.news__button--next{right:0}.news__dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.news__dot{width:.75rem;height:.75rem;border-radius:50%;background:#e5e5e5;border:none;cursor:pointer;transition:background .3s ease}.news__dot--active{background:#2c5f2d}@media (min-width: 768px){.news__title{font-size:3rem}.news__image-wrapper{height:350px}.news__card-title{font-size:1.75rem}}.videos{padding:6rem 0;background:#f8f5f0}.videos__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.videos__header{text-align:center;margin-bottom:4rem}.videos__title{font-size:2.5rem;font-weight:700;color:#2c5f2d;margin-bottom:1rem}.videos__subtitle{color:#666;font-size:1.125rem}.videos__player{margin-bottom:3rem;border-radius:.5rem;overflow:hidden;background:#000;aspect-ratio:16 / 9}.videos__iframe{width:100%;height:100%;border:none}.videos__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.videos__card{background:#fff;border-radius:.5rem;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent}.videos__card:hover{transform:translateY(-3px);box-shadow:0 5px 20px #0000001a}.videos__card--active{border-color:#2c5f2d}.videos__thumbnail-wrapper{position:relative;aspect-ratio:16 / 9;overflow:hidden}.videos__thumbnail{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.videos__card:hover .videos__thumbnail{transform:scale(1.05)}.videos__play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:3rem;height:3rem;background:#2c5f2de6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;padding-left:.25rem}.videos__card-title{padding:1rem;font-size:1.125rem;font-weight:600;color:#333}@media (min-width: 768px){.videos__title{font-size:3rem}.videos__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.videos__grid{grid-template-columns:repeat(4,1fr)}}.contact{padding:6rem 0;background:#fff}.contact__container{max-width:800px;margin:0 auto;padding:0 1.5rem}.contact__header{text-align:center;margin-bottom:3rem}.contact__title{font-size:2.5rem;font-weight:700;color:#2c5f2d;margin-bottom:1rem}.contact__subtitle{color:#666;font-size:1.125rem}.contact__form{display:flex;flex-direction:column;gap:1.5rem;background:#f8f5f0;padding:2rem;border-radius:.5rem}.contact__field{display:flex;flex-direction:column;gap:.5rem}.contact__label{font-size:.875rem;font-weight:500;color:#333}.contact__input,.contact__textarea{width:100%;padding:.75rem 1rem;border:1px solid #e5e5e5;border-radius:.375rem;background:#fff;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.contact__input:focus,.contact__textarea:focus{outline:none;border-color:#2c5f2d}.contact__textarea{resize:vertical;min-height:120px}.contact__button{background:#2c5f2d;color:#fff;padding:1rem 2rem;border:none;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease}.contact__button:hover{background:#234a23}@media (min-width: 768px){.contact__title{font-size:3rem}.contact__form{padding:3rem}}.footer{padding:3rem 0;background:#2c5f2d;color:#fff}.footer__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer__section{display:flex;flex-direction:column;gap:1rem}.footer__title{font-size:1.25rem;font-weight:700}.footer__heading{font-weight:600}.footer__text{color:#fffc;font-size:.875rem;line-height:1.6}.footer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer__item{font-size:.875rem}.footer__link{color:#fffc;text-decoration:none;transition:color .3s ease}.footer__link:hover{color:#fff}.footer__bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);text-align:center}.footer__copyright{font-size:.875rem;color:#fff9}@media (min-width: 768px){.footer__grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.not-found{display:flex;min-height:100vh;align-items:center;justify-content:center;background:#f8f5f0}.not-found__content{text-align:center}.not-found__title{font-size:4rem;font-weight:700;color:#2c5f2d;margin-bottom:1rem}.not-found__text{font-size:1.5rem;color:#666;margin-bottom:2rem}.not-found__link{display:inline-block;padding:1rem 2rem;background:#2c5f2d;color:#fff;text-decoration:none;border-radius:.375rem;font-weight:600;transition:background .3s ease}.not-found__link:hover{background:#234a23}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;background:#fff}#root{min-height:100vh}
