:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light only;--bg-color:#fff;--surface-color:#ffffffd9;--surface-hover:#f1f5f9f2;--border-color:#6366f126;--border-hover:#6366f159;--primary-color:#6366f1;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--error-color:#ef4444;--gradient-primary:linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #9333ea 100%);--gradient-brand:linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #f43f5e 100%);--navbar-bg:#ffffffe6;--navbar-border:#6366f11a;--nav-link-color:#475569;--nav-brand-color:#0f172a;--card-bg:#ffffffd9;--card-border:#6366f126;--card-shadow:0 4px 24px #6366f114;--footer-bg:#0f172a;--footer-text:#ffffffb3;--input-bg:#fffc;--input-border:#6366f133;--input-text:#0f172a;--input-placeholder:#94a3b8;--section-alt-bg:#f1f5f980;--overlay-bg:#fffffff2}.dark-theme{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark only;--bg-color:#0a0a0f;--surface-color:#ffffff0f;--surface-hover:#ffffff1a;--border-color:#6366f133;--border-hover:#6366f166;--text-primary:#e2e8f0;--text-secondary:#94a3b8;--text-muted:#64748b;--navbar-bg:#0a0a0ff2;--navbar-border:#6366f11f;--nav-link-color:#94a3b8;--nav-brand-color:#e2e8f0;--card-bg:#ffffff0a;--card-border:#6366f126;--card-shadow:0 4px 24px #0006;--footer-bg:#000;--footer-text:#ffffff80;--input-bg:#ffffff0d;--input-border:#6366f140;--input-text:#e2e8f0;--input-placeholder:#475569;--section-alt-bg:#ffffff08;--overlay-bg:#0a0a0ffa}*{box-sizing:border-box;scroll-behavior:smooth;margin:0;padding:0;font-family:Inter,sans-serif}body{background-color:var(--bg-color);color:var(--text-primary);flex-direction:column;min-height:100vh;transition:background-color .35s,color .35s;display:flex;position:relative;overflow-x:hidden}body.no-scroll{overflow:hidden}body:before{content:"";pointer-events:none;z-index:0;background-image:none;width:100%;height:100%;position:fixed;top:0;left:0}.glow-orb-1{background:radial-gradient(circle,#6366f159 0%,#f43f5e14 100%);width:480px;height:480px;animation:12s ease-in-out infinite alternate orb-float;top:8%;right:5%}.glow-orb-2{background:radial-gradient(circle,#3b82f640 0%,#6366f10d 100%);width:420px;height:420px;animation:18s ease-in-out infinite alternate-reverse orb-float;top:35%;left:-5%}.glow-orb-3{background:radial-gradient(circle,#8b5cf633 0%,#6366f108 100%);width:500px;height:500px;animation:22s ease-in-out infinite alternate orb-float;top:65%;right:-10%}@keyframes orb-float{0%{transform:translateY(0)scale(1)}to{transform:translateY(-14px)scale(1.04)}}.navbar{background-color:var(--navbar-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--navbar-border);z-index:100;transition:background-color .35s,border-color .35s;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1.25rem 2rem;display:flex}.nav-brand{color:var(--text-primary);letter-spacing:1.5px;align-items:center;gap:.75rem;font-family:Outfit,sans-serif;font-size:1.35rem;font-weight:800;text-decoration:none;display:flex}.nav-brand img{object-fit:contain;filter:drop-shadow(0 0 10px #6366f14d);width:34px;height:34px}.dark-theme .nav-brand span{-webkit-text-fill-color:var(--text-primary);color:var(--text-primary);background:0 0}.nav-menu{align-items:center;gap:2.25rem;display:flex}@media (width<=992px){.nav-menu{display:none}}.mobile-menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:0;display:none}.mobile-menu-toggle span{background:var(--text-primary);border-radius:2px;width:100%;height:2px;transition:transform .25s,opacity .25s;display:block}.mobile-menu-toggle.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.mobile-menu-toggle.is-open span:nth-child(2){opacity:0}.mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=992px){.mobile-menu-toggle{display:flex}.nav-actions>.btn-login,.nav-actions>.inline-form{display:none}}.mobile-menu-panel{background-color:var(--navbar-bg);border-top:1px solid #0000;flex-direction:column;gap:.25rem;max-height:0;padding:0 2rem;transition:max-height .3s,padding .3s,border-color .3s;display:flex;overflow:hidden}.mobile-menu-panel.is-open{border-top-color:var(--navbar-border);max-height:500px;padding:1rem 2rem 1.5rem}.mobile-menu-panel .nav-link{padding:.65rem 0}.mobile-menu-panel hr{border:none;border-top:1px solid var(--navbar-border);margin:.5rem 0}.mobile-menu-panel .mobile-menu-logout{text-align:left;cursor:pointer;width:100%;color:var(--nav-link-color);background:0 0;border:none;padding:.65rem 0;font-family:Outfit,sans-serif;font-size:.95rem}.nav-link{color:var(--nav-link-color);font-family:Outfit,sans-serif;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-link:hover{color:var(--text-primary)}.nav-link:after{content:"";background:var(--gradient-brand);width:0;height:1.5px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-link:hover:after{width:100%}.nav-actions{align-items:center;gap:1.5rem;display:flex}.btn-login{color:var(--text-secondary);font-family:Outfit,sans-serif;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s}.btn-login:hover{color:var(--text-primary)}.main-content{z-index:1;flex-direction:column;flex:1;display:flex;position:relative}.hero-container{grid-template-columns:1.15fr .85fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:7rem 2rem 5rem;display:grid;position:relative}@media (width<=992px){.hero-container{text-align:center;grid-template-columns:1fr;gap:4rem;padding:4rem 2rem 3rem}}.hero-content{flex-direction:column;align-items:flex-start;display:flex}@media (width<=992px){.hero-content{align-items:center}}.hero-badge{color:#a5b4fc;text-transform:uppercase;letter-spacing:1.5px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#6366f114;border:1px solid #6366f138;border-radius:2rem;align-items:center;gap:.65rem;margin-bottom:2rem;padding:.55rem 1.25rem;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:600;display:inline-flex}.hero-title{color:var(--text-primary);letter-spacing:-1.5px;text-align:left;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:4.25rem;font-weight:900;line-height:1.12}@media (width<=992px){.hero-title{text-align:center}}.hero-title .gradient-text{background:linear-gradient(135deg,#3b82f6 0%,#a855f7 50%,#f43f5e 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 20px #8b5cf659);-webkit-background-clip:text;display:inline-block}@media (width<=576px){.hero-title{font-size:3.25rem}}.hero-subtitle{color:var(--text-secondary);text-align:left;max-width:560px;margin-bottom:2.75rem;font-size:1.2rem;line-height:1.65}@media (width<=992px){.hero-subtitle{text-align:center;margin-left:auto;margin-right:auto}}.hero-cta-buttons{gap:1.5rem;width:100%;margin-bottom:3rem;display:flex}@media (width<=992px){.hero-cta-buttons{justify-content:center}}@media (width<=576px){.hero-cta-buttons{flex-direction:column;align-items:stretch;gap:1rem}}.btn-hero{background:var(--gradient-brand);color:#fff;cursor:pointer;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden}.btn-hero:after{content:"";background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:100%;height:100%;transition:none;position:absolute;top:0;left:-100%}.btn-hero:hover:after{transition:left .8s ease-in-out;left:100%}.btn-hero:hover{transform:translateY(-3px)scale(1.02)}.btn-hero svg{transition:transform .3s}.btn-hero:hover svg{transform:translate(5px)}.btn-hero-secondary{color:var(--text-primary);cursor:pointer;background:0 0;border:1px solid #6366f159;border-radius:.75rem;justify-content:center;align-items:center;padding:1rem 2.5rem;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-hero-secondary:hover{background:#6366f10f;border-color:#6366f180;transform:translateY(-2px)}.hero-checks{gap:2rem;width:100%;display:flex}@media (width<=992px){.hero-checks{justify-content:center}}@media (width<=576px){.hero-checks{flex-direction:column;align-items:center;gap:.75rem}}.check-item{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;display:flex}.hero-visual{justify-content:center;align-items:center;width:100%;height:520px;display:flex;position:relative}@media (width<=992px){.hero-visual{height:420px;margin-top:2rem}}.hologram-beam{clip-path:polygon(25% 0%,75% 0%,100% 100%,0% 100%);filter:blur(8px);z-index:1;pointer-events:none;transform-origin:bottom;background:linear-gradient(#0000 0%,#6366f10d 50%,#8b5cf638 100%);width:220px;height:220px;animation:4s infinite alternate hologram-flicker;position:absolute;bottom:70px}@keyframes hologram-flicker{0%,19.999%,22%,62.999%,64%,64.999%,70%,to{opacity:.99;transform:scaleX(1)}20%,21.999%,63%,63.999%,65%,69.999%{opacity:.35;transform:scaleX(.95)}}.platform-container{perspective:800px;justify-content:center;align-items:center;width:320px;height:100px;display:flex;position:absolute;bottom:20px}.platform-ring{border:2px solid #8b5cf64d;border-radius:50%;width:100%;height:100%;animation:4s ease-in-out infinite alternate platform-glow;position:absolute;transform:rotateX(75deg);box-shadow:0 0 20px #8b5cf640,inset 0 0 20px #8b5cf640}.platform-ring.inner{border-color:#3b82f673;width:70%;height:70%;box-shadow:0 0 30px #3b82f659,inset 0 0 30px #3b82f659}.platform-ring.outer{border-color:#8b5cf626;width:130%;height:130%;box-shadow:0 0 15px #8b5cf60d}.floating-logo-wrapper{z-index:2;justify-content:center;align-items:center;animation:6s ease-in-out infinite float-animation;display:flex;position:relative}.floating-logo-wrapper img{filter:drop-shadow(0 15px 45px #6366f180);max-width:420px;height:auto}@media (width<=992px){.floating-logo-wrapper img{max-width:320px}}.pixel-particles{pointer-events:none;z-index:3;width:80px;height:80px;position:absolute;top:12%;right:12%}.pixel-cube{background:linear-gradient(135deg,#a855f7,#6366f1);border-radius:4px;animation:4s ease-in-out infinite alternate float-pixels;position:absolute}.pixel-cube:first-child{width:14px;height:14px;animation-delay:0s;top:0;right:0}.pixel-cube:nth-child(2){background:#8b5cf6;width:10px;height:10px;animation-delay:.5s;top:12px;right:25px}.pixel-cube:nth-child(3){background:#6366f1;width:12px;height:12px;animation-delay:1s;top:32px;right:8px}.pixel-cube:nth-child(4){width:8px;height:8px;animation-delay:.3s;top:45px;right:35px}.pixel-cube:nth-child(5){background:#3b82f6;width:14px;height:14px;animation-delay:1.2s;top:60px;right:18px}.stats-container{z-index:2;max-width:1200px;margin:0 auto;padding:2rem;position:relative}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (width<=992px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.stats-grid{grid-template-columns:1fr}}.stat-card{background:var(--surface-color);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:1rem;align-items:center;gap:1.25rem;padding:1.5rem 2.25rem;transition:all .3s;display:flex}.stat-card:hover{background:var(--surface-hover);border-color:var(--border-hover);transform:translateY(-4px)}.stat-icon-wrapper{color:#60a5fa;background:#6366f11a;border:1px solid #6366f133;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;transition:all .3s;display:flex}.stat-card:hover .stat-icon-wrapper{background:var(--gradient-brand);color:#fff;border-color:#0000}.stat-info h3{color:var(--text-primary);font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:800}.stat-info p{color:var(--text-secondary);font-size:.85rem;line-height:1.3}.section-subtitle{color:#818cf8;text-transform:uppercase;letter-spacing:2px;margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:700;display:inline-block}.section-title{color:var(--text-primary);letter-spacing:-.5px;font-family:Outfit,sans-serif;font-size:2.25rem;font-weight:800;line-height:1.25}@media (width<=768px){.section-title{font-size:1.85rem}}.services-section-wrapper{z-index:2;max-width:1200px;margin:6rem auto 2rem;padding:0 2rem;position:relative}.services-header{grid-template-columns:1.2fr .8fr;align-items:flex-end;gap:3rem;margin-bottom:3.5rem;display:grid}@media (width<=992px){.services-header{text-align:center;grid-template-columns:1fr;gap:1rem}}.services-header-right p{color:var(--text-secondary);font-size:1.05rem;line-height:1.6}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}@media (width<=992px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.services-grid{grid-template-columns:1fr}}.service-card{background:var(--surface-color);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;border-radius:1rem;flex-direction:column;align-items:flex-start;padding:2.25rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.service-card:hover{background:var(--surface-hover);border-color:var(--border-hover);transform:translateY(-8px)}.service-icon-container{color:#60a5fa;background:#6366f114;border:1px solid #6366f12e;border-radius:.75rem;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;transition:all .3s;display:flex}.service-card:hover .service-icon-container{color:#fff;background:var(--gradient-brand);border-color:#0000}.service-card h3{color:var(--text-primary);margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700}.service-card p{color:var(--text-secondary);flex-grow:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.service-link{color:#818cf8;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .3s}.service-card:hover .service-link{color:#f43f5e}.digital-experience-wrapper{isolation:isolate;position:relative}.digital-experience-wrapper:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 20% 10%,#6366f11a,#0000 30%),radial-gradient(circle at 80% 20%,#8b5cf614,#0000 28%),radial-gradient(circle at 50% 80%,#f43f5e0d,#0000 30%);position:absolute;inset:0}.problems-section-hero,.philosophy-hero-section,.faq-section-modern{z-index:1;scroll-margin-top:110px;position:relative;overflow:hidden}.problems-section-hero{padding:6.5rem 0 4rem}.philosophy-hero-section{padding:6rem 0}.faq-section-modern{padding:6rem 0 2rem}.problems-container-new,.philosophy-container-new,.faq-container-new{z-index:2;max-width:1240px;margin:0 auto;padding:0 2rem;position:relative}.glow-orb{filter:blur(140px);z-index:0;pointer-events:none;opacity:.12;border-radius:50%;position:absolute}.glow-orb-secondary-1{background:radial-gradient(circle,#6366f147 0%,#0000 72%);width:240px;height:240px;animation:10s ease-in-out infinite alternate orb-float;top:6%;left:3%}.glow-orb-secondary-2{background:radial-gradient(circle,#8b5cf638 0%,#0000 72%);width:280px;height:280px;animation:12s ease-in-out infinite alternate-reverse orb-float;bottom:2%;right:4%}.section-header-animated{text-align:center;max-width:820px;margin:0 auto;animation:.8s both fadeUp}.header-decorator{background:linear-gradient(90deg,#4f46e5,#8b5cf6,#f43f5e);border-radius:999px;width:78px;height:4px;margin:0 auto 1.25rem}.section-title-large{color:var(--text-primary);letter-spacing:-.04em;margin:0;font-family:Outfit,sans-serif;font-size:clamp(2rem,4vw,4rem);line-height:1.05}.section-description{max-width:720px;color:var(--text-secondary);margin:1.25rem auto 0;font-size:1.02rem;line-height:1.8}.gradient-highlight{background:linear-gradient(135deg,#60a5fa 0%,#8b5cf6 50%,#f43f5e 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.problems-grid-interactive{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:3.2rem;display:grid}.interactive-problem-card{border:1px solid var(--card-border);background:linear-gradient(180deg, #ffffff08, transparent 40%), var(--card-bg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:1.5rem;padding:2rem;transition:transform .35s,box-shadow .35s,border-color .35s;position:relative;overflow:hidden}.interactive-problem-card:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;opacity:0;pointer-events:none;background:linear-gradient(135deg,#6366f18c,#8b5cf61f,#f43f5e1a);padding:1px;transition:opacity .35s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.interactive-problem-card:hover{border-color:var(--card-border-strong);transform:translateY(-8px)}.interactive-problem-card:hover:before{opacity:1}.card-header-gradient{background:linear-gradient(90deg,#0000,#6366f1,#8b5cf6,#0000);height:2px;position:absolute;inset:0 0 auto}.card-top{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.card-icon-wrapper{color:#93c5fd;background:#6366f114;border:1px solid #6366f12e;border-radius:1rem;place-items:center;width:58px;height:58px;display:grid;box-shadow:inset 0 0 0 1px #ffffff08}.problem-icon{width:36px;height:36px}.card-number{letter-spacing:.18em;color:#94a3b88c;font-size:.78rem;font-weight:800}.interactive-problem-card h3{color:var(--text-primary);margin:0 0 .85rem;font-family:Outfit,sans-serif;font-size:1.28rem}.problem-issue{color:var(--text-secondary);margin:0;line-height:1.75}.solution-divider{background:linear-gradient(90deg,#6366f14d,#0000);width:100%;height:1px;margin:1.5rem 0}.solution-box{background:#6366f10f;border:1px solid #6366f11f;border-radius:1rem;padding:1.15rem 1.2rem;position:relative}.solution-box h4{color:var(--text-primary);margin:0 0 .45rem;font-size:.98rem}.solution-box p{color:var(--text-secondary);margin:0;font-size:.92rem;line-height:1.65}.card-hover-effect{filter:blur(10px);opacity:0;pointer-events:none;background:radial-gradient(circle,#6366f133,#0000 65%);border-radius:50%;width:220px;height:220px;transition:opacity .35s,transform .35s;position:absolute;inset:auto -30% -30% auto;transform:scale(.7)}.interactive-problem-card:hover .card-hover-effect{opacity:1;transform:scale(1)}.philosophy-grid-layout{grid-template-columns:.95fr 1.05fr;align-items:center;gap:5rem;display:grid}.philosophy-visual{justify-content:center;align-items:center;display:flex}.philosophy-graphic{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:radial-gradient(circle,#6366f11f,#0000 60%),linear-gradient(135deg,#fffffff2,#f1f5f9d9);border:1.5px solid #6366f12e;border-radius:2.2rem;width:410px;height:410px;position:relative}.dark-theme .philosophy-graphic{background:radial-gradient(circle,#6366f126,#0000 60%),linear-gradient(135deg,#0f172ad9,#1e293bbf);border-color:#6366f14d}.philosophy-orbit{border:2px dashed #6366f138;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-one{width:85%;height:85%;animation:30s linear infinite spinOrbit}.orbit-two{border-color:#8b5cf647;width:65%;height:65%;animation:22s linear infinite spinOrbitReverse}.orbit-three{border-color:#f43f5e40;width:45%;height:45%;animation:14s linear infinite spinOrbit}.philosophy-core{background:linear-gradient(135deg,#004de6 0%,#7c3aed 50%,#f43f5e 100%);border:4px solid #fff;border-radius:50%;place-items:center;width:96px;height:96px;animation:2.8s ease-in-out infinite corePulse;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.philosophy-core span{color:#fff;letter-spacing:.04em;font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:900}.philosophy-node{color:#fff;letter-spacing:.08em;text-transform:uppercase;border:2px solid #fff;border-radius:50px;align-items:center;gap:7px;padding:.6rem 1.1rem;font-size:.76rem;font-weight:800;transition:transform .3s;display:inline-flex;position:absolute}.node-business{background:linear-gradient(135deg,#004de6 0%,#1d4ed8 100%);top:8%;left:50%;transform:translate(-50%)}.node-tech{background:linear-gradient(135deg,#7c3aed 0%,#6d28d9 100%);top:50%;right:4%;transform:translateY(-50%)}.node-data{background:linear-gradient(135deg,#f43f5e 0%,#be123c 100%);bottom:8%;left:50%;transform:translate(-50%)}.philosophy-node:hover{transform:scale(1.08)translateY(-2px)}.philosophy-principles{gap:1.25rem;margin-top:2rem;display:grid}.principle-item{background:#fff;border:1.5px solid #e2e8f0;border-radius:1.3rem;align-items:center;gap:1.25rem;padding:1.4rem 1.6rem;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex}.dark-theme .principle-item{background:#1e293b;border-color:#334155}.principle-item:hover{border-color:#2563eb;transform:translate(8px)}.principle-icon{color:#fff;border-radius:1rem;flex:0 0 52px;place-items:center;width:52px;height:52px;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:800;display:grid}.principle-step-1 .principle-icon{background:linear-gradient(135deg,#004de6 0%,#1d4ed8 100%)}.principle-step-2 .principle-icon{background:linear-gradient(135deg,#7c3aed 0%,#6d28d9 100%)}.principle-step-3 .principle-icon{background:linear-gradient(135deg,#f43f5e 0%,#be123c 100%)}.principle-text h4{color:#0f172a;margin:0 0 4px;font-family:Outfit,sans-serif;font-size:1.18rem;font-weight:800}.dark-theme .principle-text h4{color:#f8fafc}.dark-theme .principle-text p{color:#94a3b8}.principle-text h4{color:var(--text-primary);margin:0 0 .35rem;font-family:Outfit,sans-serif;font-size:1rem}.principle-text p{color:var(--text-secondary);margin:0;font-size:.92rem;line-height:1.65}.faq-grid-modern{gap:.9rem;margin-top:3rem;display:grid}.faq-item-modern{background:var(--card-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid #6366f11f;border-radius:1rem;transition:border-color .3s,background .3s,transform .3s;overflow:hidden}.faq-item-modern[open]{background:var(--card-bg-strong);border-color:#6366f157}.faq-button-modern{cursor:pointer;grid-template-columns:46px 1fr 28px;align-items:center;gap:1rem;width:100%;padding:1.15rem 1.25rem;list-style:none;display:grid}.faq-button-modern::-webkit-details-marker{display:none}.faq-number{color:#93c5fd;letter-spacing:.12em;font-size:.76rem;font-weight:800}.faq-question{color:var(--text-primary);text-align:left;font-weight:650}.faq-toggle-icon{color:#93c5fd;font-size:1.5rem;line-height:1;transition:transform .3s}.faq-item-modern[open] .faq-toggle-icon{transform:rotate(45deg)}.faq-answer-modern{padding:0 1.25rem 1.25rem 4.85rem}.faq-answer-modern p{color:var(--text-secondary);margin:0;line-height:1.75}.btn-secondary,.btn-philosophy{min-height:48px;color:var(--text-primary);background:#6366f10d;border:1px solid #6366f138;border-radius:.75rem;justify-content:center;align-items:center;padding:0 1.5rem;font-family:Outfit,sans-serif;font-weight:600;text-decoration:none;transition:transform .3s,background .3s,border-color .3s,box-shadow .3s;display:inline-flex}.btn-secondary:hover,.btn-philosophy:hover{background:#6366f11c;border-color:#6366f173;transform:translateY(-2px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spinOrbit{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes spinOrbitReverse{0%{transform:translate(-50%,-50%)rotate(360deg)}to{transform:translate(-50%,-50%)rotate(0)}}@keyframes corePulse{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-50%,-50%)scale(1.05)}}@media (width<=1024px){.problems-grid-interactive{grid-template-columns:1fr}.philosophy-grid-layout{grid-template-columns:1fr;gap:3rem}.philosophy-visual{order:2}.philosophy-content-new{order:1}.philosophy-graphic{width:min(100%,360px);height:360px}}@media (width<=640px){.problems-container-new,.philosophy-container-new,.faq-container-new{padding:0 1rem}.interactive-problem-card{padding:1.5rem}.faq-button-modern{grid-template-columns:36px 1fr 24px;gap:.75rem;padding:1rem}.faq-answer-modern{padding:0 1rem 1rem 3.5rem}.philosophy-graphic{width:100%;height:320px}.node-tech{right:0}}@media (prefers-reduced-motion:reduce){.glow-orb,.orbit-one,.orbit-two,.orbit-three,.philosophy-core{animation:none!important}.interactive-problem-card,.principle-item,.faq-item-modern{transition:none!important}}.portfolio-section-wrapper{z-index:2;max-width:1200px;margin:4rem auto;padding:0 2rem;position:relative}.portfolio-header{justify-content:space-between;align-items:flex-end;margin-bottom:3.5rem;display:flex}@media (width<=768px){.portfolio-header{text-align:center;flex-direction:column;align-items:center;gap:1.5rem}}.btn-portfolio-all{color:var(--text-primary);cursor:pointer;background:0 0;border:1px solid #6366f159;border-radius:.5rem;justify-content:center;align-items:center;padding:.75rem 1.75rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-portfolio-all:hover{background:#6366f10f;border-color:#6366f180}.portfolio-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (width<=768px){.portfolio-grid{grid-template-columns:1fr}}.project-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:1.25rem;transition:all .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.project-card:hover{border-color:var(--border-hover);transform:translateY(-6px)}.project-image{background:#060918;width:100%;height:260px;overflow:hidden}.project-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.project-card:hover .project-image img{transform:scale(1.05)}.project-info{padding:1.75rem}.project-title-row{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.project-title-row h3{color:var(--text-primary);font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:700}.project-badge{color:#a78bfa;text-transform:uppercase;letter-spacing:.5px;background:#8b5cf626;border:1px solid #8b5cf640;border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.project-info p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.project-link{color:#60a5fa;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .3s}.project-card:hover .project-link{color:#8b5cf6}.project-card--demo{flex-direction:column;display:flex}.project-image--demo{justify-content:center;align-items:center;display:flex;position:relative}.project-image--bi{background:linear-gradient(135deg,#12152c 0%,#1c1f42 55%,#2a1f52 100%)}.project-image--cafe{background:linear-gradient(135deg,#414a30 0%,#5c6b45 55%,#414a30 100%)}.demo-live-badge{z-index:2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;letter-spacing:.02em;background:#0f12288c;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.72rem;font-weight:700;display:inline-flex;position:absolute;top:1rem;left:1rem}.demo-live-badge:before,.demo-live-badge{color:#fff}.project-image--bi .demo-live-badge{color:#86efac}.project-image--cafe .demo-live-badge{color:#eef0e3;background:#414a308c}.demo-preview-image{object-fit:contain;border-radius:.85rem;width:90%;height:88%;transition:transform .5s cubic-bezier(.16,1,.3,1)}.project-card:hover .demo-preview-image{transform:translateY(-4px)scale(1.02)}.project-links{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.project-link--demo{color:#8b5cf6;background:#8b5cf61f;border:1px solid #8b5cf64d;border-radius:.6rem;align-items:center;gap:.4rem;padding:.5rem 1rem;display:inline-flex}.project-card:hover .project-link--demo{color:#a78bfa;background:#8b5cf62e}.testimonials-section{max-width:100%;margin:6rem auto;padding:0}.testimonials-section .section-header-animated{max-width:1200px;margin-left:auto;margin-right:auto;padding:0 2rem}.testimonials-marquee{flex-direction:column;gap:1.25rem;margin-top:3rem;display:flex;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 5% 95%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 5% 95%,#0000 100%)}.testimonial-row{width:100%;overflow:hidden}.testimonial-track{gap:1.5rem;width:max-content;padding:.4rem 0;display:flex}.testimonial-row--ltr .testimonial-track{animation:46s linear infinite testimonials-marquee-ltr}.testimonial-row--rtl .testimonial-track{animation:46s linear infinite testimonials-marquee-rtl}.testimonial-row:hover .testimonial-track{animation-play-state:paused}@keyframes testimonials-marquee-ltr{0%{transform:translate(-50%)}to{transform:translate(0%)}}@keyframes testimonials-marquee-rtl{0%{transform:translate(0%)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.testimonial-row--ltr .testimonial-track,.testimonial-row--rtl .testimonial-track{animation:none}}.testimonial-card{background:var(--surface-color);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;flex-direction:column;flex-shrink:0;gap:1rem;width:360px;padding:1.75rem;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1);display:flex}.testimonial-card:hover{transform:translateY(-4px)}.testimonial-rating{color:#f7a24b;letter-spacing:.15em;font-size:.9rem}.testimonial-quote{color:var(--text-secondary);flex-grow:1;margin:0;font-size:.92rem;line-height:1.65}.testimonial-author{border-top:1px solid var(--border-color);align-items:center;gap:.75rem;padding-top:.5rem;display:flex}.testimonial-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:700;display:flex}.testimonial-name{color:var(--text-primary);font-family:Outfit,sans-serif;font-size:.9rem;font-weight:600}.testimonial-role{color:var(--text-secondary);margin-top:.1rem;font-size:.78rem}@media (width<=640px){.testimonials-section .section-header-animated{padding:0 1.25rem}.testimonial-card{width:300px;padding:1.4rem}.testimonial-row--ltr .testimonial-track,.testimonial-row--rtl .testimonial-track{animation-duration:32s}}.tech-section-wrapper{text-align:center;z-index:2;max-width:1200px;margin:6rem auto;padding:0 2rem;position:relative}.tech-section-wrapper .section-subtitle{margin-bottom:2.5rem}.tech-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;display:flex}.tech-item-box{background:var(--surface-color);border:1px solid var(--border-color);cursor:default;border-radius:.75rem;align-items:center;gap:.75rem;padding:1rem 1.75rem;transition:all .3s;display:flex}.tech-item-box:hover{background:var(--surface-hover);border-color:var(--border-hover);transform:translateY(-2px)}.tech-item-box svg{filter:drop-shadow(0 0 4px #6366f126);transition:transform .3s}.tech-item-box:hover svg{transform:scale(1.1)}.tech-item-box span{color:var(--text-secondary);font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600}.tech-item-box:hover span{color:var(--text-primary)}.cta-banner-container{z-index:2;max-width:1200px;margin:4rem auto;padding:0 2rem;position:relative}.cta-banner-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:radial-gradient(circle at 100% 0,#6366f133 0%,#030514d9 100%);border:1px solid #6366f133;border-radius:1.5rem;justify-content:space-between;align-items:center;gap:3rem;padding:3.5rem;display:flex}.cta-banner-right{flex-shrink:0;align-items:center;gap:1.25rem;display:flex}.btn-whatsapp{color:#fff;cursor:pointer;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden}.btn-whatsapp:after{content:"";background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:100%;height:100%;transition:none;position:absolute;top:0;left:-100%}.btn-whatsapp:hover:after{transition:left .8s ease-in-out;left:100%}.btn-whatsapp:hover{transform:translateY(-3px)scale(1.02)}@media (width<=992px){.cta-banner-card{text-align:center;flex-direction:column;gap:2.25rem;padding:3rem 2.5rem}.cta-banner-right{justify-content:center;width:100%}}@media (width<=576px){.cta-banner-right{flex-direction:column;align-items:stretch;width:100%}.cta-banner-right a{width:100%}}.cta-banner-left h2{color:#fff;letter-spacing:-.5px;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:2rem;font-weight:800}.cta-banner-left p{color:var(--text-secondary);font-size:1.05rem;line-height:1.5}.contact-footer-wrapper{background:var(--footer-bg);z-index:2;border-top:1px solid #ffffff0a;margin-top:6rem;transition:background-color .35s;position:relative}.contact-inner-section{max-width:760px;margin:0 auto;padding:6rem 2rem 4rem}.contact-header{text-align:center;margin-bottom:3.5rem}.contact-header h2{margin-bottom:.75rem}.contact-header p{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1rem;line-height:1.6}.contact-form-layout{flex-direction:column;gap:1.5rem;display:flex}.form-row-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (width<=576px){.form-row-grid{grid-template-columns:1fr;gap:1.5rem}}.form-item-wrapper{flex-direction:column;gap:.5rem;display:flex}.form-item-wrapper label{color:var(--text-secondary);font-family:Outfit,sans-serif;font-size:.85rem;font-weight:600}.form-item-wrapper input,.form-item-wrapper textarea,.contact-form-select{border-radius:.5rem;width:100%;padding:.8rem 1.1rem;font-size:.95rem;transition:border-color .3s,box-shadow .3s;color:#0f172a!important;-webkit-text-fill-color:#0f172a!important;background-color:#fff!important;border:1px solid #0f172a26!important}.form-item-wrapper input::placeholder,.form-item-wrapper textarea::placeholder{opacity:1;color:#64748b!important}.form-item-wrapper input:focus,.form-item-wrapper textarea:focus,.contact-form-select:focus,.form-item-wrapper input:hover,.form-item-wrapper textarea:hover,.contact-form-select:hover,.form-item-wrapper input:active,.form-item-wrapper textarea:active,.contact-form-select:active{color:#0f172a!important;-webkit-text-fill-color:#0f172a!important;background-color:#fff!important}.form-item-wrapper input:-webkit-autofill{color:#0f172a!important;-webkit-text-fill-color:#0f172a!important;background-color:#fff!important}.form-item-wrapper textarea:-webkit-autofill{color:#0f172a!important;-webkit-text-fill-color:#0f172a!important;background-color:#fff!important}.contact-form-select option{background-color:var(--bg-color);color:var(--input-text)}.form-item-wrapper input:focus,.form-item-wrapper textarea:focus,.contact-form-select:focus{border-color:#6366f166;outline:none}.submit-form-btn{align-self:center;margin-top:1rem;padding:1rem 3.5rem}@media (width<=576px){.submit-form-btn{width:100%}}.footer-columns-container{border-top:1px solid #ffffff0a;max-width:1200px;margin:0 auto;padding:4rem 2rem 2.5rem}.footer-grid-5{grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:3.5rem;margin-bottom:4rem;display:grid}@media (width<=992px){.footer-grid-5{grid-template-columns:repeat(3,1fr);gap:3rem}}@media (width<=576px){.footer-grid-5{grid-template-columns:1fr;gap:2.5rem}}.footer-col{flex-direction:column;display:flex}.about-col{flex-direction:column;align-items:flex-start;display:flex}.footer-logo{color:var(--text-primary);letter-spacing:1px;align-items:center;gap:.75rem;margin-bottom:1.25rem;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800;display:flex}.footer-logo img{object-fit:contain;width:28px;height:28px}.about-desc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.85rem;line-height:1.5}.social-links-row{gap:.75rem;display:flex}.social-icon-link{width:38px;height:38px;color:var(--text-secondary);background:#ffffff04;border:1px solid #ffffff0f;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.social-icon-link:hover{color:#fff;background:#6366f11f;border-color:#6366f159;transform:translateY(-2px)}.footer-col h4{color:#0f172a;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.25rem;font-family:Outfit,sans-serif;font-size:.98rem;font-weight:800}.dark-theme .footer-col h4{color:#fff}.footer-col ul{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-col ul a{color:#475569;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s}.dark-theme .footer-col ul a{color:var(--text-secondary)}.footer-col ul a:hover{color:#2563eb}.dark-theme .footer-col ul a:hover{color:#fff}.contact-col span{color:#475569;font-size:.9rem}.dark-theme .contact-col span{color:var(--text-secondary)}.footer-bottom-row{color:var(--text-muted);border-top:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.8rem;display:flex}@media (width<=768px){.footer-bottom-row{text-align:center;flex-direction:column;gap:1rem}}.footer-bottom-links{gap:1.5rem;display:flex}.footer-bottom-links a{color:var(--text-muted);text-decoration:none;transition:color .3s}.footer-bottom-links a:hover{color:var(--text-secondary)}.modal-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background-color:#020410b3;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;animation:.3s forwards modalFadeIn;display:none;position:fixed;top:0;left:0}@media (width<=576px){.modal-overlay{padding:1rem}}.modal-card{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#0a0f1ee6;border:1px solid #6366f140;border-radius:1.5rem;width:100%;max-width:900px;animation:.35s cubic-bezier(.16,1,.3,1) forwards modalScaleUp;position:relative;overflow:hidden}.modal-close-btn{color:var(--text-secondary);cursor:pointer;z-index:10;background:0 0;border:none;font-size:2.25rem;line-height:1;transition:color .3s,transform .3s;position:absolute;top:1.25rem;right:1.25rem}.modal-close-btn:hover{color:#fff;transform:rotate(90deg)}.modal-grid-columns{grid-template-columns:1.2fr .8fr;display:grid}@media (width<=768px){.modal-grid-columns{grid-template-columns:1fr}}.modal-text-col{flex-direction:column;align-items:flex-start;padding:3.5rem 3rem;display:flex}@media (width<=768px){.modal-text-col{padding:2.5rem 1.75rem}}.modal-subtitle{color:#60a5fa;text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:700}.modal-title{color:#fff;letter-spacing:-.5px;margin-bottom:1.25rem;font-family:Outfit,sans-serif;font-size:2rem;font-weight:800}.modal-desc{color:var(--text-secondary);text-align:left;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.modal-features-list{flex-direction:column;gap:.75rem;width:100%;margin-bottom:2.5rem;display:flex}.modal-feature-item{text-align:left;align-items:flex-start;gap:.75rem;display:flex}.modal-feature-item svg{flex-shrink:0;margin-top:3px}.modal-feature-item span{color:var(--text-secondary);font-size:.9rem;line-height:1.4}.modal-cta-btn{align-self:flex-start}@media (width<=576px){.modal-cta-btn{width:100%}}.modal-visual-col{background:#060918;border-left:1px solid #ffffff0a;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}@media (width<=768px){.modal-visual-col{border-top:1px solid #ffffff0a;border-left:none;order:-1;height:240px}}.modal-visual-col img{object-fit:cover;opacity:.9;width:100%;height:100%;transition:transform .5s}.modal-card:hover .modal-visual-col img{transform:scale(1.03)}@keyframes float-animation{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(1.2deg)}to{transform:translateY(0)rotate(0)}}@keyframes float-pixels{0%{transform:translateY(0)scale(1)}to{transform:translateY(-10px)scale(1.15)}}@keyframes platform-glow{0%{opacity:.65;box-shadow:0 0 15px #8b5cf640,inset 0 0 15px #8b5cf640}to{opacity:1;box-shadow:0 0 35px #8b5cf699,inset 0 0 30px #8b5cf673}}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalScaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.problems-grid-interactive{align-items:stretch}.interactive-problem-card{width:100%;min-width:0}.card-icon-wrapper{flex-shrink:0;width:64px;height:64px}.problem-icon{flex-shrink:0;width:34px;height:34px;display:block}.interactive-problem-card h3,.solution-box h4,.principle-text h4,.faq-question,.section-title-large,.section-description{word-break:normal;overflow-wrap:break-word}.philosophy-graphic{justify-content:center;align-items:center;display:flex}.philosophy-graphic svg{width:100%;height:100%;display:block}.faq-item-modern summary{list-style:none}.faq-item-modern summary::-webkit-details-marker{display:none}.faq-toggle-icon{justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.legal-content{max-width:800px;color:var(--text-secondary,#94a3b8);margin:0 auto;padding:8rem 2rem 6rem;line-height:1.75}.legal-content h1{color:var(--text-primary,#f8fafc);margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:800}.legal-content .legal-updated{color:var(--text-tertiary,#64748b);margin-bottom:3rem;font-size:.85rem}.legal-content h2{color:var(--text-primary,#f8fafc);margin:2.5rem 0 1rem;font-family:Outfit,sans-serif;font-size:1.35rem;font-weight:700}.legal-content p,.legal-content li{font-size:.98rem}.legal-content ul{margin-bottom:1.25rem;padding-left:1.25rem}.legal-content li{margin-bottom:.5rem}.legal-content a{color:var(--primary,#6366f1)}.max-widget-wrapper{z-index:999999;font-family:Outfit,Inter,-apple-system,sans-serif;position:fixed;bottom:24px;right:24px}.max-trigger-avatar-btn{cursor:pointer;-webkit-user-select:none;user-select:none;background:radial-gradient(circle,#2563eb 0%,#1d4ed8 100%);border:3px solid #fff;border-radius:50%;outline:none;justify-content:center;align-items:center;width:76px;height:76px;padding:3px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:flex;position:relative;box-shadow:0 8px 24px #2563eb59}.max-trigger-avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.max-trigger-arrow-badge{background:#e2e8f0;border:1.5px solid #fff;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;display:flex;position:absolute;bottom:-2px;right:-4px;box-shadow:0 2px 6px #00000026}.max-trigger-avatar-btn:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 12px 32px #2563eb80}.max-modal-card{z-index:1000000;background:#fff;border:1px solid #e2e8f0;border-radius:28px;width:375px;max-width:calc(100vw - 32px);padding:24px;animation:.3s cubic-bezier(.16,1,.3,1) forwards maxSlideUp;position:fixed;bottom:110px;right:24px;box-shadow:0 20px 50px #0018582e,0 4px 16px #0000000f}@keyframes maxSlideUp{0%{opacity:0;transform:translateY(18px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.max-close-btn{cursor:pointer;z-index:10;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s,transform .2s;display:flex;position:absolute;top:18px;right:18px}.max-close-btn:hover{background:#eff6ff;transform:scale(1.1)}.max-card-header{justify-content:space-between;align-items:center;padding-right:36px;display:flex}.max-title{color:#0b1f66;letter-spacing:-.01em;margin:0;font-family:Outfit,sans-serif;font-size:1.55rem;font-weight:800;line-height:1.2}.max-subtitle{color:#2563eb;margin-top:4px;margin-bottom:0;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:600}.max-header-avatar{background:radial-gradient(circle,#2563eb 0%,#1d4ed8 100%);border:2px solid #fff;border-radius:50%;flex-shrink:0;width:74px;height:74px;overflow:hidden;box-shadow:0 6px 16px #2563eb40}.max-header-avatar img{object-fit:cover;width:100%;height:100%}.max-card-divider{background:#e2e8f0;height:1px;margin:20px 0}.max-action-card{cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:18px;justify-content:space-between;align-items:center;width:100%;padding:18px 20px;transition:all .25s;display:flex;box-shadow:0 2px 8px #00000005;text-decoration:none!important}.max-action-card:hover{background:#fff;border-color:#2563eb;transform:translateY(-2px);box-shadow:0 6px 18px #2563eb1a}.max-action-label{color:#1e293b;font-size:1.08rem;font-weight:700;text-decoration:none!important}.max-action-arrow{width:20px;height:20px;transition:transform .2s}.max-action-card:hover .max-action-arrow{transform:translate(3px)}.max-grid-channels{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px;display:grid}.max-channel-btn{cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;padding:18px 10px;transition:all .25s;display:flex;box-shadow:0 2px 8px #00000005;text-decoration:none!important}.max-channel-btn:hover{background:#fff;border-color:#2563eb;transform:translateY(-2px);box-shadow:0 6px 18px #2563eb1a}.max-channel-icon{color:#1e293b;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.max-channel-title{color:#334155;margin-top:10px;font-size:.9rem;font-weight:600;text-decoration:none!important}.dark-theme .mike-modal-card{background:#0f172a;border-color:#ffffff1f;box-shadow:0 20px 50px #0009}.dark-theme .mike-title{color:#f8fafc}.dark-theme .mike-subtitle{color:#60a5fa}.dark-theme .mike-action-card,.dark-theme .mike-channel-btn{background:#1e293b;border-color:#334155}.dark-theme .mike-action-label,.dark-theme .mike-channel-title{color:#f1f5f9}.dark-theme .mike-channel-icon{color:#cbd5e1}.dark-theme .mike-action-card:hover,.dark-theme .mike-channel-btn:hover{background:#1e293b;border-color:#334155}.dark-theme .mike-chat-messages{background:#0f172a}.dark-theme .mike-msg-bot .mike-msg-bubble{color:#f8fafc;background:#1e293b;border-color:#334155}.dark-theme .mike-pill-btn{color:#60a5fa;background:#1e293b;border-color:#334155}.dark-theme .mike-chat-input-area input{color:#f8fafc;background:#0f172a;border-color:#334155}@media (width<=480px){.mike-widget-wrapper{bottom:16px;right:16px}.mike-trigger-bar{padding:5px 6px 5px 18px}.mike-trigger-text{font-size:.9rem}.mike-trigger-avatar-wrapper{width:46px;height:46px}.mike-modal-card{width:calc(100vw - 32px);bottom:80px;right:16px}}
