:root{--color-brand-purple: #1C1C36;--color-brand-purple-medium: #2F2F55;--color-brand-purple-light: #3D3D6B;--color-brand-orange: #F5A623;--color-brand-orange-light: #FFB844;--color-brand-orange-dark: #D98E1D;--color-accent-blue: #3B82F6;--color-accent-indigo: #6366F1;--color-accent-teal: #14B8A6;--color-accent-cyan: #06B6D4;--color-bg-base: #FAFAFA;--color-bg-white: #FFFFFF;--color-text-primary: #1A1A2E;--color-text-secondary: #4A4A68;--color-text-muted: #6B6B8A;--color-copy-on-dark-strong: rgba(255, 255, 255, .82);--color-copy-on-dark: rgba(255, 255, 255, .74);--color-copy-on-dark-soft: rgba(255, 255, 255, .68);--gradient-purple: linear-gradient(135deg, rgba(28, 28, 54, .05) 0%, rgba(61, 61, 107, .08) 100%);--gradient-orange: linear-gradient(135deg, rgba(245, 166, 35, .1) 0%, rgba(255, 184, 68, .15) 100%);--gradient-blue: linear-gradient(135deg, rgba(59, 130, 246, .1) 0%, rgba(99, 102, 241, .15) 100%);--gradient-teal: linear-gradient(135deg, rgba(20, 184, 166, .1) 0%, rgba(6, 182, 212, .15) 100%);--header-height: 110px;--header-height-scrolled: 80px;--transition-smooth: all .3s cubic-bezier(.22, 1, .36, 1);--transition-fast: all .2s ease;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body,#root{width:100%;min-height:100%;overflow-x:hidden}body{background:var(--color-bg-base);color:var(--color-text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.page{min-height:100vh;display:flex;flex-direction:column}.header-pop{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;transition:var(--transition-smooth);height:var(--header-height);border-bottom:1px solid transparent}.header-pop.header-scrolled{background:#18202ef2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 24px #00000026;border-bottom:1px solid rgba(245,166,35,.15);height:80px}.header-container{max-width:1400px;margin:0 auto;padding:0 clamp(20px,4vw,40px);height:100%;display:flex;align-items:center;justify-content:space-between;gap:32px}.logo-wrapper{position:relative;flex-shrink:0;transition:var(--transition-smooth);z-index:100;margin-left:-20px}.logo-wrapper:hover{transform:scale(1.02)}.logo-link{display:block;line-height:0;border-radius:8px;position:relative;z-index:1;padding:4px;transition:var(--transition-fast)}.logo-link:focus{outline:3px solid var(--color-brand-orange);outline-offset:6px}.pop-logo{height:37px;width:auto;display:block;transition:var(--transition-fast);position:relative;opacity:.9}@media (min-width: 768px){.pop-logo{height:42px}}@media (min-width: 1024px){.pop-logo{height:48px}}.nav-desktop{display:none;align-items:center;gap:clamp(24px,3vw,40px);flex:1;justify-content:flex-end}@media (min-width: 900px){.nav-desktop{display:flex}}.nav-link{position:relative;display:inline-flex;align-items:center;text-decoration:none;padding:10px 4px;transition:var(--transition-fast);cursor:pointer}.nav-link:focus{outline:2px solid var(--color-brand-orange);outline-offset:4px;border-radius:4px}.nav-link-text{font-size:15px;font-weight:500;color:#fffc;letter-spacing:.01em;transition:var(--transition-fast)}.nav-link:hover .nav-link-text,.nav-link:focus .nav-link-text{color:#fff}.nav-link-underline{position:absolute;bottom:6px;left:4px;right:4px;height:2px;background:linear-gradient(90deg,var(--color-brand-orange),var(--color-brand-orange-light));transform:scaleX(0);transform-origin:left;transition:transform .35s cubic-bezier(.22,1,.36,1);border-radius:2px}.nav-link:hover .nav-link-underline,.nav-link:focus .nav-link-underline{transform:scaleX(1)}.nav-entrar{display:inline-flex;align-items:center;gap:8px;color:var(--color-brand-orange);font-family:Outfit,sans-serif;font-size:16px;font-weight:600;text-decoration:none;cursor:pointer;transition:color .3s ease}.nav-entrar-icon{display:inline-block;transition:transform .3s cubic-bezier(.22,1,.36,1)}.nav-entrar:hover{color:var(--color-brand-orange-light)}.nav-entrar:hover .nav-entrar-icon{transform:translate(4px)}.nav-actions{display:flex;align-items:center;gap:16px}.nav-agendar{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:transparent;color:#ffffffe6;font-family:Outfit,sans-serif;font-size:14px;font-weight:700;text-decoration:none;border-radius:50px;transition:var(--transition-smooth);border:2px solid rgba(255,255,255,.4);cursor:pointer;box-shadow:0 2px 8px #ffffff14}.nav-agendar:hover{background:#ffffff1f;border-color:#fff9;color:#fff;box-shadow:0 4px 12px #ffffff26}.nav-agendar:active{transform:translateY(0)}.mobile-menu-button{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:none;border:none;cursor:pointer;padding:0;z-index:1001;border-radius:8px;transition:var(--transition-fast);-webkit-tap-highlight-color:transparent;margin-top:-5px}.mobile-menu-button:hover{background:#ffffff14}.mobile-menu-button:focus{outline:2px solid var(--color-brand-orange);outline-offset:2px}.mobile-menu-button:active{background:#ffffff1f}@media (min-width: 900px){.mobile-menu-button{display:none}}.hamburger-box{display:flex;flex-direction:column;justify-content:center;align-items:center;width:24px;height:18px;position:relative}.hamburger-line{width:24px;height:2.5px;background:#fff;transition:all .3s cubic-bezier(.22,1,.36,1);border-radius:2px;position:absolute}.hamburger-line-1{top:0}.hamburger-line-2{top:50%;transform:translateY(-50%)}.hamburger-line-3{bottom:0}.line-1-open{top:50%!important;transform:translateY(-50%) rotate(45deg)}.line-2-open{opacity:0;transform:translateY(-50%) scaleX(0)}.line-3-open{bottom:50%!important;transform:translateY(50%) rotate(-45deg)}.mobile-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000040;z-index:998;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu{position:fixed;left:0;right:0;bottom:0;background:#161e2ef7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid rgba(6,182,212,.2);z-index:999;overflow-y:auto;animation:slideDown .35s cubic-bezier(.22,1,.36,1)}@media (min-width: 900px){.mobile-menu,.mobile-menu-backdrop{display:none}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-nav{display:flex;flex-direction:column;padding:clamp(24px,6vw,40px);gap:12px;min-height:100%}.mobile-nav-link{display:flex;align-items:center;gap:14px;padding:16px 20px;font-size:16px;font-weight:600;color:#ffffffd9;text-decoration:none;border-radius:12px;transition:var(--transition-smooth);background:#06b6d40d;border:1px solid rgba(6,182,212,.1);animation:slideInLeft .4s cubic-bezier(.22,1,.36,1);animation-delay:calc(var(--mobile-nav-index) * .08s);animation-fill-mode:backwards}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.mobile-nav-icon{font-size:16px;color:#06b6d4;transition:transform .3s ease;flex-shrink:0}.mobile-nav-link:hover,.mobile-nav-link:focus{background:#06b6d41f;border-color:#06b6d44d;color:#fff;transform:translate(4px)}.mobile-nav-link:hover .mobile-nav-icon{transform:translate(4px)}.mobile-nav-link:focus{outline:2px solid var(--color-brand-orange);outline-offset:2px}.mobile-nav-link:active{transform:scale(.98)}.mobile-nav-entrar{display:flex;justify-content:center;align-items:center;gap:8px;color:#ffffff80;font-family:Outfit,sans-serif;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;margin-top:4px;padding:12px 24px;transition:color .3s ease;animation:slideInLeft .4s cubic-bezier(.22,1,.36,1) .24s backwards}.mobile-nav-entrar-icon{display:inline-block;transition:transform .3s cubic-bezier(.22,1,.36,1)}.mobile-nav-entrar:hover{color:#fffc}.mobile-nav-entrar:hover .mobile-nav-entrar-icon{transform:translate(4px)}.mobile-nav-agendar{display:block;width:100%;margin:16px 0 8px;padding:15px 20px;background:linear-gradient(135deg,#f5a623,#ffb844);color:#1a1a2e;font-family:Outfit,sans-serif;font-size:15px;font-weight:800;text-decoration:none;border:none;border-radius:50px;cursor:pointer;transition:var(--transition-smooth);text-align:center;box-shadow:0 4px 16px #f5a62359;animation:slideInLeft .4s cubic-bezier(.22,1,.36,1) .28s backwards}.mobile-nav-agendar:hover{background:linear-gradient(135deg,#ffb844,#f5a623);box-shadow:0 6px 24px #f5a62380;transform:translateY(-1px)}.page-background-fixed{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,#1a1f35,#1e2740,#1a2332 60%,#18202e);overflow:hidden}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:var(--header-height);padding-bottom:var(--header-height);overflow:hidden;background:transparent;box-shadow:none}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;background:transparent}.bg-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent}.grid-pattern{display:none}.floating-elements{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;transform:translateZ(0)}.blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.34;animation:float 20s infinite ease-in-out;will-change:transform}.blob-1{width:650px;height:650px;background:radial-gradient(circle,var(--color-accent-indigo) 0%,transparent 60%);top:-20%;left:-15%;animation-delay:0s;animation-duration:25s}.blob-2{width:600px;height:600px;background:radial-gradient(circle,var(--color-accent-blue) 0%,transparent 60%);top:10%;right:-20%;animation-delay:2s;animation-duration:30s}.blob-3{width:550px;height:550px;background:radial-gradient(circle,var(--color-accent-teal) 0%,transparent 60%);bottom:0%;left:0%;animation-delay:4s;animation-duration:28s}.blob-4{width:500px;height:500px;background:radial-gradient(circle,var(--color-accent-cyan) 0%,transparent 60%);bottom:-15%;right:5%;animation-delay:1s;animation-duration:22s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.wave-container{position:absolute;bottom:0;left:0;right:0;height:150px;overflow:hidden;opacity:.068;background:transparent;pointer-events:none}.wave{position:absolute;bottom:0;left:0;width:100%;height:100%;fill:#ffffff04}.wave-1{animation:wave 15s linear infinite}.wave-2{animation:wave 20s linear infinite reverse;opacity:.43}@keyframes wave{0%{transform:translate(0)}to{transform:translate(-50%)}}.floating-icons{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:transparent}.floating-icon{position:absolute;width:48px;height:48px;padding:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 4px 20px #0003;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:floatIcon 20s infinite ease-in-out}.floating-icon svg{width:100%;height:100%;stroke-width:1.5}.icon-1{top:calc(40% - 50px);left:10%;color:var(--color-accent-teal);animation-delay:0s;animation-duration:18s}.icon-2{top:calc(50% - 50px);right:15%;color:var(--color-accent-blue);animation-delay:2s;animation-duration:22s}.icon-3{bottom:30%;left:15%;color:var(--color-accent-indigo);animation-delay:4s;animation-duration:20s}.icon-4{bottom:20%;right:10%;color:var(--color-accent-cyan);animation-delay:1s;animation-duration:24s}@keyframes floatIcon{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-20px) rotate(5deg)}50%{transform:translateY(-10px) rotate(-5deg)}75%{transform:translateY(-15px) rotate(3deg)}}.hero-content{position:relative;z-index:10;width:100%;max-width:1400px;margin:0 auto;padding:20px 24px;display:grid;grid-template-columns:1fr 400px;gap:60px;align-items:center;background:transparent}.hero-container{max-width:100%}.hero-animation-placeholder{width:240px;height:400px;display:block}.hero-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 16px;background:#0284c726;border:1.5px solid rgba(2,132,199,.4);border-radius:50px;font-size:13px;font-weight:600;color:#38bdf8;margin-bottom:20px;box-shadow:0 4px 12px #0284c733;animation:fadeInUp .6s ease}.badge-icon{width:14px;height:14px;stroke-width:2.5}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-headline{font-family:Outfit,system-ui,-apple-system,sans-serif;font-size:clamp(2.2rem,4.5vw,3.1rem);font-weight:700;line-height:1.2;color:#fff;margin-bottom:18px;display:flex;flex-direction:column;gap:clamp(2px,.3vw,4px);letter-spacing:-.01em}.headline-line{display:block;animation:fadeInUp .6s ease backwards}.headline-line:nth-child(1){animation-delay:.1s}.headline-line:nth-child(2){animation-delay:.2s}.headline-line:nth-child(3){animation-delay:.3s}.headline-highlight{font-weight:800}.headline-accent{background:linear-gradient(135deg,#38bdf8,#0ea5e9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.headline-accent-green{background:linear-gradient(135deg,#14b8a6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.hero-subheadline{font-size:clamp(1rem,2.1vw,1.22rem);line-height:1.72;color:var(--color-copy-on-dark-strong);margin-bottom:24px;max-width:660px;animation:fadeInUp .6s ease .2s backwards}.hero-ctas{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:28px;animation:fadeInUp .6s ease .4s backwards}.cta-primary{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;background:transparent;color:#38bdf8;font-size:16px;font-weight:700;text-decoration:none;border-radius:50px;transition:var(--transition-smooth);border:2.5px solid #0284C7;box-shadow:0 4px 16px #0284c726}.cta-primary:hover{background:#0284c726;border-color:#0ea5e9;color:#0ea5e9;box-shadow:0 8px 24px #0284c74d}.cta-secondary{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;background:#06b6d41f;border:2px solid rgba(6,182,212,.3);color:#fff;font-size:16px;font-weight:600;text-decoration:none;border-radius:50px;transition:var(--transition-smooth);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.cta-secondary:hover{background:#06b6d433;border-color:#06b6d480;box-shadow:0 8px 24px #06b6d440}.cta-arrow{width:20px;height:20px;stroke-width:2.5;transition:transform .3s ease}.cta-primary:hover .cta-arrow{transform:translate(4px)}.cta-secondary:hover .cta-arrow{transform:translateY(4px)}.hero-trust-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px 20px;margin-top:4px;animation:fadeInUp .6s ease .5s backwards}@media (max-width: 1050px){.hero-trust-row{justify-content:center}}.hero-trust-item{display:flex;align-items:center;gap:7px;font-size:13.5px;font-weight:500;color:#ffffffa6}.hero-trust-icon{width:16px;height:16px;color:#06b6d4;flex-shrink:0}.hero-trust-sep{width:1px;height:16px;background:#ffffff26;flex-shrink:0}@media (max-width: 480px){.hero-trust-sep{display:none}.hero-trust-row{gap:10px}}.hero-social-proof{display:flex;flex-wrap:wrap;align-items:center;gap:24px;padding:24px 0;animation:fadeInUp .6s ease .5s backwards}.proof-item{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#ffffffbf}.proof-icon{width:18px;height:18px;color:var(--color-accent-cyan)}.proof-divider{width:1px;height:20px;background:#ffffff26}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:12px;z-index:10;animation:fadeInUp .6s ease .8s backwards}.scroll-text{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#ffffff80}.scroll-line{width:2px;height:40px;background:linear-gradient(to bottom,var(--color-brand-orange),transparent);animation:scrollPulse 2s infinite ease-in-out}@keyframes scrollPulse{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(10px)}}.footer{display:flex;justify-content:center;align-items:center;padding:40px 20px;background:#121226;border-top:1px solid rgba(255,255,255,.05)}.sofacoding-logo{width:clamp(90px,10vw,130px);height:auto;opacity:.6;transition:opacity .3s ease}.sofacoding-logo:hover{opacity:.9}.whatsapp-mockup-container{position:relative;width:100%;display:flex;justify-content:center;align-items:center}.mockup-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#14b8a626,#06b6d41a);filter:blur(20px);border-radius:50%;opacity:.6;transform:scale(.9)}.mockup-float-left{position:absolute;left:-80px;top:10%;width:72px;height:72px;padding:18px;background:#06b6d41f;border:1.5px solid rgba(6,182,212,.3);border-radius:20px;box-shadow:0 8px 32px #06b6d440,0 0 0 1px #ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transform:rotate(-8deg);animation:floatDecoLeft 4s ease-in-out infinite;z-index:5}.mockup-float-left svg{width:100%;height:100%;color:#06b6d4;stroke-width:2;filter:drop-shadow(0 2px 8px rgba(6,182,212,.3))}.mockup-float-right{position:absolute;right:-80px;bottom:15%;width:68px;height:68px;padding:16px;background:#14b8a61f;border:1.5px solid rgba(20,184,166,.35);border-radius:18px;box-shadow:0 8px 32px #14b8a640,0 0 0 1px #ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transform:rotate(12deg);animation:floatDecoRight 4.5s ease-in-out infinite;animation-delay:.5s;z-index:5}.mockup-float-right svg{width:100%;height:100%;color:#14b8a6;stroke-width:2;filter:drop-shadow(0 2px 8px rgba(20,184,166,.3))}@keyframes floatDecoLeft{0%,to{transform:rotate(-8deg) translateY(0)}50%{transform:rotate(-8deg) translateY(-15px)}}@keyframes floatDecoRight{0%,to{transform:rotate(12deg) translateY(0)}50%{transform:rotate(12deg) translateY(-12px)}}.phone-frame{position:relative;background:linear-gradient(135deg,#1a1a1a,#0a0a0a);border-radius:48px;padding:6px;box-shadow:0 20px 40px #0006,0 0 0 1px #ffffff0d;width:100%;max-width:320px}.phone-screen{background:#0d1418;border-radius:39px;aspect-ratio:9 / 18.2;overflow:hidden;border:1px solid rgba(255,255,255,.03);position:relative}.phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:120px;height:30px;background:linear-gradient(135deg,#1a1a1a,#0a0a0a);border-bottom-left-radius:20px;border-bottom-right-radius:20px;z-index:30;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 2px 8px #00000080}.notch-camera{width:10px;height:10px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#64788c66,#141e28e6);border:1px solid rgba(255,255,255,.05)}.notch-speaker{width:50px;height:6px;border-radius:3px;background:linear-gradient(90deg,#1e2328cc,#282d32e6,#1e2328cc);box-shadow:inset 0 1px 2px #00000080}.whatsapp-ui{height:100%;display:flex;flex-direction:column;position:relative}.status-bar{height:42px;background:#111b21f2;display:flex;align-items:center;justify-content:space-between;padding:0 18px;position:relative;z-index:20}.status-time{font-size:15px;color:#fffc;font-weight:500;letter-spacing:.3px}.status-icons{display:flex;gap:6px;align-items:center}.status-icon{width:18px;height:18px;color:#fffc}.wa-header{background:#202c33;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.1);position:relative;z-index:20}.wa-header-left{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.wa-back-arrow{width:18px;height:18px;color:#fffc;flex-shrink:0}.wa-contact-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#14b8a6,#06b6d4);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 1px 3px #0003}.wa-contact-avatar svg{width:20px;height:20px;color:#fffffff2}.wa-contact-info{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1}.wa-contact-name{font-size:15px;font-weight:500;color:#fffffff2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.1px}.wa-contact-status{font-size:11px;color:#ffffff80;white-space:nowrap}.wa-header-actions{display:flex;gap:24px;align-items:center}.wa-action-icon{width:24px;height:24px;color:#ffffffb3}.chat-background{position:absolute;top:0;right:0;bottom:0;left:0;background:#0d1418;opacity:.95;z-index:1}.messages-container{flex:1;overflow-y:auto;padding:18px 12px 8px;position:relative;z-index:10;display:flex;flex-direction:column;gap:9px;overscroll-behavior:contain;scrollbar-width:none}.messages-container::-webkit-scrollbar{display:none}.date-divider{display:flex;justify-content:center;margin:9px 0}.date-divider span{font-size:11px;color:#ffffff73;background:#202c33cc;padding:4px 12px;border-radius:10px;font-weight:500;letter-spacing:.3px}.message-wrapper{display:flex;width:100%;margin-bottom:6px}.message-wrapper.received{justify-content:flex-start}.message-wrapper.sent{justify-content:flex-end}.message-bubble{max-width:70%;padding:9px 15px;border-radius:12px;position:relative;box-shadow:0 1.5px 3px #00000026}.message-bubble.received{background:#202c33;border-bottom-left-radius:3px}.message-bubble.sent{background:linear-gradient(135deg,#005c4b,#004a3d);border-bottom-right-radius:3px}.message-text{font-size:15px;line-height:1.35;color:#ffffffeb;margin-bottom:6px;word-wrap:break-word;letter-spacing:.1px}.message-time{font-size:12px;color:#ffffff73;display:flex;align-items:center;justify-content:flex-end;gap:4.5px;margin-top:3px}.message-check{width:15px;height:15px;color:#34b7f1}.wa-input-area{background:#202c33;padding:5px 10px 12px;margin-top:-10px;display:flex;align-items:center;gap:8px;border-top:1px solid rgba(0,0,0,.05);position:relative;z-index:20}.wa-input-icon{width:20px;height:20px;color:#ffffff80;flex-shrink:0}.wa-input-field{flex:1;background:#2a3942;border-radius:30px;padding:7px 12px;min-width:0}.wa-input-placeholder{font-size:13px;color:#ffffff59;letter-spacing:.1px}.wa-mic-button{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#14b8a6,#06b6d4);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 1px 3px #0000004d}.wa-mic-button svg{width:15px;height:15px;color:#fffffff2}@media (max-width: 767px){.hero-section{padding-top:var(--header-height)}.hero-content{padding:32px 20px;grid-template-columns:1fr;gap:0}.hero-animation-placeholder,.whatsapp-mockup-container,.mockup-float-left,.mockup-float-right{display:none}.hero-features{grid-template-columns:1fr;gap:10px}.hero-ctas{flex-direction:column;width:100%}.cta-primary,.cta-secondary{width:100%;justify-content:center;padding:16px 32px;font-size:16px}.hero-social-proof{flex-direction:column;align-items:flex-start;gap:16px}.proof-divider{display:none}.floating-icon{width:36px;height:36px;padding:8px}.blob{filter:blur(40px)}.logo-wrapper{margin-left:0}.pop-logo{height:28px}.header-container{padding:0 16px}.hero-container{text-align:left}.hero-badge{font-size:10px;padding:5px 14px;margin-bottom:14px}.hero-headline{font-size:clamp(1.85rem,7.5vw,2.4rem);margin-bottom:12px}.hero-subheadline{text-align:left;font-size:.93rem;line-height:1.65;margin-bottom:20px}.hero-trust-row{justify-content:flex-start}.scroll-indicator,.dm-root{display:none}.odonto-system-container,.odonto-agent-container,.odonto-cal-container,.odonto-ficha-container{gap:28px}.odonto-system-copy{order:2}.odonto-system-visual{order:1}.odonto-cal-copy{order:2}.odonto-cal-visual{order:1}.odonto-system-visual,.odonto-agent-visual,.odonto-cal-visual,.odonto-ficha-visual{margin-top:0}.odonto-system-copy,.odonto-agent-copy,.odonto-cal-copy,.odonto-ficha-copy{text-align:left;align-items:flex-start}.system-screenshot-wrap,.agent-screenshot-wrap,.cal-screenshot-wrap,.ficha-screenshot-wrap{width:100%;cursor:default;border-radius:14px 14px 6px 6px}.screenshot-pan-viewport,.agent-pan-viewport,.cal-pan-viewport,.ficha-pan-viewport{aspect-ratio:16 / 8;cursor:default}.screenshot-pan-image,.agent-pan-image,.cal-pan-image,.ficha-pan-image{width:100%!important;height:100%!important;object-fit:cover;object-position:top left;transform:none!important}.system-screenshot-caption,.agent-screenshot-caption,.cal-screenshot-caption,.ficha-screenshot-caption{display:none}}@media (min-width: 768px) and (max-width: 1024px){.hero-content{padding:40px 32px;grid-template-columns:1fr 280px;gap:40px}.phone-frame{max-width:260px}.mockup-float-left{left:-50px;width:56px;height:56px;padding:14px}.mockup-float-right{right:-50px;width:52px;height:52px;padding:12px}}.hero-transition{display:none}.fs-section{position:relative;background:transparent;padding:96px 0 120px;overflow:hidden}.fs-ambient{position:absolute;top:-100px;left:50%;transform:translate(-50%);width:1100px;height:600px;background:radial-gradient(ellipse at 50% 0%,rgba(6,182,212,.06) 0%,rgba(99,102,241,.04) 40%,transparent 70%);pointer-events:none}.fs-inner{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:0 clamp(20px,4vw,48px)}.fs-header{text-align:center;max-width:680px;margin:0 auto 72px}.fs-chip{display:inline-flex;align-items:center;gap:7px;padding:6px 16px;background:#f5a62314;border:1.5px solid rgba(245,166,35,.25);border-radius:50px;font-size:13px;font-weight:600;color:var(--color-brand-orange);margin-bottom:28px;letter-spacing:.02em}.fs-chip-icon{width:13px;height:13px;flex-shrink:0;stroke-width:2.5}.fs-title{font-family:Outfit,system-ui,-apple-system,sans-serif;font-size:clamp(1.85rem,3.5vw,2.8rem);font-weight:700;line-height:1.16;color:#fff;margin-bottom:20px;letter-spacing:-.025em}.fs-title-br{display:block}.fs-subtitle{font-size:clamp(.95rem,1.8vw,1.08rem);line-height:1.7;color:#ffffff80;text-wrap:pretty}.fs-spotlight-grid{display:grid;grid-template-columns:1fr 380px;gap:20px;align-items:stretch}.fs-spotlight-card{position:relative;border-radius:24px;padding:48px 44px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;min-height:480px;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s ease}.fs-spot--cyan{background:linear-gradient(145deg,#06b6d40f,#06b6d405,#ffffff04);border:1px solid rgba(6,182,212,.18);box-shadow:0 0 #06b6d400}.fs-spot--cyan:hover{box-shadow:0 24px 64px #06b6d41a,0 0 0 1px #06b6d440}.fs-spotlight-card:before{content:"";position:absolute;top:24px;bottom:24px;left:0;width:3px;border-radius:0 3px 3px 0;background:linear-gradient(to bottom,#06b6d4,#06b6d433)}.fs-spot-num{position:absolute;bottom:-20px;right:24px;font-family:Outfit,system-ui,sans-serif;font-size:clamp(8rem,14vw,12rem);font-weight:900;line-height:1;color:#06b6d40a;letter-spacing:-.06em;-webkit-user-select:none;user-select:none;pointer-events:none;z-index:0}.fs-spot-body{position:relative;z-index:2}.fs-spot-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:28px}.fs-spot-icon svg{width:28px;height:28px}.fs-spot-title{font-family:Outfit,system-ui,sans-serif;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;color:#fff;line-height:1.2;margin-bottom:16px;letter-spacing:-.02em}.fs-spot-desc{font-size:clamp(.9rem,1.5vw,1rem);color:#fff9;line-height:1.7;max-width:480px;margin-bottom:28px;text-wrap:pretty}.fs-spot-tags{display:flex;flex-wrap:wrap;gap:8px}.fs-tag{display:inline-flex;align-items:center;padding:5px 14px;background:#06b6d41a;border:1px solid rgba(6,182,212,.25);border-radius:50px;font-size:12px;font-weight:600;color:#06b6d4e6;letter-spacing:.02em}.fs-spot-visual{position:absolute;top:0;right:0;bottom:0;width:45%;pointer-events:none;z-index:1;overflow:hidden}.fs-spot-glow{position:absolute;top:20%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,rgba(6,182,212,.12) 0%,transparent 65%);border-radius:50%}.fs-spot-bubble{position:absolute;border-radius:16px;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.fs-spot-bubble svg{width:60%;height:60%;stroke-width:1.5}.fs-spot-bubble--a{width:72px;height:72px;background:#06b6d41a;border:1px solid rgba(6,182,212,.2);top:28%;right:18%;color:#06b6d4;animation:floatBubble 5s ease-in-out infinite}.fs-spot-bubble--b{width:52px;height:52px;background:#6366f11a;border:1px solid rgba(99,102,241,.2);top:52%;right:38%;color:#818cf8;animation:floatBubble 6.5s ease-in-out infinite;animation-delay:1.5s}@keyframes floatBubble{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-14px) rotate(4deg)}}.fs-cards-col{display:flex;flex-direction:column;gap:16px}.fs-mini-card{position:relative;border-radius:20px;padding:26px 28px 28px;overflow:hidden;flex:1;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,border-color .3s ease}.fs-mini-card:before{content:"";position:absolute;top:0;left:20px;right:20px;height:1px;border-radius:0 0 4px 4px;opacity:.4;transition:opacity .3s ease,left .3s ease,right .3s ease}.fs-mini-card:hover{transform:translate(4px)}.fs-mini-card:hover:before{opacity:.8;left:0;right:0}.fs-mini-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.fs-mini-icon{width:44px;height:44px;border-radius:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fs-mini-icon svg{width:22px;height:22px}.fs-mini-num{font-family:Outfit,system-ui,sans-serif;font-size:2.4rem;font-weight:900;line-height:1;letter-spacing:-.04em;-webkit-user-select:none;user-select:none;opacity:.07}.fs-mini-title{font-size:15px;font-weight:700;color:#ffffffeb;line-height:1.3;margin-bottom:9px;letter-spacing:-.01em}.fs-mini-desc{font-size:13px;color:#ffffff80;line-height:1.65;text-wrap:pretty}.fs-icon--cyan{background:#06b6d41f;color:#06b6d4}.fs-icon--orange{background:#f5a6231f;color:#f5a623}.fs-icon--indigo{background:#6366f11f;color:#818cf8}.fs-icon--teal{background:#14b8a61f;color:#14b8a6}.fs-mini--orange{background:#f5a6230a;border:1px solid rgba(245,166,35,.12)}.fs-mini--orange:before{background:#f5a623}.fs-mini--orange:hover{box-shadow:0 8px 32px #f5a62314;border-color:#f5a62338}.fs-mini--orange .fs-mini-num{color:#f5a623}.fs-mini--indigo{background:#6366f10a;border:1px solid rgba(99,102,241,.12)}.fs-mini--indigo:before{background:#6366f1}.fs-mini--indigo:hover{box-shadow:0 8px 32px #6366f11a;border-color:#6366f138}.fs-mini--indigo .fs-mini-num{color:#818cf8}.fs-mini--teal{background:#14b8a60a;border:1px solid rgba(20,184,166,.12)}.fs-mini--teal:before{background:#14b8a6}.fs-mini--teal:hover{box-shadow:0 8px 32px #14b8a614;border-color:#14b8a638}.fs-mini--teal .fs-mini-num{color:#14b8a6}@media (max-width: 1100px){.fs-spotlight-grid{grid-template-columns:1fr 320px;gap:16px}.fs-spotlight-card{min-height:420px;padding:36px 32px}.fs-header{margin-bottom:56px}}@media (max-width: 860px){.fs-spotlight-grid{grid-template-columns:1fr;gap:16px}.fs-spotlight-card{min-height:380px}.fs-spot-visual{display:none}.fs-cards-col{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}}@media (max-width: 600px){.fs-section{padding:72px 0 88px}.fs-header{text-align:left;margin-bottom:44px}.fs-title-br{display:inline}.fs-spotlight-card{min-height:320px;padding:28px 24px}.fs-spot-title{font-size:1.4rem}.fs-cards-col{grid-template-columns:1fr}.fs-mini-card{padding:22px 22px 24px}}.pain-section{background:transparent;padding:96px 0 80px;font-family:Outfit,system-ui,sans-serif;position:relative;overflow:visible}.pain-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#050a1233,#050a1233),radial-gradient(ellipse 80% 50% at 50% 0%,rgba(6,182,212,.07) 0%,transparent 70%);pointer-events:none}.pain-inner{max-width:1400px;margin:0 auto;padding:0 clamp(20px,4vw,40px)}.pain-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:clamp(16px,2vw,24px);margin-bottom:72px}.pain-stat{text-align:left;padding:clamp(24px,3vw,34px);background:linear-gradient(160deg,#ffffff0a,#ffffff04);border:1px solid rgba(255,255,255,.12);border-radius:24px;box-shadow:0 20px 60px #0a0e1c33;min-height:100%;display:flex;flex-direction:column;gap:14px}.pain-stat-number{display:block;font-size:clamp(3.2rem,7vw,5.6rem);font-weight:900;line-height:1;letter-spacing:-.03em;background:linear-gradient(135deg,#38bdf8,#06b6d4 60%,#14b8a6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:4px}.pain-stat--orange .pain-stat-number{background:linear-gradient(135deg,#f5a623,#ffb844);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pain-stat--teal .pain-stat-number{background:linear-gradient(135deg,#14b8a6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pain-stat-text{font-size:clamp(1rem,1.7vw,1.06rem);line-height:1.65;color:var(--color-copy-on-dark-strong);max-width:none;margin:0}.pain-stat-divider{display:none}.pain-stat-source{margin-top:auto;font-size:clamp(.76rem,1.25vw,.84rem);line-height:1.5;color:#ffffffa3}.pain-stat-source a{color:#ffffffeb;text-decoration-thickness:1px;text-underline-offset:2px}.pain-stat-source a:hover{color:#fff}.pain-closing{text-align:center;font-size:clamp(1.08rem,2.1vw,1.3rem);line-height:1.78;color:var(--color-copy-on-dark-strong);max-width:760px;margin:0 auto;font-style:italic}@media (max-width: 1040px){.pain-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.pain-stat:last-child{grid-column:1 / -1}}@media (max-width: 860px){.pain-stats{grid-template-columns:1fr;gap:16px}.pain-stat{border-radius:20px;padding:22px}.pain-stat:last-child{grid-column:auto}}.how-section{background:transparent;padding:76px 0 100px;font-family:Outfit,system-ui,sans-serif;position:relative}.how-inner{max-width:900px;margin:0 auto;padding:0 clamp(20px,4vw,40px)}.how-header{text-align:center;margin-bottom:64px}.how-chip{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#ffffff73;margin-bottom:20px}.how-chip-icon{color:#06b6d4}.how-title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;color:#fff;line-height:1.2;letter-spacing:-.02em;margin-bottom:16px}.how-subtitle{font-size:clamp(1rem,2.1vw,1.18rem);color:var(--color-copy-on-dark);line-height:1.74;max-width:540px;margin:0 auto}.how-timeline-desktop{display:none;position:relative;justify-content:space-between;margin-bottom:64px;padding:0 8px}@media (min-width: 768px){.how-timeline-desktop{display:flex}}.how-tl-line{position:absolute;top:20px;left:8%;right:8%;height:2px;background:#ffffff14;z-index:0}.how-tl-line-fill{height:100%;background:linear-gradient(90deg,#06b6d4,#14b8a6);transition:width .5s ease;border-radius:2px}.how-tl-step{display:flex;flex-direction:column;align-items:center;gap:10px;position:relative;z-index:1;flex:1;transition:all .3s ease}.how-tl-dot{width:40px;height:40px;border-radius:50%;background:#ffffff0f;border:2px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.how-tl-step.is-active .how-tl-dot{background:#06b6d426;border-color:#06b6d4;box-shadow:0 0 0 4px #06b6d41f}.how-tl-step--orange.is-active .how-tl-dot{background:#f5a62326;border-color:#f5a623;box-shadow:0 0 0 4px #f5a6231f}.how-tl-step--indigo.is-active .how-tl-dot{background:#6366f126;border-color:#6366f1;box-shadow:0 0 0 4px #6366f11f}.how-tl-step--teal.is-active .how-tl-dot{background:#14b8a626;border-color:#14b8a6;box-shadow:0 0 0 4px #14b8a61f}.how-tl-num{font-size:12px;font-weight:700;color:#ffffff4d;transition:color .3s}.how-tl-step.is-active .how-tl-num{color:#06b6d4}.how-tl-label{font-size:12px;font-weight:600;color:#ffffff4d;text-align:center;max-width:100px;transition:color .3s}.how-tl-step.is-active .how-tl-label{color:#fffc}.how-steps{display:flex;flex-direction:column;gap:0}.how-step{display:grid;grid-template-columns:56px 1fr;gap:28px;padding:40px 0;border-bottom:1px solid rgba(255,255,255,.05);transition:all .4s cubic-bezier(.22,1,.36,1);opacity:.4}.how-step:last-child{border-bottom:none}.how-step.is-active{opacity:1}.how-step-num-wrap{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.how-step-num{width:48px;height:48px;border-radius:50%;background:#ffffff0d;border:1.5px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#ffffff4d;flex-shrink:0;transition:all .3s}.how-step--cyan.is-active .how-step-num{background:#06b6d41f;border-color:#06b6d480;color:#06b6d4}.how-step--orange.is-active .how-step-num{background:#f5a6231f;border-color:#f5a62380;color:#f5a623}.how-step--indigo.is-active .how-step-num{background:#6366f11f;border-color:#6366f180;color:#6366f1}.how-step--teal.is-active .how-step-num{background:#14b8a61f;border-color:#14b8a680;color:#14b8a6}.how-step-connector{width:1.5px;flex:1;min-height:32px;background:#ffffff0f;margin-top:8px}.how-step-body{padding-bottom:8px}.how-step-icon{width:40px;height:40px;margin-bottom:16px}.how-step-icon svg{width:100%;height:100%}.how-icon--cyan svg{stroke:#06b6d4}.how-icon--orange svg{stroke:#f5a623}.how-icon--indigo svg{stroke:#6366f1}.how-icon--teal svg{stroke:#14b8a6}.how-step-title{font-size:clamp(1.1rem,2.5vw,1.3rem);font-weight:700;color:#fff;margin-bottom:10px;letter-spacing:-.01em}.how-step-desc{font-size:clamp(.95rem,1.75vw,1.05rem);line-height:1.78;color:var(--color-copy-on-dark-soft)}.how-step-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.how-tag{font-size:12px;font-weight:600;padding:4px 12px;border-radius:20px;background:#06b6d41a;border:1px solid rgba(6,182,212,.25);color:#06b6d4;letter-spacing:.02em}.sched-section{background:transparent;padding:100px 0;font-family:Outfit,system-ui,sans-serif;position:relative;overflow:hidden}.sched-bg-glow{position:absolute;right:-10%;top:10%;width:500px;height:500px;background:radial-gradient(circle,rgba(245,166,35,.07) 0%,transparent 70%);pointer-events:none}.sched-inner{max-width:1200px;margin:0 auto;padding:0 clamp(20px,4vw,40px);display:grid;grid-template-columns:1fr 420px;gap:80px;align-items:center}.sched-label{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-bottom:24px}.sched-title{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;color:#fff;line-height:1.2;letter-spacing:-.02em;margin-bottom:24px}.sched-title-accent{background:linear-gradient(135deg,#38bdf8,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sched-body{font-size:clamp(.98rem,1.9vw,1.1rem);line-height:1.82;color:var(--color-copy-on-dark);margin-bottom:16px}.sched-features{display:flex;flex-direction:column;gap:20px;margin-top:40px}.sched-feature{display:flex;align-items:flex-start;gap:16px}.sched-feature-icon{width:32px;height:32px;flex-shrink:0;color:#06b6d4}.sched-feature-icon svg{width:100%;height:100%;stroke:#06b6d4}.sched-feature strong{display:block;font-size:.9rem;font-weight:700;color:#ffffffd9;margin-bottom:4px}.sched-feature p{font-size:.95rem;color:var(--color-copy-on-dark-soft);line-height:1.72;margin:0}.sched-mockup{display:flex;flex-direction:column;gap:20px;align-items:center}.sched-phone-wrap{position:relative;flex-shrink:0;width:280px;aspect-ratio:9 / 18;border-radius:36px;padding:5px;box-shadow:0 16px 40px #00000080,0 0 0 1px #ffffff0f;background:linear-gradient(145deg,#1f1f1f,#0a0a0a);margin-top:100px}@media (min-width: 640px){.sched-phone-wrap{width:322px}}.sched-phone-wrap:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:130px;height:24px;background:#0d1418;border-radius:0 0 20px 20px;z-index:10}.sched-phone{background:#0d1418;border-radius:32px;overflow:hidden;height:100%;display:flex;flex-direction:column}.sched-phone-header{background:#202c33;padding:24px 16px 14px;display:flex;align-items:center;gap:12px;border-bottom:1px solid rgba(255,255,255,.06);margin-top:4px}.sched-phone-avatar{width:36px;height:36px;border-radius:50%;background:#06b6d433;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sched-phone-avatar svg{width:20px;height:20px;fill:#06b6d4}.sched-phone-name{display:block;font-size:14px;font-weight:600;color:#fff}.sched-phone-status{display:block;font-size:12px;color:#fff6}.sched-messages{padding:12px 16px;display:flex;flex-direction:column;gap:6px;flex:1;overflow:hidden}.sched-msg{display:flex;flex-direction:column;gap:4px;max-width:85%;animation:fadeInUp .4s ease backwards}.sched-msg--received{align-self:flex-start}.sched-msg--sent{align-self:flex-end}.sched-msg>span:first-child{padding:10px 13px;border-radius:10px;font-size:13px;line-height:1.5;white-space:pre-line}.sched-msg--received>span:first-child{background:#202c33;color:#ffffffd9;border-bottom-left-radius:3px}.sched-msg--sent>span:first-child{background:linear-gradient(135deg,#0d8b78,#067e6d);color:#fffffff2;border-bottom-right-radius:3px}.sched-msg--sent>div>span{color:#ffffffe6}.sched-msg-time{font-size:11px;color:#ffffff59;align-self:flex-end;padding:0 4px}.sched-anim-1{animation-delay:.1s}.sched-anim-2{animation-delay:.5s}.sched-anim-3{animation-delay:.9s}.sched-anim-4{animation-delay:1.3s}.sched-anim-5{animation-delay:1.7s}.sched-stat-badge{background:#06b6d40f;border:1px solid rgba(6,182,212,.2);border-radius:12px;padding:20px 24px;display:flex;align-items:center;gap:16px}.sched-stat-num{font-size:2.2rem;font-weight:900;letter-spacing:-.03em;background:linear-gradient(135deg,#38bdf8,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;flex-shrink:0}.sched-stat-text{font-size:.92rem;line-height:1.68;color:var(--color-copy-on-dark-soft)}@media (max-width: 900px){.sched-inner{grid-template-columns:1fr;gap:60px}.sched-mockup{order:-1}}.plat-section{background:transparent;padding:100px 0;font-family:Outfit,system-ui,sans-serif}.plat-inner{max-width:1200px;margin:0 auto;padding:0 clamp(20px,4vw,40px);display:grid;grid-template-columns:480px 1fr;gap:80px;align-items:center}.plat-mockup{order:0}.plat-inbox{background:#0f1623;border-radius:16px;border:1px solid rgba(255,255,255,.07);overflow:hidden;box-shadow:0 24px 64px #0006}.plat-inbox-header{background:#151d2d;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.05)}.plat-inbox-title{font-size:14px;font-weight:700;color:#ffffffd9}.plat-inbox-meta{display:flex;align-items:center;gap:6px}.plat-inbox-count{font-size:12px;color:#ffffff4d}.plat-inbox-dot{width:8px;height:8px;border-radius:50%}.plat-dot--online{background:#14b8a6;box-shadow:0 0 6px #14b8a699}.plat-inbox-online{font-size:12px;color:#14b8a6}.plat-inbox-filters{display:flex;gap:4px;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.05)}.plat-filter{font-size:12px;font-weight:500;padding:5px 12px;border-radius:20px;border:1px solid transparent;background:none;color:#ffffff59;cursor:default;font-family:Outfit,sans-serif}.plat-filter--active{background:#06b6d41a;border-color:#06b6d440;color:#06b6d4}.plat-conv-list{display:flex;flex-direction:column}.plat-conv{display:flex;align-items:center;gap:12px;padding:13px 16px;border-bottom:1px solid rgba(255,255,255,.04);transition:background .2s}.plat-conv.is-active{background:#06b6d40f}.plat-conv-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#6366f14d,#06b6d44d);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#ffffffb3;flex-shrink:0}.plat-conv-body{flex:1;min-width:0}.plat-conv-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:3px}.plat-conv-name{font-size:13px;font-weight:600;color:#ffffffd9}.plat-conv-time{font-size:11px;color:#ffffff4d}.plat-conv-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}.plat-conv-preview{font-size:12px;color:#ffffff59;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.plat-conv-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.plat-badge{font-size:10px;font-weight:700;padding:2px 7px;border-radius:10px;letter-spacing:.03em}.plat-badge--cyan{background:#06b6d426;color:#06b6d4;border:1px solid rgba(6,182,212,.3)}.plat-badge--orange{background:#f5a62326;color:#f5a623;border:1px solid rgba(245,166,35,.3)}.plat-unread{width:18px;height:18px;border-radius:50%;background:#06b6d4;color:#0f1623;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center}.plat-label{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-bottom:24px}.plat-title{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;color:#fff;line-height:1.2;letter-spacing:-.02em;margin-bottom:24px}.plat-title-accent{background:linear-gradient(135deg,#f5a623,#ffb844);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.plat-body{font-size:clamp(.98rem,1.9vw,1.1rem);line-height:1.82;color:var(--color-copy-on-dark);margin-bottom:16px}.plat-diffs{list-style:none;display:flex;flex-direction:column;gap:16px;margin-top:36px}.plat-diff{display:flex;align-items:center;gap:14px}.plat-diff-icon{width:32px;height:32px;flex-shrink:0;color:#f5a623}.plat-diff-icon svg{width:100%;height:100%;stroke:#f5a623}.plat-diff-text{font-size:1.02rem;font-weight:500;color:var(--color-copy-on-dark-strong);line-height:1.6}@media (max-width: 1000px){.plat-inner{grid-template-columns:1fr;gap:60px}.plat-mockup{order:1}}.chan-section{background:transparent;padding:100px 0;font-family:Outfit,system-ui,sans-serif}.chan-inner{max-width:1400px;margin:0 auto;padding:0 clamp(20px,4vw,40px)}.chan-header{text-align:center;margin-bottom:64px}.chan-label{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-bottom:20px}.chan-title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;color:#fff;line-height:1.2;letter-spacing:-.02em;margin-bottom:16px}.chan-title-whatsapp{background:linear-gradient(135deg,#14b8a6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.chan-subtitle{font-size:clamp(1rem,2.1vw,1.18rem);color:var(--color-copy-on-dark);max-width:480px;margin:0 auto;line-height:1.74}.chan-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.chan-card{position:relative;background:#ffffff05;border:1px solid rgba(255,255,255,.07);border-radius:20px;padding:36px 32px;overflow:hidden;transition:all .3s cubic-bezier(.22,1,.36,1)}.chan-card:hover{border-color:#ffffff1f}.chan-card--whatsapp:hover{border-color:#25d3664d;box-shadow:0 24px 48px #25d3660f}.chan-card--widget:hover{border-color:#06b6d44d;box-shadow:0 24px 48px #06b6d40f}.chan-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.chan-card--whatsapp .chan-card-icon{background:#25d3661a;border:1px solid rgba(37,211,102,.2)}.chan-card--whatsapp .chan-card-icon svg{width:26px;height:26px;fill:#25d366}.chan-card--widget .chan-card-icon{background:#06b6d41a;border:1px solid rgba(6,182,212,.2)}.chan-card--widget .chan-card-icon svg{width:26px;height:26px;stroke:#06b6d4}.chan-card-title{font-size:1.15rem;font-weight:700;color:#fff;margin-bottom:10px}.chan-card-desc{font-size:.96rem;line-height:1.76;color:var(--color-copy-on-dark-soft)}.chan-card-code{margin-top:20px;background:#0000004d;border:1px solid rgba(255,255,255,.07);border-radius:8px;padding:12px 16px;display:flex;flex-direction:column;gap:2px;font-family:Fira Code,Courier New,monospace;font-size:12px}.chan-code-tag{color:#06b6d4b3}.chan-code-comment{color:#ffffff40}.chan-card-accent{position:absolute;bottom:-20px;right:-20px;width:120px;height:120px;border-radius:50%;opacity:.04;pointer-events:none}.chan-card--whatsapp .chan-card-accent{background:#25d366}.chan-card--widget .chan-card-accent{background:#06b6d4}.chan-api{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:28px 32px;display:flex;align-items:center;gap:24px}.chan-api-icon{width:44px;height:44px;border-radius:10px;background:#6366f11a;border:1px solid rgba(99,102,241,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.chan-api-icon svg{width:22px;height:22px;stroke:#6366f1}.chan-api-text{font-size:.96rem;line-height:1.76;color:var(--color-copy-on-dark-soft)}.chan-card--whatsapp{display:grid;grid-template-columns:auto 1fr;gap:36px;align-items:center}.chan-card-mockup{display:flex;justify-content:center;flex-shrink:0}.chan-phone{width:180px;height:320px;background:#0d1418;border-radius:32px;border:8px solid #1a1f35;position:relative;overflow:hidden;box-shadow:0 16px 40px #00000080}.chan-phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:100px;height:20px;background:#0d1418;border-radius:0 0 16px 16px;z-index:10}.chan-phone-icon-whatsapp{position:absolute;top:8px;right:8px;width:28px;height:28px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:20;flex-shrink:0}.chan-phone-icon-whatsapp svg{width:16px;height:16px;fill:#fff}.chan-phone-screen{width:100%;height:100%;display:flex;flex-direction:column}.chan-phone-content{flex:1;display:flex;flex-direction:column;padding:28px 12px 12px;gap:16px}.chan-phone-header{font-size:11px;font-weight:700;color:#fffc;text-align:center}.chan-phone-qr{flex:1;display:flex;align-items:center;justify-content:center}.chan-phone-qr img{width:120px;height:120px;border-radius:4px}.chan-phone-label{font-size:9px;color:#fff6;text-align:center}.chan-card--widget{display:grid;grid-template-columns:1fr auto;gap:36px;align-items:center}.chan-card-widget-mockup{display:flex;justify-content:center;flex-shrink:0}.chan-widget-window{width:240px;background:#fffffff2;border-radius:12px;overflow:hidden;box-shadow:0 12px 32px #0000004d;display:flex;flex-direction:column;color:#1a1f35}.chan-widget-header{background:linear-gradient(135deg,#06b6d4,#0891b2);padding:12px 16px;display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:600;color:#fff}.chan-widget-close{background:none;border:none;color:#fff;font-size:18px;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .2s}.chan-widget-close:hover{opacity:1}.chan-widget-body{flex:1;padding:12px;display:flex;flex-direction:column;gap:8px;min-height:120px;background:#fafafa}.chan-widget-msg{display:flex;font-size:12px;line-height:1.4;max-width:85%}.chan-widget-msg.received{justify-self:flex-start}.chan-widget-msg.received span{background:#e0e0e0;color:#1a1f35;padding:6px 10px;border-radius:10px 10px 10px 0}.chan-widget-msg.sent{align-self:flex-end}.chan-widget-msg.sent span{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;padding:6px 10px;border-radius:10px 10px 0}.chan-widget-input{padding:10px 12px;border-top:1px solid #e0e0e0;background:#fff}.chan-widget-input input{width:100%;border:1px solid #D0D0D0;border-radius:20px;padding:6px 12px;font-size:12px;font-family:inherit;background:#fafafa;color:#1a1f35}.chan-widget-input input::placeholder{color:#1a1f3566}.chan-widget-input input:focus{outline:none;border-color:#06b6d4;background:#fff}@media (max-width: 680px){.chan-cards,.chan-card--whatsapp,.chan-card--widget{grid-template-columns:1fr}.chan-card-mockup,.chan-card-widget-mockup{order:-1;margin-bottom:20px}}.ctrl-section{background:transparent;padding:100px 0;font-family:Outfit,system-ui,sans-serif}.ctrl-inner{max-width:1400px;margin:0 auto;padding:0 clamp(20px,4vw,40px)}.ctrl-header{text-align:center;margin-bottom:64px}.ctrl-label{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-bottom:20px}.ctrl-title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;color:#fff;line-height:1.2;letter-spacing:-.02em;margin-bottom:16px}.ctrl-title-accent{background:linear-gradient(135deg,#f5a623,#ffb844);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ctrl-subtitle{font-size:clamp(1rem,2.1vw,1.18rem);color:var(--color-copy-on-dark);max-width:540px;margin:0 auto;line-height:1.74}.ctrl-panel{background:#ffffff05;border:1px solid rgba(255,255,255,.07);border-radius:20px;overflow:hidden;max-width:1000px;margin:0 auto}.ctrl-tabs{display:flex;border-bottom:1px solid rgba(255,255,255,.06);overflow-x:auto;scrollbar-width:none}.ctrl-tabs::-webkit-scrollbar{display:none}.ctrl-tab{display:flex;align-items:center;gap:10px;padding:18px 24px;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer;font-family:Outfit,sans-serif;font-size:14px;font-weight:500;color:#ffffff59;white-space:nowrap;transition:all .25s ease}.ctrl-tab:hover{color:#ffffffa6}.ctrl-tab.is-active{color:#06b6d4;border-bottom-color:#06b6d4}.ctrl-tab-icon{width:18px;height:18px;flex-shrink:0}.ctrl-tab-icon svg{width:100%;height:100%}.ctrl-tab .ctrl-tab-icon svg{stroke:currentColor}.ctrl-tab-panel{padding:36px 40px}.ctrl-tab-content{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.ctrl-tab-text{order:-1}.ctrl-tab-visual{order:1}.ctrl-tab-desc{font-size:1rem;line-height:1.82;color:var(--color-copy-on-dark-soft);max-width:600px;margin-bottom:0}.ctrl-visual{background:#0003;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:20px 24px}.ctrl-kb-item{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.04);font-size:13px;color:#fff9}.ctrl-kb-item:last-of-type{border-bottom:none}.ctrl-kb-dot{width:8px;height:8px;border-radius:50%;background:#14b8a6;flex-shrink:0}.ctrl-kb-dot--warn{background:#f5a623}.ctrl-kb-badge{margin-left:auto;font-size:11px;font-weight:600;padding:2px 10px;border-radius:10px;background:#14b8a61a;border:1px solid rgba(20,184,166,.25);color:#14b8a6}.ctrl-kb-badge--warn{background:#f5a6231a;border-color:#f5a62340;color:#f5a623}.ctrl-kb-add{margin-top:14px;display:inline-flex;font-size:13px;font-weight:600;color:#06b6d4b3;background:none;border:1px dashed rgba(6,182,212,.3);border-radius:8px;padding:8px 16px;cursor:default;font-family:Outfit,sans-serif;width:100%;justify-content:center}.ctrl-inst-row{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.04);font-size:13px;flex-wrap:wrap}.ctrl-inst-row:last-child{border-bottom:none}.ctrl-inst-label{color:#ffffff59;min-width:130px;flex-shrink:0}.ctrl-inst-value{color:#ffffffbf;font-weight:500}.ctrl-inst-tag{background:#06b6d41a;border:1px solid rgba(6,182,212,.2);color:#06b6d4;padding:2px 10px;border-radius:10px;font-size:12px}.ctrl-rule{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.04);font-size:13px;flex-wrap:wrap}.ctrl-rule:last-of-type{border-bottom:none}.ctrl-rule-if{color:#ffffff73;flex:1}.ctrl-rule-if strong{color:#ffffffbf}.ctrl-rule-arrow{color:#06b6d499;font-weight:700;flex-shrink:0}.ctrl-rule-then{color:#ffffff73;flex:1}.ctrl-rule-then strong{color:#ffffffbf}.ctrl-integ-item{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.04)}.ctrl-integ-item:last-child{border-bottom:none}.ctrl-integ-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ctrl-integ-icon--wa{background:#25d3661a;border:1px solid rgba(37,211,102,.2)}.ctrl-integ-icon--wa svg{width:20px;height:20px;fill:#25d366}.ctrl-integ-icon--cal{background:#3b82f61a;border:1px solid rgba(59,130,246,.2)}.ctrl-integ-icon--cal svg{width:18px;height:18px;stroke:#3b82f6}.ctrl-integ-icon--api{background:#6366f11a;border:1px solid rgba(99,102,241,.2)}.ctrl-integ-icon--api svg{width:18px;height:18px;stroke:#6366f1}.ctrl-integ-name{font-size:14px;font-weight:600;color:#ffffffbf;margin-bottom:3px}.ctrl-integ-status{font-size:12px;font-weight:500}.ctrl-integ-status--ok{color:#14b8a6}.ctrl-integ-status--idle{color:#ffffff40}@media (max-width: 680px){.ctrl-tab-panel{padding:24px 20px}.ctrl-tab{padding:14px 16px;font-size:13px}.ctrl-tab-content{grid-template-columns:1fr;gap:28px}.ctrl-tab-text,.ctrl-tab-visual{order:unset}}.uc-section{background:linear-gradient(180deg,#0f1623,#111827);padding:100px 0;font-family:Outfit,system-ui,sans-serif}.uc-inner{max-width:1000px;margin:0 auto;padding:0 clamp(20px,4vw,40px)}.uc-header{text-align:center;margin-bottom:56px}.uc-label{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-bottom:20px}.uc-title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;color:#fff;line-height:1.2;letter-spacing:-.02em}.uc-title-accent{background:linear-gradient(135deg,#f5a623,#ffb844);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.uc-body{display:flex;flex-direction:column;gap:32px}.uc-tabs{display:flex;gap:8px;flex-wrap:wrap}.uc-tab{display:flex;align-items:center;gap:10px;padding:12px 20px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff05;cursor:pointer;font-family:Outfit,sans-serif;font-size:14px;font-weight:500;color:#fff6;transition:all .25s ease}.uc-tab:hover{border-color:#ffffff26;color:#ffffffa6}.uc-tab.is-active{background:#06b6d414;border-color:#06b6d44d;color:#06b6d4}.uc-tab-icon{width:18px;height:18px;flex-shrink:0}.uc-tab-icon svg{width:100%;height:100%;stroke:currentColor}.uc-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.uc-text{display:flex;flex-direction:column;gap:20px}.uc-subtitle{font-size:clamp(1.25rem,2.8vw,1.55rem);font-weight:700;color:var(--color-copy-on-dark-strong);line-height:1.45}.uc-detail{font-size:1.05rem;line-height:1.8;color:var(--color-copy-on-dark-soft)}.uc-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.uc-bullet{display:flex;align-items:flex-start;gap:10px;font-size:1rem;color:#ffffffb3;line-height:1.55}.uc-bullet:before{content:"";width:6px;height:6px;border-radius:50%;background:#06b6d4;margin-top:8px;flex-shrink:0}.uc-mockup-container{display:flex;justify-content:center;align-items:center}.uc-phone-wrap{position:relative;flex-shrink:0;width:200px}@media (min-width: 640px){.uc-phone-wrap{width:230px}}.uc-phone{background:linear-gradient(145deg,#1f1f1f,#0a0a0a);border-radius:36px;padding:5px;box-shadow:0 16px 40px #00000080,0 0 0 1px #ffffff0f;width:100%}.uc-phone-screen{background:#0d1418;border-radius:30px;aspect-ratio:9 / 18;overflow:hidden;position:relative;display:flex;flex-direction:column}.uc-phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:90px;height:24px;background:#0a0a0a;border-radius:0 0 18px 18px;z-index:2}.uc-phone-header{background:#202c33;padding:8px 12px;font-size:12px;font-weight:600;color:#ffffffe6;text-align:center;border-bottom:1px solid rgba(255,255,255,.05);margin-top:12px}.uc-messages{padding:12px;display:flex;flex-direction:column;gap:6px;overflow-y:auto;flex:1;font-family:Outfit,system-ui,sans-serif}.uc-msg{animation:fadeInUp .35s ease backwards}.uc-msg--client{display:flex;justify-content:flex-start}.uc-msg--bot{display:flex;justify-content:flex-end}.uc-msg-text{display:block;padding:8px 10px;border-radius:8px;font-size:11px;line-height:1.4;white-space:pre-line;max-width:85%;word-wrap:break-word}.uc-msg--client .uc-msg-text{background:#202c33;color:#ffffffd9;border-bottom-left-radius:2px}.uc-msg--bot .uc-msg-text{background:linear-gradient(135deg,#005c4b,#004a3d);color:#ffffffe6;border-bottom-right-radius:2px}@media (max-width: 860px){.uc-content{grid-template-columns:1fr;gap:40px}.uc-mockup-container{order:-1}}.cta-section-final{background:linear-gradient(180deg,#0f1623,#0c1220);padding:120px 0;font-family:Outfit,system-ui,sans-serif;position:relative;overflow:hidden;text-align:center;border-top:1px solid rgba(255,255,255,.05)}.cta-final-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.cta-final-blob{position:absolute;border-radius:50%;filter:blur(80px)}.cta-final-blob--1{width:600px;height:600px;background:#06b6d40f;top:-20%;left:50%;transform:translate(-50%)}.cta-final-blob--2{width:400px;height:400px;background:#f5a6230d;bottom:-10%;right:10%}.cta-final-inner{max-width:1400px;margin:0 auto;padding:0 clamp(20px,4vw,40px);position:relative;z-index:1}.cta-final-title{font-size:clamp(2rem,5vw,3.2rem);font-weight:900;color:#fff;line-height:1.15;letter-spacing:-.03em;margin-bottom:20px}.cta-final-subtitle{font-size:clamp(1.06rem,2.1vw,1.22rem);color:var(--color-copy-on-dark);line-height:1.72;margin-bottom:44px}.cta-final-subtitle strong{color:var(--color-copy-on-dark-strong);font-weight:700}.cta-final-actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:24px}.cta-final-primary{display:inline-flex;align-items:center;gap:10px;padding:18px 40px;background:linear-gradient(135deg,#f5a623,#ffb844);color:#1c1c36;font-size:16px;font-weight:800;text-decoration:none;border-radius:50px;transition:all .3s cubic-bezier(.22,1,.36,1);box-shadow:0 8px 24px #f5a6234d;letter-spacing:-.01em}.cta-final-primary:hover{box-shadow:0 16px 40px #f5a62373}.cta-final-primary svg{width:18px;height:18px;stroke:#1c1c36;transition:transform .3s}.cta-final-primary:hover svg{transform:translate(4px)}.cta-final-secondary{display:inline-flex;align-items:center;padding:18px 36px;background:#ffffff0d;border:1.5px solid rgba(255,255,255,.15);color:#fffc;font-size:16px;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s cubic-bezier(.22,1,.36,1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.cta-final-secondary:hover{background:#ffffff1a;border-color:#ffffff4d;color:#fff}.cta-final-note{font-size:.92rem;color:var(--color-copy-on-dark-soft);line-height:1.65}.pop-footer{font-family:Outfit,system-ui,sans-serif;position:relative}.pop-footer-separator{height:1px;background:linear-gradient(90deg,transparent 0%,rgba(6,182,212,.3) 50%,transparent 100%)}.pop-footer-body{background:linear-gradient(180deg,#0c1220,#080d16)}.pop-footer-inner{max-width:1200px;margin:0 auto;padding:64px clamp(20px,4vw,48px) 0}.pop-footer-top{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:56px}.pop-footer-brand{display:flex;flex-direction:column;gap:20px}.pop-footer-logo{height:36px;width:auto;object-fit:contain;object-position:left}.pop-footer-tagline{font-size:.975rem;line-height:1.75;color:#ffffff73;max-width:380px}.pop-footer-socials{display:flex;gap:10px}.pop-footer-social{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#fff6;transition:border-color .25s,color .25s,background .25s}.pop-footer-social:hover{border-color:#06b6d466;color:#06b6d4;background:#06b6d414}.pop-footer-social svg{width:18px;height:18px}.pop-footer-cta{display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:16px}.pop-footer-cta-title{font-size:1.4rem;font-weight:700;color:#fff;line-height:1.3}.pop-footer-cta-desc{font-size:.975rem;line-height:1.7;color:#ffffff80;max-width:340px}.pop-footer-cta-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:#f5a623;color:#1c1c36;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700;border-radius:50px;text-decoration:none;transition:background .25s,box-shadow .25s,transform .2s}.pop-footer-cta-btn:hover{background:#ffb844;box-shadow:0 0 32px #f5a6234d}.pop-footer-cta-btn svg{width:20px;height:20px;flex-shrink:0}.pop-footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.05)}.pop-footer-col-title{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffff40;margin-bottom:20px}.pop-footer-col-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.pop-footer-link{font-size:.9rem;color:#ffffff73;text-decoration:none;transition:color .2s}.pop-footer-link:hover{color:#ffffffd9}.pop-footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:20px 0 28px;flex-wrap:wrap;gap:16px}.pop-footer-copyright{font-size:.85rem;color:#ffffff40}.pop-footer-bottom-right{display:flex;align-items:center;gap:12px}.pop-footer-made{font-size:.85rem;color:#ffffff40}.pop-footer-heart{color:#f5a623}.pop-footer-divider{width:1px;height:14px;background:#ffffff1a}.pop-footer-by{font-size:.85rem;color:#fff3}.pop-footer-sofacoding{display:flex;align-items:center;opacity:.35;transition:opacity .25s}.pop-footer-sofacoding:hover{opacity:.65}.pop-footer-sofacoding img{height:22px;width:auto;filter:brightness(0) invert(1)}.pop-footer-accent-line{height:3px;background:linear-gradient(90deg,#1c1c36,#f5a623,#1c1c36);opacity:.5}@media (max-width: 768px){.pop-footer-top{grid-template-columns:1fr;gap:40px}.pop-footer-cta{align-items:flex-start;text-align:left}.pop-footer-links{grid-template-columns:repeat(2,1fr)}.pop-footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}}@media (max-width: 480px){.pop-footer-links{grid-template-columns:1fr}}.wa-msg-enter{animation:waMsgIn .6s cubic-bezier(.22,1,.36,1) both}@keyframes waMsgIn{0%{opacity:0;transform:translateY(8px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.wa-typing-bubble{padding:10px 14px!important;min-width:56px}.wa-typing-dots{display:flex;align-items:center;gap:4px;height:16px}.wa-typing-dots span{width:7px;height:7px;border-radius:50%;background:#ffffff80;animation:typingBounce 2.4s infinite ease-in-out}.wa-typing-dots span:nth-child(1){animation-delay:0s}.wa-typing-dots span:nth-child(2){animation-delay:.4s}.wa-typing-dots span:nth-child(3){animation-delay:.8s}@keyframes typingBounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-5px);opacity:1}}.dm-root{display:flex;align-items:center;justify-content:center;gap:0;width:100%;margin-top:56px;padding-bottom:8px}.dm-msg-enter{animation:dmMsgIn .45s cubic-bezier(.22,1,.36,1) both}@keyframes dmMsgIn{0%{opacity:0;transform:translateY(8px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.dm-connector{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;width:100px;position:relative;z-index:2}.dm-connector-line{width:100px;height:2px;background:linear-gradient(90deg,#f5a62380,#f5a62380)}.dm-connector-pulse{position:absolute;width:10px;height:10px;border-radius:50%;background:#f5a623;animation:dmPulse 2s ease-in-out infinite;box-shadow:0 0 #f5a62399}@keyframes dmPulse{0%{box-shadow:0 0 #06b6d499}70%{box-shadow:0 0 0 8px #06b6d400}to{box-shadow:0 0 #06b6d400}}.dm-phone-wrap{position:relative;flex-shrink:0;width:200px}@media (min-width: 640px){.dm-phone-wrap{width:230px}}.dm-wpp-badge{position:absolute;top:-12px;right:-12px;width:36px;height:36px;border-radius:50%;box-shadow:0 4px 12px #00000059;z-index:10}.dm-wpp-badge svg{width:100%;height:100%}.dm-phone-frame{background:linear-gradient(145deg,#1f1f1f,#0a0a0a);border-radius:36px;padding:5px;box-shadow:0 16px 40px #00000080,0 0 0 1px #ffffff0f;width:100%}.dm-phone-screen{background:#0d1418;border-radius:30px;aspect-ratio:9 / 18;overflow:hidden;position:relative}.dm-phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:90px;height:24px;background:#111;border-bottom-left-radius:14px;border-bottom-right-radius:14px;z-index:30;display:flex;align-items:center;justify-content:center;gap:8px}.dm-notch-camera{width:8px;height:8px;border-radius:50%;background:#222;border:1px solid rgba(255,255,255,.05)}.dm-notch-speaker{width:36px;height:5px;border-radius:3px;background:#1a1a1a}.dm-wpp-ui{height:100%;display:flex;flex-direction:column}.dm-status-bar{height:34px;background:#111b21;display:flex;align-items:center;justify-content:space-between;padding:0 14px;flex-shrink:0}.dm-status-time{font-size:12px;color:#fffc;font-weight:500;font-family:Outfit,system-ui,sans-serif}.dm-status-icons{display:flex;gap:4px;align-items:center}.dm-status-icons svg{width:13px;height:13px;color:#ffffffbf}.dm-wpp-header{background:#202c33;padding:8px 10px;display:flex;align-items:center;gap:6px;flex-shrink:0}.dm-back-arrow{width:14px;height:14px;color:#ffffffb3;flex-shrink:0}.dm-wpp-avatar{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#1ea854,#25d366);display:flex;align-items:center;justify-content:center;flex-shrink:0}.dm-wpp-avatar svg{width:16px;height:16px;color:#fff}.dm-wpp-contact{display:flex;flex-direction:column;gap:1px}.dm-wpp-name{font-size:12px;font-weight:600;color:#fffffff2;font-family:Outfit,system-ui,sans-serif}.dm-wpp-status{font-size:10px;color:#ffffff73;font-family:Outfit,system-ui,sans-serif}.dm-wpp-messages{flex:1;overflow:hidden;padding:10px 8px 6px;display:flex;flex-direction:column;gap:5px;background:#0d1418}.dm-date-chip{display:flex;justify-content:center;margin:4px 0 6px}.dm-date-chip span{font-size:9px;font-weight:600;color:#fff6;background:#202c33e6;padding:3px 10px;border-radius:8px;letter-spacing:.04em;font-family:Outfit,system-ui,sans-serif}.dm-wpp-bubble-wrap{display:flex;width:100%}.dm-wpp-bubble-wrap.from-client{justify-content:flex-start}.dm-wpp-bubble-wrap.from-business{justify-content:flex-end}.dm-wpp-bubble{max-width:80%;padding:6px 10px;border-radius:10px;position:relative}.bubble-client{background:#202c33;border-bottom-left-radius:2px}.bubble-business{background:linear-gradient(135deg,#005c4b,#004a3d);border-bottom-right-radius:2px}.dm-bubble-text{font-size:11px;line-height:1.4;color:#ffffffeb;display:block;margin-bottom:3px;word-break:break-word;font-family:Outfit,system-ui,sans-serif}.dm-bubble-meta{font-size:9px;color:#fff6;display:flex;align-items:center;justify-content:flex-end;gap:3px;font-family:Outfit,system-ui,sans-serif}.dm-check-icon{width:12px;height:12px;color:#34b7f1}.dm-wpp-input{background:#202c33;padding:4px 8px 8px;display:flex;align-items:center;gap:6px;flex-shrink:0}.dm-input-emoji{width:16px;height:16px;color:#ffffff73;flex-shrink:0}.dm-input-field{flex:1;background:#2a3942;border-radius:20px;padding:5px 10px}.dm-input-field span{font-size:10px;color:#ffffff4d;font-family:Outfit,system-ui,sans-serif}.dm-mic-btn{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#1ea854,#25d366);display:flex;align-items:center;justify-content:center;flex-shrink:0}.dm-mic-btn svg{width:12px;height:12px;color:#fff}.dm-desktop-wrap{flex:1;min-width:0;max-width:1100px}.dm-desktop-frame{width:600px;background:#0d0e28;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 60px #00000080,0 0 0 1px #ffffff0a}.dm-titlebar{height:34px;background:#131430;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;padding:0 14px;gap:10px}.dm-titlebar-dots{display:flex;gap:6px;align-items:center}.dm-dot{width:10px;height:10px;border-radius:50%}.dm-dot-red{background:#ff5f57}.dm-dot-yellow{background:#ffbd2e}.dm-dot-green{background:#28c840}.dm-titlebar-label{font-size:12px;font-weight:600;color:#ffffff59;font-family:Outfit,system-ui,sans-serif;margin-left:8px;letter-spacing:.02em}.dm-app-layout{display:flex;height:420px}@media (min-width: 768px){.dm-app-layout{height:480px}}.dm-sidebar{width:160px;flex-shrink:0;background:#111228;border-right:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;overflow:hidden}@media (min-width: 768px){.dm-sidebar{width:185px}}.dm-sidebar-header{padding:10px 10px 8px;border-bottom:1px solid rgba(255,255,255,.05);flex-shrink:0}.dm-sidebar-search{display:flex;align-items:center;gap:6px;background:#ffffff0d;border-radius:8px;padding:5px 8px}.dm-sidebar-search svg{width:12px;height:12px;color:#ffffff4d;flex-shrink:0}.dm-sidebar-search span{font-size:10px;color:#ffffff40;font-family:Outfit,system-ui,sans-serif}.dm-convo-list{flex:1;overflow:hidden;display:flex;flex-direction:column}.dm-convo-item{display:flex;align-items:center;gap:8px;padding:8px 10px;cursor:default;border-bottom:1px solid rgba(255,255,255,.03);transition:background .15s}.dm-convo-item.is-active{background:#06b6d414;border-left:2px solid #06B6D4}.dm-convo-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#1e1f48,#16172e);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff9;flex-shrink:0;position:relative;font-family:Outfit,system-ui,sans-serif}.dm-channel-badge{position:absolute;bottom:-2px;right:-2px;width:13px;height:13px;border-radius:50%;overflow:hidden}.dm-channel-badge svg{width:100%;height:100%}.dm-convo-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.dm-convo-row{display:flex;align-items:baseline;justify-content:space-between;gap:4px}.dm-convo-name{font-size:11px;font-weight:600;color:#ffffffbf;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Outfit,system-ui,sans-serif}.dm-convo-time{font-size:9px;color:#ffffff4d;flex-shrink:0;font-family:Outfit,system-ui,sans-serif}.dm-convo-preview{font-size:10px;color:#ffffff4d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;font-family:Outfit,system-ui,sans-serif}.dm-unread-badge{background:#f5a623;color:#fff;font-size:9px;font-weight:700;border-radius:10px;padding:1px 5px;flex-shrink:0;font-family:Outfit,system-ui,sans-serif}.dm-chat-area{flex:1;min-width:0;display:flex;flex-direction:column;background:#0f1030}.dm-chat-header{height:48px;background:#131430;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;padding:0 14px;gap:10px;flex-shrink:0}.dm-chat-avatar{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#f5a623,#ffb844);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;flex-shrink:0;font-family:Outfit,system-ui,sans-serif}.dm-chat-info{flex:1;display:flex;flex-direction:column;gap:2px}.dm-chat-name{font-size:13px;font-weight:600;color:#ffffffe6;font-family:Outfit,system-ui,sans-serif}.dm-chat-sub{font-size:10px;color:#ffffff59;display:flex;align-items:center;gap:4px;font-family:Outfit,system-ui,sans-serif}.dm-chat-channel-icon{width:12px;height:12px;border-radius:50%;overflow:hidden;display:block}.dm-chat-actions{display:flex;align-items:center;gap:8px}.dm-tag-ia{font-size:9px;font-weight:600;padding:2px 8px;border-radius:10px;background:#f5a6231f;border:1px solid rgba(245,166,35,.3);color:#f5a623;letter-spacing:.02em;font-family:Outfit,system-ui,sans-serif}.dm-action-btn{width:24px;height:24px;border-radius:6px;background:#ffffff0d;display:flex;align-items:center;justify-content:center}.dm-action-btn svg{width:14px;height:14px;color:#fff6}.dm-chat-messages{flex:1;overflow:hidden;padding:12px 14px 8px;display:flex;flex-direction:column;gap:8px}.dm-desktop-msg{display:flex;flex-direction:column}.dm-desktop-msg.msg-incoming{align-items:flex-start}.dm-desktop-msg.msg-outgoing{align-items:flex-end}.dm-sender-label{font-size:10px;font-weight:600;color:#ffffff59;margin-bottom:3px;display:flex;align-items:center;gap:5px;font-family:Outfit,system-ui,sans-serif}.dm-sender-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.dm-sender-dot.dot-ai,.dm-sender-dot.dot-human{background:#f5a623}.dm-desktop-bubble{max-width:78%;padding:7px 12px;border-radius:10px;display:flex;flex-direction:column;gap:4px}.dbubble-in{background:#ffffff0f;border-bottom-left-radius:2px}.dbubble-ai{background:#06b6d41a;border:1px solid rgba(6,182,212,.18);border-bottom-right-radius:2px}.dbubble-human{background:#f5a6231a;border:1px solid rgba(245,166,35,.2);border-bottom-right-radius:2px}.dm-dbubble-text{font-size:12px;line-height:1.5;color:#ffffffe0;font-family:Outfit,system-ui,sans-serif;word-break:break-word}.dm-dbubble-time{font-size:9px;color:#ffffff4d;align-self:flex-end;font-family:Outfit,system-ui,sans-serif}.dm-chat-input{padding:8px 14px 12px;display:flex;align-items:center;gap:8px;border-top:1px solid rgba(255,255,255,.05);flex-shrink:0;background:#0f1030}.dm-input-box{flex:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:7px 12px}.dm-input-box span{font-size:11px;color:#ffffff40;font-family:Outfit,system-ui,sans-serif}.dm-send-btn{width:30px;height:30px;border-radius:8px;background:linear-gradient(135deg,#f5a623,#ffb844);border:none;cursor:default;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #f5a6234d}.dm-send-btn svg{width:13px;height:13px;color:#fff}.dm-typing-bubble{display:flex;align-items:center;gap:4px;height:16px}.dm-typing-bubble span{width:6px;height:6px;border-radius:50%;background:#ffffff73;animation:typingBounce 2.4s infinite ease-in-out}.dm-typing-bubble span:nth-child(1){animation-delay:0s}.dm-typing-bubble span:nth-child(2){animation-delay:.4s}.dm-typing-bubble span:nth-child(3){animation-delay:.8s}@media (max-width: 539px){.dm-root{flex-direction:column;gap:16px}.dm-connector{width:2px;height:32px;flex-direction:row}.dm-connector-line{width:2px;height:32px}.dm-phone-wrap{width:200px}.dm-desktop-wrap{width:100%;max-width:380px}.dm-sidebar{display:none}}@media (min-width: 540px) and (max-width: 767px){.dm-phone-wrap{width:190px}.dm-sidebar{width:130px}.dm-convo-name,.dm-convo-preview,.dm-convo-time{display:none}.dm-convo-avatar{margin:0 auto}.dm-convo-item{justify-content:center;padding:8px 6px}.dm-convo-body,.dm-sidebar-header{display:none}}.how-title-whatsapp{background:linear-gradient(135deg,#14b8a6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.how-title-pop{background:linear-gradient(135deg,#f5a623,#ffb844);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pop-chat-widget-root{position:fixed;bottom:24px;right:24px;z-index:60;display:flex;flex-direction:column;align-items:flex-end;font-family:Outfit,system-ui,sans-serif}.pop-chat-toggle-button{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#f5a623,#e8941a);color:#1c1c36;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 32px #f5a6234d,inset 0 1px #fff3;transition:all .3s ease}.pop-chat-toggle-button svg{width:28px;height:28px;stroke-width:2.5}.pop-chat-toggle-button:hover{transform:scale(1.05);box-shadow:0 12px 40px #f5a62366,inset 0 1px #ffffff4d}.pop-chat-toggle-button:active{transform:scale(.95)}.pop-chat-window-container{width:350px;height:580px;max-height:80vh;display:flex;flex-direction:column;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0006;background:linear-gradient(180deg,#0d1418f2,#090c12fa);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);animation:popChatSlideUp .3s ease}@keyframes popChatSlideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.pop-chat-header{padding:16px;background:#202c3399;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between}.pop-chat-header-content{display:flex;align-items:center;gap:12px}.pop-chat-icon{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#f5a623,#e8941a);display:flex;align-items:center;justify-content:center;color:#1c1c36;flex-shrink:0}.pop-chat-icon svg{width:16px;height:16px}.pop-chat-info{display:flex;flex-direction:column;gap:4px}.pop-chat-title{font-size:14px;font-weight:600;color:#fff;margin:0}.pop-chat-status{display:flex;align-items:center;gap:6px;font-size:11px;color:#fff6;text-transform:uppercase;letter-spacing:.02em;font-weight:500}.pop-chat-status-dot{width:6px;height:6px;border-radius:50%;background:#10b981}.pop-chat-minimize-button{padding:8px;background:transparent;border:none;color:#fff6;cursor:pointer;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.pop-chat-minimize-button:hover{background:#ffffff0d;color:#fff}.pop-chat-messages-area{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth}.pop-chat-messages-area::-webkit-scrollbar{width:4px}.pop-chat-messages-area::-webkit-scrollbar-track{background:transparent}.pop-chat-messages-area::-webkit-scrollbar-thumb{background:#f5a6234d;border-radius:4px}.pop-chat-messages-area::-webkit-scrollbar-thumb:hover{background:#f5a62380}.pop-chat-message{display:flex;flex-direction:column;max-width:85%;animation:popChatFadeIn .3s ease}@keyframes popChatFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pop-chat-message--user{align-self:flex-end;align-items:flex-end}.pop-chat-message--bot{align-self:flex-start;align-items:flex-start}.pop-chat-message-bubble{padding:10px 14px;border-radius:12px;font-size:13px;line-height:1.5;word-wrap:break-word}.pop-chat-message-bubble--user{background:linear-gradient(135deg,#f5a623,#e8941a);color:#1c1c36;border-radius:12px 2px 12px 12px}.pop-chat-message-bubble--bot{background:#202c33cc;color:#ffffffd9;border:1px solid rgba(245,166,35,.15);border-radius:2px 12px 12px}.pop-chat-message-time{font-size:10px;color:#ffffff59;margin-top:4px;padding:0 4px}.pop-chat-typing{display:flex;align-items:center;gap:4px;padding:12px 14px!important;min-height:42px}.pop-chat-typing-dot{width:8px;height:8px;border-radius:50%;background:#f5a623cc;display:inline-block;animation:popChatBounce 1.4s infinite}.pop-chat-typing-dot:nth-child(1){animation-delay:0s}.pop-chat-typing-dot:nth-child(2){animation-delay:.2s}.pop-chat-typing-dot:nth-child(3){animation-delay:.4s}@keyframes popChatBounce{0%,80%,to{transform:translateY(0);opacity:.7}40%{transform:translateY(-8px);opacity:1}}.pop-chat-input-form{padding:16px;background:#202c3366;border-top:1px solid rgba(255,255,255,.06);display:flex;gap:8px;align-items:center}.pop-chat-input-field{flex:1;background:#0d141899;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:10px 14px;font-size:13px;color:#fff;font-family:Outfit,system-ui,sans-serif;transition:all .2s ease}.pop-chat-input-field::placeholder{color:#ffffff4d}.pop-chat-input-field:focus{outline:none;border-color:#f5a6234d;background:#0d1418cc}.pop-chat-send-button{padding:10px;border:none;background:transparent;color:#ffffff4d;cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.pop-chat-send-button:not(:disabled){background:#f5a62326;color:#f5a623}.pop-chat-send-button:not(:disabled):hover{background:#f5a62340;color:#e8941a}.pop-chat-send-button:disabled{cursor:not-allowed}.pop-chat-whatsapp-link{color:#f5a623;text-decoration:none;font-weight:600;border-bottom:1px solid rgba(245,166,35,.5);transition:all .2s ease}.pop-chat-whatsapp-link:hover{color:#e8941a;border-bottom-color:#e8941acc}@media (max-width: 480px){.pop-chat-window-container{width:calc(100vw - 32px);max-width:100%;height:calc(100vh - 100px)}}.odonto-page,.odonto-page *{font-family:Outfit,system-ui,-apple-system,sans-serif}@media (max-width: 767px){html,body{background-color:#18202e}}.odonto-page .blob-1{background:radial-gradient(circle,#0891B2 0%,transparent 60%);opacity:.28}.odonto-page .blob-2{background:radial-gradient(circle,#14B8A6 0%,transparent 60%);opacity:.22}.odonto-page .blob-3{background:radial-gradient(circle,#06B6D4 0%,transparent 60%);opacity:.3}.odonto-page .blob-4{background:radial-gradient(circle,#6366F1 0%,transparent 60%);opacity:.18}.odonto-logo-group{display:flex;align-items:center;gap:14px;flex-shrink:0;margin-left:-35px}.odonto-logo-sep{display:block;width:1px;height:22px;background:#fff3;flex-shrink:0}.odonto-logo-vertical-text{font-size:18px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(135deg,#38bdf8,#14b8a6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.odonto-hero{padding-bottom:var(--header-height)!important}.odonto-hero-content{grid-template-columns:1fr 420px!important;gap:48px!important;align-items:center!important}@media (max-width: 1050px){.odonto-hero-content{grid-template-columns:1fr!important;gap:56px!important;text-align:center}}.odonto-badge{display:inline-flex;align-items:center;gap:8px;padding:7px 18px;background:#38bdf824;border:1.5px solid rgba(56,189,248,.45);border-radius:999px;font-size:13px;font-weight:700;color:#38bdf8;letter-spacing:.04em;text-transform:uppercase;margin-bottom:22px;box-shadow:0 4px 16px #38bdf82e;animation:fadeInUp .6s ease backwards}.odonto-badge-tooth{font-size:15px;line-height:1}.odonto-headline{font-size:clamp(2.4rem,5vw,3.4rem)!important;letter-spacing:-.025em!important;line-height:1.12!important}.odonto-headline-sub{font-size:clamp(1.35rem,2.6vw,1.75rem)!important;color:#ffffff80!important;font-weight:400!important;letter-spacing:.01em!important;margin-top:6px}.odonto-accent-gradient{background:linear-gradient(135deg,#2dd4bf,#06b6d4 60%,#38bdf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block;font-weight:800}.odonto-accent-gradient-whatsapp{background:linear-gradient(135deg,#38bdf8,#06b6d4 60%,#14b8a6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block;font-weight:800}.odonto-subheadline{font-size:clamp(1rem,1.8vw,1.1rem)!important;line-height:1.6!important;color:#ffffffad!important;max-width:480px}.odonto-subheadline strong{color:#ffffffeb;font-weight:700}@media (max-width: 1050px){.odonto-subheadline{max-width:100%;margin-left:auto;margin-right:auto}}.odonto-ctas{gap:14px!important}.odonto-cta-primary{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;background:linear-gradient(135deg,#f5a623,#ffb844);color:#1a1a2e;font-family:Outfit,sans-serif;font-size:16px;font-weight:800;border:none;border-radius:50px;cursor:pointer;transition:all .3s cubic-bezier(.22,1,.36,1);box-shadow:0 6px 24px #f5a62366,0 2px 8px #f5a62333;letter-spacing:-.01em}.odonto-cta-primary:hover{background:linear-gradient(135deg,#ffb844,#f5a623);box-shadow:0 10px 36px #f5a6238c,0 4px 12px #f5a6234d;transform:translateY(-2px);color:#1a1a2e}.odonto-cta-primary .cta-arrow{color:#1a1a2e;transition:transform .3s ease}.odonto-cta-primary:hover .cta-arrow{transform:translate(4px)}.odonto-cta-outline{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;background:transparent;color:#38bdf8;font-family:Outfit,sans-serif;font-size:16px;font-weight:800;border:2px solid #38BDF8;border-radius:50px;cursor:pointer;transition:all .3s cubic-bezier(.22,1,.36,1);letter-spacing:-.01em}.odonto-cta-outline:hover{background:#38bdf81a;border-color:#38bdf8;transform:translateY(-2px);box-shadow:0 6px 24px #38bdf84d}.odonto-cta-outline:active{transform:translateY(0)}.odonto-cta-outline .cta-arrow{color:#38bdf8;transition:transform .3s ease}.odonto-cta-outline:hover .cta-arrow{transform:translate(4px)}.odonto-trust-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px 20px;margin-top:4px;animation:fadeInUp .6s ease .5s backwards}@media (max-width: 1050px){.odonto-trust-row{justify-content:center}}.odonto-trust-item{display:flex;align-items:center;gap:7px;font-size:13.5px;font-weight:500;color:#ffffffa6}.odonto-trust-icon{width:16px;height:16px;color:#2dd4bf;flex-shrink:0}.odonto-trust-sep{width:1px;height:16px;background:#ffffff26;flex-shrink:0}@media (max-width: 480px){.odonto-trust-sep{display:none}.odonto-trust-row{gap:10px}}.odonto-hero-left{display:flex;flex-direction:column;align-items:flex-start}@media (max-width: 1050px){.odonto-hero-left{align-items:center;text-align:center}}.odonto-hero-right{display:flex;align-items:center;justify-content:center}@media (max-width: 1050px){.odonto-hero-right{justify-content:center}}.odonto-orbit-wrapper{position:relative;width:380px;height:380px;flex-shrink:0}@media (max-width: 480px){.odonto-orbit-wrapper{width:300px;height:300px;transform:scale(.85)}}.odonto-orbit-rings{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}@keyframes odonto-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes odonto-counter-spin{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes odonto-center-pulse{0%,to{box-shadow:0 0 40px #0ea5e959,0 0 80px #0ea5e926}50%{box-shadow:0 0 60px #0ea5e98c,0 0 110px #0ea5e938}}.odonto-orbit-spinner{position:absolute;top:0;right:0;bottom:0;left:0;animation:odonto-spin var(--spin-dur, 24s) linear infinite}.odonto-orbit-spinner.rev{animation-direction:reverse}.orbit-pos-top{position:absolute;top:0;left:50%;transform:translate(-50%) translateY(-50%)}.orbit-pos-right{position:absolute;right:0;top:50%;transform:translate(50%) translateY(-50%)}.orbit-pos-bottom{position:absolute;bottom:0;left:50%;transform:translate(-50%) translateY(50%)}.orbit-pos-left{position:absolute;left:0;top:50%;transform:translate(-50%) translateY(-50%)}.odonto-icon-badge{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;border:1px solid transparent;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:odonto-counter-spin var(--spin-dur, 24s) linear infinite}.odonto-orbit-spinner.rev .odonto-icon-badge{animation-direction:reverse}.orbit-icon-svg{width:24px;height:24px;stroke-width:1.5;flex-shrink:0}.badge-teal{background:#14b8a626;border-color:#14b8a666;color:#2dd4bf;box-shadow:0 4px 16px #14b8a633}.badge-cyan{background:#06b6d426;border-color:#06b6d466;color:#22d3ee;box-shadow:0 4px 16px #06b6d433}.badge-orange{background:#f5a62326;border-color:#f5a62366;color:#f5a623;box-shadow:0 4px 16px #f5a62333}.badge-sky{background:#38bdf826;border-color:#38bdf866;color:#38bdf8;box-shadow:0 4px 16px #38bdf833}.badge-indigo{background:#6366f126;border-color:#6366f159;color:#818cf8;box-shadow:0 4px 12px #6366f12e}.badge-green{background:#22c55e26;border-color:#22c55e59;color:#4ade80;box-shadow:0 4px 12px #22c55e2e}.odonto-inner-orbit-wrapper{position:absolute;width:230px;height:230px;top:50%;left:50%;transform:translate(-50%,-50%)}.badge-sm{width:40px;height:40px;border-radius:11px}.orbit-icon-svg-sm{width:18px;height:18px;stroke-width:1.5}.odonto-orbit-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:108px;height:108px;display:flex;align-items:center;justify-content:center}.odonto-orbit-center-glow{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;border-radius:50%;background:radial-gradient(circle,rgba(14,165,233,.2) 0%,transparent 70%);animation:odonto-center-pulse 3s ease-in-out infinite;pointer-events:none}.odonto-orbit-center-ring{width:108px;height:108px;border-radius:50%;background:#1c1c36f2;border:1.5px solid rgba(14,165,233,.4);display:flex;align-items:center;justify-content:center;box-shadow:0 0 40px #0ea5e94d,inset 0 1px #ffffff14;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.odonto-orbit-center-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#0ea5e9}.odonto-center-icon-svg{width:56px;height:56px;stroke-width:1.2;filter:drop-shadow(0 0 4px rgba(14,165,233,.3))}.scroll-line{width:2px;height:40px;background:linear-gradient(to bottom,#14b8a6cc,#06b6d400);border-radius:2px;animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.5;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.1)}}.odonto-pain-section{padding:80px 20px;background:#06b6d408;border-top:1px solid rgba(56,189,248,.1);border-bottom:1px solid rgba(56,189,248,.1)}.odonto-pain-container{max-width:1280px;margin:0 auto}.odonto-pain-header{text-align:center;margin-bottom:64px}.odonto-pain-headline{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;color:#fffffff2;letter-spacing:-.02em;line-height:1.25;margin:0 0 16px}.odonto-pain-subtext{font-size:clamp(1.4rem,3vw,2rem);color:#f5a623;font-weight:700;letter-spacing:.02em;margin:0}.odonto-pain-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}@media (max-width: 1050px){.odonto-pain-grid{grid-template-columns:1fr;gap:24px}}.odonto-pain-card{padding:40px 32px;background:#1c1c3699;border:1px solid rgba(56,189,248,.15);border-radius:16px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:all .3s ease;text-align:center}.odonto-pain-card:hover{background:#1c1c36cc;border-color:#38bdf84d;transform:translateY(-4px);box-shadow:0 12px 40px #38bdf826}.pain-card-stat{font-size:clamp(2.4rem,5vw,3.6rem);font-weight:800;background:linear-gradient(135deg,#38bdf8,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block;margin-bottom:12px;letter-spacing:-.02em}.pain-card-label{font-size:14px;font-weight:700;color:#2dd4bf;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}.pain-card-description{font-size:clamp(.95rem,1.5vw,1.1rem);color:#ffffffbf;line-height:1.6;margin:0}.odonto-system-section{padding:100px 20px;overflow:hidden}.odonto-system-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}@media (max-width: 1050px){.odonto-system-container{grid-template-columns:1fr;gap:56px}}.odonto-system-copy{display:flex;flex-direction:column;gap:28px}.system-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#2dd4bf}.odonto-system-headline{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;color:#fffffff2;letter-spacing:-.02em;line-height:1.2;margin:0}.odonto-system-accent{background:linear-gradient(135deg,#2dd4bf,#14b8a6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.odonto-system-desc{font-size:clamp(.95rem,1.5vw,1.1rem);color:#ffffffa6;line-height:1.75;margin:0}.odonto-system-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}.system-feat-item{display:flex;gap:16px;align-items:flex-start}.system-feat-icon-wrap{width:36px;height:36px;border-radius:9px;background:#2dd4bf1f;border:1px solid rgba(45,212,191,.25);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#2dd4bf}.system-feat-icon{width:18px;height:18px}.system-feat-text{display:flex;flex-direction:column;gap:3px}.system-feat-title{font-size:14px;font-weight:700;color:#ffffffe6;line-height:1.4}.system-feat-desc{font-size:13.5px;color:#ffffff8c;line-height:1.6}.system-cta{align-self:flex-start}.odonto-system-visual{position:relative;display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:20px}.system-screenshot-glow{position:absolute;width:90%;height:70%;top:15%;left:5%;background:radial-gradient(ellipse,rgba(56,189,248,.2) 0%,rgba(20,184,166,.08) 50%,transparent 70%);pointer-events:none;border-radius:50%;filter:blur(48px);z-index:0}.system-screenshot-wrap{position:relative;width:88%;margin:0 auto;border-radius:14px;overflow:hidden;border:1px solid rgba(56,189,248,.22);box-shadow:0 0 0 1px #38bdf814,0 24px 80px #38bdf833,0 8px 32px #06b6d41f;z-index:1}.screenshot-pan-viewport{overflow:hidden;width:100%;line-height:0}.screenshot-pan-viewport{cursor:ew-resize}.screenshot-pan-image{width:223%;max-width:none;height:auto;display:block;will-change:transform;transform:translate(0)}.screenshot-edge-left,.screenshot-edge-right{position:absolute;top:0;bottom:0;width:60px;pointer-events:none;z-index:2}.screenshot-edge-left{left:0;background:linear-gradient(to right,rgba(14,14,32,.7),transparent)}.screenshot-edge-right{right:0;background:linear-gradient(to left,rgba(14,14,32,.7),transparent)}.system-screenshot-overlay-top{position:absolute;top:0;left:0;right:0;height:28px;background:linear-gradient(to bottom,rgba(14,14,32,.55),transparent);pointer-events:none;z-index:2}.system-screenshot-overlay-bottom{position:absolute;bottom:0;left:0;right:0;height:44px;background:linear-gradient(to top,rgba(14,14,32,.7),transparent);pointer-events:none;z-index:2}.system-screenshot-caption{font-size:12px;color:#ffffff59;text-align:center;letter-spacing:.02em;z-index:1}@media (max-width: 1050px){.system-cta{align-self:center}.odonto-system-copy{align-items:center;text-align:center}.system-feat-item{text-align:left}}.odonto-how-section{padding:80px 20px;background:#011e384d}.odonto-how-container{max-width:1280px;margin:0 auto}.odonto-how-header{text-align:center;margin-bottom:64px}.odonto-how-headline{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;color:#fffffff2;letter-spacing:-.02em;line-height:1.25;margin:0}.odonto-how-timeline{display:flex;flex-direction:column;gap:48px;max-width:800px;margin:0 auto;position:relative}.odonto-how-step{display:flex;gap:32px;position:relative;animation:fadeInUp .6s ease backwards}.odonto-how-step:nth-child(2){animation-delay:.1s}.odonto-how-step:nth-child(3){animation-delay:.2s}.how-step-circle{position:relative;width:80px;height:80px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.how-step-number{position:absolute;font-size:32px;font-weight:800;background:linear-gradient(135deg,#38bdf8,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:.4;letter-spacing:-.02em}.how-step-icon{font-size:40px;line-height:1}.how-step-content{flex:1;padding-top:8px}.how-step-title{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:700;color:#fffffff2;margin:0 0 12px;letter-spacing:-.01em}.how-step-description{font-size:clamp(.95rem,1.5vw,1.05rem);color:#ffffffb3;line-height:1.6;margin:0}.how-step-connector{position:absolute;left:40px;top:80px;width:2px;height:48px;background:linear-gradient(to bottom,#38bdf866,#38bdf81a)}@media (max-width: 640px){.odonto-how-step{gap:24px}.how-step-circle{width:60px;height:60px}.how-step-number{font-size:24px}.how-step-icon{font-size:32px}.how-step-connector{left:30px;top:60px}}.odonto-agent-section{padding:clamp(60px,8vw,100px) clamp(20px,5vw,80px)}.odonto-agent-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}@media (max-width: 1050px){.odonto-agent-container{grid-template-columns:1fr;gap:56px}}.odonto-agent-visual{position:relative;display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:20px}.agent-screenshot-glow{position:absolute;width:90%;height:70%;top:15%;left:5%;background:radial-gradient(ellipse,rgba(167,139,250,.22) 0%,rgba(129,140,248,.08) 50%,transparent 70%);pointer-events:none;border-radius:50%;filter:blur(48px);z-index:0}.agent-screenshot-wrap{position:relative;width:88%;margin:0 auto;border-radius:14px;overflow:hidden;border:1px solid rgba(167,139,250,.22);box-shadow:0 0 0 1px #a78bfa14,0 24px 80px #a78bfa2e,0 8px 32px #818cf81f;z-index:1;cursor:ew-resize}.agent-pan-viewport{overflow:hidden;width:100%;line-height:0}.agent-pan-image{width:142%;height:auto;display:block;will-change:transform;transform:translate(0)}.agent-edge-left,.agent-edge-right{position:absolute;top:0;bottom:0;width:60px;pointer-events:none;z-index:2}.agent-edge-left{left:0;background:linear-gradient(to right,rgba(14,14,32,.7),transparent)}.agent-edge-right{right:0;background:linear-gradient(to left,rgba(14,14,32,.7),transparent)}.agent-overlay-top{position:absolute;top:0;left:0;right:0;height:28px;background:linear-gradient(to bottom,rgba(14,14,32,.55),transparent);pointer-events:none;z-index:2}.agent-overlay-bottom{position:absolute;bottom:0;left:0;right:0;height:44px;background:linear-gradient(to top,rgba(14,14,32,.7),transparent);pointer-events:none;z-index:2}.agent-screenshot-caption{font-size:12px;color:#ffffff59;text-align:center;letter-spacing:.02em;z-index:1}.odonto-agent-copy{display:flex;flex-direction:column;gap:28px}.agent-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#a78bfa}.odonto-agent-headline{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;color:#fffffff2;letter-spacing:-.02em;line-height:1.2;margin:0}.odonto-agent-accent{background:linear-gradient(135deg,#a78bfa,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.odonto-agent-desc{font-size:clamp(.95rem,1.5vw,1.1rem);color:#ffffffa6;line-height:1.75;margin:0}.odonto-agent-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}.agent-feat-item{display:flex;gap:16px;align-items:flex-start}.agent-feat-icon-wrap{width:36px;height:36px;border-radius:9px;background:#a78bfa1f;border:1px solid rgba(167,139,250,.25);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#a78bfa}.agent-feat-icon{width:18px;height:18px}.agent-feat-text{display:flex;flex-direction:column;gap:3px}.agent-feat-title{font-size:14px;font-weight:700;color:#ffffffe6;line-height:1.4}.agent-feat-desc{font-size:13px;color:#ffffff8c;line-height:1.6}@media (max-width: 1050px){.odonto-agent-copy{align-items:center;text-align:center}.agent-feat-item{text-align:left}}.odonto-cal-section{padding:clamp(60px,8vw,100px) clamp(20px,5vw,80px);overflow:hidden}.odonto-cal-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}@media (max-width: 1050px){.odonto-cal-container{grid-template-columns:1fr;gap:56px}}.odonto-cal-visual{position:relative;display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:20px}.cal-screenshot-glow{position:absolute;width:90%;height:70%;top:15%;left:5%;background:radial-gradient(ellipse,rgba(251,191,36,.2) 0%,rgba(245,158,11,.08) 50%,transparent 70%);pointer-events:none;border-radius:50%;filter:blur(48px);z-index:0}.cal-screenshot-wrap{position:relative;width:88%;margin:0 auto;border-radius:14px;overflow:hidden;border:1px solid rgba(251,191,36,.22);box-shadow:0 0 0 1px #fbbf2414,0 24px 80px #fbbf242e,0 8px 32px #f59e0b1f;z-index:1;cursor:ew-resize}.cal-pan-viewport{overflow:hidden;width:100%;line-height:0}.cal-pan-image{width:132%;height:auto;display:block;will-change:transform;transform:translate(0)}.cal-edge-left,.cal-edge-right{position:absolute;top:0;bottom:0;width:60px;pointer-events:none;z-index:2}.cal-edge-left{left:0;background:linear-gradient(to right,rgba(14,14,32,.7),transparent)}.cal-edge-right{right:0;background:linear-gradient(to left,rgba(14,14,32,.7),transparent)}.cal-overlay-top{position:absolute;top:0;left:0;right:0;height:28px;background:linear-gradient(to bottom,rgba(14,14,32,.55),transparent);pointer-events:none;z-index:2}.cal-overlay-bottom{position:absolute;bottom:0;left:0;right:0;height:44px;background:linear-gradient(to top,rgba(14,14,32,.7),transparent);pointer-events:none;z-index:2}.cal-screenshot-caption{font-size:12px;color:#ffffff59;text-align:center;letter-spacing:.02em;z-index:1}.odonto-cal-copy{display:flex;flex-direction:column;gap:28px}.cal-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#fbbf24}.odonto-cal-headline{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;color:#fffffff2;letter-spacing:-.02em;line-height:1.2;margin:0}.odonto-cal-accent{background:linear-gradient(135deg,#fcd34d,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.odonto-cal-desc{font-size:clamp(.95rem,1.5vw,1.1rem);color:#ffffffa6;line-height:1.75;margin:0}.odonto-cal-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}.cal-feat-item{display:flex;gap:16px;align-items:flex-start}.cal-feat-icon-wrap{width:36px;height:36px;border-radius:9px;background:#fbbf241f;border:1px solid rgba(251,191,36,.25);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fbbf24}.cal-feat-icon{width:18px;height:18px}.cal-feat-text{display:flex;flex-direction:column;gap:3px}.cal-feat-title{font-size:14px;font-weight:700;color:#ffffffe6;line-height:1.4}.cal-feat-desc{font-size:13px;color:#ffffff8c;line-height:1.6}@media (max-width: 1050px){.odonto-cal-copy{align-items:center;text-align:center}.cal-feat-item{text-align:left}}.odonto-ficha-section{padding:clamp(60px,8vw,100px) clamp(20px,5vw,80px);overflow:hidden}.odonto-ficha-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}@media (max-width: 1050px){.odonto-ficha-container{grid-template-columns:1fr;gap:56px}}.odonto-ficha-copy{display:flex;flex-direction:column;gap:28px}.ficha-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#38bdf8}.odonto-ficha-headline{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;color:#fffffff2;letter-spacing:-.02em;line-height:1.2;margin:0}.odonto-ficha-accent{background:linear-gradient(135deg,#38bdf8,#0ea5e9 60%,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.odonto-ficha-desc{font-size:clamp(.95rem,1.5vw,1.1rem);color:#ffffffa6;line-height:1.75;margin:0}.odonto-ficha-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}.ficha-feat-item{display:flex;gap:16px;align-items:flex-start}.ficha-feat-icon-wrap{width:36px;height:36px;border-radius:9px;background:#38bdf81f;border:1px solid rgba(56,189,248,.25);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#38bdf8}.ficha-feat-icon{width:18px;height:18px}.ficha-feat-text{display:flex;flex-direction:column;gap:3px}.ficha-feat-title{font-size:14px;font-weight:700;color:#ffffffe6;line-height:1.4}.ficha-feat-desc{font-size:13px;color:#ffffff8c;line-height:1.6}.odonto-ficha-visual{position:relative;display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:20px}.ficha-screenshot-glow{position:absolute;width:90%;height:70%;top:15%;left:5%;background:radial-gradient(ellipse,rgba(56,189,248,.2) 0%,rgba(14,165,233,.08) 50%,transparent 70%);pointer-events:none;border-radius:50%;filter:blur(48px);z-index:0}.ficha-screenshot-wrap{position:relative;width:88%;margin:30px auto 0;border-radius:14px;overflow:hidden;border:1px solid rgba(56,189,248,.22);box-shadow:0 0 0 1px #38bdf814,0 24px 80px #38bdf82e,0 8px 32px #0ea5e91f;z-index:1;cursor:ew-resize}.ficha-pan-viewport{overflow:hidden;width:100%;line-height:0}.ficha-pan-image{width:192%;height:auto;display:block;will-change:transform;transform:translate(0)}.ficha-edge-left,.ficha-edge-right{position:absolute;top:0;bottom:0;width:60px;pointer-events:none;z-index:2}.ficha-edge-left{left:0;background:linear-gradient(to right,rgba(14,14,32,.7),transparent)}.ficha-edge-right{right:0;background:linear-gradient(to left,rgba(14,14,32,.7),transparent)}.ficha-overlay-top{position:absolute;top:0;left:0;right:0;height:28px;background:linear-gradient(to bottom,rgba(14,14,32,.55),transparent);pointer-events:none;z-index:2}.ficha-overlay-bottom{position:absolute;bottom:0;left:0;right:0;height:44px;background:linear-gradient(to top,rgba(14,14,32,.7),transparent);pointer-events:none;z-index:2}.ficha-screenshot-caption{font-size:12px;color:#ffffff59;text-align:center;letter-spacing:.02em;z-index:1}@media (max-width: 1050px){.odonto-ficha-copy{align-items:center;text-align:center}.ficha-feat-item{text-align:left}}.odonto-cta-section{background:linear-gradient(180deg,#0f1623,#0c1220);padding:clamp(60px,8vw,100px) clamp(20px,5vw,80px);position:relative;overflow:hidden;text-align:center;border-top:1px solid rgba(56,189,248,.1)}.odonto-cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.odonto-cta-blob{position:absolute;border-radius:50%;filter:blur(80px)}.odonto-cta-blob--1{width:600px;height:600px;background:#38bdf814;top:-20%;left:50%;transform:translate(-50%)}.odonto-cta-blob--2{width:400px;height:400px;background:#f5a6230f;bottom:-10%;right:10%}.odonto-cta-inner{max-width:1400px;margin:0 auto;position:relative;z-index:1}.odonto-cta-title{font-size:clamp(1.8rem,4.5vw,2.6rem);font-weight:900;color:#fffffff2;line-height:1.2;letter-spacing:-.03em;margin-bottom:16px;margin-top:0}.odonto-cta-subtitle{font-size:clamp(1rem,1.8vw,1.1rem);color:#ffffffb8;line-height:1.65;margin-bottom:36px;margin-top:0}.odonto-cta-subtitle strong{color:#fffffff2;font-weight:700}.odonto-cta-actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:24px}.odonto-cta-primary{display:inline-flex;align-items:center;gap:10px;padding:18px 40px;background:linear-gradient(135deg,#f5a623,#ffb844);color:#1c1c36;font-size:16px;font-weight:800;text-decoration:none;border:none;border-radius:50px;cursor:pointer;transition:all .3s cubic-bezier(.22,1,.36,1);box-shadow:0 8px 24px #f5a6234d;letter-spacing:-.01em}.odonto-cta-primary:hover{box-shadow:0 16px 40px #f5a62373;transform:translateY(-2px)}.odonto-cta-primary:active{transform:translateY(0)}.odonto-cta-primary svg{width:18px;height:18px;stroke:#1c1c36;transition:transform .3s}.odonto-cta-primary:hover svg{transform:translate(4px)}.odonto-cta-secondary{display:inline-flex;align-items:center;padding:18px 36px;background:#38bdf81a;border:1.5px solid rgba(56,189,248,.25);color:#ffffffd9;font-size:16px;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s cubic-bezier(.22,1,.36,1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.odonto-cta-secondary:hover{background:#38bdf826;border-color:#38bdf866;color:#fffffff2}.odonto-cta-note{font-size:.88rem;color:#ffffff8c;line-height:1.6;margin:0}@media (max-width: 640px){.odonto-cta-actions{flex-direction:column;gap:12px}.odonto-cta-primary,.odonto-cta-secondary{width:100%;justify-content:center}}@media (max-width: 767px){.odonto-page .odonto-logo-group{margin-left:0;gap:8px}.odonto-page .pop-logo{height:28px}.odonto-page .odonto-logo-sep{height:15px}.odonto-page .odonto-logo-vertical-text{font-size:13px;letter-spacing:.06em}.odonto-page .header-container{padding:0 16px}.odonto-page .odonto-hero{padding-bottom:48px!important;min-height:100svh}.odonto-page .odonto-hero-content{text-align:left!important;gap:0!important;padding:0 20px}.odonto-page .odonto-hero-left{align-items:flex-start!important;text-align:left!important}.odonto-page .odonto-headline{font-size:clamp(1.85rem,7.5vw,2.4rem)!important;margin-bottom:12px}.odonto-page .odonto-headline-sub{font-size:clamp(.95rem,3.8vw,1.2rem)!important;margin-top:4px}.odonto-page .odonto-subheadline{text-align:left!important;margin-left:0!important;margin-right:0!important;font-size:.93rem!important;line-height:1.65!important;margin-bottom:20px}.odonto-page .odonto-ctas{flex-direction:column!important;gap:12px!important;width:100%;margin-bottom:20px}.odonto-page .odonto-cta-outline{width:100%;justify-content:center;padding:15px 24px;font-size:15px}.odonto-page .cta-secondary{width:100%;justify-content:center;padding:14px 24px;font-size:15px}.odonto-page .odonto-trust-row{justify-content:flex-start!important}.odonto-page .odonto-badge{font-size:10px;padding:5px 14px;margin-bottom:14px}.odonto-page .odonto-badge-tooth{font-size:12px}.odonto-page .odonto-hero-right,.odonto-page .scroll-indicator{display:none!important}.odonto-page .odonto-system-container,.odonto-page .odonto-agent-container,.odonto-page .odonto-cal-container,.odonto-page .odonto-ficha-container{gap:28px}.odonto-page .odonto-system-copy{order:2}.odonto-page .odonto-system-visual{order:1}.odonto-page .odonto-cal-copy{order:2}.odonto-page .odonto-cal-visual{order:1}.odonto-page .odonto-system-visual,.odonto-page .odonto-agent-visual,.odonto-page .odonto-cal-visual,.odonto-page .odonto-ficha-visual{margin-top:0}.odonto-page .system-screenshot-wrap,.odonto-page .agent-screenshot-wrap,.odonto-page .cal-screenshot-wrap,.odonto-page .ficha-screenshot-wrap{width:100%;cursor:default;border-radius:14px 14px 6px 6px}.odonto-page .screenshot-pan-viewport,.odonto-page .agent-pan-viewport,.odonto-page .cal-pan-viewport,.odonto-page .ficha-pan-viewport{aspect-ratio:16 / 8;cursor:default}.odonto-page .screenshot-pan-image,.odonto-page .agent-pan-image,.odonto-page .cal-pan-image,.odonto-page .ficha-pan-image{width:100%!important;height:100%!important;object-fit:cover;object-position:top left;transform:none!important}.odonto-page .system-screenshot-caption,.odonto-page .agent-screenshot-caption,.odonto-page .cal-screenshot-caption,.odonto-page .ficha-screenshot-caption{display:none}.odonto-page .odonto-system-copy,.odonto-page .odonto-agent-copy,.odonto-page .odonto-cal-copy,.odonto-page .odonto-ficha-copy{text-align:left;align-items:flex-start}}
