@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);*{box-sizing:border-box;margin:0;padding:0;scrollbar-color:#a4e635 #f1f1f1;scrollbar-width:thin}html{overflow-x:hidden}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{border-radius:6px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#a4e635,#8bc34a);border:2px solid #f1f1f1;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#8bc34a,#689f38)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8f9fa;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--indrive-primary:#a4e635;--indrive-secondary:#8bc34a;--indrive-dark:#689f38;--indrive-light:#f1f8e9;--indrive-accent:#cddc39;--indrive-cream:#fff8e1}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:12px 24px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:#a4e635;color:#1a1a1a;font-weight:700}.btn-primary:hover{background:#8bc34a;box-shadow:0 8px 25px #a4e6354d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #1a1a1a;color:#1a1a1a;font-weight:600}.btn-secondary:hover{background:#1a1a1a;box-shadow:0 8px 25px #1a1a1a33;color:#fff;transform:translateY(-2px)}.section{padding:80px 0}.section-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:20px;text-align:center}.section-subtitle{color:#666;font-size:1.2rem;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.App{text-align:left}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ff6b35;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#e55a2b}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .8s ease-out}.fade-in{animation:fadeIn .8s ease-out}@media (max-width:768px){.container{padding:0 15px}.section{padding:60px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #a4e6351a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:#fffffffa;box-shadow:0 2px 20px #0000001a}.header-content{justify-content:space-between;padding:15px 0}.header-content,.logo,.logo-container{align-items:center;display:flex}.logo-container{gap:12px}.team-logo{height:auto;width:90px}.logo-text{align-items:flex-start;display:flex;flex-direction:column}.logo-text h2{color:#1a1a1a;font-size:1.8rem;font-weight:800;line-height:1;margin:0}.logo-subtitle{color:#666;font-size:.75rem;font-weight:500;margin-top:2px}.nav{align-items:center;display:flex;gap:40px}.nav-link{color:#333;font-size:15px;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#a4e635}.nav-link:after{background:#a4e635;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.header-actions{align-items:center;display:flex;gap:15px}.mobile-menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;padding:5px}.mobile-menu-toggle span{background:#333;border-radius:2px;height:3px;margin:3px 0;transition:.3s;width:25px}@media (max-width:768px){.nav{background:#fff;box-shadow:0 5px 20px #0000001a;flex-direction:column;left:0;opacity:0;padding:20px;position:fixed;right:0;top:70px;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav-link{border-bottom:1px solid #eee;padding:10px 0;width:100%}.header-actions{display:none}.mobile-menu-toggle{display:flex}.logo h2{font-size:1.5rem}.logo-subtitle{font-size:.7rem}}.hero{align-items:center;background:#fff8e1;display:flex;height:100vh;overflow:hidden;padding-bottom:40px;padding-top:80px;position:relative}.hero-shapes{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.shape{background:#a4e635;border-radius:20px;position:absolute}.shape-1{height:160px;opacity:.8;right:-40px;top:15%;transform:rotate(25deg);width:250px}.shape-2{bottom:25%;height:120px;opacity:.6;right:15%;transform:rotate(-15deg);width:120px}.shape-3{height:80px;left:-25px;opacity:.4;top:65%;transform:rotate(45deg);width:160px}.shape-4{height:200px;left:10%;opacity:.3;top:20%;transform:rotate(-30deg);width:80px}.hero-content{max-width:800px;padding:0 20px;position:relative;width:100%;z-index:2}.hero-badge{background:#1a1a1ae6;border-radius:25px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:30px;margin-left:0;padding:8px 20px;white-space:nowrap}.hero-title{color:#1a1a1a;font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:25px;max-width:700px}.highlight{color:#1a1a1a;position:relative}.hero-description{color:#666;font-size:1.2rem;line-height:1.6;margin-bottom:35px;max-width:600px}.hero-stats-inline{display:flex;flex-wrap:wrap;gap:35px;margin-bottom:40px}.stat-inline{display:flex;flex-direction:column}.stat-inline .stat-number{color:#1a1a1a;font-size:2.2rem;font-weight:800;line-height:1}.stat-inline .stat-label{color:#666;font-size:.9rem;margin-top:5px}.hero-actions{align-items:center;display:flex;gap:20px}.hero-actions .btn{border-radius:25px;font-size:1.1rem;font-weight:700;padding:16px 32px}@media (max-width:1024px){.hero{padding-top:70px}.hero-title{font-size:3.2rem}.shape-1{height:130px;width:200px}.shape-2{height:100px;width:100px}}@media (max-width:768px){.hero{height:100vh;padding-top:80px;text-align:center}.hero-title{font-size:2.8rem}.hero-description{font-size:1.1rem}.hero-stats-inline{gap:30px;justify-content:center}.stat-inline .stat-number{font-size:2rem}.hero-actions{align-items:stretch;flex-direction:column;justify-content:center}.hero-actions .btn{margin:0 auto;max-width:300px;width:100%}.shape-1,.shape-2,.shape-3,.shape-4{opacity:.2}}@media (max-width:480px){.hero-title{font-size:2.2rem}.hero-description{font-size:1rem}.hero-stats-inline{align-items:center;flex-direction:column;gap:20px}.stat-inline .stat-number{font-size:1.8rem}.hero-badge{font-size:.8rem;padding:6px 16px}}.features{position:relative}.features-header{margin-bottom:60px;text-align:center}.features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:80px}.feature-card{background:#fff;border:2px solid #a4e6351a;border-radius:20px;box-shadow:0 8px 25px #00000014;overflow:hidden;padding:30px 25px;position:relative;transition:all .3s ease}.feature-card:before{background:linear-gradient(90deg,#a4e635,#8bc34a);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.feature-card:hover{border-color:#a4e6354d;box-shadow:0 20px 40px #a4e63526;transform:translateY(-10px)}.feature-card:hover:before{transform:scaleX(1)}.feature-icon{align-items:center;background:linear-gradient(135deg,#a4e635,#8bc34a);border-radius:16px;box-shadow:0 8px 25px #a4e6354d;display:flex;height:60px;justify-content:center;margin-bottom:20px;width:60px}.feature-icon .icon{stroke-width:2.5;color:#fff;height:28px;width:28px}.feature-content{flex:1 1}.feature-title{color:#1a1a1a;font-size:1.4rem;font-weight:700;margin-bottom:12px}.feature-description{color:#666;font-size:.95rem;line-height:1.5;margin-bottom:20px}.feature-details{list-style:none;margin:0;padding:0}.feature-details li{color:#555;font-size:.9rem;margin-bottom:8px;padding-left:20px;position:relative}.feature-details li:before{color:#a4e635;content:"✓";font-weight:600;left:0;position:absolute}.features-cta{background:linear-gradient(135deg,#a4e635,#8bc34a);border-radius:20px;color:#fff;overflow:hidden;padding:50px 40px;position:relative;text-align:center}.features-cta:before{animation:rotate 20s linear infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}.cta-content{position:relative;z-index:2}.cta-content h3{font-size:2rem;font-weight:700;margin-bottom:15px}.cta-content p{font-size:1.2rem;margin-bottom:30px;opacity:.9}.cta-actions{align-items:center;display:flex;gap:20px;justify-content:center}.cta-actions .btn{min-width:160px}.cta-actions .btn-primary{background:#fff;color:#1a1a1a;font-weight:700}.cta-actions .btn-primary:hover{background:#f8f9fa;transform:translateY(-2px)}.cta-actions .btn-secondary{background:#0000;border-color:#fff;color:#fff}.cta-actions .btn-secondary:hover{background:#fff;color:#1a1a1a}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.features-grid{gap:30px;grid-template-columns:1fr}.feature-card{padding:30px}.feature-icon{height:60px;margin-bottom:20px;width:60px}.feature-icon span{font-size:1.5rem}.feature-title{font-size:1.3rem}.features-cta{padding:40px 20px}.cta-content h3{font-size:1.6rem}.cta-content p{font-size:1rem}.cta-actions{flex-direction:column;gap:15px}.cta-actions .btn{max-width:300px;width:100%}}.stats{background:linear-gradient(135deg,#a4e635,#8bc34a);color:#fff;overflow:hidden;position:relative;width:100%}.stats:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.stats-container{position:relative;z-index:2}.stats-header{margin-bottom:60px;padding-top:60px;text-align:center}.stats-header .section-title{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:15px}.stats-header .section-subtitle{color:#ffffffe6;font-size:1.1rem;margin:0 auto;max-width:600px}.stats-content{padding-bottom:60px}.stats-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(4,1fr);padding:0 20px;width:100%}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:16px;padding:30px 25px;text-align:center;transition:all .3s ease}.stat-card:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-5px)}.stat-number{font-size:2.5rem;font-weight:800;line-height:1}.stat-number,.stat-title{color:#fff;margin-bottom:8px}.stat-title{font-size:1rem;font-weight:600}.stat-description{color:#fffc;font-size:.9rem;line-height:1.5}.performance-section{align-items:center;display:flex;justify-content:center}.performance-chart{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;max-width:450px;padding:40px 30px;width:100%}.chart-header{margin-bottom:30px;text-align:center}.chart-header h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:8px}.chart-header p{color:#fffc;font-size:1rem}.chart-bars{align-items:end;display:flex;gap:15px;height:250px;justify-content:space-between;padding:0 10px}.bar-group{align-items:center;display:flex;flex:1 1;flex-direction:column}.bar{align-items:end;background:linear-gradient(180deg,#a4e635,#a4e63599);border:2px solid #a4e6354d;border-radius:8px 8px 0 0;box-shadow:0 4px 15px #a4e63533;display:flex;justify-content:center;margin-bottom:12px;max-width:50px;padding-bottom:8px;position:relative;transition:all .3s ease;width:100%}.bar.active{background:linear-gradient(180deg,#a4e635,#8bc34a);border-color:#a4e63599;box-shadow:0 6px 20px #a4e63566;transform:scale(1.05)}.bar:hover{box-shadow:0 8px 25px #a4e6354d;transform:translateY(-3px)}.bar.active:hover,.bar:hover{background:linear-gradient(180deg,#8bc34a,#689f38)}.bar.active:hover .bar-value{color:#fff}.bar-value{color:#fff;font-size:.85rem;font-weight:700;text-shadow:0 1px 3px #00000080}.bar.active .bar-value{color:#fff;font-size:.9rem;text-shadow:0 2px 4px #0009}.bar-label{color:#fff;font-size:.85rem;font-weight:600;line-height:1.2;margin-top:8px;text-align:center}@media (max-width:1024px){.stats-grid{gap:20px;grid-template-columns:repeat(2,1fr);padding:0 30px}.stats-header .section-title{font-size:2.5rem}}@media (max-width:768px){.stats-grid{gap:20px;grid-template-columns:repeat(2,1fr);padding:0 20px}.stats-header{margin-bottom:60px;padding-top:60px}.stats-header .section-title{font-size:2.2rem}.stats-header .section-subtitle{font-size:1.1rem}.stats-content{gap:50px;padding-bottom:60px}.stat-card{padding:30px 25px}.stat-number{font-size:2.5rem}.performance-chart{padding:40px 30px}.chart-bars{gap:15px;height:150px}.bar{max-width:50px}}@media (max-width:480px){.stats-grid{gap:15px;grid-template-columns:1fr;padding:0 15px}.stats-header .section-title{font-size:1.8rem}.stats-header .section-subtitle{font-size:1rem}.stat-card{padding:25px 20px}.stat-number{font-size:2rem}.performance-chart{padding:30px 20px}.chart-header h3{font-size:1.5rem}.chart-bars{gap:10px;height:120px}.bar{max-width:40px}.bar-label{font-size:.7rem}}.heatmap{position:relative}.heatmap:before{background:linear-gradient(90deg,#0000,#a4e6354d,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.heatmap-header{margin-bottom:60px;text-align:center}.heatmap-container{margin-bottom:40px;width:100%}.map-wrapper-full{width:100%}.heatmap-info-bottom{margin-top:40px;padding:40px 0}.heatmap-info-bottom .info-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-bottom:40px}.info-item-compact{background:#fff;border:1px solid #a4e6351a;border-radius:12px;cursor:pointer;padding:20px 15px;position:relative;text-align:center;transition:all .3s ease}.info-item-compact:hover{background:linear-gradient(135deg,#fff,#f8fffe);border-color:#a4e6354d;box-shadow:0 8px 25px #a4e63526;transform:translateY(-3px)}.info-item-compact .info-icon{color:#a4e635;height:36px;margin:0 auto 12px;transition:all .3s ease;width:36px}.info-item-compact:hover .info-icon{color:#8bc34a;transform:scale(1.1)}.info-item-compact h3{color:#1a1a1a;font-size:1rem;font-weight:600;line-height:1.3;margin:0}.info-item-compact:after{bottom:8px;color:#a4e635;content:"Click for details";font-size:.7rem;left:50%;opacity:0;position:absolute;transform:translateX(-50%);transition:opacity .3s ease}.info-item-compact:hover:after{opacity:1}.feature-highlight-compact{background:#fff;border:1px solid #a4e6351a;border-radius:16px;box-shadow:0 10px 30px #0000000d;cursor:pointer;padding:30px 20px;position:relative;text-align:center;transition:all .3s ease}.feature-highlight-compact:hover{background:linear-gradient(135deg,#fff,#f8fffe);border-color:#a4e6354d;box-shadow:0 20px 40px #a4e63526;transform:translateY(-5px)}.feature-highlight-compact .feature-icon{color:#a4e635;height:48px;margin:0 auto 15px;transition:all .3s ease;width:48px}.feature-highlight-compact:hover .feature-icon{color:#8bc34a;transform:scale(1.1)}.feature-highlight-compact h3{color:#1a1a1a;font-size:1.2rem;font-weight:600;line-height:1.3;margin:0}.feature-highlight-compact:after{bottom:10px;color:#a4e635;content:"Click for details";font-size:.7rem;left:50%;opacity:0;position:absolute;transform:translateX(-50%);transition:opacity .3s ease}.feature-highlight-compact:hover:after{opacity:1}.modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:slideIn .3s ease;background:#fff;border:1px solid #a4e63533;border-radius:20px;box-shadow:0 20px 60px #0003;max-height:80vh;max-width:500px;overflow:hidden;width:90%}.modal-header{align-items:center;background:linear-gradient(135deg,#a4e635,#8bc34a);color:#fff;display:flex;gap:15px;padding:25px 30px 20px;position:relative}.modal-icon{flex-shrink:0;height:32px;width:32px}.modal-header h3{flex:1 1;font-size:1.3rem;font-weight:600;margin:0}.modal-close{align-items:center;background:none;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:all .3s ease}.modal-close:hover{background:#fff3;transform:scale(1.1)}.modal-close svg{height:20px;width:20px}.modal-body{padding:30px}.modal-body p{color:#333;font-size:1rem;line-height:1.6;margin:0 0 8px}.modal-body p:last-child{margin-bottom:0}.modal-description p{padding-left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.heatmap-info-bottom .map-legend{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #a4e63526;border-radius:16px;display:flex;flex-wrap:wrap;gap:25px;justify-content:center;margin:0 20px;padding:25px}.info-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr}.info-item{background:#fff;border:1px solid #a4e6351a;border-radius:16px;box-shadow:0 10px 30px #0000000d;padding:30px;transition:all .3s ease}.info-item:hover{border-color:#a4e63533;box-shadow:0 20px 40px #0000001a;transform:translateY(-5px)}.info-icon{color:#a4e635;height:48px;margin-bottom:15px;width:48px}.info-item h3{color:#1a1a1a;font-size:1.3rem;font-weight:600;margin-bottom:10px}.info-item p{color:#666;line-height:1.6}.map-wrapper{background:#fff;border:1px solid #a4e6351a;border-radius:20px;box-shadow:0 20px 60px #0000001a;overflow:hidden}.map-controls{background:linear-gradient(135deg,#a4e635,#8bc34a);border-radius:16px;color:#fff;margin-bottom:20px;padding:20px;text-align:center}.map-controls h3{font-size:1.3rem;font-weight:600;margin-bottom:6px}.map-controls p{margin:0;opacity:.9}.map-frame{background:#f8f9fa;position:relative}.map-frame iframe{border:none;display:block;height:600px;width:100%}.map-legend{background:#f8f9fa;border-top:1px solid #00d4aa1a;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-around;padding:20px 30px}.legend-item{align-items:center;background:#fffc;border:1px solid #a4e6351a;border-radius:20px;color:#333;display:flex;font-size:.95rem;font-weight:500;gap:10px;padding:8px 12px;transition:all .3s ease}.legend-item:hover{background:#a4e6351a;border-color:#a4e6354d;box-shadow:0 4px 12px #a4e63533;transform:translateY(-2px)}.legend-color{border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0000001a;height:16px;width:16px}.legend-color.heat{background:linear-gradient(45deg,#f44,#f88)}.legend-color.cluster{background:#a4e635}.legend-color.anomaly,.legend-color.recommendation{background:#f44}.legend-color.controls{background:linear-gradient(45deg,#a4e635,#00d4aa)}.heatmap-features{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.feature-highlight{background:#fff;border:1px solid #a4e6351a;border-radius:16px;box-shadow:0 10px 30px #0000000d;padding:30px;transition:all .3s ease}.feature-highlight:hover{border-color:#a4e63533;box-shadow:0 20px 40px #0000001a;transform:translateY(-5px)}.feature-highlight .feature-icon{color:#a4e635;height:40px;margin-bottom:15px;width:40px}.feature-highlight h3{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin-bottom:20px}.feature-highlight ul{list-style:none;padding:0}.feature-highlight li{border-bottom:1px solid #f0f0f0;color:#666;line-height:1.6;padding:12px 0}.feature-highlight li:last-child{border-bottom:none}.feature-highlight strong{color:#a4e635;font-weight:600}@media (max-width:1024px){.heatmap-container{gap:40px;grid-template-columns:1fr}.info-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.heatmap-info-bottom .info-grid{gap:15px;grid-template-columns:repeat(2,1fr)}.info-item-compact{padding:15px 10px}.info-item-compact .info-icon{height:32px;width:32px}.info-item-compact h3{font-size:.9rem}.heatmap-info-bottom .map-legend{gap:15px;margin:0 10px;padding:20px}.legend-item{font-size:.85rem;padding:6px 10px}.heatmap-features{grid-template-columns:1fr}.map-frame iframe{height:500px}}@media (max-width:480px){.heatmap-info-bottom .info-grid{gap:12px;grid-template-columns:repeat(2,1fr)}.info-item-compact{padding:12px 8px}.info-item-compact .info-icon{height:28px;width:28px}.info-item-compact h3{font-size:.85rem}.modal-content{margin:20px;width:95%}.modal-header{padding:20px 25px 15px}.modal-body{padding:25px}.heatmap-info-bottom .map-legend{gap:12px;margin:0 5px;padding:15px}.legend-item{font-size:.8rem;padding:5px 8px}.feature-highlight{padding:25px}.map-controls{padding:15px}.map-controls h3{font-size:1.2rem}}.technology{position:relative}.technology-header{margin-bottom:80px;text-align:center}.tech-stack-simple{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(3,1fr);margin:0 auto 60px;max-width:900px}.tech-item-simple{background:#fff;border:2px solid #a4e6351a;border-radius:20px;box-shadow:0 8px 25px #00000014;overflow:hidden;padding:30px 25px;position:relative;text-align:center;transition:all .3s ease}.tech-item-simple:before{background:linear-gradient(90deg,#a4e635,#8bc34a);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.tech-item-simple:hover{border-color:#a4e6354d;box-shadow:0 20px 40px #a4e63526;transform:translateY(-10px)}.tech-item-simple:hover:before{transform:scaleX(1)}.tech-icon{align-items:center;display:flex;height:48px;justify-content:center;margin:0 auto 15px;width:48px}.tech-icon svg{height:100%;width:100%}.tech-item-simple .tech-name{color:#1a1a1a;font-size:1.2rem;font-weight:700;margin-bottom:8px}.tech-item-simple .tech-description{color:#666;font-size:.95rem;line-height:1.4;margin:0}.tech-stack-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:100px}.tech-category{background:#fff;border:1px solid #a4e6351a;border-radius:16px;box-shadow:0 10px 30px #0000000d;padding:30px;transition:all .3s ease}.tech-category:hover{border-color:#a4e63533;box-shadow:0 20px 40px #0000001a;transform:translateY(-5px)}.category-title{border-bottom:2px solid #a4e6351a;color:#a4e635;font-size:1.3rem;font-weight:600;margin-bottom:20px;padding-bottom:10px}.tech-list{display:flex;flex-direction:column;gap:15px}.tech-item{background:#f8f9fa;border-radius:8px;padding:15px;transition:all .3s ease}.tech-item:hover{background:#ff6b350d;transform:translateX(5px)}.tech-name{color:#1a1a1a;font-size:1rem;font-weight:600;margin-bottom:5px}.tech-description{color:#666;font-size:.9rem;line-height:1.4}.workflow-section{margin-bottom:80px}.workflow-title{color:#1a1a1a;font-size:2rem;font-weight:600;margin-bottom:50px;text-align:center}.workflow-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}.workflow-item{align-items:center;background:#fff;border:2px solid #a4e6351a;border-radius:16px;box-shadow:0 8px 25px #00000014;display:flex;flex-direction:column;gap:15px;overflow:hidden;padding:25px 20px;position:relative;text-align:center;transition:all .3s ease}.workflow-item:before{background:linear-gradient(90deg,#a4e635,#8bc34a);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.workflow-item:hover{border-color:#a4e6354d;box-shadow:0 20px 40px #a4e63526;transform:translateY(-8px)}.workflow-item:hover:before{transform:scaleX(1)}.workflow-icon{flex-direction:column;gap:10px;margin-bottom:15px}.step-number,.workflow-icon{align-items:center;display:flex}.step-number{background:linear-gradient(135deg,#a4e635,#8bc34a);border-radius:50%;box-shadow:0 4px 12px #a4e6354d;color:#fff;font-size:1.1rem;font-weight:700;height:40px;justify-content:center;width:40px}.step-icon{font-size:2rem;margin-top:5px}.workflow-content{width:100%}.workflow-item-title{color:#1a1a1a;font-size:1.1rem;font-weight:700;margin-bottom:8px}.workflow-description{color:#666;font-size:.9rem;line-height:1.5}.architecture-diagram{background:#fff;border:2px solid #a4e6351a;border-radius:20px;box-shadow:0 8px 25px #00000014;overflow:hidden;padding:35px 30px;position:relative}.architecture-diagram:before{background:linear-gradient(90deg,#a4e635,#8bc34a);content:"";height:4px;left:0;position:absolute;right:0;top:0}.diagram-title{color:#1a1a1a;font-size:1.5rem;font-weight:700;margin-bottom:30px;text-align:center}.diagram-container{display:flex;justify-content:center}.architecture-flow{align-items:center;display:flex;flex-wrap:nowrap;gap:25px;justify-content:space-between;max-width:100%;overflow-x:auto;padding:15px 20px}.arch-component{align-items:center;background:#a4e6350d;border:2px solid #a4e6351a;border-radius:12px;display:flex;flex-direction:column;flex-shrink:0;gap:8px;max-width:120px;min-width:90px;padding:12px 10px;transition:all .3s ease}.arch-component:hover{background:#a4e6351a;border-color:#a4e6354d;box-shadow:0 8px 20px #a4e63526;transform:translateY(-3px)}.arch-component:hover .component-icon{transform:scale(1.1)}.api:hover .component-icon,.data-input:hover .component-icon,.processing:hover .component-icon,.visualization:hover .component-icon{color:#8bc34a}.component-icon{color:#a4e635;font-size:1.8rem;margin-bottom:3px;transition:all .3s ease}.api .component-icon,.data-input .component-icon,.processing .component-icon,.visualization .component-icon{color:#a4e635}.component-label{color:#1a1a1a;font-size:.85rem;font-weight:600;line-height:1.2;text-align:center}.flow-arrow{color:#a4e635;flex-shrink:0;font-size:1.3rem;font-weight:600}@media (max-width:768px){.tech-stack-simple{gap:20px;grid-template-columns:repeat(2,1fr);max-width:100%;padding:0 20px}.tech-stack-grid{gap:20px;grid-template-columns:1fr}}.tech-category{padding:25px}.workflow-grid{gap:15px;grid-template-columns:repeat(2,1fr)}.workflow-item{padding:20px 15px}.architecture-diagram{padding:30px 20px}.architecture-flow{gap:12px;justify-content:flex-start}.flow-arrow{font-size:1.1rem}.arch-component{max-width:100px;min-width:80px;padding:10px 8px}.component-icon{font-size:1.5rem}.component-label{font-size:.75rem}@media (max-width:480px){.tech-stack-simple{gap:15px;grid-template-columns:1fr;padding:0 15px}.tech-item-simple{padding:20px 15px}.tech-icon{height:40px;margin-bottom:12px;width:40px}.workflow-grid{gap:15px;grid-template-columns:1fr}.architecture-flow{gap:8px;justify-content:flex-start;padding:5px 0}.arch-component{max-width:85px;min-width:70px;padding:8px 6px}.component-icon{font-size:1.3rem}.component-label{font-size:.7rem}.flow-arrow{font-size:1rem}}.footer{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;overflow:hidden;position:relative}.footer:before{background:linear-gradient(90deg,#0000,#a4e63580,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.footer-content{padding:80px 0 40px}.footer-main{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1fr 2fr;margin-bottom:60px}.footer-brand h3{color:#a4e635;font-size:2rem;font-weight:700;margin-bottom:5px}.brand-subtitle{color:#ccc;font-size:.9rem;margin-bottom:20px}.brand-description{color:#aaa;line-height:1.6;max-width:400px}.footer-links{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr)}.link-group h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:20px}.link-group ul{list-style:none;margin:0;padding:0}.link-group li{margin-bottom:12px}.link-group a{color:#aaa;font-size:.95rem;text-decoration:none;transition:color .3s ease}.link-group a:hover{color:#a4e635}.footer-stats{border-bottom:1px solid #ffffff1a;border-top:1px solid #ffffff1a;display:flex;justify-content:space-around;margin:40px 0;padding:40px 0}.footer-stats .stat-item{text-align:center}.footer-stats .stat-number{color:#a4e635;display:block;font-size:2rem;font-weight:700;margin-bottom:5px}.footer-stats .stat-label{color:#aaa;font-size:.9rem}.footer-bottom{border-top:1px solid #ffffff1a;padding:30px 0}.footer-bottom-content{align-items:center;display:flex;justify-content:space-between}.copyright{color:#aaa;font-size:.9rem;margin:0}.footer-tech{align-items:center;display:flex;gap:12px}.footer-tech span{color:#aaa;font-size:.9rem}.footer-tech .indrive-logo{height:24px;width:auto}@media (max-width:768px){.footer-content{padding:60px 0 30px}.footer-main{gap:40px;grid-template-columns:1fr}.footer-links{gap:30px;grid-template-columns:1fr}.footer-stats{flex-wrap:wrap;gap:20px;justify-content:center}.footer-stats .stat-item{flex:1 1;min-width:120px}.footer-bottom-content{flex-direction:column;gap:20px;text-align:center}.footer-tech{justify-content:center}}
/*# sourceMappingURL=main.6e648636.css.map*/