:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;text-decoration:inherit}a:hover{opacity:.8}body{margin:0;padding:0;min-width:320px;min-height:100vh;background-color:#fff}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:transparent;cursor:pointer;transition:all .25s ease}button:active{transform:scale(.98)}button:focus,button:focus-visible{outline:none}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000001a}.header-container{max-width:1400px;margin:0 auto;padding:0 3rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo-link{text-decoration:none;color:#fff;transition:opacity .3s ease;cursor:pointer}.logo-link:hover{opacity:.9}.logo{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem}.logo h1{font-size:1.5rem;margin:0;font-weight:700;letter-spacing:1.5px;text-shadow:1px 1px 3px rgba(0,0,0,.2)}.tagline{margin:0;font-size:.65rem;font-weight:300;letter-spacing:.5px;color:#ffffffd9;text-transform:uppercase}.navbar{display:flex;gap:.25rem;align-items:center}.nav-item{position:relative}.nav-btn{background:none;border:none;color:#fff;font-size:.9rem;font-weight:500;cursor:pointer;padding:.6rem 1rem;border-radius:6px;transition:all .2s ease;text-decoration:none;display:inline-block;white-space:nowrap}.nav-btn:hover{background:#ffffff26}.cta-btn{background:#ff6b6b;padding:.6rem 1.25rem;border-radius:20px;font-weight:600;box-shadow:0 2px 8px #ff6b6b4d;margin-left:.5rem}.cta-btn:hover{background:#ff5252;box-shadow:0 3px 12px #ff6b6b66;transform:translateY(-1px)}.dropdown{position:relative}.dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;background:#fff;color:#333;border-radius:8px;min-width:240px;box-shadow:0 8px 24px #0000001f;overflow:hidden;animation:slideDown .2s ease;border:1px solid rgba(0,0,0,.05)}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:block;padding:.75rem 1.25rem;color:#333;text-decoration:none;transition:all .2s ease;border-left:3px solid transparent;font-size:.9rem}.dropdown-item:hover{background:#f8f9fa;border-left-color:#667eea;padding-left:1.5rem;color:#667eea}.product-item{display:flex;flex-direction:column;padding:1rem 1.5rem;min-width:280px}.product-name{font-weight:600;color:#667eea;margin-bottom:.5rem;display:block}.product-desc{font-size:.85rem;color:#666;line-height:1.4;display:block}.product-item:hover .product-name{color:#764ba2}.product-item:hover .product-desc{color:#333}@media (max-width: 1024px){.header-container{padding:0 2rem}.navbar{gap:.15rem}.nav-btn{font-size:.85rem;padding:.5rem .8rem}}@media (max-width: 768px){.header{padding:.5rem 0}.header-container{flex-direction:column;gap:1rem;padding:0 1.5rem}.logo{align-items:center}.navbar{gap:.5rem;justify-content:center;flex-wrap:wrap}.logo h1{font-size:1.3rem}.nav-btn{font-size:.8rem;padding:.5rem .75rem}.cta-btn{padding:.5rem 1rem}.dropdown-menu{min-width:200px}}.hero{position:relative;min-height:550px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#1a1f36,#2d3748);color:#fff}.hero-slider{width:100%;height:100%;position:relative;padding:4rem 2rem}.hero-slide{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:1000px;text-align:center;opacity:0;visibility:hidden;transition:opacity .8s ease-in-out,visibility .8s;z-index:1}.hero-slide.active{opacity:1;visibility:visible;position:relative;top:0;left:0;transform:none;margin:0 auto}.hero-content{animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;margin:0 0 1.25rem;letter-spacing:-.02em;line-height:1.2;color:#fff}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);margin:0 auto 2.5rem;font-weight:400;opacity:.9;line-height:1.6;max-width:800px}.slider-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:10}.dot{width:10px;height:10px;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:all .3s ease}.dot.active{background:#667eea;width:30px;border-radius:10px}.hero-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.cta-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea4d}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.cta-button.secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button.secondary:hover{background:#fff3;transform:translateY(-2px)}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.05;z-index:0}color: white; box-shadow: 0 4px 15px rgba(255,107,107,.4); } .cta-button.primary:hover{background:#ff5252;transform:translateY(-3px);box-shadow:0 6px 20px #ff6b6b80}.cta-button.secondary{background:transparent;color:#fff;border:2px solid white;box-shadow:0 4px 15px #ffffff1a}.cta-button.secondary:hover{background:#ffffff26;transform:translateY(-3px);box-shadow:0 6px 20px #fff3}.btn{padding:1rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-primary{background:#ff6b6b;color:#fff;box-shadow:0 4px 15px #ff6b6b4d}.btn-primary:hover{background:#ff5252;transform:translateY(-3px);box-shadow:0 6px 20px #ff6b6b66}.btn-secondary{background:transparent;color:#fff;border:2px solid white;box-shadow:0 4px 15px #ffffff1a}.btn-secondary:hover{background:#ffffff1a;transform:translateY(-3px);box-shadow:0 6px 20px #fff3}@media (max-width: 768px){.hero{min-height:500px;padding:2rem 1.5rem}.hero-title{font-size:2rem}.hero-subtitle,.hero-tagline{font-size:1.1rem}.hero-cta-buttons{gap:1rem}.cta-button{padding:.85rem 2rem;font-size:1rem}}@media (max-width: 480px){.hero{min-height:450px;padding:1.5rem 1rem}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.95rem}.hero-tagline{font-size:1rem;margin-top:.75rem}.hero-cta-buttons{flex-direction:column;gap:.75rem}.cta-button{width:100%;padding:.75rem 1.5rem;font-size:.95rem}}.services-section{padding:4rem 2rem;background:#fff;margin:2rem 0}.services-container{max-width:1200px;margin:0 auto}.services-title{font-size:2.5rem;text-align:center;color:#333;margin:0 0 1rem;font-weight:700;position:relative;padding-bottom:1rem}.services-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px}.services-subtitle{text-align:center;color:#666;font-size:1.1rem;margin:1.5rem 0 3rem;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.service-card-link{text-decoration:none;display:block}.service-card{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 4px 15px #00000014;transition:all .3s ease;border:2px solid transparent;cursor:pointer}.service-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #00000026;border-color:#667eea;background:linear-gradient(135deg,#667eea0d,#764ba20d)}.service-icon{font-size:3.5rem;margin-bottom:1rem;display:block;transition:transform .3s ease}.service-card:hover .service-icon{transform:scale(1.2) rotate(5deg)}.service-title{font-size:1.3rem;color:#333;margin:0 0 .75rem;font-weight:600}.service-card:hover .service-title{color:#667eea}.service-description{color:#666;line-height:1.7;margin:0;font-size:.95rem}@media (max-width: 1024px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}}@media (max-width: 768px){.services-section{padding:2rem 1.5rem}.services-title{font-size:1.8rem}.services-subtitle{font-size:.95rem;margin:1rem 0 2rem}.services-grid{grid-template-columns:1fr;gap:1rem}.service-card{padding:1.5rem}.service-icon{font-size:2.5rem}.service-title{font-size:1.1rem}.service-description{font-size:.9rem}}@media (max-width: 480px){.services-section{padding:1.5rem 1rem}.services-title{font-size:1.5rem}.service-card{padding:1rem}.service-icon{font-size:2rem}}.industry-expertise{padding:60px 20px;background:linear-gradient(135deg,#f8f9fa,#f0f3ff)}.industry-container{max-width:1200px;margin:0 auto}.industry-title{text-align:center;font-size:2.5rem;color:#333;margin:0 0 10px;font-weight:700}.industry-subtitle{text-align:center;color:#666;font-size:1.1rem;max-width:600px;margin:0 auto 50px}.industry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}.industry-card{background:#fff;padding:30px;border-radius:12px;text-align:center;box-shadow:0 4px 15px #00000014;transition:all .3s ease;border:2px solid transparent}.industry-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #667eea33;border-color:#667eea;background:linear-gradient(135deg,#f8f9fa,#e8e8ff)}.industry-icon{font-size:3.5rem;margin-bottom:15px;display:inline-block;transition:transform .3s ease}.industry-card:hover .industry-icon{transform:scale(1.1) rotate(5deg)}.industry-name{margin:15px 0 10px;color:#333;font-size:1.3rem;font-weight:600}.industry-description{margin:0;color:#666;font-size:.95rem;line-height:1.6}@media (max-width: 768px){.industry-expertise{padding:40px 15px}.industry-title{font-size:2rem}.industry-subtitle{font-size:1rem;margin-bottom:30px}.industry-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.industry-card{padding:20px}.industry-icon{font-size:2.5rem}.industry-name{font-size:1.1rem}.industry-description{font-size:.9rem}}@media (max-width: 480px){.industry-title{font-size:1.6rem}.industry-grid{grid-template-columns:1fr}.industry-card{padding:15px}.industry-icon{font-size:2rem}.industry-name{font-size:1rem}}.brand-story{padding:4rem 2rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:15px;margin:2rem 0}.story-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.story-content{display:flex;flex-direction:column;gap:1.5rem}.story-title{font-size:2.5rem;color:#333;margin:0;font-weight:700;position:relative;padding-bottom:1rem}.story-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px}.story-intro{font-size:1.3rem;color:#555;font-weight:500;margin:0;line-height:1.6}.story-text{display:flex;flex-direction:column;gap:1rem}.story-text p{margin:0;color:#666;line-height:1.8;font-size:1rem}.highlight{color:#667eea;font-weight:600}.story-message{color:#764ba2!important;font-size:1.1rem;font-weight:500;padding:1rem;background:#667eea1a;border-left:4px solid #764ba2;border-radius:5px}.story-motto{font-size:1.8rem;color:#667eea;margin:1rem 0 0;font-weight:700;text-align:center;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a}.story-image{display:flex;justify-content:center;align-items:center}.image-placeholder{width:100%;max-width:400px;height:450px;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #00000026;border:3px solid white}.story-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.story-img:hover{transform:scale(1.05)}@media (max-width: 1024px){.story-container{grid-template-columns:1fr;gap:2rem}.story-title{font-size:2rem}.slide-title{font-size:1.8rem}.image-placeholder{max-width:350px;height:350px}}@media (max-width: 768px){.brand-story{padding:2rem 1.5rem}.story-title{font-size:1.5rem}.story-intro{font-size:1.1rem}.story-text p{font-size:.95rem}.story-motto{font-size:1.3rem}.image-placeholder{max-width:100%;height:300px}}.footer{background:#1a1a2e;color:#ddd;padding:3rem 2rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{color:#fff;font-size:1.2rem;margin:0 0 1rem;font-weight:600;border-bottom:2px solid #667eea;padding-bottom:.75rem}.footer-section p{margin:0 0 .5rem;line-height:1.8;font-size:.95rem;color:#aaa}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin:.5rem 0}.footer-section a{color:#aaa;text-decoration:none;transition:all .3s ease;display:inline-block}.footer-section a:hover{color:#667eea;transform:translate(5px)}.social-links{display:flex;gap:1rem;flex-wrap:wrap}.social-link{display:inline-block;padding:.5rem 1rem;background:#667eea33;border-radius:5px;color:#667eea;text-decoration:none;transition:all .3s ease;font-size:.9rem;font-weight:500}.social-link:hover{background:#667eea;color:#fff;transform:translateY(-3px)}.footer-bottom{border-top:1px solid rgba(102,126,234,.3);padding-top:2rem;text-align:center;color:#999;font-size:.9rem}.footer-bottom p{margin:0}@media (max-width: 768px){.footer{padding:2rem 1.5rem;margin-top:2rem}.footer-container{grid-template-columns:1fr;gap:1.5rem}.footer-section h4{font-size:1.1rem}.social-links{justify-content:center}}.coming-soon-container{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;padding:2rem}.coming-soon-background{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.1;z-index:0}.floating-shapes{position:relative;width:100%;height:100%}.shape{position:absolute;border-radius:50%;background:#fff;opacity:.3;animation:float 6s ease-in-out infinite}.shape-1{width:200px;height:200px;top:10%;left:10%;animation-delay:0s}.shape-2{width:150px;height:150px;top:60%;right:10%;animation-delay:2s}.shape-3{width:100px;height:100px;bottom:20%;left:30%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-30px)}}.coming-soon-content{position:relative;z-index:1;text-align:center;max-width:600px;color:#fff;animation:fadeInUp .8s ease-out}.coming-soon-title{font-size:3.5rem;font-weight:700;margin:0 0 .5rem;letter-spacing:2px}.product-title{font-size:2rem;font-weight:600;margin:0 0 1.5rem;opacity:.95;background:linear-gradient(135deg,#ffd89b,#ff8a80);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.coming-soon-message{font-size:1.2rem;line-height:1.8;margin:0 0 2rem;opacity:.9}.coming-soon-features{display:flex;flex-direction:column;gap:.75rem;margin:2rem 0;font-size:1.1rem}.coming-soon-features p{margin:0;opacity:.85}.coming-soon-cta{margin:2.5rem 0}.subtitle{font-size:1rem;margin:0 0 1rem;opacity:.9}.email-form{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.email-input{padding:.8rem 1.2rem;border:none;border-radius:25px;font-size:.95rem;min-width:250px;outline:none;transition:all .3s ease}.email-input:focus{box-shadow:0 0 20px #ffffff4d}.notify-btn{padding:.8rem 2rem;background:#ff6b6b;color:#fff;border:none;border-radius:25px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b6b4d}.notify-btn:hover{background:#ff5252;transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66}.back-btn{padding:.8rem 2rem;background:#fff3;color:#fff;border:2px solid white;border-radius:25px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;margin-top:2rem}.back-btn:hover{background:#ffffff4d;transform:translateY(-2px)}@media (max-width: 768px){.coming-soon-title{font-size:2.5rem}.product-title{font-size:1.5rem}.coming-soon-message{font-size:1rem}.email-input{min-width:100%}.shape-1{width:120px;height:120px}.shape-2{width:100px;height:100px}.shape-3{width:70px;height:70px}}@media (max-width: 480px){.coming-soon-container{padding:1rem}.coming-soon-title{font-size:2rem}.product-title{font-size:1.3rem}.coming-soon-message{font-size:.95rem}.email-form{flex-direction:column}.email-input{min-width:100%}.notify-btn,.back-btn{width:100%}}.career-page{width:100%;overflow-x:hidden}.career-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 1.5rem;text-align:center;display:flex;align-items:center;justify-content:center;position:relative}.career-hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#fff0,#ffffff80,#fff0)}.career-hero-content{max-width:800px}.career-hero h1{font-size:2.75rem;margin:0 0 1rem;font-weight:700;letter-spacing:-.02em}.career-hero p{font-size:1.15rem;margin:0;opacity:.95;font-weight:400}.hiring-section{padding:4rem 1.5rem;background:#fafbfc}.hiring-container{max-width:900px;margin:0 auto}.hiring-card{background:#fff;border-radius:16px;padding:3rem 2.5rem;box-shadow:0 2px 12px #00000014;border:1px solid #e8ecf0;position:relative}.hiring-badge{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:6px;font-weight:600;font-size:.85rem;letter-spacing:.5px;margin-bottom:1.5rem}.hiring-card h2{margin:0 0 1rem;color:#1a1f36;font-size:2rem;font-weight:700;letter-spacing:-.01em}.hiring-description{color:#4a5568;font-size:1.05rem;line-height:1.7;margin:0 0 2rem}.email-section{background:linear-gradient(135deg,#f7fafc,#edf2f7);padding:2rem;border-radius:12px;text-align:center;border:1px solid #e2e8f0}.email-section h3{margin:0 0 1rem;color:#2d3748;font-size:1.1rem;font-weight:600}.email-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .2s ease;box-shadow:0 2px 8px #667eea4d}.email-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.why-join-section{padding:4rem 1.5rem;background:#fff}.why-join-container{max-width:1200px;margin:0 auto}.why-join-section h2{text-align:center;font-size:2.25rem;color:#1a1f36;margin:0 0 3rem;font-weight:700;letter-spacing:-.01em}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.benefit-card{background:#fafbfc;padding:2rem;border-radius:12px;text-align:left;transition:all .2s ease;border:1px solid #e8ecf0}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #667eea26;border-color:#667eea;background:#fff}.benefit-icon{font-size:2.5rem;margin-bottom:1rem;display:block;line-height:1}.benefit-card h3{margin:0 0 .75rem;color:#1a1f36;font-size:1.15rem;font-weight:600}.benefit-card p{margin:0;color:#4a5568;line-height:1.6;font-size:.95rem}.apply-section{padding:4rem 1.5rem;background:linear-gradient(135deg,#f7fafc,#edf2f7);text-align:center}.apply-container{max-width:700px;margin:0 auto}.apply-container h2{font-size:2rem;color:#1a1f36;margin:0 0 .75rem;font-weight:700;letter-spacing:-.01em}.apply-container p{color:#4a5568;font-size:1.1rem;margin:0 0 2rem}.cta-email-button{display:inline-flex;align-items:center;gap:.5rem;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .2s ease;box-shadow:0 4px 16px #667eea66}.cta-email-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}@media (max-width: 1024px){.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}}@media (max-width: 768px){.career-hero{padding:3rem 1.25rem}.career-hero h1{font-size:2rem}.career-hero p{font-size:1rem}.hiring-section,.why-join-section,.apply-section{padding:3rem 1.25rem}.hiring-card{padding:2rem 1.5rem}.hiring-card h2{font-size:1.65rem}.benefits-grid{grid-template-columns:1fr;gap:1rem}.benefit-card{padding:1.5rem}.why-join-section h2,.apply-container h2{font-size:1.75rem}.cta-email-button{padding:.875rem 2rem;font-size:.95rem}}@media (max-width: 480px){.career-hero{padding:2.5rem 1rem}.career-hero h1{font-size:1.75rem}.career-hero p{font-size:.95rem}.hiring-section,.why-join-section,.apply-section{padding:2.5rem 1rem}.hiring-card{padding:1.75rem 1.25rem}.hiring-card h2{font-size:1.5rem}.email-section{padding:1.5rem}.email-link,.cta-email-button{padding:.75rem 1.5rem;font-size:.9rem}.benefit-card{padding:1.25rem}.benefit-icon{font-size:2rem}}.about-us-page{width:100%;overflow-x:hidden}.about-container{max-width:1200px;margin:0 auto;padding:0 20px}.about-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 20px 80px;text-align:center;position:relative;overflow:hidden}.about-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="white" opacity="0.1"/></svg>');opacity:.3}.about-hero-content{position:relative;z-index:1}.about-title{font-size:3.5rem;font-weight:700;margin-bottom:15px;animation:fadeInUp .8s ease-out}.about-subtitle{font-size:1.5rem;font-weight:300;opacity:.95;animation:fadeInUp .8s ease-out .2s;animation-fill-mode:backwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.about-mission{padding:80px 20px;background:#fff}.mission-content h2{font-size:2.5rem;color:#333;margin-bottom:30px;text-align:center}.mission-content p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:20px;text-align:justify}.about-ecosystem{padding:80px 20px;background:linear-gradient(to bottom,#f8f9fa,#fff)}.ecosystem-content h2{font-size:2.5rem;color:#333;margin-bottom:30px;text-align:center}.ecosystem-content>p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:40px;text-align:center;max-width:900px;margin-left:auto;margin-right:auto}.impact-statement{background:linear-gradient(135deg,#667eea,#764ba2);padding:50px 40px;border-radius:15px;box-shadow:0 10px 40px #667eea33;margin-top:40px}.impact-quote{font-size:1.8rem;font-weight:600;color:#fff;text-align:center;font-style:italic;margin:0;line-height:1.5}.founder-story{padding:80px 20px;background:#fff}.founder-content h2{font-size:2.5rem;color:#333;margin-bottom:30px;text-align:center}.founder-intro{margin-bottom:30px}.founder-intro p{font-size:1.2rem;line-height:1.8;color:#555;text-align:center;max-width:900px;margin:0 auto}.founder-intro strong{color:#667eea;font-weight:600}.founder-story-details{margin-top:40px}.founder-story-details p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:25px;text-align:justify}.founder-mission{background:#f8f9fa;padding:30px;border-left:4px solid #667eea;border-radius:8px;margin-top:30px;font-weight:500}.about-cta{padding:80px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.cta-content h2{font-size:2.5rem;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-button{padding:15px 40px;font-size:1.1rem;font-weight:600;border-radius:50px;text-decoration:none;transition:all .3s ease;display:inline-block}.cta-button.primary{background:#fff;color:#667eea}.cta-button.primary:hover{background:#f8f9fa;transform:translateY(-3px);box-shadow:0 10px 30px #0003}.cta-button.secondary{background:transparent;color:#fff;border:2px solid white}.cta-button.secondary:hover{background:#fff;color:#667eea;transform:translateY(-3px);box-shadow:0 10px 30px #0003}@media (max-width: 768px){.about-title{font-size:2.5rem}.about-subtitle{font-size:1.2rem}.mission-content h2,.ecosystem-content h2,.founder-content h2,.cta-content h2{font-size:2rem}.mission-content p,.ecosystem-content>p,.founder-story-details p{font-size:1rem;text-align:left}.founder-intro p{font-size:1.1rem}.impact-quote{font-size:1.4rem}.impact-statement{padding:30px 20px}.cta-buttons{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:300px}.about-hero{padding:100px 20px 60px}.about-mission,.about-ecosystem,.founder-story,.about-cta{padding:60px 20px}}@media (max-width: 480px){.about-title{font-size:2rem}.about-subtitle{font-size:1rem}.mission-content h2,.ecosystem-content h2,.founder-content h2,.cta-content h2{font-size:1.75rem}.impact-quote{font-size:1.2rem}}.community-page{min-height:100vh;background:linear-gradient(to bottom,#f8f9fa,#fff)}.community-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem 4rem;text-align:center}.community-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.community-subtitle{font-size:1.25rem;opacity:.95;max-width:700px;margin:0 auto}.community-content{max-width:1200px;margin:0 auto;padding:4rem 2rem}.community-section{margin-bottom:4rem}.community-section h2{font-size:2rem;color:#333;margin-bottom:1.5rem;text-align:center}.community-section p{font-size:1.1rem;color:#666;line-height:1.8;max-width:800px;margin:0 auto 2rem;text-align:center}.products-showcase{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:3rem;border-radius:12px}.product-showcase{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:3rem;margin-top:2rem}.product-card-large{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 8px 25px #0000001a;transition:all .3s ease}.product-card-large:hover{transform:translateY(-5px);box-shadow:0 12px 35px #00000026}.product-icon{font-size:4rem;text-align:center;margin-bottom:1.5rem}.product-card-large h3{font-size:2rem;color:#667eea;text-align:center;margin-bottom:.5rem}.product-tagline{font-size:1.1rem;color:#764ba2;text-align:center;font-weight:600;margin-bottom:1.5rem}.product-description{color:#666;line-height:1.8;text-align:center;margin-bottom:2rem;font-size:1rem}.product-features h4{color:#333;margin-bottom:1rem;font-size:1.1rem}.product-features ul{list-style:none;padding:0}.product-features li{color:#666;position:relative;padding:.5rem 0 .5rem 1.5rem}.product-features li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.product-status{text-align:center;margin-top:2rem}.status-badge{display:inline-block;padding:.5rem 1.5rem;border-radius:25px;font-weight:600;font-size:.9rem}.status-badge.coming-soon{background:gold;color:#333}.impact{padding:3rem 2rem}.impact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.impact-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px #0000001a;text-align:center;transition:all .3s ease}.impact-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.impact-number{font-size:3rem;margin-bottom:1rem}.impact-card h3{color:#333;margin-bottom:1rem;font-size:1.3rem}.impact-card p{color:#666;font-size:.95rem;text-align:center;margin:0}.vision{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 3rem;border-radius:12px}.vision h2{color:#fff;text-align:center;margin-bottom:2rem}.vision-content p{font-size:1.2rem;line-height:1.8;text-align:center;color:#fff;max-width:800px;margin:0 auto 1.5rem}.vision-content strong{font-size:1.3rem;color:gold}.newsletter-signup{display:flex;gap:1rem;max-width:500px;margin:2rem auto 0;justify-content:center}.email-input{flex:1;padding:1rem;border:2px solid #ddd;border-radius:25px;font-size:1rem;outline:none;transition:all .3s ease}.email-input:focus{border-color:#667eea}.subscribe-btn{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:25px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.subscribe-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}.form-message{margin-top:1rem;padding:1rem;border-radius:8px;text-align:center;font-weight:500;animation:slideIn .3s ease-out}.form-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@media (max-width: 768px){.community-hero h1{font-size:2rem}.community-subtitle{font-size:1rem}.product-showcase{grid-template-columns:1fr}.newsletter-signup{flex-direction:column}.impact-grid{grid-template-columns:1fr}}.insights-page{min-height:100vh;background:linear-gradient(to bottom,#f8f9fa,#fff)}.insights-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem 4rem;text-align:center}.insights-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.insights-subtitle{font-size:1.25rem;opacity:.95;max-width:700px;margin:0 auto}.insights-content{max-width:1200px;margin:0 auto;padding:4rem 2rem}.filter-section{margin-bottom:3rem}.category-filters{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.filter-btn{padding:.75rem 1.5rem;background:#fff;border:2px solid #ddd;border-radius:25px;font-weight:600;color:#666;cursor:pointer;transition:all .3s ease}.filter-btn:hover{border-color:#667eea;color:#667eea}.filter-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff;box-shadow:0 4px 15px #667eea4d}.articles-section{margin-bottom:4rem}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.article-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;display:flex;flex-direction:column}.article-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.article-image{font-size:6rem;text-align:center;padding:3rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.article-content{padding:2rem;flex:1;display:flex;flex-direction:column}.article-category{display:inline-block;padding:.4rem 1rem;background:#667eea;color:#fff;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1rem;align-self:flex-start}.article-content h2{font-size:1.5rem;color:#333;margin-bottom:1rem;line-height:1.4}.article-excerpt{color:#666;line-height:1.6;margin-bottom:1.5rem;flex:1}.article-meta{display:flex;align-items:center;gap:.5rem;color:#999;font-size:.9rem;margin-bottom:1rem}.article-divider{color:#ccc}.read-more{color:#667eea;font-weight:600;text-decoration:none;transition:all .3s ease}.read-more:hover{color:#764ba2;text-decoration:underline}.newsletter-section{margin-bottom:4rem}.newsletter-box{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 3rem;border-radius:12px;text-align:center}.newsletter-box h2{font-size:2rem;margin-bottom:1rem}.newsletter-box p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.newsletter-form{display:flex;gap:1rem;max-width:500px;margin:0 auto}.newsletter-input{flex:1;padding:1rem;border:none;border-radius:25px;font-size:1rem;outline:none}.newsletter-btn{padding:1rem 2rem;background:#fff;color:#667eea;border:none;border-radius:25px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.newsletter-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}.why-insights{padding:3rem 0}.why-insights h2{font-size:2rem;color:#333;text-align:center;margin-bottom:3rem}.insights-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.benefit-item{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;transition:all .3s ease}.benefit-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.benefit-icon{font-size:3rem;margin-bottom:1rem;display:block}.benefit-item h3{font-size:1.3rem;color:#333;margin-bottom:.5rem}.benefit-item p{color:#666;font-size:.95rem;margin:0}@media (max-width: 768px){.insights-hero h1{font-size:2rem}.insights-subtitle{font-size:1rem}.articles-grid{grid-template-columns:1fr}.newsletter-form,.category-filters{flex-direction:column}.filter-btn{width:100%}}.contact-page{min-height:100vh;background:linear-gradient(to bottom,#f8f9fa,#fff)}.contact-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem 4rem;text-align:center}.contact-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.contact-subtitle{font-size:1.25rem;opacity:.95;max-width:600px;margin:0 auto}.contact-content{max-width:1200px;margin:0 auto;padding:4rem 2rem}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;margin-bottom:4rem}.contact-info h2,.contact-form-container h2{font-size:2rem;color:#333;margin-bottom:1.5rem}.contact-info p{color:#666;line-height:1.8;margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.contact-method{display:flex;gap:1rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;transition:all .3s ease}.contact-method:hover{transform:translate(5px);box-shadow:0 6px 20px #00000026}.method-icon{font-size:2rem;flex-shrink:0}.method-details h3{font-size:1.1rem;color:#333;margin-bottom:.5rem}.method-details a,.method-details p{color:#667eea;text-decoration:none;transition:color .3s ease;margin:0}.method-details a:hover{color:#764ba2}.social-links{padding:2rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:12px}.social-links h3{font-size:1.2rem;color:#333;margin-bottom:1rem}.social-icons{display:flex;gap:1rem}.social-icon{width:50px;height:50px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.social-icon:hover{transform:translateY(-3px);box-shadow:0 4px 12px #00000026}.contact-form-container{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 8px 25px #0000001a}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group label{font-weight:600;color:#333;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:1rem;border:2px solid #ddd;border-radius:8px;font-size:1rem;font-family:inherit;outline:none;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical}.submit-btn{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.success-message{text-align:center;padding:3rem}.success-icon{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto 2rem;animation:scaleIn .5s ease}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-message h3{font-size:2rem;color:#333;margin-bottom:1rem}.success-message p{font-size:1.1rem;color:#666}.booking-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 3rem;border-radius:12px;text-align:center}.booking-section h2{font-size:2rem;margin-bottom:1rem}.booking-section p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.booking-btn{display:inline-block;padding:1rem 3rem;background:#fff;color:#667eea;border-radius:30px;font-weight:700;font-size:1.1rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #0003}.booking-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}.error-message{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;padding:1rem;border-radius:8px;margin-top:1rem;font-weight:500;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.contact-hero h1{font-size:2rem}.contact-subtitle{font-size:1rem}.contact-grid{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.contact-form-container{padding:2rem}.social-icons{justify-content:center}}.service-page{min-height:100vh;background:linear-gradient(to bottom,#f8f9fa,#fff)}.service-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem 4rem;text-align:center}.service-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.service-subtitle{font-size:1.25rem;opacity:.95;max-width:600px;margin:0 auto}.service-content{max-width:1200px;margin:0 auto;padding:4rem 2rem}.service-section{margin-bottom:4rem}.service-section h2{font-size:2rem;color:#333;margin-bottom:1.5rem;text-align:center}.service-section p{font-size:1.1rem;color:#666;line-height:1.8;max-width:800px;margin:0 auto 2rem;text-align:center}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px #0000001a;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.feature-card h3{font-size:1.3rem;color:#667eea;margin-bottom:1rem}.feature-card p{color:#666;line-height:1.6;font-size:1rem;text-align:left;margin:0}.tech-stack{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:3rem;border-radius:12px}.tech-list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.tech-badge{background:#fff;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;color:#667eea;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.tech-badge:hover{transform:translateY(-3px);box-shadow:0 4px 12px #00000026}.approach-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.step{display:flex;gap:1rem;align-items:flex-start}.step-number{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.step-content h3{font-size:1.2rem;color:#333;margin-bottom:.5rem}.step-content p{color:#666;font-size:.95rem;text-align:left;margin:0}.pricing-tiers{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.tier-card{background:#fff;padding:2.5rem 2rem;border-radius:12px;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;position:relative}.tier-card.featured{border:3px solid #667eea;transform:scale(1.05)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#667eea;color:#fff;padding:.4rem 1.5rem;border-radius:20px;font-size:.85rem;font-weight:600}.tier-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.tier-card.featured:hover{transform:scale(1.05) translateY(-5px)}.tier-card h3{font-size:1.8rem;color:#333;margin-bottom:.5rem;text-align:center}.tier-description{text-align:center;color:#666;margin-bottom:1.5rem;font-size:.95rem}.tier-features{list-style:none;padding:0}.tier-features li{padding:.75rem 0;border-bottom:1px solid #f0f0f0;color:#666;text-align:left}.tier-features li:before{content:"✓ ";color:#667eea;font-weight:700;margin-right:.5rem}@media (max-width: 768px){.service-hero h1{font-size:2rem}.service-subtitle{font-size:1rem}.feature-grid,.approach-steps,.pricing-tiers,.approach-grid{grid-template-columns:1fr}.tier-card.featured{transform:scale(1)}}.why-we-section h2{font-size:2.2rem;color:#667eea;margin-bottom:2rem}.why-we-content{background:linear-gradient(135deg,#667eea0d,#764ba20d);padding:2.5rem;border-radius:12px;border-left:5px solid #667eea}.why-we-content p{font-size:1.1rem;line-height:1.8;color:#555;text-align:left;margin-bottom:1.5rem}.why-we-content p:last-child{margin-bottom:0}.how-we-approach-section h2{font-size:2.2rem;color:#667eea;margin-bottom:2rem}.approach-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:1rem}.approach-card{background:#fff;border:2px solid #f0f0f0;border-radius:10px;padding:2rem;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.approach-card:hover{border-color:#667eea;box-shadow:0 8px 24px #667eea26;transform:translateY(-5px)}.approach-card h3{font-size:1.3rem;color:#667eea;margin-bottom:1rem;font-weight:600}.approach-card p{font-size:1rem;line-height:1.6;color:#666;text-align:left;margin:0}.solution-section h2{font-size:2.2rem;color:#667eea;margin-bottom:2rem}.solution-section p{font-size:1.15rem;line-height:1.8;color:#555;text-align:center;background:linear-gradient(135deg,#667eea14,#764ba214);padding:2rem;border-radius:10px;margin-bottom:2rem}@media (max-width: 768px){.why-we-content{padding:1.5rem}.why-we-content p{font-size:1rem}.approach-card{padding:1.5rem}.approach-card h3{font-size:1.1rem}.approach-card p{font-size:.95rem}}.industry-page{min-height:100vh;background:linear-gradient(to bottom,#f8f9fa,#fff)}.industry-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem 4rem;text-align:center}.industry-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.industry-subtitle{font-size:1.25rem;opacity:.95;max-width:600px;margin:0 auto}.industry-content{max-width:1200px;margin:0 auto;padding:4rem 2rem}.industry-section{margin-bottom:4rem}.industry-section h2{font-size:2rem;color:#333;margin-bottom:1.5rem;text-align:center}.industry-section p{font-size:1.1rem;color:#666;line-height:1.8;max-width:800px;margin:0 auto 2rem;text-align:center}.solution-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.solution-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;border-left:4px solid #667eea}.solution-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026;border-left-color:#764ba2}.solution-card h3{font-size:1.3rem;color:#667eea;margin-bottom:1rem}.solution-card p{color:#666;line-height:1.6;font-size:1rem;text-align:left;margin:0}.benefits{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:3rem;border-radius:12px}.benefits-list{list-style:none;padding:0;max-width:800px;margin:2rem auto 0}.benefits-list li{margin-bottom:1rem;background:#fff;border-radius:8px;color:#333;font-size:1.1rem;box-shadow:0 2px 8px #0000001a;position:relative;padding:1rem 1.5rem 1rem 3rem}.benefits-list li:before{content:"✓";position:absolute;left:1rem;color:#667eea;font-size:1.5rem;font-weight:700}.cta-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;border-radius:12px;text-align:center}.cta-section h2{color:#fff;font-size:2.5rem;margin-bottom:1rem}.cta-section p{color:#fffffff2;font-size:1.2rem;margin-bottom:2rem}.cta-button{display:inline-block;background:#fff;color:#667eea;padding:1rem 3rem;border-radius:30px;font-weight:700;font-size:1.1rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #0003}.cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}@media (max-width: 768px){.industry-hero h1{font-size:2rem}.industry-subtitle{font-size:1rem}.solution-grid{grid-template-columns:1fr}.benefits-list li{font-size:1rem}}.article-page{max-width:800px;margin:0 auto;padding:2rem 1.5rem 4rem;line-height:1.7}.article-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e8ecf0}.back-link{display:inline-flex;align-items:center;color:#667eea;text-decoration:none;font-weight:500;margin-bottom:1.5rem;font-size:.95rem;transition:color .2s ease}.back-link:hover{color:#764ba2}.article-category-badge{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.4rem .9rem;border-radius:6px;font-size:.8rem;font-weight:600;letter-spacing:.5px;margin-bottom:1.25rem}.article-header h1{font-size:2.5rem;color:#1a1f36;margin:0 0 1rem;font-weight:700;letter-spacing:-.02em;line-height:1.2}.article-metadata{display:flex;align-items:center;gap:.75rem;color:#6b7280;font-size:.9rem}.article-metadata span:nth-child(2n){color:#d1d5db}.article-body{color:#374151;font-size:1.05rem}.article-lead{font-size:1.25rem;color:#4b5563;line-height:1.8;margin-bottom:2rem;font-weight:400}.article-body h2{font-size:1.75rem;color:#1a1f36;margin:2.5rem 0 1rem;font-weight:700;letter-spacing:-.01em;line-height:1.3}.article-body h3{font-size:1.35rem;color:#2d3748;margin:2rem 0 .75rem;font-weight:600;line-height:1.4}.article-body p{margin:0 0 1.25rem;line-height:1.8}.article-body strong{color:#1a1f36;font-weight:600}.article-body ul,.article-body ol{margin:0 0 1.5rem;padding-left:1.75rem}.article-body li{margin-bottom:.75rem;line-height:1.7}.article-body li strong{color:#667eea}.article-closing{font-size:1.15rem;color:#667eea;font-weight:500;margin-top:2.5rem;font-style:italic}.article-footer{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:4rem;padding-top:2.5rem;border-top:1px solid #e8ecf0}.back-to-insights{color:#6b7280;text-decoration:none;font-weight:500;transition:color .2s ease;font-size:.95rem}.back-to-insights:hover{color:#667eea}.discuss-button{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .2s ease;box-shadow:0 2px 8px #667eea4d}.discuss-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}@media (max-width: 768px){.article-page{padding:1.5rem 1.25rem 3rem}.article-header h1{font-size:1.85rem}.article-lead{font-size:1.1rem}.article-body{font-size:1rem}.article-body h2{font-size:1.5rem;margin:2rem 0 .875rem}.article-body h3{font-size:1.2rem;margin:1.75rem 0 .75rem}.article-footer{flex-direction:column;align-items:flex-start;gap:1rem}.discuss-button{width:100%;justify-content:center}}@media (max-width: 480px){.article-page{padding:1.25rem 1rem 2.5rem}.article-header h1{font-size:1.65rem}.article-lead{font-size:1.05rem}.article-body{font-size:.975rem}.article-closing{font-size:1.05rem}}#root{display:flex;flex-direction:column;min-height:100vh}.main-container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%;flex:1}html{scroll-behavior:smooth}a{color:inherit;text-decoration:none}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width: 768px){.main-container{padding:0 1.5rem}}@media (max-width: 480px){.main-container{padding:0 1rem}}
