@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;600;700;800;900&display=swap";body.repair-theme *,body.repair-theme *:before,body.repair-theme body.repair-theme *:after{box-sizing:border-box;margin:0;padding:0}body.repair-theme h1,body.repair-theme h2,body.repair-theme h3,body.repair-theme h4,body.repair-theme h5,body.repair-theme h6{font-family:var(--font-title);color:var(--text-dark);font-weight:700;line-height:1.25}body.repair-theme a{text-decoration:none;color:inherit;transition:var(--transition-fast)}body.repair-theme img,body.repair-theme svg{max-width:100%;height:auto;display:block}body.repair-theme button,body.repair-theme input,body.repair-theme textarea,body.repair-theme select{font-family:inherit;font-size:inherit;outline:none;border:none}body.repair-theme button{cursor:pointer;background:none}body.repair-theme ul{list-style:none}.repair-theme{@keyframes pulse{0%{transform:scale(.9);box-shadow:0 0 #10b98180}70%{transform:scale(1);box-shadow:0 0 0 8px #10b98100}to{transform:scale(.9);box-shadow:0 0 #10b98100}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes pulse-border{0%{box-shadow:0 0 #f59e0b66}70%{box-shadow:0 0 0 6px #f59e0b00}to{box-shadow:0 0 #f59e0b00}}}.repair-theme :root{--primary-color: #2563eb;--primary-hover: #1d4ed8;--primary-light: #eff6ff;--primary-dark: #1e3a8a;--secondary-color: #0ea5e9;--secondary-light: #f0f9ff;--text-dark: #0f172a;--text-medium: #334155;--text-light: #64748b;--text-muted: #94a3b8;--bg-white: #ffffff;--bg-light: #f8fafc;--bg-slate: #f1f5f9;--accent-cyan: #06b6d4;--accent-emerald: #10b981;--accent-rose: #f43f5e;--accent-amber: #f59e0b;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-title: "Outfit", sans-serif;--border-radius-sm: 8px;--border-radius-md: 16px;--border-radius-lg: 24px;--border-radius-xl: 32px;--box-shadow-sm: 0 2px 8px rgba(0, 0, 0, .04);--box-shadow-md: 0 10px 30px rgba(37, 99, 235, .06);--box-shadow-lg: 0 20px 40px rgba(15, 23, 42, .08);--box-shadow-glass: 0 8px 32px 0 rgba(31, 38, 135, .05);--gradient-primary: linear-gradient(135deg, #2563eb 0%, #0284c7 100%);--gradient-soft: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);--gradient-dark: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);--gradient-accent: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 100%);--transition-smooth: all .4s cubic-bezier(.16, 1, .3, 1);--transition-fast: all .2s ease}.repair-theme html:has(body.repair-theme){scroll-behavior:smooth;font-size:16px;background-color:var(--bg-white);color:var(--text-medium);font-family:var(--font-sans)}.repair-theme body.repair-theme{overflow-x:hidden;line-height:1.6}.repair-theme .container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}.repair-theme .section-padding{padding:7rem 0}.repair-theme .text-gradient{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.repair-theme .section-header{text-align:center;max-width:700px;margin:0 auto 4.5rem}.repair-theme .section-tag{display:inline-block;padding:.5rem 1.25rem;background-color:var(--primary-light);color:var(--primary-color);font-family:var(--font-title);font-weight:600;font-size:.875rem;border-radius:50px;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.repair-theme .section-title{font-size:2.5rem;margin-bottom:1.25rem;font-weight:800}.repair-theme .section-subtitle{font-size:1.125rem;color:var(--text-light)}.repair-theme .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;border-radius:50px;font-weight:600;transition:var(--transition-smooth);font-family:var(--font-title)}.repair-theme .btn-primary{background:var(--gradient-primary);color:var(--bg-white);box-shadow:0 4px 20px #2563eb40}.repair-theme .btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 25px #2563eb59;background:linear-gradient(135deg,#1d4ed8,#0274b3)}.repair-theme .btn-secondary{background-color:var(--bg-white);color:var(--primary-color);border:2px solid var(--primary-light);box-shadow:var(--box-shadow-sm)}.repair-theme .btn-secondary:hover{transform:translateY(-3px);border-color:var(--primary-color);box-shadow:var(--box-shadow-md);background-color:var(--primary-light)}.repair-theme .btn-outline-white{background-color:#ffffff1a;color:var(--bg-white);border:1px solid rgba(255,255,255,.25);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.repair-theme .btn-outline-white:hover{background-color:var(--bg-white);color:var(--primary-dark);transform:translateY(-3px);box-shadow:0 10px 20px #0000001a}.repair-theme .btn-sm{padding:.5rem 1.25rem;font-size:.875rem}.repair-theme .card-glass{background:#ffffffb3;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border:1px solid rgba(255,255,255,.6);border-radius:var(--border-radius-md);box-shadow:var(--box-shadow-glass)}.repair-theme .header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:var(--transition-smooth);padding:1.25rem 0}.repair-theme .header.scrolled{padding:.75rem 0;background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 4px 30px #00000008;border-bottom:1px solid rgba(37,99,235,.08)}.repair-theme .nav-container{display:flex;align-items:center;justify-content:space-between}.repair-theme .logo{display:flex;align-items:center;gap:.75rem;font-family:var(--font-title);font-size:1.5rem;font-weight:800;color:var(--primary-dark)}.repair-theme .logo-icon{background:var(--gradient-primary);width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--bg-white);box-shadow:0 4px 12px #2563eb33}.repair-theme .nav-menu{display:flex;align-items:center;gap:2.25rem}.repair-theme .nav-link{font-weight:500;color:var(--text-medium);font-size:.95rem;position:relative;padding:.25rem 0}.repair-theme .nav-link:hover,.repair-theme .nav-link.active{color:var(--primary-color)}.repair-theme .nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--gradient-primary);transition:var(--transition-smooth);border-radius:2px}.repair-theme .nav-link:hover:after,.repair-theme .nav-link.active:after{width:100%}.repair-theme .has-dropdown{position:relative;padding-bottom:1rem;margin-bottom:-1rem}.repair-theme .dropdown-toggle{display:inline-flex;align-items:center;gap:.25rem}.repair-theme .dropdown-toggle i{font-size:.75rem;transition:transform .3s ease}.repair-theme .has-dropdown:hover .dropdown-toggle i{transform:rotate(180deg)}.repair-theme .dropdown-megamenu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(15px);width:620px;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(37,99,235,.12);border-radius:var(--border-radius-md);box-shadow:0 20px 40px #0f172a14,0 0 0 1px #2563eb0d;padding:1.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;opacity:0;visibility:hidden;transition:opacity .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1),visibility .3s;z-index:1001;pointer-events:none}.repair-theme .has-dropdown:hover .dropdown-megamenu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0);pointer-events:auto}.repair-theme .dropdown-item{display:flex;align-items:flex-start;gap:.85rem;padding:.75rem 1rem;border-radius:8px;transition:var(--transition-smooth);text-align:left}.repair-theme .dropdown-item:hover{background-color:var(--primary-light);transform:translateY(-2px)}.repair-theme .dropdown-icon{width:36px;height:36px;background-color:var(--bg-slate);color:var(--primary-color);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0;transition:var(--transition-fast)}.repair-theme .dropdown-item:hover .dropdown-icon{background:var(--gradient-primary);color:var(--bg-white);box-shadow:0 4px 10px #2563eb26}.repair-theme .dropdown-info h5{font-size:.9rem;font-weight:700;color:var(--text-dark);margin-bottom:2px}.repair-theme .dropdown-info p{font-size:.75rem;color:var(--text-light);line-height:1.3}.repair-theme .nav-actions{display:flex;align-items:center;gap:1rem}.repair-theme .mobile-toggle{display:none;font-size:1.5rem;color:var(--text-dark);cursor:pointer}.repair-theme .hero{position:relative;background:radial-gradient(circle at 80% 20%,#eff6ffe6,#fff);padding:9.5rem 0 7rem;overflow:hidden}.repair-theme .hero:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,#0ea5e914,#fff0 70%);top:-10%;right:-10%;z-index:0}.repair-theme .hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center;position:relative;z-index:1}.repair-theme .hero-content{display:flex;flex-direction:column;align-items:flex-start}.repair-theme .hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background-color:var(--bg-white);border:1px solid rgba(37,99,235,.15);border-radius:50px;font-size:.85rem;font-weight:500;color:var(--primary-dark);margin-bottom:1.5rem;box-shadow:var(--box-shadow-sm)}.repair-theme .hero-badge span{display:block;width:8px;height:8px;background-color:var(--accent-emerald);border-radius:50%;animation:pulse 2s infinite}.repair-theme .hero-title{font-size:3.5rem;line-height:1.15;margin-bottom:1.5rem;font-weight:800;letter-spacing:-1px}.repair-theme .hero-desc{font-size:1.2rem;color:var(--text-light);margin-bottom:2.5rem;max-width:580px}.repair-theme .hero-ctas{display:flex;gap:1.25rem;margin-bottom:3rem;flex-wrap:wrap}.repair-theme .hero-stats{display:flex;gap:3rem;border-top:1px solid var(--bg-slate);padding-top:2rem;width:100%}.repair-theme .stat-item h3{font-size:2rem;color:var(--primary-color);font-weight:800}.repair-theme .stat-item p{font-size:.9rem;color:var(--text-light);font-weight:500}.repair-theme .hero-mockup-wrapper{position:relative;perspective:1000px}.repair-theme .hero-mockup{position:relative;transform:rotateY(-8deg) rotateX(4deg);transform-style:preserve-3d;box-shadow:0 30px 60px #0f172a26;border-radius:var(--border-radius-md);transition:transform .8s cubic-bezier(.16,1,.3,1)}.repair-theme .hero-mockup:hover{transform:rotateY(-2deg) rotateX(1deg) translateY(-5px)}.repair-theme .mockup-main{width:100%;background:var(--bg-white);border-radius:var(--border-radius-md);border:1px solid rgba(226,232,240,.8);overflow:hidden}.repair-theme .mockup-header{height:50px;background-color:var(--bg-slate);border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem}.repair-theme .mockup-dots{display:flex;gap:6px}.repair-theme .mockup-dots span{width:10px;height:10px;border-radius:50%;display:block}.repair-theme .mockup-dots span:nth-child(1){background-color:var(--accent-rose)}.repair-theme .mockup-dots span:nth-child(2){background-color:var(--accent-amber)}.repair-theme .mockup-dots span:nth-child(3){background-color:var(--accent-emerald)}.repair-theme .mockup-title-sim{font-size:.75rem;color:var(--text-light);background:var(--bg-white);padding:4px 16px;border-radius:4px;border:1px solid #e2e8f0}.repair-theme .mockup-body{padding:1.5rem;background-color:var(--bg-light);display:grid;grid-template-rows:auto auto 1fr;gap:1.25rem}.repair-theme .mockup-summary-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.repair-theme .mockup-card-mini{background:var(--bg-white);padding:.875rem;border-radius:var(--border-radius-sm);border:1px solid #e2e8f0;box-shadow:var(--box-shadow-sm)}.repair-theme .mockup-card-mini .label{font-size:.7rem;color:var(--text-light);text-transform:uppercase;font-weight:600;display:block;margin-bottom:2px}.repair-theme .mockup-card-mini .value{font-size:1.2rem;font-family:var(--font-title);color:var(--text-dark);font-weight:700}.repair-theme .mockup-card-mini.glow{border-left:3px solid var(--primary-color)}.repair-theme .mockup-live-status{background-color:var(--bg-white);border-radius:var(--border-radius-sm);border:1px solid #e2e8f0;padding:1rem;box-shadow:var(--box-shadow-sm)}.repair-theme .status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;border-bottom:1px solid var(--bg-slate);padding-bottom:.5rem}.repair-theme .status-header h4{font-size:.85rem}.repair-theme .status-badge-pulse{display:inline-flex;align-items:center;gap:4px;font-size:.7rem;background-color:var(--primary-light);color:var(--primary-color);padding:2px 8px;border-radius:20px;font-weight:600}.repair-theme .status-badge-pulse span{width:6px;height:6px;background-color:var(--primary-color);border-radius:50%;animation:pulse 1.5s infinite}.repair-theme .status-row-sim{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;padding:.4rem 0;border-bottom:1px dashed var(--bg-slate)}.repair-theme .status-row-sim:last-child{border-bottom:none}.repair-theme .status-tech{color:var(--text-light)}.repair-theme .status-device{font-weight:600;color:var(--text-dark)}.repair-theme .status-state{font-weight:600}.repair-theme .state-diagnosis{color:var(--accent-amber)}.repair-theme .state-repair{color:var(--primary-color)}.repair-theme .state-qa{color:var(--accent-cyan)}.repair-theme .state-done{color:var(--accent-emerald)}.repair-theme .floating-badge{position:absolute;padding:.75rem 1rem;border-radius:12px;display:flex;align-items:center;gap:.75rem;font-size:.8rem;font-weight:600;box-shadow:var(--box-shadow-lg);animation:float 6s ease-in-out infinite;z-index:10}.repair-theme .fb-1{background:var(--bg-white);border-left:4px solid var(--accent-emerald);top:15%;left:-15%;animation-delay:0s}.repair-theme .fb-2{background:var(--bg-white);border-left:4px solid var(--accent-amber);bottom:15%;right:-10%;animation-delay:3s}.repair-theme .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.repair-theme .feature-card{background-color:var(--bg-white);border:1px solid var(--bg-slate);border-radius:var(--border-radius-md);padding:2.5rem 2rem;transition:var(--transition-smooth);box-shadow:var(--box-shadow-sm);position:relative;overflow:hidden}.repair-theme .feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--gradient-primary);transform:scaleX(0);transform-origin:left;transition:var(--transition-smooth)}.repair-theme .feature-card:hover{transform:translateY(-8px);box-shadow:var(--box-shadow-lg);border-color:#2563eb1a}.repair-theme .feature-card:hover:before{transform:scaleX(1)}.repair-theme .feature-icon-box{width:56px;height:56px;border-radius:14px;background-color:var(--primary-light);color:var(--primary-color);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.75rem;transition:var(--transition-smooth)}.repair-theme .feature-card:hover .feature-icon-box{background:var(--gradient-primary);color:var(--bg-white);transform:rotate(8deg)}.repair-theme .feature-card h3{font-size:1.35rem;margin-bottom:1rem;font-weight:700}.repair-theme .feature-card p{color:var(--text-light);font-size:.95rem;line-height:1.6}.repair-theme .feature-card.col-2{grid-column:span 2;display:flex;gap:2rem;align-items:center}.repair-theme .feature-card.col-2 .feature-text{flex:1.2}.repair-theme .feature-card.col-2 .feature-visual{flex:.8;background:var(--bg-light);border-radius:var(--border-radius-sm);padding:1rem;border:1px dashed var(--text-muted)}.repair-theme .process{background-color:var(--bg-light)}.repair-theme .process-timeline{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:2rem;margin-top:2rem}.repair-theme .process-timeline:before{content:"";position:absolute;top:45px;left:10%;width:80%;height:4px;background-color:var(--bg-slate);z-index:1}.repair-theme .process-timeline-progress{position:absolute;top:45px;left:10%;width:0%;height:4px;background:var(--gradient-primary);z-index:2;transition:width 1.5s ease-in-out}.repair-theme .process-step{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:3;cursor:pointer}.repair-theme .step-num{width:90px;height:90px;border-radius:50%;background-color:var(--bg-white);border:4px solid var(--bg-slate);display:flex;align-items:center;justify-content:center;color:var(--text-light);font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;transition:var(--transition-smooth);box-shadow:var(--box-shadow-sm)}.repair-theme .process-step:hover .step-num,.repair-theme .process-step.active .step-num{color:var(--bg-white);border-color:var(--primary-color);background:var(--gradient-primary);transform:scale(1.1);box-shadow:0 8px 25px #2563eb40}.repair-theme .process-step h3{font-size:1.15rem;margin-bottom:.5rem}.repair-theme .process-step p{font-size:.875rem;color:var(--text-light);max-width:180px}.repair-theme .process-interactive-details{margin-top:4rem;background-color:var(--bg-white);padding:3rem;border-radius:var(--border-radius-lg);box-shadow:var(--box-shadow-md);display:flex;gap:3rem;align-items:center;min-height:300px}.repair-theme .process-detail-info{flex:1.2}.repair-theme .process-detail-info h4{font-size:1.75rem;color:var(--primary-dark);margin-bottom:1rem}.repair-theme .process-detail-info p{color:var(--text-light);font-size:1.05rem;margin-bottom:1.5rem}.repair-theme .process-detail-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.repair-theme .pdf-item{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;color:var(--text-dark)}.repair-theme .pdf-item i{color:var(--primary-color)}.repair-theme .process-detail-visual{flex:.8;display:flex;justify-content:center}.repair-theme .visual-mockup-pane{background-color:var(--bg-light);border-radius:var(--border-radius-md);padding:1.5rem;width:100%;max-width:320px;border:1px solid var(--bg-slate);box-shadow:var(--box-shadow-sm)}.repair-theme .billing-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:5rem;align-items:center}.repair-theme .billing-content h2{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem}.repair-theme .billing-content p{color:var(--text-light);font-size:1.1rem;margin-bottom:2rem}.repair-theme .billing-features-list{margin-bottom:2.5rem}.repair-theme .bf-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.repair-theme .bf-icon{width:30px;height:30px;border-radius:50%;background-color:var(--primary-light);color:var(--primary-color);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.2rem}.repair-theme .bf-text h4{font-size:1.05rem;font-weight:600;margin-bottom:.15rem}.repair-theme .bf-text p{font-size:.9rem;color:var(--text-light);margin-bottom:0}.repair-theme .billing-visual{position:relative}.repair-theme .invoice-simulator{background:var(--bg-white);border-radius:var(--border-radius-md);border:1px solid #e2e8f0;box-shadow:var(--box-shadow-lg);padding:2rem;width:100%;max-width:440px;margin:0 auto;position:relative}.repair-theme .invoice-sim-header{display:flex;justify-content:space-between;border-bottom:2px solid var(--bg-slate);padding-bottom:1rem;margin-bottom:1.5rem}.repair-theme .invoice-sim-logo{font-family:var(--font-title);font-weight:800;color:var(--primary-color);font-size:1.15rem}.repair-theme .invoice-sim-logo span{color:var(--text-dark)}.repair-theme .invoice-sim-meta{text-align:right;font-size:.75rem;color:var(--text-light)}.repair-theme .invoice-sim-meta h4{font-size:.9rem;color:var(--text-dark)}.repair-theme .invoice-sim-customer{margin-bottom:1.5rem;font-size:.8rem}.repair-theme .invoice-sim-customer h5{color:var(--text-light);margin-bottom:2px;text-transform:uppercase}.repair-theme .invoice-sim-table{width:100%;border-collapse:collapse;font-size:.8rem;margin-bottom:1.5rem}.repair-theme .invoice-sim-table th{text-align:left;border-bottom:1px solid var(--bg-slate);padding:.5rem 0;color:var(--text-light)}.repair-theme .invoice-sim-table td{padding:.75rem 0;border-bottom:1px solid var(--bg-light)}.repair-theme .invoice-sim-table tr:last-child td{border-bottom:none}.repair-theme .invoice-sim-total{border-top:2px solid var(--bg-slate);padding-top:1rem;display:flex;justify-content:flex-end;font-size:.95rem;font-weight:700;color:var(--text-dark)}.repair-theme .invoice-sim-total span{width:100px;text-align:right}.repair-theme .invoice-payment-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);background:#10b981f2;color:var(--bg-white);padding:1rem 2rem;border-radius:50px;display:flex;align-items:center;gap:.75rem;font-weight:600;box-shadow:0 10px 25px #10b9814d;opacity:0;transition:var(--transition-smooth);pointer-events:none}.repair-theme .invoice-simulator:hover .invoice-payment-overlay{opacity:1;transform:translate(-50%,-50%) scale(1)}.repair-theme .whatsapp-mockup{position:absolute;bottom:-20px;right:-30px;background:var(--bg-white);border-radius:12px;box-shadow:var(--box-shadow-lg);padding:.75rem 1rem;display:flex;gap:.75rem;width:250px;border-left:4px solid #25d366;font-size:.75rem;z-index:10;animation:float 7s ease-in-out infinite}.repair-theme .wa-icon{background-color:#25d366;color:var(--bg-white);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.repair-theme .wa-text h5{font-size:.8rem;margin-bottom:2px}.repair-theme .wa-text p{color:var(--text-medium)}.repair-theme .customer-crm{background-color:var(--bg-light)}.repair-theme .crm-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:5rem;align-items:center}.repair-theme .crm-cards-stack{position:relative;display:flex;flex-direction:column;gap:1.25rem}.repair-theme .crm-contact-card{background:var(--bg-white);border-radius:var(--border-radius-md);border:1px solid var(--bg-slate);padding:1.5rem;box-shadow:var(--box-shadow-sm);display:flex;align-items:center;justify-content:space-between;transition:var(--transition-smooth)}.repair-theme .crm-contact-card:hover{transform:translate(10px);box-shadow:var(--box-shadow-md);border-color:#2563eb26}.repair-theme .crm-contact-info{display:flex;align-items:center;gap:1rem}.repair-theme .crm-avatar{width:48px;height:48px;border-radius:50%;background:var(--gradient-primary);color:var(--bg-white);display:flex;align-items:center;justify-content:center;font-weight:700;font-family:var(--font-title)}.repair-theme .crm-avatar-2{background:var(--gradient-accent)}.repair-theme .crm-details h4{font-size:1rem}.repair-theme .crm-details p{font-size:.8rem;color:var(--text-light)}.repair-theme .crm-history-tag{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;font-weight:600;color:var(--primary-color);background-color:var(--primary-light);padding:4px 12px;border-radius:50px}.repair-theme .inventory-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:5rem;align-items:center}.repair-theme .inventory-visual{background-color:var(--bg-white);border-radius:var(--border-radius-lg);border:1px solid var(--bg-slate);box-shadow:var(--box-shadow-lg);padding:2.5rem}.repair-theme .parts-list{display:flex;flex-direction:column;gap:1rem}.repair-theme .part-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-radius:var(--border-radius-sm);background-color:var(--bg-light);border:1px solid var(--bg-slate)}.repair-theme .part-name{display:flex;align-items:center;gap:.75rem}.repair-theme .part-icon{width:38px;height:38px;background-color:var(--bg-white);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--primary-color);box-shadow:var(--box-shadow-sm)}.repair-theme .part-name h4{font-size:.95rem}.repair-theme .part-name p{font-size:.75rem;color:var(--text-light)}.repair-theme .part-stock-status{text-align:right}.repair-theme .stock-value{font-family:var(--font-title);font-weight:700;font-size:.95rem}.repair-theme .stock-label{font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:20px}.repair-theme .stock-ok{background-color:#10b9811a;color:var(--accent-emerald)}.repair-theme .stock-low{background-color:#f59e0b1a;color:var(--accent-amber);animation:pulse-border 2s infinite}.repair-theme .part-order-action{font-size:.8rem;color:var(--primary-color);font-weight:600;display:flex;align-items:center;gap:4px}.repair-theme .staff-technicians{background-color:var(--bg-light)}.repair-theme .staff-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:5rem;align-items:center}.repair-theme .technician-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.repair-theme .tech-card{background:var(--bg-white);border-radius:var(--border-radius-md);padding:1.5rem;box-shadow:var(--box-shadow-sm);border:1px solid var(--bg-slate);text-align:center}.repair-theme .tech-photo{width:64px;height:64px;border-radius:50%;background:var(--bg-slate);margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;color:var(--text-light);font-size:1.5rem;border:2px solid var(--primary-light)}.repair-theme .tech-card h4{font-size:1.05rem;margin-bottom:2px}.repair-theme .tech-card .role{font-size:.8rem;color:var(--text-light);margin-bottom:1rem}.repair-theme .tech-load-bar{background-color:var(--bg-slate);height:6px;border-radius:10px;width:100%;margin-bottom:.5rem;overflow:hidden}.repair-theme .tech-load-progress{height:100%;border-radius:10px}.repair-theme .load-green{background-color:var(--accent-emerald);width:40%}.repair-theme .load-amber{background-color:var(--accent-amber);width:85%}.repair-theme .tech-status-lbl{font-size:.75rem;font-weight:500;color:var(--text-light);display:flex;justify-content:space-between}.repair-theme .reports-dashboard{background-color:var(--bg-white)}.repair-theme .reports-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem}.repair-theme .tab-btn{padding:.75rem 1.5rem;background-color:var(--bg-light);color:var(--text-medium);border-radius:50px;font-weight:600;font-size:.95rem;transition:var(--transition-smooth)}.repair-theme .tab-btn.active,.repair-theme .tab-btn:hover{background:var(--gradient-primary);color:var(--bg-white);box-shadow:0 4px 15px #2563eb33}.repair-theme .reports-display-panel{background:var(--bg-light);border-radius:var(--border-radius-lg);border:1px solid var(--bg-slate);padding:3rem;box-shadow:var(--box-shadow-md);min-height:400px;display:flex;flex-direction:column}.repair-theme .chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.repair-theme .chart-title h3{font-size:1.5rem;margin-bottom:4px}.repair-theme .chart-title p{font-size:.9rem;color:var(--text-light)}.repair-theme .chart-summary{font-family:var(--font-title);font-size:1.75rem;font-weight:800;color:var(--primary-color)}.repair-theme .chart-wrapper{flex:1;display:flex;align-items:flex-end;height:250px;position:relative;padding-top:1rem}.repair-theme .svg-chart-container{width:100%;height:100%}.repair-theme .chart-axes{position:absolute;bottom:0;left:0;width:100%;height:100%;border-bottom:2px solid var(--text-muted);border-left:2px solid var(--text-muted);display:flex;justify-content:space-between;pointer-events:none}.repair-theme .grid-lines{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}.repair-theme .grid-line{width:100%;border-top:1px dashed rgba(148,163,184,.15)}.repair-theme .mobile-app{background:var(--gradient-dark);color:var(--bg-white);padding:6rem 0;overflow:hidden;position:relative}.repair-theme .mobile-app:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,#2563eb26,#0000 70%);bottom:-20%;left:-10%}.repair-theme .mobile-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;position:relative;z-index:1}.repair-theme .mobile-content .section-tag{background-color:#ffffff1a;color:var(--secondary-color);border:1px solid rgba(255,255,255,.15)}.repair-theme .mobile-content h2{color:var(--bg-white);font-size:2.75rem;font-weight:800;margin-bottom:1.5rem}.repair-theme .mobile-content p{color:var(--text-muted);font-size:1.1rem;margin-bottom:2.5rem}.repair-theme .app-store-badges{display:flex;gap:1rem;margin-bottom:3rem}.repair-theme .app-badge-btn{background:#000;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.5rem 1.25rem;display:flex;align-items:center;gap:.75rem;transition:var(--transition-fast)}.repair-theme .app-badge-btn:hover{background:#111;border-color:#fff6;transform:translateY(-2px)}.repair-theme .app-badge-btn i{font-size:1.5rem}.repair-theme .app-badge-text{text-align:left;line-height:1.2}.repair-theme .app-badge-text span{font-size:.65rem;color:var(--text-muted);text-transform:uppercase}.repair-theme .app-badge-text h4{font-size:.95rem;color:var(--bg-white)}.repair-theme .mobile-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.repair-theme .mf-item{display:flex;gap:.75rem;align-items:flex-start}.repair-theme .mf-item i{color:var(--secondary-color);font-size:1.2rem;margin-top:.2rem}.repair-theme .mf-item h4{color:var(--bg-white);font-size:1rem;margin-bottom:4px}.repair-theme .mf-item p{color:var(--text-muted);font-size:.85rem;margin-bottom:0;line-height:1.4}.repair-theme .phone-mockup-wrapper{position:relative;display:flex;justify-content:center}.repair-theme .phone-mockup{background:#1e293b;width:280px;height:560px;border-radius:40px;border:12px solid #0f172a;box-shadow:0 25px 50px #00000080;overflow:hidden;position:relative}.repair-theme .phone-screen{width:100%;height:100%;background:var(--bg-light);display:grid;grid-template-rows:auto 1fr}.repair-theme .phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:120px;height:20px;background-color:#0f172a;border-bottom-left-radius:15px;border-bottom-right-radius:15px;z-index:10}.repair-theme .phone-header-sim{background:var(--primary-color);color:var(--bg-white);padding:1.75rem 1rem 1rem;text-align:center;font-family:var(--font-title);font-weight:700;font-size:.95rem;display:flex;justify-content:space-between;align-items:center}.repair-theme .phone-body-sim{padding:1rem;display:flex;flex-direction:column;gap:.75rem;overflow-y:auto}.repair-theme .phone-card-sim{background:var(--bg-white);border-radius:12px;padding:.75rem;box-shadow:var(--box-shadow-sm);border:1px solid var(--bg-slate);display:flex;flex-direction:column;gap:.4rem;font-size:.7rem}.repair-theme .phone-card-header{display:flex;justify-content:space-between;font-weight:700}.repair-theme .phone-badge-sim{font-size:.6rem;font-weight:600;padding:2px 6px;border-radius:10px;background-color:#2563eb1a;color:var(--primary-color)}.repair-theme .phone-cta-btn{background:var(--gradient-primary);color:var(--bg-white);padding:.5rem;border-radius:6px;font-weight:600;text-align:center;font-size:.7rem;margin-top:4px}.repair-theme .testimonials{background-color:var(--bg-light);overflow:hidden}.repair-theme .testimonials-carousel-wrapper{max-width:900px;margin:0 auto;position:relative}.repair-theme .testimonials-carousel{display:flex;transition:transform .6s cubic-bezier(.16,1,.3,1);width:100%}.repair-theme .testimonial-slide{flex:0 0 100%;width:100%;padding:0 1.5rem}.repair-theme .testimonial-card{background:var(--bg-white);border-radius:var(--border-radius-lg);padding:3rem;box-shadow:var(--box-shadow-md);border:1px solid var(--bg-slate);position:relative;text-align:center}.repair-theme .testimonial-card:before{content:"“";position:absolute;top:10px;left:30px;font-size:8rem;color:var(--primary-light);font-family:serif;line-height:1}.repair-theme .testimonial-rating{color:var(--accent-amber);font-size:1.25rem;margin-bottom:1.5rem;position:relative;z-index:1}.repair-theme .testimonial-quote{font-size:1.35rem;color:var(--text-dark);font-weight:500;margin-bottom:2rem;line-height:1.7;position:relative;z-index:1}.repair-theme .testimonial-profile{display:flex;flex-direction:column;align-items:center;gap:.5rem}.repair-theme .testimonial-avatar{width:60px;height:60px;border-radius:50%;background:var(--gradient-primary);color:var(--bg-white);font-size:1.25rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:var(--box-shadow-sm)}.repair-theme .testimonial-info h4{font-size:1.1rem;font-weight:700}.repair-theme .testimonial-info p{font-size:.85rem;color:var(--text-light)}.repair-theme .carousel-controls{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:2.5rem}.repair-theme .control-btn{width:48px;height:48px;border-radius:50%;background-color:var(--bg-white);border:1px solid var(--bg-slate);color:var(--text-dark);display:flex;align-items:center;justify-content:center;transition:var(--transition-smooth);box-shadow:var(--box-shadow-sm)}.repair-theme .control-btn:hover{background-color:var(--primary-color);color:var(--bg-white);border-color:var(--primary-color);box-shadow:0 4px 12px #2563eb33}.repair-theme .carousel-dots{display:flex;gap:8px}.repair-theme .dot{width:10px;height:10px;border-radius:50%;background-color:var(--text-muted);cursor:pointer;transition:var(--transition-fast)}.repair-theme .dot.active{background-color:var(--primary-color);width:24px;border-radius:10px}.repair-theme .pricing-toggle-wrapper{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:4rem}.repair-theme .toggle-label{font-weight:600;font-size:1rem;color:var(--text-dark)}.repair-theme .toggle-label.active{color:var(--primary-color)}.repair-theme .switch{position:relative;display:inline-block;width:60px;height:34px}.repair-theme .switch input{opacity:0;width:0;height:0}.repair-theme .slider-round{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--text-muted);transition:.4s;border-radius:34px}.repair-theme .slider-round:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}.repair-theme input:checked+.slider-round{background-color:var(--primary-color)}.repair-theme input:checked+.slider-round:before{transform:translate(26px)}.repair-theme .discount-badge{background-color:var(--accent-emerald);color:var(--bg-white);font-size:.75rem;font-weight:700;padding:4px 8px;border-radius:20px;margin-left:.5rem}.repair-theme .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;align-items:stretch}.repair-theme .pricing-card{background-color:var(--bg-white);border:1px solid var(--bg-slate);border-radius:var(--border-radius-lg);padding:3rem 2.5rem;position:relative;display:flex;flex-direction:column;justify-content:space-between;transition:var(--transition-smooth);box-shadow:var(--box-shadow-sm)}.repair-theme .pricing-card:hover{transform:translateY(-10px);box-shadow:var(--box-shadow-lg);border-color:#2563eb26}.repair-theme .pricing-card.popular{border:2px solid var(--primary-color);box-shadow:var(--box-shadow-lg)}.repair-theme .popular-badge{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:var(--gradient-primary);color:var(--bg-white);font-size:.75rem;font-weight:700;padding:6px 16px;border-radius:50px;box-shadow:0 4px 10px #2563eb33;text-transform:uppercase;letter-spacing:.5px}.repair-theme .pricing-card-header{margin-bottom:2rem;border-bottom:1px solid var(--bg-slate);padding-bottom:2rem}.repair-theme .pricing-card-header h3{font-size:1.5rem;margin-bottom:.5rem}.repair-theme .pricing-card-header p{color:var(--text-light);font-size:.875rem}.repair-theme .price{font-size:3rem;font-weight:800;color:var(--text-dark);font-family:var(--font-title);margin-top:1rem}.repair-theme .price span{font-size:1rem;color:var(--text-light);font-weight:500}.repair-theme .pricing-features-list{margin-bottom:2.5rem;display:flex;flex-direction:column;gap:1rem}.repair-theme .pricing-feature-item{display:flex;align-items:center;gap:.75rem;font-size:.95rem}.repair-theme .pricing-feature-item i{color:var(--primary-color)}.repair-theme .pricing-feature-item.muted{color:var(--text-muted);text-decoration:line-through}.repair-theme .pricing-feature-item.muted i{color:var(--text-muted)}.repair-theme .faq{background-color:var(--bg-light)}.repair-theme .faq-wrapper{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.repair-theme .faq-item{background:var(--bg-white);border-radius:var(--border-radius-md);border:1px solid var(--bg-slate);overflow:hidden;box-shadow:var(--box-shadow-sm);transition:var(--transition-smooth)}.repair-theme .faq-item:hover{box-shadow:var(--box-shadow-md)}.repair-theme .faq-question{padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.repair-theme .faq-question h4{font-size:1.1rem;font-weight:600;color:var(--text-dark)}.repair-theme .faq-icon-toggle{width:32px;height:32px;border-radius:50%;background-color:var(--bg-light);color:var(--text-dark);display:flex;align-items:center;justify-content:center;transition:var(--transition-smooth)}.repair-theme .faq-item.active .faq-icon-toggle{background-color:var(--primary-color);color:var(--bg-white);transform:rotate(180deg)}.repair-theme .faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.16,1,.3,1),padding .4s ease;padding:0 2rem;color:var(--text-light);font-size:.95rem;border-top:0px solid var(--bg-slate)}.repair-theme .faq-item.active .faq-answer{max-height:200px;padding:0 2rem 1.5rem;border-top:1px solid var(--bg-slate)}.repair-theme .contact-section-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:5rem}.repair-theme .contact-info-panel{display:flex;flex-direction:column;gap:2.5rem}.repair-theme .contact-item-group{display:flex;gap:1.25rem;align-items:flex-start}.repair-theme .contact-icon-box{width:48px;height:48px;border-radius:12px;background-color:var(--primary-light);color:var(--primary-color);display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.repair-theme .contact-details h4{font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.repair-theme .contact-details p{color:var(--text-light);font-size:.95rem}.repair-theme .contact-form-card{background:var(--bg-white);border-radius:var(--border-radius-lg);padding:3rem;box-shadow:var(--box-shadow-lg);border:1px solid var(--bg-slate)}.repair-theme .form-group-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.repair-theme .form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;position:relative}.repair-theme .form-group label{font-weight:600;font-size:.875rem;color:var(--text-dark)}.repair-theme .form-control{border:1.5px solid var(--bg-slate);border-radius:var(--border-radius-sm);padding:.875rem 1.25rem;font-size:.95rem;color:var(--text-dark);background-color:var(--bg-light);transition:var(--transition-fast)}.repair-theme .form-control:focus{border-color:var(--primary-color);background-color:var(--bg-white);box-shadow:0 0 0 4px #2563eb26}.repair-theme textarea.form-control{resize:vertical;min-height:120px}.repair-theme .form-error{font-size:.75rem;color:var(--accent-rose);position:absolute;bottom:-18px;left:0;display:none}.repair-theme .form-success-msg{display:none;background-color:#10b9811a;color:var(--accent-emerald);padding:1rem;border-radius:8px;font-weight:600;font-size:.95rem;margin-bottom:1.5rem;align-items:center;gap:8px;border:1px solid rgba(16,185,129,.2)}.repair-theme .footer{background-color:#0b1329;color:#94a3b8;padding:5rem 0 2rem;border-top:1px solid rgba(255,255,255,.05)}.repair-theme .footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:4rem;margin-bottom:4rem}.repair-theme .footer-brand{display:flex;flex-direction:column;gap:1.5rem}.repair-theme .footer-brand .logo{color:var(--bg-white)}.repair-theme .footer-brand .logo-icon{background:var(--gradient-primary)}.repair-theme .footer-brand p{font-size:.95rem;line-height:1.6}.repair-theme .footer-socials{display:flex;gap:1rem}.repair-theme .social-icon-btn{width:36px;height:36px;border-radius:50%;background-color:#ffffff0d;color:var(--bg-white);display:flex;align-items:center;justify-content:center;transition:var(--transition-fast)}.repair-theme .social-icon-btn:hover{background-color:var(--primary-color);transform:translateY(-2px)}.repair-theme .footer-nav-col h4{color:var(--bg-white);font-size:1.1rem;margin-bottom:1.5rem;font-weight:600}.repair-theme .footer-nav-links{display:flex;flex-direction:column;gap:.75rem}.repair-theme .footer-nav-links a{font-size:.9rem;color:#94a3b8}.repair-theme .footer-nav-links a:hover{color:var(--primary-color);padding-left:4px}.repair-theme .footer-newsletter h4{color:var(--bg-white);font-size:1.1rem;margin-bottom:1.5rem}.repair-theme .footer-newsletter p{font-size:.9rem;margin-bottom:1.25rem}.repair-theme .newsletter-form{display:flex;gap:.5rem}.repair-theme .newsletter-input{background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50px;padding:.75rem 1.25rem;font-size:.85rem;color:var(--bg-white);flex:1}.repair-theme .newsletter-input:focus{border-color:var(--primary-color)}.repair-theme .newsletter-btn{background:var(--gradient-primary);color:var(--bg-white);width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:var(--transition-fast);box-shadow:0 4px 10px #2563eb33}.repair-theme .newsletter-btn:hover{transform:scale(1.05)}.repair-theme .footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.repair-theme .footer-legal-links{display:flex;gap:1.5rem}.repair-theme .footer-legal-links a:hover{color:var(--primary-color)}.repair-theme .js-ready .reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s cubic-bezier(.16,1,.3,1)}.repair-theme .js-ready .reveal.revealed{opacity:1;transform:translateY(0)}@media (max-width: 1024px){.repair-theme .hero-grid{grid-template-columns:1fr;gap:3rem}.repair-theme .hero-mockup-wrapper{max-width:500px;margin:0 auto}.repair-theme .features-grid{grid-template-columns:repeat(2,1fr)}.repair-theme .feature-card.col-2{grid-column:span 2}.repair-theme .process-timeline{grid-template-columns:repeat(3,1fr);gap:3rem 1.5rem}.repair-theme .process-timeline:before,.repair-theme .process-timeline-progress{display:none}.repair-theme .billing-grid,.repair-theme .crm-grid,.repair-theme .inventory-grid,.repair-theme .staff-grid,.repair-theme .mobile-grid,.repair-theme .contact-section-grid{grid-template-columns:1fr;gap:3.5rem}.repair-theme .billing-visual,.repair-theme .inventory-visual,.repair-theme .phone-mockup-wrapper{order:-1}.repair-theme .pricing-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto;gap:2.5rem}.repair-theme .footer-top{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (max-width: 768px){.repair-theme .container{padding:0 1.5rem}.repair-theme .section-padding{padding:5rem 0}.repair-theme .section-title{font-size:2rem}.repair-theme .hero{padding:8rem 0 5rem}.repair-theme .hero-title{font-size:2.5rem}.repair-theme .hero-stats{gap:1.5rem;flex-wrap:wrap}.repair-theme .features-grid{grid-template-columns:1fr}.repair-theme .feature-card.col-2{grid-column:span 1;flex-direction:column;align-items:flex-start}.repair-theme .process-timeline{grid-template-columns:1fr;gap:2rem}.repair-theme .process-step{flex-direction:row;text-align:left;gap:1.5rem}.repair-theme .step-num{margin-bottom:0;width:60px;height:60px;font-size:1.15rem}.repair-theme .process-interactive-details{padding:2rem 1.5rem;flex-direction:column;align-items:stretch;gap:2rem}.repair-theme .process-detail-features{grid-template-columns:1fr}.repair-theme .reports-tabs{flex-wrap:wrap}.repair-theme .reports-display-panel{padding:1.5rem}.repair-theme .chart-header{flex-direction:column;align-items:flex-start;gap:1rem}.repair-theme .testimonial-card{padding:2rem 1.5rem}.repair-theme .testimonial-quote{font-size:1.1rem}.repair-theme .form-group-row{grid-template-columns:1fr;gap:0}.repair-theme .contact-form-card{padding:2rem 1.5rem}.repair-theme .footer-top{grid-template-columns:1fr;gap:2.5rem}.repair-theme .footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.repair-theme .mobile-toggle{display:block}.repair-theme .nav-menu{position:fixed;top:0;right:-100%;width:80%;max-width:320px;height:100vh;background:var(--bg-white);flex-direction:column;align-items:flex-start;padding:6rem 2rem;box-shadow:-10px 0 30px #0000000d;transition:right .4s cubic-bezier(.16,1,.3,1);z-index:999;gap:2rem}.repair-theme .nav-menu.active{right:0}.repair-theme .nav-actions{display:none}.repair-theme .has-dropdown{width:100%;padding-bottom:0;margin-bottom:0}.repair-theme .dropdown-toggle{display:flex;justify-content:space-between;align-items:center;width:100%}.repair-theme .dropdown-megamenu{position:static;transform:none;width:100%;max-height:0;opacity:0;visibility:hidden;overflow:hidden;padding:0;border:none;box-shadow:none;background:transparent;grid-template-columns:1fr;gap:0;transition:max-height .4s cubic-bezier(.16,1,.3,1),opacity .4s ease,padding .4s ease}.repair-theme .has-dropdown.open .dropdown-megamenu{max-height:400px;opacity:1;visibility:visible;padding:.5rem 0 .5rem 1rem;overflow-y:auto}.repair-theme .has-dropdown.open .dropdown-toggle i{transform:rotate(180deg)}.repair-theme .dropdown-item{padding:.5rem 0;gap:.65rem}.repair-theme .dropdown-item:hover{background-color:transparent;transform:none}.repair-theme .dropdown-icon{width:28px;height:28px;font-size:.85rem}.repair-theme .dropdown-info h5{font-size:.85rem}.repair-theme .dropdown-info p{display:none}}body.food-theme a{text-decoration:none;color:inherit;transition:var(--transition-fast)}body.food-theme img{max-width:100%;height:auto;display:block}body.food-theme button,body.food-theme input,body.food-theme select,body.food-theme textarea{font-family:inherit}body.food-theme h1,body.food-theme h2,body.food-theme h3,body.food-theme h4,body.food-theme h5,body.food-theme h6{font-family:var(--font-heading);font-weight:700;line-height:1.25;color:var(--bg-dark)}.food-theme{@keyframes barGrow{0%{height:0}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(1deg)}}@keyframes scrollLogos{0%{transform:translate(0)}to{transform:translate(-1500px)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}}.food-theme :root{--primary: #2563eb;--primary-hover: #1d4ed8;--primary-light: #eff6ff;--secondary: #0ea5e9;--secondary-hover: #0284c7;--accent: #3b82f6;--bg-main: #f8fafc;--bg-card: rgba(255, 255, 255, .75);--bg-dark: #0f172a;--text-dark: #0f172a;--text-muted: #64748b;--text-light: #ffffff;--border-color: rgba(226, 232, 240, .8);--glass-bg: rgba(255, 255, 255, .7);--glass-border: rgba(255, 255, 255, .4);--glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, .04);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .04);--shadow-md: 0 10px 25px -5px rgba(37, 99, 235, .05), 0 8px 10px -6px rgba(0, 0, 0, .03);--shadow-lg: 0 20px 40px -15px rgba(15, 23, 42, .08);--shadow-premium: 0 25px 50px -12px rgba(37, 99, 235, .12);--radius-lg: 24px;--radius-md: 16px;--radius-sm: 8px;--font-main: "Inter", sans-serif;--font-heading: "Outfit", sans-serif;--transition: all .4s cubic-bezier(.16, 1, .3, 1);--transition-fast: all .2s ease}.food-theme body.food-theme *{margin:0;padding:0;box-sizing:border-box}.food-theme html:has(body.food-theme){scroll-behavior:smooth;font-size:16px}.food-theme body.food-theme{font-family:var(--font-main);background-color:var(--bg-main);color:var(--text-dark);line-height:1.6;overflow-x:hidden;position:relative}.food-theme body:before{content:"";position:absolute;top:0;left:20%;width:600px;height:600px;background:radial-gradient(circle,#2563eb14,#fff0 70%);z-index:-1;pointer-events:none}.food-theme body:after{content:"";position:absolute;top:1200px;right:10%;width:800px;height:800px;background:radial-gradient(circle,#0ea5e90d,#fff0 75%);z-index:-1;pointer-events:none}.food-theme .gradient-text{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.food-theme .container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}.food-theme .section-padding{padding:7.5rem 0}.food-theme .text-center{text-align:center}.food-theme .section-tag{display:inline-block;padding:.5rem 1.25rem;background:var(--primary-light);color:var(--primary);font-family:var(--font-heading);font-weight:600;font-size:.875rem;border-radius:50px;margin-bottom:1.25rem;border:1px solid rgba(37,99,235,.1)}.food-theme .section-title{font-size:2.75rem;margin-bottom:1.25rem;letter-spacing:-.02em}.food-theme .section-subtitle{color:var(--text-muted);font-size:1.125rem;max-width:600px;margin:0 auto 4rem}.food-theme .btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 2rem;border-radius:var(--radius-md);font-weight:600;font-family:var(--font-heading);transition:var(--transition);cursor:pointer;border:1px solid transparent;font-size:1rem}.food-theme .btn-primary{background:linear-gradient(135deg,var(--primary) 0%,#1d4ed8 100%);color:var(--text-light);box-shadow:0 10px 20px -5px #2563eb4d}.food-theme .btn-primary:hover{transform:translateY(-2px);box-shadow:0 15px 25px -5px #2563eb66}.food-theme .btn-secondary{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-dark);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.food-theme .btn-secondary:hover{background:var(--primary-light);color:var(--primary);border-color:#2563eb33;transform:translateY(-2px)}.food-theme .glass-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--glass-shadow);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:var(--transition)}.food-theme .glass-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:#2563eb40}.food-theme .header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:var(--transition);border-bottom:1px solid transparent}.food-theme .header.scrolled{background:#fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-sm);padding:.75rem 0}.food-theme .header:not(.scrolled){padding:1.5rem 0}.food-theme .nav-wrapper{display:flex;align-items:center;justify-content:space-between}.food-theme .logo{display:flex;align-items:center;gap:.75rem;font-family:var(--font-heading);font-weight:800;font-size:1.5rem;color:var(--bg-dark)}.food-theme .logo svg{width:36px;height:36px}.food-theme .nav-menu{display:flex;align-items:center;list-style:none;gap:2rem}.food-theme .nav-item{position:relative}.food-theme .nav-link{font-weight:500;font-size:.95rem;color:var(--text-dark);padding:.5rem 0;display:flex;align-items:center;gap:.25rem}.food-theme .nav-link svg{width:16px;height:16px;transition:var(--transition-fast)}.food-theme .nav-item:hover .nav-link{color:var(--primary)}.food-theme .nav-item:hover .nav-link svg{transform:rotate(180deg);color:var(--primary)}.food-theme .mega-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(15px);width:780px;background:#fffffffa;border:1px solid rgba(226,232,240,.8);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:2rem;display:grid;grid-template-columns:1.2fr 2fr;gap:2rem;opacity:0;visibility:hidden;transition:var(--transition);pointer-events:none;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.food-theme .nav-item:hover .mega-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(5px);pointer-events:auto}.food-theme .mega-menu-banner{background:linear-gradient(145deg,#2563eb0a,#0ea5e914);border-radius:var(--radius-md);padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(37,99,235,.05)}.food-theme .mega-menu-banner h4{font-size:1.25rem;margin-bottom:.5rem}.food-theme .mega-menu-banner p{font-size:.875rem;color:var(--text-muted);margin-bottom:1.5rem}.food-theme .mega-menu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.food-theme .mega-menu-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border-radius:var(--radius-sm);transition:var(--transition-fast)}.food-theme .mega-menu-item:hover{background:var(--primary-light)}.food-theme .mega-menu-icon{width:32px;height:32px;border-radius:8px;background:#2563eb1a;color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.food-theme .mega-menu-item:hover .mega-menu-icon{background:var(--primary);color:var(--text-light)}.food-theme .mega-menu-info h5{font-size:.9rem;font-weight:600;margin-bottom:.15rem}.food-theme .mega-menu-info p{font-size:.75rem;color:var(--text-muted)}.food-theme .hero{padding:11rem 0 7rem;position:relative;background:radial-gradient(90% 100% at 50% 0%,#2563eb08,#fff0)}.food-theme .hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:4rem;align-items:center}.food-theme .hero-content{max-width:620px}.food-theme .hero-title{font-size:3.75rem;font-weight:800;letter-spacing:-.03em;margin-bottom:1.5rem;line-height:1.15}.food-theme .hero-desc{font-size:1.2rem;color:var(--text-muted);margin-bottom:2.5rem;line-height:1.6}.food-theme .hero-ctas{display:flex;gap:1rem;margin-bottom:3rem}.food-theme .hero-badges{display:flex;align-items:center;gap:2.5rem;border-top:1px solid var(--border-color);padding-top:1.5rem}.food-theme .hero-badge-item{display:flex;align-items:center;gap:.75rem}.food-theme .hero-badge-icon{width:40px;height:40px;border-radius:50%;background:#f0fdf4;color:#16a34a;display:flex;align-items:center;justify-content:center}.food-theme .hero-badge-info h5{font-size:1rem;margin-bottom:.1rem}.food-theme .hero-badge-info p{font-size:.8rem;color:var(--text-muted)}.food-theme .hero-mockup-wrapper{position:relative}.food-theme .hero-mockup-container{width:100%;aspect-ratio:4/3;perspective:1000px}.food-theme .hero-mockup{width:100%;height:100%;background:var(--bg-dark);border-radius:var(--radius-lg);box-shadow:var(--shadow-premium),0 30px 60px -15px #0f172a4d;border:2px solid rgba(255,255,255,.1);transform:rotateX(6deg) rotateY(-12deg) rotate(3deg);transform-style:preserve-3d;transition:var(--transition);overflow:hidden;display:flex;flex-direction:column}.food-theme .hero-mockup-container:hover .hero-mockup{transform:rotateX(0) rotateY(0) rotate(0)}.food-theme .mockup-header{height:45px;background:#1e293b;border-bottom:1px solid #334155;padding:0 1rem;display:flex;align-items:center;justify-content:space-between}.food-theme .mockup-dots{display:flex;gap:.4rem}.food-theme .mockup-dot{width:8px;height:8px;border-radius:50%;background:#ef4444}.food-theme .mockup-dot:nth-child(2){background:#eab308}.food-theme .mockup-dot:nth-child(3){background:#22c55e}.food-theme .mockup-tab{background:#0f172a;padding:.3rem .8rem;border-radius:6px;font-size:.7rem;color:#94a3b8;border:1px solid #334155}.food-theme .mockup-body{flex:1;display:grid;grid-template-columns:180px 1fr;background:#0f172a}.food-theme .mockup-sidebar{background:#1e293b;padding:1rem;border-right:1px solid #334155;display:flex;flex-direction:column;gap:.5rem}.food-theme .mockup-sidebar-item{height:30px;background:#ffffff0d;border-radius:6px;display:flex;align-items:center;padding:0 .75rem}.food-theme .mockup-sidebar-item.active{background:var(--primary)}.food-theme .mockup-bar{width:60%;height:6px;background:#ffffff26;border-radius:3px}.food-theme .mockup-sidebar-item.active .mockup-bar{background:#fff}.food-theme .mockup-main{padding:1rem;display:flex;flex-direction:column;gap:1rem}.food-theme .mockup-widgets{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.food-theme .mockup-widget{background:#1e293b;border-radius:var(--radius-sm);padding:.75rem;border:1px solid #334155}.food-theme .mockup-widget-title{font-size:.65rem;color:#94a3b8;margin-bottom:.3rem;text-transform:uppercase}.food-theme .mockup-widget-val{font-size:1.1rem;font-weight:700;color:#fff}.food-theme .mockup-chart-box{flex:1;background:#1e293b;border-radius:var(--radius-sm);border:1px solid #334155;padding:1rem;position:relative;display:flex;flex-direction:column}.food-theme .mockup-chart-bars{display:flex;align-items:flex-end;justify-content:space-around;height:100px;margin-top:auto}.food-theme .mockup-chart-bar{width:14px;background:linear-gradient(to top,var(--primary),var(--secondary));border-radius:4px 4px 0 0;animation:barGrow 1.5s ease-out forwards}.food-theme .floating-element{position:absolute;background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-md);padding:.75rem 1.25rem;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:.75rem;animation:float 4s ease-in-out infinite;z-index:10}.food-theme .floating-element.fe-1{top:10%;right:-5%;animation-delay:0s}.food-theme .floating-element.fe-2{bottom:10%;left:-5%;animation-delay:1.5s}.food-theme .floating-icon{width:32px;height:32px;border-radius:50%;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center}.food-theme .floating-info h6{font-size:.8rem;margin-bottom:.05rem}.food-theme .floating-info p{font-size:.7rem;color:var(--text-muted)}.food-theme .logos-section{padding:2.5rem 0;background:#fff;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);overflow:hidden}.food-theme .logos-carousel-container{width:100%;overflow:hidden;position:relative}.food-theme .logos-track{display:flex;width:3000px;animation:scrollLogos 25s linear infinite;gap:4rem;align-items:center}.food-theme .logo-item{width:160px;height:50px;display:flex;align-items:center;justify-content:center;filter:grayscale(1) opacity(.5);transition:var(--transition-fast)}.food-theme .logo-item:hover{filter:grayscale(0) opacity(1)}.food-theme .logo-item svg{max-height:38px}.food-theme .pos-demo-container{max-width:1050px;margin:0 auto;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg),0 30px 60px -20px #0000000f;border:1px solid var(--border-color);overflow:hidden;display:grid;grid-template-columns:1fr 340px}.food-theme .pos-menu-side{padding:2rem;background:#f8fafc;border-right:1px solid var(--border-color)}.food-theme .pos-menu-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.food-theme .pos-categories{display:flex;gap:.5rem;margin-bottom:1.5rem;overflow-x:auto;padding-bottom:.5rem}.food-theme .pos-cat-btn{padding:.5rem 1rem;border-radius:50px;background:#fff;border:1px solid var(--border-color);font-size:.85rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:var(--transition-fast)}.food-theme .pos-cat-btn.active,.food-theme .pos-cat-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.food-theme .pos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:1rem}.food-theme .pos-item-card{background:#fff;border-radius:var(--radius-md);border:1px solid var(--border-color);padding:1rem;text-align:center;cursor:pointer;transition:var(--transition-fast)}.food-theme .pos-item-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:#2563eb33}.food-theme .pos-item-icon{font-size:2rem;margin-bottom:.5rem}.food-theme .pos-item-name{font-weight:600;font-size:.95rem;margin-bottom:.25rem;color:var(--text-dark)}.food-theme .pos-item-price{color:var(--primary);font-weight:700;font-size:.9rem}.food-theme .pos-cart-side{display:flex;flex-direction:column;height:520px}.food-theme .pos-cart-header{padding:1.5rem;border-bottom:1px solid var(--border-color);font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.food-theme .pos-cart-items{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.food-theme .pos-cart-empty{margin:auto;text-align:center;color:var(--text-muted);font-size:.9rem}.food-theme .pos-cart-item{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f5f9;padding-bottom:.75rem}.food-theme .pos-cart-item-info h6{font-size:.9rem;font-weight:600}.food-theme .pos-cart-item-info p{font-size:.75rem;color:var(--text-muted)}.food-theme .pos-cart-item-price{font-weight:600;font-size:.9rem}.food-theme .pos-cart-totals{padding:1.5rem;border-top:1px solid var(--border-color);background:#f8fafc;display:flex;flex-direction:column;gap:.5rem}.food-theme .pos-total-row{display:flex;justify-content:space-between;font-size:.85rem;color:var(--text-muted)}.food-theme .pos-total-row.grand{font-size:1.1rem;font-weight:700;color:var(--text-dark);margin-top:.25rem;border-top:1px dashed var(--border-color);padding-top:.5rem}.food-theme .pos-checkout-btn{width:100%;margin-top:.75rem;background:var(--primary);color:#fff;border:none;padding:.75rem;border-radius:var(--radius-sm);font-weight:600;cursor:pointer;transition:var(--transition-fast)}.food-theme .pos-checkout-btn:hover{background:var(--primary-hover)}.food-theme .kot-notification{position:fixed;bottom:2rem;right:-320px;width:300px;background:#0f172a;color:#fff;border-left:4px solid var(--primary);border-radius:var(--radius-sm);padding:1rem;box-shadow:0 20px 25px -5px #0000004d;z-index:1100;transition:right .5s cubic-bezier(.175,.885,.32,1.275)}.food-theme .kot-notification.active{right:2rem}.food-theme .kot-notification h5{color:#fff;margin-bottom:.25rem;font-size:.95rem}.food-theme .kot-notification p{font-size:.75rem;color:#94a3b8}.food-theme .workflow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:2rem;position:relative}.food-theme .workflow-card{position:relative;padding:2.5rem 2rem;background:#fff;border-radius:var(--radius-lg);border:1px solid var(--border-color);transition:var(--transition)}.food-theme .workflow-card:after{content:"→";position:absolute;top:50%;right:-1rem;transform:translateY(-50%);font-size:1.5rem;color:var(--primary);opacity:.6}.food-theme .workflow-card:last-child:after{display:none}.food-theme .workflow-step{width:48px;height:48px;border-radius:50%;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:700;font-size:1.25rem;margin-bottom:1.5rem}.food-theme .workflow-card h4{font-size:1.25rem;margin-bottom:.75rem}.food-theme .workflow-card p{color:var(--text-muted);font-size:.9rem}.food-theme .devices-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:5rem;align-items:center}.food-theme .device-cards-container{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.food-theme .device-card{padding:2rem;cursor:pointer;background:#fff;border-radius:var(--radius-lg);border:1px solid var(--border-color);transition:var(--transition)}.food-theme .device-card.active,.food-theme .device-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md);background:linear-gradient(145deg,#fff,#2563eb05)}.food-theme .device-icon-box{width:48px;height:48px;border-radius:12px;background:#2563eb14;color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:var(--transition-fast)}.food-theme .device-card.active .device-icon-box{background:var(--primary);color:#fff}.food-theme .device-card h4{font-size:1.15rem;margin-bottom:.5rem}.food-theme .device-card p{font-size:.85rem;color:var(--text-muted)}.food-theme .device-mockup-showcase{background:#0f172a;border-radius:var(--radius-lg);padding:2.5rem;aspect-ratio:1.2;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.05)}.food-theme .device-mockup-frame{width:100%;height:100%;background:#1e293b;border-radius:12px;border:3px solid #334155;padding:1rem;display:flex;flex-direction:column;gap:1rem;color:#94a3b8}.food-theme .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.food-theme .feature-card{padding:2.5rem 2rem;border:1px solid var(--border-color)}.food-theme .feature-icon-box{width:56px;height:56px;border-radius:16px;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:1.75rem;font-size:1.5rem}.food-theme .feature-card h3{font-size:1.35rem;margin-bottom:.75rem}.food-theme .feature-card p{color:var(--text-muted);font-size:.95rem}.food-theme .ai-showcase-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;align-items:center}.food-theme .ai-features-list{display:flex;flex-direction:column;gap:1.5rem}.food-theme .ai-feature-item{display:flex;gap:1.25rem}.food-theme .ai-feature-num{width:32px;height:32px;border-radius:50%;background:#f0fdfa;color:#0d9488;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.food-theme .ai-feature-info h4{font-size:1.15rem;margin-bottom:.25rem}.food-theme .ai-feature-info p{font-size:.9rem;color:var(--text-muted)}.food-theme .analytics-dashboard-preview{background:#0f172a;border-radius:var(--radius-lg);padding:2rem;border:1px solid rgba(255,255,255,.05);box-shadow:var(--shadow-lg)}.food-theme .analytics-widget{background:#1e293b;border:1px solid #334155;border-radius:var(--radius-md);padding:1.5rem;color:#fff;margin-bottom:1rem}.food-theme .analytics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.food-theme .analytics-badge{background:#10b98133;color:#10b981;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.food-theme .analytics-chart-canvas{height:140px;display:flex;align-items:flex-end;gap:4px;position:relative;border-bottom:1px solid #334155;padding-bottom:4px}.food-theme .analytics-chart-point{flex:1;background:var(--primary);opacity:.75;border-radius:3px 3px 0 0;transition:var(--transition)}.food-theme .analytics-chart-point:hover{opacity:1;background:var(--secondary)}.food-theme .testimonials-slider{position:relative;max-width:800px;margin:0 auto;overflow:hidden}.food-theme .testimonial-slide{display:none;text-align:center;padding:1rem}.food-theme .testimonial-slide.active{display:block;animation:fadeIn .6s ease}.food-theme .testimonial-stars{color:#fbbf24;margin-bottom:1.5rem;font-size:1.25rem}.food-theme .testimonial-quote{font-size:1.5rem;font-weight:500;line-height:1.5;margin-bottom:2rem;color:var(--bg-dark)}.food-theme .testimonial-author{display:flex;flex-direction:column;align-items:center}.food-theme .testimonial-avatar{width:64px;height:64px;border-radius:50%;margin-bottom:.75rem;border:2px solid var(--primary)}.food-theme .testimonial-name{font-weight:700;font-size:1.1rem}.food-theme .testimonial-title{font-size:.85rem;color:var(--text-muted)}.food-theme .slider-controls{display:flex;justify-content:center;gap:1rem;margin-top:3rem}.food-theme .slider-btn{width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition-fast)}.food-theme .slider-btn:hover{background:var(--primary-light);color:var(--primary);border-color:#2563eb33}.food-theme .pricing-toggle-container{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:4rem}.food-theme .pricing-toggle{position:relative;width:60px;height:32px;background:#e2e8f0;border-radius:30px;cursor:pointer;transition:var(--transition-fast)}.food-theme .pricing-toggle:before{content:"";position:absolute;top:3px;left:3px;width:26px;height:26px;border-radius:50%;background:#fff;box-shadow:0 2px 4px #0000001a;transition:var(--transition-fast)}.food-theme .pricing-toggle.active{background:var(--primary)}.food-theme .pricing-toggle.active:before{left:31px}.food-theme .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:6rem}.food-theme .pricing-card{padding:3rem 2.25rem;position:relative;border:1px solid var(--border-color);display:flex;flex-direction:column}.food-theme .pricing-card.popular{border-color:var(--primary);box-shadow:var(--shadow-premium);transform:scale(1.05)}.food-theme .pricing-card.popular:hover{transform:scale(1.05) translateY(-5px)}.food-theme .pricing-badge{position:absolute;top:1.5rem;right:1.5rem;background:var(--primary);color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:50px}.food-theme .pricing-plan-name{font-size:1.25rem;color:var(--text-muted);font-weight:500;margin-bottom:.5rem}.food-theme .pricing-plan-price{font-size:3rem;font-weight:800;margin-bottom:1.5rem;display:flex;align-items:baseline;gap:.25rem}.food-theme .pricing-plan-price span{font-size:1rem;font-weight:500;color:var(--text-muted)}.food-theme .pricing-features-list{list-style:none;display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.food-theme .pricing-feature-li{display:flex;align-items:center;gap:.75rem;font-size:.95rem}.food-theme .pricing-feature-li svg{color:#10b981;width:18px;height:18px;flex-shrink:0}.food-theme .pricing-btn{margin-top:auto;width:100%}.food-theme .comparison-table-wrapper{overflow-x:auto;background:#fff;border-radius:var(--radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);padding:1.5rem}.food-theme .comparison-table{width:100%;border-collapse:collapse;text-align:left}.food-theme .comparison-table th,.food-theme .comparison-table td{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-color)}.food-theme .comparison-table th{font-family:var(--font-heading);font-weight:700;font-size:1.1rem}.food-theme .comparison-table td{font-size:.95rem}.food-theme .comparison-table tr:last-child td{border-bottom:none}.food-theme .comparison-table svg{width:20px;height:20px}.food-theme .comparison-table svg.check{color:#10b981}.food-theme .comparison-table svg.cross{color:#ef4444}.food-theme .faq-accordion{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.food-theme .faq-item{background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-md);overflow:hidden;transition:var(--transition-fast)}.food-theme .faq-header{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:600;font-size:1.05rem;font-family:var(--font-heading)}.food-theme .faq-icon{width:20px;height:20px;transition:var(--transition)}.food-theme .faq-content{max-height:0;overflow:hidden;padding:0 1.5rem;color:var(--text-muted);font-size:.95rem;transition:max-height .4s ease,padding .4s ease}.food-theme .faq-item.active{border-color:var(--primary);box-shadow:var(--shadow-sm)}.food-theme .faq-item.active .faq-icon{transform:rotate(180deg);color:var(--primary)}.food-theme .faq-item.active .faq-content{padding-bottom:1.5rem}.food-theme .contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:5rem}.food-theme .contact-info-card{padding:3rem}.food-theme .contact-info-list{display:flex;flex-direction:column;gap:2rem;margin-top:2.5rem}.food-theme .contact-info-item{display:flex;gap:1.25rem}.food-theme .contact-info-icon{width:48px;height:48px;border-radius:12px;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.food-theme .contact-info-text h4{font-size:1.1rem;margin-bottom:.25rem}.food-theme .contact-info-text p{color:var(--text-muted);font-size:.95rem}.food-theme .contact-form-card{padding:3rem}.food-theme .form-group{margin-bottom:1.5rem}.food-theme .form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.food-theme .form-label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.5rem}.food-theme .form-control{width:100%;padding:.85rem 1rem;border-radius:var(--radius-sm);border:1px solid var(--border-color);background:#f8fafc;font-size:.95rem;transition:var(--transition-fast)}.food-theme .form-control:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #2563eb26}.food-theme .form-submit-btn{width:100%}.food-theme .footer{background:#090d16;color:#94a3b8;padding:6rem 0 3rem;border-top:1px solid rgba(255,255,255,.05)}.food-theme .footer-top{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:3rem;margin-bottom:4rem}.food-theme .footer-brand{display:flex;flex-direction:column;gap:1.5rem}.food-theme .footer-logo{display:flex;align-items:center;gap:.75rem;color:#fff;font-family:var(--font-heading);font-weight:800;font-size:1.5rem}.food-theme .footer-logo svg{width:36px;height:36px}.food-theme .footer-brand p{font-size:.9rem;line-height:1.6}.food-theme .footer-socials{display:flex;gap:1rem}.food-theme .footer-social-btn{width:38px;height:38px;border-radius:50%;background:#ffffff0d;color:#fff;display:flex;align-items:center;justify-content:center;transition:var(--transition-fast)}.food-theme .footer-social-btn:hover{background:var(--primary);color:#fff;transform:translateY(-3px)}.food-theme .footer-col h4{color:#fff;font-size:1rem;font-weight:600;margin-bottom:1.5rem;font-family:var(--font-heading)}.food-theme .footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.food-theme .footer-link{font-size:.9rem}.food-theme .footer-link:hover{color:#fff;padding-left:4px}.food-theme .footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.food-theme .footer-bottom-links{display:flex;gap:2rem}@media (max-width: 1024px){.food-theme .hero-grid,.food-theme .devices-grid,.food-theme .ai-showcase-grid,.food-theme .contact-grid{grid-template-columns:1fr;gap:3.5rem}.food-theme .hero-mockup-container{max-width:600px;margin:0 auto}.food-theme .features-grid,.food-theme .pricing-grid{grid-template-columns:repeat(2,1fr)}.food-theme .footer-top{grid-template-columns:1fr 1fr;gap:2.5rem}.food-theme .pos-demo-container{grid-template-columns:1fr}.food-theme .pos-cart-side{height:400px;border-top:1px solid var(--border-color)}.food-theme .workflow-grid{grid-template-columns:repeat(2,1fr)}.food-theme .workflow-card:after{display:none}}@media (max-width: 768px){.food-theme .nav-menu,.food-theme .header-cta{display:none}.food-theme .hero-title{font-size:2.75rem}.food-theme .section-title{font-size:2rem}.food-theme .features-grid,.food-theme .pricing-grid,.food-theme .workflow-grid,.food-theme .footer-top{grid-template-columns:1fr}.food-theme .footer-bottom{flex-direction:column;gap:1rem;text-align:center}}:root{--portal-bg: #f8faff;--portal-bg-alt: #eef2fb;--portal-surface: #ffffff;--portal-surface-hover: #f0f5ff;--portal-card-border: rgba(0, 0, 0, .07);--portal-card-hover-border: rgba(0, 0, 0, .14);--color-repair-primary: #2563eb;--color-repair-light: #eff6ff;--color-repair-mid: #bfdbfe;--color-repair-glow: rgba(37, 99, 235, .12);--color-repair-border: rgba(37, 99, 235, .28);--color-food-primary: #059669;--color-food-light: #ecfdf5;--color-food-mid: #a7f3d0;--color-food-glow: rgba(5, 150, 105, .12);--color-food-border: rgba(5, 150, 105, .28);--portal-text-primary: #0f172a;--portal-text-secondary: #475569;--portal-text-muted: #94a3b8;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-title: "Outfit", sans-serif;--portal-transition: all .45s cubic-bezier(.16, 1, .3, 1);--portal-shadow-sm: 0 2px 8px rgba(15, 23, 42, .06);--portal-shadow-md: 0 8px 24px rgba(15, 23, 42, .09);--portal-shadow-lg: 0 20px 48px rgba(15, 23, 42, .13);--portal-shadow-xl: 0 32px 64px rgba(15, 23, 42, .16)}*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;background-color:var(--portal-bg);color:var(--portal-text-primary);font-family:var(--font-sans);overflow-x:hidden;-webkit-font-smoothing:antialiased}.portal-container{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:3.5rem 2rem 2.5rem;position:relative;overflow:hidden}.portal-grid-decor{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(15,23,42,.07) 1.2px,transparent 1.2px);background-size:28px 28px;pointer-events:none;z-index:0}.portal-ambient-glow-1{position:absolute;top:-8%;left:5%;width:560px;height:560px;background:radial-gradient(circle,rgba(37,99,235,.09) 0%,transparent 70%);filter:blur(70px);pointer-events:none;z-index:0}.portal-ambient-glow-2{position:absolute;bottom:-8%;right:5%;width:620px;height:620px;background:radial-gradient(circle,rgba(5,150,105,.08) 0%,transparent 70%);filter:blur(70px);pointer-events:none;z-index:0}.portal-header{text-align:center;margin-bottom:3rem;z-index:10;max-width:820px;animation:fadeSlideDown .7s cubic-bezier(.16,1,.3,1) both}@keyframes fadeSlideDown{0%{opacity:0;transform:translateY(-24px)}to{opacity:1;transform:translateY(0)}}.portal-status-badge{display:inline-flex;align-items:center;gap:.6rem;padding:.45rem 1.2rem;background:var(--portal-surface);border:1px solid rgba(15,23,42,.09);color:var(--portal-text-secondary);font-family:var(--font-title);font-weight:600;font-size:.72rem;border-radius:50px;letter-spacing:.8px;margin-bottom:1.75rem;box-shadow:var(--portal-shadow-sm)}.pulse-dot{display:block;width:8px;height:8px;background-color:#10b981;border-radius:50%;box-shadow:0 0 0 3px #10b9812e;animation:badge-pulse 2s infinite}@keyframes badge-pulse{0%{transform:scale(.9)}50%{transform:scale(1.15);box-shadow:0 0 0 5px #10b9811f}to{transform:scale(.9)}}.badge-divider{color:var(--portal-text-muted);font-weight:300}.active-users-count{color:var(--color-repair-primary);font-weight:700}.portal-title{font-family:var(--font-title);font-size:3.8rem;font-weight:900;letter-spacing:-.04em;margin:0 0 1.1rem;color:var(--portal-text-primary);line-height:1.05}.title-gradient-repair{background:linear-gradient(135deg,#1d4ed8,#3b82f6 60%,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.portal-subtitle{font-size:1.1rem;color:var(--portal-text-secondary);line-height:1.65;max-width:620px;margin:0 auto 1.75rem}.selection-step-hint{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#eff6ff,#f0fdf4);border:1px solid rgba(37,99,235,.15);border-radius:50px;padding:.35rem 1rem;font-size:.78rem;font-weight:600;color:var(--portal-text-secondary);letter-spacing:.3px}.selection-step-hint span.step-num{background:var(--color-repair-primary);color:#fff;width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:800}.portal-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;width:100%;max-width:1060px;z-index:10;margin-bottom:3.5rem;animation:fadeSlideUp .8s .15s cubic-bezier(.16,1,.3,1) both}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.portal-card{background:var(--portal-surface);border:2px solid var(--portal-card-border);border-radius:26px;padding:2.75rem;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;color:inherit;transition:var(--portal-transition);position:relative;overflow:hidden;cursor:pointer;box-shadow:var(--portal-shadow-md);outline:none}.card-top-accent{position:absolute;top:0;left:0;right:0;height:4px;border-radius:4px 4px 0 0;transition:var(--portal-transition)}.card-repair .card-top-accent{background:linear-gradient(90deg,#1d4ed8,#60a5fa)}.card-food .card-top-accent{background:linear-gradient(90deg,#059669,#34d399)}.card-glow-layer{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:var(--portal-transition);pointer-events:none;z-index:0;border-radius:inherit}.card-repair .card-glow-layer{background:radial-gradient(ellipse at 0% 0%,rgba(37,99,235,.06) 0%,transparent 65%)}.card-food .card-glow-layer{background:radial-gradient(ellipse at 0% 0%,rgba(5,150,105,.06) 0%,transparent 65%)}.portal-card:hover{transform:translateY(-6px);box-shadow:var(--portal-shadow-xl)}.portal-card:hover .card-glow-layer{opacity:1}.portal-card.card-repair:hover{border-color:var(--color-repair-border)}.portal-card.card-food:hover{border-color:var(--color-food-border)}.portal-card.card-selected{transform:translateY(-8px) scale(1.015);box-shadow:var(--portal-shadow-xl)}.portal-card.card-repair.card-selected{border-color:var(--color-repair-primary);box-shadow:0 0 0 4px #2563eb1f,var(--portal-shadow-xl);background:linear-gradient(160deg,#eff6ff,#fff 60%)}.portal-card.card-food.card-selected{border-color:var(--color-food-primary);box-shadow:0 0 0 4px #0596691f,var(--portal-shadow-xl);background:linear-gradient(160deg,#ecfdf5,#fff 60%)}.portal-card.card-selected .card-glow-layer{opacity:1}.portal-card.card-dimmed{opacity:.45;filter:grayscale(30%);transform:scale(.98)}.card-selected-badge{position:absolute;top:1.2rem;right:1.2rem;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#fff;opacity:0;transform:scale(.5);transition:var(--portal-transition);z-index:20}.card-repair .card-selected-badge{background:var(--color-repair-primary)}.card-food .card-selected-badge{background:var(--color-food-primary)}.card-selected .card-selected-badge{opacity:1;transform:scale(1)}.portal-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.75rem;transition:var(--portal-transition);position:relative;z-index:10}.card-repair .portal-icon{background:var(--color-repair-light);color:var(--color-repair-primary);border:1.5px solid var(--color-repair-mid)}.card-food .portal-icon{background:var(--color-food-light);color:var(--color-food-primary);border:1.5px solid var(--color-food-mid)}.portal-card:hover .portal-icon,.portal-card.card-selected .portal-icon{transform:scale(1.1) rotate(4deg)}.card-repair:hover .portal-icon,.card-repair.card-selected .portal-icon{background:var(--color-repair-primary);color:#fff;border-color:var(--color-repair-primary);box-shadow:0 6px 20px #2563eb59}.card-food:hover .portal-icon,.card-food.card-selected .portal-icon{background:var(--color-food-primary);color:#fff;border-color:var(--color-food-primary);box-shadow:0 6px 20px #05966959}.portal-card-title{font-family:var(--font-title);font-size:1.75rem;font-weight:800;margin:0 0 .65rem;color:var(--portal-text-primary);position:relative;z-index:10;letter-spacing:-.025em}.portal-card-desc{font-size:.92rem;color:var(--portal-text-secondary);line-height:1.65;margin:0 0 1.5rem;position:relative;z-index:10}.portal-badge-row{display:flex;gap:.45rem;margin-bottom:1.75rem;flex-wrap:wrap;position:relative;z-index:10}.mini-badge{font-size:.68rem;font-weight:600;padding:.28rem .7rem;border-radius:6px;display:flex;align-items:center;gap:4px;transition:var(--portal-transition)}.card-repair .mini-badge{background:var(--color-repair-light);border:1px solid var(--color-repair-mid);color:#1d4ed8}.card-food .mini-badge{background:var(--color-food-light);border:1px solid var(--color-food-mid);color:#047857}.portal-card-bullets{margin:0 0 2.25rem;padding:0;list-style:none;display:flex;flex-direction:column;gap:.75rem;position:relative;z-index:10}.portal-card-bullets li{display:flex;align-items:center;gap:10px;font-size:.875rem;color:var(--portal-text-secondary);transition:color .3s ease}.portal-card:hover .portal-card-bullets li,.portal-card.card-selected .portal-card-bullets li{color:var(--portal-text-primary)}.portal-card-bullets li i{font-size:.65rem;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-repair .portal-card-bullets li i{background:var(--color-repair-light);color:var(--color-repair-primary)}.card-food .portal-card-bullets li i{background:var(--color-food-light);color:var(--color-food-primary)}.portal-card-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-title);font-weight:700;font-size:.92rem;padding:.85rem 1.6rem;border-radius:14px;width:100%;transition:var(--portal-transition);position:relative;z-index:10;letter-spacing:.2px}.btn-repair{background:var(--color-repair-light);color:var(--color-repair-primary);border:1.5px solid var(--color-repair-mid)}.btn-food{background:var(--color-food-light);color:var(--color-food-primary);border:1.5px solid var(--color-food-mid)}.card-repair:hover .btn-repair,.card-repair.card-selected .btn-repair{background:var(--color-repair-primary);color:#fff;border-color:var(--color-repair-primary);box-shadow:0 8px 22px #2563eb47}.card-food:hover .btn-food,.card-food.card-selected .btn-food{background:var(--color-food-primary);color:#fff;border-color:var(--color-food-primary);box-shadow:0 8px 22px #05966947}.selection-confirm-bar{position:fixed;bottom:0;left:0;right:0;padding:1rem 2rem;background:var(--portal-surface);border-top:1px solid rgba(15,23,42,.08);display:flex;align-items:center;justify-content:center;gap:1.25rem;z-index:100;box-shadow:0 -8px 32px #0f172a14;transform:translateY(100%);transition:transform .45s cubic-bezier(.16,1,.3,1)}.selection-confirm-bar.visible{transform:translateY(0)}.confirm-bar-text{font-size:.9rem;font-weight:600;color:var(--portal-text-secondary);display:flex;align-items:center;gap:.5rem}.confirm-bar-name{font-weight:800;color:var(--portal-text-primary)}.confirm-btn{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--font-title);font-weight:700;font-size:.9rem;padding:.65rem 1.5rem;border-radius:12px;border:none;cursor:pointer;transition:var(--portal-transition);text-decoration:none}.confirm-btn-primary-repair{background:var(--color-repair-primary);color:#fff;box-shadow:0 4px 14px #2563eb4d}.confirm-btn-primary-repair:hover{background:#1d4ed8;box-shadow:0 6px 20px #2563eb66;transform:translateY(-1px)}.confirm-btn-primary-food{background:var(--color-food-primary);color:#fff;box-shadow:0 4px 14px #0596694d}.confirm-btn-primary-food:hover{background:#047857;box-shadow:0 6px 20px #05966966;transform:translateY(-1px)}.confirm-btn-secondary{background:transparent;color:var(--portal-text-muted);border:1.5px solid rgba(15,23,42,.12)}.confirm-btn-secondary:hover{background:var(--portal-bg-alt);color:var(--portal-text-secondary)}.portal-stats-ticker{display:flex;background:var(--portal-surface);border:1px solid rgba(15,23,42,.08);border-radius:20px;padding:1.4rem 3rem;gap:4rem;align-items:center;justify-content:center;z-index:10;margin-bottom:1.75rem;box-shadow:var(--portal-shadow-sm);animation:fadeSlideUp .9s .3s cubic-bezier(.16,1,.3,1) both}.ticker-item{display:flex;flex-direction:column;align-items:center}.ticker-label{font-size:.67rem;color:var(--portal-text-muted);text-transform:uppercase;font-weight:600;letter-spacing:1px;margin-bottom:4px}.ticker-value{font-family:var(--font-title);font-size:1.3rem;font-weight:800;color:var(--portal-text-primary)}.ticker-divider{width:1px;height:34px;background:#0f172a14}.portal-footer{font-size:.78rem;color:var(--portal-text-muted);z-index:10;text-align:center;margin-top:.75rem}@media (max-width: 900px){.portal-title{font-size:2.8rem}.portal-cards{grid-template-columns:1fr;gap:1.5rem;max-width:500px}.portal-stats-ticker{flex-direction:column;gap:1.25rem;padding:1.25rem;width:100%;max-width:440px}.ticker-divider{width:75%;height:1px}.portal-container{padding:2.5rem 1.25rem 6rem}.selection-confirm-bar{flex-direction:column;gap:.75rem;padding:1.25rem}}
