:root{--primary:#4338ca;--primary-dark:#3730a3;--secondary:#764ba2;--accent:#f093fb;--gradient:linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-light:linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);--dark:#1a202c;--dark-light:#2d3748;--gray-900:#1a202c;--gray-800:#2d3748;--gray-700:#4a5568;--gray-600:#5a6775;--gray-500:#566473;--gray-400:#4b5563;--gray-350:#9ca3af;--gray-300:#e2e8f0;--gray-200:#edf2f7;--gray-100:#f7fafc;--white:#ffffff;--success:#48bb78;--warning:#ed8936;--error:#f56565;--info:#4299e1;--shadow-sm:0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);--shadow-md:0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);--shadow-lg:0 20px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04);--shadow-xl:0 25px 50px -12px rgba(0, 0, 0, 0.25);--radius:12px;--radius-lg:16px;--radius-xl:24px;--transition:all 0.3s ease}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:var(--gray-700);background:var(--white);overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--dark);font-weight:700;line-height:1.2}h1{font-size:clamp(2.5rem, 5vw, 4rem)}h2{font-size:clamp(2rem, 4vw, 3rem)}h3{font-size:clamp(1.5rem, 3vw, 2rem)}h4{font-size:clamp(1.25rem, 2vw, 1.5rem)}p{font-size:1.125rem;color:var(--gray-600)}a{color:var(--primary);text-decoration:none;transition:var(--transition)}a:hover{color:var(--primary-dark)}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}section{padding:6rem 0}@media (max-width:768px){section{padding:4rem 0}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:var(--radius);border:none;cursor:pointer;transition:var(--transition);text-decoration:none}.btn-primary{background:var(--gradient);color:var(--white);box-shadow:var(--shadow-md)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);color:var(--white)}.btn-secondary{background:var(--white);color:var(--primary);border:2px solid var(--primary)}.btn-secondary:hover{background:var(--primary);color:var(--white)}.btn-white{background:var(--white);color:var(--primary);box-shadow:var(--shadow-md)}.btn-white:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-cta-pulse{background:linear-gradient(135deg,#f093fb 0,#f5576c 100%);color:var(--white);box-shadow:0 4px 15px rgba(240,147,251,.4);position:relative;overflow:hidden;animation:pulse-glow 2s ease-in-out infinite}.btn-cta-pulse::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shine 3s ease-in-out infinite}.btn-cta-pulse:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px rgba(240,147,251,.5);color:var(--white)}@keyframes pulse-glow{0%,100%{box-shadow:0 4px 15px rgba(240,147,251,.4)}50%{box-shadow:0 4px 25px rgba(240,147,251,.6),0 0 40px rgba(240,147,251,.3)}}@keyframes shine{0%{left:-100%}100%,50%{left:100%}}header{position:fixed;top:40px;left:0;right:0;z-index:1000;height:72px;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-200);transition:var(--transition)}header.scrolled{box-shadow:var(--shadow-md)}nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;position:relative}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:800;color:var(--dark)}@media (max-width:768px){.logo{font-size:1rem}}.logo-icon{width:40px;height:40px;background:var(--gradient);border-radius:var(--radius);display:flex;align-items:center;justify-content:center}.logo-icon svg{width:24px;height:24px;color:var(--white)}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links a{color:var(--gray-700);font-weight:500;font-size:.95rem;text-decoration:none;transition:var(--transition)}.nav-links a:hover{color:var(--primary);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:2px}.nav-cta{display:flex;gap:1rem}.lang-bar{background:linear-gradient(135deg,var(--dark) 0,var(--dark-light) 100%);padding:.5rem 0;height:40px;position:fixed;top:0;left:0;right:0;z-index:1001}.lang-bar-content{display:flex;justify-content:flex-end;align-items:center;gap:.5rem}.lang-bar-label{font-size:.75rem;color:var(--gray-400);margin-right:.25rem}.lang-switcher{display:flex;align-items:center;gap:.25rem;background:rgba(255,255,255,.1);border-radius:20px;padding:.25rem}.lang-option{display:flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;color:var(--gray-400);text-decoration:none;padding:.35rem .75rem;border-radius:16px;transition:var(--transition)}.lang-option:hover{color:var(--white);background:rgba(255,255,255,.1)}.lang-option.active{color:var(--white);background:var(--gradient);box-shadow:0 2px 8px rgba(102,126,234,.4)}.lang-option svg{width:16px;height:12px;pointer-events:none}.lang-option:not(.active){cursor:pointer}@media (max-width:968px){.lang-bar{padding:.4rem 0}.lang-bar-label{display:none}}.mobile-menu-btn{display:none;background:0 0;border:none;cursor:pointer;padding:.5rem;color:var(--gray-700);transition:var(--transition)}.mobile-menu-btn.active{color:var(--primary)}@media (max-width:968px){.nav-cta,.nav-links{display:none;position:absolute;top:100%;left:-1.5rem;right:-1.5rem;background:var(--white);box-shadow:var(--shadow-md);z-index:999}.mobile-menu-btn{display:block}.nav-links.mobile-open{display:flex;flex-direction:column;padding:1rem 1.5rem;gap:0}.nav-links.mobile-open li{width:100%;border-bottom:1px solid var(--gray-100)}.nav-links.mobile-open li:last-child{border-bottom:none}.nav-links.mobile-open a{display:block;padding:1rem 0;font-size:1.1rem;color:var(--gray-700)}.nav-cta.mobile-open{display:flex;flex-direction:column;padding:1rem 1.5rem;gap:1rem;border-top:1px solid var(--gray-200)}.nav-cta.mobile-open .btn{width:100%;justify-content:center}}.hero{min-height:100vh;display:flex;align-items:flex-start;background:linear-gradient(135deg,#f5f7fa 0,#e4e8f0 100%);position:relative;overflow:hidden;padding-top:140px;padding-bottom:3rem}@media (max-width:768px){.hero{padding-top:122px}.hero h1{font-size:clamp(1.5rem, 5vw, 2rem)}}.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 80% 150% at 100% 50%,var(--primary),transparent 70%);opacity:.05;pointer-events:none;z-index:0}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text{position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--gradient-light);border-radius:50px;font-size:.875rem;font-weight:600;color:var(--primary);margin-bottom:1.5rem}.hero-hook{font-size:1.25rem;color:var(--gray-600);font-weight:500;margin-bottom:0;min-height:auto;font-style:italic}.hero h1{margin-bottom:1.5rem}.hero h1 span{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.25rem;margin-bottom:2rem;max-width:100%;min-height:auto}@media (max-width:768px){.hero p{min-height:250px}}.hero p.hero-cta-box-text{min-height:50px}.hero-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.hero-buttons .btn{padding:.75rem 1.25rem;font-size:.9rem;min-height:48px;min-width:140px}@media (max-width:480px){.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{width:100%;min-width:unset}}.hero-cta-boxes{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem;min-height:100px}.hero-cta-box{padding:.35rem .75rem;border-radius:6px}.hero-cta-box a{text-decoration:none;font-weight:600;font-size:.8rem;display:flex;align-items:center;gap:.35rem}.hero-cta-box p{margin:.2rem 0 0 0;font-size:.65rem;max-height:50px;height:auto}.hero-cta-primary{background:linear-gradient(135deg,var(--primary-light,#e0e7ff) 0,#e0e7ff 100%);border:1px solid var(--primary)}.hero-cta-primary a{color:var(--primary)}.hero-cta-primary p{color:var(--gray-600)}.hero-cta-secondary{background:linear-gradient(135deg,#fef3c7 0,#fde68a 100%);border:1px solid #f59e0b}.hero-cta-secondary a{color:#92400e}.hero-cta-secondary p{color:#78350f}@media (max-width:768px){.hero-cta-boxes{gap:.75rem;min-height:200px}.hero-cta-box{padding:.5rem 1rem;border-radius:8px;flex:1 1 45%;min-width:200px}.hero-cta-box a{font-size:.85rem;gap:.4rem}.hero-cta-box a svg{width:16px;height:16px}.hero-cta-box a svg.external-icon{width:12px;height:12px}.hero-cta-box p{font-size:.7rem}}.hero-visual{position:relative}.hero-dashboard{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);padding:1.5rem;position:relative;z-index:1}.dashboard-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}.dashboard-dot{width:12px;height:12px;border-radius:50%}.dashboard-dot.red{background:#ff5f56}.dashboard-dot.yellow{background:#ffbd2e}.dashboard-dot.green{background:#27ca40}.dashboard-content{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.metric-card{background:var(--gray-100);border-radius:var(--radius);padding:1rem;text-align:center}.metric-value{font-size:2rem;font-weight:800;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.metric-label{font-size:.75rem;color:var(--gray-600);text-transform:uppercase;letter-spacing:.05em}.grade-badge{display:inline-block;width:48px;height:48px;line-height:48px;text-align:center;border-radius:50%;font-size:1.5rem;font-weight:800;color:var(--white)}.grade-a{background:var(--success)}.grade-b{background:#68d391}.grade-c{background:var(--warning)}.floating-card{position:absolute;background:var(--white);border-radius:var(--radius);padding:1rem;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:.75rem;z-index:2}.floating-card.top-left{top:-20px;left:-40px}.floating-card.bottom-right{bottom:-20px;right:-40px}.floating-icon{width:40px;height:40px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center}.floating-icon.green{background:rgba(72,187,120,.1);color:var(--success)}.floating-icon.blue{background:rgba(66,153,225,.1);color:var(--info)}@media (max-width:968px){.hero-content{grid-template-columns:1fr;text-align:center}.hero p{margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center}.hero-visual{display:none}}.features{background:var(--white)}.section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.section-header h2{margin-bottom:1rem}.section-header p{font-size:1.25rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{background:var(--gray-100);border-radius:var(--radius-lg);padding:2rem;transition:var(--transition);border:2px solid transparent}.feature-card:hover{background:var(--white);border-color:var(--gray-200);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-icon{width:56px;height:56px;background:var(--gradient);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-icon svg{width:28px;height:28px;color:var(--white)}.feature-card h3{font-size:1.25rem;margin-bottom:.75rem}.feature-card p{font-size:1rem;color:var(--gray-600)}@media (max-width:968px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.features-grid{grid-template-columns:1fr}}.ai-section{background:var(--dark);color:var(--white);position:relative;overflow:hidden}.ai-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:var(--gradient);opacity:.1}.ai-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.ai-section h2{color:var(--white)}.ai-section p{color:var(--gray-400)}.ai-features{list-style:none;margin:2rem 0}.ai-features li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;font-size:1.1rem;color:var(--gray-300)}.ai-features li svg{width:24px;height:24px;color:var(--success);flex-shrink:0;margin-top:2px}.chat-demo{background:var(--dark-light);border-radius:var(--radius-xl);padding:1.5rem;border:1px solid var(--gray-700)}.chat-message{display:flex;gap:1rem;margin-bottom:1rem}.chat-message.user{flex-direction:row-reverse}.chat-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-avatar.ai{background:var(--gradient)}.chat-avatar.user{background:var(--gray-600)}.chat-bubble{background:var(--gray-700);padding:1rem 1.25rem;border-radius:var(--radius);max-width:80%;font-size:.95rem;color:var(--gray-200)}.chat-message.user .chat-bubble{background:var(--primary);color:var(--white)}.chat-input{display:flex;gap:.75rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--gray-700)}.chat-input input{flex:1;background:var(--gray-800);border:1px solid var(--gray-700);border-radius:var(--radius);padding:.75rem 1rem;color:var(--white);font-size:.95rem}.chat-input input::placeholder{color:var(--gray-500)}.chat-input button{background:var(--gradient);border:none;border-radius:var(--radius);padding:.75rem 1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.chat-input button svg{width:20px;height:20px;color:var(--white)}@media (max-width:968px){.ai-content{grid-template-columns:1fr}}.integrations{background:var(--gray-100)}.integration-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.integration-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem;text-align:center;transition:var(--transition);border:2px solid transparent}.integration-card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.integration-logo{width:64px;height:64px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:var(--gray-100);border-radius:var(--radius)}.integration-logo svg{width:40px;height:40px}.integration-card h4{font-size:1.125rem;margin-bottom:.5rem}.integration-card p{font-size:.9rem;color:var(--gray-500)}.integration-cta{display:flex;justify-content:center;gap:1rem;margin-top:3rem}@media (max-width:480px){.integration-cta{flex-direction:column;align-items:center}.integration-cta .btn{width:100%;max-width:280px}}@media (max-width:968px){.integration-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.integration-grid{grid-template-columns:1fr}}.channels{background:var(--white)}.channels-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.channel-cards{display:flex;flex-direction:column;gap:1.5rem}.channel-card{display:flex;align-items:flex-start;gap:1.5rem;background:var(--gray-100);border-radius:var(--radius-lg);padding:1.5rem;transition:var(--transition)}.channel-card:hover{background:var(--white);box-shadow:var(--shadow-lg);transform:translateX(8px)}.channel-icon{width:56px;height:56px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.channel-icon.whatsapp{background:#25d366}.channel-icon.email{background:#ea4335}.channel-icon.sms{background:var(--info)}.channel-icon svg{width:28px;height:28px;color:var(--white)}.channel-info h4{font-size:1.125rem;margin-bottom:.5rem}.channel-info p{font-size:.95rem;color:var(--gray-600);margin:0}@media (max-width:968px){.channels-content{grid-template-columns:1fr}}.security{background:linear-gradient(135deg,#1a202c 0,#2d3748 100%);color:var(--white)}.security h2{color:var(--white)}.security p{color:var(--gray-300)}.security-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.security-item{text-align:center}.security-icon{width:72px;height:72px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.security-icon svg{width:36px;height:36px;color:var(--accent)}.security-item h3{color:var(--white);font-size:1.125rem;margin-bottom:.5rem}.security-item p{font-size:.9rem}@media (max-width:968px){.security-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.security-grid{grid-template-columns:1fr}}.pricing{background:var(--gray-100)}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1300px;margin:0 auto}@media (max-width:1100px){.pricing-grid{grid-template-columns:repeat(2,1fr);max-width:800px}}@media (max-width:600px){.pricing-grid{grid-template-columns:1fr;max-width:400px}}.pricing-card{background:var(--white);border-radius:var(--radius-xl);padding:2.5rem;text-align:center;transition:var(--transition);border:2px solid transparent;position:relative}.pricing-card.featured{border-color:var(--primary);transform:scale(1.05);box-shadow:var(--shadow-xl)}.pricing-card.featured::before{content:'Most Popular';position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--gradient);color:var(--white);padding:.25rem 1rem;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.pricing-card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg)}.pricing-name{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.pricing-price{font-size:3.5rem;font-weight:800;color:var(--dark);margin-bottom:.5rem}.pricing-price span{font-size:1rem;font-weight:500;color:var(--gray-500)}.pricing-description{font-size:.95rem;color:var(--gray-500);margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--gray-200)}.pricing-features{list-style:none;text-align:left;margin-bottom:2rem}.pricing-features li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:.95rem;color:var(--gray-700)}.pricing-features li svg{width:20px;height:20px;color:var(--success);flex-shrink:0;margin-top:2px}.pricing-card .btn{width:100%}@media (max-width:600px){.pricing-card.featured{transform:none}}.cta{background:var(--gradient);text-align:center;position:relative;overflow:hidden}.cta::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.cta-content{position:relative;z-index:1}.cta h2{color:var(--white);margin-bottom:1rem}.cta p{color:rgba(255,255,255,.9);font-size:1.25rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}footer{background:var(--dark);color:var(--gray-400);padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid var(--gray-700)}.footer-brand{max-width:300px}.footer-brand .logo{margin-bottom:1rem;color:var(--white)}.footer-brand p{font-size:.95rem;color:var(--gray-350)}.footer-heading,.footer-links h4{color:var(--white);font-size:1rem;font-weight:700;margin-bottom:1.5rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--gray-350);font-size:.95rem;text-decoration:none;transition:var(--transition)}.footer-links a:hover{color:var(--white);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:2px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.9rem;color:var(--gray-350)}.footer-bottom a{color:var(--gray-350);text-decoration:none;transition:var(--transition)}.footer-bottom a:hover{color:var(--white);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:2px}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;background:var(--gray-800);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.social-links a:hover{background:var(--primary)}.social-links svg{width:20px;height:20px;color:var(--gray-400)}.social-links a:hover svg{color:var(--white)}@media (max-width:968px){.footer-content{grid-template-columns:1fr 1fr}.footer-brand{grid-column:span 2}}@media (max-width:480px){.footer-content{grid-template-columns:1fr}.footer-brand{grid-column:span 1}}.stats{background:var(--white);padding:4rem 0;border-bottom:1px solid var(--gray-200)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stat-number{display:block;font-size:3rem;font-weight:700;line-height:1.2;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-item p{font-size:1rem;color:var(--gray-600)}@media (max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.partnership{background:var(--gradient-light);padding:5rem 0}.partnership-content{max-width:900px;margin:0 auto;text-align:center}.partnership-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--white);padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;color:var(--primary);margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}.partnership-badge svg{stroke:var(--primary)}.partnership h2{margin-bottom:1.5rem}.partnership-lead{font-size:1.25rem;color:var(--gray-700);margin-bottom:2rem;line-height:1.8}.partnership-lead strong{color:var(--primary)}.partnership-lead a{color:var(--primary);text-decoration:none;transition:var(--transition)}.partnership-lead a:hover{color:var(--secondary);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:2px}.partnership-details p{margin-bottom:2rem;color:var(--gray-600)}.supply-chain{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem;padding:2rem;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.chain-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem}.chain-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--gradient-light);border-radius:var(--radius);transition:var(--transition)}.chain-icon svg{width:28px;height:28px;stroke:var(--primary)}.chain-item:hover .chain-icon{background:var(--gradient)}.chain-item:hover .chain-icon svg{stroke:var(--white)}.chain-item span{font-size:.875rem;font-weight:600;color:var(--gray-700)}.chain-arrow{color:var(--gray-400)}.chain-arrow svg{width:20px;height:20px}@media (max-width:768px){.supply-chain{gap:1rem;padding:1.5rem}.chain-arrow{display:none}.chain-item{flex:0 0 calc(33.333% - 1rem);padding:.75rem}.chain-icon{width:48px;height:48px}.chain-icon svg{width:24px;height:24px}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.floating-card{animation:float 3s ease-in-out infinite}.floating-card.bottom-right{animation-delay:1.5s}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.typing-indicator{display:flex;gap:4px;padding:.75rem 1rem}.typing-indicator span{width:8px;height:8px;background:var(--gray-500);border-radius:50%;animation:pulse 1.4s ease-in-out infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}.see-it-action{background:var(--gradient-light);padding:5rem 0}.see-it-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.see-it-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem;text-align:center;box-shadow:var(--shadow-md);transition:var(--transition)}.see-it-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.see-it-card img{width:100%;max-width:300px;height:auto;border-radius:var(--radius);margin-bottom:1.5rem;border:1px solid var(--gray-200)}.see-it-card h3{font-size:1.25rem;margin-bottom:.75rem}.see-it-card p{font-size:1rem;color:var(--gray-600);margin-bottom:1.5rem;min-height:auto}.see-it-card .btn{width:100%;max-width:200px}@media (max-width:768px){.see-it-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}}.how-it-works{background:var(--white);padding:5rem 0}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.step{text-align:center;padding:2rem;background:var(--gray-100);border-radius:var(--radius-lg);position:relative;transition:var(--transition)}.step:hover{background:var(--white);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.step-number{width:56px;height:56px;background:var(--gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;color:var(--white);margin:0 auto 1.5rem}.step h3{font-size:1.25rem;margin-bottom:.75rem}.step p{font-size:1rem;color:var(--gray-600)}.step-arrow{display:none}@media (min-width:969px){.step-arrow{display:block;position:absolute;right:-2rem;top:50%;transform:translateY(-50%);color:var(--gray-400);z-index:1}.step:last-child .step-arrow{display:none}}@media (max-width:968px){.steps-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}}.aeo-geo{background:linear-gradient(135deg,#faf5ff 0,#f3e8ff 100%);padding:5rem 0}.aeo-geo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.aeo-card,.geo-card{background:var(--white);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border-left:4px solid;transition:var(--transition)}.aeo-card:hover,.geo-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.aeo-card{border-color:#8b5cf6}.geo-card{border-color:#06b6d4}.aeo-card h3,.geo-card h3{font-size:1.25rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.75rem}.aeo-card h3::before{content:"A";background:#8b5cf6;color:#fff;width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;flex-shrink:0}.geo-card h3::before{content:"G";background:#06b6d4;color:#fff;width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;flex-shrink:0}.aeo-card p,.geo-card p{font-size:1rem;color:var(--gray-600)}@media (max-width:768px){.aeo-geo-grid{grid-template-columns:1fr}}.hero-solution{margin-top:3rem;text-align:center;padding:2.5rem 2rem;background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:2px solid var(--gray-200)}.hero-solution h2{font-size:clamp(1.5rem, 3vw, 2rem);line-height:1.4;margin-bottom:1rem;color:var(--dark)}.hero-solution h2 span{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-solution p{font-size:1.25rem;color:var(--gray-600);font-weight:500;margin-bottom:0;min-height:auto}.hero-pain-points{margin-top:3rem;margin-bottom:1.5rem}.hero-pain-points>h2,.hero-pain-points>p{font-size:1rem;color:var(--gray-700);font-weight:600;margin-bottom:.75rem;min-height:auto}.pain-solution-grid{display:flex;flex-direction:column;gap:.5rem}.pain-solution-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.pain-item,.solution-item{padding:.5rem .75rem .5rem 2rem;border-radius:6px;font-size:.9rem;line-height:1.4;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pain-item{background:rgba(239,68,68,.08)}.solution-item{background:rgba(72,187,120,.1)}.pain-item::before{content:"?";position:absolute;left:.5rem;color:#ef4444;font-weight:700}.solution-item::before{content:"✓";position:absolute;left:.5rem;color:#48bb78;font-weight:700}@media (max-width:768px){.pain-solution-row{grid-template-columns:1fr}.pain-item,.solution-item{white-space:normal}}.metric-hint{font-size:.65rem;color:var(--gray-500);margin-top:.25rem;font-style:italic}a.floating-card{text-decoration:none;cursor:pointer}a.floating-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);animation:none}.modal-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);z-index:2000;align-items:center;justify-content:center;padding:1rem;opacity:0;transition:opacity .3s ease}.modal-overlay.active{display:flex;opacity:1}.modal-content{background:var(--white);border-radius:var(--radius-xl);max-width:700px;width:95%;max-height:95vh;overflow:hidden;position:relative;transform:scale(.9);transition:transform .3s ease;box-shadow:var(--shadow-xl)}.modal-overlay.active .modal-content{transform:scale(1)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--gray-200)}.modal-header h3,.modal-title{font-size:1.25rem;font-weight:600;margin:0}.modal-close{background:0 0;border:none;cursor:pointer;padding:.5rem;color:var(--gray-500);transition:var(--transition);border-radius:var(--radius)}.modal-close:hover{background:var(--gray-100);color:var(--dark)}.modal-body{padding:0;height:750px;overflow-y:auto}.modal-body iframe{width:100%;height:100%;border:none;min-height:750px}@media (max-width:768px){.modal-content{max-height:98vh;width:98%;border-radius:var(--radius)}.modal-body{height:calc(98vh - 60px)}.modal-body iframe{min-height:calc(98vh - 60px)}}