:root{--bg-dark: #0a0b14;--bg-card: #131524;--primary-purple: #6d28d9;--primary-purple-glow: rgba(109, 40, 217, .5);--accent-teal: #06b6d4;--accent-teal-glow: rgba(6, 182, 212, .5);--accent-magenta: #d946ef;--text-main: #f8fafc;--text-muted: #94a3b8;--gradient-hero: linear-gradient(135deg, #0a0b14 0%, #1a1b3c 100%);--gradient-text: linear-gradient(to right, #22d3ee, #e879f9);--container-width: 1200px;--header-height: 80px;--font-heading: "Inter", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg-dark);color:var(--text-main);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;color:#fff}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:var(--font-heading)}.container{max-width:var(--container-width);margin:0 auto;padding:0 2rem}.text-gradient{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-primary{background:linear-gradient(90deg,var(--primary-purple),var(--accent-magenta));color:#fff;padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1.1rem;transition:transform .2s,box-shadow .2s;box-shadow:0 0 20px var(--primary-purple-glow)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 30px var(--primary-purple-glow)}.btn-secondary{background:#ffffff1a;color:#fff;padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1.1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:background .2s}.btn-secondary:hover{background:#fff3}.navbar{position:fixed;top:0;left:0;width:100%;height:var(--header-height);z-index:1000;transition:background .3s,backdrop-filter .3s,padding .3s;display:flex;align-items:center}.navbar.scrolled{background:#0a0b14cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05)}.navbar-content{display:flex;justify-content:space-between;align-items:center;width:100%}.logo{display:flex;align-items:center}.logo-img{height:50px;width:auto}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{font-size:1rem;font-weight:500;color:var(--text-muted);transition:color .2s}.nav-links a:hover{color:#fff}.nav-links .nav-phone{color:var(--accent-teal);font-weight:600;margin-right:.5rem}.nav-links .nav-phone:hover{color:#fff;text-shadow:0 0 10px rgba(34,211,238,.4)}.nav-links .nav-cta{background:#ffffff1a;padding:.5rem 1.2rem;border-radius:20px;color:#fff;border:1px solid rgba(255,255,255,.1);transition:all .2s}.nav-links .nav-cta:hover{background:var(--primary-purple);border-color:var(--primary-purple)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:var(--header-height);overflow:hidden}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:var(--gradient-hero)}.hero-glow{position:absolute;width:600px;height:600px;background:radial-gradient(circle,var(--primary-purple-glow) 0%,transparent 70%);top:-100px;right:-100px;opacity:.4;filter:blur(60px)}.hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:900px;margin:0 auto}.hero-logo{margin-bottom:2rem;position:relative}.hero-logo-img{height:240px;width:auto;position:relative;z-index:2}.hero-logo-section{position:relative;width:100vw;margin-left:calc(50% - 50vw);height:280px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;overflow:visible}.pizza-mover{position:absolute;z-index:1;left:0;top:50%;transform:translateY(-50%)}.moving-pizza{width:250px;height:250px;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3))}.camera-flash{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle,#ffffffe6,#fff0 70%);pointer-events:none;z-index:10;border-radius:50%}.hero-title{font-size:3.5rem;margin-bottom:1.5rem;line-height:1.1}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);margin:0 auto 2.5rem;max-width:600px}.hero-actions{display:flex;gap:1rem;margin-bottom:3rem;justify-content:center}.hero-actions button{display:flex;align-items:center}.hero-kpis{display:flex;gap:2rem;border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;justify-content:center}.kpi-value{font-size:1.8rem;font-weight:700;color:var(--accent-teal);margin-bottom:.2rem}.kpi-label{font-size:.9rem;color:var(--text-muted)}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;height:500px}.composition-container{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.comp-layer{position:absolute}.device-layer{z-index:2;width:450px;top:50%;left:50%;transform:translate(-50%,-50%);margin-top:-20px}.device-img{width:100%;height:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.6))}.card-hero{position:absolute;bottom:80px;right:20px;z-index:3;background:#131524e6;padding:.8rem 1.2rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;gap:.8rem;box-shadow:0 10px 30px #0006}.card-label{display:block;font-weight:700;color:#fff;line-height:1}.card-sub{font-size:.8rem;color:var(--accent-teal)}.status-dot{width:10px;height:10px;background-color:#22c55e;border-radius:50%;box-shadow:0 0 10px #22c55e}@media(max-width:968px){.hero-content{grid-template-columns:1fr;text-align:center;padding-top:2rem}.hero-subtitle{margin:0 auto 2.5rem}.hero-actions,.hero-kpis{justify-content:center}.hero-visual{height:400px;margin-top:2rem}.device-layer{width:320px}.pizza-mover{display:block}.moving-pizza{width:120px;height:120px}.hero-logo-section{height:200px;width:100vw;margin-left:calc(50% - 50vw)}.hero-logo-img{height:160px}.hero-title{font-size:2.5rem}}.how-it-works{padding:6rem 0;background-color:var(--bg-dark);position:relative}.section-header{text-align:center;margin-bottom:5rem}.section-title{font-size:2.5rem;margin-bottom:1rem}.section-subtitle{color:var(--text-muted);font-size:1.1rem}.timeline{position:relative;max-width:900px;margin:0 auto}.timeline-line{position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--accent-teal),var(--primary-purple),var(--accent-magenta));transform:translate(-50%);opacity:.3;height:100%}.timeline-item{display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem;position:relative;width:100%}.timeline-content{width:45%;background:#ffffff08;padding:1.5rem;border-radius:16px;border:1px solid rgba(255,255,255,.05);position:relative;display:flex;flex-direction:column;gap:1rem;transition:transform .3s;overflow:hidden;z-index:2}.timeline-content:hover{transform:translateY(-5px);border-color:#ffffff1a}.timeline-image{width:100%;height:160px;margin-bottom:1rem;border-radius:12px;overflow:hidden}.timeline-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.timeline-content:hover .timeline-image img{transform:scale(1.05)}.timeline-item.left{justify-content:flex-start}.timeline-item.right{justify-content:flex-end}.timeline-icon{width:50px;height:50px;border-radius:50%;background:var(--bg-dark);display:flex;align-items:center;justify-content:center;border:2px solid;box-shadow:0 0 20px #0003;margin-bottom:.8rem;position:relative;z-index:2}.timeline-text h3{font-size:1.3rem;margin-bottom:.5rem;color:#fff}.timeline-text p{color:var(--text-muted);font-size:.95rem;line-height:1.5}.timeline-item:after{content:"";position:absolute;top:30px;width:5%;height:2px;background:#ffffff1a}.timeline-item.left:after{right:50%}.timeline-item.right:after{left:50%}@media(max-width:768px){.timeline-line{left:20px}.timeline-item{justify-content:flex-end;padding-left:50px}.timeline-item.left,.timeline-item.right{justify-content:flex-end}.timeline-content{width:100%}.timeline-item:after{left:20px;width:30px}}.what-it-catches{padding:6rem 0;background-color:#0d0f1a}.issues-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.issue-card{background:var(--bg-card);padding:2rem;border-radius:16px;border:1px solid rgba(255,255,255,.05);text-align:center;transition:border-color .3s}.issue-card:hover{border-color:#fff3}.issue-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.issue-card h3{font-size:1.25rem;margin-bottom:.5rem;color:#fff}.issue-card p{color:var(--text-muted);font-size:.95rem}.thermal-vision{padding:6rem 0;background:radial-gradient(circle at 30% 50%,#1a1b3c 0%,var(--bg-dark) 70%);overflow:hidden}.thermal-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.slider-container{position:relative;width:100%;aspect-ratio:4/3;border-radius:16px;overflow:hidden;cursor:col-resize;box-shadow:0 20px 50px #00000080;border:1px solid rgba(255,255,255,.1)}.image-layer{position:absolute;top:0;left:0;width:100%;height:100%}.image-layer img{width:100%;height:100%;object-fit:cover}.thermal-filter{filter:invert(1) hue-rotate(180deg) saturate(3) contrast(1.5)}.label{position:absolute;top:20px;padding:5px 10px;background:#000000b3;color:#fff;border-radius:4px;font-size:.8rem;font-weight:600;pointer-events:none}.normal .label{right:20px}.thermal .label{left:20px;color:var(--accent-magenta)}.slider-handle{position:absolute;top:0;bottom:0;width:4px;transform:translate(-50%);pointer-events:none}.slider-line{width:2px;height:100%;background:#fff;margin:0 auto;box-shadow:0 0 10px #ffffff80}.slider-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background:var(--primary-purple);border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white;box-shadow:0 0 20px var(--primary-purple-glow)}.thermal-text .section-title{margin-bottom:1.5rem}.section-description{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.1rem}.thermal-benefits{list-style:none;display:flex;flex-direction:column;gap:2rem}.thermal-benefits li{display:flex;gap:1.5rem;align-items:flex-start}.icon-box{width:50px;height:50px;background:#ffffff0d;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--accent-magenta);flex-shrink:0}.thermal-benefits h4{font-size:1.1rem;margin-bottom:.3rem;color:#fff}.thermal-benefits p{color:var(--text-muted);font-size:.95rem}@media(max-width:968px){.thermal-content{grid-template-columns:1fr}}.dashboard-section{padding:6rem 0;background-color:var(--bg-dark)}.dashboard-header{text-align:center;margin-bottom:3rem}.dashboard-screenshots{margin-bottom:3rem;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0006}.dashboard-img{width:100%;height:auto;display:block}.dashboard-ui{background:var(--bg-card);border-radius:24px;padding:2rem;border:1px solid rgba(255,255,255,.05);box-shadow:0 0 50px #0000004d}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.stat-card{background:#ffffff08;padding:1.5rem;border-radius:16px;text-align:center}.stat-label{display:block;color:var(--text-muted);font-size:.9rem;margin-bottom:.5rem}.stat-value{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-trend{font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:4px}.stat-trend.positive{color:#22c55e}.stat-trend.negative{color:#ef4444}.stat-trend.neutral{color:var(--text-muted)}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.chart-card,.issues-list-card{background:#ffffff08;padding:1.5rem;border-radius:16px}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.card-header h3,.issues-list-card h3{font-size:1.2rem;color:#fff}.chart-legend{display:flex;gap:1rem}.legend-item{font-size:.8rem;color:var(--text-muted);display:flex;align-items:center;gap:6px}.dot{width:8px;height:8px;border-radius:50%}.dot.temp{background:var(--accent-teal)}.dot.qual{background:var(--primary-purple)}.chart-visual{height:200px;display:flex;align-items:flex-end;justify-content:space-between;gap:10px;padding-top:20px;border-bottom:1px solid rgba(255,255,255,.1)}.chart-bar{width:100%;background:linear-gradient(to top,var(--primary-purple),var(--accent-teal));border-radius:4px 4px 0 0;opacity:.8}.issue-items{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.issue-info{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.9rem}.issue-name{color:#fff}.issue-count{color:var(--text-muted)}.progress-bg{width:100%;height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:var(--accent-magenta);border-radius:3px}@media(max-width:968px){.stats-row,.dashboard-grid{grid-template-columns:1fr}}.benefits-section{padding:6rem 0;background-color:#0d0f1a}.benefits-hero{text-align:center}.benefits-visual{border-radius:24px;overflow:hidden;box-shadow:0 30px 80px #00000080;max-width:1200px;margin:0 auto}.benefits-img{width:100%;height:auto;display:block}.use-cases{padding:6rem 0;background-color:var(--bg-dark)}.cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:3rem}.case-card{background:#ffffff08;padding:2rem;border-radius:16px;border:1px solid rgba(255,255,255,.05);transition:background .3s}.case-card:hover{background:#ffffff0f}.case-icon{color:var(--primary-purple);margin-bottom:1rem}.case-card h3{font-size:1.1rem;margin-bottom:.5rem;color:#fff}.case-card p{color:var(--text-muted);font-size:.9rem}.pilot-cta{padding:6rem 0;background-color:var(--bg-dark)}.cta-box{background:linear-gradient(135deg,#1e1b4b,#312e81);border-radius:32px;padding:4rem;text-align:center;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.cta-box:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(109,40,217,.2) 0%,transparent 60%);pointer-events:none}.cta-content{position:relative;z-index:1;max-width:700px;margin:0 auto}.cta-title{font-size:3rem;margin-bottom:1.5rem}.cta-text{font-size:1.2rem;color:#e0e7ff;margin-bottom:2.5rem}.pilot-list{list-style:none;display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.pilot-list li{color:#c7d2fe;font-weight:500}.cta-btn{font-size:1.2rem;padding:1.2rem 2.5rem}@media(max-width:768px){.cta-box{padding:3rem 1.5rem}.cta-title{font-size:2rem}.pilot-list{flex-direction:column;gap:1rem}}.competitive-advantage{padding:6rem 0;background-color:var(--bg-dark)}.advantage-content{text-align:center}.section-title{margin-bottom:1rem}.section-subtitle{color:var(--text-muted);font-size:1.1rem;margin-bottom:3rem}.advantage-visual{border-radius:24px;overflow:hidden;box-shadow:0 30px 80px #00000080;max-width:1000px;margin:0 auto}.advantage-img{width:100%;height:auto;display:block}.contact-section{padding:6rem 0;background:var(--bg-dark);position:relative;overflow:hidden}.contact-section:before{content:"";position:absolute;top:20%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,var(--primary-purple-glow) 0%,transparent 70%);opacity:.2;filter:blur(80px);z-index:0}.contact-header{text-align:center;margin-bottom:4rem;position:relative;z-index:1}.contact-phone-container{display:flex;justify-content:center;margin-top:2rem}.phone-badge{display:flex;align-items:center;gap:1rem;background:#ffffff0d;padding:.75rem 1.5rem;border-radius:50px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.phone-badge:hover{background:#ffffff1a;border-color:var(--accent-teal);transform:translateY(-2px);box-shadow:0 10px 20px -5px #0000004d}.phone-label{color:var(--text-muted);font-size:.9rem;text-transform:uppercase;letter-spacing:1px;font-weight:600}.phone-number{color:#fff;font-size:1.25rem;font-weight:700;text-decoration:none;letter-spacing:.5px}.contact-content{display:flex;justify-content:center;position:relative;z-index:1}.contact-form{width:100%;max-width:600px;background:#ffffff08;padding:2.5rem;border-radius:20px;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 40px #0003}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--text-light);font-weight:500;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:1rem;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:1rem;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent-teal);background:#0006;box-shadow:0 0 0 2px #22d3ee1a}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;justify-content:center;margin-top:1rem;height:50px}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none!important}@media(max-width:768px){.contact-form{padding:1.5rem}}.footer{background-color:#05050a;padding:4rem 0 2rem;border-top:1px solid rgba(255,255,255,.05)}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.footer-brand .logo-img{height:50px;width:auto;margin-bottom:.5rem}.footer-brand p{color:var(--text-muted);margin-top:.5rem;font-size:.9rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--text-muted);transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05)}.footer-bottom p{color:#475569;font-size:.8rem}@media(max-width:768px){.footer-content{flex-direction:column;gap:2rem;text-align:center}.footer-links{flex-direction:column;gap:1rem}}
