:root{--primary-green: #1B7B3A;--secondary-green: #155F2E;--light-green: #2A8F4A;--primary-gold: #B8860B;--secondary-gold: #996F09;--light-gold: #E6D16A;--white: #ffffff;--light-gray: #f5f5f5;--dark-gray: #333333;--text-dark: #2c3e50}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-dark);overflow-x:hidden}.container{max-width:1400px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:20px;color:var(--primary-green)}.section-subtitle{font-size:1.2rem;text-align:center;margin-bottom:50px;color:var(--dark-gray);max-width:600px;margin-left:auto;margin-right:auto}.btn-primary{background:linear-gradient(135deg,var(--primary-green),var(--secondary-green));color:var(--white);padding:12px 30px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2d7a2d4d}.btn-secondary{background:linear-gradient(135deg,var(--primary-gold),var(--secondary-gold));color:var(--white);padding:12px 30px;border:2px solid transparent;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #d4af374d}.card{background:var(--white);border-radius:12px;padding:30px;box-shadow:0 5px 20px #0000001a;transition:all .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}@media (max-width: 768px){.section{padding:60px 0}.section-title{font-size:2rem}.container{padding:0 15px}}@media (max-width: 480px){.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(45,122,45,.1);z-index:1000;transition:all .3s ease}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 0}.logo{display:flex;align-items:center;gap:1rem}.logo-image{height:70px;width:auto;max-width:200px}.logo-text h2{color:var(--primary-green);font-size:1.5rem;font-weight:700;margin-bottom:2px}.logo-text span{color:var(--primary-gold);font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:1px}.nav{display:flex;gap:2rem;align-items:center}.nav a,.nav-link{color:var(--text-dark);text-decoration:none;font-weight:500;transition:all .3s ease;position:relative;padding:.5rem 1rem;background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit}.nav a:hover,.nav-link:hover{color:var(--primary-green)}.nav a:after,.nav-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(135deg,var(--primary-green),var(--primary-gold));transition:all .3s ease;transform:translate(-50%)}.nav a:hover:after,.nav-link:hover:after{width:80%}.menu-toggle{display:none;background:none;border:none;font-size:1.5rem;color:var(--primary-green);cursor:pointer;padding:.5rem}@media (max-width: 768px){.menu-toggle{display:block}.logo-image{height:60px}.logo-text h2{font-size:1.3rem}.logo-text span{font-size:.7rem}.nav{position:absolute;top:100%;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;padding:1rem 0;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;border-bottom:1px solid rgba(45,122,45,.1)}.nav-open{transform:translateY(0);opacity:1;visibility:visible}.nav a,.nav-link{padding:.75rem 1rem;width:100%;text-align:center}}@media (max-width: 480px){.logo-image{height:50px}.logo{gap:.7rem}.logo-text h2{font-size:1.1rem}.logo-text span{font-size:.6rem}}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#f8fdf8,#fff)}.hero-background{position:absolute;inset:0;z-index:1}.hero-pattern{position:absolute;top:0;right:-20%;width:60%;height:100%;background:linear-gradient(135deg,#2d7a2d0d,#d4af370d);transform:skew(-15deg);border-radius:50px}.hero-pattern:before{content:"";position:absolute;top:20%;left:20%;width:100px;height:100px;background:linear-gradient(45deg,var(--primary-green),var(--primary-gold));border-radius:50%;opacity:.1;animation:float 6s ease-in-out infinite}.hero-pattern:after{content:"";position:absolute;bottom:30%;right:30%;width:60px;height:60px;background:linear-gradient(45deg,var(--primary-gold),var(--primary-green));border-radius:50%;opacity:.1;animation:float 4s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.hero-content{position:relative;z-index:2;display:grid!important;grid-template-columns:2fr 1fr!important;gap:3rem;align-items:center;width:100%}.hero-text h1{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:var(--text-dark)}.hero-text .highlight{background:linear-gradient(135deg,var(--primary-green),var(--primary-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;color:var(--dark-gray);max-width:90%}.hero-actions{display:flex;gap:1.5rem;align-items:center}.hero-actions .btn-primary,.hero-actions .btn-secondary{display:flex;align-items:center;gap:.5rem;font-weight:600;padding:15px 25px}.hero-stats{display:flex;flex-direction:column;gap:2rem;padding:2rem;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(45,122,45,.1)}.stat-item{text-align:center;padding:1rem}.stat-item h3{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,var(--primary-green),var(--primary-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-item p{color:var(--dark-gray);font-weight:500;font-size:.9rem}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--primary-green);font-size:.9rem;font-weight:500}.scroll-dot{width:8px;height:8px;border:2px solid var(--primary-green);border-radius:50%;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-text h1{font-size:2.5rem}.hero-description{font-size:1.1rem;max-width:100%}.hero-actions{justify-content:center;flex-wrap:wrap}.hero-stats{flex-direction:row;justify-content:space-around;padding:1.5rem}.stat-item h3{font-size:2rem}.hero-pattern{right:-40%;width:80%}}@media (max-width: 480px){.hero-text h1{font-size:2rem}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn-primary,.hero-actions .btn-secondary{width:100%;justify-content:center}.hero-stats{flex-direction:column;gap:1rem}}.products{background:linear-gradient(135deg,#f8fdf8,#fff,#fffef8);position:relative;overflow:hidden}.products:before{content:"";position:absolute;top:0;left:-10%;width:120%;height:100px;background:linear-gradient(135deg,#2d7a2d0d,#d4af370d);transform:skewY(-1deg);z-index:1}.products .container{position:relative;z-index:2}.products-grid{display:flex;flex-direction:column;gap:3rem;margin-bottom:4rem}.product-card{display:grid;grid-template-columns:400px 1fr;gap:2.5rem;align-items:center;background:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}.product-card:hover{box-shadow:0 20px 40px #00000026}.card-right{grid-template-columns:1fr 400px}.card-right .product-image{order:2}.card-right .product-content{order:1;padding-left:2.5rem;padding-right:1.5rem}.product-image{position:relative;height:280px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-overlay{position:absolute;top:20px;right:20px;background:linear-gradient(135deg,var(--primary-green),var(--primary-gold));color:var(--white);padding:8px 16px;border-radius:20px;font-weight:700;font-size:.9rem}.product-content{padding:2.5rem 2.5rem 2.5rem 1.5rem}.product-content h3{font-size:1.8rem;font-weight:700;color:var(--primary-green);margin-bottom:1rem}.product-description{font-size:1rem;line-height:1.6;color:var(--dark-gray);margin-bottom:.75rem!important}.product-features{margin-bottom:.75rem!important;padding:0!important}.product-features h4{font-size:1rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.product-features ul{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.product-features li{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--dark-gray)}.check-icon{color:var(--primary-green);font-size:1rem;flex-shrink:0}.best-for{background:linear-gradient(135deg,#2d7a2d0d,#d4af370d);padding:1rem;border-radius:10px;margin-bottom:.75rem!important;border-left:4px solid var(--primary-gold);font-size:.9rem;line-height:1.4}.best-for strong{color:var(--primary-green)}.product-btn{background:linear-gradient(135deg,var(--primary-gold),var(--secondary-gold));color:var(--white);border:none;padding:12px 24px;border-radius:8px;font-weight:600;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease}.product-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #d4af374d}.products-cta{text-align:center;background:linear-gradient(135deg,var(--primary-green),var(--secondary-green));color:var(--white);padding:3rem 2rem;border-radius:20px;position:relative;overflow:hidden}.products-cta:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(212,175,55,.1) 0%,transparent 70%);animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1) rotate(0)}50%{transform:scale(1.1) rotate(180deg)}}.products-cta h3{font-size:2rem;margin-bottom:1rem;position:relative;z-index:2}.products-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto;position:relative;z-index:2}.products-cta .btn-primary{background:var(--white);color:var(--primary-green);position:relative;z-index:2}.products-cta .btn-primary:hover{background:var(--light-gray);color:var(--secondary-green)}@media (max-width: 768px){.product-card,.card-right{grid-template-columns:1fr;gap:0}.product-image{height:200px}.card-right .product-image{order:1}.card-right .product-content{order:2;padding:2rem 1.5rem}.product-content{padding:2rem 1.5rem}.product-content h3{font-size:1.5rem}.product-features ul{grid-template-columns:1fr}.products-cta{padding:2rem 1rem}.products-cta h3{font-size:1.5rem}}@media (max-width: 480px){.products-grid{gap:2rem}.product-card{margin:0 -10px;border-radius:15px}.product-content{padding:1.5rem 1rem}.product-content h3{font-size:1.3rem}}.about{background:var(--white);position:relative}.about:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(135deg,#2d7a2d05,#d4af3705);z-index:1}.about .container{position:relative;z-index:2}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;align-items:start}.about-story{padding-right:2rem}.story-text h3{font-size:2rem;font-weight:700;color:var(--primary-green);margin-bottom:1.5rem;position:relative}.story-text h3:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:3px;background:linear-gradient(135deg,var(--primary-green),var(--primary-gold));border-radius:2px}.story-text p{font-size:1.1rem;line-height:1.7;color:var(--dark-gray);margin-bottom:1.5rem}.about-philosophy{padding-left:2rem}.philosophy-card{background:linear-gradient(135deg,var(--primary-green),var(--secondary-green));color:var(--white);padding:2.5rem;border-radius:20px;position:relative;overflow:hidden}.philosophy-card:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(212,175,55,.1) 0%,transparent 70%);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.philosophy-card h3{font-size:1.5rem;margin-bottom:1rem;position:relative;z-index:2}.philosophy-card blockquote{font-size:1.3rem;font-style:italic;line-height:1.5;margin-bottom:1.5rem;position:relative;z-index:2;border-left:4px solid var(--primary-gold);padding-left:1.5rem}.philosophy-details{position:relative;z-index:2}.philosophy-details p{font-size:1rem;line-height:1.6;opacity:.9}.achievements-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem}.achievement-card{text-align:center;background:var(--white);padding:2rem 1.5rem;border-radius:15px;box-shadow:0 5px 20px #00000014;transition:all .3s ease;border:1px solid rgba(45,122,45,.1)}.achievement-card:hover{box-shadow:0 15px 40px #00000026;border-color:var(--primary-gold)}.achievement-icon{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,var(--primary-green),var(--primary-gold));border-radius:50%;color:var(--white);font-size:1.5rem;margin-bottom:1rem}.achievement-card h4{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,var(--primary-green),var(--primary-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.achievement-card h5{font-size:1.1rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.achievement-card p{font-size:.9rem;color:var(--dark-gray);line-height:1.4}.values-section{text-align:center}.values-section h3{font-size:2rem;font-weight:700;color:var(--primary-green);margin-bottom:2.5rem}.values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.value-card{background:linear-gradient(135deg,#2d7a2d0d,#d4af370d);padding:2rem;border-radius:15px;text-align:left;border:1px solid rgba(45,122,45,.1);transition:all .3s ease}.value-card:hover{background:linear-gradient(135deg,#2d7a2d14,#d4af3714);border-color:var(--primary-gold)}.value-card h4{font-size:1.2rem;font-weight:600;color:var(--primary-green);margin-bottom:1rem}.value-card p{font-size:1rem;line-height:1.6;color:var(--dark-gray)}@media (max-width: 768px){.about-content{grid-template-columns:1fr;gap:3rem}.about-story{padding-right:0}.about-philosophy{padding-left:0}.achievements-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.values-grid{grid-template-columns:1fr;gap:1.5rem}.story-text h3{font-size:1.7rem}.philosophy-card{padding:2rem}.philosophy-card blockquote{font-size:1.1rem}}@media (max-width: 480px){.achievements-grid{grid-template-columns:1fr;gap:1rem}.achievement-card{padding:1.5rem 1rem}.achievement-card h4{font-size:2rem}.story-text h3{font-size:1.5rem}.story-text p{font-size:1rem}.philosophy-card{padding:1.5rem}.philosophy-card blockquote{font-size:1rem}.values-section h3{font-size:1.7rem}}.team{background:linear-gradient(135deg,#f8fdf8,#fff,#fffef8);position:relative;overflow:hidden}.team:before{content:"";position:absolute;top:0;left:-20%;width:140%;height:200px;background:linear-gradient(135deg,#2d7a2d08,#d4af3708);transform:skewY(2deg);z-index:1}.team .container{position:relative;z-index:2}.team-intro{margin-bottom:4rem}.intro-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:center}.intro-text h3{font-size:2rem;font-weight:700;color:var(--primary-green);margin-bottom:1.5rem;position:relative}.intro-text h3:after{content:"";position:absolute;bottom:-8px;left:0;width:80px;height:3px;background:linear-gradient(135deg,var(--primary-green),var(--primary-gold));border-radius:2px}.intro-text p{font-size:1.1rem;line-height:1.7;color:var(--dark-gray);margin-bottom:1.5rem}.intro-visual{position:relative;display:flex;align-items:center;justify-content:center;height:300px}.team-icon-large{width:120px;height:120px;background:linear-gradient(135deg,var(--primary-green),var(--primary-gold));border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:3rem;position:relative;z-index:3}.floating-elements{position:absolute;inset:0}.element{position:absolute;border-radius:50%;background:linear-gradient(135deg,#2d7a2d1a,#d4af371a)}.element-1{width:60px;height:60px;top:20%;left:10%;animation:float 6s ease-in-out infinite}.element-2{width:40px;height:40px;top:60%;right:20%;animation:float 4s ease-in-out infinite reverse}.element-3{width:80px;height:80px;bottom:15%;left:20%;animation:float 8s ease-in-out infinite}.team-groups{margin-bottom:4rem}.team-group{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:3rem;padding:3rem 2rem;background:var(--white);border-radius:20px;box-shadow:0 10px 30px #0000000d;transition:all .3s ease}.team-group:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.group-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--primary-green),var(--primary-gold));border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:2rem;margin-bottom:1.5rem;box-shadow:0 8px 25px #1b7b3a33}.group-content{display:flex;flex-direction:column;align-items:center;text-align:center}.group-content h3{font-size:1.8rem;font-weight:700;color:var(--primary-green);margin-bottom:1rem}.group-description{font-size:1.1rem;font-weight:600;color:var(--primary-gold);margin-bottom:1rem}.group-details{font-size:1rem;line-height:1.6;color:var(--dark-gray)}.team-principles{margin-bottom:4rem;text-align:center}.team-principles h3{font-size:2rem;font-weight:700;color:var(--primary-green);margin-bottom:2.5rem}.principles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.principle-item{background:linear-gradient(135deg,#2d7a2d0d,#d4af370d);padding:2rem 1.5rem;border-radius:15px;text-align:center;border:1px solid rgba(45,122,45,.1);transition:all .3s ease;cursor:pointer}.principle-item:hover{background:linear-gradient(135deg,#2d7a2d14,#d4af3714);border-color:var(--primary-gold);transform:translateY(-2px)}.principle-number{display:block;font-size:2rem;font-weight:800;background:linear-gradient(135deg,var(--primary-green),var(--primary-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.principle-text{font-size:1rem;font-weight:600;color:var(--text-dark)}.team-mission{background:linear-gradient(135deg,var(--primary-green),var(--secondary-green));color:var(--white);padding:3rem;border-radius:25px;text-align:center;position:relative;overflow:hidden}.team-mission:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(212,175,55,.1) 0%,transparent 70%);animation:rotate 30s linear infinite}.mission-content{position:relative;z-index:2}.mission-content h3{font-size:2rem;font-weight:700;margin-bottom:2rem}.mission-content blockquote{font-size:1.3rem;font-style:italic;line-height:1.6;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.mission-statement p{font-size:1.2rem;margin-bottom:.5rem}.mission-statement p:first-child{font-weight:600}.mission-statement p:last-child{font-weight:400;opacity:.9}@media (max-width: 768px){.intro-content{grid-template-columns:1fr;gap:2rem;text-align:center}.intro-visual{height:200px}.team-icon-large{width:100px;height:100px;font-size:2.5rem}.team-group{padding:2rem 1.5rem}.group-icon{width:70px;height:70px;font-size:1.8rem}.principles-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.principle-item{padding:1.5rem 1rem}.team-mission{padding:2rem 1.5rem}.mission-content blockquote{font-size:1.1rem}}@media (max-width: 480px){.principles-grid{grid-template-columns:1fr}.intro-text h3{font-size:1.7rem}.group-content h3{font-size:1.5rem}.group-icon{width:60px;height:60px;font-size:1.5rem}.team-principles h3,.mission-content h3{font-size:1.7rem}.mission-content blockquote{font-size:1rem}}.contact{background:linear-gradient(135deg,#f8fdf8,#fff);position:relative}.contact:before{content:"";position:absolute;bottom:0;right:-10%;width:120%;height:150px;background:linear-gradient(135deg,#2d7a2d0d,#d4af370d);transform:skewY(-2deg);z-index:1}.contact .container{position:relative;z-index:2}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}.contact-info{display:flex;flex-direction:column;gap:2.5rem}.info-header h3{font-size:2rem;font-weight:700;color:var(--primary-green);margin-bottom:1rem}.info-header p{font-size:1.1rem;line-height:1.6;color:var(--dark-gray)}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:var(--white);border-radius:12px;box-shadow:0 5px 15px #0000000d;border:1px solid rgba(45,122,45,.1);transition:all .3s ease}.contact-item:hover{box-shadow:0 10px 25px #0000001a;border-color:var(--primary-gold)}.contact-icon{width:50px;height:50px;background:linear-gradient(135deg,var(--primary-green),var(--primary-gold));border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.2rem;flex-shrink:0}.contact-text h4{font-size:1.1rem;font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.contact-main{font-size:1rem;font-weight:600;color:var(--primary-green);margin-bottom:.25rem}.contact-detail{font-size:.9rem;color:var(--dark-gray)}.contact-hours{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#2d7a2d0d,#d4af370d);border-radius:12px;border:1px solid rgba(45,122,45,.1)}.hours-icon{width:50px;height:50px;background:linear-gradient(135deg,var(--primary-green),var(--primary-gold));border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.2rem;flex-shrink:0}.hours-text h4{font-size:1.1rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.hours-text p{font-size:.9rem;color:var(--dark-gray);margin-bottom:.25rem}.contact-form-wrapper{background:var(--white);padding:2.5rem;border-radius:20px;box-shadow:0 15px 40px #0000001a;border:1px solid rgba(45,122,45,.05);height:fit-content}.form-header{margin-bottom:2rem;text-align:center}.form-header h3{font-size:1.8rem;font-weight:700;color:var(--primary-green);margin-bottom:.5rem}.form-header p{color:var(--dark-gray)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:var(--text-dark);margin-bottom:.5rem;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:2px solid rgba(45,122,45,.1);border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 3px #2d7a2d1a}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;background:linear-gradient(135deg,var(--primary-green),var(--secondary-green));color:var(--white);border:none;padding:15px 30px;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #2d7a2d4d}.contact-cta{text-align:center;background:linear-gradient(135deg,var(--primary-gold),var(--secondary-gold));color:var(--white);padding:3rem 2rem;border-radius:20px;position:relative;overflow:hidden}.contact-cta:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:rotate 25s linear infinite}.contact-cta h3{font-size:2rem;font-weight:700;margin-bottom:1rem;position:relative;z-index:2}.contact-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto;position:relative;z-index:2}.cta-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;position:relative;z-index:10}.cta-actions .btn-primary,.cta-actions .btn-secondary{background:var(--white);color:var(--primary-green);display:flex;align-items:center;gap:.5rem;min-width:150px;justify-content:center;position:relative;z-index:15;cursor:pointer;pointer-events:auto}.cta-actions .btn-secondary{background:transparent;border:2px solid var(--white);color:var(--white)}.cta-actions .btn-primary:hover{background:var(--light-gray);color:var(--secondary-green)}.cta-actions .btn-secondary:hover{background:var(--white);color:var(--primary-green)}@media (max-width: 768px){.contact-content{grid-template-columns:1fr;gap:3rem}.contact-form-wrapper{padding:2rem}.form-grid{grid-template-columns:1fr;gap:1rem}.info-header h3{font-size:1.7rem}.form-header h3{font-size:1.5rem}.contact-cta{padding:2rem 1.5rem}.contact-cta h3{font-size:1.7rem}.cta-actions{flex-direction:column;align-items:center}.cta-actions .btn-primary,.cta-actions .btn-secondary{width:100%;max-width:250px}}@media (max-width: 480px){.contact-item,.contact-hours{padding:1rem}.contact-form-wrapper{padding:1.5rem}.form-header h3{font-size:1.3rem}.contact-cta h3{font-size:1.5rem}.contact-icon,.hours-icon{width:40px;height:40px;font-size:1rem}}.footer{background:linear-gradient(135deg,var(--primary-green),var(--secondary-green));color:var(--white);position:relative;overflow:hidden;margin-top:2rem}.footer-background{position:absolute;inset:0;z-index:1}.footer-pattern{position:absolute;top:-10%;right:-20%;width:60%;height:120%;background:radial-gradient(circle,rgba(212,175,55,.1) 0%,transparent 70%);animation:rotate 40s linear infinite}.footer-pattern:before{content:"";position:absolute;top:20%;left:30%;width:150px;height:150px;background:linear-gradient(45deg,#d4af370d,#ffffff05);border-radius:50%;animation:float 8s ease-in-out infinite}.footer-pattern:after{content:"";position:absolute;bottom:30%;left:10%;width:100px;height:100px;background:linear-gradient(45deg,#ffffff08,#d4af370d);border-radius:50%;animation:float 6s ease-in-out infinite reverse}.footer .container{position:relative;z-index:2;padding-top:4rem;padding-bottom:2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-brand h3{font-size:2rem;font-weight:800;margin-bottom:.5rem;color:var(--white)}.brand-tagline{font-size:.9rem;color:var(--primary-gold);font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.brand-description{font-size:1rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:50%;color:var(--white);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.social-links a:hover{background:var(--primary-gold);transform:translateY(-2px)}.footer-links h4,.footer-products h4,.footer-industries h4,.footer-contact h4{font-size:1.2rem;font-weight:700;margin-bottom:1.5rem;color:var(--primary-gold)}.footer-links ul,.footer-products ul,.footer-industries ul{list-style:none}.footer-links li,.footer-products li,.footer-industries li{margin-bottom:.75rem}.footer-links a,.footer-products a{color:var(--white);text-decoration:none;opacity:.8;transition:all .3s ease;font-size:.95rem}.footer-links a:hover,.footer-products a:hover{opacity:1;color:var(--primary-gold);padding-left:5px}.footer-industries span{color:var(--white);opacity:.8;font-size:.95rem}.contact-info{margin-bottom:2rem}.contact-item{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.contact-item span{color:var(--primary-gold)!important;font-size:.95rem;font-weight:500}.contact-item svg{color:var(--primary-gold);font-size:1.1rem;flex-shrink:0}.footer-cta{position:relative;z-index:3}.cta-button{background:var(--primary-gold);color:var(--white);padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;display:inline-block;transition:all .3s ease;font-size:.95rem;position:relative;z-index:4;cursor:pointer}.cta-button:hover{background:var(--secondary-gold);transform:translateY(-2px);box-shadow:0 5px 15px #d4af374d}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom-content p{opacity:.7;font-size:.9rem}.footer-bottom-links{display:flex;align-items:center;gap:1rem;font-size:.9rem}.footer-bottom-links a{color:var(--white);text-decoration:none;opacity:.7;transition:opacity .3s ease}.footer-bottom-links a:hover{opacity:1}.footer-bottom-links span{opacity:.3}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background:linear-gradient(135deg,var(--primary-gold),var(--secondary-gold));color:var(--white);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:0 5px 20px #d4af374d;transition:all .3s ease;z-index:1000}.scroll-to-top:hover{box-shadow:0 8px 25px #d4af3766}@media (max-width: 768px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1;text-align:center;margin-bottom:1rem}.footer-contact{grid-column:1 / -1;text-align:center}.footer-bottom-content{flex-direction:column;text-align:center}.social-links{justify-content:center}}@media (max-width: 480px){.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer .container{padding-top:3rem}.footer-brand h3{font-size:1.7rem}.footer-bottom-links{flex-direction:column;gap:.5rem}.scroll-to-top{bottom:1rem;right:1rem;width:45px;height:45px}}.product-slideshow{width:100%;margin:2rem 0}.slideshow-container{position:relative;width:100%;height:400px;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px #0000001a;background:var(--light-gray)}.slides-wrapper{position:relative;width:100%;height:100%}.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out}.slide.active{opacity:1}.slide img{width:100%;height:100%;object-fit:cover;object-position:center}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fffc;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:1.2rem;color:var(--primary-green);z-index:2}.nav-btn:hover:not(:disabled){background:#fffffff2;transform:translateY(-50%) scale(1.1)}.nav-btn:disabled{opacity:.5;cursor:not-allowed}.prev-btn{left:15px}.next-btn{right:15px}.slideshow-dots{display:flex;justify-content:center;gap:8px;margin-top:1rem}.dot{width:12px;height:12px;border-radius:50%;border:none;background:#1b7b3a4d;cursor:pointer;transition:all .3s ease}.dot.active{background:var(--primary-green);transform:scale(1.2)}.dot:hover:not(:disabled){background:var(--primary-gold)}.dot:disabled{cursor:not-allowed}.slideshow-error{display:flex;align-items:center;justify-content:center;height:400px;background:var(--light-gray);color:var(--dark-gray);border-radius:8px;font-size:1.1rem;font-weight:500}@media (max-width: 768px){.slideshow-container{height:320px}.nav-btn{width:35px;height:35px;font-size:1rem}.prev-btn{left:10px}.next-btn{right:10px}.dot{width:10px;height:10px}}@media (max-width: 480px){.slideshow-container{height:280px}.nav-btn{width:30px;height:30px;font-size:.9rem}.slideshow-dots{gap:6px;margin-top:.8rem}.dot{width:8px;height:8px}}.product-page{padding-top:0}.product-page .section,.product-page .section-alt{padding:100px 0}.product-hero{background:linear-gradient(135deg,var(--primary-green) 0%,var(--secondary-green) 100%);color:var(--white);padding:140px 0 100px;position:relative;overflow:hidden;min-height:70vh;display:flex;align-items:center}.product-hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.hero-content{position:relative;z-index:2;display:grid;grid-template-columns:1fr 900px;gap:4rem;align-items:center;max-width:1800px;margin:0 auto}.back-link{display:inline-flex;align-items:center;gap:8px;color:var(--white);background:none;border:none;margin-bottom:40px;font-weight:500;transition:all .3s ease;opacity:.9;cursor:pointer;font-size:1rem;grid-column:1 / -1}.back-link:hover{opacity:1;transform:translate(-5px)}.hero-text{text-align:left}.hero-text h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:30px}.hero-subtitle{font-size:1.3rem;line-height:1.8;opacity:.95;max-width:800px;margin:0}.hero-image,.hero-slideshow{display:flex;justify-content:center;align-items:center;width:100%}.hero-image img{width:100%;max-width:600px;height:300px;object-fit:cover;border-radius:16px;box-shadow:0 25px 50px #0006;border:4px solid rgba(255,255,255,.2)}.hero-slideshow-component{max-width:100%;width:100%}.hero-slideshow-component .slideshow-container{height:350px;border:3px solid rgba(255,255,255,.3);box-shadow:0 20px 40px #0000004d;border-radius:12px}.hero-slideshow-component .nav-btn{background:#ffffffe6;border:2px solid rgba(255,255,255,.2)}.hero-slideshow-component .nav-btn:hover{background:var(--white);border-color:var(--primary-green)}.hero-slideshow-component .dot{background:#fff6}.hero-slideshow-component .dot.active{background:var(--primary-gold)}.hero-slideshow-component .dot:hover{background:var(--white)}.section-alt{background:var(--light-gray)}.product-features.section{background:var(--white);padding:120px 0!important}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;margin-top:60px}.feature-item{background:var(--white);padding:30px;border-radius:12px;box-shadow:0 5px 20px #00000014;transition:all .3s ease;border-left:4px solid var(--primary-green)}.feature-item:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}.feature-icon{color:var(--primary-green);font-size:1.5rem;margin-bottom:15px}.feature-item h3{font-size:1.3rem;font-weight:600;margin-bottom:15px;color:var(--text-dark)}.feature-item p{color:var(--dark-gray);line-height:1.6}.applications-intro{text-align:center;font-size:1.2rem;margin-bottom:40px;color:var(--dark-gray);max-width:600px;margin-left:auto;margin-right:auto}.applications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-top:60px}.application-item{background:var(--white);padding:30px;border-radius:12px;box-shadow:0 5px 20px #00000014;transition:all .3s ease;text-align:center;border-top:4px solid var(--primary-gold)}.application-item:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}.application-item h3{font-size:1.3rem;font-weight:600;margin-bottom:15px;color:var(--primary-green)}.application-item p{color:var(--dark-gray);line-height:1.6}.why-choose-grid{display:grid;grid-template-columns:1fr;gap:30px;margin-top:60px;max-width:900px;margin-left:auto;margin-right:auto}.why-choose-item{display:flex;align-items:flex-start;gap:20px;background:var(--white);padding:25px;border-radius:12px;box-shadow:0 5px 20px #00000014;transition:all .3s ease}.why-choose-item:hover{transform:translate(10px);box-shadow:0 10px 30px #0000001f}.check-icon{color:var(--primary-green);font-size:1.2rem;margin-top:2px;flex-shrink:0}.why-choose-item p{color:var(--dark-gray);line-height:1.6;font-weight:500}.conclusion-content{text-align:center;max-width:800px;margin:0 auto;background:var(--white);padding:40px;border-radius:12px;box-shadow:0 10px 30px #0000001a;border-left:4px solid var(--primary-gold)}.conclusion-content p{font-size:1.2rem;line-height:1.7;color:var(--text-dark);font-style:italic;font-weight:500}.product-cta{background:linear-gradient(135deg,var(--primary-green) 0%,var(--secondary-green) 100%);color:var(--white);text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:20px}.cta-content p{font-size:1.2rem;margin-bottom:40px;opacity:.95}.cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.cta-buttons .btn-primary,.cta-buttons .btn-secondary{display:inline-flex;align-items:center;gap:10px;padding:15px 30px;font-size:1.1rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease}.cta-buttons .btn-primary{background:var(--primary-gold);color:var(--white)}.cta-buttons .btn-primary:hover{background:var(--secondary-gold);transform:translateY(-2px);box-shadow:0 8px 25px #d4af3766}.cta-buttons .btn-secondary{background:transparent;color:var(--white);border:2px solid var(--white)}.cta-buttons .btn-secondary:hover{background:var(--white);color:var(--primary-green);transform:translateY(-2px)}@media (max-width: 768px){.product-page .section,.product-page .section-alt{padding:80px 0}.product-features{padding:100px 0}.product-hero{padding:120px 0 80px;min-height:60vh}.hero-content{display:flex!important;flex-direction:column;gap:2rem;text-align:center}.hero-text{text-align:center!important;order:2}.hero-image{order:1}.back-link{align-self:flex-start}.hero-text h1{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.features-grid,.applications-grid{grid-template-columns:1fr;gap:20px}.why-choose-item{flex-direction:column;align-items:center;text-align:center;gap:15px}.cta-buttons{flex-direction:column;align-items:center}.cta-content h2{font-size:2rem}}@media (max-width: 480px){.product-page .section,.product-page .section-alt{padding:60px 0}.product-features{padding:80px 0}.product-hero{padding:100px 0 60px;min-height:50vh}.hero-image img{height:250px;max-width:400px}.hero-text h1{font-size:1.8rem}.hero-subtitle{font-size:1rem}.feature-item,.application-item,.why-choose-item{padding:20px}.conclusion-content{padding:30px 20px}.conclusion-content p{font-size:1.1rem}}.App{min-height:100vh}main{padding-top:80px}
