:root{--color-primary: rgb(126, 234, 87);--color-secondary: rgb(33, 33, 33);--color-text-primary: rgb(33, 33, 33);--color-text-secondary: rgb(102, 102, 102);--color-background-light: rgb(248, 248, 248);--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;--font-heading: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:Inter;src:url(/assets/fonts/inter-400-normal.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/fonts/inter-500-normal.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/fonts/inter-700-normal.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Instrument Sans;src:url(/assets/fonts/instrument-sans-400-normal.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Instrument Sans;src:url(/assets/fonts/instrument-sans-500-normal.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Instrument Sans;src:url(/assets/fonts/instrument-sans-600-normal.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Instrument Sans;src:url(/assets/fonts/instrument-sans-700-normal.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--color-text-primary);background-color:#fff;min-width:320px;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2;font-weight:600}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer}::selection{background:var(--color-primary);color:var(--color-secondary)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#5ad441}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.25rem 2rem;background:transparent;transition:all .3s ease}.header.scrolled{background:#3232324d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.container-full{max-width:100%;padding:0}.header-content{display:flex;align-items:center;justify-content:space-between;padding:.75rem 2rem;max-width:1400px;margin:0 auto;background:#fff;border-radius:50px;box-shadow:0 4px 20px #00000014}.header-logo{flex-shrink:0}.logo-link{display:block}.logo-img{height:40px;width:auto}.nav-desktop{flex:1;display:flex;justify-content:center}.nav-list{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-link{color:var(--color-text-primary);text-decoration:none;font-weight:500;font-size:1rem;transition:color .3s ease;position:relative}.nav-link:hover{color:var(--color-primary)}.nav-link.active{color:var(--color-text-primary)}.nav-link.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--color-text-primary)}.header-cta{flex-shrink:0}.mobile-menu-toggle{display:none;flex-direction:column;gap:.375rem;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.menu-line{width:1.5rem;height:2px;background:var(--color-text-primary);transition:all .3s ease}.mobile-menu-toggle.active .menu-line:nth-child(1){transform:rotate(45deg) translate(.375rem,.375rem)}.mobile-menu-toggle.active .menu-line:nth-child(2){opacity:0}.mobile-menu-toggle.active .menu-line:nth-child(3){transform:rotate(-45deg) translate(.375rem,-.375rem)}.mobile-nav-overlay{position:fixed;inset:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:999;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-nav-overlay.active{opacity:1;visibility:visible}.mobile-nav{display:flex;align-items:center;justify-content:center;height:100%;padding:5rem 2rem 2rem}.mobile-nav-list{list-style:none;margin:0;padding:0;text-align:center}.mobile-nav-list li{margin:1.5rem 0}.mobile-nav-link{color:var(--color-text-primary);text-decoration:none;font-size:1.5rem;font-weight:600;transition:color .3s ease}.mobile-nav-link:hover{color:var(--color-primary)}@media(max-width:768px){.header{padding:1rem}.header-content{padding:.5rem 1.5rem;border-radius:40px}.nav-desktop,.header-cta{display:none}.mobile-menu-toggle{display:flex}.logo-img{height:32px}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding-top:80px}.hero-video-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-video{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0009,#0000004d);z-index:1}.hero-content{position:relative;z-index:2;width:100%;padding:4rem 0}.hero-layout{display:flex;align-items:flex-start;gap:3rem;justify-content:space-between}.hero-text{flex:1;max-width:600px;padding-top:2rem}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;color:#fff;margin-bottom:1.5rem}.hero-description{font-size:1.25rem;line-height:1.6;color:#ffffffe6;margin-bottom:2rem}.hero-cta{display:flex;gap:1rem}.hero-case-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:2rem;display:grid;grid-template-columns:1fr;gap:1.5rem;width:450px;flex-shrink:0;box-shadow:0 20px 60px #0000004d}.case-card-content{display:flex;flex-direction:column;justify-content:space-between}.case-card-title{font-size:1.5rem;font-weight:600;line-height:1.3;color:var(--color-text-primary);margin-bottom:1.5rem}.case-card-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.stat-item{flex:1}.stat-value{font-size:2rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem}.stat-label{font-size:.875rem;line-height:1.4;color:var(--color-text-secondary)}.case-card-link{display:inline-flex;align-items:center;color:var(--color-text-primary);font-weight:600;text-decoration:none;transition:color .3s ease}.case-card-link:hover{color:var(--color-primary)}.case-card-image{border-radius:.75rem;overflow:hidden;height:250px;order:-1}.case-card-image img{width:100%;height:100%;object-fit:cover}@media(max-width:1200px){.hero-layout{flex-direction:column}.hero-case-card{width:100%;max-width:600px}}@media(max-width:1024px){.hero-title{font-size:2.75rem}}@media(max-width:768px){.hero{min-height:auto;padding:100px 0 60px}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-case-card{padding:1.5rem}.case-card-title{font-size:1.25rem}.case-card-stats{flex-direction:column;gap:1rem}.stat-value{font-size:1.5rem}}.about-section{padding:8rem 0;background:#fff;text-align:center}.about-icon{margin-bottom:1.5rem;color:#888}.about-icon svg{width:48px;height:48px}.about-badge{display:inline-block;padding:.5rem 1.25rem;background:transparent;border:1px solid #e0e0e0;border-radius:50px;font-size:.75rem;font-weight:600;letter-spacing:.1em;color:#666;margin-bottom:2rem}.about-heading{font-size:3rem;font-weight:500;line-height:1.3;color:var(--color-text-primary);max-width:900px;margin:0 auto 2rem}.text-highlight{color:#b0b0b0}.about-mission{font-size:1.125rem;line-height:1.7;color:#666;max-width:800px;margin:0 auto 4rem}.about-gallery{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:3rem;padding:0 2rem}.gallery-image{border-radius:1rem;overflow:hidden;height:300px;flex:0 0 280px}.gallery-image-large{height:380px;flex:0 0 320px;z-index:1}.gallery-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-image:hover img{transform:scale(1.05)}.about-cta{margin-bottom:4rem}.about-cta .btn{border-radius:50px;padding:1rem 2.5rem}.about-features{display:flex;justify-content:center;gap:4rem;padding-top:2rem;border-top:1px solid #f0f0f0}.about-feature{display:flex;flex-direction:column;align-items:center;gap:.75rem}.about-feature-icon{width:32px;height:32px;opacity:.5}.about-feature-icon img{width:100%;height:100%;object-fit:contain;filter:grayscale(100%)}.about-feature-title{font-size:.9375rem;color:#666;font-weight:500}@media(max-width:1024px){.about-heading{font-size:2.25rem}.about-gallery{flex-wrap:wrap}.gallery-image{flex:0 0 calc(50% - .75rem);height:250px}.gallery-image-large{flex:0 0 100%;height:300px;order:-1}}@media(max-width:768px){.about-section{padding:5rem 0}.about-heading{font-size:1.75rem;margin-bottom:3rem}.about-gallery{flex-direction:column;gap:1rem}.gallery-image,.gallery-image-large{flex:none;width:100%;height:220px}.about-features{flex-direction:column;gap:2rem}}.veu-program-section{padding:80px 0;background:linear-gradient(135deg,#f8fdf9,#fff);position:relative;overflow:hidden}.veu-program-section:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(126,234,87,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.veu-program-header{text-align:center;max-width:800px;margin:0 auto 60px}.veu-program-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin:16px 0 24px;color:#1a1a1a}.veu-program-intro{font-size:1.125rem;line-height:1.7;color:#666;margin:0}.veu-program-content{max-width:1200px;margin:0 auto}.veu-steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:60px}.veu-step-card{background:#fff;border-radius:16px;padding:32px 24px;box-shadow:0 4px 20px #00000014;position:relative;transition:transform .3s ease,box-shadow .3s ease}.veu-step-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #7eea5733}.step-number{position:absolute;top:16px;right:16px;width:36px;height:36px;background:linear-gradient(135deg,#7eea57,#5fc93b);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:1.125rem}.step-icon{width:72px;height:72px;background:linear-gradient(145deg,#e8f5e9,#c8e6c9);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#4caf50}.step-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 12px}.step-description{font-size:.938rem;line-height:1.6;color:#666;margin:0}.veu-impact{background:linear-gradient(#0006,#0009),url(../assets/images/veu_background.png);background-size:cover;background-position:center;border-radius:24px;padding:48px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;position:relative;overflow:hidden}.veu-impact:before{content:"";position:absolute;top:-50%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(126,234,87,.15) 0%,transparent 70%);border-radius:50%}.impact-content{position:relative;z-index:2}.impact-title{font-size:2rem;font-weight:700;color:#fff;margin:0 0 20px}.impact-text{font-size:1rem;line-height:1.7;color:#fffc;margin:0 0 32px}.impact-visual{display:flex;justify-content:center;align-items:center;position:relative;z-index:2}.impact-stat{text-align:center;background:#ffffff0d;border:2px solid rgba(126,234,87,.3);border-radius:20px;padding:40px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.impact-stat .stat-icon{width:80px;height:80px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center}.impact-stat .stat-icon img{width:100%;height:100%;object-fit:contain}.impact-stat .stat-value{font-size:3rem;font-weight:700;color:#7eea57;margin-bottom:8px;text-shadow:0 0 20px rgba(126,234,87,.6),0 0 40px rgba(126,234,87,.4),0 0 60px rgba(126,234,87,.2)}.impact-stat .stat-label{font-size:1rem;color:#ffffffb3}@media(max-width:968px){.veu-program-section{padding:60px 0}.veu-program-title{font-size:2rem}.veu-steps-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.veu-impact{grid-template-columns:1fr;gap:32px;padding:40px 32px}.impact-title{font-size:1.75rem}}@media(max-width:640px){.veu-program-title{font-size:1.75rem}.veu-program-intro{font-size:1rem}.veu-steps-grid{grid-template-columns:1fr}.veu-step-card{padding:24px 20px}.veu-impact,.impact-stat{padding:32px 24px}.impact-stat .stat-value{font-size:2.5rem}}.benefits-section{padding:120px 0;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);position:relative;overflow:hidden}.benefits-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(126,234,87,.2),transparent)}.benefits-icon{text-align:center;margin-bottom:2rem;color:#7eea57}.benefits-icon svg{filter:drop-shadow(0 0 20px rgba(126,234,87,.3))}.benefits-header{text-align:center;max-width:800px;margin:0 auto 4rem}.benefits-title{font-size:2.5rem;font-weight:700;color:#fff;margin:1.5rem 0;line-height:1.2}.text-muted{color:#888;font-weight:400}.benefits-subtitle{font-size:1.125rem;color:#aaa;line-height:1.6;margin-top:1rem}.benefits-bento{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;gap:1.5rem;max-width:1400px;margin:0 auto}.benefit-card{background:#fff;border-radius:1.25rem;overflow:hidden;transition:transform .4s ease,box-shadow .4s ease;display:flex;flex-direction:column}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #0003}.benefit-card-featured{grid-row:1 / 3;grid-column:1;background:#caf778;min-height:500px;justify-content:flex-end}.benefit-card-featured .benefit-icon-container{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background:transparent}.benefit-card-featured .benefit-icon-img{width:100%;height:100%;max-width:none;object-fit:contain}.benefit-card-featured .benefit-content{background:transparent;padding:2rem}.benefit-card-featured .benefit-title{color:#1a1a1a;font-size:1.75rem;font-weight:700}.benefit-card-featured .benefit-description{color:#1a1a1acc;font-size:1rem}.benefit-card:nth-child(2),.benefit-card:nth-child(3){background:#fff}.benefit-card:nth-child(2) .benefit-icon-container{background:#fff}.benefit-card:nth-child(3) .benefit-icon-container{background:#fce3c5}.benefit-card-bottom{background:#fff}.benefit-card-bottom:nth-child(4) .benefit-icon-container{background:#b2d996}.benefit-card-bottom:nth-child(5) .benefit-icon-container{background:#f9edd5}.benefit-icon-container{width:100%;height:180px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;padding:1.5rem}.benefit-icon-img{width:auto;height:180px;max-width:220px;object-fit:contain;transition:transform .5s ease}.benefit-card:hover .benefit-icon-img{transform:scale(1.08)}.benefit-content{padding:1.5rem;flex:1;display:flex;flex-direction:column;background:#fff}.benefit-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem;line-height:1.3}.benefit-description{font-size:.9375rem;color:#666;line-height:1.6;flex:1}@media(max-width:1024px){.benefits-bento{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto}.benefit-card-featured{grid-row:1;grid-column:1 / 3;min-height:350px;flex-direction:row;align-items:center}.benefit-card-featured .benefit-icon-container{width:50%;height:100%}.benefit-card-featured .benefit-content{width:50%}}@media(max-width:768px){.benefits-section{padding:80px 0}.benefits-title{font-size:2rem}.benefits-subtitle{font-size:1rem}.benefits-bento{grid-template-columns:1fr;gap:1.25rem}.benefit-card-featured{grid-column:1;flex-direction:column;min-height:auto}.benefit-card-featured .benefit-icon-container{width:100%;height:200px}.benefit-card-featured .benefit-content{width:100%}.benefit-card-featured .benefit-icon-img{width:100%;height:100%;max-width:none}.benefit-icon-container{height:150px}.benefit-icon-img{width:100%;height:100%;max-width:none}.benefit-content{padding:1.25rem}.benefit-title{font-size:1.125rem}.benefit-description{font-size:.875rem}}@media(max-width:480px){.benefits-section{padding:60px 0}.benefits-title{font-size:1.75rem}.benefit-card-featured .benefit-icon-img{width:100%;height:100%;max-width:none}.benefit-icon-container{height:130px}.benefit-icon-img{width:100%;height:100%;max-width:none}.benefit-content{padding:1rem}}.services-section{padding:100px 20px;background:#1a1a1a;color:#fff}.services-container{max-width:1400px;margin:0 auto;--visible-items: 3;--gap: 24px}.services-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:50px}.services-header-left{display:flex;flex-direction:column;gap:16px}.services-badge{display:inline-block;padding:8px 16px;border:1px solid rgba(255,255,255,.2);border-radius:50px;font-size:11px;font-weight:500;letter-spacing:1px;color:#ffffffb3;width:fit-content}.services-title{font-size:48px;font-weight:500;line-height:1.1;color:#fff;margin:0}.services-title .text-green{color:var(--color-primary, #7eea57)}.services-nav{display:flex;gap:12px}.nav-arrow{width:48px;height:48px;border-radius:50%;border:1px dashed rgba(255,255,255,.3);background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff}.nav-arrow:hover{border-color:#fff;border-style:solid;background:#ffffff1a}.services-carousel{overflow:hidden;width:100%}.services-track{display:flex;gap:var(--gap)}.services-track.transition-on{transition:transform .5s cubic-bezier(.4,0,.2,1)}.service-card{background:#262626;border-radius:20px;padding:36px;display:flex;flex-direction:column;min-height:480px;flex:0 0 calc((100% - (var(--gap) * (var(--visible-items) - 1))) / var(--visible-items));box-sizing:border-box}.service-icon{width:56px;height:56px;margin-bottom:24px}.service-icon img{width:100%;height:100%;object-fit:contain}.service-title{font-size:24px;font-weight:500;line-height:1.2;color:#fff;margin:0 0 16px}.service-description{font-size:15px;line-height:1.6;color:#fff9;margin:0 0 auto}.service-illustration{width:100%;height:180px;margin-top:30px;display:flex;align-items:flex-end;justify-content:center}.service-illustration img{max-width:100%;max-height:100%;object-fit:contain;opacity:.8}@media(max-width:1200px){.services-container{--visible-items: 2}}@media(max-width:900px){.services-container{--visible-items: 1}.services-header{flex-direction:column;gap:24px}.services-nav{align-self:flex-start}.services-title{font-size:36px}.service-card{padding:28px;min-height:420px}.service-title{font-size:20px}.service-illustration{height:140px}}@media(max-width:768px){.services-section{padding:60px 20px}.services-title{font-size:32px}.service-card{padding:24px;min-height:380px}.service-icon{width:48px;height:48px}.service-title{font-size:18px}.service-description{font-size:14px}.service-illustration{height:120px}.nav-arrow{width:40px;height:40px}}.products-section{padding:100px 20px;background:#fff;color:#1a1a1a}.products-container{max-width:1400px;margin:0 auto}.products-header{text-align:center;margin-bottom:50px}.products-header-left{display:flex;flex-direction:column;gap:16px}.products-badge{display:inline-block;padding:8px 16px;border:1px solid rgba(26,26,26,.15);border-radius:50px;font-size:11px;font-weight:500;letter-spacing:1px;color:#1a1a1a99;width:fit-content}.products-title{font-size:48px;font-weight:600;line-height:1.1;color:#1a1a1a;margin:0}.products-title .text-green{color:var(--color-primary, #7eea57);font-weight:700}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:60px}.product-card{background:linear-gradient(135deg,#fff,#f8fdf9);border-radius:20px;padding:36px;display:flex;flex-direction:column;min-height:520px;border:1px solid rgba(126,234,87,.15);transition:all .4s ease;position:relative;overflow:hidden}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#7eea57,#5fc93b);transform:scaleX(0);transition:transform .4s ease}.product-card:hover:before{transform:scaleX(1)}.product-card:hover{border-color:#7eea5766;box-shadow:0 12px 40px #7eea5726;transform:translateY(-8px)}.product-icon{width:56px;height:56px;margin-bottom:16px}.product-icon img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(126,234,87,.2))}.product-badge{display:inline-block;padding:6px 14px;background:linear-gradient(135deg,#7eea5726,#5fc93b26);color:#5fc93b;font-size:10px;font-weight:700;letter-spacing:.8px;border-radius:20px;text-transform:uppercase;width:fit-content;margin-bottom:16px;border:1px solid rgba(126,234,87,.2)}.product-title{font-size:24px;font-weight:600;line-height:1.3;color:#1a1a1a;margin:0 0 8px}.product-tagline{font-size:12px;line-height:1.4;color:#7eea57;margin:0 0 16px;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.product-description{font-size:15px;line-height:1.7;color:#666;margin:0 0 auto}.product-illustration{width:100%;height:180px;margin-top:30px;display:flex;align-items:flex-end;justify-content:center}.product-illustration img{max-width:100%;max-height:100%;object-fit:contain;opacity:.8}.products-cta-wrapper{text-align:center;margin-top:60px}.products-cta-btn{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:linear-gradient(135deg,#7eea57,#5fc93b);color:#1a1a1a;font-weight:600;font-size:1rem;border-radius:50px;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.products-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #7eea574d}.products-cta-btn svg{transition:transform .3s ease}.products-cta-btn:hover svg{transform:translate(4px)}.products-footer-note{font-size:.875rem;color:#1a1a1a80;margin:24px 0 0}.products-footer-note strong{color:#1a1a1a;font-weight:600}@media(max-width:1200px){.products-title{font-size:40px}.products-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:900px){.products-section{padding:60px 20px}.products-header{margin-bottom:40px}.products-title{font-size:36px}.product-card{min-height:420px;padding:28px}.product-title{font-size:22px}.product-description{font-size:14px}}@media(max-width:640px){.products-title{font-size:28px}.products-grid{grid-template-columns:1fr}.product-card{padding:24px}.products-cta-btn{padding:14px 28px;font-size:.938rem}}.solar-services-section{padding:120px 0;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);position:relative;overflow:hidden}.solar-services-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(126,234,87,.2),transparent)}.solar-services-header{text-align:center;max-width:900px;margin:0 auto 4rem}.solar-services-title{font-size:2.75rem;font-weight:700;color:#fff;margin:1.5rem 0;line-height:1.2}.solar-services-subtitle{font-size:1.125rem;color:#aaa;line-height:1.6;margin-top:1rem}.solar-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:0 auto}.solar-service-card{background:linear-gradient(145deg,#1e1e1ecc,#141414e6);border:1px solid rgba(126,234,87,.1);border-radius:1.5rem;padding:2.5rem;position:relative;transition:all .4s ease;display:flex;flex-direction:column}.solar-service-card:hover{transform:translateY(-8px);border-color:#7eea574d;box-shadow:0 20px 40px #7eea571a}.solar-service-card:hover .service-icon-bg{transform:scale(1.1);opacity:.3}.service-badge{position:absolute;top:1.5rem;right:1.5rem;background:linear-gradient(135deg,#7eea57,#5fc93b);color:#0a0a0a;padding:.4rem .9rem;border-radius:2rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.service-icon-wrapper{position:relative;width:80px;height:80px;margin-bottom:1.5rem}.service-icon-bg{position:absolute;inset:0;background:radial-gradient(circle,rgba(126,234,87,.2) 0%,transparent 70%);border-radius:50%;transition:all .4s ease}.service-icon-wrapper svg{position:relative;z-index:1;width:48px;height:48px;color:#7eea57;stroke-width:1.5}.service-card-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.3}.service-card-description{font-size:.9375rem;color:#aaa;line-height:1.6;margin-bottom:1.5rem}.service-features-list{list-style:none;padding:0;margin:0 0 2rem;flex:1}.service-feature-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid rgba(126,234,87,.1);font-size:.9rem;color:#ccc;line-height:1.5}.service-feature-item:last-child{border-bottom:none}.service-feature-item svg{flex-shrink:0;color:#7eea57;margin-top:2px}.service-card-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:linear-gradient(135deg,#7eea57,#5fc93b);color:#0a0a0a;font-weight:600;font-size:.9375rem;border-radius:.75rem;text-decoration:none;transition:all .3s ease}.service-card-btn:hover{transform:translate(4px);box-shadow:0 8px 20px #7eea574d}.service-card-btn svg{transition:transform .3s ease}.service-card-btn:hover svg{transform:translate(4px)}.solar-note{max-width:900px;margin:4rem auto 0;padding:1.5rem 2rem;background:#7eea570d;border:1px solid rgba(126,234,87,.2);border-radius:1rem;display:flex;align-items:flex-start;gap:1rem}.note-icon{flex-shrink:0;color:#7eea57;margin-top:2px}.solar-note p{color:#ccc;font-size:.9375rem;line-height:1.6;margin:0}.solar-note strong{color:#7eea57;font-weight:600}@media(max-width:1200px){.solar-services-grid{grid-template-columns:repeat(2,1fr)}.solar-service-card:nth-child(3){grid-column:1 / -1;max-width:600px;margin:0 auto}}@media(max-width:768px){.solar-services-section{padding:80px 0}.solar-services-title{font-size:2rem}.solar-services-subtitle{font-size:1rem}.solar-services-grid{grid-template-columns:1fr;gap:1.5rem}.solar-service-card{padding:2rem}.solar-service-card:nth-child(3){grid-column:1;max-width:100%}.service-card-title{font-size:1.25rem}.solar-note{padding:1.25rem 1.5rem;font-size:.875rem}}@media(max-width:480px){.solar-services-section{padding:60px 0}.solar-services-title{font-size:1.75rem}.solar-service-card{padding:1.5rem}.service-badge{font-size:.6875rem;padding:.35rem .75rem}.service-icon-wrapper{width:64px;height:64px}.service-icon-wrapper svg{width:40px;height:40px}.solar-note{flex-direction:column;padding:1rem}}.who-we-help-section{padding:100px 20px;background-color:#f5f5f5;color:#1a1a1a}.who-we-help-header{text-align:center;margin-bottom:60px}.section-badge{display:inline-block;padding:8px 20px;background:linear-gradient(135deg,#7eea57,#5fc93b);color:#fff;font-size:.875rem;font-weight:700;letter-spacing:1px;border-radius:20px;margin-bottom:16px}.section-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:32px;line-height:1.2}.text-green{color:#5fc93b}.who-we-help-selector{max-width:600px;margin:0 auto}.selector-wrapper{position:relative;display:flex;align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:16px;padding:4px;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.selector-wrapper:hover{border-color:#7eea57;box-shadow:0 4px 16px #7eea5726}.selector-wrapper:focus-within{border-color:#7eea57;box-shadow:0 0 0 4px #7eea571a}.selector-icon-left{display:flex;align-items:center;justify-content:center;padding:12px 16px;color:#7eea57;pointer-events:none}.selector-icon-left svg{width:24px;height:24px;stroke:currentColor}.property-selector{flex:1;padding:16px 12px;font-size:1.125rem;font-weight:600;color:#1a1a1a;background:transparent;border:none;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none}.property-selector:focus{outline:none}.selector-icon-right{padding:12px 16px;pointer-events:none;color:#666;transition:transform .3s ease,color .3s ease}.selector-wrapper:focus-within .selector-icon-right{color:#7eea57;transform:translateY(2px)}.tab-content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.tab-image{border-radius:24px;overflow:hidden;height:500px;background:#e0e0e0}.tab-image img{width:100%;height:100%;object-fit:cover}.tab-text{padding-right:40px}.tab-title{font-size:42px;font-weight:500;margin:0 0 24px;color:#1a1a1a}.tab-description{font-size:18px;line-height:1.6;color:#000000b3;margin-bottom:40px}.tab-points{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.tab-points li{display:flex;align-items:flex-start;gap:16px;font-size:16px;line-height:1.5;color:#000c}.point-icon{color:#1a1a1a;display:flex;align-items:center;margin-top:2px}@media(max-width:1024px){.tab-content-wrapper{grid-template-columns:1fr;gap:40px}.tab-image{height:350px}.tab-text{padding-right:0}}@media(max-width:768px){.who-we-help-section{padding:60px 20px}.section-title{font-size:2rem}.who-we-help-selector{max-width:100%}.property-selector{font-size:1rem;padding:14px 8px}.selector-icon-left,.selector-icon-right{padding:10px 12px}.selector-icon-left svg{width:20px;height:20px}.tab-title{font-size:1.75rem}.tab-description{font-size:16px}}.why-choose-us{padding:6rem 0;background:#f5f5f5}.why-choose-us-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.why-choose-us-content{padding-right:2rem}.why-choose-us-badge{display:inline-block;padding:.5rem 1rem;background:transparent;border:1px solid #ddd;border-radius:50px;font-size:.75rem;font-weight:600;letter-spacing:.1em;color:#666;margin-bottom:1.5rem}.why-choose-us-title{font-size:2.5rem;font-weight:500;line-height:1.2;color:var(--color-text-primary);margin-bottom:2.5rem}.why-choose-us-title .text-muted{color:#a0a0a0}.why-choose-us-list{list-style:none;margin:0;padding:0}.why-choose-us-item{display:flex;gap:1rem;margin-bottom:1.5rem}.item-bullet{width:10px;height:10px;background:var(--color-primary);border-radius:50%;flex-shrink:0;margin-top:.5rem}.why-choose-us-item p{font-size:1rem;line-height:1.7;color:var(--color-text-primary);margin:0}.why-choose-us-image{position:relative}.image-wrapper{position:relative;border-radius:1rem;overflow:hidden}.image-wrapper img{width:100%;height:auto;object-fit:contain;display:block}.image-cta{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);width:calc(100% - 4rem);text-align:center;border-radius:50px;padding:1rem 2rem;font-size:1rem;font-weight:600}@media(max-width:1024px){.why-choose-us-grid{grid-template-columns:1fr;gap:3rem}.why-choose-us-content{padding-right:0}.image-wrapper img{height:400px}}@media(max-width:768px){.why-choose-us{padding:4rem 0}.why-choose-us-title{font-size:1.75rem}.image-wrapper img{height:300px}.image-cta{width:calc(100% - 2rem);bottom:1rem}}@media(max-width:480px){.why-choose-us-image{display:none}}.testimonials-section{position:relative;padding:100px 0;background-image:url(../assets/images/nX96g0CuAExorzUDh8oCjPpiBHM.jpg);background-size:cover;background-position:center;background-attachment:fixed;min-height:500px;overflow:hidden}.testimonials-bg-overlay{position:absolute;inset:0;background:#0006;z-index:1}.testimonials-header{position:relative;z-index:2;text-align:center;margin-bottom:60px;padding:0 20px}.testimonials-title{font-size:48px;font-weight:500;color:#fff;margin:0}.testimonials-title .text-green{color:var(--color-primary, #7eea57)}.testimonials-carousel-wrapper{position:relative;z-index:2;width:100%;overflow:hidden}.testimonials-carousel{padding:20px 0}.testimonials-track{display:flex;gap:24px;width:fit-content}.testimonial-card{flex-shrink:0;width:320px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:28px;display:flex;flex-direction:column;gap:20px}.testimonial-author{display:flex;align-items:center;gap:14px}.author-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.author-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;font-weight:600}.author-info{display:flex;flex-direction:column;gap:2px}.author-name{font-size:18px;font-weight:600;color:#1a1a1a;margin:0}.author-role{font-size:14px;color:#666;margin:0}.testimonial-quote{font-size:15px;line-height:1.6;color:#444;margin:0}.testimonials-carousel-wrapper:before,.testimonials-carousel-wrapper:after{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:3;pointer-events:none}.testimonials-carousel-wrapper:before{left:0;background:linear-gradient(to right,rgba(0,0,0,.4),transparent)}.testimonials-carousel-wrapper:after{right:0;background:linear-gradient(to left,rgba(0,0,0,.4),transparent)}.testimonials-cta{position:relative;z-index:2;text-align:center;margin-top:80px;padding:0 20px;max-width:800px;margin-left:auto;margin-right:auto}.testimonials-cta-title{font-size:36px;font-weight:500;color:#fff;margin-bottom:16px}.testimonials-cta-desc{font-size:18px;color:#ffffffe6;margin-bottom:32px;line-height:1.6}.testimonials-cta-features{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:32px;flex-wrap:wrap}.cta-feature-item{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;color:#fffffff2}.cta-feature-item svg{flex-shrink:0;stroke:#7eea57}.testimonials-btn{display:inline-block;background:#7eea57;color:#1a1a1a;border:none;font-weight:600;font-size:16px;padding:16px 32px;border-radius:50px;text-decoration:none;transition:transform .2s ease,background .2s ease;cursor:pointer}.testimonials-btn:hover{transform:translateY(-2px);background:#6cd946}@media(max-width:1024px){.testimonials-title{font-size:36px}.testimonial-card{width:280px;padding:24px}.testimonials-cta-features{gap:1.5rem}}@media(max-width:768px){.testimonials-section{padding:60px 0;background-attachment:scroll}.testimonials-cta-title{font-size:28px}.testimonials-cta-desc{font-size:16px}.testimonials-cta-features{gap:1rem}.cta-feature-item{font-size:.875rem}.testimonials-title{font-size:28px}.testimonial-card{width:260px;padding:20px}.author-name{font-size:16px}.testimonial-quote{font-size:14px}.testimonials-carousel-wrapper:before,.testimonials-carousel-wrapper:after{width:50px}}.footer-section{position:relative;padding:60px 20px 80px;min-height:500px;overflow:hidden}.footer-video-wrapper{position:absolute;inset:0;z-index:0}.footer-video{width:100%;height:100%;object-fit:cover}.footer-bg-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#ffffff1a,#00321e4d);z-index:1}.footer-container{position:relative;z-index:2;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:24px}.footer-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;padding:40px}.footer-brand{display:flex;flex-direction:column;justify-content:space-between;min-height:400px}.footer-logo{width:70px;height:70px}.footer-logo img{width:100%;height:100%;object-fit:contain}.footer-tagline{font-size:28px;font-weight:500;line-height:1.3;color:#1a1a1a;margin:0}.footer-credit{font-size:14px;color:#666;margin:0}.footer-credit strong{color:#1a1a1a}.footer-links-card{display:flex;flex-direction:column}.footer-links-top{display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:30px;padding-bottom:30px}.footer-divider{height:1px;background:#e8e8e8;margin:0 0 30px}.footer-links-bottom{display:grid;grid-template-columns:1fr 1fr;gap:30px}.footer-column{display:flex;flex-direction:column}.footer-heading{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 20px}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-links a{font-size:15px;color:#444;text-decoration:none;transition:color .3s ease;width:fit-content}.footer-links a:hover{color:#1a1a1a}.footer-links a.underline{text-decoration:underline;text-underline-offset:3px}.footer-addresses{display:flex;flex-direction:column;gap:16px}.footer-addresses p{font-size:15px;color:#444;margin:0;line-height:1.5}.footer-contact{display:flex;flex-direction:column;gap:12px}.footer-contact a{font-size:15px;color:#444;text-decoration:none;transition:color .3s ease}.footer-contact a:hover{color:#1a1a1a}.footer-social{display:flex;gap:16px}.social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#1a1a1a;transition:all .3s ease}.social-link:hover{color:#666;transform:translateY(-2px)}.social-link svg{width:24px;height:24px}@media(max-width:1100px){.footer-container{grid-template-columns:1fr;gap:20px}.footer-brand{min-height:auto;gap:30px}.footer-links-top{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.footer-section{padding:40px 16px 60px}.footer-card{padding:30px 24px}.footer-tagline{font-size:22px}.footer-links-top{grid-template-columns:1fr 1fr;gap:24px}.footer-links-top .footer-column:nth-child(2) ul{margin-top:0!important}.footer-links-top .footer-column:nth-child(3){grid-column:1 / -1}.footer-links-bottom{grid-template-columns:1fr;gap:24px}.footer-heading{font-size:18px;margin-bottom:16px}}@media(max-width:480px){.footer-links-top{grid-template-columns:1fr}.footer-links-top .footer-column:nth-child(3){grid-column:auto}}.contact-hero{position:relative;min-height:700px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:180px 0 80px}.contact-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.contact-hero-image{width:100%;height:100%;object-fit:cover;object-position:center}.contact-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0009,#0006)}.contact-hero-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.contact-hero-text{text-align:center;margin-bottom:60px}.contact-hero-title{font-size:4rem;font-weight:700;color:#fff;margin-bottom:20px;line-height:1.2}.contact-hero-description{font-size:1.125rem;color:#ffffffe6;max-width:700px;margin:0 auto;line-height:1.6}.contact-info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1000px;margin:0 auto}.contact-info-card{background:#fff;padding:35px 30px;border-radius:16px;text-align:center;box-shadow:0 4px 20px #0000001a}.contact-info-card h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:20px}.contact-link{display:block;color:#666;text-decoration:none;font-size:1rem;margin-bottom:10px;transition:color .3s ease}.contact-link:hover{color:#7eea57}.contact-link:last-child{margin-bottom:0}.contact-text{color:#666;font-size:1rem;margin-bottom:10px;line-height:1.6}.contact-text:last-child{margin-bottom:0}@media(max-width:968px){.contact-hero{min-height:500px;padding:100px 0 60px}.contact-hero-title{font-size:3rem}.contact-info-cards{grid-template-columns:1fr;gap:20px}}@media(max-width:640px){.contact-hero{min-height:450px;padding:80px 0 50px}.contact-hero-title{font-size:2.5rem}.contact-hero-description{font-size:1rem}.contact-hero-text{margin-bottom:40px}.contact-info-card{padding:25px 20px}.contact-info-card h3{font-size:1.125rem}}.contact-form-section{padding:80px 0 100px;background:linear-gradient(to bottom,#f5f5f5,#fff)}.contact-form-header{text-align:center;margin-bottom:50px}.contact-form-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;line-height:1.3}.contact-form-title .text-muted{color:#999}.contact-form{max-width:900px;margin:0 auto;background:#fff;padding:50px;border-radius:20px;box-shadow:0 4px 30px #00000014}.form-success-message{background:#d4edda;border:1px solid #c3e6cb;color:#155724;padding:15px 20px;border-radius:8px;margin-bottom:25px;font-size:.95rem;text-align:center}.form-error-message{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24;padding:15px 20px;border-radius:8px;margin-bottom:25px;font-size:.95rem;text-align:center}.form-group{margin-bottom:25px}.form-group.full-width{grid-column:1 / -1}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.form-group label{display:block;font-size:.95rem;font-weight:500;color:#333;margin-bottom:10px}.form-group input,.form-group textarea{width:100%;padding:14px 18px;border:1px solid #ddd;border-radius:8px;font-size:1rem;color:#333;transition:border-color .3s ease,box-shadow .3s ease;font-family:inherit;background:#fafafa}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#7eea57;background:#fff;box-shadow:0 0 0 3px #7eea571a}.form-group input::placeholder,.form-group textarea::placeholder{color:#aaa}.form-group textarea{resize:vertical;min-height:150px}.btn-submit{margin-top:15px;padding:14px 40px;font-size:1rem;font-weight:600;border-radius:50px;border:none;cursor:pointer;transition:opacity .3s ease}.btn-submit:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.contact-form-section{padding:60px 0 80px}.contact-form-title{font-size:2rem}.contact-form{padding:35px 25px}.form-row{grid-template-columns:1fr;gap:20px}.form-group{margin-bottom:20px}}@media(max-width:480px){.contact-form-section{padding:50px 0 60px}.contact-form-title{font-size:1.75rem}.contact-form{padding:30px 20px}.form-group input,.form-group textarea{padding:12px 16px;font-size:.95rem}.btn-submit{width:100%;padding:14px 30px}}.about-us-page{min-height:100vh;background:#fff}.about-hero{padding:140px 0 100px;background:linear-gradient(#000000a6,#000000a6),url(../assets/images/about-hero-bg.jpg);background-size:cover;background-position:center;background-attachment:fixed;position:relative;overflow:hidden}.about-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(126,234,87,.2),transparent)}.about-hero-content{text-align:center;max-width:900px;margin:0 auto;position:relative;z-index:2}.about-hero-badge{display:inline-block;padding:.5rem 1.25rem;background:#7eea571a;color:#7eea57;border-radius:2rem;font-size:.875rem;font-weight:600;letter-spacing:1px;margin-bottom:2rem}.about-hero-title{font-size:3.5rem;font-weight:700;color:#fff;line-height:1.2;margin-bottom:1.5rem}.about-hero-subtitle{font-size:1.25rem;color:#aaa;line-height:1.8;max-width:800px;margin:0 auto}.about-story-section{padding:100px 0;background:#fff}.story-content{max-width:1000px;margin:0 auto;text-align:center}.story-title{font-size:2.75rem;font-weight:700;color:#1a1a1a;margin-bottom:2.5rem}.story-text-wrapper{text-align:left;margin-bottom:4rem}.story-text{font-size:1.125rem;color:#555;line-height:1.8;margin-bottom:1.5rem}.story-text:last-child{margin-bottom:0}.story-features{display:flex;justify-content:center;gap:4rem;padding-top:3rem;border-top:1px solid #e5e5e5}.story-feature{display:flex;flex-direction:column;align-items:center;gap:1rem}.story-feature-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#7eea571a;border-radius:12px;padding:8px}.story-feature-icon img{width:100%;height:100%;object-fit:contain}.story-feature-title{font-size:1rem;color:#1a1a1a;font-weight:600}.mission-section{padding:80px 0;background:linear-gradient(135deg,#7eea570d,#7eea5705)}.mission-content{max-width:900px;margin:0 auto;text-align:center}.mission-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}.mission-text{font-size:1.125rem;color:#555;line-height:1.8}.values-section{padding:100px 0;background:#fff}.values-header{text-align:center;max-width:800px;margin:0 auto 4rem}.values-title{font-size:2.75rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.values-subtitle{font-size:1.125rem;color:#666;line-height:1.6}.values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1100px;margin:0 auto}.value-card{background:linear-gradient(145deg,#f8f8f8,#fff);border:1px solid #e5e5e5;border-radius:1.25rem;padding:2.5rem;transition:all .3s ease}.value-card:hover{transform:translateY(-4px);border-color:#7eea574d;box-shadow:0 12px 28px #00000014}.value-icon{color:#7eea57;margin-bottom:1.5rem}.value-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem}.value-description{font-size:1rem;color:#666;line-height:1.7}.team-section{padding:100px 0;background:linear-gradient(135deg,#0a0a0a,#1a1a1a)}.team-header{text-align:center;max-width:800px;margin:0 auto 4rem}.team-title{font-size:2.75rem;font-weight:700;color:#fff;margin-bottom:1rem}.team-subtitle{font-size:1.125rem;color:#aaa;line-height:1.6}.team-qualities-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1100px;margin:0 auto}.team-quality-card{background:#1e1e1ecc;border:1px solid rgba(126,234,87,.1);border-radius:1.25rem;padding:2.5rem;transition:all .3s ease}.team-quality-card:hover{border-color:#7eea574d;transform:translateY(-4px);box-shadow:0 12px 28px #7eea571a}.quality-title{font-size:1.5rem;font-weight:700;color:#7eea57;margin-bottom:.75rem}.quality-description{font-size:1rem;color:#ccc;line-height:1.7}.about-cta-section{padding:100px 0;background:linear-gradient(135deg,#7eea570d,#7eea5705)}.about-cta-content{text-align:center;max-width:800px;margin:0 auto}.about-cta-title{font-size:2.75rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}.about-cta-text{font-size:1.125rem;color:#555;line-height:1.8;margin-bottom:2.5rem}.about-cta-content .btn{padding:1.125rem 3rem;font-size:1.125rem}@media(max-width:1024px){.about-hero-title{font-size:2.75rem}.values-grid,.team-qualities-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:768px){.about-hero{padding:120px 0 80px}.about-hero-title{font-size:2.25rem}.about-hero-subtitle{font-size:1.125rem}.about-story-section,.values-section,.team-section,.about-cta-section{padding:60px 0}.story-title,.values-title,.team-title,.about-cta-title{font-size:2rem}.story-text,.mission-text,.about-cta-text{font-size:1rem}.story-features{flex-direction:column;gap:2rem}.value-card,.team-quality-card{padding:2rem}.value-title,.quality-title{font-size:1.25rem}}@media(max-width:480px){.about-hero{padding:100px 0 60px}.about-hero-title{font-size:1.875rem}.about-hero-subtitle{font-size:1rem}.story-title,.values-title,.team-title,.about-cta-title{font-size:1.75rem}.value-card,.team-quality-card{padding:1.5rem}.about-cta-content .btn{width:100%;padding:1rem 2rem}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn{display:inline-block;padding:.875rem 2rem;font-size:.9375rem;font-weight:600;text-align:center;text-decoration:none;border-radius:.5rem;border:none;cursor:pointer;transition:all .3s ease}.btn-primary{background:var(--color-primary);color:var(--color-secondary);border:2px solid var(--color-primary)}.btn-primary:hover{background:#5ad441;border-color:#5ad441;transform:translateY(-2px);box-shadow:0 4px 12px #7eea5766}.btn-secondary{background:transparent;color:var(--color-text-primary);border:2px solid var(--color-text-primary)}.btn-secondary:hover{background:var(--color-text-primary);color:#fff;transform:translateY(-2px)}.btn-lg{padding:1.125rem 2.5rem;font-size:1.0625rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}@media(max-width:768px){.container{padding:0 1rem}.btn{padding:.75rem 1.5rem;font-size:.875rem}.btn-lg{padding:.875rem 2rem;font-size:.9375rem}}
