/*Trades Landing Page*/
.trades-network-bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}
.trades-network-canvas{position:absolute;top:0;left:0;width:100%;height:100%}
.trades-hero{min-height:80vh;position:relative;background:linear-gradient(135deg,var(--primary) 0%,hsl(222.2,47.4%,20%) 100%);color:var(--primary-foreground);padding:8rem 2rem 6rem;text-align:center;overflow:hidden}
.trades-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.trades-hero h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;margin-top:3rem;animation:module-fadeInUp .8s ease-out}
.trades-hero-highlight{color:var(--accent)}
.trades-hero p{font-size:1.5rem;margin-bottom:2rem;opacity:.9;animation:module-fadeInUp .8s ease-out .2s both}
.trades-hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:3rem;animation:module-fadeInUp .8s ease-out .4s both}
.trades-stat{text-align:center}
.trades-stat-number{font-size:2.5rem;font-weight:700;color:var(--accent);display:block}
.trades-stat-label{font-size:1rem;opacity:.8}
.trades-benefits{padding:6rem 2rem;background:var(--background)}
.trades-container{max-width:1200px;margin:0 auto}
.trades-section-header{text-align:center;margin-bottom:4rem}

.trades-benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}
.trades-benefit-card{background:#fff;border:1px solid var(--border);border-radius:1rem;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}
.trades-benefit-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--accent) 0%,var(--accent-glow) 100%);transform:scaleX(0);transition:transform .3s ease}
.trades-benefit-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px hsla(222.2,47.4%,11.2%,.1)}
.trades-benefit-card:hover::before{transform:scaleX(1)}
.trades-benefit-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-glow) 100%);border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:1.5rem}
.trades-benefit-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--foreground)}
.trades-benefit-text{color:var(--muted-foreground);line-height:1.7}
.trades-use-cases{padding:6rem 2rem;background:linear-gradient(135deg,hsl(222.2,47.4%,15%) 0%,var(--primary) 100%);color:var(--primary-foreground);position:relative;overflow:hidden}
.trades-use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;position:relative;z-index:2}
.trades-use-case{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:2rem;transition:all .3s ease}
.trades-use-case:hover{background:rgba(255,255,255,.15);transform:translateY(-3px)}
.trades-use-case-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}
.trades-use-case-icon{font-size:1.5rem}
.trades-use-case-text{opacity:.9;line-height:1.6}
.trades-testimonials{padding:6rem 2rem;background:var(--muted)}
.trades-testimonial-grid, .trades-integrations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}
.trades-testimonial{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px hsla(222.2,47.4%,11.2%,.08)}
.trades-testimonial-quote{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;font-style:italic;color:var(--foreground)}
.trades-testimonial-author{display:flex;align-items:center;gap:1rem}
.trades-testimonial-avatar{width:50px;height:50px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-glow) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff}
.trades-testimonial-info{flex:1}
.trades-testimonial-name{font-weight:600;color:var(--foreground)}
.trades-testimonial-role{font-size:.9rem;color:var(--muted-foreground)}
.trades-cta{padding:6rem 2rem;background:linear-gradient(135deg,var(--primary) 0%,hsl(222.2,47.4%,20%) 100%);color:var(--primary-foreground);text-align:center;position:relative;overflow:hidden}
.trades-cta-content{max-width:700px;margin:0 auto;position:relative;z-index:2}
.trades-cta h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}
.trades-cta p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}
.trades-cta-button{display:inline-block;background:var(--accent);color:var(--primary);padding:1.25rem 3rem;border-radius:.75rem;text-decoration:none;font-size:1.25rem;font-weight:700;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 10px 30px hsla(35,100%,50%,.3)}
.trades-cta-button:hover{background:var(--accent-glow);transform:translateY(-3px);box-shadow:0 15px 40px hsla(35,100%,50%,.4)}
.trades-footer{background:var(--primary);color:var(--primary-foreground);padding:2rem;text-align:center}
.trades-footer p{opacity:.8}
.trades-autopilot{padding:6rem 2rem;background:linear-gradient(180deg,var(--background) 0%,var(--muted) 100%)}
.trades-autopilot-dashboard{max-width:900px;margin:3rem auto 0;background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 20px 60px hsla(222.2,47.4%,11.2%,.12)}
.trades-dashboard-header{margin-bottom:2rem}
.trades-dashboard-title{display:flex;align-items:center;gap:1rem;font-size:1.5rem;font-weight:700}
.trades-pulse-indicator{width:12px;height:12px;background:#22c55e;border-radius:50%;animation:pulse 2s infinite}
.trades-status-badge{background:#dcfce7;color:#16a34a;padding:.25rem .75rem;border-radius:1rem;font-size:.875rem;font-weight:600}
.trades-status-grid{display:grid;gap:1rem;margin-bottom:2rem}
.trades-status-box{display:flex;align-items:center;gap:1rem;padding:1.25rem;border-radius:1rem;animation:ta-slideInRight .6s ease-out both}
.trades-status-box:nth-child(2){animation-delay:.1s}
.trades-status-box:nth-child(3){animation-delay:.2s}
.trades-status-box:nth-child(4){animation-delay:.3s}
.trades-status-green{background:#dcfce7}
.trades-status-blue{background:#dbeafe}
.trades-status-purple{background:#f3e8ff}
.trades-status-orange{background:#ffedd5}
.trades-status-icon{font-size:2rem;flex-shrink:0}
.trades-status-content{flex:1}
.trades-status-title{font-weight:600;color:var(--foreground);margin-bottom:.25rem}
.trades-status-detail{font-size:.875rem;color:var(--muted-foreground)}
.trades-status-metric{font-weight:700;font-size:1.25rem;color:var(--foreground)}
.trades-dashboard-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding-top:2rem;border-top:1px solid var(--border)}
.trades-dash-stat{text-align:center}
.trades-dash-stat-value{font-size:2rem;font-weight:700;color:var(--foreground)}
.trades-dash-stat-label{font-size:.875rem;color:var(--muted-foreground)}
.trades-whatsapp{padding:6rem 2rem;background:var(--background)}
.trades-feature-split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.trades-feature-reverse{direction:rtl}
.trades-feature-reverse>*{direction:ltr}
.trades-phone-mockup{max-width:350px;margin:0 auto}
.trades-phone-screen{background:#075e54;border-radius:2rem;padding:1rem;box-shadow:0 20px 60px hsla(222.2,47.4%,11.2%,.2)}
.trades-whatsapp-header{background:#128c7e;padding:1rem;border-radius:1rem 1rem 0 0;display:flex;align-items:center;gap:1rem;color:#fff}
.trades-wa-back{font-size:1.25rem;cursor:pointer}
.trades-wa-contact{display:flex;align-items:center;gap:.75rem;flex:1}
.trades-wa-avatar{width:40px;height:40px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff}
.trades-wa-name{font-weight:600}
.trades-wa-online{font-size:.75rem;opacity:.9}
.trades-whatsapp-messages{background:#ece5dd;padding:1.5rem 1rem;min-height:400px;border-radius:0 0 1rem 1rem}
.trades-wa-message{margin-bottom:.75rem;animation:module-fadeInUp .3s ease-out}
.trades-wa-bubble{background:#fff;padding:.75rem 1rem;border-radius:.5rem;max-width:80%;word-wrap:break-word}
.trades-wa-received .trades-wa-bubble{background:#fff}
.trades-wa-sent{text-align:right}
.trades-wa-sent .trades-wa-bubble{background:#dcf8c6;display:inline-block}
.trades-wa-time{font-size:.7rem;color:#667781;margin-top:.25rem}
.trades-wa-typing{background:#fff;padding:.75rem 1rem;border-radius:.5rem;display:inline-flex;gap:.25rem;align-items:center}
.trades-wa-typing span{width:8px;height:8px;background:#667781;border-radius:50%;animation:typing 1.4s infinite}
.trades-wa-typing span:nth-child(2){animation-delay:.2s}
.trades-wa-typing span:nth-child(3){animation-delay:.4s}
.trades-feature-content{padding:2rem 0}
.trades-feature-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--foreground)}
.trades-feature-subtitle{font-size:1.25rem;color:var(--muted-foreground);margin-bottom:2rem}
.trades-feature-list{display:flex;flex-direction:column;gap:1.5rem}
.trades-feature-item{display:flex;gap:1rem;align-items:flex-start}
.trades-feature-check{width:28px;height:28px;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}
.trades-feature-item strong{display:block;font-size:1.1rem;margin-bottom:.25rem;color:var(--foreground)}
.trades-feature-item p{color:var(--muted-foreground);margin:0}
.trades-voice-agent{padding:6rem 2rem;background:linear-gradient(135deg,hsl(222.2,47.4%,15%) 0%,var(--primary) 100%);color:var(--primary-foreground)}
.trades-voice-agent .trades-feature-title,.trades-voice-agent .trades-feature-item strong{color:var(--primary-foreground)}
.trades-voice-agent .trades-feature-subtitle,.trades-voice-agent .trades-feature-item p{color:rgba(255,255,255,.8)}
.trades-voice-interface{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:1.5rem;padding:2rem;max-width:450px;margin:0 auto}
.trades-voice-header{margin-bottom:2rem}
.trades-voice-status{display:flex;align-items:center;gap:.75rem;font-weight:600}
.trades-voice-pulse{width:12px;height:12px;background:#22c55e;border-radius:50%;animation:pulse 2s infinite}
.trades-voice-waveform{display:flex;align-items:center;justify-content:center;gap:.5rem;height:100px;margin-bottom:2rem}
.trades-wave-bar{width:6px;background:var(--accent);border-radius:3px;animation:wave 1.2s ease-in-out infinite;animation-delay:var(--delay)}
.trades-voice-transcript{background:rgba(0,0,0,.2);border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;font-size:.9rem}
.trades-transcript-line{margin-bottom:1rem;line-height:1.6}
.trades-transcript-line:last-child{margin-bottom:0}
.trades-ai-line{color:#7dd3fc}
.trades-customer-line{color:#fff}
.trades-voice-metrics{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.trades-voice-metric{background:rgba(0,0,0,.2);border-radius:.75rem;padding:1rem;text-align:center}
.trades-metric-label{font-size:.875rem;opacity:.8;margin-bottom:.5rem}
.trades-metric-value{font-size:1.5rem;font-weight:700}
.trades-back-office{padding:6rem 2rem;background:var(--muted)}
.trades-admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}
.trades-admin-card{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 4px 20px hsla(222.2,47.4%,11.2%,.08);transition:all .3s ease}
.trades-admin-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px hsla(222.2,47.4%,11.2%,.15)}
.trades-admin-icon{width:60px;height:60px;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:1.5rem}
.trades-icon-purple{background:linear-gradient(135deg,#a855f7 0%,#7c3aed 100%)}
.trades-icon-blue{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)}
.trades-icon-green{background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%)}
.trades-icon-orange{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-glow) 100%)}
.trades-icon-red{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)}
.trades-icon-teal{background:linear-gradient(135deg,#14b8a6 0%,#0d9488 100%)}
.trades-admin-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--foreground)}
.trades-admin-desc{color:var(--muted-foreground);line-height:1.7;margin-bottom:1.5rem}
.trades-admin-feature-tags{display:flex;flex-wrap:wrap;gap:.5rem}
.trades-tag{background:var(--muted);color:var(--foreground);padding:.375rem .875rem;border-radius:1rem;font-size:.8rem;font-weight:500}
.trades-materials-screen{background:#fff;border-radius:1.5rem;padding:1.5rem;box-shadow:0 20px 60px hsla(222.2,47.4%,11.2%,.2);max-width:450px;margin:0 auto}
.trades-materials-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:linear-gradient(135deg,var(--primary) 0%,hsl(222.2,47.4%,20%) 100%);border-radius:1rem;margin-bottom:1.5rem}
.trades-materials-content{display:flex;flex-direction:column;gap:1rem}
.trades-material-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--muted);border-radius:.75rem;animation:module-fadeInUp .5s ease-out both}
.trades-material-icon{font-size:2rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:.5rem}
.trades-material-info{flex:1}
.trades-material-name{font-weight:600;color:var(--foreground);margin-bottom:.25rem}
.trades-material-status{font-size:.875rem;color:var(--muted-foreground)}
.trades-material-price{font-weight:700;font-size:1.1rem;color:var(--foreground)}
.trades-material-summary{margin-top:1rem;padding:1.25rem;background:#f0fdf4;border-radius:.75rem;border:1px solid #86efac}
.trades-compliance-tracker{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:1.5rem;padding:2rem;max-width:500px;margin:0 auto}
.trades-cert-grid{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}
.trades-cert-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:rgba(255,255,255,.1);border-radius:.75rem;animation:module-fadeInUp .5s ease-out both}
.trades-cert-icon{width:40px;height:40px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;flex-shrink:0}
.trades-cert-info{flex:1}
.trades-cert-name{font-weight:600;margin-bottom:.25rem}
.trades-cert-expiry{font-size:.875rem;opacity:.9}
.trades-cert-alert{background:rgba(251,191,36,.2);padding:1rem;border-radius:.75rem;display:flex;align-items:center;font-size:.875rem}
.trades-photo-gallery{background:#fff;border-radius:1.5rem;padding:1.5rem;box-shadow:0 20px 60px hsla(222.2,47.4%,11.2%,.2);max-width:500px;margin:0 auto}
.trades-gallery-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}
.trades-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}
.trades-photo-card{animation:module-fadeInUp .5s ease-out both}
.trades-photo-placeholder{aspect-ratio:1;background:linear-gradient(135deg,var(--muted) 0%,var(--border) 100%);border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin-bottom:.5rem}
.trades-photo-label{font-size:.8rem;font-weight:600;color:var(--foreground);margin-bottom:.25rem}
.trades-photo-time{font-size:.7rem;color:var(--muted-foreground)}
.trades-gallery-actions{display:flex;gap:.75rem}
.trades-gallery-btn{flex:1;padding:.875rem;background:var(--primary);color:#fff;border:none;border-radius:.5rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .3s ease}
.trades-gallery-btn:hover{background:hsl(222.2,47.4%,20%);transform:translateY(-2px)}
.trades-roi-section{padding:6rem 2rem;background:linear-gradient(180deg,var(--muted) 0%,var(--background) 100%)}
.trades-roi-calculator{max-width:700px;margin:0 auto;background:#fff;border-radius:1.5rem;padding:3rem;box-shadow:0 20px 60px hsla(222.2,47.4%,11.2%,.12)}
.trades-calculator-content{display:flex;flex-direction:column;gap:2.5rem}
.trades-slider-group{display:flex;flex-direction:column;gap:1rem}
.trades-slider-group label{font-weight:600;font-size:1.1rem;color:var(--foreground)}
.trades-slider-container{display:flex;align-items:center;gap:1.5rem}
.trades-slider{flex:1;height:8px;border-radius:4px;background:var(--muted);outline:none;-webkit-appearance:none}
.trades-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:var(--accent);cursor:pointer;box-shadow:0 2px 8px hsla(35,100%,50%,.4)}
.trades-slider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:var(--accent);cursor:pointer;border:none;box-shadow:0 2px 8px hsla(35,100%,50%,.4)}
.trades-slider-value{min-width:80px;text-align:center;font-weight:700;font-size:1.5rem;color:var(--accent)}
.trades-result-section{text-align:center;padding:2rem;background:linear-gradient(135deg,var(--primary) 0%,hsl(222.2,47.4%,20%) 100%);border-radius:1rem;color:#fff}
.trades-result-section h3{font-size:1.25rem;margin-bottom:1rem;opacity:.9}
.trades-cost-saving{font-size:4rem;font-weight:800;color:var(--accent);margin-bottom:1rem;transition:transform .15s ease}
.trades-annual-saving{display:flex;justify-content:center;align-items:center;gap:.75rem;font-size:1.25rem;margin-bottom:1rem;padding:1rem;background:rgba(255,255,255,.1);border-radius:.5rem}
.trades-annual-saving strong{color:var(--accent);font-size:1.5rem}
.trades-roi-note{margin:0;opacity:.9;font-size:.95rem}
@media (max-width:768px){.trades-hero h1{font-size:2.5rem}
.trades-hero p{font-size:1.25rem}
.trades-hero h1{margin-top:0;}
.trades-hero-stats{flex-direction:column;gap:1rem}
.trades-section-title{font-size:2rem}
.trades-benefits-grid,.trades-use-cases-grid,.trades-testimonial-grid{grid-template-columns:1fr}
.trades-nav{flex-direction:column;gap:1rem}
.trades-feature-split{grid-template-columns:1fr;gap:3rem}
.trades-dashboard-stats{grid-template-columns:1fr;gap:1rem}
.trades-admin-grid{grid-template-columns:1fr}
.trades-feature-title{font-size:2rem}
.trades-roi-calculator{padding:2rem}
.trades-cost-saving{font-size:3rem}
.trades-gallery-grid{grid-template-columns:1fr}
.trades-status-box{display:block; width:100%}
}
    /* Integrations Section */
        .trades-integrations {padding: 4rem 2rem;background: var(--background);}
        .trades-integrations-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));gap: 2rem;margin-top: 3rem;align-items: center;justify-items: center;}
        .trades-integration-logo {display: flex;align-items: center;justify-content: center;padding: 1.5rem 2rem;background: white;border: 2px solid var(--border);border-radius: 0.75rem;transition: all 0.3s ease;min-height: 100px;width: 100%;}
        .trades-integration-logo:hover {border-color: var(--accent);transform: translateY(-5px);box-shadow: 0 8px 24px hsla(222.2, 47.4%, 11.2%, 0.1);}
        .trades-integration-logo span {font-size: 1.1rem;font-weight: 700;color: var(--foreground);text-align: center;}
