*{margin:0;padding:0;box-sizing:border-box;font-family:Cormorant Garamond,serif}body{line-height:1.6;color:#333}:root{--gray: #6b7280;--light-gray: #F5F5F5;--green: #7CAA66;--light-green: #B0D299;--pastel-green: #F0F8E0;--dark-green: #5A8B4A;--white: #FFFFFF}@media (max-width: 768px){.calculator__content{grid-template-columns:1fr;gap:30px}.upcoming__content{grid-template-columns:1fr;gap:40px}.testimonials__grid{flex-direction:column;align-items:center}}@media (max-width: 480px){.hero__title{font-size:2rem}.hero__buttons{flex-direction:column}.hero__circle{width:250px;height:250px}.benefits__grid{grid-template-columns:1fr}.products__title,.calculator__title,.upcoming__title,.testimonials__title,.benefits__title,.contact__title{font-size:2.2rem}}.hero{background:var(--light-gray);min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero__container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero__content{z-index:2}.hero__title{font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:20px;color:#1f2937}.hero__title--accent{color:var(--green);display:block}.hero__subtitle{font-size:1.2rem;color:#6b7280;margin-bottom:30px;line-height:1.6}.hero__tagline{font-size:1rem;color:#9ca3af;margin-bottom:40px}.hero__buttons{display:flex;gap:20px;flex-wrap:wrap}.hero__button{padding:15px 30px;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem}.hero__button--primary{background:var(--green);color:#fff}.hero__button--primary:hover{background:var(--dark-green);transform:translateY(-2px)}.hero__button--secondary{background:transparent;color:#6b7280;border:2px solid #e5e7eb}.hero__button--secondary:hover{background:#f9fafb;border-color:var(--green)}.hero__visual{position:relative;display:flex;justify-content:center;align-items:center;opacity:0;transform:translate(50px);animation:slideInFromRight 1s ease-out .3s forwards}.hero__circle{width:400px;height:400px;background:var(--light-green);border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center;animation:float 4s ease-in-out infinite}.hero__circle img{width:130%;height:130%;opacity:0;transform:scale(.8);animation:scaleIn .8s ease-out .6s forwards,floatImage 4s ease-in-out 1.4s infinite}.hero__badge{position:absolute;top:20px;right:20px;background:#fff;padding:10px 20px;border-radius:25px;box-shadow:0 5px 15px #0000001a;font-size:.9rem;font-weight:600;color:#374151;opacity:0;transform:translateY(-20px) scale(.8);animation:bounceIn .8s ease-out .9s forwards}.hero__social{width:70px;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;border-right:1px solid var(--gray)}.hero__social-link{width:40px;height:40px;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease}.hero__social-link i{color:var(--green)}.hero__social-link:hover{background:var(--green);transform:scale(1.1)}.hero__social-link:hover i{color:var(--white)}.hero__social-icon{width:20px;height:20px;fill:#6b7280}.hero__social-link:hover .hero__social-icon{fill:#fff}.hero__mobile{display:none}@keyframes slideInFromRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:translateY(-20px) scale(.8)}60%{opacity:1;transform:translateY(5px) scale(1.05)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes floatImage{0%,to{transform:scale(1) translateY(0)}50%{transform:scale(1) translateY(-8px)}}@media (max-width: 768px){.hero{padding-top:120px;padding-bottom:90px;flex-direction:column;gap:80px}.hero__container{order:1;grid-template-columns:1fr;gap:40px;text-align:center}.hero__title{font-size:3.5rem}.hero__circle{width:300px;height:300px}.hero__visual{transform:translateY(30px);animation:slideInFromBottom 1s ease-out .2s forwards}.hero__social{display:none;order:2;width:50%;height:100%;border-top:1px solid var(--gray);border-right:none;flex-direction:row}.hero__social-link i{font-size:30px}.hero__badge{top:10px;right:0}.hero__desktop{display:none}.hero__mobile{display:flex;padding-top:40px;padding-bottom:90px}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.header{background:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;width:100%;top:0;z-index:1000}.header__container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.header__logo{display:flex;align-items:center;gap:10px}.header__logo-icon{width:32px;height:32px}.header__logo-text{font-size:28px;font-weight:700;color:#1f2937}.header__nav{display:flex;gap:30px}.header__nav-link{background:none;border:none;text-decoration:none;color:#6b7280;font-weight:500;font-size:20px;transition:.3s ease;cursor:pointer}.header__nav-link:hover{color:var(--green);transform:scale(1.1)}.header__menu-toggle{display:none;background:none;border:none;cursor:pointer;z-index:1002}.header__menu-toggle-icon{width:24px;height:24px;fill:#333;transition:transform .3s ease}.header__menu-toggle:hover .header__menu-toggle-icon{transform:scale(1.1)}.header__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1001;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.header__sidebar{position:fixed;top:0;right:0;width:300px;height:100vh;background:#fff;z-index:1002;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);box-shadow:-5px 0 20px #0000001a;display:flex;flex-direction:column}.header__sidebar--open{transform:translate(0)}.header__sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.header__sidebar-logo{display:flex;align-items:center;gap:8px}.header__sidebar-logo-icon{width:28px;height:28px}.header__sidebar-logo-text{font-size:20px;font-weight:700;color:#1f2937}.header__sidebar-close{background:none;border:none;cursor:pointer;padding:5px;border-radius:50%;transition:background-color .2s ease}.header__sidebar-close:hover{background-color:#e5e7eb}.header__sidebar-close-icon{width:20px;height:20px;fill:#6b7280}.header__sidebar-nav{display:flex;flex-direction:column;padding:30px 0;flex:1}.header__sidebar-nav-link{background:none;border:none;text-align:left;padding:18px 30px;color:#374151;font-weight:500;font-size:18px;cursor:pointer;transition:all .3s ease;border-left:3px solid transparent;opacity:0;transform:translate(20px);animation:slideInFromRight .5s ease-out forwards}.header__sidebar-nav-link:hover{background-color:#f3f4f6;color:var(--green);border-left-color:var(--green);transform:translate(0);padding-left:35px}.header__sidebar-nav-link:active{background-color:#e5e7eb;transform:scale(.98)}@keyframes slideInFromRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.header__nav{display:none}.header__menu-toggle{display:block}.header__sidebar{width:280px}}@media (max-width: 480px){.header__sidebar{width:100%}.header__sidebar-nav-link{font-size:20px;padding:20px 30px}}.products{padding:100px 0;background:linear-gradient(to bottom,var(--light-gray),var(--white))}.products__container{max-width:1200px;margin:0 auto;padding:0 20px}.products__header{text-align:center;margin-bottom:60px}.products__title{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:20px}.products__subtitle{font-size:1.2rem;color:#6b7280;max-width:600px;margin:0 auto}.products__grid{display:flex;gap:30px;justify-content:center}.products__card{background:var(--light-gray);border-radius:20px;padding:40px;text-align:center;transition:all .3s ease;flex:1;max-width:350px;border:1px solid var(--light-green)}.products__card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.products__card-image{width:100%;height:200px;background:linear-gradient(to bottom,var(--green),var(--dark-green));border-radius:15px;margin-bottom:30px;display:flex;align-items:center;justify-content:center}.products__card-image img{width:100%;height:100%;object-fit:contain;border-radius:15px}.products__card:nth-child(2) .products__card-image{background:#5b6d23}.products__card:nth-child(3) .products__card-image{background:#f5ebdc}.products__card-icon{width:80px;height:80px;fill:#fff}.products__card-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:10px}.products__card-description{color:#6b7280;margin-bottom:20px;font-size:.95rem}.products__card-footer{display:flex;justify-content:space-between;align-items:center}.products__card-price{font-size:2rem;font-weight:700;color:var(--green)}.products__card-button{background:var(--green);color:#fff;padding:12px 24px;border-radius:10px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}.products__card-button:hover{background:var(--dark-green);transform:scale(1.05)}@media (max-width: 768px){.products{background:var(--white)}.products__grid{flex-direction:column;align-items:center}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;overflow:hidden}.modal-content{background:#fff;border-radius:20px;max-width:900px;max-height:90vh;width:100%;overflow-y:auto;position:relative;animation:modalAppear .3s ease-out;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.modal-content::-webkit-scrollbar{display:none}@keyframes modalAppear{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:30px 30px 20px;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff;z-index:10;border-radius:20px 20px 0 0}.modal-header h2{font-size:2rem;color:#1f2937;margin:0}.modal-close{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.modal-close:hover{background-color:#f3f4f6;color:#1f2937}.modal-body{padding:20px 30px 30px}.modal-section{margin-bottom:40px}.modal-section h3{font-size:1.5rem;color:#1f2937;margin-bottom:20px;border-bottom:2px solid var(--green);padding-bottom:10px}.structure-option{background:var(--light-gray);border-radius:15px;padding:25px;border:2px solid transparent;transition:all .3s ease}.structure-option:hover{border-color:var(--green);transform:translateY(-2px)}.option-info h4{font-size:1.3rem;color:#1f2937;margin:0 0 8px}.option-info p{color:#6b7280;margin:0 0 10px}.option-info .price{font-size:1.5rem;font-weight:700;color:var(--green)}.combos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.combo-card{background:#f9fafb;border-radius:15px;padding:25px;border:2px solid transparent;transition:all .3s ease;position:relative}.combo-card:hover{border-color:var(--green);transform:translateY(-3px);box-shadow:0 10px 25px #0000001a}.combo-header{display:flex;align-items:center;margin-bottom:15px}.combo-icon{font-size:2rem;margin-right:15px;background:var(--light-green);padding:10px;border-radius:50%;display:flex;align-items:center;justify-content:center}.combo-header h4{font-size:1.2rem;color:#1f2937;margin:0}.combo-description{color:#6b7280;margin-bottom:15px;font-style:italic}.plants-list{margin-bottom:20px}.plants-list strong{color:#1f2937;display:block;margin-bottom:8px}.plants-list ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:5px}.plants-list li{color:#6b7280;font-size:.9rem;position:relative;padding:3px 0 3px 20px}.plants-list li:before{content:"🌱";position:absolute;left:0;top:3px;margin-right:5px}.combo-footer{display:flex;justify-content:center;align-items:center;margin-top:15px;padding-top:15px;border-top:1px solid #e5e7eb}.pricing-section{display:flex;flex-direction:column;align-items:center;gap:8px}.price-row{display:flex;align-items:center;gap:15px}.original-price{font-size:1rem;color:#9ca3af;text-decoration:line-through;font-weight:500}.combo-price{font-size:1.4rem;font-weight:700;color:var(--green)}.discount-badge{background:#ef4444;color:#fff;padding:4px 10px;border-radius:12px;font-size:1rem;font-weight:600}.select-button{background:var(--green);color:#fff;padding:10px 20px;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.95rem}.select-button:hover{background:var(--dark-green);transform:scale(1.05)}@media (max-width: 768px){.modal-content{margin:10px;max-height:85vh}.modal-header,.modal-body{padding:20px}.combos-grid{grid-template-columns:1fr}.structure-option{text-align:center}.plants-list ul{grid-template-columns:1fr}.combo-footer{justify-content:center}}.upcoming{padding:100px 0;background:#fff;display:flex;align-items:center;justify-content:center}.upcoming__container{max-width:1200px;padding:0 20px;display:flex;flex-direction:column;align-items:center;gap:20px}.upcoming__header{text-align:center;margin-bottom:60px}.upcoming__title{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:20px}.upcoming__subtitle{font-size:1.2rem;color:#6b7280;max-width:600px;margin:0 auto}.upcoming__content{display:flex;gap:60px;align-items:center}.upcoming__feature{width:100%;max-width:520px;display:flex;align-items:flex-start;gap:20px;margin-bottom:40px}.upcoming__feature-icon{width:50px;height:50px;background:var(--light-green);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.upcoming__feature-svg{width:24px;height:24px;color:var(--white)}.upcoming__feature-title{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:10px}.upcoming__feature-description{color:#6b7280;line-height:1.6}.upcoming__cta{background:var(--green);border-radius:20px;padding:40px;text-align:center;color:#fff}.upcoming__cta-icon{width:80px;height:80px;margin:0 auto 25px}.upcoming__cta-title{font-size:1.8rem;font-weight:700;margin-bottom:15px}.upcoming__cta-description{margin-bottom:25px;opacity:.9;line-height:1.6}.upcoming__cta-button{background:#fff;color:var(--green);padding:15px 30px;border-radius:10px;font-weight:600;text-decoration:none;transition:all .3s ease;border:1px solid var(--gray);display:inline-block}.upcoming__cta-button:hover{background:#f9fafb;transform:scale(1.05)}@media (max-width: 768px){.upcoming__content{flex-wrap:wrap;justify-content:center}}.benefits{padding:100px 0;background:#fff}.benefits__container{max-width:1200px;margin:0 auto;padding:0 20px}.benefits__header{text-align:center;margin-bottom:60px}.benefits__title{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:20px}.benefits__grid{display:flex;justify-content:center;gap:40px}.benefits__item{text-align:center}.benefits__item-icon{width:60px;height:60px;background:var(--light-green);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.benefits__item-svg{width:30px;height:30px;color:var(--white)}.benefits__item-title{font-size:1.2rem;font-weight:600;color:#1f2937;margin-bottom:15px}.benefits__item-description{color:#6b7280;line-height:1.6}@media (max-width: 768px){.benefits__grid{flex-wrap:wrap}}.contact{padding:100px 0;background:var(--light-gray)}.contact__container{max-width:1200px;margin:0 auto;padding:0 20px}.contact__header{text-align:center;margin-bottom:60px}.contact__title{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:20px}.contact__subtitle{font-size:1.2rem;color:#6b7280}.contact__content{display:flex;gap:60px;align-items:flex-start}.contact__info{flex:1}.contact__info-title{font-size:1.8rem;font-weight:700;color:#1f2937;margin-bottom:30px}.contact__info-list{margin-bottom:40px}.contact__info-item{display:flex;align-items:center;gap:15px;margin-bottom:20px}.contact__info-icon{width:20px;height:20px}.contact__info-text{color:#374151;font-size:1rem}.contact__social-title{font-weight:600;color:#1f2937;margin-bottom:20px}.contact__social-links{display:flex;gap:15px}.contact__social-link{width:45px;height:45px;background:var(--green);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease}.contact__social-link:hover{transform:scale(1.1)}.contact__social-icon{width:20px;height:20px;fill:#fff}.contact__form-container{flex:1;background:#fff;border-radius:20px;padding:40px;box-shadow:0 20px 40px #0000001a}.contact__form-title{font-size:1.8rem;font-weight:700;color:#1f2937;margin-bottom:30px}.contact__form-field{margin-bottom:25px}.contact__form-label{display:block;font-weight:500;color:#374151;margin-bottom:8px}.contact__form-input{width:100%;padding:15px;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:border-color .3s ease}.contact__form-input:focus{outline:none;border-color:var(--green)}.contact__form-textarea{width:100%;padding:15px;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;resize:vertical;min-height:120px;font-family:inherit;transition:border-color .3s ease}.contact__form-textarea:focus{outline:none;border-color:var(--green)}.contact__form-button{width:100%;background:var(--green);color:#fff;padding:15px;border-radius:10px;font-weight:600;border:none;cursor:pointer;font-size:1rem;transition:background .3s ease}.contact__form-button:hover{background:var(--dark-green)}@media (max-width: 768px){.contact__content{flex-direction:column;gap:40px}.contact__info{order:2;width:100%;padding-top:40px;display:flex;flex-direction:column;align-items:center}.contact__form-container{order:1;width:100%}}.footer{background:#1f2937;color:#fff;padding:60px 0 30px}.footer__container{max-width:1200px;margin:0 auto;padding:0 20px}.footer__content{display:flex;justify-content:space-between;margin-bottom:40px}.footer__brand{align-self:center;gap:20px}.footer__logo{display:flex;align-items:center;gap:10px;margin-bottom:20px}.footer__logo-icon{width:150px;height:150px}.footer__logo-text{font-size:1.8rem;font-weight:700}.footer__brand-description{color:#9ca3af;line-height:1.6}.footer__column-title{font-weight:600;margin-bottom:20px;font-size:1.1rem}.footer__column-list{list-style:none}.footer__column-item{margin-bottom:12px}.footer__column-link{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer__column-link:hover{color:#fff}.footer__bottom{border-top:1px solid #374151;padding-top:30px;text-align:center;color:#9ca3af}@media (max-width: 768px){.footer__content{flex-direction:column;gap:40px}.footer__column{display:flex;flex-direction:column;align-items:center}.footer__column-list{text-align:center}}
