@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600&display=swap";:root{--bg:#fff;--bg-alt:#f8f9fa;--surface:#fff;--surface-alt:#f4f5f7;--surface-card:#f8f9fa;--primary-purple:#7c3aed;--primary-purple-hover:#6d28d9;--primary-purple-soft:#7c3aed14;--primary-purple-border:#7c3aed2e;--text-main:#111;--text-muted:#555;--text-subtle:#888;--border-subtle:#00000014;--border-strong:#00000026;--shadow-sm:0 4px 14px #0000000a;--shadow-md:0 10px 32px #0000000f;--shadow-lg:0 20px 48px #00000014}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}#root{overflow-x:hidden}body{background-color:var(--bg);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4{letter-spacing:-.04em;color:#111;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800}h1,h2,h3,h4,h5,h6{color:var(--text-main);letter-spacing:-.03em;font-family:Plus Jakarta Sans,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:Plus Jakarta Sans,sans-serif}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--primary-purple);border-radius:4px}.navbar-wrapper{z-index:100;pointer-events:none;justify-content:center;padding:1.5rem 1.5rem 0;display:flex;position:fixed;top:0;left:0;right:0}.navbar{pointer-events:auto;-webkit-backdrop-filter:blur(20px);background:#ffffffe6;border:1px solid #00000017;border-radius:999px;width:100%;max-width:1180px;padding:.85rem 1.25rem .85rem 2rem;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 36px #0000000d,0 2px 10px #00000005}.navbar.scrolled{background:#fffffff7;border-color:#0000001f;box-shadow:0 14px 42px #00000017}.navbar-inner{justify-content:space-between;align-items:center;gap:2.5rem;width:100%;display:flex}.logo{color:var(--text-main);letter-spacing:-.03em;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:800;display:flex}.logo-img{object-fit:contain;width:32px;height:32px}.logo-text{color:#121212;letter-spacing:-.04em;font-size:1.75rem;font-weight:900}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-links a{color:var(--text-muted);border-radius:999px;padding:.55rem 1.1rem;font-size:1.12rem;font-weight:600;transition:all .2s}.nav-links a:hover,.nav-links a.active{color:var(--primary-purple);background:var(--primary-purple-soft)}.nav-cta{background:var(--primary-purple-soft);color:var(--primary-purple);white-space:nowrap;border:1px solid #0000001a;border-radius:999px;justify-content:center;align-items:center;padding:.8rem 1.85rem;font-size:1.05rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #0000000d}.nav-cta:hover{background-color:#faf8f5;transform:translateY(-1px);box-shadow:0 8px 22px #0000001a}.hamburger{cursor:pointer;background:0 0;flex-direction:column;gap:5px;padding:6px;display:none}.hamburger span{background:var(--text-main);border-radius:2px;width:20px;height:2px;transition:all .3s;display:block}.hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=900px){.navbar-wrapper{padding:.85rem .85rem 0}.navbar{border-radius:999px;padding:.6rem 1rem .6rem 1.25rem}.logo-img{width:28px;height:28px}.logo-text{font-size:1.45rem}.hamburger{display:flex}.nav-cta{display:none}.nav-links{-webkit-backdrop-filter:blur(24px);opacity:0;pointer-events:none;background:#fffffffa;border:1px solid #00000014;border-radius:24px;flex-direction:column;justify-content:center;gap:.85rem;width:auto;padding:1.8rem 1.5rem;transition:all .35s cubic-bezier(.16,1,.3,1);position:fixed;top:5.2rem;left:1rem;right:1rem;transform:translateY(-12px);box-shadow:0 20px 50px #00000026}.nav-links.open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-links a{text-align:center;width:100%;padding:.75rem;font-size:1.1rem}}@media (width<=600px){.navbar-wrapper{padding:.5rem .5rem 0}.navbar{padding:.45rem .75rem .45rem 1rem}.logo{gap:.5rem}.logo-img{width:24px;height:24px}.logo-text{font-size:1.25rem}.nav-links{border-radius:20px;gap:.65rem;padding:1.25rem 1rem;top:4.2rem;left:.5rem;right:.5rem}.nav-links a{padding:.6rem;font-size:1rem}}.footer{background:var(--bg-alt);border-top:1px solid var(--border-subtle);margin-top:4rem;position:relative;overflow:hidden}.footer-inner{max-width:1150px;margin:0 auto;padding:4rem 1.5rem 2rem}.footer-top{border-bottom:1px solid var(--border-subtle);grid-template-columns:1.4fr 2fr;gap:4rem;padding-bottom:3rem;display:grid}.footer-logo{color:#121212;letter-spacing:-.04em;align-items:center;gap:.5rem;margin-bottom:.8rem;font-size:1.4rem;font-weight:800;display:flex}.footer-tagline{color:var(--text-muted);margin-bottom:1.5rem;font-size:.92rem;line-height:1.6}.footer-socials{gap:.75rem;display:flex}.footer-socials a{color:#121212;border:1px solid var(--border-subtle);background:#fff;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;box-shadow:0 2px 6px #00000008}.footer-socials a:hover{background:var(--primary-gold);border-color:var(--primary-gold);transform:translateY(-2px)}.footer-cols{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.footer-col h4{text-transform:uppercase;letter-spacing:.08em;color:#121212;margin-bottom:1.2rem;font-size:.82rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-col a{color:var(--text-muted);font-size:.9rem;transition:color .2s}.footer-col a:hover{color:#121212}.footer-bottom{color:var(--text-subtle);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}@media (width<=768px){.footer-top{grid-template-columns:1fr;gap:2.5rem}.footer-cols{grid-template-columns:repeat(2,1fr)}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}}.cs-widget-container{z-index:9999;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;position:fixed;bottom:24px;right:24px}.cs-prompt-pill{white-space:nowrap;color:#111;cursor:pointer;background:#fff;border:1px solid #7c3aed33;border-radius:30px;align-items:center;gap:10px;padding:10px 16px;font-size:13.5px;font-weight:600;transition:transform .2s,box-shadow .2s;animation:.4s cubic-bezier(.16,1,.3,1) csSlideUpFade;display:flex;position:absolute;bottom:70px;right:0;box-shadow:0 12px 32px #7c3aed2e,0 4px 12px #00000014}.cs-prompt-pill:hover{transform:translateY(-2px);box-shadow:0 16px 36px #7c3aed3d}.cs-prompt-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s infinite csPulseGreen;box-shadow:0 0 0 3px #22c55e33}.cs-prompt-close{color:#888;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:2px;font-size:12px;transition:color .2s,background .2s;display:flex}.cs-prompt-close:hover{color:#111;background:#0000000f}.cs-launcher-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed 0%,#4f46e5 100%);border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s,background .3s;display:flex;position:relative;box-shadow:0 10px 28px #7c3aed66,0 4px 10px #0000001a}.cs-launcher-btn:hover{transform:scale(1.08)rotate(3deg);box-shadow:0 14px 36px #7c3aed8c,0 6px 14px #00000026}.cs-launcher-btn:active{transform:scale(.95)}.cs-launcher-inner{justify-content:center;align-items:center;display:flex;position:relative}.cs-launcher-icon{font-size:26px;transition:transform .3s}.icon-close{font-size:22px;animation:.3s csRotateIn}.cs-online-indicator{background:#22c55e;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:-2px;right:-2px}.cs-badge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-10px;right:-10px;box-shadow:0 2px 6px #ef444466}.cs-modal-card{transform-origin:100% 100%;background:#fff;border:1px solid #00000014;border-radius:20px;flex-direction:column;width:380px;height:570px;max-height:calc(100vh - 110px);animation:.35s cubic-bezier(.16,1,.3,1) csPopIn;display:flex;position:absolute;bottom:76px;right:0;overflow:hidden;box-shadow:0 24px 60px #00000026,0 8px 24px #7c3aed1f}.cs-header{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#5b21b6 100%);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.cs-header-left{align-items:center;gap:12px;display:flex}.cs-back-btn{color:#fff;cursor:pointer;background:#ffffff2e;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:background .2s;display:flex}.cs-back-btn:hover{background:#ffffff4d}.cs-agent-avatar{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#fff3;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex;position:relative}.cs-agent-status-dot{background:#22c55e;border:2px solid #7c3aed;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.cs-header-info h4{color:#fff;margin:0;font-size:15px;font-weight:700;line-height:1.2}.cs-status-text{color:#ffffffd9;align-items:center;gap:5px;margin:2px 0 0;font-size:12px;display:flex}.cs-green-dot{background:#4ade80;border-radius:50%;width:6px;height:6px}.cs-close-btn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:background .2s;display:flex}.cs-close-btn:hover{background:#ffffff4d}.cs-body{background:#f8f9fa;flex-direction:column;flex:1;display:flex;overflow-y:auto}.cs-home-view{flex-direction:column;gap:16px;padding:18px;display:flex}.cs-welcome-card{background:#fff;border:1px solid #0000000f;border-radius:14px;padding:16px;box-shadow:0 4px 14px #00000008}.cs-welcome-badge{text-transform:uppercase;color:#7c3aed;background:#7c3aed14;border-radius:20px;align-items:center;gap:6px;margin-bottom:8px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.cs-welcome-card h3{color:#111;margin-bottom:4px;font-size:18px;font-weight:800}.cs-welcome-card p{color:#555;font-size:13px}.cs-actions-grid{flex-direction:column;gap:10px;display:flex}.cs-action-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #00000012;border-radius:14px;align-items:center;gap:12px;width:100%;padding:14px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.cs-action-card:hover{border-color:#7c3aed4d;transform:translateY(-2px);box-shadow:0 6px 18px #7c3aed14}.cs-action-card.primary{background:linear-gradient(135deg,#7c3aed0d 0%,#4f46e50d 100%);border-color:#7c3aed33}.cs-action-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;display:flex}.chat-icon{color:#7c3aed;background:#7c3aed1a}.email-icon{color:#3b82f6;background:#3b82f61a}.faq-icon{color:#f59e0b;background:#f59e0b1a}.cs-action-details h5{color:#111;margin:0;font-size:14px;font-weight:700}.cs-action-details p{color:#666;margin:2px 0 0;font-size:11.5px}.cs-arrow-icon{color:#999;margin-left:auto;font-size:12px;transition:transform .2s,color .2s}.cs-action-card:hover .cs-arrow-icon{color:#7c3aed;transform:translate(3px)}.cs-direct-contact{background:#fff;border:1px solid #0000000f;border-radius:14px;padding:14px}.cs-section-title{text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:10px;font-size:11px;font-weight:700}.cs-channels{grid-template-columns:1fr 1fr;gap:10px;display:grid}.cs-channel-btn{border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:9px;font-size:13px;font-weight:600;text-decoration:none;transition:transform .2s,opacity .2s;display:flex}.cs-channel-btn.whatsapp{color:#fff;background:#25d366}.cs-channel-btn.phone{color:#fff;background:#111}.cs-channel-btn:hover{opacity:.9;transform:translateY(-1px)}.cs-chat-view{flex-direction:column;height:100%;display:flex}.cs-messages-area{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.cs-chat-notice{color:#666;background:#00000008;border-radius:20px;align-self:center;align-items:center;gap:6px;padding:6px 12px;font-size:11px;display:flex}.cs-chat-bubble-row{gap:10px;max-width:85%;display:flex}.cs-chat-bubble-row.user{flex-direction:row-reverse;align-self:flex-end}.cs-chat-bubble-row.bot{align-self:flex-start}.cs-bot-avatar{color:#fff;background:#7c3aed;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:4px;font-size:13px;display:flex}.cs-chat-bubble{background:#fff;border:1px solid #0000000d;border-radius:14px;padding:10px 14px;box-shadow:0 2px 8px #0000000a}.cs-chat-bubble-row.user .cs-chat-bubble{color:#fff;background:#7c3aed;border:none}.cs-chat-bubble p{margin:0;font-size:13px;line-height:1.45}.cs-msg-time{opacity:.65;text-align:right;margin-top:4px;font-size:10px;display:block}.cs-chat-bubble.typing{align-items:center;gap:4px;padding:12px 16px;display:flex}.cs-chat-bubble.typing .dot{background:#7c3aed;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite csBounce}.cs-chat-bubble.typing .dot:nth-child(2){animation-delay:.2s}.cs-chat-bubble.typing .dot:nth-child(3){animation-delay:.4s}.cs-chat-input-form{background:#fff;border-top:1px solid #00000014;gap:8px;padding:12px 14px;display:flex}.cs-chat-input-form input{border:1px solid #0000001f;border-radius:20px;outline:none;flex:1;padding:10px 14px;font-family:inherit;font-size:13px;transition:border-color .2s}.cs-chat-input-form input:focus{border-color:#7c3aed}.cs-send-btn{color:#fff;cursor:pointer;background:#7c3aed;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;transition:background .2s,transform .1s;display:flex}.cs-send-btn:disabled{cursor:not-allowed;background:#ccc}.cs-send-btn:not(:disabled):hover{background:#6d28d9;transform:scale(1.05)}.cs-ticket-view{padding:18px}.cs-ticket-form h4{color:#111;font-size:16px;font-weight:700}.cs-ticket-subtitle{color:#666;margin-bottom:16px;font-size:12px}.cs-input-group{flex-direction:column;gap:5px;margin-bottom:12px;display:flex}.cs-input-group label{color:#333;font-size:12px;font-weight:600}.cs-input-group input,.cs-input-group textarea{border:1px solid #0000001f;border-radius:8px;outline:none;padding:9px 12px;font-family:inherit;font-size:13px;transition:border-color .2s}.cs-input-group input:focus,.cs-input-group textarea:focus{border-color:#7c3aed}.cs-button-primary{color:#fff;cursor:pointer;background:#7c3aed;border:none;border-radius:10px;width:100%;padding:11px;font-size:14px;font-weight:600;transition:background .2s}.cs-button-primary:hover{background:#6d28d9}.cs-ticket-success{text-align:center;padding:30px 10px}.success-icon{color:#22c55e;margin-bottom:12px;font-size:48px}.cs-ticket-success h4{color:#111;margin-bottom:8px;font-size:18px}.cs-ticket-success p{color:#666;margin-bottom:20px;font-size:13px}.cs-faqs-view{padding:18px}.cs-faqs-view h4{color:#111;font-size:16px;font-weight:700}.cs-faqs-subtitle{color:#666;margin-bottom:14px;font-size:12px}.cs-accordion{flex-direction:column;gap:8px;display:flex}.cs-accordion-item{background:#fff;border:1px solid #00000014;border-radius:10px;overflow:hidden}.cs-accordion-header{text-align:left;color:#111;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:12px 14px;font-size:13px;font-weight:600;display:flex}.cs-accordion-body{color:#555;border-top:1px dashed #0000000f;padding:8px 14px 12px;font-size:12.5px;line-height:1.45}.cs-faq-footer{border-top:1px solid #00000014;justify-content:space-between;align-items:center;margin-top:16px;padding-top:14px;display:flex}.cs-faq-footer p{color:#666;font-size:12px}.cs-text-btn{color:#7c3aed;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;font-size:12.5px;font-weight:600;display:flex}.cs-text-btn:hover{text-decoration:underline}.cs-footer{color:#777;background:#fff;border-top:1px solid #0000000f;justify-content:space-between;align-items:center;padding:10px 16px;font-size:11px;display:flex}.cs-footer-badge{color:#16a34a;align-items:center;gap:4px;font-weight:600;display:flex}@keyframes csPopIn{0%{opacity:0;transform:scale(.85)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes csSlideUpFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes csRotateIn{0%{transform:rotate(-90deg)scale(.6)}to{transform:rotate(0)scale(1)}}@keyframes csPulseGreen{0%{box-shadow:0 0 #22c55e66}70%{box-shadow:0 0 0 8px #22c55e00}to{box-shadow:0 0 #22c55e00}}@keyframes csBounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media (width<=600px){.cs-widget-container{bottom:14px;right:14px}.cs-modal-card{border-radius:20px;width:calc(100vw - 24px);height:min(520px,100vh - 90px);max-height:85vh;bottom:68px;right:0}}.hero{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;max-width:1280px;min-height:auto;margin:0 auto;padding:16.5rem 1.5rem 11rem;display:flex;position:relative;overflow:hidden}.hero-purple-glow{filter:blur(50px);pointer-events:none;z-index:1;background:radial-gradient(#7c3aed24 0%,#9333ea0d 45%,#0000 70%);width:650px;max-width:100%;height:350px;position:absolute;top:15%;left:50%;transform:translate(-50%)}.floating-hero-badge{z-index:10;-webkit-backdrop-filter:blur(12px);pointer-events:auto;background:#ffffffe6;border:1px solid #7c3aed2e;border-radius:16px;align-items:center;gap:.75rem;padding:.75rem 1.1rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;box-shadow:0 12px 32px #7c3aed1a,0 2px 8px #0000000a}.floating-hero-badge:hover{background:#fff;border-color:#7c3aed66;box-shadow:0 18px 44px #7c3aed33;transform:translateY(-5px)scale(1.04)!important}.float-top-left{animation:5.5s ease-in-out infinite alternate floatAnim1;top:18%;left:2%}.float-top-right{animation:6.5s ease-in-out infinite alternate floatAnim2;top:22%;right:2%}.float-bottom-left{animation:5.8s ease-in-out infinite alternate floatAnim3;bottom:14%;left:3%}.float-bottom-right{animation:7s ease-in-out infinite alternate floatAnim1;bottom:18%;right:3%}@keyframes floatAnim1{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-14px)rotate(1.2deg)}to{transform:translateY(0)rotate(0)}}@keyframes floatAnim2{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-18px)rotate(-1.5deg)}to{transform:translateY(0)rotate(0)}}@keyframes floatAnim3{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-12px)rotate(1deg)}to{transform:translateY(0)rotate(0)}}.badge-icon{justify-content:center;align-items:center;font-size:1.25rem;display:flex}.badge-details{text-align:left;flex-direction:column;display:flex}.badge-title{color:#111;margin-bottom:2px;font-size:.82rem;font-weight:700;line-height:1.1}.badge-status{align-items:center;gap:4px;font-size:.72rem;font-weight:600;display:flex}.status-green{color:#16a34a}.status-purple{color:#7c3aed}.status-amber{color:#d97706}.status-blue{color:#2563eb}.pulse-dot{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:1.5s infinite pulseDot;box-shadow:0 0 8px #22c55e}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.3)}}.hero-orb{filter:blur(50px);pointer-events:none;border-radius:50%;position:absolute}.hero-orb.orb-1{background:#7c3aed14;width:300px;height:300px;animation:8s ease-in-out infinite alternate floatAnim2;top:10%;left:6%}.hero-orb.orb-2{background:#9333ea14;width:260px;height:260px;animation:9s ease-in-out infinite alternate floatAnim1;bottom:10%;right:6%}.hero-content{z-index:2;flex-direction:column;align-items:center;max-width:980px;margin:0 auto;display:flex;position:relative}.hero-title{letter-spacing:-.05em;color:#111;margin-bottom:1.5rem;font-size:clamp(3.4rem,7.5vw,6.2rem);font-weight:900;line-height:1.02;animation:.9s cubic-bezier(.16,1,.3,1) both heroTitleReveal}.animated-hero-text{letter-spacing:-.05em;background:linear-gradient(120deg,#111 0%,#7c3aed 28%,#9333ea 52%,#4f46e5 76%,#111 100%) 0 0/240%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:900;animation:4.5s ease-in-out infinite alternate shinyText;display:inline-block}@keyframes heroTitleReveal{0%{opacity:0;filter:blur(6px);transform:translateY(32px)scale(.97)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes shinyText{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.hero-desc{color:var(--text-muted);max-width:600px;margin:0 auto 2.2rem;font-size:clamp(1.05rem,2vw,1.35rem);font-weight:400;line-height:1.5;animation:.6s .1s both fadeUp}.hero-actions{justify-content:center;align-items:center;gap:1rem;margin-bottom:2.5rem;animation:.6s .2s both fadeUp;display:flex}.btn-primary{color:#111;background-color:#fff;border:1px solid #0000001f;border-radius:12px;justify-content:center;align-items:center;padding:.85rem 2.2rem;font-size:1rem;font-weight:600;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 14px #0000000d}.btn-primary:hover{background-color:#f8f9fa;transform:translateY(-2px);box-shadow:0 8px 22px #00000014}.btn-secondary{background-color:var(--primary-purple);color:#fff;border-radius:12px;justify-content:center;align-items:center;padding:.85rem 2rem;font-size:1rem;font-weight:600;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 16px #7c3aed4d}.btn-secondary:hover{background-color:var(--primary-purple-hover);transform:translateY(-2px);box-shadow:0 8px 24px #7c3aed73}.hero-trust{color:var(--text-subtle);font-size:.9rem;font-weight:500;animation:.6s .3s both fadeUp}.hero-scroll-btn{z-index:10;width:46px;height:46px;color:var(--primary-purple);background-color:#fff;border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:flex;position:absolute;bottom:2.5rem;left:2rem;box-shadow:0 6px 20px #0000000d}.hero-scroll-btn:hover{background-color:#f8f9fa;transform:translateY(3px);box-shadow:0 8px 24px #00000014}.hero-sphere-wrapper{pointer-events:none;z-index:5;justify-content:center;width:100%;max-width:760px;margin:3rem auto 1rem;display:flex;position:relative}.hero-sphere{will-change:transform;background:radial-gradient(circle at 35% 30%,#fff 0%,#f5f6fa 45%,#e5e8f0 85%,#d4d9e4 100%);border:2px solid #7c3aed33;border-radius:50%;justify-content:center;align-items:center;width:480px;max-width:100%;height:480px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #7c3aed1f,inset -12px -18px 36px #7c3aed12,inset 12px 12px 24px #fffffff2}.sphere-grid-line{pointer-events:none;position:absolute}.sphere-grid-line.line-1{border:1.5px dashed #7c3aed59;border-radius:50%;width:100%;height:60%;top:20%;transform:rotate(15deg)}.sphere-grid-line.line-2{border:1.5px dashed #7c3aed4d;border-radius:50%;width:60%;height:100%;left:20%;transform:rotate(-30deg)}.sphere-grid-line.line-3{border:1.5px solid #7c3aed38;border-radius:50%;width:88%;height:88%}.sphere-stats-container{z-index:10;will-change:transform;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;max-width:360px;padding:1.5rem;display:grid}.sphere-stat-card{-webkit-backdrop-filter:blur(12px);text-align:center;background:#ffffffd9;border:1px solid #7c3aed2e;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;padding:.9rem .75rem;transition:all .25s;display:flex;box-shadow:0 6px 20px #0000000a,0 2px 6px #7c3aed0f}.sphere-stat-card:hover{background:#fffffff2;border-color:#7c3aed59;transform:translateY(-2px);box-shadow:0 8px 24px #7c3aed1f}.sphere-stat-value{color:var(--primary-purple);letter-spacing:-.02em;margin-bottom:.2rem;font-size:1.4rem;font-weight:800;line-height:1.1}.sphere-stat-label{color:#333;font-size:.75rem;font-weight:600;line-height:1.25}.stats-section{z-index:2;padding:4rem 1.5rem;position:relative}.stats-inner{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1100px;margin:0 auto;display:grid}.stat-item{border:1px solid var(--border-subtle);text-align:center;box-shadow:var(--shadow-sm);background:#fff;border-radius:20px;padding:2rem 1.5rem;transition:all .3s}.stat-item:hover{box-shadow:var(--shadow-md);border-color:var(--border-strong);transform:translateY(-3px)}.stat-value{color:var(--primary-purple);letter-spacing:-.03em;margin-bottom:.4rem;font-size:2.2rem;font-weight:800;line-height:1.1}.stat-label{color:var(--text-muted);font-size:.9rem;font-weight:500}.section-inner{max-width:1150px;margin:0 auto;padding:6rem 1.5rem}.section-header{text-align:center;max-width:640px;margin:0 auto 3.5rem}.section-tag{text-transform:uppercase;letter-spacing:.1em;color:var(--primary-purple);background:var(--primary-purple-soft);border:1px solid var(--primary-purple-border);border-radius:999px;margin-bottom:1rem;padding:.35rem .9rem;font-size:.78rem;font-weight:700;display:inline-block;box-shadow:0 2px 8px #7c3aed1f}.section-header h2{color:#111;letter-spacing:-.04em;margin-bottom:.8rem;font-size:clamp(2rem,3.8vw,2.75rem);font-weight:800;line-height:1.1}.section-header p{color:var(--text-muted);font-size:1.05rem;line-height:1.6}.features-section{padding:4rem 0 6rem;position:relative}.features-zigzag-container{flex-direction:column;gap:5.5rem;margin-top:4rem;display:flex}.feature-zigzag-row{opacity:0;will-change:opacity, transform;grid-template-columns:1fr 1fr;align-items:center;gap:4.5rem;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);display:grid;transform:translateY(50px)scale(.97)}.feature-zigzag-row.in-view{opacity:1;transform:translateY(0)scale(1)}.feature-zigzag-row .feature-content-side{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1) .15s,transform .8s cubic-bezier(.16,1,.3,1) .15s;transform:translate(-40px)}.feature-zigzag-row .feature-visual-side{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1) .25s,transform .8s cubic-bezier(.16,1,.3,1) .25s;transform:translate(40px)}.feature-zigzag-row.reverse .feature-content-side{order:2;transform:translate(40px)}.feature-zigzag-row.reverse .feature-visual-side{order:1;transform:translate(-40px)}.feature-zigzag-row.in-view .feature-content-side,.feature-zigzag-row.in-view .feature-visual-side{opacity:1;transform:translate(0)}.feature-content-side{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.feature-tag-badge{text-transform:uppercase;letter-spacing:.08em;color:var(--primary-purple);background:var(--primary-purple-soft);border:1px solid var(--primary-purple-border);border-radius:999px;align-items:center;gap:.55rem;margin-bottom:1.1rem;padding:.4rem .95rem;font-size:.78rem;font-weight:700;display:inline-flex}.badge-icon-sm{justify-content:center;align-items:center;font-size:1rem;display:flex}.feature-content-side h3{color:#111;letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2rem,3.2vw,2.6rem);font-weight:800;line-height:1.15}.feature-content-side p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.65}.feature-highlights-list{flex-direction:column;gap:.7rem;list-style:none;display:flex}.feature-highlights-list li{color:#222;align-items:center;gap:.75rem;font-size:.95rem;font-weight:600;display:flex}.check-icon{background:var(--primary-purple-soft);width:22px;height:22px;color:var(--primary-purple);border:1px solid var(--primary-purple-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:800;display:flex}.feature-visual-side{width:100%}.feature-mockup-card{background:#fff;border:1px solid #7c3aed29;border-radius:26px;padding:2rem;transition:all .35s cubic-bezier(.16,1,.3,1);position:relative;box-shadow:0 20px 48px #7c3aed14,0 2px 8px #00000008}.feature-mockup-card:hover{border-color:#7c3aed52;transform:translateY(-6px);box-shadow:0 28px 60px #7c3aed29}.mockup-header{border-bottom:1px solid #7c3aed1a;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.mockup-title{color:#111;font-size:.95rem;font-weight:700}.mockup-badge{color:var(--primary-purple);background:var(--primary-purple-soft);border:1px solid var(--primary-purple-border);border-radius:999px;padding:.35rem .85rem;font-size:.78rem;font-weight:700}.mockup-body{flex-direction:column;gap:.85rem;display:flex}.mockup-item-row{background:#f8f9fc;border:1px solid #0000000a;border-radius:16px;justify-content:space-between;align-items:center;padding:.95rem 1.2rem;transition:all .25s;display:flex}.mockup-item-row:hover{background:#f4f5fb;transform:translate(3px)}.mockup-item-left{align-items:center;gap:.85rem;display:flex}.mockup-item-icon{font-size:1.2rem}.mockup-item-label{color:#111;font-size:.9rem;font-weight:600}.mockup-item-status{background:#ffffffd9;border-radius:8px;padding:.3rem .7rem;font-size:.8rem;font-weight:700;box-shadow:0 2px 6px #00000008}@media (width<=900px){.feature-zigzag-row{grid-template-columns:1fr;gap:2.5rem}.feature-zigzag-row.reverse .feature-content-side{order:1}.feature-zigzag-row.reverse .feature-visual-side{order:2}}.about-section{position:relative}.about-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.about-card-1{border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm);background:#fff;border-radius:22px;padding:2.2rem;transition:all .3s}.about-card-1:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.about-card-1 h3{color:#111;margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.about-card-1 p{color:var(--text-muted);font-size:.94rem;line-height:1.6}.faq-section{position:relative}.faq-accordion{flex-direction:column;gap:.75rem;max-width:780px;margin:0 auto;display:flex}.faq-item{border:1px solid var(--border-subtle);background:#fff;border-radius:16px;transition:all .3s cubic-bezier(.16,1,.3,1);overflow:hidden;box-shadow:0 2px 8px #00000005}.faq-item:hover{border-color:var(--primary-purple-border);box-shadow:0 4px 16px #7c3aed0f}.faq-item.faq-open{border-color:#7c3aed4d;box-shadow:0 8px 24px #7c3aed14}.faq-question{cursor:pointer;color:#111;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.25rem 1.5rem;font-family:Plus Jakarta Sans,sans-serif;font-size:1.05rem;font-weight:700;line-height:1.4;transition:color .2s;display:flex}.faq-item.faq-open .faq-question{color:var(--primary-purple)}.faq-chevron{background:var(--primary-purple-soft);width:32px;height:32px;color:var(--primary-purple);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;transition:all .3s;display:flex}.faq-item.faq-open .faq-chevron{background:var(--primary-purple);color:#fff}.faq-answer-wrapper{max-height:0;transition:max-height .35s cubic-bezier(.16,1,.3,1);overflow:hidden}.faq-answer{color:var(--text-muted);padding:0 1.5rem 1.25rem;font-size:.98rem;line-height:1.65}.download-section{padding:4rem 1.5rem 6rem}.download-box{color:#fff;text-align:center;box-shadow:var(--shadow-lg);background:#181716;border-radius:32px;padding:5.5rem 3.5rem}.download-text h2{color:#fff;letter-spacing:-.04em;margin-bottom:1.25rem;font-size:clamp(2.8rem,5.5vw,4.4rem);font-weight:900;line-height:1.06}.download-text p{color:#b5b0a8;max-width:640px;margin:0 auto;font-size:1.2rem;line-height:1.6}.download-cta-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;margin-top:2.2rem;display:flex}.btn-cta-purple{background-color:var(--primary-purple,#7c3aed);color:#fff;border-radius:14px;justify-content:center;align-items:center;padding:.95rem 2.4rem;font-size:1.05rem;font-weight:700;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 8px 24px #7c3aed66}.btn-cta-purple:hover{background-color:#6d28d9;transform:translateY(-2px);box-shadow:0 12px 30px #7c3aed8c}.btn-cta-outline{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#ffffff14;border:1px solid #ffffff38;border-radius:14px;justify-content:center;align-items:center;padding:.95rem 2.4rem;font-size:1.05rem;font-weight:700;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-cta-outline:hover{background-color:#ffffff29;border-color:#fff6;transform:translateY(-2px)}.overview-section{padding:2rem 0 4rem;position:relative}.overview-main-title{color:#111;letter-spacing:-.04em;text-align:left;margin-bottom:3.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}.overview-grid-container{grid-template-columns:220px 1.25fr 1fr;align-items:center;gap:3.5rem;display:grid}.overview-sidebar{flex-direction:column;display:flex}.overview-tabs{flex-direction:column;gap:.6rem;list-style:none;display:flex}.overview-tab-btn{text-align:left;color:#888;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:.75rem;width:100%;padding:.65rem .85rem;font-size:1.05rem;font-weight:500;transition:all .25s;display:flex}.overview-tab-btn:hover{color:#111;background:#00000008}.overview-tab-btn.active{color:#111;background:#0000000d;font-weight:700}.tab-dot{opacity:0;background:#111;border-radius:50%;flex-shrink:0;width:8px;height:8px;transition:opacity .25s}.overview-tab-btn.active .tab-dot{opacity:1}.overview-mockup-wrapper{justify-content:center;align-items:center;min-height:400px;padding:1.5rem 1rem;display:flex;position:relative}.overview-floating-badge{z-index:10;background:#fff;border:1px solid #00000014;border-radius:18px;align-items:center;gap:.85rem;padding:.75rem 1.2rem;animation:.4s both fadeUp;display:flex;position:absolute;top:0;right:10px;box-shadow:0 14px 40px #0000001f,0 2px 8px #0000000a}.badge-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex}.badge-text{color:#111;letter-spacing:-.01em;font-size:.88rem;font-weight:600}.overview-dashboard-card{color:#fff;background:#1c1b1a;border:1px solid #ffffff14;border-radius:24px;width:100%;max-width:420px;padding:1.6rem;transition:all .3s;box-shadow:0 24px 60px #0000002e}.dash-topbar{border-bottom:1px solid #ffffff14;align-items:center;gap:.85rem;margin-bottom:1.25rem;padding-bottom:.85rem;display:flex}.dash-dots{gap:6px;display:flex}.dash-dots span{border-radius:50%;width:10px;height:10px}.dash-dots span:first-child{background:#ff5f57}.dash-dots span:nth-child(2){background:#febc2e}.dash-dots span:nth-child(3){background:#28c840}.dash-title{color:#aaa;font-size:.82rem;font-weight:500}.dash-device-row{background:#ffffff0a;border:1px solid #ffffff0d;border-radius:14px;justify-content:space-between;align-items:center;margin-bottom:.65rem;padding:.8rem 1rem;transition:all .25s;display:flex}.dash-device-icon{margin-right:.75rem;font-size:1.1rem}.dash-device-name{color:#eee;flex:1;font-size:.88rem;font-weight:500}.dash-device-status{background:#ffffff0f;border-radius:8px;padding:.25rem .65rem;font-size:.76rem;font-weight:700}.overview-floating-chart{z-index:10;color:#fff;background:#252423;border:1px solid #ffffff1a;border-radius:22px;flex-direction:column;align-items:center;gap:.75rem;width:170px;padding:1.35rem 1.5rem;animation:.5s both fadeUp;display:flex;position:absolute;bottom:-20px;right:0;box-shadow:0 20px 48px #00000047}.chart-donut-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.chart-center-val{color:#fff;font-size:.85rem;font-weight:800;position:absolute}.chart-label{color:#aaa;text-align:center;font-size:.78rem;font-weight:600}.overview-info{text-align:left}.overview-info h3{color:#111;letter-spacing:-.04em;margin-bottom:1.25rem;font-size:clamp(2.2rem,3.8vw,3.2rem);font-weight:800;line-height:1.08}.overview-info p{color:#555;margin-bottom:2.2rem;font-size:1.08rem;line-height:1.65}.overview-action-btn{color:#fff;background:#1c1b1a;border-radius:999px;align-items:center;gap:.85rem;padding:.9rem 1.75rem;font-size:.96rem;font-weight:600;transition:all .25s;display:inline-flex;box-shadow:0 8px 24px #0000001f}.overview-action-btn:hover{background:#2d2c2a;transform:translateY(-2px);box-shadow:0 12px 30px #0003}.overview-action-btn .arrow{transition:transform .25s}.overview-action-btn:hover .arrow{transform:translate(4px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.overview-grid-container{grid-template-columns:1fr;gap:3rem}.overview-sidebar{-webkit-overflow-scrolling:touch;padding-bottom:.5rem;overflow-x:auto}.overview-tabs{white-space:nowrap;flex-direction:row;gap:.75rem}.overview-tab-btn{background:#0000000a;padding:.65rem 1.15rem}.stats-inner{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:1fr}}@media (width<=768px){.hero{min-height:auto;padding-top:6.5rem;padding-bottom:3.5rem}.hero-title{font-size:clamp(2.2rem,7.5vw,3.6rem);line-height:1.05}.hero-sphere{aspect-ratio:1;width:100%;max-width:360px;height:auto}.hero-desc{margin-bottom:1.75rem;font-size:1rem}.floating-hero-badge{display:none}.overview-section{padding:2rem 0;overflow:hidden}.overview-main-title{margin-bottom:2rem;font-size:2.2rem}.overview-mockup-wrapper{box-sizing:border-box;width:100%;max-width:100%;min-height:auto;padding:0;overflow:hidden}.overview-floating-badge{box-sizing:border-box;width:100%;margin:0 auto 1.25rem;position:relative;top:auto;right:auto}.overview-dashboard-card{box-sizing:border-box;max-width:100%}.dash-device-name{font-size:.8rem}.overview-floating-chart{box-sizing:border-box;width:100%;margin:1.25rem auto 0;position:relative;bottom:auto;right:auto}.features-zigzag-container{gap:3.5rem;margin-top:2.5rem}.feature-zigzag-row{grid-template-columns:1fr;gap:2rem}.feature-zigzag-row.reverse .feature-content-side{order:1}.feature-zigzag-row.reverse .feature-visual-side{order:2}.feature-content-side h3{font-size:1.85rem}.download-box{border-radius:24px;padding:3rem 1.5rem}.download-text h2{font-size:clamp(2rem,7.5vw,3.2rem)}.download-cta-actions{flex-direction:column;gap:.85rem;width:100%}.btn-cta-purple,.btn-cta-outline{text-align:center;width:100%}}@media (width<=600px){.hero{padding-top:5.5rem;padding-bottom:2.5rem}.hero-title{letter-spacing:-.03em;font-size:clamp(1.85rem,7.5vw,2.6rem)}.hero-sphere{aspect-ratio:1;width:100%;max-width:300px;height:auto}.hero-orb{display:none}.hero-desc{margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.hero-actions{flex-direction:column;gap:.75rem;width:100%}.btn-primary,.btn-secondary{text-align:center;box-sizing:border-box;width:100%;padding:.85rem 1.25rem;font-size:.95rem}.hero-trust{margin-top:1.5rem;font-size:.82rem}.section-inner{padding:3.5rem 1rem}.section-header h2{font-size:clamp(1.75rem,6.5vw,2.3rem)}.overview-main-title{margin-bottom:1.5rem;font-size:1.75rem}.overview-tab-btn{padding:.5rem .85rem;font-size:.88rem}.dash-device-row{gap:.4rem;padding:.6rem .65rem}.dash-device-name{font-size:.76rem}.dash-device-status{padding:.2rem .45rem;font-size:.68rem}.feature-content-side h3{font-size:1.55rem}.feature-content-side p{font-size:.94rem}.feature-highlights-list li{font-size:.88rem}.download-box{border-radius:20px;padding:2.2rem 1.1rem}.download-text h2{margin-bottom:.85rem;font-size:clamp(1.65rem,6.5vw,2.3rem)}.download-text p{font-size:.95rem}.btn-cta-purple,.btn-cta-outline{box-sizing:border-box;width:100%;padding:.85rem 1rem;font-size:.95rem}}@media (width<=400px){.hero-title{font-size:1.75rem}.section-header h2{font-size:1.6rem}.overview-dashboard-card,.feature-mockup-card{border-radius:16px;padding:1rem .65rem}.mockup-item-row{padding:.6rem .65rem}.mockup-item-label{font-size:.78rem}.mockup-item-status{padding:.2rem .4rem;font-size:.7rem}}.dotted-globe-section{color:#111;width:100%;max-width:1240px;box-shadow:none;background:0 0;border:none;flex-direction:column;align-items:center;margin:3rem auto 5rem;padding:4rem 2rem 0;display:flex;position:relative;overflow:hidden}.globe-ambient-glow{filter:blur(80px);pointer-events:none;z-index:1;background:radial-gradient(circle,#7c3aed1f 0%,#9333ea08 50%,#0000 75%);width:780px;max-width:100%;height:780px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.globe-section-header{text-align:center;z-index:3;max-width:680px;margin-bottom:2rem;position:relative}.globe-section-header h2{color:#111;letter-spacing:-.04em;margin-top:.8rem;margin-bottom:.85rem;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800;line-height:1.1}.globe-section-header p{color:var(--text-muted,#555);font-size:1.1rem;line-height:1.6}.globe-container{z-index:2;justify-content:center;align-items:center;width:100%;max-width:1180px;min-height:640px;display:flex;position:relative}.globe-canvas{cursor:grab;touch-action:none;display:block}.globe-canvas:active{cursor:grabbing}.globe-node-marker{pointer-events:none;z-index:5;transition:opacity .2s;position:absolute}.node-icon-badge{color:#fff;z-index:2;background:linear-gradient(135deg,#7c3aed 0%,#6d28d9 100%);border:1.8px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:relative;box-shadow:0 0 20px #7c3aed8c,0 2px 8px #0000001f}.node-pulse-ring{z-index:1;border:1.5px solid #7c3aed80;border-radius:50%;width:50px;height:50px;animation:2.2s ease-out infinite nodePulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes nodePulse{0%{opacity:.95;width:36px;height:36px}to{opacity:0;width:68px;height:68px}}.globe-callout{z-index:10;-webkit-backdrop-filter:blur(14px);background:#fffffff0;border:1px solid #7c3aed33;border-radius:6px;max-width:290px;padding:1.25rem 1.6rem;transition:all .3s;position:absolute;box-shadow:0 14px 36px #7c3aed1f,0 2px 10px #0000000a}.callout-left{top:28%;left:1%}.callout-right{top:42%;right:1%}.callout-text{color:#7c3aed;letter-spacing:-.01em;margin:0;font-size:.95rem;font-weight:600;line-height:1.5}.corner-bracket{pointer-events:none;border-color:#7c3aed;width:12px;height:12px;position:absolute}.corner-bracket.tl{border-top:2.2px solid #7c3aed;border-left:2.2px solid #7c3aed;top:-1px;left:-1px}.corner-bracket.tr{border-top:2.2px solid #7c3aed;border-right:2.2px solid #7c3aed;top:-1px;right:-1px}.corner-bracket.bl{border-bottom:2.2px solid #7c3aed;border-left:2.2px solid #7c3aed;bottom:-1px;left:-1px}.corner-bracket.br{border-bottom:2.2px solid #7c3aed;border-right:2.2px solid #7c3aed;bottom:-1px;right:-1px}.globe-telemetry-bar{z-index:3;background:#f8f9fa;border-top:1px solid #0000000f;border-radius:24px;width:100%;margin-top:2.5rem}.telemetry-inner{grid-template-columns:repeat(3,1fr);max-width:1240px;margin:0 auto;display:grid}.telemetry-col{border-right:1px solid #7c3aed1a;flex-direction:column;justify-content:flex-start;padding:2.8rem 2.4rem;display:flex}.telemetry-col:last-child{border-right:none}.telemetry-header{align-items:center;gap:.65rem;margin-bottom:.75rem;display:flex}.telemetry-icon{font-size:1.2rem}.telemetry-title{color:#111;letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.25rem;font-weight:800}.telemetry-header .telemetry-title{margin-bottom:0}.telemetry-desc{color:#555;font-size:.96rem;font-weight:400;line-height:1.6}@media (width<=1024px){.dotted-globe-section{margin:2rem auto 3rem;padding:3rem 1rem 0;overflow:hidden}.globe-ambient-glow{width:100%;max-width:400px;height:400px}.globe-callout{display:none}.globe-container{flex-direction:column;max-width:100%;min-height:440px;overflow:hidden}.telemetry-inner{grid-template-columns:1fr}.telemetry-col{border-bottom:1px solid #7c3aed1a;border-right:none;padding:1.25rem 1rem}.telemetry-col:last-child{border-bottom:none}}@media (width<=480px){.globe-container{min-height:360px}}.about{padding-top:4rem}.about-hero{text-align:center;padding:6.5rem 1.5rem 4rem;position:relative;overflow:hidden}.about-hero-bg{pointer-events:none;position:absolute;inset:0}.about-hero-content{z-index:1;max-width:820px;margin:0 auto;position:relative}.about-hero-content h1{letter-spacing:-.04em;color:#111;margin:1.2rem 0 1.5rem;font-size:clamp(2.4rem,5.5vw,4.2rem);font-weight:800;line-height:1.08}.about-hero-content p{color:var(--text-muted);max-width:620px;margin:0 auto;font-size:1.1rem;line-height:1.65}.mission-banner{background:var(--surface);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);text-align:center;padding:4rem 1.5rem}.mission-inner{max-width:780px;margin:0 auto}.mission-inner blockquote{color:#111;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:700;line-height:1.45;position:relative}.mission-inner cite{color:var(--text-muted);font-size:.95rem;font-style:normal;font-weight:600}.values-section{position:relative}.values-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.value-card{border:1px solid var(--border-subtle);text-align:left;box-shadow:var(--shadow-sm);background:#fff;border-radius:22px;padding:2.2rem 1.8rem;transition:all .3s cubic-bezier(.16,1,.3,1)}.value-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary-purple-border);transform:translateY(-4px)}.value-icon{background:var(--primary-purple-soft);width:48px;height:48px;color:var(--primary-purple);border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.2rem;font-size:1.5rem;display:flex}.value-card h3{color:#111;margin-bottom:.6rem;font-size:1.15rem;font-weight:700}.value-card p{color:var(--text-muted);font-size:.92rem;line-height:1.6}.about-cta{padding-bottom:5rem}.cta-box{color:#fff;text-align:center;box-shadow:var(--shadow-lg);background:#181716;border-radius:28px;padding:4rem 3rem}.cta-box h2{color:#fff;letter-spacing:-.03em;max-width:580px;margin:0 auto .8rem;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800}.cta-box p{color:#b5b0a8;margin-bottom:2.2rem;font-size:1.05rem}.cta-actions{justify-content:center;align-items:center;gap:1.2rem;display:flex}.btn-primary-about{color:#111;background-color:#fff;border:1px solid #00000014;border-radius:12px;padding:.85rem 2.2rem;font-size:1rem;font-weight:600;transition:all .25s;box-shadow:0 4px 16px #0000000f}.btn-primary-about:hover{background-color:#faf8f5;transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.btn-ghost-about{color:#b5b0a8;font-size:.98rem;font-weight:500;transition:color .2s}.btn-ghost-about:hover{color:#fff}@media (width<=1024px){.values-grid{grid-template-columns:1fr}}@media (width<=768px){.cta-box{padding:2.5rem 1.5rem}.cta-actions{flex-direction:column}}.page{min-height:100vh}
