body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{background:var(--bg-white);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-md);left:0;max-width:100vw;min-height:70px;overflow-x:hidden;position:fixed;right:0;top:0;width:100%;z-index:1000}.header .container{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:0 2rem;width:100%}.header-content{gap:1rem;justify-content:space-between;min-height:70px;padding:1rem 0;width:100%}.header-content,.logo a{align-items:center;display:flex}.logo a{border-radius:8px;color:var(--text-dark);flex-shrink:0;font-size:1.25rem;font-weight:600;gap:.75rem;min-height:44px;padding:.5rem;text-decoration:none;transition:background-color var(--transition-fast)}.logo a:hover{background-color:var(--bg-light)}.logo a:hover img{animation:logoBounce .6s ease-out}.logo a:hover span{animation:logoTextGlow .6s ease-out}@keyframes logoBounce{0%,to{transform:translateY(0) scale(1) rotate(0deg)}20%{transform:translateY(-15px) scale(1.3) rotate(-5deg)}40%{transform:translateY(-25px) scale(1.5) rotate(0deg)}60%{transform:translateY(-20px) scale(1.4) rotate(5deg)}80%{transform:translateY(-10px) scale(1.2) rotate(-3deg)}}@keyframes logoTextGlow{0%,to{color:var(--text-dark);text-shadow:none;transform:scale(1)}25%{color:var(--primary-color);text-shadow:0 0 15px #2c553099;transform:scale(1.1)}50%{color:#fbbf24;text-shadow:0 0 20px #fbbf24cc;transform:scale(1.2)}75%{color:var(--primary-color);text-shadow:0 0 15px #2c553099;transform:scale(1.1)}}.logo img{animation:logoFloat 2s ease-in-out infinite;filter:drop-shadow(0 3px 6px rgba(0,0,0,.15));flex-shrink:0;height:45px;margin-right:.5rem;object-fit:contain;width:auto}@keyframes logoFloat{0%,to{filter:drop-shadow(0 3px 6px rgba(0,0,0,.15));transform:translateY(0) scale(1) rotate(0deg)}25%{filter:drop-shadow(0 6px 12px rgba(0,0,0,.25));transform:translateY(-6px) scale(1.08) rotate(-1deg)}50%{filter:drop-shadow(0 8px 16px rgba(0,0,0,.3));transform:translateY(-8px) scale(1.12) rotate(0deg)}75%{filter:drop-shadow(0 5px 10px rgba(0,0,0,.2));transform:translateY(-4px) scale(1.06) rotate(1deg)}}.logo span{font-size:1.25rem;font-weight:600;letter-spacing:-.5px;line-height:1.2;margin-top:2px;transition:all .3s ease;white-space:nowrap}.nav-menu{align-items:center;display:flex;flex:1 1;justify-content:center}.nav-list{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-list a{align-items:center;border-radius:var(--radius-md);color:var(--text-dark);display:flex;font-weight:500;min-height:44px;padding:var(--spacing-sm) var(--spacing-md);text-decoration:none;transition:color var(--transition-fast);white-space:nowrap}.nav-list a:hover{background:var(--bg-light);color:var(--primary-color)}.header-actions{gap:1rem}.cart-icon,.header-actions{align-items:center;display:flex;flex-shrink:0}.cart-icon{border-radius:var(--radius-md);color:var(--text-dark);cursor:pointer;justify-content:center;min-height:44px;min-width:44px;padding:var(--spacing-sm);position:relative;transition:all var(--transition-fast)}.cart-icon:hover{background:var(--bg-light);color:var(--primary-color)}.cart-icon i{font-size:var(--font-size-lg)}.cart-badge{background:var(--accent-color);border-radius:50%;color:var(--text-white);display:flex;font-size:var(--font-size-xs);font-weight:600;height:20px;position:absolute;right:-5px;top:-5px;width:20px}.cart-badge,.hamburger{align-items:center;justify-content:center}.hamburger{background:none;border:none;border-radius:var(--radius-md);cursor:pointer;display:none;flex-direction:column;flex-shrink:0;gap:4px;min-height:44px;min-width:44px;padding:var(--spacing-sm);transition:background-color var(--transition-fast)}.hamburger:hover{background-color:var(--bg-light)}.hamburger span{background:var(--text-dark);border-radius:2px;height:3px;transition:all var(--transition-fast);width:25px}.hamburger.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.cart-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1001}.cart-sidebar-container{background:var(--bg-white);box-shadow:var(--shadow-xl);height:100vh;overflow-y:auto;position:fixed;right:-400px;top:0;transition:right var(--transition-normal);width:400px;z-index:1002}.cart-sidebar-container.active{right:0}.cart-sidebar{display:flex;flex-direction:column;height:100%}.cart-header{align-items:center;background:var(--bg-light);border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:var(--spacing-lg)}.cart-header h2{color:var(--text-dark);font-size:var(--font-size-xl);margin:0}.cart-close{background:none;border:none;border-radius:var(--radius-md);color:var(--text-light);cursor:pointer;font-size:var(--font-size-lg);padding:var(--spacing-sm);transition:all var(--transition-fast)}.cart-close:hover{background:var(--bg-white);color:var(--text-dark)}.cart-count{background:var(--bg-white);border-radius:var(--radius-sm);color:var(--text-light);font-size:var(--font-size-sm);padding:var(--spacing-xs) var(--spacing-sm)}.empty-cart{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:var(--spacing-3xl);text-align:center}.empty-cart-icon{color:var(--text-light);font-size:4rem;margin-bottom:var(--spacing-lg)}.empty-cart h3{color:var(--text-dark);margin-bottom:var(--spacing-md)}.empty-cart p{color:var(--text-light);margin-bottom:0}.cart-items{flex:1 1;overflow-y:auto;padding:var(--spacing-lg)}.cart-item{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-md);display:flex;gap:var(--spacing-md);margin-bottom:var(--spacing-md);padding:var(--spacing-md);position:relative}.cart-item-image{border-radius:var(--radius-sm);flex-shrink:0;height:60px;overflow:hidden;width:60px}.cart-item-image img{height:100%;object-fit:cover;width:100%}.cart-item-details{flex:1 1;min-width:0}.cart-item-name{color:var(--text-dark);font-size:var(--font-size-base);font-weight:600;margin-bottom:var(--spacing-xs)}.cart-item-botanical{color:var(--primary-color);font-size:var(--font-size-xs);font-style:italic;margin-bottom:var(--spacing-xs)}.cart-item-price{color:var(--text-light);font-size:var(--font-size-sm)}.cart-item-price,.cart-item-quantity{margin-bottom:var(--spacing-sm)}.cart-item-quantity label{color:var(--text-light);display:block;font-size:var(--font-size-xs);margin-bottom:var(--spacing-xs)}.quantity-controls{align-items:center;display:flex;gap:var(--spacing-sm)}.quantity-btn{align-items:center;background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-dark);cursor:pointer;display:flex;font-size:var(--font-size-xs);height:28px;justify-content:center;transition:all var(--transition-fast);width:28px}.quantity-btn:hover:not(:disabled){background:var(--primary-color);border-color:var(--primary-color);color:var(--text-white)}.quantity-btn:disabled{cursor:not-allowed;opacity:.5}.quantity-display{color:var(--text-dark);font-size:var(--font-size-sm);font-weight:500;min-width:40px;text-align:center}.cart-item-total{color:var(--primary-color);font-size:var(--font-size-sm);font-weight:600}.remove-item-btn{background:none;border:none;border-radius:var(--radius-sm);color:var(--error-color);cursor:pointer;padding:var(--spacing-xs);position:absolute;right:var(--spacing-sm);top:var(--spacing-sm);transition:all var(--transition-fast)}.remove-item-btn:hover{background:var(--error-color);color:var(--text-white)}.cart-summary{background:var(--bg-light);border-top:1px solid var(--border-color);padding:var(--spacing-lg)}.cart-total{align-items:center;color:var(--text-dark);display:flex;font-size:var(--font-size-lg);font-weight:600;justify-content:space-between;margin-bottom:var(--spacing-lg)}.total-amount{color:var(--primary-color);font-size:var(--font-size-xl)}.cart-actions{display:flex;flex-direction:column;gap:var(--spacing-md)}.clear-cart-btn{background:var(--text-light);color:var(--text-white)}.clear-cart-btn:hover{background:var(--error-color)}.checkout-btn{background:#25d366;color:var(--text-white);font-weight:600}.checkout-btn:hover{background:#128c7e;transform:translateY(-2px)}@media (max-width:768px){.header .container{padding:0 1rem}.header-content{gap:.75rem;padding:.75rem 0}.logo a{font-size:1.1rem;gap:.5rem;padding:.4rem}.logo img{height:38px;margin-right:.25rem}.logo span{font-size:1rem;margin-top:1px}.nav-menu{background:var(--bg-white);border-radius:8px 0 0 8px;box-shadow:-5px 0 20px #00000026;flex-direction:column;height:auto;margin:0 0 20px;max-height:calc(100vh - 140px);overflow-y:auto;position:fixed;right:-280px;top:70px;transition:right .3s ease;width:280px;z-index:1000}.nav-menu.active{right:0}.nav-list{flex-direction:column;gap:0;padding:1rem 0;width:100%}.nav-list a{align-items:center;border-bottom:1px solid var(--border-color);border-radius:0;display:flex;font-size:var(--font-size-base);font-weight:500;margin-bottom:0;min-height:auto;padding:.75rem 1.5rem;text-align:left;transition:all var(--transition-fast)}.nav-list a:last-child{border-bottom:none}.nav-list a:hover{background:var(--bg-light);color:var(--primary-color);padding-left:2rem;transform:none}.hamburger{display:flex}.mobile-menu-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0006;bottom:0;cursor:pointer;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .3s ease;visibility:hidden;z-index:999}.mobile-menu-backdrop.active{opacity:1;visibility:visible}.header-actions{gap:.75rem}.cart-sidebar-container{max-width:100vw;right:-100%;width:100%}.cart-sidebar-container.active{right:0}.cart-item{flex-direction:column;text-align:center}.cart-item-image{height:80px;margin:0 auto;width:80px}.remove-item-btn{align-self:center;margin-top:var(--spacing-sm);position:static}}@media (max-width:480px){.header .container{padding:0 .75rem}.header-content{gap:.5rem;padding:.5rem 0}.logo a{font-size:.95rem;gap:.4rem;padding:.3rem}.logo img{height:32px}.logo span{font-size:.9rem;letter-spacing:-.3px}.header-actions{gap:.5rem}.cart-icon{padding:var(--spacing-xs)}.cart-icon i{font-size:var(--font-size-base)}.hamburger{padding:var(--spacing-xs)}.hamburger span{height:2px;width:22px}}@media (max-width:360px){.header .container{padding:0 .5rem}.header-content{gap:.4rem;padding:.4rem 0}.logo a{font-size:.85rem;gap:.3rem;padding:.25rem}.logo img{height:28px}.logo span{font-size:.8rem;letter-spacing:-.2px}.header-actions{gap:.4rem}.cart-icon{padding:.3rem}.cart-icon i{font-size:.9rem}.hamburger{padding:.3rem}.hamburger span{height:2px;width:18px}}.footer{background:#2c5530;color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px;padding:0 1.5rem}.footer-section h4{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-logo{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.footer-logo-img{border-radius:8px;height:40px;width:40px}.footer-logo h3{color:#fff;font-size:1.25rem;font-weight:700;margin:0}.footer-section p{color:#fffc;line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:.75rem}.social-links a{align-items:center;background:#ffffff1a;border-radius:8px;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .2s ease;width:40px}.social-links a:hover{background:#4a7c59;transform:translateY(-2px)}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#fffc;font-size:.875rem;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:#4a7c59}.contact-info{display:flex;flex-direction:column;gap:.75rem}.contact-info p{align-items:center;color:#fffc;display:flex;font-size:.875rem;gap:.5rem;line-height:1.4;margin:0;padding:0}.footer-bottom{border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:1rem}.footer-bottom-content{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;margin:0 auto;max-width:1200px;padding:0 1.5rem}.footer-bottom p{color:#fffc;font-size:.875rem;margin:0;text-align:center}@media (max-width:768px){.footer{overflow:hidden;padding:2rem 0 1rem}.footer,.footer-content{max-width:100%;width:100%}.footer-content{box-sizing:border-box;gap:1.5rem;grid-template-columns:1fr;padding:0 1rem;text-align:center}.social-links{justify-content:center}.contact-info{align-items:center}.contact-info p{justify-content:center}}@media (max-width:480px){.footer-bottom-content,.footer-content{padding:0 1rem}}.home-page{background:#fafafa;min-height:100vh;overflow-x:hidden;width:100%}.home-page,.home-page *{max-width:100%}.container{box-sizing:border-box}@media (max-width:768px){.container{padding:0 1rem}}@media (max-width:480px){.container{padding:0 .5rem}}.hero-section{align-items:center;display:flex;height:auto;justify-content:center;margin-top:74px;min-height:100vh;overflow:hidden;padding:4rem 0;position:relative}.video-background-container{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.hero-video-background{height:100%;object-fit:cover;object-position:center;width:100%}.video-fallback-background{align-items:center;background:linear-gradient(135deg,#2c5530,#4a7c59);display:flex;height:100%;justify-content:center;width:100%}.video-fallback-background img{height:120px;object-fit:contain;opacity:.6;width:120px}.video-background-overlay{background:linear-gradient(135deg,#2c5530b3,#4a7c5980 50%,#2c5530cc);bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}.hero-content{align-items:center;display:flex;justify-content:center;padding:2rem 0;z-index:5}.hero-container{margin:0 auto;max-width:1200px;padding:0 2rem;text-align:center;width:100%}.hero-badge{animation:fadeInUp 1s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:25px;box-shadow:0 4px 15px #0000001a;color:#2c5530;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:2rem;padding:.75rem 1.5rem}.hero-title{animation:fadeInUp 1s ease-out .2s both;color:#fff;font-weight:700;text-shadow:0 4px 8px #0000004d}.hero-title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,gold,#ffed4e);-webkit-background-clip:text;background-clip:text;text-shadow:none}.hero-subtitle{animation:fadeInUp 1s ease-out .4s both;color:#fffffff2;font-size:clamp(1.1rem,2.5vw,1.3rem);margin-bottom:3rem;text-shadow:0 2px 4px #0000004d}.hero-actions{animation:fadeInUp 1s ease-out .8s both;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:2rem}.btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-primary{box-shadow:0 4px 15px #2c553066}.btn-primary:hover{box-shadow:0 6px 20px #2c553099}.btn-outline{background:#ffffffe6;border-color:#fffc}.btn-outline:hover{background:#fff;box-shadow:0 6px 20px #0003}.btn-whatsapp{box-shadow:0 4px 15px #25d36666}.btn-whatsapp:hover{box-shadow:0 6px 20px #25d36699}.btn-lg{font-size:1.1rem;padding:1.25rem 2.5rem}.hero-features{animation:fadeInUp 1s ease-out 1s both;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.feature-tag{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:25px;box-shadow:0 4px 15px #0000001a;color:#2c5530;display:flex;font-size:.85rem;font-weight:600;gap:.5rem;padding:10px 16px;transition:all .3s ease;white-space:nowrap}.feature-tag:hover{background:#fff;box-shadow:0 6px 20px #00000026;transform:translateY(-2px)}.feature-tag i{color:#10b981;font-size:1rem}.trust-section{border-bottom:1px solid #e5e7eb;padding:3rem 0}.trust-item{border-radius:12px;padding:2rem 1rem;transition:all .3s ease}.trust-item:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.trust-item i{color:#2c5530;font-size:2.5rem;margin-bottom:1rem}.trust-item h4{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.trust-item p{font-size:.875rem}.products-section{background:#f9fafb}.section-header{margin-bottom:3rem;text-align:center}.section-title{color:#111827;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;margin-bottom:1rem}.section-subtitle{color:#6b7280;font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:600px}.products-grid{grid-gap:3rem;gap:3rem;justify-items:start;margin:0 auto 3rem;overflow-x:hidden}@media (max-width:768px){.products-grid{gap:2rem;grid-template-columns:1fr;justify-items:start;padding:0 1.5rem}}@media (max-width:480px){.products-grid{gap:1.5rem;grid-template-columns:1fr;justify-items:start;padding:0 1rem}}@media (max-width:320px){.products-grid{gap:1rem;grid-template-columns:1fr;justify-items:start;padding:0 .5rem}}.product-card{box-shadow:0 4px 20px #00000014;flex-direction:column;height:100%;overflow:hidden;position:relative;width:100%}.product-card:hover{transform:translateY(-8px)}.product-card.featured{border:2px solid #fbbf24}.product-image{align-items:center;background:#f8f9fa;display:flex;height:350px;justify-content:center;overflow:hidden;position:relative;text-align:center;width:100%}.product-image img{display:block;height:100%;margin:0 auto;object-fit:cover;object-position:center;padding:0;transition:transform .3s ease;width:100%}.product-card:hover .product-image img{transform:scale(1.05)}.product-badge{background:#2c5530;border-radius:20px;color:#fff;font-size:.75rem;font-weight:600;left:1rem;padding:.5rem 1rem;position:absolute;top:1rem;z-index:2}.product-overlay{align-items:center;background:#2c5530e6;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.product-card:hover .product-overlay{opacity:1}.product-content{display:flex;flex-direction:column;padding:1.5rem}.product-category{color:#6b7280;font-size:.75rem;letter-spacing:.5px;text-transform:uppercase}.product-category,.product-title{font-weight:600;margin-bottom:.75rem}.product-title{color:#111827;font-size:1.5rem}.botanical-name{color:#2c5530;font-size:.875rem;font-style:italic;margin-bottom:.5rem}.english-name{color:#6b7280;font-size:.875rem;font-weight:500;margin-bottom:1rem}.product-rating{align-items:center;display:flex;gap:.5rem;margin-bottom:1.25rem}.stars{display:flex;gap:2px}.stars .fas.fa-star-half-alt.filled,.stars .fas.fa-star.filled{color:#fbbf24}.rating-count{color:#6b7280;font-size:.875rem}.product-price{align-items:baseline;display:flex;gap:.25rem;margin-bottom:1.25rem}.price{color:#2c5530;font-size:1.75rem;font-weight:700}.unit{color:#6b7280;font-size:1rem}.product-features{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:auto}.feature{background:#f3f4f6;border-radius:15px;color:#374151;font-size:.75rem;font-weight:500;padding:.5rem 1rem}.section-footer{margin-top:2rem;padding-top:1rem;text-align:center}.features-section{background:#fff;padding:5rem 0}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px;padding:0 1.5rem}.feature-card{background:#f9fafb;border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:all .3s ease}.feature-card:hover{background:#fff;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.feature-icon{align-items:center;background:linear-gradient(135deg,#2c5530,#4a7c59);border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.feature-icon i{color:#fff;font-size:2rem}.feature-card h3{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.feature-card p{color:#6b7280;line-height:1.6}.benefits-section{background:linear-gradient(135deg,#f9fafb,#f3f4f6)}.benefits-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 1.5rem}.benefits-text h2{color:#111827;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;margin-bottom:1rem}.benefits-text>p{color:#6b7280;font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.benefits-list{display:flex;flex-direction:column;gap:1.5rem}.benefit-item{align-items:flex-start;display:flex;gap:1rem}.benefit-item i{color:#2c5530;font-size:1.5rem;margin-top:.25rem}.benefit-item h4{color:#111827;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.benefit-item p{color:#6b7280;line-height:1.5}.benefits-image{border-radius:20px;box-shadow:0 20px 40px #0000001a;overflow:hidden}.benefits-image img,.benefits-video{height:400px;object-fit:cover;width:100%}.benefits-video{background:#f8f9fa}@media (max-width:768px){.benefits-section{padding:3rem 0}.benefits-content{gap:2rem;grid-template-columns:1fr;padding:0 1rem}.benefits-text h2{font-size:clamp(1.8rem,6vw,2.2rem);text-align:center}.benefits-text>p{font-size:1rem;text-align:center}.benefits-list{gap:1.25rem}.benefit-item{gap:.75rem}.benefit-item i{font-size:1.25rem}.benefit-item h4{font-size:1rem}.benefit-item p{font-size:.9rem}.benefits-image img,.benefits-video{height:300px}}@media (max-width:480px){.benefits-section{padding:2rem 0}.benefits-content{gap:1.5rem;padding:0 .75rem}.benefits-text h2{font-size:clamp(1.6rem,8vw,2rem)}.benefits-text>p{font-size:.9rem}.benefits-list{gap:1rem}.benefit-item{gap:.5rem}.benefit-item i{font-size:1.1rem}.benefit-item h4{font-size:.95rem}.benefit-item p{font-size:.85rem}.benefits-image img,.benefits-video{height:250px}}.testimonials-section{background:#fff}.testimonial-card{background:#f9fafb;padding:2rem}.testimonial-card:hover{box-shadow:0 10px 30px #0000001a}.testimonial-rating{gap:2px;margin-bottom:1rem}.testimonial-rating .fas.fa-star.filled{color:#fbbf24}.testimonial-text{color:#374151;font-size:1rem;font-style:italic;line-height:1.6;margin-bottom:1.5rem}.author-avatar{font-size:1.125rem;height:50px;width:50px}.author-info h4{font-size:1rem}.author-info p{color:#6b7280;font-size:.875rem}.cta-section{background:linear-gradient(135deg,#2c5530,#4a7c59);color:#fff;padding:5rem 0;text-align:center}.cta-content h2{color:#fff;text-shadow:0 2px 4px #0006}.cta-content p{color:#fff;opacity:1;text-shadow:0 1px 2px #0000004d}@media (max-width:768px){.hero-section{min-height:auto;padding:3rem 0}.hero-container{padding:0 1rem}.hero-badge{font-size:.8rem;margin-bottom:1.5rem;padding:.6rem 1.2rem}.hero-title{font-size:clamp(2rem,8vw,2.5rem);margin-bottom:1rem}.hero-subtitle{font-size:1rem;margin-bottom:2rem}.hero-actions{align-items:center;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.btn{font-size:.95rem;max-width:280px;width:100%}.btn,.btn-lg{padding:1rem 1.5rem}.btn-lg{font-size:1rem}.hero-features{gap:.75rem}.feature-tag{font-size:.8rem;padding:8px 12px}.products-section{padding:3rem 0}.products-grid{gap:2rem;grid-template-columns:1fr;justify-items:start;margin:0 auto 3rem;max-width:100%;overflow-x:hidden;padding:0 1rem}.product-card{max-width:100%;min-width:0;width:100%}.product-image{height:250px}.product-content{padding:1.5rem}.product-title{font-size:1.4rem;line-height:1.3}.botanical-name,.english-name{font-size:.9rem;line-height:1.4}.product-price{font-size:1.25rem}.feature{font-size:.9rem;padding:.25rem .5rem}.testimonials-section{padding:3rem 0}.testimonials-grid{gap:2rem;grid-template-columns:1fr;justify-items:center;margin:0 auto;max-width:100%;padding:0 1rem}.testimonial-card{max-width:100%;min-width:280px;padding:1.5rem;width:100%}.testimonial-text{font-size:.9rem;line-height:1.5}.testimonial-author{gap:.75rem}.author-avatar{font-size:1rem;height:40px;width:40px}.author-info h4{font-size:.9rem}.author-info p{font-size:.8rem}}@media (max-width:480px){.hero-section{min-height:auto;padding:2rem 0}.hero-container{padding:0 .75rem}.hero-badge{font-size:.75rem;margin-bottom:1rem;padding:.5rem 1rem}.hero-title{font-size:clamp(1.8rem,10vw,2.2rem);line-height:1.3;margin-bottom:.75rem}.hero-subtitle{font-size:.9rem;line-height:1.5;margin-bottom:1.5rem}.hero-actions{gap:.75rem;margin-bottom:1rem}.btn{font-size:.9rem;max-width:260px}.btn,.btn-lg{padding:.875rem 1.25rem}.btn-lg{font-size:.95rem}.hero-features{gap:.5rem}.feature-tag{font-size:.75rem;padding:6px 10px}.products-section{padding:2rem 0}.products-grid{gap:1.5rem;grid-template-columns:1fr;justify-items:start;margin:0 auto 2rem;max-width:100%;overflow-x:hidden;padding:0 .75rem}.product-card{max-width:100%;min-width:0;width:100%}.product-image{height:200px}.product-content{padding:1.25rem}.product-title{font-size:1.3rem;line-height:1.3}.botanical-name,.english-name{font-size:.85rem;line-height:1.4}.product-price{font-size:1.125rem}.feature{font-size:.85rem;padding:.2rem .4rem}.section-title{font-size:1.75rem;margin-bottom:.75rem}.section-subtitle{font-size:1rem;margin-bottom:2rem}.testimonials-section{padding:2rem 0}.testimonials-grid{gap:1.5rem;grid-template-columns:1fr;justify-items:center;margin:0 auto;max-width:100%;padding:0 .75rem}.testimonial-card{max-width:100%;min-width:250px;padding:1rem;width:100%}.testimonial-text{font-size:.85rem;line-height:1.5}.testimonial-author{gap:.5rem}.author-avatar{font-size:.9rem;height:35px;width:35px}.author-info h4{font-size:.85rem}.author-info p{font-size:.75rem}}@media (max-width:360px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.products-grid{gap:1rem;padding:0 .75rem}.product-image{height:200px}.product-content{padding:.75rem}.product-title{font-size:1.125rem}.botanical-name,.english-name{font-size:.7rem}.product-price{font-size:1.25rem}.feature{font-size:.65rem;padding:.3rem .6rem}}.water-splash-hero{align-items:center;background:linear-gradient(135deg,#012,#036 50%,#048);display:flex;height:100vh;justify-content:center;margin-top:74px;min-height:700px;overflow:hidden;position:relative}.liquid-background{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.liquid-layer{animation:liquidFlow 8s ease-in-out infinite;background:linear-gradient(45deg,#0077be1a,#4da6ff33 25%,#0077be1a 50%,#4da6ff33 75%,#0077be1a);height:100%;position:absolute;width:100%}.liquid-layer.layer-1{animation-delay:0s;opacity:.3}.liquid-layer.layer-2{animation-delay:-2s;opacity:.2;transform:scale(1.1)}.liquid-layer.layer-3{animation-delay:-4s;opacity:.1;transform:scale(1.2)}@keyframes liquidFlow{0%,to{transform:translateX(-10px) translateY(-5px) rotate(0deg)}25%{transform:translateX(10px) translateY(-10px) rotate(1deg)}50%{transform:translateX(-5px) translateY(5px) rotate(-1deg)}75%{transform:translateX(15px) translateY(-5px) rotate(.5deg)}}.splash-container{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:10}.liquid-text{color:#0000;display:flex;font-size:clamp(4rem,12vw,8rem);font-weight:900;gap:.5rem;margin-bottom:2rem}.text-drop{animation:textFormation 3s ease-out forwards;animation-delay:var(--delay);background:linear-gradient(135deg,#0077be,#4da6ff 25%,#fff 50%,#4da6ff 75%,#0077be);-webkit-background-clip:text;background-clip:text;background-size:200% 200%;filter:drop-shadow(0 0 20px rgba(77,166,255,.5));opacity:0;position:relative;transform:translateY(-100px) scale(.5)}.liquid-text.formed .text-drop{opacity:1;transform:translateY(0) scale(1)}@keyframes textFormation{0%{background-position:0 0;opacity:0;transform:translateY(-100px) scale(.5)}50%{background-position:100% 100%;opacity:.8;transform:translateY(-20px) scale(1.1)}to{background-position:0 0;opacity:1;transform:translateY(0) scale(1)}}.splash-crowns{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:5}.crown{animation:crownSplash 2s ease-out forwards;background:linear-gradient(135deg,#4da6ff4d,#fff9 50%,#4da6ff4d);-webkit-clip-path:polygon(50% 0,60% 20%,80% 20%,70% 40%,80% 60%,60% 60%,50% 80%,40% 60%,20% 60%,30% 40%,20% 20%,40% 20%);clip-path:polygon(50% 0,60% 20%,80% 20%,70% 40%,80% 60%,60% 60%,50% 80%,40% 60%,20% 60%,30% 40%,20% 20%,40% 20%);height:100px;opacity:0;position:absolute;width:200px}.crown-1{animation-delay:.5s;transform:scale(.8)}.crown-2{animation-delay:.7s;transform:scale(1.2) rotate(15deg)}.crown-3{animation-delay:.9s;transform:scale(.6) rotate(-15deg)}@keyframes crownSplash{0%{opacity:0;transform:scale(0) rotate(0deg)}50%{opacity:1;transform:scale(1.2) rotate(180deg)}to{opacity:0;transform:scale(.8) rotate(1turn)}}.droplet-container{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:8}.droplet{animation:dropletFall 4s ease-in forwards;background:radial-gradient(circle at 30% 30%,#ffffffe6 0,#4da6ffcc 50%,#0077be99 100%);border-radius:50% 50% 50% 50%/60% 60% 40% 40%;box-shadow:0 0 10px #4da6ff80,inset 0 0 5px #ffffff4d;position:absolute}@keyframes dropletFall{0%{opacity:1;transform:translateY(-100px) rotate(0deg)}80%{opacity:1}to{opacity:0;transform:translateY(100vh) rotate(1turn)}}.flowing-subtitle{margin-top:2rem;opacity:0;position:relative;transform:translateY(50px);z-index:10}.flowing-subtitle.flowing{animation:subtitleFlow 2s ease-out forwards}.liquid-stream{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(90deg,#0000,#4da6ff1a 25%,#4da6ff33 50%,#4da6ff1a 75%,#0000);border-radius:50px;overflow:hidden;padding:1rem 2rem;position:relative}.stream-text{animation:textFlow 3s ease-in-out infinite;color:#fff;font-size:clamp(1.2rem,3vw,1.8rem);font-weight:600;text-shadow:0 2px 10px #00000080}@keyframes subtitleFlow{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes textFlow{0%,to{transform:translateX(0)}50%{transform:translateX(10px)}}.landing-zones{bottom:20%;display:flex;justify-content:space-around;left:0;position:absolute;right:0;z-index:9}.landing-zone{animation:zonePulse 2s ease-in-out infinite;background:radial-gradient(circle,#4da6ff33 0,#0077be1a 70%,#0000 100%);border-radius:50%;height:120px;position:relative;width:120px}.zone-1{animation-delay:0s}.zone-2{animation-delay:.5s}.zone-3{animation-delay:1s}@keyframes zonePulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.product-droplet{animation:productLanding 3s ease-out forwards;animation-delay:2s;background:radial-gradient(circle,#ffffffe6 0,#4da6ffcc 100%);border-radius:50%;box-shadow:0 0 20px #4da6ff80,inset 0 0 10px #ffffff4d;height:80px;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:80px}@keyframes productLanding{0%{opacity:0;transform:translate(-50%,-50%) scale(0) rotate(0deg)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.2) rotate(180deg)}to{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(1turn)}}.droplet-content{color:#036;font-weight:600;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.droplet-content img{height:40px;margin-bottom:.25rem;object-fit:contain;width:40px}.product-price{display:block;font-size:.7rem}.benefit-droplets{display:flex;justify-content:space-around;left:0;position:absolute;right:0;top:30%;z-index:9}.benefit-droplet{align-items:center;animation:benefitReveal 2s ease-out forwards;animation-delay:var(--delay);background:radial-gradient(circle,#ffffffe6 0,#4da6ffcc 100%);border-radius:20px;box-shadow:0 0 20px #4da6ff80,inset 0 0 10px #ffffff4d;color:#036;display:flex;flex-direction:column;font-size:.9rem;font-weight:600;gap:.5rem;opacity:0;padding:1rem;transform:translateY(50px) scale(.5)}.benefit-droplet i{color:#2c5530;font-size:1.5rem}@keyframes benefitReveal{0%{opacity:0;transform:translateY(50px) scale(.5)}to{opacity:1;transform:translateY(0) scale(1)}}.cta-buttons{bottom:10%;display:flex;gap:1.5rem;justify-content:center;left:0;opacity:0;position:absolute;right:0;transform:translateY(50px);z-index:10}.cta-buttons.revealed{animation:ctaReveal 2s ease-out forwards}@keyframes ctaReveal{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.cta-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid #0000;border-radius:50px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;min-width:160px;overflow:hidden;padding:1rem 2rem;position:relative;text-decoration:none;transition:all .3s ease}.cta-btn:before{background:linear-gradient(90deg,#0000,#ffffff4d 50%,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.cta-btn:hover:before{left:100%}.primary-btn{background:linear-gradient(45deg,#2c5530,#4a7c59);box-shadow:0 4px 15px #2c553066;color:#fff}.primary-btn:hover{box-shadow:0 6px 20px #2c553099;transform:translateY(-2px)}.secondary-btn{background:#ffffffe6;border-color:#fffc;color:#2c5530}.secondary-btn:hover{background:#fff;box-shadow:0 6px 20px #0003;transform:translateY(-2px)}.whatsapp-btn{background:linear-gradient(45deg,#25d366,#128c7e);box-shadow:0 4px 15px #25d36666;color:#fff}.whatsapp-btn:hover{box-shadow:0 6px 20px #25d36699;transform:translateY(-2px)}.light-reflections{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:6}.reflection{animation:reflectionMove 4s ease-in-out infinite;background:linear-gradient(90deg,#0000,#ffffff1a 50%,#0000);height:200px;position:absolute;width:100px}.reflection-1{animation-delay:0s;left:10%;top:20%}.reflection-2{animation-delay:-2s;right:20%;top:60%}.reflection-3{animation-delay:-4s;bottom:30%;left:50%}@keyframes reflectionMove{0%,to{opacity:.3;transform:translateX(-50px) rotate(45deg)}50%{opacity:.6;transform:translateX(50px) rotate(45deg)}}.ripple-container{left:0;pointer-events:none;right:0;z-index:7}.ripple,.ripple-container{bottom:0;position:absolute}.ripple{animation:rippleExpand 3s ease-out infinite;border:2px solid #4da6ff4d;border-radius:50%;height:0;left:50%;transform:translateX(-50%);width:0}.ripple-1{animation-delay:0s}.ripple-2{animation-delay:1s}.ripple-3{animation-delay:2s}@keyframes rippleExpand{0%{height:0;opacity:1;width:0}to{height:100vw;opacity:0;width:100vw}}@media (max-width:768px){.water-splash-hero{flex-direction:column;justify-content:flex-start;min-height:100vh;padding:6rem 1rem 2rem}.liquid-text{flex-wrap:wrap;font-size:clamp(2.5rem,8vw,4rem);gap:.2rem;justify-content:center;margin-bottom:1.5rem}.text-drop{margin:.1rem}.flowing-subtitle{margin-top:1.5rem;width:100%}.liquid-stream{margin:0 auto;max-width:90%;padding:.75rem 1.5rem;width:100%}.stream-text{font-size:1rem;text-align:center}.landing-zones{bottom:auto;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem;position:relative}.landing-zone{height:70px;margin:.5rem;width:70px}.product-droplet{height:50px;width:50px}.droplet-content img{height:25px;width:25px}.product-price{font-size:.5rem}.benefit-droplets{align-items:center;flex-direction:column;gap:1rem;margin-top:2rem;position:relative;top:auto}.benefit-droplet{flex-direction:row;font-size:.8rem;gap:.75rem;justify-content:center;max-width:250px;padding:.75rem;width:100%}.benefit-droplet i{font-size:1.2rem}.cta-buttons{align-items:center;bottom:auto;flex-direction:column;gap:1rem;margin-top:2rem;position:relative;width:100%}.cta-btn{font-size:.9rem;max-width:280px;padding:.875rem 1.5rem;width:100%}.droplet-container,.light-reflections,.ripple-container,.splash-crowns{display:none}}@media (max-width:480px){.water-splash-hero{min-height:100vh;padding:5rem .5rem 1rem}.liquid-text{font-size:clamp(2rem,6vw,3rem);gap:.1rem;margin-bottom:1rem}.text-drop{margin:.05rem}.flowing-subtitle{margin-top:1rem}.liquid-stream{max-width:95%;padding:.5rem 1rem}.stream-text{font-size:.9rem}.landing-zones{gap:.5rem;margin-top:1.5rem}.landing-zone{height:60px;margin:.25rem;width:60px}.product-droplet{height:45px;width:45px}.droplet-content img{height:20px;width:20px}.product-price{font-size:.4rem}.benefit-droplets{gap:.75rem;margin-top:1.5rem}.benefit-droplet{font-size:.7rem;gap:.5rem;max-width:200px;padding:.5rem}.benefit-droplet i{font-size:1rem}.cta-buttons{gap:.75rem;margin-top:1.5rem}.cta-btn{font-size:.8rem;max-width:250px;padding:.75rem 1.25rem}}@media (max-width:360px){.water-splash-hero{padding-top:4rem}.liquid-text{font-size:clamp(1.8rem,5vw,2.5rem)}.stream-text{font-size:.8rem}.landing-zone{height:50px;width:50px}.product-droplet{height:40px;width:40px}.droplet-content img{height:18px;width:18px}.benefit-droplet{font-size:.6rem;max-width:180px;padding:.4rem}.cta-btn{font-size:.75rem;max-width:220px;padding:.6rem 1rem}}.catfish-video-background{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:0}.catfish-video{filter:brightness(.8) contrast(1.1) saturate(1.2);height:100%;object-fit:cover;opacity:.7;width:100%}.video-overlay{background:linear-gradient(180deg,#1a4b6b66,#0d2d3f80 30%,#0a1f2e99 60%,#061218b3);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.aquatic-hero{align-items:center;background:linear-gradient(180deg,#1a4b6b,#0d2d3f 30%,#0a1f2e 60%,#061218);display:flex;height:auto;justify-content:center;margin-top:74px;min-height:100vh;overflow:visible;padding:2rem 0;position:relative}.water-background{bottom:0;z-index:1}.water-background,.water-surface{left:0;position:absolute;right:0;top:0}.water-surface{animation:surfaceWave 8s ease-in-out infinite;background:linear-gradient(180deg,#87ceeb4d,#4682b433 50%,#0000);height:20%}.water-depth{animation:depthFlow 12s ease-in-out infinite;background:linear-gradient(180deg,#0077be1a,#00476b33 50%,#002f4b4d);top:20%}.water-caverns,.water-depth{bottom:0;left:0;position:absolute;right:0}.water-caverns{background:radial-gradient(ellipse at center bottom,#002f4b66 0,#00172699 50%,#000c14cc 100%);height:30%}@keyframes surfaceWave{0%,to{transform:translateY(0) scaleY(1)}50%{transform:translateY(-10px) scaleY(1.1)}}@keyframes depthFlow{0%,to{opacity:.3}50%{opacity:.6}}.bubble-container{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:3}.water-bubble{animation:bubbleRise 8s ease-in infinite;background:radial-gradient(circle at 30% 30%,#fffffff2 0,#87ceebcc 50%,#4682b499 80%,#0077be66 100%);border:1px solid #ffffff4d;border-radius:50%;bottom:-20px;box-shadow:0 0 15px #fff9,inset 0 0 8px #fff6,inset 0 0 20px #87ceeb4d;position:absolute}.water-bubble:before{animation:bubbleShine 3s ease-in-out infinite;background:radial-gradient(circle,#ffffffe6 0,#ffffff4d 50%,#0000 100%);border-radius:50%;content:"";height:30%;left:25%;position:absolute;top:20%;width:30%}@keyframes bubbleRise{0%{opacity:0;transform:translateY(0) scale(.3) rotate(0deg)}10%{opacity:1;transform:translateY(-10vh) scale(.5) rotate(45deg)}50%{transform:translateY(-50vh) scale(.8) rotate(90deg)}90%{opacity:1;transform:translateY(-90vh) scale(1.2) rotate(180deg)}to{opacity:0;transform:translateY(-100vh) scale(1.5) rotate(1turn)}}@keyframes bubbleShine{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.aquatic-plants{left:0;pointer-events:none;right:0;z-index:2}.aquatic-plants,.plant{bottom:0;position:absolute}.plant{animation:plantSway 6s ease-in-out infinite;background:linear-gradient(180deg,#2d5016,#3a5f1e 20%,#4a7c2a 40%,#5b9a36 60%,#6bb842 80%,#7dd64e);border-radius:2px 2px 0 0;box-shadow:0 0 5px #2d501680,inset 0 0 3px #ffffff1a}.plant:before{background:radial-gradient(circle,#7dd64e 0,#6bb842 50%,#5b9a36 100%);box-shadow:0 0 5px #7dd64e99;height:8px;top:0;width:8px}.plant:after,.plant:before{border-radius:50%;content:"";left:50%;position:absolute;transform:translateX(-50%)}.plant:after{background:radial-gradient(circle,#6bb842 0,#5b9a36 50%,#4a7c2a 100%);box-shadow:0 0 3px #6bb84280;height:6px;top:20%;width:6px}.plant-1{animation-delay:0s;height:120px;left:10%;width:6px}.plant-1:before{animation:plantGlow 4s ease-in-out infinite}.plant-2{animation-delay:-2s;height:80px;left:25%;width:4px}.plant-2:before{animation:plantGlow 4s ease-in-out 1s infinite}.plant-3{animation-delay:-4s;height:100px;right:20%;width:5px}.plant-3:before{animation:plantGlow 4s ease-in-out 2s infinite}.plant-4{animation-delay:-1s;height:60px;right:35%;width:3px}.plant-4:before{animation:plantGlow 4s ease-in-out 3s infinite}.plant-5{animation-delay:-3s;height:90px;left:50%;width:4px}.plant-5:before{animation:plantGlow 4s ease-in-out .5s infinite}.plant-6{animation-delay:-5s;height:70px;left:70%;width:3px}.plant-6:before{animation:plantGlow 4s ease-in-out 1.5s infinite}@keyframes plantSway{0%,to{transform:rotate(0deg) translateY(0)}25%{transform:rotate(2deg) translateY(-2px)}50%{transform:rotate(0deg) translateY(-1px)}75%{transform:rotate(-2deg) translateY(-3px)}}@keyframes plantGlow{0%,to{opacity:.8;transform:translateX(-50%) scale(1)}50%{opacity:1;transform:translateX(-50%) scale(1.3)}}.hero-content{margin:2rem 0;max-width:1200px;padding:0 2rem;position:relative;text-align:center;width:100%;z-index:10}.content-container{animation:contentFloat 4s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff6;border-radius:20px;box-shadow:0 20px 40px #00000026,0 0 0 1px #fff6;margin:0 auto;padding:3rem 2rem}@keyframes contentFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.brand-badge{align-items:center;background:linear-gradient(45deg,#2c5530,#4a7c59);border-radius:50px;box-shadow:0 4px 15px #2c55304d;color:#fff;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;margin-bottom:2rem;padding:.75rem 1.5rem}.badge-icon{font-size:1.2rem}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;line-height:1.2;margin-bottom:1.5rem}.title-line{color:#1a4b6b;display:block}.title-line.highlight{background:linear-gradient(45deg,#2c5530,#4a7c59);-webkit-background-clip:text;background-clip:text;color:#0000}.hero-subtitle{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff4d;border-radius:10px;color:#2c5530;font-size:clamp(1rem,2.5vw,1.2rem);font-weight:600;line-height:1.6;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:800px;padding:1rem 1.5rem;text-shadow:0 1px 2px #fffc}.key-features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.feature-item{align-items:center;background:linear-gradient(135deg,#4a90e21a,#2c55301a);border:1px solid #4a90e233;border-radius:15px;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.feature-item:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.feature-icon{flex-shrink:0;font-size:2rem}.feature-text h4{color:#1a4b6b;font-size:1.1rem;font-weight:700;margin-bottom:.25rem}.feature-text p{color:#666;font-size:.9rem;margin:0}.action-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2.5rem}.btn{border:2px solid #0000;border-radius:50px;min-width:160px;transition:all .3s ease}.btn-primary{background:linear-gradient(45deg,#2c5530,#4a7c59);box-shadow:0 4px 15px #2c55304d}.btn-primary:hover{box-shadow:0 6px 20px #2c553066;transform:translateY(-2px)}.btn-secondary{background:#ffffffe6;border-color:#2c5530;color:#2c5530}.btn-secondary:hover{background:#2c5530;color:#fff;transform:translateY(-2px)}.btn-whatsapp{background:linear-gradient(45deg,#25d366,#128c7e);box-shadow:0 4px 15px #25d3664d}.btn-whatsapp:hover{box-shadow:0 6px 20px #25d36666}.product-preview{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:2rem}.preview-item{align-items:center;background:linear-gradient(135deg,#ffffffe6,#f0f8ffe6);border:1px solid #4a90e233;border-radius:15px;display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;transition:transform .3s ease}.preview-item:hover{transform:translateY(-5px)}.preview-item img{border-radius:10px;height:60px;object-fit:contain;width:60px}.product-name{color:#1a4b6b;font-size:1rem;font-weight:600}.product-price{color:#2c5530;font-size:1.1rem;font-weight:700}.price-range-text{color:#666;font-size:.8rem;font-weight:500;margin-top:.25rem;text-align:center}.light-rays{bottom:0;left:0;pointer-events:none;right:0;top:0;z-index:4}.light-rays,.ray{position:absolute}.ray{animation:rayShine 6s ease-in-out infinite;background:linear-gradient(180deg,#ffffff4d,#87ceeb33 50%,#0000);width:2px}.ray-1{animation-delay:0s;height:60%;left:20%}.ray-2{animation-delay:-2s;height:80%;left:50%}.ray-3{animation-delay:-4s;height:70%;right:30%}@keyframes rayShine{0%,to{opacity:.3;transform:scaleY(1)}50%{opacity:.8;transform:scaleY(1.2)}}.particle-container{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:6}.particle{animation:particleFloat 5s ease-in-out infinite;background:#fff9;border-radius:50%;height:3px;position:absolute;width:3px}@keyframes particleFloat{0%,to{opacity:.6;transform:translateY(0) translateX(0) scale(1)}50%{opacity:1;transform:translateY(-20px) translateX(10px) scale(1.5)}}@media (max-width:768px){.aquatic-hero{margin-top:74px;min-height:auto;overflow:hidden;padding:1rem 0;width:100%}.catfish-video{filter:brightness(.9) contrast(1.1) saturate(1.3);opacity:.8}.video-overlay{background:linear-gradient(180deg,#1a4b6b4d,#0d2d3f66 30%,#0a1f2e80 60%,#06121899)}.hero-content{box-sizing:border-box;margin:1rem 0;max-width:100%;padding:0 1rem;width:100%}.content-container{box-sizing:border-box;margin:0 1rem;max-width:calc(100% - 2rem);padding:2rem 1.5rem;width:calc(100% - 2rem)}.hero-title{font-size:clamp(2rem,5vw,3rem)}.hero-subtitle,.hero-title{word-wrap:break-word;overflow-wrap:break-word}.hero-subtitle{font-size:1rem;margin-bottom:2rem}.key-features{gap:1rem;grid-template-columns:1fr;margin-bottom:2rem;max-width:100%;width:100%}.feature-item{box-sizing:border-box;max-width:100%;padding:1rem;width:100%}.action-buttons{align-items:center;flex-direction:column;gap:.75rem;width:100%}.btn{box-sizing:border-box;max-width:280px;padding:.875rem 1.5rem;width:100%}.product-preview{gap:1rem;grid-template-columns:1fr;max-width:100%;width:100%}.preview-item{box-sizing:border-box;max-width:100%;padding:1rem;width:100%}.benefits-section,.cta-section,.features-section,.products-section,.testimonials-section,.trust-section{box-sizing:border-box;overflow:hidden;padding-left:1.5rem;padding-right:1.5rem;width:100%}.benefits-content,.features-grid,.products-grid,.testimonials-grid,.trust-grid{box-sizing:border-box;margin:0;max-width:100%;padding:0;width:100%}.feature-card,.product-card,.testimonial-card,.trust-item{box-sizing:border-box;margin:0;max-width:100%;padding:1.5rem;width:100%}.benefits-content{gap:2rem;grid-template-columns:1fr}.benefits-content,.benefits-image,.benefits-image img,.benefits-text{max-width:100%;width:100%}.benefits-image img{height:auto}.cta-content{max-width:100%;padding:2rem 1.5rem;text-align:center;width:100%}.cta-actions{flex-direction:column;gap:1rem;width:100%}.cta-btn{margin:0 auto;max-width:280px;width:100%}.aquatic-plants,.floating-fish,.light-rays,.water-bubble{display:none}}@media (max-width:480px){.aquatic-hero,.benefits-section,.cta-section,.features-section,.products-section,.testimonials-section,.trust-section{box-sizing:border-box;max-width:100vw;overflow-x:hidden;padding-left:.5rem;padding-right:.5rem;width:100vw}.aquatic-hero{min-height:100vh;overflow:hidden;padding:.5rem 0}.catfish-video{filter:brightness(.95) contrast(1.1) saturate(1.4);opacity:.85}.video-overlay{background:linear-gradient(180deg,#1a4b6b40,#0d2d3f59 30%,#0a1f2e73 60%,#0612188c)}.hero-content{max-width:100%;padding:0 .5rem;width:100%}.content-container{box-sizing:border-box;margin:0 .5rem;max-width:calc(100% - 1rem);padding:1.5rem 1rem;width:calc(100% - 1rem)}.hero-title{font-size:clamp(1.8rem,4vw,2.5rem)}.hero-subtitle,.hero-title{word-wrap:break-word;overflow-wrap:break-word}.hero-subtitle{font-size:.9rem;padding:.75rem 1rem}.brand-badge{font-size:.8rem;padding:.5rem 1rem;white-space:nowrap}.action-buttons{flex-direction:column;gap:1rem;width:100%}.btn{font-size:.9rem;justify-content:center;max-width:280px;padding:.75rem 1.25rem;width:100%}.product-preview{flex-direction:column;gap:1rem;width:100%}.preview-item{margin:0 auto;max-width:280px;width:100%}.preview-item img{height:50px;width:50px}.product-name{font-size:.9rem}.product-price{font-size:1rem}.price-range-text{font-size:.75rem}.benefits-section,.cta-section,.features-section,.products-section,.testimonials-section,.trust-section{box-sizing:border-box;padding-left:1rem;padding-right:1rem;width:100%}.benefits-content,.features-grid,.products-grid,.testimonials-grid,.trust-grid{margin:0;max-width:100%;padding:0;width:100%}.feature-card,.product-card,.testimonial-card,.trust-item{box-sizing:border-box;margin:0;max-width:100%;padding:1rem;width:100%}.benefits-content{gap:2rem;grid-template-columns:1fr}.benefits-image,.benefits-image img,.benefits-text{max-width:100%;width:100%}.benefits-image img{height:auto}.cta-content{padding:2rem 1rem;text-align:center}.cta-title{font-size:clamp(1.5rem,4vw,2rem)}.cta-subtitle{font-size:1rem}.cta-actions{flex-direction:column;gap:1rem;width:100%}.cta-btn{margin:0 auto;max-width:280px;width:100%}}@media (max-width:320px){.container{padding:0 .25rem}.products-section{padding:1.5rem 0}.products-grid{gap:1rem;grid-template-columns:1fr;justify-items:start;margin:0 auto 1.5rem;max-width:100%;overflow-x:hidden;padding:0 .25rem}.product-card{margin:0;max-width:100%;min-width:0;width:100%}.product-image{height:180px}.product-content{padding:1rem}.product-title{font-size:1.1rem;line-height:1.2;margin-bottom:.25rem}.botanical-name,.english-name{font-size:.8rem;line-height:1.3;margin-bottom:.25rem}.product-price{font-size:1rem;margin-bottom:.5rem}.features-list{gap:.25rem;margin-bottom:.75rem}.feature{font-size:.8rem;padding:2px 6px}.product-actions{gap:.5rem}.btn{font-size:.8rem;padding:.5rem .75rem}}.shop-page{background:#fafafa;margin-top:74px;min-height:100vh;padding:2rem 0}.shop-page .page-header{background:linear-gradient(135deg,#2c5530,#4a7c59);color:#fff;margin:-2rem -1.5rem 2rem;padding:3rem 0;text-align:center}.shop-page .page-header h1{color:#fff;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;margin-bottom:1rem}.shop-page .page-header p{font-size:1.125rem;margin:0 auto;max-width:600px;opacity:.9}.shop-page .shop-content{grid-gap:2rem;align-items:start;display:grid!important;gap:2rem;grid-template-columns:300px 1fr!important;margin-bottom:3rem}.shop-page .filters-section{align-self:start;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #00000014;height:-webkit-fit-content!important;height:fit-content!important;overflow:visible!important;padding:1.5rem;position:-webkit-sticky!important;position:sticky!important;top:100px!important;width:100%;z-index:10}.shop-page .filter-group{margin-bottom:1.5rem}.shop-page .filter-group:last-child{margin-bottom:0}.shop-page .filter-group h3{align-items:center;color:#374151;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:.75rem}.shop-page .filter-group h3 i{color:#2c5530;font-size:1.1rem}.shop-page .category-filters{display:flex;flex-direction:column;gap:.5rem}.shop-page .category-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1rem;text-align:left;transition:all .2s ease;width:100%}.shop-page .category-btn:hover{background:#f9fafb;border-color:#2c5530}.shop-page .category-btn.active{background:#2c5530;border-color:#2c5530;color:#fff}.shop-page .category-btn i{text-align:center;width:16px}.shop-page .size-filters{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));margin-bottom:.5rem;max-width:100%;overflow:hidden;width:100%}.shop-page .size-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;color:#374151;cursor:pointer;display:flex;font-size:.8rem;font-weight:500;justify-content:center;max-width:100%;min-height:44px;overflow:hidden;padding:.625rem .375rem;text-align:center;text-overflow:ellipsis;transition:all .2s ease;white-space:nowrap;width:100%}.shop-page .size-btn:hover{background:#f9fafb;border-color:#2c5530;box-shadow:0 2px 6px #00000026;transform:translateY(-1px)}.shop-page .size-btn.active{background:#2c5530;border-color:#2c5530;box-shadow:0 2px 6px #2c55304d;color:#fff}.shop-page .size-btn.disabled,.shop-page .size-btn:disabled{background:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed;opacity:.4}.shop-page .size-btn.disabled:hover{background:#f3f4f6;border-color:#e5e7eb;box-shadow:0 1px 3px #0000001a;color:#9ca3af;transform:none}.shop-page .quick-actions{display:flex;flex-direction:column;gap:.75rem}.shop-page .btn{align-items:center;border:1px solid #0000;border-radius:8px;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;min-height:44px;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:all .2s ease;width:100%}.shop-page .btn-whatsapp{background:#25d366;border-color:#25d366;color:#fff}.shop-page .btn-whatsapp:hover{background:#128c7e;border-color:#128c7e;transform:translateY(-1px)}.shop-page .btn-secondary{background:#6b7280;border-color:#6b7280;color:#fff}.shop-page .btn-secondary:hover{background:#4b5563;border-color:#4b5563;transform:translateY(-1px)}.shop-page .btn-block{width:100%}.shop-page .sort-select{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:.875rem;padding:.75rem;transition:border-color .2s ease;width:100%}.shop-page .sort-select:focus{border-color:#2c5530;box-shadow:0 0 0 3px #2c55301a;outline:none}.shop-page .products-section{flex:1 1;min-width:0}.shop-page .products-header{margin-bottom:2rem;text-align:center}.shop-page .products-header h2{color:#111827;font-size:2rem;font-weight:700;margin-bottom:.5rem}.shop-page .products-header p{color:#6b7280;font-size:1rem}.shop-page .products-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));margin-bottom:2rem}.shop-page .product-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;min-height:600px;overflow:hidden;transition:all .3s ease;width:100%}.shop-page .product-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-4px)}.shop-page .product-card.out-of-stock{opacity:.6}.shop-page .product-image{align-items:center;background:#f8f9fa;display:flex;flex-shrink:0;height:350px;justify-content:center;overflow:hidden;position:relative;text-align:center;width:100%}.shop-page .product-image img{display:block;height:100%;margin:0 auto;object-fit:cover;object-position:center;transition:transform .3s ease;width:100%}.shop-page .product-card:hover .product-image img{transform:scale(1.05)}.shop-page .featured-badge{background:#fbbf24;color:#1f2937;font-weight:600;left:.75rem;top:.75rem;z-index:2}.shop-page .featured-badge,.shop-page .product-category{border-radius:4px;font-size:.75rem;padding:.25rem .5rem;position:absolute}.shop-page .product-category{background:#000000b3;bottom:.75rem;color:#fff;font-weight:500;right:.75rem}.shop-page .product-content{display:flex;flex:1 1;flex-direction:column;min-height:250px;padding:1.5rem}.shop-page .product-title{color:#111827;font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.shop-page .botanical-name{align-items:center;color:#2c5530;display:flex;font-size:.875rem;font-style:italic;gap:.25rem;margin-bottom:1rem}.shop-page .botanical-name i{color:#10b981}.shop-page .english-name{align-items:center;color:#6b7280;display:flex;font-size:.875rem;font-weight:500;gap:.25rem;margin-bottom:.5rem}.shop-page .english-name i{color:#f59e0b}.shop-page .product-weight{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:.25rem;margin-bottom:1.25rem}.shop-page .product-weight i{color:#f59e0b}.shop-page .product-description{color:#6b7280;flex:1 1;line-height:1.5;margin-bottom:1.25rem}.shop-page .product-features{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}.shop-page .feature-tag{align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:15px;color:#374151;display:flex;font-size:.75rem;font-weight:500;gap:.25rem;padding:.5rem 1rem}.shop-page .feature-tag i{color:#10b981;font-size:.625rem}.shop-page .product-rating{align-items:center;display:flex;gap:.5rem;margin-bottom:1.25rem}.shop-page .stars{display:flex;gap:1px}.shop-page .stars .fas.fa-star.filled{color:#fbbf24}.shop-page .stars .fas.fa-star.empty{color:#d1d5db}.shop-page .rating-text{color:#6b7280;font-size:.875rem}.shop-page .product-price{align-items:baseline;color:#2c5530;display:flex;flex-wrap:wrap;font-size:1.75rem;font-weight:700;gap:.5rem;margin-bottom:1.25rem}.shop-page .unit{color:#6b7280;font-size:1rem}.shop-page .min-order{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:4px;color:#6b7280;font-size:.875rem;padding:.25rem .5rem}.shop-page .quantity-selector{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem;padding:1rem}.shop-page .quantity-selector label{color:#374151;display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.shop-page .quantity-controls{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.shop-page .quantity-display{align-items:center;background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;display:flex;flex:1 1;gap:.25rem;padding:.25rem}.shop-page .quantity-unit{color:#6c757d;font-size:.75rem;font-weight:500;min-width:40px;text-align:center}.shop-page .quantity-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;display:flex;flex-shrink:0;font-size:.875rem;height:36px;justify-content:center;transition:all .2s ease;width:36px}.shop-page .quantity-btn:hover:not(:disabled){background:#2c5530;border-color:#2c5530;color:#fff}.shop-page .quantity-btn:disabled{cursor:not-allowed;opacity:.5}.shop-page .quantity-input{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;flex:1 1;font-size:.875rem;height:36px;min-width:0;padding:.5rem;text-align:center;transition:border-color .2s ease}.shop-page .quantity-input:focus{border-color:#2c5530;box-shadow:0 0 0 3px #2c55301a;outline:none}.shop-page .quantity-input:disabled{cursor:not-allowed;opacity:.5}.shop-page .quantity-info{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between}.shop-page .min-max-info{color:#9ca3af;font-size:.75rem}.shop-page .total-price{background:#fff;border:1px solid #e5e7eb;border-radius:4px;color:#2c5530;font-size:.875rem;font-weight:600;padding:.25rem .5rem}.shop-page .product-actions{align-items:center;display:flex;gap:.5rem;margin-top:auto}.shop-page .add-to-cart-btn{background:#2c5530;border:none;border-radius:8px;color:#fff;flex:1 1;font-weight:600;justify-content:center;padding:.75rem 1rem;transition:all .2s ease}.shop-page .add-to-cart-btn:hover:not(:disabled){background:#1e3a22;transform:translateY(-1px)}.shop-page .add-to-cart-btn:disabled{background:#9ca3af;cursor:not-allowed;opacity:.5}.shop-page .no-products{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:3rem;text-align:center}.shop-page .no-products h3{color:#111827;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.shop-page .no-products p{color:#6b7280;margin-bottom:2rem}.shop-page .bulk-order-cta{background:#2c5530;border-radius:12px;color:#fff;margin-top:3rem;padding:3rem 0;text-align:center}.shop-page .cta-content h2{color:#fff;font-weight:700;margin-bottom:1rem}.shop-page .cta-content p{color:#ffffffe6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}@media (min-width:640px){.shop-page .shop-content{gap:2rem;grid-template-columns:250px 1fr}.shop-page .products-grid{gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.shop-page .size-filters{gap:.5rem;grid-template-columns:repeat(2,1fr)}.shop-page .size-btn{font-size:.875rem;min-height:48px;padding:.75rem .5rem}}@media (min-width:768px){.shop-page .shop-content{height:calc(100vh - 150px);overflow:hidden}.shop-page .products-section{height:100%;overflow-y:auto}.shop-page .product-image{height:300px}.shop-page .filters-section{padding:2rem}.shop-page .size-filters{gap:.5rem;grid-template-columns:repeat(3,1fr)}.shop-page .quick-actions{gap:1rem}.shop-page .btn{font-size:.9rem;padding:.875rem 1.25rem}}@media (min-width:1024px){.shop-page .shop-content{gap:2.5rem;grid-template-columns:250px 1fr}.shop-page .products-grid{gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.shop-page .size-filters{gap:.5rem;grid-template-columns:repeat(3,1fr)}.shop-page .size-btn{font-size:.875rem;min-height:48px;padding:.75rem .5rem}}@media (min-width:1280px){.shop-page .shop-content{gap:3rem;grid-template-columns:280px 1fr}.shop-page .products-grid{gap:3rem;grid-template-columns:repeat(auto-fit,minmax(450px,1fr))}.shop-page .size-filters{gap:.5rem;grid-template-columns:repeat(3,1fr)}}@media (min-width:1536px){.shop-page .shop-content{gap:3.5rem;grid-template-columns:300px 1fr}.shop-page .products-grid{gap:3.5rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr))}}@media (max-width:768px){.shop-page .shop-content{display:flex!important;flex-direction:column!important;gap:1rem;grid-template-columns:none!important;height:auto;overflow:visible}.shop-page .filters-section{margin-bottom:1rem;order:1;overflow:visible!important;padding:1rem;position:static!important;top:auto!important;width:100%!important}.shop-page .products-section{height:auto;order:2;overflow:visible;width:100%!important}.shop-page .size-filters{gap:.5rem;grid-template-columns:1fr}.shop-page .size-btn{justify-content:flex-start;padding:.75rem 1rem;text-align:left;width:100%}.shop-page .category-filters{gap:.75rem}.shop-page .category-btn{font-size:1rem;padding:1rem}.shop-page .filter-group{margin-bottom:2rem}.shop-page .filter-group h3{font-size:1.1rem;margin-bottom:1rem}.shop-page .size-btn{font-size:.75rem;min-height:40px;padding:.5rem .25rem}.shop-page .products-grid{gap:1.5rem;grid-template-columns:1fr;padding:0 1rem}.shop-page .product-card{border-radius:8px;margin:0;min-height:auto}.shop-page .product-content{padding:1rem}.shop-page .product-image{height:250px}.shop-page .product-title{font-size:1.125rem;margin-bottom:.5rem}.shop-page .botanical-name,.shop-page .english-name{font-size:.75rem;margin-bottom:.5rem}.shop-page .product-price{font-size:1.25rem;margin-bottom:1rem}.shop-page .product-actions{flex-direction:column;gap:.5rem}.shop-page .add-to-cart-btn{font-size:.875rem;padding:.75rem;width:100%}.shop-page .product-features{flex-direction:column;gap:.5rem;margin-bottom:1rem}.shop-page .feature-tag{font-size:.75rem;justify-content:center;padding:.5rem;width:100%}.shop-page .quantity-selector{margin-bottom:1rem;padding:.75rem}.shop-page .quantity-controls{align-items:center;flex-direction:row;gap:.5rem}.shop-page .quantity-display{flex:1 1;padding:.2rem}.shop-page .quantity-unit{font-size:.7rem;min-width:35px}.shop-page .quantity-btn{font-size:.75rem;height:32px;width:32px}.shop-page .quantity-input{font-size:.875rem;height:32px;width:80px}.shop-page .quantity-info{align-items:flex-start;flex-direction:column;gap:.25rem}.shop-page .min-max-info{font-size:.75rem}.shop-page .total-price{font-size:.875rem;font-weight:600}.shop-page .product-description{font-size:.875rem;margin-bottom:1rem}.shop-page .product-weight{font-size:.75rem;margin-bottom:1rem}.shop-page .product-rating{margin-bottom:1rem}.shop-page .rating-text{font-size:.75rem}}@media (max-width:480px){.shop-page .shop-content{display:flex!important;flex-direction:column!important;gap:.5rem;grid-template-columns:none!important}.shop-page .filters-section{margin-bottom:.75rem;padding:.75rem}.shop-page .size-filters{gap:.5rem;grid-template-columns:1fr}.shop-page .size-btn{justify-content:flex-start;padding:.75rem 1rem;text-align:left;width:100%}.shop-page .category-filters{gap:.5rem}.shop-page .category-btn{font-size:.9rem;padding:.875rem}.shop-page .products-grid{gap:1rem;padding:0 .75rem}.shop-page .product-content{min-height:auto;padding:.75rem}.shop-page .product-image{height:200px}.shop-page .product-title{font-size:1rem}.shop-page .botanical-name,.shop-page .english-name{font-size:.7rem}.shop-page .product-price{font-size:1.125rem}.shop-page .product-description{font-size:.8rem}.shop-page .product-weight{font-size:.7rem}.shop-page .feature-tag{font-size:.7rem;padding:.4rem .75rem}.shop-page .quantity-selector{padding:.5rem}.shop-page .quantity-btn{font-size:.7rem;height:28px;width:28px}.shop-page .quantity-input{font-size:.8rem;height:28px;width:70px}.shop-page .add-to-cart-btn{font-size:.8rem;padding:.6rem}.shop-page .min-max-info{font-size:.7rem}.shop-page .total-price{font-size:.8rem}.shop-page .rating-text{font-size:.7rem}.shop-page .page-header h1{font-size:1.5rem}.shop-page .page-header p{font-size:.875rem}}@media (max-width:360px){.shop-page .shop-content{gap:.25rem}.shop-page .filters-section{margin-bottom:.5rem;padding:.5rem}.shop-page .products-grid{gap:.75rem;padding:0 .5rem}.shop-page .product-content{padding:.5rem}.shop-page .product-image{height:180px}.shop-page .product-title{font-size:.9rem}.shop-page .botanical-name,.shop-page .english-name{font-size:.65rem}.shop-page .product-price{font-size:1rem}.shop-page .product-description{font-size:.75rem}.shop-page .product-weight{font-size:.65rem}.shop-page .feature-tag{font-size:.65rem;padding:.3rem .6rem}.shop-page .quantity-selector{padding:.4rem}.shop-page .quantity-btn{font-size:.65rem;height:24px;width:24px}.shop-page .quantity-input{font-size:.75rem;height:24px;width:60px}.shop-page .quantity-display{padding:.1rem}.shop-page .quantity-unit{font-size:.6rem;min-width:30px}.shop-page .add-to-cart-btn{font-size:.75rem;padding:.5rem}.shop-page .min-max-info{font-size:.65rem}.shop-page .total-price{font-size:.75rem}.shop-page .rating-text{font-size:.65rem}.shop-page .page-header h1{font-size:1.25rem}.shop-page .page-header p{font-size:.8rem}}.about-page{background:#fafafa;min-height:100vh}.about-hero{align-items:center;background:linear-gradient(135deg,#2c5530,#4a7c59);color:#fff;display:flex;height:auto;justify-content:center;margin-top:74px;min-height:auto;overflow:hidden;padding:2rem 0;position:relative}.about-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.about-hero-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;width:100%;z-index:2}.about-hero-content{margin:0 auto;max-width:800px;text-align:center}.about-hero-badge{animation:fadeInUp .8s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;padding:.75rem 1.5rem}.about-hero-title{animation:fadeInUp .8s ease-out .2s both;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2;margin-bottom:1rem}.about-hero-title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text}.about-hero-subtitle{animation:fadeInUp .8s ease-out .4s both;color:#fff;font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:700px;opacity:1}.about-hero-stats{animation:fadeInUp .8s ease-out .6s both;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.about-stat-item{min-width:100px;text-align:center}.about-stat-number{color:#fbbf24;display:block;font-size:clamp(1.5rem,4vw,2rem);font-weight:800;margin-bottom:.25rem}.about-stat-label{font-size:clamp(.8rem,2vw,.9rem);font-weight:500;opacity:.9}.story-section{background:#fff;padding:5rem 0}.story-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 1.5rem}.story-text{display:flex;flex-direction:column;gap:2rem}.story-block h3{color:#2c5530;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.story-block p{color:#6b7280;font-size:1.125rem;line-height:1.6}.story-image{border-radius:20px;box-shadow:0 20px 40px #0000001a;overflow:hidden}.story-image img{height:400px;object-fit:cover;width:100%}.mission-vision-section{background:linear-gradient(135deg,#f9fafb,#f3f4f6);padding:5rem 0}.mission-vision-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));margin:0 auto;max-width:1200px;padding:0 1.5rem}.mission-card,.vision-card{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;padding:3rem 2rem;text-align:center;transition:all .3s ease}.mission-card:hover,.vision-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-5px)}.card-icon{align-items:center;background:linear-gradient(135deg,#2c5530,#4a7c59);border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 2rem;width:80px}.card-icon i{color:#fff;font-size:2rem}.mission-card h3,.vision-card h3{color:#111827;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.mission-card p,.vision-card p{color:#6b7280;font-size:1.125rem;line-height:1.6}.values-section{background:#fff;padding:5rem 0}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px;padding:0 1.5rem}.value-card{background:#f9fafb;border-radius:16px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.value-card:hover{background:#fff;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.value-icon{align-items:center;background:linear-gradient(135deg,#2c5530,#4a7c59);border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.value-icon i{color:#fff;font-size:2rem}.value-card h3{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.value-card p{color:#6b7280;line-height:1.6}.facilities-section{background:linear-gradient(135deg,#f9fafb,#f3f4f6);padding:5rem 0}.facilities-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 1.5rem}.facilities-text h2{color:#111827;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;margin-bottom:1rem}.facilities-text>p{color:#6b7280;font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.facilities-features{display:flex;flex-direction:column;gap:1.5rem}.facilities-image{border-radius:20px;box-shadow:0 20px 40px #0000001a;overflow:hidden}.facilities-image img{height:400px;object-fit:cover;width:100%}.team-section{background:#fff;padding:5rem 0}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px;padding:0 1.5rem}.team-member{background:#f9fafb;border-radius:16px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.team-member:hover{background:#fff;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.member-avatar{border:4px solid #2c5530;border-radius:50%;height:120px;margin:0 auto 1.5rem;overflow:hidden;width:120px}.member-avatar img{height:100%;object-fit:cover;width:100%}.team-member h3{color:#111827;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.member-role{color:#2c5530;font-size:1rem;font-weight:600;margin-bottom:1rem}.member-bio{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.member-social{gap:1rem}.member-social,.social-link{display:flex;justify-content:center}.social-link{align-items:center;background:#2c5530;border-radius:50%;color:#fff;height:40px;transition:all .3s ease;width:40px}.social-link:hover{background:#4a7c59;transform:translateY(-2px)}.certifications-section{background:linear-gradient(135deg,#f9fafb,#f3f4f6);padding:5rem 0}.certifications-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px;padding:0 1.5rem}.certification-card{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000001a;padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.certification-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-5px)}.cert-icon{align-items:center;background:linear-gradient(135deg,#2c5530,#4a7c59);border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.cert-icon i{color:#fff;font-size:2rem}.certification-card h3{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.certification-card p{color:#6b7280;line-height:1.6}.about-cta{background:linear-gradient(135deg,#2c5530,#4a7c59);color:#fff;padding:5rem 0;text-align:center}.team-action-section{background:#f8f9fa;padding:4rem 0}.action-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}.action-item{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.action-item:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.action-image{height:200px;overflow:hidden}.action-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.action-item:hover .action-image img{transform:scale(1.05)}.action-item h3{color:#2c5530;font-size:1.25rem;font-weight:600;margin:0;padding:1.5rem;text-align:center}.commitment-text{margin:0 auto;max-width:600px;text-align:center}.commitment-text p{color:#4a5568;font-size:1.125rem;font-style:italic;line-height:1.6}.impact-section{background:linear-gradient(135deg,#2c5530,#4a7c59);color:#fff;padding:4rem 0}.impact-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:2rem}.impact-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease}.impact-item:hover{transform:translateY(-5px)}.impact-number{color:#fbbf24;font-size:3rem;font-weight:800;margin-bottom:.5rem;text-shadow:0 2px 4px #0000004d}.impact-label{font-size:1.125rem;font-weight:600;opacity:.9}.business-info{border-top:1px solid #fff3;margin-top:2rem;padding-top:2rem;text-align:center}.business-info p{font-size:.875rem;margin:.5rem 0;opacity:.8}.business-info strong{color:#fbbf24}.member-title{color:#fbbf24;font-size:.875rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;text-transform:uppercase}@media (max-width:768px){.about-hero{margin-top:74px;padding:1.5rem 0}.about-hero-container{padding:0 1rem}.about-hero-badge{font-size:.8rem;margin-bottom:1rem;padding:.5rem 1rem}.about-hero-title{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:.75rem}.about-hero-subtitle{font-size:.9rem;margin-bottom:1.5rem}.about-hero-stats{gap:1.5rem}.about-stat-item{min-width:80px}.about-stat-number{font-size:clamp(1.3rem,3vw,1.8rem)}.about-stat-label{font-size:.7rem}.story-content{gap:2rem;grid-template-columns:1fr}.story-text{order:2}.story-image{order:1}.story-block h3{font-size:1.3rem}.story-block p{font-size:.9rem;line-height:1.6}.mission-vision-grid{gap:2rem;grid-template-columns:1fr}.mission-card,.vision-card{padding:1.5rem}.mission-card h3,.vision-card h3{font-size:1.4rem}.mission-card p,.vision-card p{font-size:.9rem;line-height:1.6}.facilities-content{gap:2rem;grid-template-columns:1fr}.facility-card{padding:1.5rem}.facility-card h3{font-size:1.3rem}.facility-card p{font-size:.9rem;line-height:1.6}.values-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.value-card{padding:1.5rem}.value-card h3{font-size:1.2rem}.value-card p{font-size:.85rem}.team-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.team-member{padding:1.5rem}.team-member h3{font-size:1.2rem}.team-member p{font-size:.85rem}.certifications-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.certification-card{padding:1.5rem}.certification-card h3{font-size:1.2rem}.certification-card p{font-size:.85rem}.impact-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.impact-card{padding:1.5rem}.impact-card h3{font-size:1.2rem}.impact-card p{font-size:.85rem}.cta-actions{align-items:center;flex-direction:column;gap:1rem}.cta-actions .btn{max-width:300px;width:100%}}@media (max-width:480px){.about-hero{padding:1rem 0}.about-hero-container{padding:0 .5rem}.about-hero-badge{font-size:.7rem;padding:.4rem .8rem}.about-hero-title{font-size:clamp(1.5rem,3vw,2rem)}.about-hero-subtitle{font-size:.8rem;margin-bottom:1rem}.about-hero-stats{gap:1rem}.about-stat-item{min-width:70px}.about-stat-number{font-size:clamp(1.1rem,2.5vw,1.5rem)}.about-stat-label{font-size:.6rem}.story-content{gap:1.5rem}.story-block h3{font-size:1.2rem}.story-block p{font-size:.85rem}.mission-vision-grid{gap:1.5rem}.mission-card,.vision-card{padding:1.25rem}.mission-card h3,.vision-card h3{font-size:1.3rem}.mission-card p,.vision-card p{font-size:.85rem}.facilities-content{gap:1.5rem}.facility-card{padding:1.25rem}.facility-card h3{font-size:1.2rem}.facility-card p{font-size:.85rem}.values-grid{gap:1rem;grid-template-columns:1fr}.value-card{padding:1.25rem}.value-card h3{font-size:1.1rem}.value-card p{font-size:.8rem}.team-grid{gap:1rem;grid-template-columns:1fr}.team-member{padding:1.25rem}.team-member h3{font-size:1.1rem}.team-member p{font-size:.8rem}.certifications-grid{gap:1rem;grid-template-columns:1fr}.certification-card{padding:1.25rem}.certification-card h3{font-size:1.1rem}.certification-card p{font-size:.8rem}.impact-grid{gap:1rem;grid-template-columns:1fr}.impact-card{padding:1.25rem}.impact-card h3{font-size:1.1rem}.impact-card p{font-size:.8rem}.cta-actions{gap:.75rem}.cta-actions .btn{font-size:.9rem;padding:.75rem 1.5rem}}.contact-page{background:#fafafa;min-height:100vh}.contact-hero{align-items:center;background:linear-gradient(135deg,#2c5530,#4a7c59);color:#fff;display:flex;height:auto;justify-content:center;margin-top:74px;min-height:auto;overflow:hidden;padding:2rem 0;position:relative}.contact-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.contact-hero-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;width:100%;z-index:2}.contact-hero-content{margin:0 auto;max-width:800px;text-align:center}.contact-hero-badge{animation:fadeInUp .8s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;padding:.75rem 1.5rem}.contact-hero-title{animation:fadeInUp .8s ease-out .2s both;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2;margin-bottom:1rem}.contact-hero-title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text}.contact-hero-subtitle{animation:fadeInUp .8s ease-out .4s both;color:#fff;font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:700px;opacity:1}.contact-hero-stats{animation:fadeInUp .8s ease-out .6s both;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.contact-stat-item{min-width:100px;text-align:center}.contact-stat-number{color:#fbbf24;display:block;font-size:clamp(1.5rem,4vw,2rem);font-weight:800;margin-bottom:.25rem}.contact-stat-label{font-size:clamp(.8rem,2vw,.9rem);font-weight:500;opacity:.9}.contact-methods-section{background:#fff;padding:5rem 0}.contact-methods-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px;padding:0 1.5rem}.contact-method-card{background:#f9fafb;border:2px solid #0000;border-radius:16px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.contact-method-card:hover{background:#fff;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.contact-method-card.featured{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-color:#2c5530}.method-icon{align-items:center;background:linear-gradient(135deg,#2c5530,#4a7c59);border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.method-icon i{color:#fff;font-size:2rem}.contact-method-card h3{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.method-detail{color:#2c5530;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.method-info{color:#6b7280;font-size:.875rem;margin-bottom:.25rem}.method-action{align-items:center;background:#2c5530;border-radius:8px;color:#fff;display:inline-flex;font-weight:600;gap:.5rem;margin-top:1.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.method-action:hover{background:#4a7c59;transform:translateY(-2px)}.method-action.whatsapp{background:#25d366}.method-action.whatsapp:hover{background:#128c7e}.contact-form-section{background:linear-gradient(135deg,#f9fafb,#f3f4f6);padding:5rem 0}.form-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 1.5rem}.form-features{display:flex;flex-direction:column;gap:1.5rem}.feature-item{align-items:flex-start;display:flex;gap:1rem}.feature-item i{color:#2c5530;font-size:1.5rem;margin-top:.25rem}.feature-item h4{color:#111827;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.feature-item p{color:#6b7280;line-height:1.5}.contact-form{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000001a;padding:2.5rem}.alert{align-items:center;animation:fadeInDown .3s ease-out;border-radius:8px;display:flex;font-weight:500;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.5rem}.alert-success{background-color:#d1fae5;border:1px solid #a7f3d0;color:#065f46}.alert-error{background-color:#fee2e2;border:1px solid #fecaca;color:#991b1b}.alert i{flex-shrink:0;font-size:1.125rem}.contact-form input:disabled,.contact-form select:disabled,.contact-form textarea:disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.7}.contact-form button:disabled{cursor:not-allowed;opacity:.7}.contact-form button:disabled:hover{box-shadow:none;transform:none}.faq-section{background:#fff;padding:5rem 0}.faq-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px;padding:0 1.5rem}.faq-item{background:#f9fafb;border-radius:16px;display:flex;gap:1rem;padding:2rem;transition:all .3s ease}.faq-item:hover{background:#fff;box-shadow:0 10px 30px #0000001a;transform:translateY(-3px)}.faq-icon{align-items:center;background:linear-gradient(135deg,#2c5530,#4a7c59);border-radius:50%;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.faq-icon i{color:#fff;font-size:1.25rem}.faq-content h3{color:#111827;font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.faq-content p{color:#6b7280;line-height:1.6}.contact-cta{background:linear-gradient(135deg,#2c5530,#4a7c59);color:#fff;padding:5rem 0;text-align:center}.location-section{background:#f8f9fa;padding:4rem 0}.location-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.location-card{background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 8px 32px #0000001a;padding:2.5rem}.location-icon{align-items:center;background:linear-gradient(135deg,#2c5530,#4a7c59);border-radius:50%;display:flex;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.location-icon i{color:#fff;font-size:1.5rem}.location-card h3{color:#2c5530;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.address-details{margin-bottom:2rem}.address-details p{color:#4a5568;font-size:1rem;line-height:1.5;margin:.5rem 0}.address-details p:first-child{color:#2c5530;font-weight:600;margin-bottom:1rem}.contact-details{margin-bottom:2rem}.contact-item{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;gap:1rem;margin-bottom:1rem;padding:.75rem;transition:background-color .3s ease}.contact-item:hover{background:#e9ecef}.contact-item i{color:#2c5530;font-size:1.125rem;text-align:center;width:20px}.contact-item span{color:#4a5568;font-size:1rem;font-weight:500}.location-actions{display:flex;flex-wrap:wrap;gap:1rem}.location-actions .btn{align-items:center;border-radius:8px;display:flex;flex:1 1;font-weight:600;gap:.5rem;justify-content:center;min-width:150px;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.btn-whatsapp{background:#25d366;border:none}.btn-whatsapp:hover{background:#128c7e;transform:translateY(-2px)}.btn-outline:hover{background:#2c5530;color:#fff;transform:translateY(-2px)}.location-map{background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 8px 32px #0000001a;overflow:hidden}.map-placeholder{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#6c757d;display:flex;flex-direction:column;height:400px;justify-content:center;padding:2rem;text-align:center}.map-placeholder i{color:#2c5530;font-size:3rem;margin-bottom:1rem}.map-placeholder h3{color:#2c5530;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.address-info{background:#2c55300d;border:1px solid #2c55301a;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.address-info p{color:#2c5530;font-size:1rem;margin:.25rem 0}.address-info p:first-child{color:#2c5530;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.map-note{background:#ffc1071a;border:1px solid #ffc10733;border-radius:8px;margin-top:1rem;padding:1rem}.map-note p{color:#856404;font-size:.9rem;margin:.25rem 0}.map-note p:first-child{font-weight:600;margin-bottom:.5rem}.map-note i{color:#fbbf24;margin-right:.5rem}@media (max-width:768px){.contact-hero{margin-top:74px;padding:1.5rem 0}.contact-hero-container{padding:0 1rem}.contact-hero-badge{font-size:.8rem;margin-bottom:1rem;padding:.5rem 1rem}.contact-hero-title{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:.75rem}.contact-hero-subtitle{font-size:.9rem;margin-bottom:1.5rem}.contact-hero-stats{gap:1.5rem}.contact-stat-item{min-width:80px}.contact-stat-number{font-size:clamp(1.3rem,3vw,1.8rem)}.contact-stat-label{font-size:.7rem}.form-content{gap:2rem;grid-template-columns:1fr}.contact-form{padding:1.5rem}.form-row{gap:1rem;grid-template-columns:1fr}.form-group label{font-size:.9rem}.form-group input,.form-group select,.form-group textarea{font-size:.9rem;padding:.75rem}.form-group textarea{min-height:120px}.submit-btn{font-size:.9rem;padding:.75rem 1.5rem}.contact-methods-grid{gap:1.5rem;grid-template-columns:1fr}.contact-method{padding:1.5rem}.contact-method h3{font-size:1.2rem}.contact-method p{font-size:.9rem}.faq-grid{gap:1.5rem;grid-template-columns:1fr}.faq-item{padding:1.5rem}.faq-item h3{font-size:1.1rem}.faq-item p{font-size:.9rem}.location-content{gap:2rem;grid-template-columns:1fr}.location-info{padding:1.5rem}.location-info h3{font-size:1.3rem}.location-info p{font-size:.9rem}.location-details{gap:1rem}.detail-item{padding:1rem}.detail-item h4{font-size:1rem}.detail-item p{font-size:.9rem}.location-actions{flex-direction:column;gap:1rem}.location-actions .btn{font-size:.9rem;padding:.75rem 1.5rem;width:100%}.cta-actions{align-items:center;flex-direction:column;gap:1rem}.cta-actions .btn{font-size:.9rem;max-width:300px;padding:.75rem 1.5rem;width:100%}}@media (max-width:480px){.contact-hero{padding:1rem 0}.contact-hero-container{padding:0 .5rem}.contact-hero-badge{font-size:.7rem;padding:.4rem .8rem}.contact-hero-title{font-size:clamp(1.5rem,3vw,2rem)}.contact-hero-subtitle{font-size:.8rem;margin-bottom:1rem}.contact-hero-stats{gap:1rem}.contact-stat-item{min-width:70px}.contact-stat-number{font-size:clamp(1.1rem,2.5vw,1.5rem)}.contact-stat-label{font-size:.6rem}.form-content{gap:1.5rem}.contact-form{padding:1.25rem}.form-row{gap:.75rem}.form-group label{font-size:.85rem}.form-group input,.form-group select,.form-group textarea{font-size:.85rem;padding:.6rem}.form-group textarea{min-height:100px}.submit-btn{font-size:.85rem;padding:.6rem 1.25rem}.contact-methods-grid{gap:1rem}.contact-method{padding:1.25rem}.contact-method h3{font-size:1.1rem}.contact-method p{font-size:.85rem}.faq-grid{gap:1rem}.faq-item{padding:1.25rem}.faq-item h3{font-size:1rem}.faq-item p{font-size:.85rem}.location-content{gap:1.5rem}.location-info{padding:1.25rem}.location-info h3{font-size:1.2rem}.location-info p{font-size:.85rem}.location-details{gap:.75rem}.detail-item{padding:.75rem}.detail-item h4{font-size:.9rem}.detail-item p{font-size:.85rem}.location-actions{gap:.75rem}.location-actions .btn{font-size:.85rem;padding:.6rem 1.25rem}.cta-actions{gap:.75rem}.cta-actions .btn{font-size:.85rem;padding:.6rem 1.25rem}.map-placeholder{height:350px;padding:1.5rem}.map-placeholder i{font-size:2.5rem}.map-placeholder h3{font-size:1.3rem}.address-info{margin-bottom:1rem;padding:.75rem}.address-info p{font-size:.9rem}.address-info p:first-child{font-size:1rem}.map-note{padding:.75rem}.map-note p{font-size:.8rem}}.blog-page{background:#fafafa;min-height:100vh;scroll-behavior:smooth}.blog-hero{align-items:center;background:linear-gradient(135deg,#2c5530,#4a7c59);color:#fff;display:flex;height:auto;justify-content:center;margin-top:74px;min-height:auto;overflow:hidden;padding:2rem 0;position:relative}.blog-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.blog-hero-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;width:100%;z-index:2}.blog-hero-content{margin:0 auto;max-width:800px;text-align:center}.blog-hero-badge{animation:fadeInUp .8s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;padding:.75rem 1.5rem}.blog-hero-title{animation:fadeInUp .8s ease-out .2s both;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2;margin-bottom:1rem}.blog-hero-title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text}.blog-hero-subtitle{animation:fadeInUp .8s ease-out .4s both;color:#fff;font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:700px;opacity:1}.blog-hero-stats{animation:fadeInUp .8s ease-out .6s both;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.blog-stat-item{min-width:100px;text-align:center}.blog-stat-number{color:#fbbf24;display:block;font-size:clamp(1.5rem,4vw,2rem);font-weight:800;margin-bottom:.25rem}.blog-stat-label{font-size:clamp(.8rem,2vw,.9rem);font-weight:500;opacity:.9}.featured-section{background:#fff;padding:5rem 0}.featured-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin:0 auto;max-width:1200px;padding:0 1.5rem}.featured-post{background:#f9fafb;border-radius:16px;overflow:hidden;transition:all .3s ease}.featured-post:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-5px)}.post-image{height:250px;overflow:hidden;position:relative}.post-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.featured-post:hover .post-image img{transform:scale(1.05)}.post-overlay{align-items:flex-start;display:flex;justify-content:space-between;left:1rem;position:absolute;right:1rem;top:1rem}.post-category{align-items:center;background:#2c5530e6;border-radius:20px;color:#fff;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.5rem 1rem}.post-content{padding:2rem}.post-content h3{color:#111827;font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:1rem}.post-content p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.post-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.meta-item{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:.5rem}.meta-item i{color:#2c5530}.blog-main-section{background:linear-gradient(135deg,#f9fafb,#f3f4f6);padding:5rem 0}.blog-layout{grid-gap:3rem;display:grid!important;gap:3rem;grid-template-columns:300px 1fr!important;margin:0 auto;max-width:1200px;padding:0 1.5rem}.blog-sidebar{display:flex;flex-direction:column;gap:2rem;height:-webkit-fit-content!important;height:fit-content!important;overflow:visible!important;position:-webkit-sticky!important;position:sticky!important;top:100px!important;z-index:10}.sidebar-widget{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:2rem;transition:all .2s ease}.sidebar-widget:hover{box-shadow:0 4px 12px #0000001f}.sidebar-widget h3{align-items:center;color:#374151;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:.75rem}.sidebar-widget h3 i{color:#2c5530;font-size:1.1rem}.category-list{display:flex;flex-direction:column;gap:.5rem}.category-item{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;justify-content:space-between;padding:.75rem 1rem;text-align:left;transition:all .2s ease;width:100%}.category-item:hover{background:#f9fafb;border-color:#2c5530}.category-item.active{background:#2c5530;border-color:#2c5530;color:#fff}.category-item i{margin-right:.75rem;width:16px}.category-count{background:#0000001a;border-radius:12px;font-size:.75rem;font-weight:600;padding:.25rem .5rem}.category-item.active .category-count{background:#fff3}.newsletter-form{display:flex;flex-direction:column;gap:1rem}.newsletter-input{border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease}.newsletter-input:focus{border-color:#2c5530;box-shadow:0 0 0 3px #2c55301a;outline:none}.tag-cloud{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#f3f4f6;border-radius:20px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.tag:hover{background:#2c5530;color:#fff}.blog-main{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000001a;padding:2rem}.content-header{border-bottom:2px solid #f3f4f6;margin-bottom:2rem;padding-bottom:1rem}.content-header h2{color:#111827;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.content-header p{color:#6b7280;font-size:1rem}.posts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.blog-post{background:#f9fafb;border-radius:12px;overflow:hidden;transition:all .3s ease}.blog-post:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-3px)}.blog-post .post-image{height:200px}.blog-post .post-content{padding:1.5rem}.blog-post .post-content h3{font-size:1.125rem;margin-bottom:.75rem}.blog-post .post-content p{font-size:.875rem;margin-bottom:1rem}.blog-post .post-meta{margin-bottom:1rem}.blog-post .meta-item{font-size:.75rem}.resources-section{background:#fff;padding:5rem 0}.resources-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px;padding:0 1.5rem}.resource-card{background:#f9fafb;border-radius:16px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.resource-card:hover{background:#fff;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.resource-icon{align-items:center;background:linear-gradient(135deg,#2c5530,#4a7c59);border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.resource-icon i{color:#fff;font-size:2rem}.resource-card h3{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.resource-card p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.blog-cta{background:linear-gradient(135deg,#2c5530,#4a7c59);color:#fff;padding:5rem 0;text-align:center}@media (min-width:1025px){.blog-layout{height:calc(100vh - 150px);overflow:hidden}.blog-main{height:100%;overflow-y:auto}}@media (max-width:1024px){.blog-layout{display:flex!important;flex-direction:column!important;gap:2rem;grid-template-columns:none!important}.blog-sidebar{order:1;width:100%!important}.blog-main{order:2;width:100%!important}}@media (max-width:768px){.blog-hero{margin-top:74px;padding:1.5rem 0}.blog-hero-container{padding:0 1rem}.blog-hero-badge{font-size:.8rem;margin-bottom:1rem;padding:.5rem 1rem}.blog-hero-title{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:.75rem}.blog-hero-subtitle{font-size:.9rem;margin-bottom:1.5rem}.blog-hero-stats{gap:1.5rem}.blog-stat-item{min-width:80px}.blog-stat-number{font-size:clamp(1.3rem,3vw,1.8rem)}.blog-stat-label{font-size:.7rem}}@media (max-width:480px){.blog-hero{padding:1rem 0}.blog-hero-container{padding:0 .5rem}.blog-hero-badge{font-size:.7rem;padding:.4rem .8rem}.blog-hero-title{font-size:clamp(1.5rem,3vw,2rem)}.blog-hero-subtitle{font-size:.8rem;margin-bottom:1rem}.blog-hero-stats{gap:1rem}.blog-stat-item{min-width:70px}.blog-stat-number{font-size:clamp(1.1rem,2.5vw,1.5rem)}.blog-stat-label{font-size:.6rem}}.blog-modal-overlay{align-items:center;animation:fadeIn .3s ease-out;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:9999}.blog-modal{animation:slideInUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:900px;overflow-y:auto;width:100%}.modal-header{align-items:flex-start;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:2rem 2rem 1rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.modal-meta{flex:1 1}.modal-close{background:none;border:none;border-radius:8px;color:#6b7280;cursor:pointer;font-size:1.5rem;margin-left:1rem;padding:.5rem;transition:all .2s ease}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-content{padding:0 2rem 2rem}.modal-title{color:#111827;font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.blog-content,.modal-body{line-height:1.7}.blog-content{background:none;border:none;color:#374151;font-family:inherit;font-size:1rem;margin:0;overflow-wrap:break-word;padding:0;white-space:pre-wrap;width:100%}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.blog-layout{display:flex!important;flex-direction:column!important;gap:2rem;grid-template-columns:none!important;height:auto;overflow:visible}.blog-sidebar{order:1;overflow:visible!important;position:static!important;top:auto!important;width:100%!important}.blog-main{height:auto;order:2;overflow:visible;width:100%!important}.blog-hero{min-height:auto;padding:3rem 0}.blog-hero-container{padding:0 1rem}.blog-hero-content{max-width:100%}.blog-hero-badge{font-size:.8rem;margin-bottom:1.5rem;padding:.6rem 1.2rem}.blog-hero-title{font-size:clamp(2rem,6vw,2.5rem);margin-bottom:1rem}.blog-hero-subtitle{font-size:1rem;margin-bottom:2rem}.blog-hero-stats{gap:2rem}.blog-stat-item{min-width:100px}.blog-stat-number{font-size:2rem}.blog-stat-label{font-size:.8rem}.blog-modal-overlay{padding:1rem}.blog-modal{max-height:95vh}.modal-header{padding:1.5rem 1.5rem 1rem}.modal-content{padding:0 1.5rem 1.5rem}.modal-title{font-size:1.5rem}.featured-grid,.posts-grid,.resources-grid{gap:2rem;grid-template-columns:1fr;justify-items:center;margin:0 auto;max-width:100%;padding:0 1rem}.blog-post,.featured-post,.resource-card{max-width:100%;min-width:280px;width:100%}.blog-post .post-image,.featured-post .post-image{height:200px}.blog-post .post-content,.featured-post .post-content{padding:1.5rem}.blog-post .post-content h3,.featured-post .post-content h3{font-size:1.125rem;line-height:1.3}.blog-post .post-content p,.featured-post .post-content p{font-size:.9rem;line-height:1.5}.resource-card{padding:2rem 1.5rem}.resource-card h3{font-size:1.125rem}.resource-card p{font-size:.9rem}}@media (max-width:480px){.blog-hero{min-height:auto;padding:2rem 0}.blog-hero-container{padding:0 .75rem}.blog-hero-badge{font-size:.75rem;margin-bottom:1rem;padding:.5rem 1rem}.blog-hero-title{font-size:clamp(1.8rem,8vw,2.2rem);margin-bottom:.75rem}.blog-hero-subtitle{font-size:.9rem;line-height:1.5;margin-bottom:1.5rem}.blog-hero-stats{flex-direction:column;gap:1rem}.blog-stat-item{min-width:auto}.blog-stat-number{font-size:1.8rem}.blog-stat-label{font-size:.75rem}.featured-grid,.posts-grid,.resources-grid{gap:1.5rem;grid-template-columns:1fr;justify-items:center;margin:0 auto;max-width:100%;padding:0 .75rem}.blog-post,.featured-post,.resource-card{max-width:100%;min-width:250px;width:100%}.blog-post .post-image,.featured-post .post-image{height:180px}.blog-post .post-content,.featured-post .post-content{padding:1rem}.blog-post .post-content h3,.featured-post .post-content h3{font-size:1rem;line-height:1.3}.blog-post .post-content p,.featured-post .post-content p{font-size:.85rem;line-height:1.5}.resource-card{padding:1.5rem 1rem}.resource-card h3{font-size:1rem}.resource-card p{font-size:.85rem}}.testimonials-page{background:#fafafa;min-height:100vh}.testimonials-hero{align-items:center;background:linear-gradient(135deg,#2c5530,#4a7c59);color:#fff;display:flex;height:auto;justify-content:center;margin-top:74px;min-height:auto;overflow:hidden;padding:2rem 0;position:relative}.testimonials-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.testimonials-hero-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;width:100%;z-index:2}.testimonials-hero-content{margin:0 auto;max-width:800px;text-align:center}.testimonials-hero-badge{animation:fadeInUp .8s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;padding:.75rem 1.5rem}.testimonials-hero-title{animation:fadeInUp .8s ease-out .2s both;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2;margin-bottom:1rem}.testimonials-hero-title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text}.testimonials-hero-subtitle{animation:fadeInUp .8s ease-out .4s both;color:#fff;font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:700px;opacity:1}.testimonials-hero-stats{animation:fadeInUp .8s ease-out .6s both;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.testimonials-stat-item{min-width:100px;text-align:center}.testimonials-stat-number{color:#fbbf24;display:block;font-size:clamp(1.5rem,4vw,2rem);font-weight:800;margin-bottom:.25rem}.testimonials-stat-label{font-size:clamp(.8rem,2vw,.9rem);font-weight:500;opacity:.9}.stats-section{background:#fff;padding:5rem 0}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px;padding:0 1.5rem}.stat-card{background:#f9fafb;border-radius:16px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.stat-card:hover{background:#fff;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.stat-icon{align-items:center;background:linear-gradient(135deg,#2c5530,#4a7c59);border-radius:50%;display:flex;height:60px;justify-content:center;margin:0 auto 1rem;width:60px}.stat-icon i{color:#fff;font-size:1.5rem}.stat-number{color:#2c5530;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#6b7280;font-size:1rem;margin-bottom:1rem}.stat-stars{display:flex;gap:.25rem;justify-content:center}.stat-stars i{color:#fbbf24;font-size:1rem}.testimonials-section{background:linear-gradient(135deg,#f9fafb,#f3f4f6);padding:5rem 0}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px;padding:0 1.5rem}.testimonial-card{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000001a;padding:2.5rem 2rem;transition:all .3s ease}.testimonial-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-5px)}.testimonial-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem}.testimonial-rating{display:flex;gap:.25rem}.testimonial-rating i{color:#fbbf24;font-size:1rem}.testimonial-rating i.empty{color:#e5e7eb}.testimonial-meta{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem}.testimonial-date{color:#6b7280;font-size:.875rem}.verified-badge{align-items:center;color:#059669;display:flex;font-size:.75rem;font-weight:600;gap:.25rem}.verified-badge i{font-size:.875rem}.testimonial-content{margin-bottom:2rem}.testimonial-content p{color:#374151;font-size:1.125rem;font-style:italic;line-height:1.6}.testimonial-author{align-items:center;display:flex;gap:1rem}.author-avatar{align-items:center;background:linear-gradient(135deg,#2c5530,#4a7c59);border-radius:50%;color:#fff;display:flex;font-size:1.25rem;font-weight:600;height:60px;justify-content:center;width:60px}.author-info h4{color:#111827;font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.author-role{color:#6b7280;font-size:.875rem}.trust-section{background:#fff;padding:5rem 0}.trust-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px;padding:0 1.5rem}.trust-item{padding:2rem;text-align:center}.trust-icon{align-items:center;background:linear-gradient(135deg,#2c5530,#4a7c59);border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.trust-icon i{color:#fff;font-size:2rem}.trust-item h3{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.trust-item p{color:#6b7280;line-height:1.6}.testimonials-cta{background:linear-gradient(135deg,#2c5530,#4a7c59);color:#fff;padding:5rem 0;text-align:center}@media (max-width:768px){.testimonials-hero{margin-top:74px;padding:1.5rem 0}.testimonials-hero-container{padding:0 1rem}.testimonials-hero-badge{font-size:.8rem;margin-bottom:1rem;padding:.5rem 1rem}.testimonials-hero-title{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:.75rem}.testimonials-hero-subtitle{font-size:.9rem;margin-bottom:1.5rem}.testimonials-hero-stats{gap:1.5rem}.testimonials-stat-item{min-width:80px}.testimonials-stat-number{font-size:clamp(1.3rem,3vw,1.8rem)}.testimonials-stat-label{font-size:.7rem}.testimonials-section{padding:3rem 0}.testimonials-grid{gap:2rem;grid-template-columns:1fr;justify-items:center;margin:0 auto;max-width:100%;padding:0 1rem}.testimonial-card{max-width:100%;min-width:280px;padding:2rem 1.5rem;width:100%}.testimonial-content p{font-size:1rem;line-height:1.5}.testimonial-author{gap:.75rem}.author-avatar{height:50px;width:50px}.author-info h4{font-size:1rem}.author-info p{font-size:.875rem}}@media (max-width:480px){.testimonials-hero{padding:1rem 0}.testimonials-hero-container{padding:0 .5rem}.testimonials-hero-badge{font-size:.7rem;padding:.4rem .8rem}.testimonials-hero-title{font-size:clamp(1.5rem,3vw,2rem)}.testimonials-hero-subtitle{font-size:.8rem;margin-bottom:1rem}.testimonials-hero-stats{gap:1rem}.testimonials-stat-item{min-width:70px}.testimonials-stat-number{font-size:clamp(1.1rem,2.5vw,1.5rem)}.testimonials-stat-label{font-size:.6rem}.testimonials-section{padding:2rem 0}.testimonials-grid{gap:1.5rem;grid-template-columns:1fr;justify-items:center;margin:0 auto;max-width:100%;padding:0 .75rem}.testimonial-card{max-width:100%;min-width:250px;padding:1.5rem 1rem;width:100%}.testimonial-content p{font-size:.9rem;line-height:1.5}.testimonial-author{gap:.5rem}.author-avatar{height:45px;width:45px}.author-info h4{font-size:.9rem}.author-info p{font-size:.8rem}}.bulk-orders-page{background:#fafafa;min-height:100vh}.bulk-hero{align-items:center;background:linear-gradient(135deg,#2c5530,#4a7c59);color:#fff;display:flex;height:auto;justify-content:center;margin-top:74px;min-height:auto;overflow:hidden;padding:2rem 0;position:relative}.bulk-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.bulk-hero-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;width:100%;z-index:2}.bulk-hero-content{margin:0 auto;max-width:800px;text-align:center}.bulk-hero-badge{animation:fadeInUp .8s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;padding:.75rem 1.5rem}.bulk-hero-title{animation:fadeInUp .8s ease-out .2s both;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2;margin-bottom:1rem}.bulk-hero-title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text}.bulk-hero-subtitle{animation:fadeInUp .8s ease-out .4s both;font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:700px;opacity:.9}.bulk-hero-stats{animation:fadeInUp .8s ease-out .6s both;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.bulk-stat-item{min-width:100px;text-align:center}.bulk-stat-number{color:#fbbf24;display:block;font-size:clamp(1.5rem,4vw,2rem);font-weight:800;margin-bottom:.25rem}.bulk-stat-label{font-size:clamp(.8rem,2vw,.9rem);font-weight:500;opacity:.9}.benefits-section{background:#fff;padding:5rem 0}.benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px;padding:0 1.5rem}.benefit-card{background:#f9fafb;border-radius:16px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.benefit-card:hover{background:#fff;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.benefit-icon{align-items:center;background:linear-gradient(135deg,#2c5530,#4a7c59);border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.benefit-icon i{color:#fff;font-size:2rem}.benefit-card h3{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.benefit-card p{color:#6b7280;line-height:1.6}.products-section{background:linear-gradient(135deg,#f9fafb,#f3f4f6);padding:5rem 0}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px;padding:0 1.5rem}.product-card{align-items:flex-start;background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000001a;display:flex;gap:1.5rem;padding:2rem;transition:all .3s ease}.product-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-5px)}.product-icon{align-items:center;background:linear-gradient(135deg,#2c5530,#4a7c59);border-radius:50%;display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}.product-icon i{color:#fff;font-size:1.5rem}.product-content{flex:1 1}.product-content h3{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.product-description{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.product-details{display:flex;flex-direction:column;gap:.75rem}.detail-item{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:.5rem 0}.detail-item:last-child{border-bottom:none}.detail-label{color:#374151}.detail-label,.detail-value{font-size:.875rem;font-weight:600}.detail-value{color:#2c5530}.form-section{background:#fff;padding:5rem 0}.form-layout{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 1.5rem}.form-info h2{color:#111827;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;margin-bottom:1rem}.form-info>p{color:#6b7280;font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.contact-info{background:#f9fafb;border-radius:16px;margin-top:2rem;padding:2rem}.contact-info h3{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.contact-info>p{color:#6b7280;margin-bottom:1.5rem}.contact-methods{display:flex;flex-direction:column;gap:1rem}.contact-method{align-items:center;background:#fff;border:2px solid #0000;border-radius:12px;display:flex;gap:1rem;padding:1rem;text-decoration:none;transition:all .3s ease}.contact-method:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-2px)}.contact-method.whatsapp{border-color:#25d366}.contact-method.phone{border-color:#2c5530}.contact-method i{font-size:1.5rem;text-align:center;width:40px}.contact-method.whatsapp i{color:#25d366}.contact-method.phone i{color:#2c5530}.contact-method h4{color:#111827;font-size:1rem;font-weight:600;margin-bottom:.25rem}.contact-method p{color:#6b7280;font-size:.875rem;margin:0}.bulk-form{background:#f9fafb;border-radius:16px;box-shadow:0 10px 30px #0000001a;padding:2.5rem}.form-row{grid-gap:1rem;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.form-group label{color:#111827}.form-group input,.form-group select,.form-group textarea{border-radius:8px;padding:.75rem 1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{box-shadow:0 0 0 3px #2c55301a}.form-group textarea{min-height:120px;resize:vertical}.bulk-cta{background:linear-gradient(135deg,#2c5530,#4a7c59);color:#fff;padding:5rem 0;text-align:center}.cta-content h2{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.125rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@media (max-width:1024px){.form-layout{gap:2rem;grid-template-columns:1fr}.form-info{order:2}.bulk-form{order:1}}@media (max-width:768px){.bulk-hero{margin-top:74px;padding:1.5rem 0}.bulk-hero-container{padding:0 1rem}.bulk-hero-badge{font-size:.8rem;margin-bottom:1rem;padding:.5rem 1rem}.bulk-hero-title{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:.75rem}.bulk-hero-subtitle{font-size:.9rem;margin-bottom:1.5rem}.bulk-hero-stats{gap:1.5rem}.bulk-stat-item{min-width:80px}.bulk-stat-number{font-size:clamp(1.3rem,3vw,1.8rem)}.bulk-stat-label{font-size:.7rem}}@media (max-width:480px){.bulk-hero{padding:1rem 0}.bulk-hero-container{padding:0 .5rem}.bulk-hero-badge{font-size:.7rem;padding:.4rem .8rem}.bulk-hero-title{font-size:clamp(1.5rem,3vw,2rem)}.bulk-hero-subtitle{font-size:.8rem;margin-bottom:1rem}.bulk-hero-stats{gap:1rem}.bulk-stat-item{min-width:70px}.bulk-stat-number{font-size:clamp(1.1rem,2.5vw,1.5rem)}.bulk-stat-label{font-size:.6rem}}.toast-notification{animation:slideInRight .3s ease-out;position:fixed;right:20px;top:20px;z-index:9999}.toast-notification.success{background:linear-gradient(135deg,#10b981,#059669);border-left:4px solid #047857;color:#fff}.toast-notification.error{background:linear-gradient(135deg,#ef4444,#dc2626);border-left:4px solid #b91c1c;color:#fff}.toast-content{align-items:center;border-radius:8px;box-shadow:0 10px 25px #00000026;display:flex;gap:.75rem;max-width:400px;min-width:300px;padding:1rem 1.5rem}.toast-content i{flex-shrink:0;font-size:1.25rem}.toast-content span{font-size:.9rem;font-weight:500}@media (max-width:480px){.toast-notification{left:10px;right:10px;top:10px}.toast-content{max-width:none;min-width:auto;padding:.875rem 1.25rem}}:root{--primary-color:#2c5530;--primary-light:#4a7c59;--primary-dark:#1e3a22;--secondary-color:#fbbf24;--secondary-light:#fde68a;--success-color:#10b981;--warning-color:#f59e0b;--error-color:#ef4444;--text-dark:#1f2937;--text-light:#6b7280;--text-muted:#9ca3af;--bg-white:#fff;--bg-light:#f9fafb;--bg-gray:#f3f4f6;--bg-dark:#111827;--border-color:#e5e7eb;--border-light:#f3f4f6;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--radius-sm:0.25rem;--radius-md:0.375rem;--radius-lg:0.5rem;--radius-xl:0.75rem;--radius-2xl:1rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--shadow-2xl:0 25px 50px -12px #00000040;--shadow-inner:inset 0 2px 4px 0 #0000000f;--transition-fast:0.15s ease;--transition-normal:0.3s ease;--transition-slow:0.5s ease;--transition-bounce:0.3s cubic-bezier(0.68,-0.55,0.265,1.55)}*{margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--bg-white);color:#1f2937;color:var(--text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;max-width:100%;overflow-x:hidden;width:100%}*{box-sizing:border-box}#root,body,html{max-width:100%;overflow-x:hidden;width:100%}h1,h2,h3,h4,h5,h6{color:#1f2937;color:var(--text-dark);font-weight:700;line-height:1.2;margin-bottom:1rem;margin-bottom:var(--spacing-md)}h1{font-size:clamp(2rem,5vw,3rem);font-size:clamp(2rem,5vw,var(--font-size-5xl))}h2{font-size:clamp(1.5rem,4vw,2.25rem);font-size:clamp(1.5rem,4vw,var(--font-size-4xl))}h3{font-size:clamp(1.25rem,3vw,1.875rem);font-size:clamp(1.25rem,3vw,var(--font-size-3xl))}h4{font-size:clamp(1.125rem,2.5vw,1.5rem);font-size:clamp(1.125rem,2.5vw,var(--font-size-2xl))}h5{font-size:clamp(1rem,2vw,1.25rem);font-size:clamp(1rem,2vw,var(--font-size-xl))}h6{font-size:clamp(.875rem,1.8vw,1.125rem);font-size:clamp(.875rem,1.8vw,var(--font-size-lg))}p{color:#6b7280;color:var(--text-light);line-height:1.7;margin-bottom:1rem;margin-bottom:var(--spacing-md)}a{color:#2c5530;color:var(--primary-color);text-decoration:none;transition:color .15s ease;transition:color var(--transition-fast)}a:hover{color:#4a7c59;color:var(--primary-light)}.container{margin:0 auto;max-width:1200px;padding:0 1rem;padding:0 var(--spacing-md);width:100%}.btn{align-items:center;border:none;border-radius:.5rem;border-radius:var(--radius-lg);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);cursor:pointer;display:inline-flex;font-size:1rem;font-size:var(--font-size-base);font-weight:600;gap:.5rem;gap:var(--spacing-sm);justify-content:center;min-height:44px;overflow:hidden;padding:1rem 2rem;padding:var(--spacing-md) var(--spacing-xl);position:relative;text-decoration:none;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);transition:all var(--transition-bounce);white-space:nowrap}.btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;transition:left var(--transition-slow);width:100%}.btn:hover:before{left:100%}.btn:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.btn-primary{background:linear-gradient(135deg,#2c5530,#4a7c59);background:linear-gradient(135deg,var(--primary-color),var(--primary-light));box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);color:#fff;color:var(--bg-white)}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#4a7c59,#2c5530);background:linear-gradient(135deg,var(--primary-light),var(--primary-color));box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{background:linear-gradient(135deg,#fbbf24,#fde68a);background:linear-gradient(135deg,var(--secondary-color),var(--secondary-light));box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);color:#1f2937;color:var(--text-dark)}.btn-secondary:hover:not(:disabled){background:linear-gradient(135deg,#fde68a,#fbbf24);background:linear-gradient(135deg,var(--secondary-light),var(--secondary-color));box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-outline{background:#0000;border:2px solid #2c5530;border:2px solid var(--primary-color);box-shadow:none;color:#2c5530;color:var(--primary-color)}.btn-outline:hover:not(:disabled){background:#2c5530;background:var(--primary-color);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);color:#fff;color:var(--bg-white);transform:translateY(-2px)}.cta-section .btn-outline,.hero-section .btn-outline{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-color:#fff;color:#fff}.cta-section .btn-outline:hover:not(:disabled),.hero-section .btn-outline:hover:not(:disabled){background:#fff;border-color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);color:#2c5530;color:var(--primary-color);transform:translateY(-2px)}.btn-whatsapp{background:linear-gradient(135deg,#25d366,#128c7e);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);color:#fff;color:var(--bg-white)}.btn-whatsapp:hover:not(:disabled){background:linear-gradient(135deg,#128c7e,#25d366);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-lg{font-size:1.125rem;font-size:var(--font-size-lg);min-height:52px;padding:1.5rem 3rem;padding:var(--spacing-lg) var(--spacing-2xl)}.btn-sm{font-size:.875rem;font-size:var(--font-size-sm);min-height:36px;padding:.5rem 1.5rem;padding:var(--spacing-sm) var(--spacing-lg)}.btn-block{justify-content:center;width:100%}.section-title{color:#1f2937;color:var(--text-dark);font-size:clamp(1.5rem,4vw,2.25rem);font-size:clamp(1.5rem,4vw,var(--font-size-4xl));font-weight:800;margin-bottom:1.5rem;margin-bottom:var(--spacing-lg);position:relative;text-align:center}.section-title:after{background:linear-gradient(90deg,#2c5530,#fbbf24);background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:9999px;border-radius:var(--radius-full);bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.page-header{background:linear-gradient(135deg,#2c5530,#4a7c59);background:linear-gradient(135deg,var(--primary-color),var(--primary-light));color:#fff;color:var(--bg-white);margin-bottom:4rem;margin-bottom:var(--spacing-3xl);overflow:hidden;padding:6rem 0;padding:var(--spacing-4xl) 0;position:relative;text-align:center}.page-header:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.page-header h1{color:#fff;color:var(--bg-white);margin-bottom:1rem;margin-bottom:var(--spacing-md);position:relative;z-index:2}.page-header p{color:#ffffffe6;font-size:1.125rem;font-size:var(--font-size-lg);margin:0 auto;max-width:600px;position:relative;z-index:2}.grid{grid-gap:2rem;grid-gap:var(--spacing-xl);display:grid;gap:2rem;gap:var(--spacing-xl)}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.form-group{margin-bottom:1.5rem;margin-bottom:var(--spacing-lg)}.form-group label{color:#1f2937;color:var(--text-dark);display:block;font-size:.875rem;font-size:var(--font-size-sm);font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;margin-bottom:var(--spacing-sm);text-transform:uppercase}.form-group input,.form-group select,.form-group textarea{background:#fff;background:var(--bg-white);border:2px solid #e5e7eb;border:2px solid var(--border-color);border-radius:.5rem;border-radius:var(--radius-lg);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);color:#1f2937;color:var(--text-dark);font-size:1rem;font-size:var(--font-size-base);padding:1rem;padding:var(--spacing-md);transition:all .15s ease;transition:all var(--transition-fast);width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2c5530;border-color:var(--primary-color);box-shadow:0 0 0 3px #2c55301a,0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:0 0 0 3px #2c55301a,var(--shadow-md);outline:none;transform:translateY(-1px)}.form-group input:hover,.form-group select:hover,.form-group textarea:hover{border-color:#4a7c59;border-color:var(--primary-light)}.form-row{grid-gap:1.5rem;grid-gap:var(--spacing-lg);display:grid;gap:1.5rem;gap:var(--spacing-lg);grid-template-columns:1fr}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.5rem;margin-bottom:var(--spacing-sm)}.mb-2{margin-bottom:1rem;margin-bottom:var(--spacing-md)}.mb-3{margin-bottom:1.5rem;margin-bottom:var(--spacing-lg)}.mb-4{margin-bottom:2rem;margin-bottom:var(--spacing-xl)}.mt-0{margin-top:0}.mt-1{margin-top:.5rem;margin-top:var(--spacing-sm)}.mt-2{margin-top:1rem;margin-top:var(--spacing-md)}.mt-3{margin-top:1.5rem;margin-top:var(--spacing-lg)}.mt-4{margin-top:2rem;margin-top:var(--spacing-xl)}.p-0{padding:0}.p-1{padding:.5rem;padding:var(--spacing-sm)}.p-2{padding:1rem;padding:var(--spacing-md)}.p-3{padding:1.5rem;padding:var(--spacing-lg)}.p-4{padding:2rem;padding:var(--spacing-xl)}.d-none{display:none}.d-block{display:block}.d-flex{display:flex}.d-grid{display:grid}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.align-center{align-items:center}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.w-full{width:100%}.h-full{height:100%}@media (min-width:640px){.container{padding:0 1.5rem;padding:0 var(--spacing-lg)}.form-row{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.container{padding:0 2rem;padding:0 var(--spacing-xl)}}@media (min-width:1024px){.container{padding:0 3rem;padding:0 var(--spacing-2xl)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.fade-in{animation:fadeIn .6s ease-out}.slide-in-left{animation:slideInLeft .6s ease-out}.slide-in-right{animation:slideInRight .6s ease-out}.scale-in{animation:scaleIn .6s ease-out}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline:2px solid #2c5530;outline:2px solid var(--primary-color);outline-offset:2px}.loading{align-items:center;display:flex;justify-content:center;padding:4rem;padding:var(--spacing-3xl)}.spinner{animation:spin 1s linear infinite;border:4px solid #e5e7eb;border-top:4px solid #2c5530;border:4px solid var(--border-color);border-radius:50%;border-top-color:var(--primary-color);height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.card{background:#fff;background:var(--bg-white);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:.75rem;border-radius:var(--radius-xl);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);overflow:hidden;padding:2rem;padding:var(--spacing-xl);position:relative;transition:all .3s ease;transition:all var(--transition-normal)}.card:before{background:linear-gradient(90deg,#2c5530,#fbbf24);background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));content:"";height:4px;left:0;position:absolute;right:0;top:0}.card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--shadow-xl);transform:translateY(-4px)}.badge{align-items:center;border-radius:9999px;border-radius:var(--radius-full);display:inline-flex;font-size:.75rem;font-size:var(--font-size-xs);font-weight:600;letter-spacing:.5px;padding:.25rem .5rem;padding:var(--spacing-xs) var(--spacing-sm);text-transform:uppercase}.badge-primary{background:#2c5530;background:var(--primary-color);color:#fff;color:var(--bg-white)}.badge-secondary{background:#fbbf24;background:var(--secondary-color);color:#1f2937;color:var(--text-dark)}.badge-success{background:#10b981;background:var(--success-color)}.badge-success,.badge-warning{color:#fff;color:var(--bg-white)}.badge-warning{background:#f59e0b;background:var(--warning-color)}.badge-error{background:#ef4444;background:var(--error-color);color:#fff;color:var(--bg-white)}
/*# sourceMappingURL=main.450aa005.css.map*/