.hero{background:linear-gradient(135deg,#006838,#004d2a 50%,#003d22);color:#fff;padding:200px 0 100px;position:relative;overflow:hidden;min-height:auto;display:flex;align-items:center}@media (min-width:768px){.hero{padding:140px 0 80px;min-height:80vh}}@media (min-width:1024px){.hero{padding:160px 0 100px;min-height:100vh}}.hero-video-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.hero-video-bg video{width:100%;height:100%;object-fit:cover}.hero-overlay{width:100%;height:100%;z-index:1}.hero-overlay,.hero:before{position:absolute;top:0;left:0}.hero:before{content:"";right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5;z-index:2}.hero:after{content:"";position:absolute;bottom:-50%;right:-20%;width:80%;height:100%;background:radial-gradient(ellipse,rgba(140,198,63,.15) 0,transparent 70%);pointer-events:none;z-index:2}.hero-container{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:center;position:relative;z-index:3}@media (min-width:1024px){.hero-container{grid-template-columns:1fr 1fr;gap:4rem}}.hero-content{position:relative;z-index:1;text-align:center;padding-bottom:1rem}@media (min-width:1024px){.hero-content{text-align:left}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:6px 12px;border-radius:100px;font-size:.7rem;font-weight:500;margin-bottom:1rem;border:1px solid hsla(0,0%,100%,.2)}@media (min-width:768px){.hero-badge{padding:8px 16px;font-size:.85rem;margin-bottom:1.5rem}}.hero-badge-dot{width:8px;height:8px;background:#8cc63f;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero h1{font-size:1.8rem;margin-bottom:1rem;font-weight:700;line-height:1.15;letter-spacing:-.02em}@media (min-width:480px){.hero h1{font-size:2.2rem;margin-bottom:1.25rem}}@media (min-width:768px){.hero h1{font-size:3.2rem;margin-bottom:1.5rem}}@media (min-width:1024px){.hero h1{font-size:3.8rem}}.hero-subtitle{font-size:.95rem;margin-bottom:1rem;opacity:.9;max-width:550px;line-height:1.7;font-weight:400}@media (min-width:768px){.hero-subtitle{font-size:1.1rem;margin-bottom:1.5rem}}@media (min-width:1024px){.hero-subtitle{font-size:1.2rem}}.hero-description{font-size:1rem;margin-bottom:1rem;opacity:.8;font-weight:400}.hero-tagline{font-size:.9rem;margin-bottom:2rem;font-weight:500;opacity:.85;text-transform:uppercase;letter-spacing:.08em}.hero-buttons{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}@media (min-width:768px){.hero-buttons{gap:1rem}}@media (min-width:1024px){.hero-buttons{justify-content:flex-start}}.hero .btn{padding:12px 20px;font-size:.9rem}@media (min-width:768px){.hero .btn{padding:16px 32px;font-size:1rem}}.hero .btn-white{background:var(--soft-green);color:#006838}.hero .btn-white:hover{background:#e0f0e8;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.2)}.hero .btn-outline-white{background:transparent;border:2px solid hsla(0,0%,100%,.4);color:#fff}.hero .btn-outline-white:hover{background:hsla(0,0%,100%,.1);border-color:#fff}.hero-image{position:relative;z-index:1;display:none}@media (min-width:1024px){.hero-image{display:block}}.hero-image-wrapper{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 25px 80px rgba(0,0,0,.3)}.hero-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:var(--soft-green);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 40px rgba(0,0,0,.3)}.hero-play-btn:hover{transform:translate(-50%,-50%) scale(1.1)}.hero-play-btn svg{width:24px;height:24px;fill:#006838;margin-left:4px}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.1)}@media (min-width:768px){.hero-stats{gap:1rem;margin-top:3rem;padding-top:2rem}}.hero-stat{text-align:center}@media (min-width:1024px){.hero-stat{text-align:left}}.hero-stat-number{font-size:1.4rem;font-weight:700;color:#8cc63f;line-height:1}@media (min-width:480px){.hero-stat-number{font-size:1.8rem}}@media (min-width:768px){.hero-stat-number{font-size:2.5rem}}.hero-stat-label{font-size:.7rem;opacity:.8;margin-top:.25rem}@media (min-width:768px){.hero-stat-label{font-size:.85rem}}.features{background:var(--soft-green);position:relative}.features-header{text-align:center;margin-bottom:2rem}@media (min-width:768px){.features-header{margin-bottom:4rem}}.features-header .section-label{color:var(--primary-green)}.products-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:1.5rem;gap:1.5rem;padding:0 .5rem}@media (min-width:480px){.products-grid{gap:2rem;padding:0}}@media (min-width:640px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}.product-card{background:var(--soft-green);border-radius:20px;overflow:hidden;border:1px solid #e8e8e8;transition:all .4s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,104,56,.15);border-color:var(--primary-green)}.product-image{position:relative;height:180px;overflow:hidden;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}@media (min-width:768px){.product-image{height:220px}}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-image img{transform:scale(1.08)}.product-content{padding:1.5rem;display:flex;flex-direction:column;flex:1 1}@media (min-width:768px){.product-content{padding:1.75rem}}.product-name{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}@media (min-width:768px){.product-name{font-size:1.4rem;margin-bottom:1rem}}.product-description{font-size:.9rem;color:var(--text-gray);line-height:1.6;margin-bottom:1.25rem}.product-characteristics{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1.75rem}.characteristic{display:flex;justify-content:space-between;align-items:center;padding:.65rem 0;border-bottom:1px solid #eee}.characteristic:last-child{border-bottom:none}.characteristic-label{font-size:.9rem;color:var(--text-gray)}.characteristic-value{font-size:.95rem;font-weight:600;color:var(--primary-green)}.product-btn{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.5rem;background:var(--primary-green);color:#fff;border-radius:10px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .3s ease;margin-top:auto}@media (min-width:768px){.product-btn{padding:.875rem 1.5rem;font-size:.95rem}}.product-btn:hover{background:var(--dark-green);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,104,56,.3);color:var(--primary-green-light)}.features-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:1.5rem;gap:1.5rem}@media (min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:var(--soft-green);padding:2rem;border-radius:16px;position:relative;border:1px solid #e8e8e8;transition:all .3s ease;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:0;background:var(--primary-green);transition:height .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.1);border-color:transparent}.feature-card:hover:before{height:100%}.feature-card-number{position:absolute;top:1.5rem;right:1.5rem;font-size:3rem;font-weight:800;color:rgba(0,104,56,.08);line-height:1}.feature-icon{width:56px;height:56px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--primary-green);font-size:1.5rem;transition:all .3s ease}.feature-card:hover .feature-icon{background:var(--primary-green);color:#fff;transform:scale(1.05)}.feature-card h3{font-size:1.2rem;margin-bottom:.75rem;color:var(--text-dark);font-weight:600;line-height:1.3}.feature-card p{color:var(--text-gray);line-height:1.6;font-size:.95rem}.services-section{background:#fafafa;padding:80px 0}.services-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:0;gap:0}@media (min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:var(--soft-green);padding:2.5rem 2rem;border:1px solid #e8e8e8;position:relative;transition:all .3s ease}.service-card:hover{background:var(--primary-green);color:#fff}.service-card:hover h3,.service-card:hover p{color:#fff}.service-number{font-size:4rem;font-weight:800;color:rgba(0,0,0,.05);line-height:1;margin-bottom:1rem}.service-card:hover .service-number{color:hsla(0,0%,100%,.2)}.service-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;color:var(--text-dark);transition:color .3s ease}.service-card p{font-size:.9rem;color:var(--text-gray);line-height:1.6;transition:color .3s ease}@media (max-width:768px){.products-grid{grid-template-columns:1fr}.product-card{max-width:450px;margin:0 auto;width:100%}.product-image{height:220px}}.maf-section{position:relative;padding:60px 0}@media (min-width:768px){.maf-section{padding:100px 0}}.maf-header{text-align:center;margin-bottom:2rem}@media (min-width:768px){.maf-header{margin-bottom:4rem}}.maf-header .section-label{color:var(--primary-green)}.maf-process-image{margin-top:2rem;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.15)}.maf-process-image img{width:100%;height:auto;display:block}.maf-timeline{position:relative;max-width:1200px;margin:0 auto}.maf-line{left:50%;bottom:0;width:4px;background:#dfe7e2;transform:translateX(-50%);z-index:1}.maf-line,.maf-progress{position:absolute;top:0;border-radius:4px}.maf-progress{width:100%;background:linear-gradient(180deg,#1f5f3b,#3fa36c);left:0;transition:height .4s ease}.maf-step{display:grid;grid-template-columns:1fr 80px 1fr;grid-gap:2rem;gap:2rem;align-items:center;padding:3rem 0;position:relative;opacity:.3;transition:all .6s ease}.maf-step.active{opacity:1}.maf-step-left .maf-step-info{grid-column:1;text-align:right}.maf-step-left .maf-step-media{grid-column:3}.maf-step-left.active .maf-step-info{transform:translateX(0)}.maf-step-left .maf-step-info{transform:translateX(-30px)}.maf-step-left.active .maf-step-media{transform:translateX(0)}.maf-step-left .maf-step-media{transform:translateX(30px)}.maf-step-right .maf-step-info{grid-column:3;text-align:left}.maf-step-right .maf-step-media{grid-column:1;grid-row:1}.maf-step-right.active .maf-step-info{transform:translateX(0)}.maf-step-right .maf-step-info{transform:translateX(30px)}.maf-step-right.active .maf-step-media{transform:translateX(0)}.maf-step-right .maf-step-media{transform:translateX(-30px)}.maf-dot{grid-column:2;justify-self:center;width:60px;height:60px;background:linear-gradient(135deg,#f4a261,#e76f51);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(244,162,97,.4);z-index:2;position:relative}.maf-dot-number{color:#fff;font-weight:700;font-size:1rem}.maf-step-info{transition:transform .6s ease}.maf-step-icon{width:56px;height:56px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:14px;display:inline-flex;align-items:center;justify-content:center;font-size:1.4rem;color:var(--primary-green);margin-bottom:1rem;transition:all .3s ease}.maf-step.active .maf-step-icon{background:linear-gradient(135deg,var(--primary-green) 0,#3fa36c 100%);color:#fff}.maf-step-info h3{margin:0 0 .75rem;font-size:1.4rem;color:#1f5f3b;font-weight:700}.maf-step-info p{margin:0;color:#555;font-size:1rem;line-height:1.7;max-width:400px}.maf-step-left .maf-step-info p{margin-left:auto}.maf-step-stats{margin-top:1rem;display:inline-flex}.maf-step-stats span{background:linear-gradient(135deg,#fff8e1,#ffecb3);color:#f57c00;padding:8px 18px;border-radius:25px;font-size:.9rem;font-weight:600}.maf-step-media{transition:transform .6s ease}.maf-step-media img,.maf-step-media video{width:100%;height:300px;object-fit:cover;border-radius:20px;box-shadow:0 15px 40px rgba(0,0,0,.15)}.maf-lottie{background:linear-gradient(135deg,#f8faf8,#e8f5e9);box-shadow:0 15px 40px rgba(0,0,0,.1)}.maf-lottie,.maf-media-placeholder{width:100%;height:300px;border-radius:20px}.maf-media-placeholder{background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#aaa;font-size:3rem;border:2px dashed #ddd}.maf-media-placeholder span{font-size:1rem;font-weight:500}@media (max-width:968px){.maf-step{grid-template-columns:50px 1fr;gap:1rem;padding:1.5rem 0}.maf-line{left:25px;transform:none}.maf-dot{grid-column:1;width:44px;height:44px}.maf-dot-number{font-size:.85rem}.maf-step-left .maf-step-info,.maf-step-right .maf-step-info{grid-column:2;text-align:left;transform:none}.maf-step-left .maf-step-info p,.maf-step-right .maf-step-info p{margin-left:0;max-width:100%}.maf-step-left .maf-step-media,.maf-step-right .maf-step-media{grid-column:2;grid-row:2;transform:none}.maf-step-info h3{font-size:1rem}.maf-step-info p{font-size:.85rem}.maf-step-icon{width:44px;height:44px;font-size:1.1rem}.maf-lottie,.maf-media-placeholder,.maf-step-media img,.maf-step-media video{height:180px}.maf-step-stats span{padding:5px 12px;font-size:.75rem}}@media (max-width:480px){.maf-step{grid-template-columns:40px 1fr;gap:.75rem}.maf-line{left:20px}.maf-dot{width:36px;height:36px}.maf-dot-number{font-size:.75rem}.maf-step-info h3{font-size:.9rem}.maf-lottie,.maf-media-placeholder,.maf-step-media img,.maf-step-media video{height:150px;border-radius:12px}}.about-preview{background:linear-gradient(135deg,#006838,#004d2a);color:#fff;position:relative;overflow:hidden}.about-preview:before{content:"";position:absolute;top:-50%;right:-20%;width:60%;height:150%;background:radial-gradient(ellipse,rgba(140,198,63,.1) 0,transparent 70%);pointer-events:none}.about-preview-content{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:center;position:relative;z-index:1}@media (min-width:1024px){.about-preview-content{grid-template-columns:1fr 1fr;gap:5rem}}.about-preview-text .section-label{color:#8cc63f}.about-preview-text .section-title{text-align:center;margin-bottom:1rem;font-size:1.6rem;color:#fff}@media (min-width:768px){.about-preview-text .section-title{font-size:2rem;margin-bottom:1.5rem}}@media (min-width:1024px){.about-preview-text .section-title{text-align:left;font-size:2.4rem}}.about-preview-text p{font-size:.9rem;line-height:1.7;color:hsla(0,0%,100%,.85);margin-bottom:1rem}@media (min-width:768px){.about-preview-text p{font-size:1rem;line-height:1.8;margin-bottom:1.5rem}}.about-preview-text .btn{margin-top:1rem}.about-preview-text .btn-white{background:var(--soft-green);color:var(--primary-green)}.about-preview-text .btn-white:hover{background:#e0f0e8}.about-preview-stats{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:2rem;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1)}.about-stat{text-align:center}@media (min-width:1024px){.about-stat{text-align:left}}.about-stat-number{font-size:1.8rem;font-weight:700;color:#8cc63f;line-height:1}@media (min-width:768px){.about-stat-number{font-size:2.5rem}}.about-stat-label{font-size:.9rem;color:hsla(0,0%,100%,.7);margin-top:.5rem}.about-slider{display:flex;gap:1.5rem;align-items:stretch}.slider-pagination{display:flex;flex-direction:column;gap:.5rem;padding:1rem 0}.slider-dot{display:flex;align-items:center;gap:.75rem;background:none;border:none;cursor:pointer;padding:.5rem 0;transition:all .3s ease}.slider-dot-number{font-size:1rem;font-weight:600;color:hsla(0,0%,100%,.4);transition:all .3s ease;min-width:28px}.slider-dot.active .slider-dot-number{color:#8cc63f;font-size:1.1rem}.slider-dot-line{width:30px;height:2px;background:hsla(0,0%,100%,.2);transition:all .3s ease;position:relative;overflow:hidden}.slider-dot.active .slider-dot-line{width:50px;background:hsla(0,0%,100%,.3)}.slider-dot.active .slider-dot-line:after{content:"";position:absolute;top:0;left:0;height:100%;background:#8cc63f;animation:sliderProgress 5s linear}@keyframes sliderProgress{0%{width:0}to{width:100%}}.slider-dot:hover .slider-dot-number{color:hsla(0,0%,100%,.8)}.slider-content{flex:1 1;position:relative;border-radius:20px;overflow:hidden;min-height:600px;background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1)}.slider-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:translateY(20px);transition:all .5s ease;display:flex;align-items:center;justify-content:center}.slider-slide.active{opacity:1;transform:translateY(0)}.slider-slide-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.slider-slide-content{position:relative;z-index:1;text-align:center;padding:2rem}.slider-slide-title{font-size:1.5rem;font-weight:600;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3)}.slider-more-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);z-index:20;background:rgba(240,247,244,.95);color:var(--primary-green);padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;text-decoration:none;box-shadow:0 10px 40px rgba(0,0,0,.3);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;visibility:hidden}.slider-content:hover .slider-more-btn{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.slider-more-btn:hover{background:var(--soft-green);transform:translate(-50%,-50%) scale(1.05);box-shadow:0 15px 50px rgba(0,0,0,.4)}.slider-info-card{position:absolute;bottom:20px;right:20px;background:var(--soft-green);border-radius:16px;padding:1.25rem 1.5rem;box-shadow:0 20px 60px rgba(0,0,0,.3);z-index:10}.slider-info-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:#666;margin-bottom:.25rem}.slider-info-value{font-size:2rem;font-weight:700;color:var(--primary-green);line-height:1}@media (max-width:968px){.about-preview-content{grid-template-columns:1fr;gap:2rem}.about-preview-text,.about-preview-text .section-title{text-align:center}.about-preview-text .btn{display:inline-flex}.about-slider{flex-direction:row}.slider-pagination{flex-direction:column}.slider-content{min-height:250px}.slider-info-card{bottom:15px;right:15px;padding:1rem}.slider-info-value{font-size:1.5rem}}@media (max-width:480px){.about-preview-stats{gap:1rem}.about-stat-number{font-size:1.5rem}.about-stat-label{font-size:.75rem}.slider-content{min-height:200px}.slider-more-btn{padding:.75rem 1.5rem;font-size:.85rem}}.cta{background:linear-gradient(135deg,#006838,#004d2a);color:#fff;position:relative;overflow:hidden}.cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.cta-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:1}.cta-content .section-label{color:#8cc63f}.cta-content h2{font-size:1.5rem;margin-bottom:.75rem;color:#fff;font-weight:700;letter-spacing:-.02em;line-height:1.2}@media (min-width:480px){.cta-content h2{font-size:1.8rem}}@media (min-width:768px){.cta-content h2{font-size:2.5rem;margin-bottom:1rem}}.cta-content p{font-size:.95rem;margin-bottom:1.5rem;opacity:.9;line-height:1.7}@media (min-width:768px){.cta-content p{font-size:1.1rem;margin-bottom:2rem}}.cta-buttons{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}@media (min-width:768px){.cta-buttons{gap:1rem}}.cta .btn-white{background:var(--soft-green);color:var(--primary-green)}.cta .btn-white:hover{background:#e0f0e8;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.2)}.cta .btn-outline-white{background:transparent;border:2px solid hsla(0,0%,100%,.4);color:#fff}.cta .btn-outline-white:hover{background:hsla(0,0%,100%,.1);border-color:#fff}.cta-contact-info{display:flex;gap:1.5rem;justify-content:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.1);flex-wrap:wrap}@media (min-width:768px){.cta-contact-info{gap:3rem;margin-top:3rem;padding-top:2rem}}.cta-contact-item{display:flex;align-items:center;gap:.5rem;color:hsla(0,0%,100%,.9);font-size:.85rem}@media (min-width:768px){.cta-contact-item{gap:.75rem;font-size:1rem}}.cta-contact-icon{width:36px;height:36px;background:hsla(0,0%,100%,.1);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#8cc63f;font-size:1.1rem}.cta-contact-text{text-align:left}.cta-contact-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:hsla(0,0%,100%,.6);margin-bottom:.25rem}.cta-contact-value{font-size:1rem;font-weight:500}@media (max-width:768px){.cta-content h2{font-size:1.75rem}.cta-content p{font-size:1rem}.cta-contact-info{flex-direction:column;gap:1.5rem;align-items:center}}.home-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0;text-align:center}.home-hero h1{font-size:3.5rem;margin-bottom:1.5rem;font-weight:800}.home-hero p{font-size:1.3rem;margin-bottom:2rem;opacity:.9;max-width:700px;margin-left:auto;margin-right:auto}@media (max-width:768px){.home-hero{padding:80px 0}.home-hero h1{font-size:2.5rem}.home-hero p{font-size:1.1rem}}