@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);:root{--primary-purple:#8935ec;--white:#fff;--gray-100:#f3f4f6;--text-dark:#111827;--text-gray:#6b7280}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--white);color:#111827;color:var(--text-dark);font-family:Inter,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#8935ec;background:var(--primary-purple);border-radius:4px}.container{padding:0 1.5rem;width:100%}.flex{display:flex}.justify-between{justify-content:space-between}.items-center{align-items:center}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}@media (max-width:768px){.grid-cols-2{grid-template-columns:minmax(0,1fr)}.gap-12{gap:2rem}}.gap-12{gap:3rem}.navbar{left:0;padding:1rem 0;position:fixed;top:0;transition:background-color .3s ease,box-shadow .3s ease;width:100%;z-index:1000}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;border-bottom:1px solid #f3f4f6;box-shadow:0 4px 6px -1px #0000001a}.nav-container{align-items:center;display:flex;justify-content:space-between}.logo{cursor:pointer;font-size:1.5rem;font-weight:700;letter-spacing:-.05em}.nav-links{display:flex;gap:2rem;list-style:none}.nav-btn{background:none;border:none;color:var(--text-dark);cursor:pointer;font-size:.95rem;font-weight:500;transition:color .2s}.nav-btn:hover{color:var(--primary-purple)}.hero{align-items:center;background:#fff;display:flex;min-height:100vh;overflow:hidden;padding-top:80px;position:relative}.hero-content{z-index:10}.hero-title{font-size:1rem;line-height:1.1;margin-bottom:1rem;margin-top:3.5rem}@media (min-width:768px){.hero-title{font-size:3.5rem}}.hero-subtitle{color:var(--text-gray);font-size:1.125rem;line-height:1.6;margin-bottom:2.5rem;max-width:500px}.btn-group{display:flex;gap:1rem}.btn{border-radius:.5rem;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .2s}.btn-primary{background-color:var(--primary-purple);border:none;box-shadow:0 4px 14px 0 #8935ec63;color:#fff}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-outline{background:#0000;border:1px solid #d1d5db;color:var(--text-dark)}.btn-outline:hover{border-color:var(--primary-purple);color:var(--primary-purple)}.hero-visual{display:flex;height:500px}.hero-visual,.hero.central-hero{align-items:center;justify-content:center}.hero.central-hero{flex-direction:column;text-align:center}.central-container{align-items:center!important;display:flex!important;flex-direction:column!important;justify-content:center!important;max-width:900px!important;width:100%}.central-title{max-width:800px}.central-subtitle,.central-title{margin-left:auto;margin-right:auto;text-align:center}.central-subtitle{font-size:1.25rem;max-width:600px}.central-btn-group{display:flex;gap:1.5rem;justify-content:center;margin-top:2rem}.about-section{background:#fff;padding:6rem 0}.about-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr}@media (min-width:768px){.about-grid{grid-template-columns:1fr 1.5fr}}.section-label{color:var(--primary-purple);display:block;font-size:.875rem;font-weight:600;letter-spacing:.1em;margin-bottom:1rem;text-transform:uppercase}.about-heading{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:2rem}.about-text p{color:var(--text-gray);font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem}.about-image-container{border-radius:12px;box-shadow:0 20px 40px -10px #8935ec33;margin-top:2rem;overflow:hidden;width:100%}.about-image{display:block;height:auto;transition:transform .5s ease;width:100%}.about-image:hover{transform:scale(1.03)}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-top:3rem}.stat-item h3{color:var(--primary-purple);font-size:2rem;font-weight:700;max-width:500px}.contact-section{background-color:var(--white);padding:8rem 0}.contact-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr}@media (min-width:900px){.contact-grid{gap:6rem;grid-template-columns:1fr 1.2fr}}.contact-heading{color:var(--text-dark);font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:2rem}.contact-description{color:var(--text-gray);font-size:1.05rem;line-height:1.8;max-width:500px}.contact-form{width:100%}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;margin-bottom:1.5rem}@media (min-width:768px){.form-row{grid-template-columns:1fr 1fr}}.form-group{margin-bottom:1.5rem}.form-input,.form-textarea{background-color:var(--gray-100);border:1px solid #0000;border-radius:4px;color:var(--text-dark);font-family:inherit;font-size:.95rem;padding:1rem 1.25rem;transition:all .2s;width:100%}.form-input:focus,.form-textarea:focus{background-color:#fff;border-color:var(--primary-purple);box-shadow:0 0 0 4px #8935ec1a;outline:none}.form-textarea{min-height:120px;resize:vertical}.submit-btn{border:none;border-radius:2px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;letter-spacing:.05em;padding:1rem 2.5rem;text-transform:uppercase;transition:all .3s}.submit-btn,.submit-btn:hover{background-color:var(--primary-purple)}.submit-btn:hover{transform:translateY(-2px)}@media (max-width:768px){.desktop-nav{display:none!important}.mobile-nav-toggle{align-items:center;color:var(--text-dark);cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:color .2s;z-index:1002}.mobile-nav-toggle:hover{color:var(--primary-purple)}.mobile-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffffa;border-bottom:1px solid #f3f4f6;box-shadow:0 10px 15px -3px #0000001a;left:0;overflow:hidden;position:absolute;top:100%;width:100%}.mobile-nav-links{display:flex;flex-direction:column;gap:1rem;list-style:none;padding:1.5rem}.mobile-nav-btn{background:none;border:none;border-radius:8px;color:var(--text-dark);cursor:pointer;font-size:1.1rem;font-weight:500;padding:.75rem;text-align:center;transition:all .2s;width:100%}.mobile-nav-btn:hover{background-color:var(--gray-100);color:var(--primary-purple)}.hero{min-height:auto;overflow-x:hidden;padding-bottom:3rem;padding-top:100px}.hero-content{padding:0 1rem;text-align:center;width:100%}.hero-title{word-wrap:break-word;font-size:1.5rem;margin-bottom:1rem}.hero-subtitle{font-size:1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;padding:0 1rem}.btn-group{flex-wrap:wrap;justify-content:center}.hero-visual{height:300px;margin-top:1rem;width:100%}}@media (min-width:769px){.mobile-nav-toggle{display:none}}@media (max-width:480px){.hero-title{font-size:2rem}.btn-group{gap:.75rem;width:100%}.btn{width:100%}}.solar-panel-section{background-color:#f8f9fa;padding:80px 0}.solar-panel-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}.solar-panel-image{border-radius:12px;box-shadow:0 10px 30px #0000001a;overflow:hidden;width:100%}.solar-panel-image img{display:block;height:auto;object-fit:cover;width:100%}.solar-panel-text{padding:20px}.solar-panel-title{color:#1a1a1a;font-size:3.2rem;font-weight:600;line-height:1.2;margin-bottom:24px}.solar-panel-description{color:#555;font-size:1.1rem;line-height:1.8;margin:0}.solar-panel-description strong{color:var(--primary-purple);font-weight:100}@media (max-width:968px){.solar-panel-content{gap:40px;grid-template-columns:1fr}.solar-panel-description,.solar-panel-title{font-size:1rem}}@media (max-width:576px){.solar-panel-section{padding:60px 0}.solar-panel-title{font-size:1.25rem}.solar-panel-text{padding:0}}.tech-enabled-section{background:#f8f9fa;overflow:hidden;padding:60px 0;position:relative}.tech-enabled-section:before{background:radial-gradient(circle at 50% 50%,#8a2be208 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.tech-enabled-header{margin-bottom:60px;position:relative;text-align:center;z-index:1}.tech-enabled-title{color:#1a1a1a;font-size:2.8rem;font-weight:700;line-height:1.3;margin-bottom:20px}.tech-enabled-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));position:relative;z-index:1}.tech-enabled-card{background:#fff;border:2px solid #e8e8e8;border-radius:16px;overflow:hidden;padding:15px 10px;position:relative;text-align:center;transition:all .3s ease}.tech-enabled-card:before{background:linear-gradient(135deg,#8a2be20d,#0000);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.tech-enabled-card:hover:before{opacity:1}.tech-enabled-card:hover{border-color:var(--primary-purple);box-shadow:0 10px 40px #8a2be226;transform:translateY(-10px)}.tech-card-icon{align-items:center;background:#8a2be214;border-radius:50%;color:var(--primary-purple);display:flex;height:80px;justify-content:center;margin:0 auto 24px;position:relative;transition:all .3s ease;width:80px;z-index:1}.tech-enabled-card:hover .tech-card-icon{background:var(--primary-purple);color:#fff;transform:scale(1.1)}.tech-card-title{color:#1a1a1a;font-size:1.3rem;font-weight:600;margin-bottom:12px;position:relative;z-index:1}.tech-card-description{color:#666;font-size:1rem;line-height:1.6;margin:0;position:relative;z-index:1}@media (max-width:1200px){.tech-enabled-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width:968px){.tech-enabled-section{padding:80px 0}.tech-enabled-title{font-size:2.2rem}.tech-enabled-grid{gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:576px){.tech-enabled-section{padding:60px 0}.tech-enabled-title{font-size:1.8rem}.tech-enabled-grid{grid-template-columns:1fr}.tech-enabled-card{padding:30px 24px}.tech-card-icon{height:70px;width:70px}}.product-section{background:#f8f9fa;overflow:hidden;padding:100px 0;position:relative}.product-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin-bottom:80px}.product-text{color:#1a1a1a}.product-title{color:#1a1a1a;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:24px}.product-title-highlight{color:var(--primary-purple)}.product-description{color:#666;font-size:1.1rem;line-height:1.8;margin-bottom:32px}.product-btn{background:var(--primary-purple)!important;border:none!important;color:#fff!important;font-size:1rem;font-weight:600;margin-top:30px;padding:14px 32px!important}.product-btn:hover{background:#7b2cbf!important;box-shadow:0 8px 24px #8a2be24d}.product-image-container,.product-image-wrapper{position:relative}.product-label{align-items:center;display:flex;gap:8px;position:absolute}.label-dot{border-radius:50%;box-shadow:0 0 10px #8a2be266;height:8px;width:8px}.label-dot,.label-line{background:var(--primary-purple)}.label-line{height:1px;width:40px}.label-text{color:#1a1a1a;font-size:.85rem;font-weight:500;line-height:1.4;white-space:nowrap}.label-top-left{left:-10%;top:15%}.label-top-right{flex-direction:row-reverse;right:-15%;top:15%}.label-top-right .label-line{transform:scaleX(-1)}.label-bottom-left{bottom:20%;left:-10%}.label-bottom-center{bottom:15%;left:50%;transform:translateX(-50%)}.label-bottom-right{bottom:20%;flex-direction:row-reverse;right:-15%}.label-bottom-right .label-line{transform:scaleX(-1)}.product-features{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin-top:60px}.product-feature-card{background:#fff;border:2px solid #e8e8e8;border-radius:12px;border-top:3px solid var(--primary-purple);padding:40px 30px;text-align:center;transition:all .3s ease}.product-feature-card:hover{border-color:var(--primary-purple);box-shadow:0 10px 30px #8a2be226;transform:translateY(-5px)}.feature-icon{align-items:center;background:#8a2be214;border-radius:50%;color:var(--primary-purple);display:flex;height:70px;justify-content:center;margin:0 auto 20px;transition:all .3s ease;width:70px}.product-feature-card:hover .feature-icon{background:var(--primary-purple);color:#fff;transform:scale(1.1)}.feature-title{color:#1a1a1a;font-size:1.3rem;font-weight:600;margin-bottom:12px}.feature-description{color:#666;font-size:1rem;line-height:1.6;margin:0}@media (max-width:968px){.product-section{padding:80px 0}.product-content{gap:40px;grid-template-columns:1fr}.product-title{font-size:2.5rem}.product-features{gap:24px;grid-template-columns:1fr}.product-label{font-size:.75rem}.label-line{width:30px}}@media (max-width:576px){.product-section{padding:60px 0}.product-title{font-size:2rem}.product-description{font-size:1rem}.product-image-wrapper{padding:20px}.product-label{justify-content:center;margin:10px 0;position:static}.label-bottom-center,.label-bottom-left,.label-bottom-right,.label-top-left,.label-top-right{flex-direction:row;position:static;transform:none}}.support-section{background:#fff;padding:30px 0;position:relative}.support-header{margin-bottom:60px;text-align:center}.support-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;line-height:1.3;margin-bottom:20px}.title-underline{background:var(--primary-purple);border-radius:2px;height:4px;margin:0 auto;width:100px}.support-logos{align-items:center;display:flex;flex-wrap:wrap;gap:60px;justify-content:center}.support-logo-card{background:#fff;border:2px solid #e8e8e8;border-radius:16px;max-width:350px;min-width:280px;padding:40px;text-align:center;transition:all .3s ease}.support-logo-card:hover{border-color:var(--primary-purple);box-shadow:0 10px 30px #8a2be226;transform:translateY(-10px)}.logo-wrapper{align-items:center;display:flex;height:50px;justify-content:center;margin-bottom:20px;width:100%}.support-logo{max-height:100%;max-width:100%;object-fit:contain;transition:transform .3s ease}.support-logo-card:hover .support-logo{transform:scale(1.05)}.logo-name{color:#1a1a1a;font-size:1.1rem;font-weight:600;margin:0;transition:color .3s ease}.support-logo-card:hover .logo-name{color:var(--primary-purple)}@media (max-width:968px){.support-section{padding:60px 0}.support-title{font-size:2rem}.support-logos{gap:40px}.support-logo-card{max-width:300px;min-width:240px;padding:30px}.logo-wrapper{height:120px}}@media (max-width:576px){.support-section{padding:50px 0}.support-title{font-size:1.75rem}.support-logos{flex-direction:column;gap:30px}.support-logo-card{max-width:100%;min-width:auto;width:100%}}.footer-container{background-color:#fafafa;border-top:1px solid #0000000d;font-family:Inter,sans-serif;overflow:hidden;padding:80px 5% 40px;position:relative;width:100%}.footer-watermark{bottom:-14%;color:#00000008;font-size:10vw;font-weight:800;left:50%;line-height:1;pointer-events:none;position:absolute;transform:translateX(-50%);-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:0}.footer-content{margin:0 auto;max-width:1200px;position:relative;z-index:1}.footer-top{align-items:flex-start;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;margin-bottom:60px}.footer-brand{flex:1 1;min-width:280px}.footer-logo{align-items:center;color:#111827;color:var(--text-dark,#111827);display:flex;font-size:1.8rem;font-weight:700;gap:10px;margin-bottom:1rem}.footer-logo:before{background-color:#8935ec;background-color:var(--primary-purple,#8935ec);border-radius:50%;content:"";display:inline-block;height:12px;width:12px}.footer-tagline{color:#6b7280;color:var(--text-gray,#6b7280);font-size:1rem;margin-bottom:2rem;max-width:300px}.footer-socials{display:flex;gap:15px}.social-icon{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:50%;color:#111827;color:var(--text-dark,#111827);display:flex;font-size:.9rem;font-weight:600;height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-icon:hover{background-color:#8935ec;background-color:var(--primary-purple,#8935ec);border-color:#8935ec;border-color:var(--primary-purple,#8935ec);color:#fff;transform:translateY(-2px)}.footer-links{display:flex;gap:60px}.link-column h4{color:#111827;color:var(--text-dark,#111827);font-size:1rem;font-weight:600;margin-bottom:1.5rem}.link-column ul{list-style:none}.link-column ul li{margin-bottom:.8rem}.link-column ul li a{color:#6b7280;color:var(--text-gray,#6b7280);font-size:.95rem;transition:color .3s ease}.link-column ul li a:hover{color:#8935ec;color:var(--primary-purple,#8935ec)}.footer-bottom{align-items:center;border-top:1px solid #0000000d;color:#9ca3af;color:var(--text-gray,#9ca3af);display:flex;flex-wrap:wrap;font-size:.85rem;gap:20px;justify-content:space-between;padding-top:30px}.footer-credit{opacity:.8}@media (max-width:768px){.footer-top{flex-direction:column}.footer-links{justify-content:space-between;width:100%}.footer-watermark{bottom:-4%;font-size:7vw}.footer-bottom{align-items:flex-start;flex-direction:column}}.product-page{background:linear-gradient(135deg,#f8fafc,#f3e8ff 50%,#f1f5f9);min-height:100vh;padding-bottom:0;padding-top:0}.container{max-width:1280px;padding:0 1rem}@media (min-width:640px){.container{padding:0 1.5rem}}@media (min-width:1024px){.container{padding:0 2rem}}.hero-section{background:#fff;color:#fff;overflow:hidden;position:relative}.hero-overlay{background-color:#0000001a;inset:0;position:absolute}.hero-content{padding:6rem 0;position:relative;text-align:center}@media (min-width:1024px){.hero-content{padding:8rem 0}}.hero-title{color:#000;font-size:2.5rem;font-weight:700;letter-spacing:-.025em;line-height:1.2;margin-bottom:2rem}@media (min-width:640px){.hero-title{font-size:3rem}}@media (min-width:1024px){.hero-title{font-size:3.75rem}}.hero-title-accent{background:#9549ee;-webkit-background-clip:text;background-clip:text;display:block;margin-top:.5rem}.hero-description{color:#e9d5ff;font-size:1.25rem;line-height:1.75;margin:0 auto 2rem;max-width:48rem}@media (min-width:1024px){.hero-description{font-size:1.5rem}}.hero-badges{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding-top:1rem}.hero-badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #fff3;border-radius:9999px;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem}.product-image-section{margin-bottom:5rem;margin-top:-4rem;position:relative;z-index:10}.product-image-container{background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;padding:1rem}@media (min-width:1024px){.product-image-container{padding:2rem}}.product-image{border-radius:.75rem;display:block;height:auto;width:100%}.control-analytics-section,.features-section,.specs-section{margin-bottom:5rem}.section-header{margin-bottom:4rem;text-align:center}.section-title{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:1rem}@media (min-width:1024px){.section-title{font-size:2.5rem}}.section-subtitle{color:#64748b;font-size:1.125rem;margin:0 auto;max-width:42rem}.features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;cursor:pointer;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.feature-card:hover{box-shadow:0 20px 25px -5px #00000026;transform:translateY(-4px)}.feature-card-accent{background:linear-gradient(90deg,#9333ea,#4f46e5);height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transition:transform .3s ease;width:100%}.feature-card:hover .feature-card-accent{transform:scaleX(1)}.feature-header{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1rem}.feature-icon-wrapper{align-items:center;background:#fff;border-radius:.75rem;color:#fff;display:flex;flex-shrink:0;height:3.5rem;justify-content:center;width:3.5rem}.feature-icon{height:2rem;width:2rem}.feature-title{color:#1e293b;flex:1 1;font-size:1.25rem;font-weight:700;transition:color .3s ease}.feature-card:hover .feature-title{color:#9333ea}.feature-list{list-style:none;margin:0;padding:0}.feature-list li{color:#64748b;font-size:.875rem;line-height:1.5;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.feature-list li:before{color:#9333ea;content:"•";font-weight:700;left:0;position:absolute}.specs-section{background:#fff;border-radius:1.5rem;box-shadow:0 10px 15px -3px #0000001a;padding:3rem 1.5rem}@media (min-width:768px){.specs-section{padding:3rem 2rem}}.specs-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:1024px){.specs-grid{grid-template-columns:repeat(2,1fr)}}.spec-card{background:linear-gradient(135deg,#f8fafc,#f3e8ff);border:1px solid #e9d5ff;border-radius:1rem;padding:1.5rem}.spec-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1.5rem}.spec-icon-wrapper{align-items:center;background:#9333ea;border-radius:.75rem;color:#fff;display:flex;height:3rem;justify-content:center;width:3rem}.spec-icon{height:1.5rem;width:1.5rem}.spec-category-title{color:#1e293b;font-size:1.25rem;font-weight:700}.spec-items{gap:.75rem}.spec-item,.spec-items{display:flex;flex-direction:column}.spec-label{color:#9333ea;font-size:.875rem;font-weight:600;margin-bottom:.125rem}.spec-value{color:#334155;font-size:.9375rem}.control-analytics-section{margin-top:5rem}.control-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:1024px){.control-layout{grid-template-columns:repeat(2,1fr)}}.control-box-dark{background:linear-gradient(135deg,#9333ea,#4f46e5);border-radius:1.5rem;box-shadow:0 20px 25px -5px #9333ea4d;color:#fff;padding:2rem}.control-title{font-size:1.875rem;font-weight:700;margin-bottom:2rem}.control-content{display:flex;flex-direction:column;gap:1.5rem}.control-item{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #fff3;border-radius:.75rem;padding:1.25rem}.sub-title-light{color:#fef08a;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.control-text{color:#e9d5ff;line-height:1.6}.interface-badges{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem}.interface-badge{background:#fff3;border-radius:9999px;font-size:.875rem;padding:.5rem 1rem}.control-box-light{background:#fff;border:1px solid #e2e8f0;border-radius:1.5rem;box-shadow:0 20px 25px -5px #0000001a;padding:2rem}.analytics-title{color:#1e293b;font-size:1.875rem;font-weight:700;margin-bottom:2rem}.analytics-content{display:flex;flex-direction:column;gap:1.5rem}.analytics-item{border-left:4px solid #9333ea;padding-left:1.25rem}.analytics-item:nth-child(2n){border-left-color:#4f46e5}.sub-title-dark{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.analytics-text{color:#64748b;line-height:1.6}.env-section{background:linear-gradient(135deg,#fff7ed,#fef3c7);border-radius:1rem;margin-top:3rem;padding:4rem 2rem;text-align:center}.env-icon-wrapper{align-items:center;background:linear-gradient(135deg,#fb923c,#dc2626);border-radius:50%;display:inline-flex;height:4rem;justify-content:center;margin-bottom:1.5rem;width:4rem}.env-icon{color:#fff;height:2rem;width:2rem}.env-title{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.env-temp{color:#ea580c;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.env-safety{color:#64748b;line-height:1.6;margin:0 auto;max-width:42rem}.research-page{background-color:#f8f9fa;color:#333;min-height:100vh;padding-top:80px}.container{margin:0 auto;max-width:1200px;padding:0 20px}.research-hero{background:#fff;padding:100px 0;text-align:center}.hero-content h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#6a11cb,#2575fc);background-clip:text;-webkit-background-clip:text;color:#1a1a1a;font-size:3rem;margin-bottom:20px}.hero-content p{color:#555;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:800px}.research-services{background-color:#fff;padding:80px 0}.research-process h2,.research-services h2{color:#2c3e50;display:inline-block;font-size:2.5rem;left:50%;margin-bottom:50px;position:relative;text-align:center;transform:translateX(-50%)}.research-process h2:after,.research-services h2:after{background:#6a11cb;background:var(--primary-purple,#6a11cb);border-radius:2px;content:"";display:block;height:4px;margin:10px auto 0;width:60px}.services-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.service-card{background:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 10px 30px #0000000d;padding:30px;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{box-shadow:0 15px 40px #0000001a;transform:translateY(-10px)}.service-card h3{color:#2c3e50;font-size:1.5rem;margin-bottom:15px}.service-card p{color:#666;line-height:1.6}.research-process{background-color:#f8f9fa;padding:80px 0}.process-timeline{display:flex;flex-direction:column;gap:40px;margin:0 auto;max-width:800px;position:relative}.process-step{align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 5px 15px #0000000d;display:flex;gap:30px;padding:20px}.step-number{color:#9549ee;font-family:Poppins,sans-serif;font-size:3rem;font-weight:700;line-height:1;min-width:80px;text-align:right}.step-content h3{color:#2c3e50;font-size:1.5rem;margin-bottom:10px}.step-content p{color:#666;line-height:1.6}@media (max-width:768px){.hero-content h1{font-size:2rem}.process-step{align-items:center;flex-direction:column;gap:10px;text-align:center}.step-number{font-size:2.5rem;text-align:center}}.legal-page{background:#fff;color:#000;min-height:100vh;padding:120px 20px 60px}.legal-container{animation:fadeInUp .8s ease-out;margin:0 auto;max-width:900px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.legal-header{border-bottom:2px solid #8a2be233;margin-bottom:60px;padding-bottom:30px;text-align:center}.legal-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#8a2be2,orchid);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;letter-spacing:-1px;margin-bottom:15px}.last-updated{color:#666;font-size:.95rem;font-weight:300}.legal-section{background:#8a2be205;border:1px solid #8a2be226;border-radius:15px;margin-bottom:50px;padding:30px;transition:all .3s ease}.legal-section:hover{background:#8a2be20d;border-color:#8a2be24d;box-shadow:0 5px 20px #8a2be226;transform:translateY(-2px)}.legal-section h2{align-items:center;color:#8a2be2;display:flex;font-size:2rem;font-weight:600;gap:10px;margin-bottom:20px}.legal-section h2:before{background:linear-gradient(180deg,#8a2be2,orchid);border-radius:2px;content:"";height:30px;width:4px}.legal-section p{color:#333;font-size:1.05rem;line-height:1.8;margin-bottom:15px}.legal-section ul{list-style:none;margin:20px 0;padding-left:0}.legal-section ul li{color:#333;font-size:1.05rem;line-height:1.8;margin-bottom:12px;padding-left:30px;position:relative}.legal-section ul li:before{color:#8a2be2;content:"▸";font-size:1.2rem;font-weight:700;left:0;position:absolute}.legal-section strong{color:orchid;font-weight:600}.subsection{border-left:3px solid #8a2be24d;margin-top:30px;padding-left:20px}.subsection h3{color:orchid;font-size:1.5rem;font-weight:600;margin-bottom:15px}.info-box{background:#8a2be214;border-left:4px solid #8a2be2;border-radius:10px;margin:20px 0;padding:25px}.info-box p{color:#333;margin:10px 0}.info-box strong{color:orchid;display:inline-block;min-width:150px}@media (max-width:768px){.legal-page{padding:100px 15px 40px}.legal-header h1{font-size:2.5rem}.legal-section{margin-bottom:30px;padding:20px}.legal-section h2{font-size:1.6rem}.legal-section p,.legal-section ul li{font-size:1rem}.subsection{padding-left:15px}.subsection h3{font-size:1.3rem}.info-box{padding:20px}.info-box strong{display:block;margin-bottom:5px;min-width:auto}}@media (max-width:480px){.legal-header h1{font-size:2rem}.legal-section h2{font-size:1.4rem}.legal-section h2:before{height:25px}.legal-section ul li{padding-left:25px}}html{scroll-behavior:smooth}::selection{background:#8a2be24d;color:#000}
/*# sourceMappingURL=main.77a34856.css.map*/