.header{background-color:var(--white);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:1.5rem;font-weight:700;color:var(--dark-red)}.burger-menu{display:flex;flex-direction:column;width:30px;height:24px;justify-content:space-between;background:none;border:none;cursor:pointer;padding:0}.burger-menu span{width:100%;height:3px;background-color:var(--dark-red);transition:var(--transition)}.burger-menu.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.burger-menu.active span:nth-child(2){opacity:0}.burger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav-menu{position:fixed;top:0;right:-100%;width:300px;height:100vh;background-color:var(--white);box-shadow:-2px 0 10px #0000001a;transition:var(--transition);z-index:999}.nav-menu.active{right:0}.nav-list{padding:80px 20px 20px}.nav-list li{margin-bottom:20px}.nav-list a{display:block;padding:12px 20px;color:var(--black);font-weight:500;transition:var(--transition);border-radius:var(--border-radius)}.nav-list a:hover{background-color:var(--cream);color:var(--dark-red)}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:998}.hero{background:linear-gradient(135deg,var(--cream) 0%,var(--white) 100%)}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-subtitle{font-size:1.1rem;color:var(--forest-green);margin-bottom:1rem;font-weight:600}.hero-title{font-size:3.5rem;font-weight:700;color:var(--dark-red);margin-bottom:1.5rem;line-height:1.2}.hero-description{font-size:1.2rem;color:var(--gray);margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image .placeholder{height:400px;font-size:1.3rem}.hero-image img{width:100%;height:auto;max-width:100%;border-radius:var(--border-radius);box-shadow:0 10px 30px #0000001f}.about{background-color:var(--white)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:3rem;align-items:center}.about-description{font-size:1.1rem;color:var(--gray);margin-bottom:1.5rem;line-height:1.7}.about-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.about-image img{width:100%;border-radius:var(--border-radius);box-shadow:0 10px 30px #00000014}.feature-card{text-align:center;padding:2rem;border-radius:var(--border-radius);background-color:var(--light-gray);transition:var(--transition)}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:var(--dark-red);margin-bottom:1rem}.products{background-color:var(--cream)}.products-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:3rem}.products-image img{width:100%;border-radius:var(--border-radius);box-shadow:0 10px 30px #00000014}.products-description{font-size:1.1rem;color:var(--gray);margin-bottom:2rem;line-height:1.7}.product-categories{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.category-item{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:var(--white);border-radius:var(--border-radius);transition:var(--transition)}.category-item:hover{transform:translate(5px);box-shadow:0 5px 15px #0000001a}.category-icon{font-size:1.5rem}.products-features h3{text-align:center;margin-bottom:2rem;color:var(--dark-red)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-item{background-color:var(--white);padding:2rem;border-radius:var(--border-radius);border-left:4px solid var(--forest-green)}.feature-item h4{color:var(--dark-red);margin-bottom:1rem}.features{background-color:var(--white)}.features-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:3rem}.features-image img{width:100%;border-radius:var(--border-radius);box-shadow:0 10px 30px #0000001a}.section-intro{max-width:720px;margin:0 auto 2.5rem;text-align:center;color:var(--gray);line-height:1.7}.how-it-works{background-color:var(--light-gray)}.how-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}.how-step{background-color:var(--white);padding:2rem;border-radius:var(--border-radius);position:relative;overflow:hidden;box-shadow:0 6px 20px #0000000f}.how-step-number{width:42px;height:42px;border-radius:50%;background-color:var(--forest-green);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:1rem}.how-step h3{margin-bottom:.75rem;color:var(--dark-red)}.how-step p{color:var(--gray);line-height:1.6}.for-whom{background-color:var(--white)}.for-whom-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}.for-whom-card{background-color:var(--light-gray);border-radius:var(--border-radius);padding:2rem;transition:var(--transition)}.for-whom-card:hover{transform:translateY(-6px);box-shadow:0 10px 25px #00000014}.for-whom-card h3{margin-bottom:.75rem;color:var(--dark-red)}.for-whom-card p{color:var(--gray);line-height:1.6}.partners{background-color:var(--cream)}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}.partner-card{background-color:var(--white);border-radius:var(--border-radius);padding:2rem;border-left:4px solid var(--dark-red);box-shadow:0 8px 20px #0000000f}.partner-card h3{margin-bottom:.75rem;color:var(--dark-red)}.partner-card p{color:var(--gray);line-height:1.6}.features-description{font-size:1.1rem;color:var(--gray);margin-bottom:2rem;line-height:1.7}.feature-item-large{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background-color:var(--light-gray);border-radius:var(--border-radius);margin-bottom:1.5rem;transition:var(--transition)}.feature-item-large:hover{transform:translate(10px);box-shadow:0 5px 20px #0000001a}.feature-icon-large{font-size:2.5rem;min-width:60px}.feature-content h3{color:var(--dark-red);margin-bottom:.5rem}.features-stats h3{text-align:center;margin-bottom:2rem;color:var(--dark-red)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-item{text-align:center;padding:2rem;background-color:var(--cream);border-radius:var(--border-radius);transition:var(--transition)}.stat-item:hover{transform:scale(1.05)}.stat-number{font-size:2.5rem;font-weight:700;color:var(--dark-red);margin-bottom:.5rem}.stat-label{color:var(--gray);font-size:1.1rem}.cta{background:linear-gradient(135deg,var(--dark-red) 0%,#6a0000 100%);color:var(--white);text-align:center}.cta-content{max-width:600px;margin:0 auto}.cta-title{font-size:2.5rem;margin-bottom:1rem}.cta-description{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.faq{background-color:var(--light-gray)}.faq-content{max-width:800px;margin:0 auto}.faq-item{background-color:var(--white);padding:2rem;border-radius:var(--border-radius);margin-bottom:2rem;border-left:4px solid var(--forest-green)}.faq-item h3{color:var(--dark-red);margin-bottom:1rem;font-size:1.3rem}.faq-item p{color:var(--gray);line-height:1.7;text-align:justify}.contact{background-color:var(--cream)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h3,.contact-form-container h3{color:var(--dark-red);margin-bottom:1.5rem}.contact-item{margin-bottom:1.5rem}.contact-item strong{display:block;color:var(--forest-green);margin-bottom:.5rem}.contact-item a{color:var(--dark-red);text-decoration:underline}.contact-description{margin-top:2rem}.contact-description p{margin-bottom:1rem;color:var(--gray);line-height:1.7}.contact-form{background-color:var(--white);padding:2rem;border-radius:var(--border-radius);box-shadow:0 5px 20px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--dark-red);font-weight:500}.form-group input,.form-group textarea{width:100%;padding:12px;border:2px solid var(--cream);border-radius:var(--border-radius);font-family:inherit;font-size:1rem;transition:var(--transition)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--forest-green)}.checkbox-group{display:flex;align-items:flex-start;gap:.5rem}.checkbox-group input[type=checkbox]{width:auto;margin-top:.2rem}.checkbox-group label{margin-bottom:0;font-size:.9rem;line-height:1.4}.checkbox-group a{color:var(--dark-red);text-decoration:underline}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:var(--dark-red);color:var(--white);padding:1rem 0;z-index:1001;box-shadow:0 -2px 10px #0003}.cookie-content{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.cookie-text h4{margin-bottom:.5rem}.cookie-text p{margin-bottom:0;font-size:.9rem;line-height:1.4}.cookie-text a{color:var(--cream);text-decoration:underline}.footer{background-color:var(--black);color:var(--white);padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-logo{font-size:1.5rem;font-weight:700;color:var(--cream);margin-bottom:1rem}.footer-description{color:var(--gray);line-height:1.6;margin-bottom:1.5rem}.footer-section h4{color:var(--cream);margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:var(--gray);transition:var(--transition)}.footer-links a:hover{color:var(--cream)}.footer-social{display:flex;gap:1rem}.footer-social a{font-size:1.5rem;transition:var(--transition)}.footer-social a:hover{transform:scale(1.2)}.footer-bottom{border-top:1px solid var(--gray);padding-top:1.5rem;text-align:center;color:var(--gray)}.footer-bottom p{margin-bottom:.5rem}@media(max-width:768px){.hero-content,.about-content,.products-content,.features-content,.contact-content,.how-steps,.for-whom-grid,.partners-grid{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:stretch}.product-categories,.features-grid,.stats-grid{grid-template-columns:1fr}.stat-item{padding:1.5rem}.stat-number{font-size:2rem}.cookie-content{flex-direction:column;text-align:center}.nav-menu{width:100%;right:-100%}}:root{--cream: #f5e6d3;--dark-red: #8b0000;--forest-green: #228b22;--white: #ffffff;--black: #1a1a1a;--gray: #6c757d;--light-gray: #f8f9fa;--border-radius: 8px;--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-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;line-height:1.6;color:var(--black);background-color:var(--white)}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-family:inherit}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center;color:var(--dark-red)}.btn{display:inline-block;padding:12px 24px;border-radius:var(--border-radius);font-weight:600;transition:var(--transition);text-align:center}.btn-primary{background-color:var(--dark-red);color:var(--white)}.btn-primary:hover{background-color:#6a0000;transform:translateY(-2px)}.btn-secondary{background-color:var(--forest-green);color:var(--white)}.btn-secondary:hover{background-color:#1a6b1a;transform:translateY(-2px)}.placeholder{background-color:var(--light-gray);border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center;color:var(--gray);font-size:1.1rem;font-weight:500}@media(max-width:768px){.section{padding:60px 0}.section-title{font-size:2rem}.container{padding:0 15px}}
