@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZg.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuBWYMZg.ttf) format("truetype")}:root{--bg-primary:#0b0c0c;--bg-secondary:#111213;--bg-card:#161718;--text-primary:#ffffff;--text-secondary:#9ca3af;--accent-green:#4ADE80;--accent-green-dark:#22c55e;--border-color:#2a2b2d}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.app-container,body{background-color:var(--bg-primary)}.app-container{min-height:100vh;transform:translateZ(0);backface-visibility:hidden}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width:640px){.container{padding:0 1.5rem}}@media (min-width:1024px){.container{padding:0 2rem}}.text-responsive-xl{font-size:clamp(2rem,5vw,4rem)}.text-responsive-lg{font-size:clamp(1.5rem,4vw,3rem)}.text-responsive-md{font-size:clamp(1.25rem,3vw,2rem)}.text-responsive-sm{font-size:clamp(1rem,2vw,1.5rem)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3a3b3d}*{scrollbar-width:thin;scrollbar-color:var(--border-color) var(--bg-primary)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pixelFade{0%{opacity:0}50%{opacity:1}to{opacity:0}}.animate-fadeInUp{animation:fadeInUp .6s ease-out forwards;will-change:transform,opacity;transform:translateZ(0)}.animate-pulse-slow{animation:pulse 3s ease-in-out infinite;will-change:opacity}.pixel-dot{animation:pixelFade 2s ease-in-out infinite;will-change:opacity}.btn-primary{background-color:#67D7FF;color:#FFFFFF;font-weight:500;padding:.75rem 1.5rem;border-radius:.125rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;border:none;cursor:pointer;text-decoration:none}.btn-primary:hover{background-color:var(--accent-green-dark);transform:scale(1.05)}.btn-secondary{border:1px solid rgba(255,255,255,.3);color:white;font-weight:500;padding:.75rem 1.5rem;border-radius:.125rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;background:transparent;cursor:pointer;text-decoration:none}.btn-secondary:hover{background-color:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}@media (max-width:768px){.btn-primary,.btn-secondary{padding:.625rem 1.25rem;font-size:.875rem}}.glass{background-color:rgba(255,255,255,.05);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1)}.gradient-text{background:linear-gradient(90deg,#ffffff,#9ca3af);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}img,video{max-width:100%;height:auto;display:block}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.grid{display:grid}.transform{transform:translateZ(0)}.transition{transition:all .3s ease}@media (hover:none) and (pointer:coarse){a,button{-webkit-tap-highlight-color:rgba(0,0,0,.1)}}@media (min-width:768px) and (max-width:1024px){body{font-size:16px}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}}@media (max-width:767px){body{font-size:14px}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}input,select,textarea{font-size:16px}}@media (max-width:375px){body{font-size:13px}h1{font-size:1.75rem}h2{font-size:1.25rem}h3{font-size:1.125rem}}@media (orientation:landscape) and (max-height:500px){.mobile-landscape-adjust{padding-top:1rem;padding-bottom:1rem}}@media (min-resolution:192dpi){body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}@media print{body{background:white;color:black}.no-print,footer,header{display:none}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-color-scheme:dark){:root{color-scheme:dark}}@supports (-webkit-appearance:none){input[type=range]{-webkit-appearance:none}}canvas,iframe,img,video{max-width:100%}@supports (-webkit-touch-callout:none){.min-h-screen{min-height:-webkit-fill-available}}.app-form-modal__overlay{position:fixed;inset:0;z-index:1100;background:rgba(0,0,0,.75);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:1rem;animation:appModalFadeIn .2s ease}.app-form-modal__panel{position:relative;background:#0d0d0d;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;width:100%;max-width:400px;max-height:90vh;overflow-y:auto;animation:appModalSlideIn .25s cubic-bezier(.4,0,.2,1);scrollbar-width:none;-ms-overflow-style:none}.app-form-modal__panel::-webkit-scrollbar{display:none}.app-form-modal__close{position:absolute;top:.875rem;right:.875rem;width:28px;height:28px;border-radius:50%;border:none;background:rgba(255,255,255,.08);color:rgba(255,255,255,.5);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:1}.app-form-modal__close:hover{background:rgba(255,255,255,.16);color:#ffffff}.app-form-modal__close svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;stroke-linecap:round}.app-form-modal__content{padding:1.75rem 1.5rem 1.5rem}@media (min-width:640px){.app-form-modal__content{padding:2rem}}.app-form-modal__content--qr{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.25rem 1.75rem 2rem}.app-form-modal__qr-title{font-size:1.375rem;font-weight:700;color:#ffffff;margin:0 0 .5rem;letter-spacing:-.01em}.app-form-modal__qr-subtitle{font-size:.9375rem;color:rgba(255,255,255,.65);margin:0 0 1.75rem;line-height:1.6}.app-form-modal__qr-image-wrapper{background:#ffffff;border-radius:.75rem;padding:5px .875rem;margin-bottom:.875rem;box-shadow:0 0 0 1px rgba(255,255,255,.08);max-width:280px;width:100%}.app-form-modal__qr-image{width:100%;height:auto;max-width:100%;-o-object-fit:contain;object-fit:contain;display:block;aspect-ratio:auto}.app-form-modal__qr-desc{font-size:.875rem;color:rgba(255,255,255,.5);margin:0 0 1.5rem}.app-form-modal__qr-badges{display:flex;justify-content:center;gap:1.5rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.08);flex-wrap:wrap;width:100%}.app-form-modal__qr-badges span{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:#d1d5db;font-weight:500}.app-form-modal__qr-badges span svg{width:15px;height:15px;color:#67D7FF;flex-shrink:0}@keyframes appModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes appModalSlideIn{0%{opacity:0;transform:translateY(-16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.custom-select{position:relative;width:100%}.custom-select__trigger{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.15);border-radius:.5rem;color:white;font-size:.9375rem;cursor:pointer;transition:all .2s}.custom-select__trigger:hover{border-color:rgba(255,255,255,.25)}.custom-select__trigger.is-open{border-color:#D0EEFB;background:rgba(255,255,255,.08)}.custom-select__trigger:focus{outline:none;border-color:#D0EEFB}.custom-select__value{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select__arrow{margin-left:.5rem;color:rgba(255,255,255,.6);transition:transform .2s}.is-open .custom-select__arrow{transform:rotate(180deg)}.custom-select__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#1a1a1a;border:1px solid rgba(255,255,255,.15);border-radius:.5rem;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.3)}.custom-select__dropdown::-webkit-scrollbar{width:6px}.custom-select__dropdown::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:3px}.custom-select__dropdown::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:3px}.custom-select__dropdown::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.custom-select__option{display:flex;flex-direction:column;padding:.625rem 1rem;cursor:pointer;transition:background .15s}.custom-select__option:hover{background:rgba(208,238,251,.1)}.custom-select__option.is-selected{background:rgba(208,238,251,.2)}.custom-select__option-label{font-size:.875rem;font-weight:500;color:#fff;margin-bottom:2px}.custom-select__option-desc{font-size:.75rem;color:rgba(255,255,255,.6)}.global-error-boundary{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:2rem}.global-error-boundary__content{max-width:600px;width:100%;text-align:center;animation:slideUp .5s ease-out}.global-error-boundary__icon{width:80px;height:80px;margin:0 auto 2rem;color:#ef4444;animation:pulse 2s ease-in-out infinite}.global-error-boundary__icon svg{width:100%;height:100%}.global-error-boundary__icon--critical{color:#dc2626;animation:shake .5s ease-in-out infinite}.global-error-boundary__icon--offline{color:#67D7FF;animation:pulse 2s ease-in-out infinite}.global-error-boundary__title{font-size:2rem;font-weight:700;color:#ffffff;margin:0 0 1rem;line-height:1.2}@media (max-width:639px){.global-error-boundary__title{font-size:1.5rem}}.global-error-boundary__message{font-size:1.125rem;color:rgba(255,255,255,.7);margin:0 0 1.5rem;line-height:1.6}@media (max-width:639px){.global-error-boundary__message{font-size:1rem}}.global-error-boundary__nav{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.global-error-boundary__nav-link{color:#67D7FF;font-size:.875rem;text-decoration:none;padding:.5rem 1rem;border:1px solid rgba(103,215,255,.3);border-radius:.25rem;transition:all .2s ease}.global-error-boundary__nav-link:hover{background:rgba(103,215,255,.1);border-color:#67D7FF}.global-error-boundary__details{background:rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1.5rem;margin:2rem 0;text-align:left;max-height:400px;overflow-y:auto}.global-error-boundary__details-header{color:#f59e0b;font-size:1rem;margin-bottom:1rem}.global-error-boundary__details-content{color:rgba(255,255,255,.8);font-size:.875rem;line-height:1.6}.global-error-boundary__details-content p{margin:0 0 1rem}.global-error-boundary__details-content p:last-child{margin-bottom:0}.global-error-boundary__details-content strong{color:#ffffff;display:block;margin-bottom:.5rem}.global-error-boundary__details-content pre{background:rgba(0,0,0,.4);border-radius:.375rem;padding:1rem;overflow-x:auto;font-family:Courier New,monospace;font-size:.75rem;line-height:1.5;margin-top:.5rem;white-space:pre-wrap;word-break:break-word}.global-error-boundary__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.global-error-boundary__button{padding:.875rem 2rem;border:none;border-radius:.25rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:120px}.global-error-boundary__button--primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#ffffff;box-shadow:0 4px 12px rgba(59,130,246,.3)}.global-error-boundary__button--primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(59,130,246,.4)}.global-error-boundary__button--primary:active{transform:translateY(0)}.global-error-boundary__button--secondary{background:rgba(255,255,255,.1);color:#ffffff;border:1px solid rgba(255,255,255,.2)}.global-error-boundary__button--secondary:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.3)}.global-error-boundary__button--secondary:active{background:rgba(255,255,255,.08)}@media (max-width:639px){.global-error-boundary__button{padding:.75rem 1.5rem;font-size:.9375rem;min-width:100px}}.global-error-boundary__footer{color:rgba(255,255,255,.5);font-size:.875rem}.global-error-boundary__footer p{margin:0}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background:rgba(0,0,0,.7);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.loading-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.loading-spinner{position:relative;width:50px;height:50px}@media (min-width:768px){.loading-spinner{width:60px;height:60px}}.spinner-ring{position:absolute;width:100%;height:100%;border:3px solid transparent;border-top-color:#67d7ff;border-radius:50%;animation:spin 1.2s cubic-bezier(.5,0,.5,1) infinite}.spinner-ring:first-child{animation-delay:-.45s}.spinner-ring:nth-child(2){animation-delay:-.3s;border-top-color:#67D7FF}.spinner-ring:nth-child(3){animation-delay:-.15s;border-top-color:#67D7FF}.loading-text{color:#ffffff;font-size:.875rem;font-weight:500;margin:0;animation:pulse 1.5s ease-in-out infinite}@media (min-width:768px){.loading-text{font-size:1rem}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.skeleton{background:linear-gradient(90deg,rgba(208,238,251,.1),rgba(208,238,251,.2) 50%,rgba(208,238,251,.1));border-radius:.25rem;position:relative;overflow:hidden}.skeleton--text{height:1em;margin-bottom:.5em;border-radius:.25rem}.skeleton--rectangular{border-radius:.5rem}.skeleton--circular{border-radius:50%}.skeleton--card{border-radius:.75rem;padding:1.5rem;background:linear-gradient(135deg,rgba(208,238,251,.05),rgba(208,238,251,.1));border:1px solid rgba(208,238,251,.15)}.skeleton--pulse{animation:skeleton-pulse 2s cubic-bezier(.4,0,.6,1) infinite}.skeleton--shimmer:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(208,238,251,.3) 50%,transparent);animation:skeleton-shimmer 2s infinite}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.5}}.skeleton-card{display:flex;flex-direction:column;gap:1rem}.skeleton-card__header{display:flex;align-items:center;gap:1rem}.skeleton-card__avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(90deg,rgba(208,238,251,.1),rgba(208,238,251,.2) 50%,rgba(208,238,251,.1));position:relative;overflow:hidden}.skeleton-card__avatar:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(208,238,251,.3) 50%,transparent);animation:skeleton-shimmer 2s infinite}.skeleton-card__title{flex:1;height:20px;background:linear-gradient(90deg,rgba(208,238,251,.1),rgba(208,238,251,.2) 50%,rgba(208,238,251,.1));border-radius:.25rem;position:relative;overflow:hidden}.skeleton-card__title:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(208,238,251,.3) 50%,transparent);animation:skeleton-shimmer 2s infinite}.skeleton-card__content{height:60px;background:linear-gradient(90deg,rgba(208,238,251,.1),rgba(208,238,251,.2) 50%,rgba(208,238,251,.1));border-radius:.25rem;position:relative;overflow:hidden}.skeleton-card__content:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(208,238,251,.3) 50%,transparent);animation:skeleton-shimmer 2s infinite}.skeleton-card__footer{display:flex;gap:.5rem}.skeleton-card__button{height:36px;flex:1;background:linear-gradient(90deg,rgba(208,238,251,.1),rgba(208,238,251,.2) 50%,rgba(208,238,251,.1));border-radius:.5rem;position:relative;overflow:hidden}.skeleton-card__button:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(208,238,251,.3) 50%,transparent);animation:skeleton-shimmer 2s infinite}.skeleton-text{background:linear-gradient(90deg,rgba(208,238,251,.1),rgba(208,238,251,.2) 50%,rgba(208,238,251,.1));border-radius:.25rem;color:transparent;position:relative;overflow:hidden}.skeleton-text:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(208,238,251,.3) 50%,transparent);animation:skeleton-shimmer 2s infinite}.skeleton-text-large{background:linear-gradient(90deg,rgba(208,238,251,.1),rgba(208,238,251,.2) 50%,rgba(208,238,251,.1));border-radius:.25rem;color:transparent;position:relative;overflow:hidden;font-size:1.5rem;font-weight:700;line-height:1.2}.skeleton-text-large:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(208,238,251,.3) 50%,transparent);animation:skeleton-shimmer 2s infinite}@media (min-width:640px){.skeleton-text-large{font-size:2rem}}@media (min-width:768px){.skeleton-text-large{font-size:2.5rem}}.skeleton-title-xlarge{background:linear-gradient(90deg,rgba(208,238,251,.1),rgba(208,238,251,.2) 50%,rgba(208,238,251,.1));border-radius:.25rem;color:transparent;position:relative;overflow:hidden;font-size:2.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.skeleton-title-xlarge:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(208,238,251,.3) 50%,transparent);animation:skeleton-shimmer 2s infinite}@media (min-width:640px){.skeleton-title-xlarge{font-size:3rem}}@media (min-width:768px){.skeleton-title-xlarge{font-size:4rem}}@media (min-width:1024px){.skeleton-title-xlarge{font-size:5rem}}@media (min-width:1280px){.skeleton-title-xlarge{font-size:6rem}}.skeleton-badge{display:inline-block;padding:.375rem .875rem;background:linear-gradient(90deg,rgba(103,215,255,.1),rgba(103,215,255,.2) 50%,rgba(103,215,255,.1));border:1px solid rgba(103,215,255,.3);border-radius:2rem;color:transparent;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;position:relative;overflow:hidden}.skeleton-badge:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(103,215,255,.3) 50%,transparent);animation:skeleton-shimmer 2s infinite}@media (min-width:640px){.skeleton-badge{font-size:.8125rem;padding:.5rem 1rem;margin-bottom:1.25rem}}.skeleton-button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;background:linear-gradient(90deg,rgba(103,215,255,.3),rgba(103,215,255,.5) 50%,rgba(103,215,255,.3));color:transparent;font-size:.9375rem;font-weight:500;border-radius:.125rem;position:relative;overflow:hidden;cursor:default}.skeleton-button:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2) 50%,transparent);animation:skeleton-shimmer 2s infinite}@media (min-width:640px){.skeleton-button{padding:.5rem 1.5rem;font-size:1rem}}.skeleton-button-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;background:transparent;border:1px solid rgba(255,255,255,.2);color:transparent;font-size:.9375rem;font-weight:500;border-radius:.125rem;position:relative;overflow:hidden;cursor:default;min-width:120px}.skeleton-button-secondary:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1) 50%,transparent);animation:skeleton-shimmer 2s infinite}@media (min-width:640px){.skeleton-button-secondary{padding:.5rem 1.5rem;font-size:1rem;min-width:140px}}.skeleton-text-primary{background:linear-gradient(90deg,rgba(208,238,251,.1),rgba(208,238,251,.2) 50%,rgba(208,238,251,.1));position:relative;overflow:hidden;color:transparent;background:linear-gradient(90deg,rgba(103,215,255,.2),rgba(103,215,255,.4) 50%,rgba(103,215,255,.2));border-radius:.25rem}.skeleton-text-primary:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(208,238,251,.3) 50%,transparent);animation:skeleton-shimmer 2s infinite;background:linear-gradient(90deg,transparent,rgba(103,215,255,.4) 50%,transparent)}.skeleton-text-large-primary{background:linear-gradient(90deg,rgba(208,238,251,.1),rgba(208,238,251,.2) 50%,rgba(208,238,251,.1));border-radius:.25rem;position:relative;overflow:hidden;font-size:1.5rem;font-weight:700;line-height:1.2;color:transparent;background:linear-gradient(90deg,rgba(103,215,255,.2),rgba(103,215,255,.4) 50%,rgba(103,215,255,.2))}.skeleton-text-large-primary:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(208,238,251,.3) 50%,transparent);animation:skeleton-shimmer 2s infinite}@media (min-width:640px){.skeleton-text-large-primary{font-size:2rem}}@media (min-width:768px){.skeleton-text-large-primary{font-size:2.5rem}}.skeleton-text-large-primary:after{background:linear-gradient(90deg,transparent,rgba(103,215,255,.4) 50%,transparent)}.skeleton-title-gradient{background:linear-gradient(90deg,rgba(208,238,251,.1),rgba(208,238,251,.2) 50%,rgba(208,238,251,.1));border-radius:.25rem;position:relative;overflow:hidden;font-size:2rem;font-weight:700;background:linear-gradient(90deg,rgba(103,215,255,.2),rgba(63,127,224,.3) 50%,rgba(103,215,255,.2));-webkit-background-clip:text;background-clip:text;color:transparent}.skeleton-title-gradient:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(208,238,251,.3) 50%,transparent);animation:skeleton-shimmer 2s infinite}@media (min-width:640px){.skeleton-title-gradient{font-size:2.5rem}}@media (min-width:768px){.skeleton-title-gradient{font-size:3.5rem}}.skeleton-title-gradient:after{background:linear-gradient(90deg,transparent,rgba(103,215,255,.4) 50%,transparent)}.skeleton-section-title{background:linear-gradient(90deg,rgba(208,238,251,.1),rgba(208,238,251,.2) 50%,rgba(208,238,251,.1));border-radius:.25rem;color:transparent;position:relative;overflow:hidden;font-size:2rem;font-weight:700;text-align:center;margin-bottom:3rem}.skeleton-section-title:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(208,238,251,.3) 50%,transparent);animation:skeleton-shimmer 2s infinite}@media (min-width:640px){.skeleton-section-title{font-size:2.5rem}}.skeleton-card-title{background:linear-gradient(90deg,rgba(208,238,251,.1),rgba(208,238,251,.2) 50%,rgba(208,238,251,.1));border-radius:.25rem;color:transparent;position:relative;overflow:hidden;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.skeleton-card-title:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(208,238,251,.3) 50%,transparent);animation:skeleton-shimmer 2s infinite}.skeleton-badge-small{display:inline-block;padding:.25rem .75rem;background:linear-gradient(90deg,rgba(103,215,255,.1),rgba(103,215,255,.2) 50%,rgba(103,215,255,.1));color:transparent;border-radius:.5rem;font-size:.875rem;font-weight:500;margin-right:.75rem;position:relative;overflow:hidden}.skeleton-badge-small:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(103,215,255,.3) 50%,transparent);animation:skeleton-shimmer 2s infinite}.skeleton-icon-placeholder{font-size:3rem;margin-bottom:1rem;opacity:.3;filter:grayscale(100%)}.skeleton-text-muted{background:linear-gradient(90deg,rgba(208,238,251,.1),rgba(208,238,251,.2) 50%,rgba(208,238,251,.1));border-radius:.25rem;color:transparent;position:relative;overflow:hidden;opacity:.6;font-size:.875rem}.skeleton-text-muted:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(208,238,251,.3) 50%,transparent);animation:skeleton-shimmer 2s infinite}.skeleton-text-italic{background:linear-gradient(90deg,rgba(208,238,251,.1),rgba(208,238,251,.2) 50%,rgba(208,238,251,.1));border-radius:.25rem;color:transparent;position:relative;overflow:hidden;font-style:italic;border-left:3px solid rgba(103,215,255,.3);padding-left:1rem}.skeleton-text-italic:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(208,238,251,.3) 50%,transparent);animation:skeleton-shimmer 2s infinite}.page-skeleton{min-height:100vh;background:#000000;overflow-x:hidden;position:relative}.page-skeleton:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#000000;z-index:-1}.page-skeleton__real-header{position:sticky;top:0;z-index:1000;width:100%;background:rgba(0,0,0,.9);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(10px)}.page-skeleton__real-header-container{max-width:1200px;margin:0 auto;height:64px;padding:.5rem 1rem;display:grid;grid-template-columns:140px 1fr auto;align-items:center;-moz-column-gap:1.5rem;column-gap:1.5rem;width:100%;max-width:calc(100vw - 2rem);box-sizing:border-box}@media (min-width:640px){.page-skeleton__real-header-container{grid-template-columns:160px 1fr auto;padding:.75rem 1.5rem;max-width:calc(100vw - 3rem)}}@media (min-width:768px){.page-skeleton__real-header-container{height:72px;padding:0 2rem;grid-template-columns:180px 1fr auto;max-width:min(1400px,calc(100vw - 4rem))}}@media (min-width:1024px){.page-skeleton__real-header-container{padding:.5rem 2.5rem;grid-template-columns:200px 1fr auto;max-width:min(1400px,calc(100vw - 5rem))}}@media (min-width:1280px){.page-skeleton__real-header-container{padding:.5rem 2%;grid-template-columns:220px 1fr auto;max-width:min(1600px,calc(100vw - 4%))}}.page-skeleton__real-header-logo{display:flex;align-items:center;justify-self:start;width:auto}.page-skeleton__real-header-logo .skeleton--rectangular{width:120px!important;max-width:100%!important}.page-skeleton__real-header-nav{display:none;align-items:center;justify-content:flex-start;gap:1.75rem;grid-column:2;justify-self:start}@media (min-width:768px){.page-skeleton__real-header-nav{display:flex}}.page-skeleton__real-header-actions{display:none}@media (min-width:768px){.page-skeleton__real-header-actions{display:flex;align-items:center;justify-content:flex-end}}.page-skeleton__real-header-menu{display:flex;align-items:center;justify-content:flex-end}@media (min-width:768px){.page-skeleton__real-header-menu{display:none}}.page-skeleton__real-footer{margin-top:auto;border-top:1px solid rgba(255,255,255,.08);background:#0b0c0c}.page-skeleton__real-footer-links{padding:2rem 1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}@media (min-width:768px){.page-skeleton__real-footer-links{padding:2.75rem 1.5rem 2rem}}.page-skeleton__real-footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:640px){.page-skeleton__real-footer-grid{grid-template-columns:auto repeat(3,minmax(120px,1fr));gap:2rem}}.page-skeleton__real-footer-column{display:flex;flex-direction:column;gap:.6rem}.page-skeleton__real-footer-bottom{padding:1.25rem 1rem 1.75rem}@media (min-width:768px){.page-skeleton__real-footer-bottom{padding:1.75rem 1.5rem 2rem}}.page-skeleton__real-footer-bottom-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:768px){.page-skeleton__real-footer-bottom-content{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:1.5rem}}.page-skeleton__real-footer-copyright{display:flex;flex-direction:column;gap:.5rem}.page-skeleton__real-footer-qr{display:flex;flex-direction:column;align-items:flex-start;gap:.625rem}@media (min-width:768px){.page-skeleton__real-footer-qr{align-items:center}}.page-skeleton__header-placeholder{height:64px;background:rgba(255,255,255,.02);border-bottom:1px solid rgba(255,255,255,.05)}@media (min-width:768px){.page-skeleton__header-placeholder{height:72px}}.page-skeleton__footer-placeholder{height:300px;background:#0b0c0c;border-top:1px solid rgba(255,255,255,.1);margin-top:auto}@media (min-width:768px){.page-skeleton__footer-placeholder{height:350px}}.page-skeleton__footer-content{max-width:1200px;margin:0 auto;padding:2rem 1rem}.page-skeleton__footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.page-skeleton__footer-column{display:flex;flex-direction:column;gap:.75rem}.page-skeleton__section{padding:3rem 1rem}@media (min-width:640px){.page-skeleton__section{padding:4rem 1.5rem}}@media (min-width:768px){.page-skeleton__section{padding:5rem 2rem}}@media (min-width:1024px){.page-skeleton__section{padding:6rem 2.5rem}}.page-skeleton__section-header{max-width:800px;margin:0 auto 2rem;text-align:center;display:flex;flex-direction:column;gap:.75rem}@media (min-width:768px){.page-skeleton__section-header{margin-bottom:3rem}}.page-skeleton__cards-grid{display:grid;gap:1.5rem}.page-skeleton__card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.page-skeleton__card--centered,.page-skeleton__card--icon{align-items:center;text-align:center}.page-skeleton__faq-list{display:flex;flex-direction:column;gap:1rem;max-width:900px;margin:0 auto}.page-skeleton__faq-item{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:.5rem;padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.page-skeleton--home .page-skeleton__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;height:64px;background:rgba(255,255,255,.02);border-bottom:1px solid rgba(255,255,255,.05)}@media (min-width:768px){.page-skeleton--home .page-skeleton__header{height:72px;padding:1rem 2rem}}.page-skeleton--home .page-skeleton__header-logo{flex-shrink:0}.page-skeleton--home .page-skeleton__header-nav{display:none;gap:2rem}@media (min-width:768px){.page-skeleton--home .page-skeleton__header-nav{display:flex;gap:2.5rem}}.page-skeleton--home .page-skeleton__header-actions{flex-shrink:0}.page-skeleton--home .page-skeleton__hero{display:flex;align-items:center;padding:2rem 1rem;min-height:calc(100vh - 64px)}@media (min-width:768px){.page-skeleton--home .page-skeleton__hero{padding:3rem 2rem}}@media (min-width:1024px){.page-skeleton--home .page-skeleton__hero{padding:4rem 3rem}}.page-skeleton--home .page-skeleton__hero-grid{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:2rem;width:100%;padding:0 1rem;max-width:calc(100vw - 2rem);box-sizing:border-box;margin:120px 60px 0 auto}@media (min-width:640px){.page-skeleton--home .page-skeleton__hero-grid{padding:0 1.5rem;max-width:calc(100vw - 3rem)}}@media (min-width:768px){.page-skeleton--home .page-skeleton__hero-grid{padding:0 2rem;max-width:min(1400px,calc(100vw - 4rem))}}@media (min-width:1024px){.page-skeleton--home .page-skeleton__hero-grid{padding:0 2.5rem;max-width:min(1400px,calc(100vw - 5rem))}}@media (min-width:1280px){.page-skeleton--home .page-skeleton__hero-grid{padding:0 2%;max-width:min(1600px,calc(100vw - 4%))}}@media (min-width:1025px){.page-skeleton--home .page-skeleton__hero-grid{flex-direction:row;justify-content:space-between;align-items:stretch;gap:clamp(2rem,3vw,3rem)}}.page-skeleton--home .page-skeleton__hero-left{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start;width:100%}@media (min-width:1025px){.page-skeleton--home .page-skeleton__hero-left{width:auto;flex:1 1 auto;min-width:0;max-width:60%;justify-content:flex-start;align-items:flex-start;gap:1rem;padding-top:.5rem}.page-skeleton--home .page-skeleton__hero-left .skeleton-main-title{height:56px}.page-skeleton--home .page-skeleton__hero-left .skeleton-sub-title{height:36px}.page-skeleton--home .page-skeleton__hero-left .skeleton-subtitle-mobile{display:none}}.page-skeleton--home .page-skeleton__hero-right{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start;justify-content:flex-start;width:100%}@media (min-width:1025px){.page-skeleton--home .page-skeleton__hero-right{width:auto;align-self:flex-start;flex:0 0 auto;min-width:420px;max-width:480px;justify-content:flex-start;align-items:flex-start;padding-top:.5rem;gap:1.25rem}}.page-skeleton--home .page-skeleton__hero-right .skeleton-desc-wrapper{display:flex;flex-direction:column;gap:.5rem;width:100%}@media (min-width:1025px){.page-skeleton--home .page-skeleton__hero-right .skeleton-desc-wrapper{gap:.5rem}.page-skeleton--home .page-skeleton__hero-right .skeleton-desc{height:20px}.page-skeleton--home .page-skeleton__hero-right .skeleton-desc-3{display:none}.page-skeleton--home .page-skeleton__hero-right .skeleton-hero-btn{width:140px!important;height:40px!important}}.page-skeleton--home .page-skeleton__hero-buttons{display:flex;gap:1rem;margin-top:1.5rem}.page-skeleton--home .page-skeleton__indicators{display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem}.page-skeleton--home .feature-cards{background:#000}.page-skeleton--home .feature-cards__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.page-skeleton--home .feature-cards__section{padding:5rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.page-skeleton--home .feature-cards__section:last-child{border-bottom:none}.page-skeleton--home .page-skeleton__feature-value-hero{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.page-skeleton--home .page-skeleton__feature-value-content{display:flex;flex-direction:column;gap:2rem}.page-skeleton--home .page-skeleton__card--value{flex-direction:row;align-items:flex-start;gap:1rem}.page-skeleton--home .page-skeleton__feature-value-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.page-skeleton--home .page-skeleton__feature-arch-board{padding:3rem;background:rgba(8,12,18,.78);border:1px solid rgba(255,255,255,.08);border-radius:.9rem}.page-skeleton--home .page-skeleton__feature-arch-level{margin-bottom:2.5rem}.page-skeleton--home .page-skeleton__feature-arch-level:last-child{margin-bottom:0}.page-skeleton--home .page-skeleton__feature-core-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;padding-left:2rem;margin-top:1rem}.page-skeleton--home .page-skeleton__feature-tech-stack{display:flex;gap:1rem;padding-left:2rem;margin-top:1rem}.page-skeleton--home .page-skeleton__feature-tech-stack>.skeleton--rectangular{flex:1}@media (max-width:1024px){.page-skeleton--home .page-skeleton__feature-value-hero,.page-skeleton--home .page-skeleton__feature-value-summary{grid-template-columns:1fr}.page-skeleton--home .page-skeleton__feature-core-grid{grid-template-columns:repeat(2,1fr);padding-left:0}.page-skeleton--home .page-skeleton__feature-tech-stack{flex-wrap:wrap;padding-left:0}}.page-skeleton--home .page-skeleton__privacy{background:linear-gradient(180deg,rgba(208,238,251,.05),transparent)}.page-skeleton--home .page-skeleton__privacy-content{max-width:800px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:1rem}.page-skeleton--pricing .pricing-page{background:#000!important}.page-skeleton--pricing .pricing-hero__subtitle,.page-skeleton--pricing .pricing-hero__title{display:flex;justify-content:center}.page-skeleton--pricing .pricing-card__header{margin-bottom:1rem}.page-skeleton--pricing .pricing-card__name{display:flex;justify-content:flex-start}.page-skeleton--pricing .pricing-card__price{margin-bottom:1rem;display:flex;flex-direction:column;gap:.25rem}.page-skeleton--pricing .pricing-card__amount{display:flex;justify-content:flex-start}.page-skeleton--pricing .pricing-card__btn{display:flex;justify-content:center;align-items:center}.page-skeleton--pricing .pricing-card__btn,.page-skeleton--pricing .pricing-card__btn--primary{background:transparent!important;border:1px solid rgba(255,255,255,.1)!important}.page-skeleton--pricing .pricing-card__features{list-style:none;padding:0;margin:0}.page-skeleton--pricing .pricing-card--featured{background:rgba(255,255,255,.04)!important;border:1px solid rgba(255,255,255,.12)!important}.page-skeleton--pricing .pricing-card__badge{background:transparent!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:0 0 .375rem .375rem!important}.page-skeleton--about .page-skeleton__about-hero-intro-line,.page-skeleton--about .page-skeleton__about-hero-tagline,.page-skeleton--about .page-skeleton__about-hero-title{margin-left:auto;margin-right:auto}.page-skeleton--about .page-skeleton__breadcrumb{padding:1rem;max-width:1200px;margin:0 auto}@media (min-width:768px){.page-skeleton--about .page-skeleton__breadcrumb{padding:1.5rem 2rem}}.page-skeleton--about .page-skeleton__about-hero{text-align:center;padding:2rem 1rem 3rem;display:flex;flex-direction:column;gap:1rem;align-items:center}@media (min-width:768px){.page-skeleton--about .page-skeleton__about-hero{padding:3rem 2rem 4rem}}.page-skeleton--about .page-skeleton__about-intro{max-width:800px;display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.page-skeleton--about .page-skeleton__cta{text-align:center;padding:4rem 1rem;display:flex;flex-direction:column;gap:1rem;align-items:center;background:linear-gradient(180deg,rgba(208,238,251,.05),transparent)}@media (min-width:768px){.page-skeleton--about .page-skeleton__cta{padding:5rem 2rem}}.page-skeleton--about .page-skeleton__cta-buttons{display:flex;gap:1rem;margin-top:1.5rem;flex-wrap:wrap;justify-content:center}.page-skeleton--geo .geo-hero__orb{display:none!important}.page-skeleton--geo .geo-hero{background:#000!important}.page-skeleton--geo .geo-hero:after,.page-skeleton--geo .geo-hero:before{display:none!important}.page-skeleton--geo .geo-how{background:#050505!important}.page-skeleton--geo .geo-how:before{display:none!important}.page-skeleton--geo .geo-features{background:#000!important}.page-skeleton--geo .geo-features:before{display:none!important}.page-skeleton--geo .geo-page__faq{background:#050505!important}.page-skeleton--geo .geo-page__faq:before{display:none!important}.page-skeleton--geo .geo-page__cta{background:#000!important}.page-skeleton--geo .geo-page__cta:after,.page-skeleton--geo .geo-page__cta:before{display:none!important}.page-skeleton--geo .page-skeleton__geo-title-line1,.page-skeleton--geo .page-skeleton__geo-title-line2{margin-left:auto;margin-right:auto;display:block}.page-skeleton--geo .geo-hero__eyebrow{display:inline-block!important;justify-content:center;background:transparent!important;background-color:transparent!important;background-image:none!important;border:none!important;border-radius:0!important;padding:0!important;margin:0 auto 1.5rem!important;width:auto!important;max-width:none!important;box-shadow:none!important;overflow:visible!important;outline:none!important}.page-skeleton--geo .geo-hero__eyebrow>.skeleton--text{background:transparent!important;border:none!important;border-radius:0!important;margin:0!important}.page-skeleton--geo .geo-hero__subtitle,.page-skeleton--geo .geo-hero__title{display:flex;flex-direction:column;align-items:center;gap:.5rem}.page-skeleton--geo .geo-hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.page-skeleton--geo .geo-hero__stats{display:flex;align-items:center;justify-content:center;gap:0;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:1.5rem 2rem;max-width:640px;margin:0 auto;flex-wrap:wrap}@media (max-width:640px){.page-skeleton--geo .geo-hero__stats{gap:1.5rem;flex-direction:column}}.page-skeleton--geo .geo-hero__stat{flex:1;text-align:center;min-width:100px;display:flex;flex-direction:column;align-items:center;gap:.25rem;position:relative}.page-skeleton--geo .geo-hero__stat-divider{display:none}.page-skeleton--geo .geo-hero__stat:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:36px;background:rgba(255,255,255,.08)}@media (max-width:640px){.page-skeleton--geo .geo-hero__stat:not(:last-child):after{display:none}}.page-skeleton--geo .geo-features__header,.page-skeleton--geo .geo-how__header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.page-skeleton--geo .geo-features__eyebrow,.page-skeleton--geo .geo-how__eyebrow,.page-skeleton--geo .geo-how__vs,.page-skeleton--geo .geo-page__faq-eyebrow{display:flex;align-items:center;justify-content:center}.page-skeleton--geo .geo-how__vs{gap:1rem;flex-wrap:wrap}.page-skeleton--geo .geo-how__vs-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);border-radius:.625rem;min-width:220px}.page-skeleton--geo .geo-how__vs-item.is-highlighted{background:rgba(103,215,255,.1);border-color:rgba(103,215,255,.25)}.page-skeleton--geo .geo-how__steps{display:flex;flex-direction:column;gap:0}.page-skeleton--geo .geo-how__step{display:flex;gap:1.5rem}.page-skeleton--geo .geo-how__step-track{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.page-skeleton--geo .geo-how__step-line{flex:1;width:1px;min-height:2rem;background:linear-gradient(180deg,rgba(103,215,255,.2),rgba(103,215,255,.04))}.page-skeleton--geo .geo-how__step-body{padding-bottom:2.5rem;flex:1}.page-skeleton--geo .geo-features__grid{display:grid;grid-template-columns:1fr;gap:1px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.12);border-radius:1rem;overflow:hidden}@media (min-width:640px){.page-skeleton--geo .geo-features__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.page-skeleton--geo .geo-features__grid{grid-template-columns:repeat(3,1fr)}}.page-skeleton--geo .geo-features__card{padding:1.75rem 2rem;background:#0a0a0a}.page-skeleton--geo .geo-features__card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.page-skeleton--geo .geo-features__highlights{display:flex;flex-wrap:wrap;gap:.375rem}.page-skeleton--geo .geo-page__faq-header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.page-skeleton--geo .geo-page__faq-list{display:flex;flex-direction:column;gap:2px}.page-skeleton--geo .geo-page__faq-item{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06);border-radius:.625rem;padding:1.5rem 1.75rem}.page-skeleton--geo .geo-page__cta-container{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.page-skeleton--plugins .page-skeleton__plugins-description-line1,.page-skeleton--plugins .page-skeleton__plugins-description-line2,.page-skeleton--plugins .page-skeleton__plugins-title{margin-left:auto;margin-right:auto}.page-skeleton--plugins .plugins-hero__description{display:flex;flex-direction:column;align-items:center;gap:.625rem}.page-skeleton--plugins .plugins-hero>.skeleton--rectangular,.page-skeleton--plugins .plugins-hero__container>.skeleton--rectangular,.page-skeleton--plugins .plugins-hero__cta{margin-left:auto;margin-right:auto}.page-skeleton--plugins .page-skeleton__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;height:64px;background:rgba(255,255,255,.02);border-bottom:1px solid rgba(255,255,255,.05)}@media (min-width:768px){.page-skeleton--plugins .page-skeleton__header{height:72px;padding:1rem 2rem}}.page-skeleton--plugins .page-skeleton__header-logo{flex-shrink:0}.page-skeleton--plugins .page-skeleton__header-nav{display:none;gap:2rem}@media (min-width:768px){.page-skeleton--plugins .page-skeleton__header-nav{display:flex;gap:2.5rem}}.page-skeleton--plugins .page-skeleton__header-actions{flex-shrink:0}.page-skeleton--plugins .page-skeleton__plugins-hero{min-height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}@media (min-width:768px){.page-skeleton--plugins .page-skeleton__plugins-hero{padding:4rem 2rem}}.page-skeleton--plugins .page-skeleton__plugins-hero__container{max-width:800px;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.page-skeleton--plugins .page-skeleton__plugins-hero__title{text-align:center}.page-skeleton--plugins .page-skeleton__plugins-hero__description{text-align:center;display:flex;flex-direction:column;gap:.5rem}.page-skeleton--plugins .page-skeleton__plugins-hero__cta{display:flex;align-items:center;justify-content:center;min-width:180px;height:44px}.page-skeleton--notfound{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.page-skeleton__notfound-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem}.page-skeleton__notfound-buttons{display:flex;gap:1rem;margin-top:1rem}.page-skeleton__notfound-bg{position:absolute;inset:0;overflow:hidden}.page-skeleton__notfound-circle{position:absolute;border-radius:50%;background:linear-gradient(135deg,rgba(208,238,251,.1),transparent);animation:float 6s ease-in-out infinite}.page-skeleton__notfound-circle--1{width:300px;height:300px;top:-100px;right:-100px;animation-delay:0s}.page-skeleton__notfound-circle--2{width:200px;height:200px;bottom:-50px;left:-50px;animation-delay:2s}.page-skeleton__notfound-circle--3{width:150px;height:150px;top:50%;left:50%;animation-delay:4s}.page-skeleton--default .page-skeleton__content{max-width:800px;margin:0 auto;padding:3rem 1rem;display:flex;flex-direction:column;gap:1rem}@media (min-width:768px){.page-skeleton--default .page-skeleton__content{padding:4rem 2rem}}@keyframes skeleton-shimmer{0%{left:-100%}to{left:100%}}.hover-text-link{position:relative;display:inline-flex;align-items:center;color:rgba(214,227,238,.78);text-decoration:none;transition:color .18s cubic-bezier(.22,1,.36,1),transform .18s cubic-bezier(.22,1,.36,1),text-shadow .18s cubic-bezier(.22,1,.36,1);cursor:pointer;background:none;border:none;padding:.5rem 0;line-height:1.5;will-change:transform,color,text-shadow}.hover-text-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:1px;background:linear-gradient(90deg,rgba(103,215,255,0),rgba(103,215,255,.85),rgba(208,238,251,.9),rgba(103,215,255,.85),rgba(103,215,255,0));transform:translateX(-50%);transition:width .22s cubic-bezier(.22,1,.36,1),box-shadow .22s cubic-bezier(.22,1,.36,1);border-radius:999px;box-shadow:0 0 0 rgba(103,215,255,0)}.hover-text-link:hover{color:rgba(255,255,255,.96);text-shadow:0 0 10px rgba(103,215,255,.18);transform:translateY(-1px)}.hover-text-link:hover:after{width:100%;box-shadow:0 0 14px rgba(103,215,255,.28)}.hover-text-link:active{transform:translateY(0)}.hover-button{position:relative;display:inline-flex;align-items:center;justify-content:center;font-weight:600;text-decoration:none;border:1px solid transparent;cursor:pointer;overflow:hidden;transition:transform .18s cubic-bezier(.22,1,.36,1),box-shadow .22s cubic-bezier(.22,1,.36,1),border-color .22s cubic-bezier(.22,1,.36,1),background-color .22s cubic-bezier(.22,1,.36,1),color .22s cubic-bezier(.22,1,.36,1),filter .22s cubic-bezier(.22,1,.36,1);will-change:transform,box-shadow}.hover-button--primary,.hover-button--secondary{background:linear-gradient(180deg,#79ddff,#67D7FF);color:#FFFFFF;border-radius:.375rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.42),0 10px 26px rgba(17,91,118,.22)}.hover-button--outline{background:rgba(8,18,28,.55);color:#FFFFFF;border:1px solid rgba(103,215,255,.22);border-radius:.375rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}.hover-button--sm{padding:.5rem 1rem;font-size:.875rem}.hover-button--md{padding:.75rem 1.5rem;font-size:.9375rem}.hover-button--lg{padding:1rem 2rem;font-size:1rem}.hover-button:before{top:0;left:-120%;width:55%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);transition:left .52s cubic-bezier(.22,1,.36,1)}.hover-button:after,.hover-button:before{content:"";position:absolute;pointer-events:none}.hover-button:after{inset:0;border-radius:inherit;opacity:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.16),0 0 0 1px rgba(103,215,255,.18),0 12px 28px rgba(14,42,55,.18);transition:opacity .22s cubic-bezier(.22,1,.36,1)}.hover-button:hover{transform:translateY(-1px)}.hover-button:hover:before{left:135%}.hover-button:hover:after{opacity:1}.hover-button:hover.hover-button--primary,.hover-button:hover.hover-button--secondary{filter:brightness(1.03);box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 14px 32px rgba(17,91,118,.26),0 0 0 1px rgba(103,215,255,.1)}.hover-button:hover.hover-button--outline{background:rgba(103,215,255,.1);border-color:rgba(103,215,255,.34);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 28px rgba(9,20,33,.28)}.hover-button:active{transform:translateY(0) scale(.985);box-shadow:inset 0 2px 6px rgba(0,0,0,.14),0 6px 18px rgba(12,34,44,.18)}.hover-button--disabled{opacity:.5;cursor:not-allowed;pointer-events:none;transform:none!important;box-shadow:none!important}.toast-container{position:fixed;top:.5rem;right:1rem;z-index:10000;display:flex;flex-direction:column;gap:.75rem;pointer-events:none}@media (max-width:639px){.toast-container{top:.5rem;left:.5rem;right:.5rem}}.toast-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:rgba(17,24,39,.95);backdrop-filter:blur(12px);border-radius:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.3);min-width:300px;max-width:400px;pointer-events:auto;cursor:pointer;transform:translateX(400px);opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}@media (max-width:639px){.toast-item{min-width:auto;max-width:none;transform:translateY(-100px)}}.toast-item--show{transform:translateX(0);opacity:1}@media (max-width:639px){.toast-item--show{transform:translateY(0)}}.toast-item--exit{transform:translateX(400px);opacity:0}@media (max-width:639px){.toast-item--exit{transform:translateY(-100px)}}.toast-item:hover{transform:translateX(0) scale(1.02)}@media (max-width:639px){.toast-item:hover{transform:translateY(0) scale(1.02)}}.toast-item--success{border-left:3px solid #3f7fe0be}.toast-item--success .toast-icon-wrapper{background:rgba(74,222,128,.15)}.toast-item--success .toast-icon-wrapper svg{stroke:#3f7fe0be}.toast-item--error{border-left:3px solid #ef4444}.toast-item--error .toast-icon-wrapper{background:rgba(239,68,68,.15)}.toast-item--error .toast-icon-wrapper svg{stroke:#ef4444}.toast-item--warning{border-left:3px solid #f59e0b}.toast-item--warning .toast-icon-wrapper{background:rgba(245,158,11,.15)}.toast-item--warning .toast-icon-wrapper svg{stroke:#f59e0b;fill:#f59e0b}.toast-item--info{border-left:3px solid #3b82f6}.toast-item--info .toast-icon-wrapper{background:rgba(59,130,246,.15)}.toast-item--info .toast-icon-wrapper svg{stroke:#3b82f6}.toast-icon-wrapper{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-icon{width:18px;height:18px;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.toast-message{flex:1;color:#ffffff;font-size:.9375rem;line-height:1.5;word-break:break-word}.toast-close{width:24px;height:24px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:background-color .2s;flex-shrink:0}.toast-close svg{width:16px;height:16px;stroke:rgba(255,255,255,.5);stroke-width:2;stroke-linecap:round}.toast-close:hover{background:rgba(255,255,255,.1)}.toast-close:hover svg{stroke:rgba(255,255,255,.8)}.toast-progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:rgba(255,255,255,.1);overflow:hidden}.toast-progress-bar{height:100%;background:currentColor;transition:none;opacity:.6}.toast-item--success .toast-progress-bar{background:#3f7fe0be}.toast-item--error .toast-progress-bar{background:#ef4444}.toast-item--warning .toast-progress-bar{background:#f59e0b}.toast-item--info .toast-progress-bar{background:#3b82f6}.footer{background-color:#0b0c0c}.footer__links-section{margin:0 auto;padding:3rem 1rem;border-top:1px solid rgba(255,255,255,.1);width:100%;max-width:calc(100vw - 2rem);box-sizing:border-box}@media (min-width:640px){.footer__links-section{padding:3.5rem 1.5rem;max-width:calc(100vw - 3rem)}}@media (min-width:768px){.footer__links-section{padding:4rem 2rem;max-width:min(1400px,calc(100vw - 4rem))}}@media (min-width:1024px){.footer__links-section{padding:4rem 2.5rem;max-width:min(1400px,calc(100vw - 5rem))}}@media (min-width:1280px){.footer__links-section{padding:4rem 2%;max-width:min(1600px,calc(100vw - 4%))}}@media (min-width:1536px){.footer__links-section{max-width:min(1800px,calc(100vw - 4%))}}@media (min-width:1920px){.footer__links-section{max-width:min(1800px,calc(100vw - 4%))}}@media (min-width:2560px){.footer__links-section{max-width:70.32vw}}.footer__links-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media (min-width:640px){.footer__links-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}@media (min-width:768px){.footer__links-grid{grid-template-columns:1fr 1fr repeat(4,1fr);gap:2rem}}.footer__logo-wrapper{text-align:left}@media (min-width:768px){.footer__logo-wrapper{grid-column:1/2;text-align:left}}.footer__logo-wrapper .footer__logo-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:flex-start;margin:0 0 1rem}.footer__logo-wrapper .footer__logo-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.footer__logo-wrapper .footer__logo-icon svg{width:20px;height:20px;fill:none}.footer__logo-wrapper .footer__logo-icon svg rect{fill:white}.footer__logo-wrapper .footer__logo-icon svg path{stroke:white;stroke-width:2;stroke-linecap:round}.footer__link-column{text-align:left}@media (min-width:768px){.footer__link-column{text-align:center}}.footer__link-column h4{color:#6b7280;font-size:.8125rem;margin-bottom:.875rem}@media (min-width:640px){.footer__link-column h4{font-size:.875rem;margin-bottom:1rem}}.footer__link-column ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem;align-items:flex-start}@media (min-width:640px){.footer__link-column ul{gap:.75rem}}@media (min-width:768px){.footer__link-column ul{align-items:center}}.footer__link-column a{color:white;text-decoration:none;transition:color .3s;font-size:.9375rem}@media (min-width:640px){.footer__link-column a{font-size:1rem}}.footer__link-column a:hover{text-shadow:0 0 8px rgba(103,215,255,.6)}.footer__link-column a:active{color:#67D7FF}@media (min-width:768px){.footer__link-column--services{grid-column:4/5}.footer__link-column--community{grid-column:5/6}.footer__link-column--contact{grid-column:6/7}}.footer__static-text{color:white;font-size:.9375rem}@media (min-width:640px){.footer__static-text{font-size:1rem}}.footer__bottom-section{margin:0 auto;padding:1.5rem 1rem;border-top:1px solid rgba(255,255,255,.1);width:100%;max-width:calc(100vw - 2rem);box-sizing:border-box}@media (min-width:640px){.footer__bottom-section{padding:2rem 1.5rem;max-width:calc(100vw - 3rem)}}@media (min-width:768px){.footer__bottom-section{padding:2rem;max-width:min(1400px,calc(100vw - 4rem))}}@media (min-width:1024px){.footer__bottom-section{padding:2rem 2.5rem;max-width:min(1400px,calc(100vw - 5rem))}}@media (min-width:1280px){.footer__bottom-section{padding:2rem 2%;max-width:min(1600px,calc(100vw - 4%))}}@media (min-width:1536px){.footer__bottom-section{max-width:min(1800px,calc(100vw - 4%))}}@media (min-width:1920px){.footer__bottom-section{max-width:min(1800px,calc(100vw - 4%))}}@media (min-width:2560px){.footer__bottom-section{max-width:70.32vw}}.footer__bottom-content{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:center}@media (min-width:768px){.footer__bottom-content{grid-template-columns:1fr 1fr repeat(4,1fr);gap:3rem;align-items:start}}.footer__copyright{font-size:.75rem;color:#6b7280;text-align:center}@media (min-width:640px){.footer__copyright{font-size:.8125rem}}@media (min-width:768px){.footer__copyright{font-size:.875rem;text-align:left;grid-column:1/4}}.footer__copyright p{margin:.25rem 0}.footer__license-badge{display:inline-flex;align-items:center;gap:.25rem}.footer__shield-wrapper{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:2px;overflow:hidden}.footer__shield-icon{width:16px;height:16px;-o-object-fit:contain;object-fit:contain;flex-shrink:0;mix-blend-mode:screen}.footer__back-to-top{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#9ca3af;background:transparent;border:none;cursor:pointer;transition:all .3s;font-size:.875rem;padding:.5rem 1rem;border-radius:.5rem;-webkit-tap-highlight-color:transparent}@media (min-width:768px){.footer__back-to-top{grid-column:4/5;justify-self:center}}.footer__back-to-top:hover{text-shadow:0 0 8px rgba(255,255,255,.5)}.footer__back-to-top:active{background-color:rgba(255,255,255,.1)}.footer__back-to-top svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}.footer__qr-section{text-align:center;display:flex;flex-direction:column;align-items:center}@media (min-width:768px){.footer__qr-section{text-align:center;align-items:center;grid-column:6/7}}.footer__qr-title{font-size:.8125rem;color:#9ca3af;margin:0 0 .5rem}@media (min-width:640px){.footer__qr-title{font-size:.875rem}}.footer__qr-code{width:80px;height:80px;background-color:white;border-radius:.5rem;padding:.5rem;margin:0}@media (min-width:640px){.footer__qr-code{width:96px;height:96px}}.footer__qr-code img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:.3125rem}.footer__big-logo{background-color:#D0EEFB;padding:1.5rem 0;overflow:hidden;position:relative}@media (min-width:480px){.footer__big-logo{padding:2rem 0}}@media (min-width:640px){.footer__big-logo{padding:2.5rem 0}}@media (min-width:768px){.footer__big-logo{padding:3rem 0}}@media (min-width:1024px){.footer__big-logo{padding:3.5rem 0}}.footer__big-logo-container{margin:0 auto;padding:0 1rem;width:100%;max-width:calc(100vw - 2rem);box-sizing:border-box}@media (min-width:640px){.footer__big-logo-container{padding:0 1.5rem;max-width:calc(100vw - 3rem)}}@media (min-width:768px){.footer__big-logo-container{padding:0 2rem;max-width:min(1400px,calc(100vw - 4rem))}}@media (min-width:1024px){.footer__big-logo-container{padding:0 2.5rem;max-width:min(1400px,calc(100vw - 5rem))}}@media (min-width:1280px){.footer__big-logo-container{padding:0 2%;max-width:min(1600px,calc(100vw - 4%))}}@media (min-width:1536px){.footer__big-logo-container{max-width:min(1800px,calc(100vw - 4%))}}@media (min-width:1920px){.footer__big-logo-container{max-width:min(1800px,calc(100vw - 4%))}}@media (min-width:2560px){.footer__big-logo-container{max-width:70.32vw}}.footer__big-logo-content{display:flex;align-items:center;justify-content:center;width:100%;height:120px;position:relative}@media (min-width:480px){.footer__big-logo-content{height:150px}}@media (min-width:640px){.footer__big-logo-content{height:200px}}@media (min-width:768px){.footer__big-logo-content{height:260px}}@media (min-width:1024px){.footer__big-logo-content{height:350px}}@media (min-width:1280px){.footer__big-logo-content{height:400px}}.footer__big-logo-content .particle-text-canvas{width:100%;height:100%;display:block;cursor:pointer;touch-action:none}.footer__big-logo-letters{display:flex;align-items:center;gap:.5rem}@media (min-width:768px){.footer__big-logo-letters{gap:1rem}}.footer__big-logo-letters span{font-size:80px;font-weight:900;color:black;line-height:1;letter-spacing:-.05em}@media (min-width:768px){.footer__big-logo-letters span{font-size:150px}}@media (min-width:1024px){.footer__big-logo-letters span{font-size:200px}}.footer__big-logo-e{position:relative}.footer__big-logo-diamond{position:absolute;top:20%;right:-10%;width:24px;height:24px;background-color:black;transform:rotate(45deg);border-radius:2px}@media (min-width:768px){.footer__big-logo-diamond{width:40px;height:40px}}@media (min-width:1024px){.footer__big-logo-diamond{width:56px;height:56px}}.footer__feedback-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:.5rem;animation:fadeIn .3s ease}@media (min-width:480px){.footer__feedback-overlay{padding:1rem}}@media (max-width:479px){.footer__feedback-overlay{align-items:flex-end}}.footer__feedback-modal{background:#1a1a1a;border-radius:.75rem;width:100%;max-width:600px;max-height:95vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.5);animation:slideUp .3s ease;padding:1rem}@media (min-width:480px){.footer__feedback-modal{padding:1.25rem;border-radius:1rem;max-height:90vh}}@media (min-width:640px){.footer__feedback-modal{padding:1.5rem;max-height:85vh}}@media (min-width:768px){.footer__feedback-modal{padding:2rem;max-height:80vh}}.footer__feedback-modal::-webkit-scrollbar{width:6px}.footer__feedback-modal::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:3px}.footer__feedback-modal::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:3px}.footer__feedback-modal::-webkit-scrollbar-thumb:hover{box-shadow:0 0 10px rgba(255,255,255,.3)}.footer__feedback-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem .5rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:1rem}@media (min-width:480px){.footer__feedback-header{padding:1rem .75rem 1.25rem;margin-bottom:1.25rem}}@media (min-width:640px){.footer__feedback-header{padding:1.25rem 1rem 1.5rem;margin-bottom:1.5rem}}.footer__feedback-header h3{margin:0;font-size:1.125rem;font-weight:600;color:white}@media (min-width:480px){.footer__feedback-header h3{font-size:1.25rem}}@media (min-width:640px){.footer__feedback-header h3{font-size:1.5rem}}.footer__feedback-close{width:36px;height:36px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:.5rem;transition:background .2s;-webkit-tap-highlight-color:transparent}@media (min-width:480px){.footer__feedback-close{width:40px;height:40px}}.footer__feedback-close svg{width:22px;height:22px;stroke:rgba(255,255,255,.6);stroke-width:2;stroke-linecap:round}@media (min-width:480px){.footer__feedback-close svg{width:24px;height:24px}}.footer__feedback-close:hover{background:rgba(255,255,255,.1)}.footer__feedback-close:hover svg{stroke:white}.footer__feedback-close:active{background:rgba(255,255,255,.15)}.footer__feedback-form{padding:0 .5rem;display:flex;flex-direction:column;gap:1rem}@media (min-width:480px){.footer__feedback-form{padding:0 .75rem;gap:1.125rem}}@media (min-width:640px){.footer__feedback-form{padding:0 1rem;gap:1.25rem}}.footer__feedback-row{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:640px){.footer__feedback-row{grid-template-columns:1fr 1fr;gap:1.25rem}}.footer__feedback-field{display:flex;flex-direction:column;gap:.375rem}@media (min-width:480px){.footer__feedback-field{gap:.5rem}}.footer__feedback-field label{font-size:.8125rem;font-weight:500;color:rgba(255,255,255,.9);display:flex;align-items:center;flex-wrap:wrap;gap:.25rem}@media (min-width:480px){.footer__feedback-field label{font-size:.875rem}}.footer__feedback-field input,.footer__feedback-field select,.footer__feedback-field textarea{padding:.625rem .875rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.15);border-radius:.5rem;color:white;font-size:.9375rem;font-family:inherit;transition:all .2s;min-height:44px}@media (min-width:480px){.footer__feedback-field input,.footer__feedback-field select,.footer__feedback-field textarea{padding:.75rem 1rem;min-height:auto}}.footer__feedback-field input::-moz-placeholder,.footer__feedback-field select::-moz-placeholder,.footer__feedback-field textarea::-moz-placeholder{color:rgba(255,255,255,.4);font-size:.875rem}.footer__feedback-field input::placeholder,.footer__feedback-field select::placeholder,.footer__feedback-field textarea::placeholder{color:rgba(255,255,255,.4);font-size:.875rem}.footer__feedback-field input:focus,.footer__feedback-field select:focus,.footer__feedback-field textarea:focus{outline:none;background:rgba(255,255,255,.08);border-color:#D0EEFB}.footer__feedback-field input:hover,.footer__feedback-field select:hover,.footer__feedback-field textarea:hover{border-color:rgba(255,255,255,.25)}.footer__feedback-field input:active,.footer__feedback-field select:active,.footer__feedback-field textarea:active{background:rgba(255,255,255,.1)}.footer__feedback-field textarea{resize:vertical;min-height:100px;padding:.75rem .875rem}@media (min-width:480px){.footer__feedback-field textarea{min-height:120px;padding:.75rem 1rem}}.footer__feedback-field select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding-right:2.25rem}@media (min-width:480px){.footer__feedback-field select{background-position:right 1rem center;padding-right:2.5rem}}.footer__feedback-field select option{background:#1a1a1a;color:#fff;padding:10px 12px;white-space:normal;line-height:1.4}.footer__feedback-field select option:checked{background:#D0EEFB;color:#000}.footer__feedback-field select option:hover{background:rgba(208,238,251,.2)}.footer__feedback-field--error input,.footer__feedback-field--error select,.footer__feedback-field--error textarea{border-color:#ef4444;background:rgba(239,68,68,.05)}.footer__feedback-field--error input:focus,.footer__feedback-field--error select:focus,.footer__feedback-field--error textarea:focus{border-color:#ef4444;background:rgba(239,68,68,.08)}.footer__feedback-required{color:#ef4444}.footer__feedback-error{font-size:.75rem;color:#ef4444;margin-top:.25rem}@media (min-width:480px){.footer__feedback-error{font-size:.8125rem}}.footer__feedback-hint{font-size:.75rem;color:#67D7FF;margin-top:.25rem;font-weight:400}@media (min-width:480px){.footer__feedback-hint{font-size:.8125rem}}.footer__feedback-counter{margin-left:auto;font-size:.75rem;color:rgba(255,255,255,.5);font-weight:400}@media (min-width:480px){.footer__feedback-counter{font-size:.8125rem}}.footer__feedback-counter--warning{color:#fbbf24;font-weight:500}.footer__feedback-actions{display:flex;gap:.75rem;margin-top:.5rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1)}@media (min-width:480px){.footer__feedback-actions{gap:1rem;margin-top:.75rem;padding-top:1rem}}@media (max-width:479px){.footer__feedback-actions{flex-direction:column-reverse;gap:.625rem}}.footer__feedback-btn{flex:1;padding:.5rem 0;border:none;border-radius:.125rem;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit;min-height:44px}@media (min-width:480px){.footer__feedback-btn{min-height:auto}}.footer__feedback-btn--cancel{background:rgba(255,255,255,.05);color:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.15)}.footer__feedback-btn--cancel:hover{background:rgba(255,255,255,.1)}.footer__feedback-btn--cancel:active{background:rgba(255,255,255,.15)}.footer__feedback-btn--submit{background:#67D7FF;color:#FFFFFF;border-radius:.125rem}.footer__feedback-btn--submit:hover:not(:disabled){background-color:#5ac8f0}.footer__feedback-btn--submit:disabled{opacity:.6;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer{background:linear-gradient(180deg,#06080d,#090b10)}.footer__bottom-section,.footer__links-section{border-top:1px solid rgba(255,255,255,.08)}.footer__logo-icon{border-radius:.9rem;padding:.35rem;background:rgba(255,255,255,.03);box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}.footer__link-column h4{color:rgba(214,227,238,.56);text-transform:uppercase;letter-spacing:.08em}.footer__link-column a{color:rgba(214,227,238,.78);transition:color .18s cubic-bezier(.22,1,.36,1),text-shadow .18s cubic-bezier(.22,1,.36,1),transform .18s cubic-bezier(.22,1,.36,1)}.footer__link-column a:hover{color:rgba(255,255,255,.96);text-shadow:0 0 12px rgba(103,215,255,.18);transform:translateY(-1px)}.footer__static-text{color:rgba(214,227,238,.78)}.footer__copyright{color:rgba(158,173,186,.72);line-height:1.7}.footer__copyright a{color:rgba(158,173,186,.72);text-decoration:none;transition:color .18s cubic-bezier(.22,1,.36,1)}.footer__copyright a:hover{color:rgba(255,255,255,.96)}.footer__back-to-top{color:rgba(214,227,238,.78);border:1px solid rgba(103,215,255,.18);background:rgba(7,14,24,.58);box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}.footer__back-to-top:hover{color:rgba(255,255,255,.96);text-shadow:none;box-shadow:0 12px 26px rgba(9,20,33,.28);transform:translateY(-1px)}.footer__qr-title{color:rgba(214,227,238,.78)}.footer__qr-code{border:1px solid rgba(255,255,255,.08);box-shadow:0 16px 30px rgba(0,0,0,.18)}.header{position:fixed;top:0;left:0;right:0;z-index:1002;background:linear-gradient(180deg,rgba(4,8,14,.88),rgba(7,11,18,.82)),rgba(11,12,12,.9);backdrop-filter:blur(18px) saturate(125%);-webkit-backdrop-filter:blur(18px) saturate(125%);width:100%;max-width:100vw;border-bottom:1px solid rgba(255,255,255,.06);box-shadow:0 10px 30px rgba(0,0,0,.18)}.header:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,rgba(103,215,255,0),rgba(103,215,255,.16),rgba(103,215,255,0));pointer-events:none}.header__container{margin:0 auto;padding:.5rem 1rem;display:grid;grid-template-columns:140px 1fr auto;align-items:center;width:100%;max-width:calc(100vw - 2rem);position:relative;overflow:visible;box-sizing:border-box}@media (max-height:500px){.header__container{padding:.25rem .75rem}}@media (max-height:300px){.header__container{padding:.125rem .5rem}}@media (min-width:640px){.header__container{grid-template-columns:160px 1fr auto}}@media (min-width:768px){.header__container{grid-template-columns:180px 1fr auto}}@media (min-width:1024px){.header__container{grid-template-columns:200px 1fr auto}}@media (min-width:1280px){.header__container{grid-template-columns:220px 1fr auto}}@media (min-width:640px){.header__container{padding:.75rem 1.5rem;max-width:calc(100vw - 3rem)}}@media (min-width:640px) and (max-height:500px){.header__container{padding:.25rem 1rem}}@media (min-width:768px){.header__container{padding:0 2rem;max-width:min(1400px,calc(100vw - 4rem))}}@media (min-width:1024px){.header__container{padding:.5rem 2.5rem;max-width:min(1400px,calc(100vw - 5rem))}}@media (min-width:1280px){.header__container{padding:.5rem 2%;max-width:min(1600px,calc(100vw - 4%))}}@media (min-width:1536px){.header__container{max-width:min(1800px,calc(100vw - 4%))}}@media (min-width:1920px){.header__container{max-width:min(1800px,calc(100vw - 4%))}}@media (min-width:2560px){.header__container{max-width:70.32vw}}.header__logo{display:flex;align-items:center;text-decoration:none;cursor:pointer;position:relative;grid-column:1;justify-self:start;width:110px;max-width:100%;overflow:visible}@media (min-width:640px){.header__logo{width:120px}}@media (min-width:768px){.header__logo{width:130px}}@media (min-width:1024px){.header__logo{width:140px}}@media (min-width:1280px){.header__logo{width:150px}}.header__logo:hover{filter:drop-shadow(0 0 8px rgba(103,215,255,.5))}.header__logo-img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;transition:opacity .3s ease}.header__logo-icon{width:0;height:40px;border-radius:.9rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:0;overflow:hidden;transition:width .15s cubic-bezier(.4,0,.2,1),opacity .15s cubic-bezier(.4,0,.2,1)}@media (min-width:768px){.header__logo-icon{height:44px}}.header__logo-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.header__logo-icon svg{width:24px;height:24px;fill:none}@media (min-width:768px){.header__logo-icon svg{width:26px;height:26px}}.header__logo-icon svg rect{fill:black}.header__logo-icon svg path{stroke:black;stroke-width:2;stroke-linecap:round}.header__logo-text{font-size:1.25rem;font-weight:700;color:white;letter-spacing:-.025em;transition:width .15s cubic-bezier(.4,0,.2,1),opacity .15s cubic-bezier(.4,0,.2,1),padding .15s cubic-bezier(.4,0,.2,1);white-space:nowrap;overflow:hidden;opacity:1;flex-shrink:1}@media (max-height:500px){.header__logo-text{font-size:1rem}}@media (max-height:300px){.header__logo-text{font-size:.875rem}}@media (min-width:640px){.header__logo-text{font-size:1.375rem}}@media (min-width:640px) and (max-height:500px){.header__logo-text{font-size:1rem}}@media (min-width:768px){.header__logo-text{font-size:1.5rem}}@media (min-width:1024px){.header__logo-text{font-size:1.75rem}}@media (min-width:1280px){.header__logo-text{font-size:2rem}}.header__desktop-nav{display:none}@media (min-width:1280px){.header__desktop-nav{display:flex;align-items:center;gap:2rem;grid-column:2;justify-self:start}}.header__desktop-link{color:rgba(255,255,255,.8);font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s ease;white-space:nowrap;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:.25rem;padding:.5rem 0;line-height:1.5;vertical-align:middle}.header__desktop-dropdown{position:relative;z-index:1002}.header__desktop-dropdown:hover .header__desktop-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.header__desktop-dropdown:hover .header__desktop-arrow{transform:rotate(180deg)}.header__desktop-arrow{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;transition:transform .2s ease}.header__desktop-dropdown-menu{position:absolute;top:100%;left:0;margin-top:.5rem;background:rgba(20,20,20,.98);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:.5rem;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;box-shadow:0 10px 40px rgba(0,0,0,.5);z-index:10000;pointer-events:auto}.header__desktop-dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:rgba(255,255,255,.8);text-decoration:none;border-radius:.5rem;transition:all .2s ease;font-size:.9375rem}.header__desktop-badge{padding:.125rem .5rem;background-color:#67D7FF;color:#FFFFFF;font-size:.6875rem;font-weight:600;border-radius:.3125rem;text-transform:uppercase;letter-spacing:.025em;margin-left:auto}.header__desktop-actions{display:none}@media (min-width:1280px){.header__desktop-actions{display:flex;align-items:center;gap:1rem;grid-column:3;justify-self:end}}.header__desktop-user{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(255,255,255,.05);border-radius:.5rem;color:rgba(255,255,255,.8);font-size:.875rem}.header__desktop-user svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}.header__desktop-btn{padding:.375rem 1rem;font-size:.875rem;font-weight:500;border:none;border-radius:.25rem;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:60px;text-decoration:none}.header__desktop-btn--primary{background-color:#67D7FF;color:#FFFFFF}.header__desktop-btn--primary:hover{background-color:#5ac8f0}.header__desktop-btn--secondary{background-color:#67D7FF;color:#FFFFFF}.header__menu-button{width:40px;height:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:none;background:transparent;border-radius:.25rem;cursor:pointer;transition:background-color .3s;position:relative;-webkit-tap-highlight-color:transparent;grid-column:3;justify-self:end}@media (max-height:500px){.header__menu-button{width:32px;height:32px;gap:4px}}@media (max-height:300px){.header__menu-button{width:28px;height:28px;gap:3px}}@media (min-width:768px){.header__menu-button{width:44px;height:44px;gap:6px}}@media (min-width:1280px){.header__menu-button{display:none}}.header__menu-button:hover{box-shadow:0 0 8px rgba(255,255,255,.2)}.header__menu-button:active{background-color:rgba(255,255,255,.15)}.header__menu-line{width:22px;height:2px;background-color:white;transition:all .3s ease;border-radius:2px;display:block}@media (max-height:500px){.header__menu-line{width:18px;height:1.5px}}@media (max-height:300px){.header__menu-line{width:16px;height:1.5px}}@media (min-width:768px){.header__menu-line{width:26px;height:2.5px}}.header__menu-line--top.active{transform:rotate(45deg) translate(5px,5px)}@media (max-height:500px){.header__menu-line--top.active{transform:rotate(45deg) translate(4px,4px)}}@media (min-width:768px){.header__menu-line--top.active{transform:rotate(45deg) translate(6px,6px)}}.header__menu-line--middle.active{opacity:0;transform:scale(0)}.header__menu-line--bottom.active{transform:rotate(-45deg) translate(5px,-5px)}@media (max-height:500px){.header__menu-line--bottom.active{transform:rotate(-45deg) translate(4px,-4px)}}@media (min-width:768px){.header__menu-line--bottom.active{transform:rotate(-45deg) translate(6px,-6px)}}.header__mobile-dropdown{width:22px;height:2px;background-color:white;transition:all .3s ease;border-radius:2px}@media (max-height:500px){.header__mobile-dropdown{width:18px;height:1.5px}}@media (max-height:300px){.header__mobile-dropdown{width:16px;height:1.5px}}@media (min-width:768px){.header__mobile-dropdown{width:26px;height:2.5px}}.header__mobile-dropdown--top.active{transform:rotate(45deg) translate(5px,5px)}@media (max-height:500px){.header__mobile-dropdown--top.active{transform:rotate(45deg) translate(4px,4px)}}@media (min-width:768px){.header__mobile-dropdown--top.active{transform:rotate(45deg) translate(6px,6px)}}.header__mobile-dropdown--middle.active{opacity:0;transform:scale(0)}.header__mobile-dropdown--bottom.active{transform:rotate(-45deg) translate(5px,-5px)}@media (max-height:500px){.header__mobile-dropdown--bottom.active{transform:rotate(-45deg) translate(4px,-4px)}}@media (min-width:768px){.header__mobile-dropdown--bottom.active{transform:rotate(-45deg) translate(6px,-6px)}}.header__fullscreen-menu{position:fixed;top:57px;left:0;right:0;bottom:0;width:100vw;height:calc(100vh - 57px);background-color:black;z-index:1001;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease;overflow-y:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box}@media (min-width:1280px){.header__fullscreen-menu{display:none}}.header__fullscreen-menu--open{opacity:1;visibility:visible;pointer-events:auto}.header__fullscreen-header{position:fixed;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;background-color:rgba(11,12,12,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05);z-index:1}@media (min-width:640px){.header__fullscreen-header{padding:.75rem 1.5rem}}@media (min-width:768px){.header__fullscreen-header{padding:.5rem 2rem}}.header__fullscreen-header .header__logo{width:auto}.header__fullscreen-header .header__menu-button{display:flex}.header__fullscreen-content{margin:0 auto;padding:1.5rem 1rem;width:100%;max-width:calc(100vw - 2rem);min-height:100%;display:flex;flex-direction:column;justify-content:flex-start;box-sizing:border-box}@media (min-width:640px){.header__fullscreen-content{padding:2rem 1.5rem;max-width:calc(100vw - 3rem)}}@media (min-width:768px){.header__fullscreen-content{padding:2rem;max-width:min(1400px,calc(100vw - 4rem))}}@media (min-width:1024px){.header__fullscreen-content{padding:2rem 2.5rem;max-width:min(1400px,calc(100vw - 5rem))}}@media (min-width:1280px){.header__fullscreen-content{padding:2rem 2%;max-width:min(1600px,calc(100vw - 4%))}}@media (min-width:1536px){.header__fullscreen-content{max-width:min(1800px,calc(100vw - 4%))}}@media (min-width:1920px){.header__fullscreen-content{max-width:min(1800px,calc(100vw - 4%))}}@media (min-width:2560px){.header__fullscreen-content{max-width:70.32vw}}.header__fullscreen-actions{display:flex!important;flex-direction:column;gap:.75rem;flex-shrink:0;margin-top:1rem;margin-bottom:1rem;position:relative;z-index:10;opacity:1;visibility:visible}.header__user-info{display:flex;align-items:center;gap:1rem;padding:1rem;background:rgba(74,222,128,.1);border:1px solid rgba(74,222,128,.3);border-radius:.75rem;margin-bottom:.5rem}.header__user-avatar{width:52px;height:52px;background:#67D7FF;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.header__user-avatar svg{width:26px;height:26px;fill:none;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.header__user-details{flex:1;min-width:0}.header__user-phone{font-size:1.0625rem;font-weight:600;color:#ffffff;letter-spacing:.05em}.header__action-btn{width:100%;font-size:1rem;font-weight:500;text-align:center}.header__action-btn,.header__action-btn--no-underline{text-decoration:none}.header__fullscreen-nav{display:flex;flex-direction:column;gap:0;flex:1;overflow-y:auto;margin:0;scrollbar-width:none;-ms-overflow-style:none}.header__fullscreen-nav::-webkit-scrollbar{display:none}.header__nav-item{border-bottom:1px solid rgba(255,255,255,.1)}.header__nav-link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 0;color:rgba(255,255,255,.7);font-size:1.125rem;text-decoration:none;background:none;border:none;cursor:pointer;transition:color .3s ease;text-align:left;-webkit-tap-highlight-color:transparent}.header__nav-link:active{color:#D0EEFB}.header__nav-link span{flex:1}.header__nav-arrow{transition:transform .3s ease;color:rgba(255,255,255,.5);width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}.header__nav-arrow--expanded{transform:rotate(180deg)}.header__submenu{display:flex;flex-direction:column;padding:1rem 0;gap:.5rem;animation:slideDown .3s ease}.header__submenu-item{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;border-radius:.75rem;text-decoration:none;transition:all .3s ease;position:relative}.header__submenu-item:hover{box-shadow:0 0 10px rgba(103,215,255,.3)}.header__submenu-item:active{transform:translateX(2px)}.header__submenu-icon{width:40px;height:40px;background-color:rgba(255,255,255,.08);border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.header__submenu-icon svg{width:20px;height:20px;stroke:rgba(255,255,255,.7);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.header__submenu-item:hover .header__submenu-icon{background-color:rgba(255,255,255,.12)}.header__submenu-item:hover .header__submenu-icon svg{stroke:white}.header__submenu-title{flex:1;color:rgba(255,255,255,.85);font-size:1rem;font-weight:500;transition:color .3s ease}.header__submenu-item:hover .header__submenu-title{color:white}.header__submenu-badge{padding:.25rem .625rem;background-color:#67D7FF;color:#FFFFFF;font-size:.75rem;font-weight:600;border-radius:.375rem;text-transform:uppercase;letter-spacing:.025em}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.header__logo{transition:filter .22s cubic-bezier(.22,1,.36,1),transform .18s cubic-bezier(.22,1,.36,1)}.header__logo:hover{filter:drop-shadow(0 0 10px rgba(103,215,255,.22));transform:translateY(-1px)}.header__logo-img{transition:opacity .22s cubic-bezier(.22,1,.36,1),filter .22s cubic-bezier(.22,1,.36,1)}.header__desktop-link{color:rgba(214,227,238,.78);transition:color .18s cubic-bezier(.22,1,.36,1),transform .18s cubic-bezier(.22,1,.36,1)}.header__desktop-link:hover{color:rgba(255,255,255,.96)}.header__desktop-dropdown-menu{margin-top:.75rem;background:rgba(8,12,18,.92);backdrop-filter:blur(18px) saturate(120%);-webkit-backdrop-filter:blur(18px) saturate(120%);border:1px solid rgba(255,255,255,.08);border-radius:.9rem;padding:.55rem;min-width:220px;transform:translateY(-8px);transition:all .22s cubic-bezier(.22,1,.36,1);box-shadow:0 0 0 1px rgba(103,215,255,.08),0 18px 40px rgba(7,14,24,.42)}.header__desktop-dropdown-item{padding:.8rem 1rem;color:rgba(214,227,238,.78);border-radius:.7rem;transition:background-color .18s cubic-bezier(.22,1,.36,1),color .18s cubic-bezier(.22,1,.36,1),transform .18s cubic-bezier(.22,1,.36,1)}.header__desktop-dropdown-item:hover{color:rgba(255,255,255,.96);background:rgba(255,255,255,.045);transform:translateX(2px)}.header__desktop-btn{border-radius:.45rem}.header__menu-button{transition:background-color .18s cubic-bezier(.22,1,.36,1),box-shadow .22s cubic-bezier(.22,1,.36,1)}.header__menu-button:hover{box-shadow:0 0 0 1px rgba(103,215,255,.12),0 10px 24px rgba(9,20,33,.24);background-color:rgba(255,255,255,.04)}.header__fullscreen-menu{background:linear-gradient(180deg,rgba(2,4,8,.98),rgba(4,8,14,.98))}.header__nav-link{color:rgba(214,227,238,.78);transition:color .18s cubic-bezier(.22,1,.36,1)}.header__nav-link:active,.header__nav-link:hover{color:rgba(255,255,255,.96)}.header__submenu-item{background-color:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.header__submenu-item:hover{border-color:rgba(103,215,255,.2);box-shadow:0 14px 28px rgba(9,20,33,.24)}.about-page{background:#000;min-height:100vh;color:white;font-family:-apple-system,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.about-page__container{max-width:1200px;margin:0 auto;padding:5rem 2rem}@media (max-width:768px){.about-page__container{padding:4rem 1.5rem}}@media (max-width:640px){.about-page__container{padding:3rem 1rem}}.about-page h2{font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:800;color:#fff;letter-spacing:-.02em;line-height:1.2}.about-page__breadcrumb{padding:.875rem 2rem;background:rgba(255,255,255,.015);border-bottom:1px solid rgba(255,255,255,.07)}.about-page__breadcrumb ol{max-width:1200px;margin:0 auto;padding:0;list-style:none;display:flex;gap:.375rem;font-size:.8125rem;color:rgba(255,255,255,.5)}.about-page__breadcrumb ol li{display:flex;align-items:center}.about-page__breadcrumb ol li:not(:last-child):after{content:"/";margin-left:.375rem;color:rgba(255,255,255,.2)}.about-page__breadcrumb ol li a{color:rgba(255,255,255,.5);text-decoration:none;transition:color .2s}.about-page__breadcrumb ol li a:hover,.about-page__breadcrumb ol li:last-child span{color:#67D7FF}.about-page__hero{position:relative;padding:7rem 1.5rem 5rem;text-align:center;overflow:hidden;background:#000}@media (min-width:768px){.about-page__hero{padding:9rem 2rem 6rem}}.about-page__hero:after{content:"";position:absolute;top:-160px;left:50%;transform:translateX(-50%);width:700px;height:500px;background:radial-gradient(ellipse,rgba(103,215,255,.1) 0,transparent 70%);pointer-events:none}.about-page__hero .about-page__container{position:relative;z-index:1;padding-top:0;padding-bottom:0}.about-page__hero h1{font-size:clamp(2rem,6vw,3.75rem);font-weight:800;letter-spacing:-.025em;line-height:1.1;margin-bottom:1.25rem;background:linear-gradient(135deg,#fff 30%,#67D7FF);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-page__tagline{font-size:clamp(1rem,2.5vw,1.375rem);color:#67D7FF;margin-bottom:1.75rem;font-weight:500;letter-spacing:.01em}.about-page__intro{font-size:clamp(.9375rem,2vw,1.0625rem);color:rgba(255,255,255,.75);line-height:1.85;max-width:780px;margin:0 auto}.about-page__intro strong{color:#67D7FF;font-weight:600}.about-page__intro mark{background:rgba(103,215,255,.12);color:#67D7FF;padding:.1rem .3rem;border-radius:.25rem;-webkit-text-fill-color:#67D7FF}.about-page__intro em{color:#a8edff;font-style:normal;font-weight:600}.about-page__eyebrow{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#67D7FF;margin-bottom:.875rem;position:relative;padding:0 1.5rem}.about-page__eyebrow:after,.about-page__eyebrow:before{content:"";position:absolute;top:50%;width:20px;height:1px;background:#67D7FF;opacity:.5}.about-page__eyebrow:before{right:100%}.about-page__eyebrow:after{left:100%}.about-page__section-header{text-align:center;margin-bottom:3.5rem}.about-page__section-header p{font-size:.9375rem;color:rgba(255,255,255,.5);max-width:520px;margin:.75rem auto 0;line-height:1.7}.about-page__values{position:relative;overflow:hidden}.about-page__values:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:600px;height:1px;background:linear-gradient(90deg,transparent,rgba(103,215,255,.18),transparent)}.about-page__values .about-page__container{padding-top:5rem;padding-bottom:5rem}.about-page__values h2{text-align:center;margin-bottom:.5rem}.about-page__value-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1);border-radius:1rem;overflow:hidden}@media (max-width:640px){.about-page__value-grid{grid-template-columns:1fr}}.about-page__value-item{background:#0a0a0a;padding:2.25rem 2.5rem;border:1px solid rgba(255,255,255,.08);transition:all .3s ease}.about-page__value-item:hover{background:rgba(255,255,255,.03);border-color:rgba(255,255,255,.15)}.about-page__value-item h3{font-size:1.0625rem;font-weight:700;color:#fff;margin-bottom:.625rem;letter-spacing:-.01em}.about-page__value-item p{color:rgba(255,255,255,.5);line-height:1.7;font-size:.875rem;margin:0}.about-page__features{position:relative;background:#050505;overflow:hidden}.about-page__features:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:600px;height:1px;background:linear-gradient(90deg,transparent,rgba(103,215,255,.18),transparent)}.about-page__features .about-page__container{padding-top:5rem;padding-bottom:5rem}.about-page__features h2{text-align:center;margin-bottom:.5rem}.about-page__feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1);border-radius:1rem;overflow:hidden}@media (max-width:1024px){.about-page__feature-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.about-page__feature-grid{grid-template-columns:1fr}}.about-page__feature-card{background:#0a0a0a;padding:2rem 1.75rem;border:1px solid rgba(255,255,255,.08);transition:all .3s ease}.about-page__feature-card:hover{background:rgba(255,255,255,.03);border-color:rgba(255,255,255,.15)}.about-page__feature-card h3{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.5rem;letter-spacing:-.01em}.about-page__feature-card p{color:rgba(255,255,255,.5);line-height:1.7;font-size:.8125rem;margin:0}.about-page__feature-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgba(103,215,255,.1);border-radius:.625rem;margin-bottom:1rem;transition:background .3s ease;color:#67D7FF}.about-page__feature-icon svg{width:22px;height:22px}.about-page__cases{position:relative;overflow:hidden}.about-page__cases:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:600px;height:1px;background:linear-gradient(90deg,transparent,rgba(103,215,255,.18),transparent)}.about-page__cases .about-page__container{padding-top:5rem;padding-bottom:5rem}.about-page__cases h2{text-align:center;margin-bottom:.5rem}.about-page__case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1);border-radius:1rem;overflow:hidden}@media (max-width:1024px){.about-page__case-grid{grid-template-columns:1fr}}.about-page__case-card{background:#0a0a0a;padding:2rem 1.75rem;border:1px solid rgba(255,255,255,.08);transition:all .3s ease}.about-page__case-card:hover{background:rgba(255,255,255,.03);border-color:rgba(255,255,255,.15)}.about-page__case-card h3{font-size:1rem;font-weight:700;color:#67D7FF;margin-bottom:.375rem}.about-page__case-industry{color:rgba(255,255,255,.3);font-size:.75rem;margin-bottom:1rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.about-page__case-result{color:rgba(255,255,255,.5);line-height:1.7;margin-bottom:1.25rem;font-size:.875rem}.about-page__case-result strong{color:#67D7FF}.about-page__case-quote{border-left:2px solid #67d7ff;padding-left:.875rem;color:rgba(255,255,255,.35);font-style:italic;margin:0;font-size:.8125rem;line-height:1.65}.about-page__faq{position:relative;background:#050505;overflow:hidden}.about-page__faq:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:600px;height:1px;background:linear-gradient(90deg,transparent,rgba(103,215,255,.18),transparent)}.about-page__faq .about-page__container{padding-top:5rem;padding-bottom:5rem}.about-page__faq h2{text-align:center;margin-bottom:.5rem}.about-page__faq-intro{text-align:center;color:rgba(255,255,255,.5);max-width:600px;margin:0 auto 3rem;font-size:.9375rem;line-height:1.7}.about-page__faq-list{max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:2px}.about-page__faq-item{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06);border-radius:.625rem;padding:1.75rem 2rem;transition:border-color .25s ease,background .25s ease}.about-page__faq-item:hover{border-color:rgba(103,215,255,.18);background:rgba(103,215,255,.025)}.about-page__faq-question{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.875rem;display:flex;align-items:flex-start;gap:.75rem;line-height:1.4}@media (max-width:640px){.about-page__faq-question{flex-direction:column;gap:.5rem}}.about-page__faq-category{display:inline-block;background:rgba(103,215,255,.1);color:#67D7FF;padding:.2rem .625rem;border-radius:1rem;font-size:.625rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;flex-shrink:0;margin-top:.1rem}.about-page__faq-answer p{color:rgba(255,255,255,.5);line-height:1.8;font-size:.9rem;margin:0}.about-page__contact{position:relative;overflow:hidden}.about-page__contact:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:600px;height:1px;background:linear-gradient(90deg,transparent,rgba(103,215,255,.18),transparent)}.about-page__contact .about-page__container{padding-top:5rem;padding-bottom:5rem}.about-page__contact h2{text-align:center;margin-bottom:.5rem}.about-page__contact-intro{text-align:center;color:rgba(255,255,255,.5);max-width:600px;margin:0 auto 3rem;font-size:.9375rem;line-height:1.7}.about-page__contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1);border-radius:1rem;overflow:hidden;max-width:900px;margin:0 auto}@media (max-width:640px){.about-page__contact-grid{grid-template-columns:1fr}}.about-page__contact-card{text-align:center;padding:2.25rem 1.75rem;background:#0a0a0a;border:1px solid rgba(255,255,255,.08);transition:all .3s ease;cursor:default}.about-page__contact-card:hover{background:rgba(255,255,255,.03);border-color:rgba(255,255,255,.15)}.about-page__contact-card h3{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.75rem}.about-page__contact-card p{color:rgba(255,255,255,.5);font-size:.875rem;margin-bottom:.25rem}.about-page__contact-card p a{color:#67D7FF;text-decoration:none}.about-page__contact-card p a:hover{opacity:.8}.about-page__contact-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(103,215,255,.1);border-radius:.625rem;margin:0 auto 1rem;color:#67D7FF}.about-page__contact-icon svg{width:20px;height:20px}.about-page__contact-note{font-size:.75rem;color:rgba(255,255,255,.25);margin-top:.375rem}.about-page__cta{position:relative;text-align:center;overflow:hidden;background:#000}.about-page__cta:before{top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(103,215,255,.18),transparent)}.about-page__cta:after,.about-page__cta:before{content:"";position:absolute;left:50%;transform:translateX(-50%);width:600px}.about-page__cta:after{bottom:-100px;height:400px;background:radial-gradient(ellipse,rgba(103,215,255,.08) 0,transparent 70%);pointer-events:none}.about-page__cta .about-page__container{position:relative;z-index:1;padding-top:5rem;padding-bottom:5rem}.about-page__cta h2{font-size:clamp(1.5rem,3.5vw,2.25rem);margin-bottom:.875rem}.about-page__cta p{font-size:.9375rem;color:rgba(255,255,255,.5);margin-bottom:2.5rem;line-height:1.7}.about-page__cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.about-page__cta-primary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;background:#67D7FF;color:#fff;border:none;border-radius:.25rem;font-weight:700;font-size:.9375rem;cursor:pointer;transition:all .3s;text-decoration:none}.about-page__cta-primary:hover{text-shadow:0 0 8px rgba(255,255,255,.5)}.about-page__cta-primary:active{background-color:rgba(255,255,255,.1)}.about-page__cta-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;background:transparent;color:#9ca3af;border:none;border-radius:.25rem;font-weight:600;font-size:.9375rem;text-decoration:none;transition:all .3s;cursor:pointer}.about-page__cta-secondary:hover{text-shadow:0 0 8px rgba(255,255,255,.5)}.about-page__cta-secondary:active{background-color:rgba(255,255,255,.1)}.qr-modal{background:rgba(0,0,0,.75);backdrop-filter:blur(6px)}.qr-modal__content{background:#111;border:1px solid rgba(103,215,255,.2);border-radius:1rem;padding:2.5rem 2rem;max-width:360px;box-shadow:0 0 60px rgba(103,215,255,.15)}.qr-modal__close{top:1rem;right:1rem;background:transparent;color:rgba(255,255,255,.4);padding:.25rem;transition:color .2s}.qr-modal__close:hover{color:#fff}.qr-modal__close svg{width:20px;height:20px;display:block}.qr-modal__title{font-size:1.25rem;font-weight:700;color:#fff}.qr-modal__subtitle{font-size:.875rem;margin-bottom:1.5rem}.qr-modal__image-wrapper{background:#fff;border-radius:.75rem;display:inline-block}.qr-modal__image{width:160px;height:160px}.qr-modal__desc{font-size:.8125rem;color:rgba(255,255,255,.35);margin:0}.feature-cards{background:#000}.feature-cards__container{max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:2}.feature-cards__section{padding:5rem 0;position:relative;border-bottom:1px solid rgba(255,255,255,.08)}.feature-cards__section:last-child{border-bottom:none}.feature-cards__section-header{text-align:center;margin-bottom:4rem}.feature-cards__badge{display:inline-block;padding:.3rem .8rem;border-radius:999px;background:rgba(103,215,255,.07);border:1px solid rgba(103,215,255,.18);color:#a9e9ff;font-size:1rem;font-weight:400;letter-spacing:.08em;margin-bottom:1.5rem}@media (max-width:374px){.feature-cards__badge{font-size:.9375rem;margin-bottom:1rem}}@media (min-width:640px){.feature-cards__badge{font-size:1.125rem;margin-bottom:1.5rem}}@media (min-width:768px){.feature-cards__badge{font-size:1.25rem;margin-bottom:1.25rem}}@media (min-width:1024px){.feature-cards__badge{font-size:1.5rem;margin-bottom:1.5rem}}@media (min-width:1280px){.feature-cards__badge{font-size:1.75rem}}@media (min-width:1536px){.feature-cards__badge{font-size:2rem}}.feature-cards__title{font-size:3rem;font-weight:800;color:rgba(255,255,255,.96);letter-spacing:-.02em;margin-bottom:1rem}.feature-cards__text-gradient{color:#67D7FF}.feature-cards__description{font-size:1rem;color:rgba(214,227,238,.78);max-width:700px;margin:0 auto;line-height:1.5}.feature-cards__description--narrow{max-width:600px}.feature-cards__value-hero{display:flex;flex-direction:column;gap:1.5rem}@media (max-width:1024px){.feature-cards__value-hero{gap:3rem}}.feature-cards__value-content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}@media (max-width:1024px){.feature-cards__value-content{grid-template-columns:1fr}}.feature-cards__value-card{background:rgba(8,12,18,.78);border:1px solid rgba(255,255,255,.08);border-radius:.9rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:all .22s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden;padding:2rem;display:flex;flex-direction:column;gap:1.25rem;min-height:100%}.feature-cards__value-card:hover{transform:translateY(-2px);border-color:rgba(103,215,255,.22);box-shadow:0 0 16px rgba(103,215,255,.4)}.feature-cards__value-card-header{display:flex;align-items:center;gap:1rem}.feature-cards__value-icon{width:48px;height:48px;border-radius:.5rem;flex-shrink:0;background:rgba(103,215,255,.1);border:1px solid rgba(103,215,255,.22);display:flex;align-items:center;justify-content:center;color:#67D7FF}.feature-cards__value-card-title{font-size:1.5rem;color:rgba(255,255,255,.96);font-weight:700;letter-spacing:-.02em}.feature-cards__value-card-desc{color:rgba(214,227,238,.78);font-size:1rem;line-height:1.6;padding-left:64px}.feature-cards__value-points{display:grid;grid-template-columns:1fr;gap:.75rem;padding-left:64px;margin-top:auto}.feature-cards__value-point{display:flex;align-items:center;gap:8px;font-size:.875rem;color:rgba(214,227,238,.78)}.feature-cards__value-point:before{content:"";width:4px;height:4px;background:#67D7FF;border-radius:50%;box-shadow:0 0 16px rgba(103,215,255,.4)}.feature-cards__value-summary{background:rgba(8,12,18,.78);border:1px solid rgba(255,255,255,.08);border-radius:.9rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:all .22s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden;padding:2rem}.feature-cards__value-summary:hover{transform:translateY(-2px);border-color:rgba(103,215,255,.22);box-shadow:0 0 16px rgba(103,215,255,.4)}.feature-cards__summary-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media (max-width:1024px){.feature-cards__summary-points{grid-template-columns:1fr}}.feature-cards__summary-point{margin:0;padding:1.25rem 1.5rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(103,215,255,.06),rgba(8,12,18,.24));color:rgba(214,227,238,.78);line-height:1.8;position:relative}.feature-cards__summary-point:before{content:"";position:absolute;left:0;top:1.25rem;bottom:1.25rem;width:2px;border-radius:999px;background:linear-gradient(180deg,#67D7FF,transparent);box-shadow:0 0 16px rgba(103,215,255,.4)}.feature-cards__ui-showcase{position:relative;height:480px;width:100%;perspective:1000px}.feature-cards__ui-mockup{position:absolute;background:rgba(8,12,18,.78);border:1px solid rgba(255,255,255,.08);border-radius:.9rem;backdrop-filter:blur(12px);box-shadow:0 10px 30px rgba(0,0,0,.8);animation:feature-cards-float 6s ease-in-out infinite;overflow:hidden;will-change:transform;contain:paint}.feature-cards__ui-header{height:28px;background:rgba(255,255,255,.02);border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;padding:0 12px;gap:6px}.feature-cards__ui-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.08)}.feature-cards__mockup-main{width:88%;left:12%;height:320px;top:80px;z-index:1;padding:1.5rem;display:flex;flex-direction:column}.feature-cards__mockup-content{padding:1.5rem;flex:1}.feature-cards__mockup-title{font-size:.875rem;color:rgba(214,227,238,.78);font-weight:500;margin-bottom:1.5rem;display:flex;align-items:center;gap:8px}.feature-cards__mockup-title:before{content:"";width:6px;height:6px;background:#67D7FF;border-radius:50%;box-shadow:0 0 16px rgba(103,215,255,.4)}.feature-cards__chart-container{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;height:160px;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.08)}.feature-cards__chart-bar{flex:1;max-width:40px;background:linear-gradient(0deg,rgba(103,215,255,.05),#67D7FF);border-radius:4px 4px 0 0;opacity:.8;position:relative}.feature-cards__chart-bar:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:feature-cards-sweep 2s linear infinite;will-change:transform;pointer-events:none}.feature-cards__chart-bar--highlight{box-shadow:0 -4px 12px rgba(103,215,255,.3)}.feature-cards__mockup-sm-1{width:180px;padding:1.25rem;top:320px;left:0;z-index:2;border-color:rgba(103,215,255,.22);animation-delay:-2s}.feature-cards__mockup-sm-2{width:160px;padding:1.25rem;top:0;right:0;z-index:2;animation-delay:-4s}.feature-cards__mockup-sm-content{padding:1rem}.feature-cards__metric-label{font-size:.875rem;color:rgba(158,173,186,.72);margin-bottom:.5rem}.feature-cards__metric-value{font-size:2rem;color:rgba(255,255,255,.96);font-weight:700;letter-spacing:-.02em;display:flex;align-items:center;justify-content:space-between}.feature-cards__metric-trend{font-size:.875rem;color:#67D7FF;background:rgba(103,215,255,.1);padding:2px 6px;border-radius:9999px;font-weight:500}.feature-cards__roi-layout{display:flex;flex-direction:column;align-items:center}.feature-cards__roi-circle{width:64px;height:64px;border-radius:50%;border:3px solid rgba(103,215,255,.2);border-top-color:#67d7ff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;color:rgba(255,255,255,.96);margin-bottom:1rem;box-shadow:inset 0 0 10px rgba(103,215,255,.1)}.feature-cards__progress-track{width:100%;height:4px;background:rgba(255,255,255,.08);border-radius:2px;margin-top:8px;overflow:hidden}.feature-cards__progress-fill{width:75%;height:100%;background:#67D7FF;box-shadow:0 0 16px rgba(103,215,255,.4)}.feature-cards__features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-cards__feature-card{background:rgba(8,12,18,.78);border:1px solid rgba(255,255,255,.08);border-radius:.9rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:all .22s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden;padding:0;display:flex;flex-direction:column}.feature-cards__feature-card:hover{transform:translateY(-2px);border-color:rgba(103,215,255,.22);box-shadow:0 0 16px rgba(103,215,255,.4)}.feature-cards__fc-visual{height:200px;border-bottom:1px solid rgba(255,255,255,.08);position:relative;overflow:hidden;background:radial-gradient(circle at top,rgba(103,215,255,.05),transparent);display:flex;align-items:center;justify-content:center}.feature-cards__vis-nodes{display:flex;gap:48px;position:relative}.feature-cards__v-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0}.feature-cards__pulse-line{stroke:#67D7FF;stroke-width:1.5;opacity:.15;stroke-linecap:round}.feature-cards__pulse-dot{fill:#67D7FF;filter:drop-shadow(0 0 6px #67D7FF);opacity:.6}.feature-cards__pulse-dot--left{animation:feature-cards-pulse-left 2s cubic-bezier(.22,1,.36,1) infinite;will-change:opacity}.feature-cards__pulse-dot--right{animation:feature-cards-pulse-right 2s cubic-bezier(.22,1,.36,1) infinite;will-change:opacity}.feature-cards__v-node{width:36px;height:36px;border-radius:50%;background:rgba(8,12,18,.78);border:1.5px solid rgba(103,215,255,.22);z-index:2;display:flex;align-items:center;justify-content:center;color:rgba(214,227,238,.78)}.feature-cards__v-node--main{width:50px;height:50px;border-color:#67D7FF;box-shadow:0 0 16px rgba(103,215,255,.4);background:rgba(103,215,255,.1);color:#67D7FF}.feature-cards__v-line{position:absolute;height:1.5px;width:100px;background:rgba(103,215,255,.22);top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.feature-cards__vis-pipeline{width:70%;height:50px;background:rgba(8,12,18,.4);border:1px solid rgba(255,255,255,.08);border-radius:9999px;display:flex;align-items:center;padding:0 8px;position:relative}.feature-cards__pipe-dot{width:34px;height:34px;border-radius:50%;background:#67D7FF;box-shadow:0 0 16px rgba(103,215,255,.4);animation:feature-cards-slideRight 3s cubic-bezier(.22,1,.36,1) infinite;will-change:transform}.feature-cards__vis-chart svg{width:70%;height:80px;stroke:#67D7FF;stroke-width:2;fill:none;filter:drop-shadow(0 0 8px rgba(103,215,255,.4));stroke-dasharray:400;stroke-dashoffset:400;animation:feature-cards-draw 3s ease-in-out infinite}.feature-cards__fc-content{padding:2rem;flex:1;display:grid;grid-template-rows:auto minmax(3.5rem,auto) auto}.feature-cards__fc-title{font-size:1.25rem;font-weight:700;color:rgba(255,255,255,.96);margin-bottom:.75rem;letter-spacing:-.02em}.feature-cards__fc-desc{color:rgba(214,227,238,.78);font-size:.875rem;margin-bottom:1.5rem;line-height:1.6}.feature-cards__fc-tags{display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem}.feature-cards__fc-tag{padding:.25rem .5rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:9999px;font-size:.75rem;color:rgba(214,227,238,.78);transition:all .18s cubic-bezier(.22,1,.36,1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.feature-cards__feature-card:hover .feature-cards__fc-tag{border-color:rgba(103,215,255,.22);color:#67D7FF;background:rgba(103,215,255,.05)}.feature-cards__arch-board{padding:3rem;background:rgba(8,12,18,.78);border:1px solid rgba(255,255,255,.08);border-radius:.9rem;position:relative}.feature-cards__arch-level{margin-bottom:2.5rem;position:relative;z-index:2}.feature-cards__arch-level:last-child{margin-bottom:0}.feature-cards__level-title{font-size:.875rem;color:#67D7FF;text-transform:uppercase;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;display:flex;align-items:center;gap:10px}.feature-cards__level-title:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,rgba(103,215,255,.22),transparent)}.feature-cards__data-stream{position:absolute;left:40px;top:40px;bottom:40px;width:1px;background:rgba(255,255,255,.08);z-index:1}.feature-cards__stream-light{position:absolute;top:0;left:-1px;width:3px;height:60px;background:#67D7FF;box-shadow:0 0 16px rgba(103,215,255,.4);border-radius:4px;animation:feature-cards-streamDown 3s linear infinite}.feature-cards__core-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;padding-left:2rem}.feature-cards__core-module{background:rgba(8,12,18,.4);border:1px solid rgba(255,255,255,.08);padding:1.25rem;border-radius:.5rem;transition:all .22s cubic-bezier(.22,1,.36,1)}.feature-cards__core-module:hover{border-color:rgba(103,215,255,.22);background:rgba(103,215,255,.05);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.5)}.feature-cards__core-module-title{color:rgba(255,255,255,.96);font-size:1rem;font-weight:600;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.feature-cards__core-list{display:flex;flex-direction:column;gap:.5rem}.feature-cards__core-list-item{font-size:.875rem;color:rgba(214,227,238,.78);display:flex;align-items:center;gap:6px}.feature-cards__core-list-item:before{content:"";width:4px;height:4px;background:rgba(255,255,255,.08);border-radius:50%;transition:all .18s cubic-bezier(.22,1,.36,1)}.feature-cards__core-module:hover .feature-cards__core-list-item:before{background:#67D7FF;box-shadow:0 0 16px rgba(103,215,255,.4)}.feature-cards__tech-stack{display:flex;gap:1rem;padding-left:2rem}.feature-cards__tech-item{flex:1;background:rgba(103,215,255,.05);border:1px solid rgba(103,215,255,.2);padding:1.5rem 1rem;text-align:center;border-radius:.5rem;color:#67D7FF;font-weight:500;font-size:.875rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:100px;transition:all .22s cubic-bezier(.22,1,.36,1)}.feature-cards__tech-item:hover{background:rgba(103,215,255,.1);border-color:rgba(103,215,255,.35);box-shadow:0 0 20px rgba(103,215,255,.15)}.feature-cards__tech-item--highlighted{border-color:rgba(103,215,255,.4);background:rgba(103,215,255,.08)}.feature-cards__tech-item-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.feature-cards__tech-item-label{line-height:1.4;white-space:pre-line}.feature-cards__tech-logo{width:24px;height:24px;-o-object-fit:contain;object-fit:contain}@media (max-width:1024px){.feature-cards__value-hero{grid-template-columns:1fr}.feature-cards__ui-showcase{display:none}.feature-cards__features-grid{grid-template-columns:1fr}.feature-cards__core-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.feature-cards__tech-stack{flex-wrap:wrap}.feature-cards__tech-item{min-width:140px}.feature-cards__data-stream{display:none}.feature-cards__core-grid,.feature-cards__tech-stack{padding-left:0}}@keyframes feature-cards-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes feature-cards-sweep{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes feature-cards-slideRight{0%{transform:translateX(0);opacity:0}5%{opacity:1}95%{opacity:1}to{transform:translateX(220px);opacity:0}}@keyframes feature-cards-draw{0%{stroke-dashoffset:400;opacity:.3}50%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:-400;opacity:.3}}@keyframes feature-cards-streamDown{0%{top:0;opacity:0}10%{opacity:1}90%{opacity:1}to{top:100%;opacity:0}}@keyframes feature-cards-pulse-left{0%{cx:90;opacity:0}20%{opacity:.6}50%{opacity:1}80%{opacity:.6}to{cx:10;opacity:0}}@keyframes feature-cards-pulse-right{0%{cx:90;opacity:0}20%{opacity:.6}50%{opacity:1}80%{opacity:.6}to{cx:170;opacity:0}}.feature-cards[data-active=false] .feature-cards__chart-bar:after,.feature-cards[data-active=false] .feature-cards__pipe-dot,.feature-cards[data-active=false] .feature-cards__pulse-dot--left,.feature-cards[data-active=false] .feature-cards__pulse-dot--right,.feature-cards[data-active=false] .feature-cards__stream-light,.feature-cards[data-active=false] .feature-cards__ui-mockup,.feature-cards[data-active=false] .feature-cards__vis-chart svg{animation-play-state:paused}.hero-section{position:relative;min-height:85vh;max-height:100vh;background:radial-gradient(ellipse at center,#0a0a0f 0,#000000 100%);display:flex;align-items:center;overflow:hidden;justify-content:center;z-index:0;contain:layout style paint}@media (max-height:500px){.hero-section{min-height:100vh;align-items:flex-start}}.hero-section__canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;filter:blur(.5px) contrast(1.4) brightness(1.6);transform:translateZ(0);will-change:contents}.hero-section__content{z-index:2;width:100%;max-width:calc(100vw - 2rem);overflow-x:hidden;margin-top:80px;margin-bottom:40px;padding:0 1rem;box-sizing:border-box}@media (max-width:374px){.hero-section__content{margin-top:60px;margin-bottom:30px;padding:0 .75rem;max-width:calc(100vw - 1.5rem)}}@media (max-height:500px){.hero-section__content{margin-top:50px;margin-bottom:15px;padding:0 .75rem}}@media (max-height:300px){.hero-section__content{margin-top:40px;margin-bottom:10px}}@media (min-width:640px){.hero-section__content{padding:0 1.5rem;margin-top:120px;margin-bottom:50px;max-width:calc(100vw - 3rem)}}@media (min-width:640px) and (max-height:500px){.hero-section__content{margin-top:50px;margin-bottom:15px}}@media (min-width:768px){.hero-section__content{padding:0 2rem;margin-top:150px;max-width:min(1400px,calc(100vw - 4rem))}}@media (max-width:1023px) and (min-width:853px){.hero-section__content{margin-top:60px;margin-bottom:20px}}@media (width:1024px){.hero-section__content{margin-top:60px;margin-bottom:20px}}@media (min-width:1024px) and (min-width:1025px){.hero-section__content{padding:0 2.5rem;margin-top:200px;margin-bottom:60px;max-width:min(1400px,calc(100vw - 5rem))}}@media (min-width:1280px){.hero-section__content{padding:0 2%;max-width:min(1600px,calc(100vw - 4%))}}@media (min-width:1536px){.hero-section__content{max-width:min(1800px,calc(100vw - 4%))}}@media (min-width:1920px){.hero-section__content{max-width:min(1800px,calc(100vw - 4%))}}@media (min-width:2560px){.hero-section__content{max-width:70.32vw}}.hero-section__grid{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:1rem;margin:1rem 0;gap:2rem;width:100%;box-sizing:border-box}@media (max-width:374px){.hero-section__grid{padding:.75rem;margin-top:.75rem;margin-bottom:.75rem;gap:1.5rem}}@media (max-height:500px){.hero-section__grid{padding:.5rem;margin-top:.5rem;margin-bottom:.5rem;gap:1rem}}@media (min-width:640px){.hero-section__grid{padding:1.25rem;margin-top:2rem;margin-bottom:2rem;gap:2.5rem}}@media (min-width:768px){.hero-section__grid{padding:1.5rem;margin-top:3rem;margin-bottom:3rem;gap:3rem}}@media (max-width:1024px) and (min-width:853px){.hero-section__grid{margin-top:1rem;margin-bottom:1rem;gap:1.5rem}}@media (min-width:1025px){.hero-section__grid{flex-direction:row;justify-content:space-between;align-items:flex-start;margin-top:8rem;margin-bottom:0;gap:clamp(2rem,3vw,3rem);padding:1.5rem 0}}@media (min-width:1280px){.hero-section__grid{margin-top:12rem;gap:clamp(2.5rem,3vw,4rem)}}.hero-section__left{display:flex;flex-direction:column;gap:1rem;width:100%;box-sizing:border-box}@media (max-width:374px){.hero-section__left{gap:.75rem}}@media (min-width:640px){.hero-section__left{gap:1.25rem}}@media (min-width:768px){.hero-section__left{gap:1.5rem}}@media (min-width:1024px){.hero-section__left{gap:2rem;width:auto;flex:1 1 auto;max-width:60%;justify-content:space-between}}@media (min-width:1280px){.hero-section__left{gap:2.5rem;max-width:none;flex:0 0 auto}}.hero-section__heading-wrapper{display:flex;flex-direction:column;align-items:flex-start;width:100%;margin:0;padding:0;box-sizing:border-box}@media (min-width:1024px){.hero-section__heading-wrapper{transform:translateY(-.5rem)}}.hero-section__arrow-icon{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2}@media (min-width:768px){.hero-section__arrow-icon{width:16px;height:16px}}.hero-section__main-title{font-size:1.75rem;font-weight:500;color:#fff;line-height:1.1;margin:0 0 .75rem;letter-spacing:-.02em;width:100%}@media (max-width:374px){.hero-section__main-title{font-size:1.5rem;margin-bottom:.5rem}}@media (max-height:500px){.hero-section__main-title{font-size:1.25rem;margin-bottom:.25rem;line-height:1.05}}@media (max-height:300px){.hero-section__main-title{font-size:1rem;margin-bottom:.125rem}}@media (min-width:640px){.hero-section__main-title{font-size:2.25rem;margin-bottom:1rem;letter-spacing:-.03em}}@media (min-width:640px) and (max-height:500px){.hero-section__main-title{font-size:1.5rem;margin-bottom:.25rem}}@media (min-width:768px){.hero-section__main-title{font-size:2.75rem;letter-spacing:-.05em;margin-bottom:1.25rem}}@media (max-width:1024px) and (min-width:853px){.hero-section__main-title{font-size:2.25rem;letter-spacing:-.03em;margin-bottom:.75rem;white-space:nowrap}}@media (min-width:1024px) and (max-width:1279px){.hero-section__main-title{font-size:3.5rem;letter-spacing:-.075em;width:-moz-fit-content;width:fit-content}.hero-section__main-title .hero-section__description-break{display:none}}@media (min-width:1024px){.hero-section__main-title{font-size:3.5rem;letter-spacing:-.075em;width:-moz-fit-content;width:fit-content}}@media (min-width:1280px){.hero-section__main-title{font-size:3.5rem;letter-spacing:-.1875rem}}@media (min-width:1193px){.hero-section__main-title{font-size:3rem}}.hero-section__subtitle{font-size:1.125rem;font-weight:500;color:#bbb;margin:.25rem 0 0;line-height:1.3}@media (max-width:374px){.hero-section__subtitle{font-size:1rem}}@media (max-height:500px){.hero-section__subtitle{font-size:.875rem;margin-top:.125rem;line-height:1.2}}@media (max-height:300px){.hero-section__subtitle{font-size:.75rem;margin-top:0}}@media (min-width:640px){.hero-section__subtitle{font-size:1.5rem;margin-top:.375rem}}@media (min-width:640px) and (max-height:500px){.hero-section__subtitle{font-size:1rem;margin-top:.125rem}}@media (min-width:768px){.hero-section__subtitle{font-size:1.75rem;margin-top:.5rem}}@media (max-width:1024px) and (min-width:853px){.hero-section__subtitle{font-size:1.375rem;margin-top:.25rem;white-space:nowrap}}@media (min-width:1024px){.hero-section__subtitle{font-size:2.25rem;margin-top:.625rem}}@media (min-width:1280px){.hero-section__subtitle{font-size:3.5rem}}@media (min-width:1193px){.hero-section__subtitle{font-size:3rem}}.hero-section__right{display:flex;flex-direction:column;width:100%;box-sizing:border-box}@media (min-width:1024px){.hero-section__right{width:auto;align-self:stretch;flex:0 1 auto;max-width:40%;justify-content:space-between}}@media (min-width:1280px){.hero-section__right{max-width:none;min-width:300px;flex:0 0 auto}}.hero-section__description{color:rgba(255,255,255,.85);font-size:.8125rem;line-height:1.6;max-width:100%;margin:0 0 .75rem;word-wrap:break-word;overflow-wrap:break-word}@media (max-width:374px){.hero-section__description{font-size:.75rem;line-height:1.5;margin-bottom:.625rem}}@media (max-height:500px){.hero-section__description{font-size:.6875rem;line-height:1.4;margin-bottom:.5rem}}@media (max-height:300px){.hero-section__description{font-size:.625rem;line-height:1.3;margin-bottom:.375rem}}@media (min-width:640px){.hero-section__description{font-size:.875rem;line-height:1.6;margin-bottom:1rem}}@media (min-width:640px) and (max-height:500px){.hero-section__description{font-size:.75rem;line-height:1.3;margin-bottom:.5rem}}@media (min-width:768px){.hero-section__description{font-size:.9375rem;line-height:1.65}}@media (max-width:1024px) and (min-width:853px){.hero-section__description{font-size:.8125rem;line-height:1.5;max-width:100%;white-space:nowrap}}@media (min-width:1024px){.hero-section__description{line-height:1.7;margin-bottom:1.25rem;max-width:100%}}.hero-section__buttons{margin-top:1rem;margin-bottom:.5rem;display:flex;flex-direction:column;gap:.75rem;width:100%;align-items:flex-start}@media (max-width:374px){.hero-section__buttons{gap:.625rem;margin-top:.875rem}}@media (max-height:500px){.hero-section__buttons{margin-top:.5rem;margin-bottom:.25rem;gap:.5rem}}@media (max-height:300px){.hero-section__buttons{margin-top:.375rem;margin-bottom:.125rem;gap:.375rem}}@media (min-width:640px){.hero-section__buttons{flex-direction:row;gap:.875rem;margin-top:1rem;width:auto;align-items:center}}@media (min-width:640px) and (max-height:500px){.hero-section__buttons{margin-top:.375rem;gap:.5rem}}@media (min-width:768px){.hero-section__buttons{gap:1rem;margin-top:1.25rem}}@media (max-width:1024px) and (min-width:853px){.hero-section__buttons{margin-top:.5rem;margin-bottom:.25rem;flex-direction:column;gap:.5rem;width:100%;align-items:flex-start}}@media (min-width:1024px){.hero-section__buttons{gap:1.25rem;margin-top:1.5rem;margin-bottom:.625rem}}.hero-section__btn-primary{font-weight:500;padding:.625rem 1.5rem;border-radius:.25rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;white-space:nowrap;width:100%;max-width:320px}@media (max-width:374px){.hero-section__btn-primary{font-size:.9375rem;padding:.625rem 1.5rem}}@media (min-width:640px){.hero-section__btn-primary{padding:.625rem 1.5rem;width:auto;max-width:none}}.hero-section__download-link{display:flex;align-items:center;gap:.5rem;color:#555;text-decoration:none;font-size:.8125rem}@media (min-width:768px){.hero-section__download-link{font-size:.875rem}}.hero-section__download-link:hover{color:#888}.hero-section__link-arrow{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2}@media (min-width:768px){.hero-section__link-arrow{width:16px;height:16px}}.hero-section__description-break{display:none}@media (min-width:1024px) and (max-width:1439px){.hero-section__description-break{display:block}}.hero-section__bottom-fade{position:absolute;bottom:-2px;left:0;right:0;height:120px;background:linear-gradient(180deg,transparent 0,#000000 50%,#000000);z-index:1;pointer-events:none}.hero-section__canvas{filter:blur(.5px) contrast(1.25) brightness(1.35)}.hero-section__content{position:relative}.hero-section__main-title{color:rgba(255,255,255,.96);text-shadow:0 8px 24px rgba(0,0,0,.32)}.hero-section__subtitle{color:rgba(230,239,245,.72);letter-spacing:-.015em}.hero-section__description{color:rgba(214,227,238,.78);text-shadow:0 2px 12px rgba(0,0,0,.18)}.hero-section__btn-primary{box-shadow:0 14px 34px rgba(17,91,118,.18)}.hero-section__download-link{color:rgba(214,227,238,.64);transition:color .18s cubic-bezier(.22,1,.36,1),transform .18s cubic-bezier(.22,1,.36,1)}.hero-section__download-link:hover{color:rgba(255,255,255,.96);transform:translateX(1px)}.ide-gallery{background:radial-gradient(ellipse at center,#0a0a0f 0,#000000 100%);padding:1rem 0}@media (min-width:768px){.ide-gallery{padding:1.5rem 0}}@media (min-width:1024px){.ide-gallery{padding:2rem 0}}.ide-gallery__container{max-width:1600px;margin:0 auto;padding:0 1rem 2rem}@media (min-width:768px){.ide-gallery__container{padding:0 2rem 2.5rem}}@media (min-width:1024px){.ide-gallery__container{padding:0 2.5rem 3rem}}.ide-gallery__track{position:relative;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y}.ide-gallery__track.is-dragging{cursor:grabbing}.ide-gallery__list{position:relative;width:100%;padding-bottom:45%}@media (min-width:640px){.ide-gallery__list{padding-bottom:38%}}@media (min-width:768px){.ide-gallery__list{padding-bottom:34%}}@media (min-width:1024px){.ide-gallery__list{padding-bottom:30%}}@media (min-width:1280px){.ide-gallery__list{padding-bottom:28%}}@media (min-width:1920px){.ide-gallery__list{padding-bottom:32%}}@media (min-width:2560px){.ide-gallery__list{padding-bottom:35%}}.ide-gallery__item{position:absolute;width:70%;max-width:800px;will-change:transform,opacity;top:0;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.ide-gallery__item.is-drag-mode{transition:all .8s ease}@media (min-width:640px){.ide-gallery__item{width:60%}}@media (min-width:768px){.ide-gallery__item{width:55%}}@media (min-width:1024px){.ide-gallery__item{width:50%}}@media (min-width:1280px){.ide-gallery__item{width:48%}}@media (min-width:1920px){.ide-gallery__item{width:55%;max-width:1200px}}@media (min-width:2560px){.ide-gallery__item{width:60%;max-width:1500px}}.ide-gallery__item--prev{left:-30%;z-index:1;transform:scale(.88);opacity:.55}@media (min-width:640px){.ide-gallery__item--prev{left:-20%}}@media (min-width:768px){.ide-gallery__item--prev{left:-15%}}@media (min-width:1024px){.ide-gallery__item--prev{left:-5%}}@media (min-width:1280px){.ide-gallery__item--prev{left:-2%}}@media (min-width:1920px){.ide-gallery__item--prev{left:-8%}}@media (min-width:2560px){.ide-gallery__item--prev{left:-12%}}.ide-gallery__item--active{left:50%;transform:translateX(-50%) scale(1);z-index:2;opacity:1}.ide-gallery__item--next{right:-30%;z-index:1;transform:scale(.88);opacity:.55}@media (min-width:640px){.ide-gallery__item--next{right:-20%}}@media (min-width:768px){.ide-gallery__item--next{right:-15%}}@media (min-width:1024px){.ide-gallery__item--next{right:-5%}}@media (min-width:1280px){.ide-gallery__item--next{right:-2%}}@media (min-width:1920px){.ide-gallery__item--next{right:-8%}}@media (min-width:2560px){.ide-gallery__item--next{right:-12%}}.ide-gallery__item--hidden{opacity:0;pointer-events:none;z-index:0;transform:scale(.7)}.ide-gallery__image-wrapper{border-radius:.5rem;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.5);background:#1a1b1e}@media (min-width:640px){.ide-gallery__image-wrapper{box-shadow:0 12px 40px rgba(0,0,0,.5)}}@media (min-width:768px){.ide-gallery__image-wrapper{border-radius:.75rem;box-shadow:0 15px 50px rgba(0,0,0,.55)}}@media (min-width:1024px){.ide-gallery__image-wrapper{border-radius:1rem;box-shadow:0 20px 60px rgba(0,0,0,.6)}}@media (min-width:1280px){.ide-gallery__image-wrapper{box-shadow:0 25px 80px rgba(0,0,0,.65)}}@media (min-width:1920px){.ide-gallery__image-wrapper{box-shadow:0 30px 100px rgba(0,0,0,.7)}}.ide-gallery__image-wrapper img{display:block;width:100%;height:auto;pointer-events:none}.ide-gallery__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}@media (min-width:768px){.ide-gallery__dots{gap:.625rem;margin-top:1.5rem}}.ide-gallery__dot{width:8px;height:8px;border-radius:50%;border:none;background:rgba(255,255,255,.2);cursor:pointer;transition:all .2s ease;padding:0}@media (min-width:768px){.ide-gallery__dot{width:10px;height:10px}}.ide-gallery__dot:hover{background:rgba(255,255,255,.4)}.ide-gallery__dot.is-active{width:24px;border-radius:4px}@media (min-width:768px){.ide-gallery__dot.is-active{width:28px}}.ide-gallery__item{transition:all .42s cubic-bezier(.22,1,.36,1)}.ide-gallery__item.is-drag-mode{transition:all .78s cubic-bezier(.22,.61,.36,1)}.ide-gallery__item--next,.ide-gallery__item--prev{opacity:.62}.ide-gallery__item--active .ide-gallery__image-wrapper{transform:translateY(-2px);box-shadow:0 30px 80px rgba(0,0,0,.5),0 0 0 1px rgba(103,215,255,.12)}.ide-gallery__image-wrapper{position:relative;border-radius:.9rem;background:linear-gradient(180deg,rgba(12,17,25,.82),rgba(4,7,12,.94));border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 48px rgba(0,0,0,.34);transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s cubic-bezier(.22,1,.36,1),border-color .22s cubic-bezier(.22,1,.36,1)}.ide-gallery__image-wrapper:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}.ide-gallery__image-wrapper img{filter:brightness(.96) contrast(1.03) saturate(1.02)}.ide-gallery__dot{background:rgba(255,255,255,.18);transition:all .18s cubic-bezier(.22,1,.36,1)}.ide-gallery__dot:hover{background:rgba(255,255,255,.36);transform:translateY(-1px)}.ide-gallery__dot.is-active{background:#67D7FF;box-shadow:0 0 18px rgba(103,215,255,.22)}.privacy-section{padding:2rem 0;background:radial-gradient(ellipse at center,#0a0a0f 0,#000000 100%)}@media (max-width:374px){.privacy-section{padding:1.5rem 0}}@media (min-width:640px){.privacy-section{padding:2rem 0}}@media (min-width:768px){.privacy-section{padding:2.5rem 0}}@media (min-width:1024px){.privacy-section{padding:3rem 0}}@media (min-width:1280px){.privacy-section{padding:3.5rem 0}}.privacy-section__container{margin:0 auto;padding:0 .75rem;width:100%;max-width:calc(100vw - 1.5rem);box-sizing:border-box}@media (max-width:374px){.privacy-section__container{padding:0 .5rem;max-width:calc(100vw - 1rem)}}@media (min-width:640px){.privacy-section__container{padding:0 1rem;max-width:calc(100vw - 2rem)}}@media (min-width:768px){.privacy-section__container{padding:0 1.5rem;max-width:min(1400px,calc(100vw - 3rem))}}@media (min-width:1024px){.privacy-section__container{padding:0 2.5rem;max-width:min(1400px,calc(100vw - 5rem))}}@media (min-width:1280px){.privacy-section__container{padding:0 2%;max-width:min(1600px,calc(100vw - 4%))}}@media (min-width:1536px){.privacy-section__container{max-width:min(1800px,calc(100vw - 4%))}}@media (min-width:1920px){.privacy-section__container{max-width:min(1800px,calc(100vw - 4%))}}@media (min-width:2560px){.privacy-section__container{max-width:70.32vw}}.privacy-section__header{text-align:center;margin-bottom:2rem}@media (max-width:374px){.privacy-section__header{margin-bottom:1.75rem}}@media (min-width:640px){.privacy-section__header{margin-bottom:2.5rem}}@media (min-width:768px){.privacy-section__header{margin-bottom:3rem}}@media (min-width:1024px){.privacy-section__header{margin-bottom:3.5rem}}@media (min-width:1280px){.privacy-section__header{margin-bottom:4rem}}.privacy-section__title{font-size:1.75rem;font-weight:700;margin-bottom:.75rem;color:white}@media (max-width:374px){.privacy-section__title{font-size:1.5rem;margin-bottom:.625rem}}@media (min-width:640px){.privacy-section__title{font-size:2rem;margin-bottom:1rem}}@media (min-width:768px){.privacy-section__title{font-size:2.25rem;margin-bottom:1.25rem}}@media (min-width:1024px){.privacy-section__title{font-size:3rem;margin-bottom:1.5rem}}@media (min-width:1280px){.privacy-section__title{font-size:3.5rem}}.privacy-section__description{color:#9ca3af;font-size:.8125rem;max-width:800px;margin:0 auto;line-height:1.5;padding:0 .5rem}@media (max-width:374px){.privacy-section__description{font-size:.75rem;line-height:1.45;padding:0 .25rem}}@media (min-width:640px){.privacy-section__description{font-size:.9375rem;line-height:1.6;padding:0}}@media (min-width:768px){.privacy-section__description{font-size:1rem;line-height:1.7}}@media (min-width:1024px){.privacy-section__description{font-size:1.125rem;line-height:1.75}}@media (min-width:1280px){.privacy-section__description{font-size:1.25rem}}.privacy-section__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (max-width:374px){.privacy-section__grid{gap:1rem}}@media (min-width:640px){.privacy-section__grid{gap:1.5rem}}@media (min-width:768px){.privacy-section__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (min-width:1024px){.privacy-section__grid{gap:2.5rem}}.privacy-section__card{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.05);border-radius:.75rem;padding:1.5rem 1.25rem;transition:all .3s ease;display:flex;flex-direction:column;min-height:auto}@media (max-width:374px){.privacy-section__card{border-radius:.625rem;padding:1.25rem 1rem}}@media (min-width:640px){.privacy-section__card{padding:1.75rem 1.5rem;border-radius:.875rem}}@media (min-width:768px){.privacy-section__card{padding:2rem 1.75rem;border-radius:1rem;min-height:280px}.privacy-section__card:hover{background:rgba(255,255,255,.03);border-color:rgba(255,255,255,.15)}.privacy-section__card:hover .privacy-section__card-title{color:#fff}}@media (min-width:1024px){.privacy-section__card{padding:2.5rem 2rem;min-height:320px}}@media (min-width:1280px){.privacy-section__card{padding:3rem 2.5rem;min-height:360px}}@media (hover:none){.privacy-section__card:active{background:rgba(208,238,251,.05);border-color:rgba(208,238,251,.2)}}.privacy-section__card-title{font-size:1.125rem;font-weight:700;margin-bottom:.625rem;color:white;transition:color .3s ease}@media (max-width:374px){.privacy-section__card-title{font-size:1rem;margin-bottom:.5rem}}@media (min-width:640px){.privacy-section__card-title{font-size:1.25rem;margin-bottom:.75rem}}@media (min-width:768px){.privacy-section__card-title{font-size:1.375rem;margin-bottom:.875rem}}@media (min-width:1024px){.privacy-section__card-title{font-size:1.5rem;margin-bottom:1rem}}@media (min-width:1280px){.privacy-section__card-title{font-size:1.75rem}}.privacy-section__card-description{color:#9ca3af;font-size:.8125rem;line-height:1.5;margin:0 0 auto;flex:1}@media (max-width:374px){.privacy-section__card-description{font-size:.75rem;line-height:1.45}}@media (min-width:640px){.privacy-section__card-description{font-size:.875rem;line-height:1.6}}@media (min-width:768px){.privacy-section__card-description{font-size:.9375rem;line-height:1.7}}@media (min-width:1024px){.privacy-section__card-description{font-size:1rem;line-height:1.75}}@media (min-width:1280px){.privacy-section__card-description{line-height:1.8}}.privacy-section__card-icon{width:40px;height:40px;background:transparent;display:flex;align-items:center;justify-content:flex-start;margin-top:1rem;color:#D0EEFB;transition:all .3s ease}@media (max-width:374px){.privacy-section__card-icon{width:36px;height:36px;margin-top:.875rem}}@media (min-width:640px){.privacy-section__card-icon{width:44px;height:44px;margin-top:1.25rem}}@media (min-width:768px){.privacy-section__card-icon{width:48px;height:48px;margin-top:1.5rem}}@media (min-width:1024px){.privacy-section__card-icon{width:52px;height:52px;margin-top:1.75rem}}@media (min-width:1280px){.privacy-section__card-icon{width:56px;height:56px;margin-top:2rem}}.privacy-section__icon{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2}@media (max-width:374px){.privacy-section__icon{width:24px;height:24px}}@media (min-width:640px){.privacy-section__icon{width:30px;height:30px}}@media (min-width:768px){.privacy-section__icon{width:32px;height:32px}}@media (min-width:1024px){.privacy-section__icon{width:36px;height:36px}}@media (min-width:1280px){.privacy-section__icon{width:40px;height:40px}}.privacy-section__title{color:rgba(255,255,255,.96);letter-spacing:-.03em}.privacy-section__description{color:rgba(214,227,238,.78);max-width:48rem;line-height:1.72}.privacy-section__card{background:linear-gradient(180deg,rgba(12,17,25,.72),rgba(5,8,14,.92));border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 18px 40px rgba(0,0,0,.24);transition:transform .22s cubic-bezier(.22,1,.36,1),border-color .22s cubic-bezier(.22,1,.36,1),box-shadow .22s cubic-bezier(.22,1,.36,1),background-color .22s cubic-bezier(.22,1,.36,1)}.privacy-section__card:hover{transform:translateY(-4px);border-color:rgba(103,215,255,.2);box-shadow:0 24px 48px rgba(0,0,0,.32),0 0 0 1px rgba(103,215,255,.06)}.privacy-section__card-title{color:rgba(255,255,255,.96);letter-spacing:-.02em}.privacy-section__card-description{color:rgba(214,227,238,.78)}.privacy-section__card-icon{width:3.5rem;height:3.5rem;justify-content:center;border-radius:.9rem;background:rgba(103,215,255,.08);color:#d0eefb;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.solo-section{min-height:auto;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:radial-gradient(ellipse at center,#0a0a0f 0,#000000 100%)}@media (max-width:374px){.solo-section{padding:.5rem .75rem;min-height:auto}}@media (min-width:640px){.solo-section{padding:2rem 1.5rem}}@media (min-width:768px){.solo-section{padding:2.5rem 2rem}}@media (min-width:1024px){.solo-section{padding:4.5rem 2rem}}.solo-section__container{max-width:100%;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem}@media (max-width:374px){.solo-section__container{gap:.5rem;padding:1.5rem 1rem}}@media (min-width:640px){.solo-section__container{padding:2.5rem 2rem}}@media (min-width:768px){.solo-section__container{padding:3rem 2rem;max-width:900px}}@media (min-width:1280px){.solo-section__container{max-width:1100px}}@media (min-width:1536px){.solo-section__container{max-width:1300px}}@media (min-width:1920px){.solo-section__container{max-width:min(1800px,calc(100vw - 4%))}}@media (min-width:2560px){.solo-section__container{max-width:70.32vw}}.solo-section__badge{display:inline-block;font-size:1rem;font-weight:400;color:#67D7FF;letter-spacing:.03em;margin-bottom:1.25rem}@media (max-width:374px){.solo-section__badge{font-size:.9375rem;margin-bottom:1rem}}@media (min-width:640px){.solo-section__badge{font-size:1.125rem;margin-bottom:1.5rem}}@media (min-width:768px){.solo-section__badge{font-size:1.25rem;margin-bottom:1.25rem}}@media (min-width:1024px){.solo-section__badge{font-size:1.5rem;margin-bottom:1.5rem}}@media (min-width:1280px){.solo-section__badge{font-size:1.75rem}}@media (min-width:1536px){.solo-section__badge{font-size:2rem}}.solo-section__title{font-size:3rem;font-weight:700;line-height:1.2;color:white;margin:0 0 1.5rem}@media (max-width:374px){.solo-section__title{font-size:3rem;line-height:1.15;margin-bottom:1.25rem}}@media (min-width:640px){.solo-section__title{font-size:3rem;margin-bottom:2rem}}@media (min-width:768px){.solo-section__title{font-size:3rem}}@media (min-width:1024px){.solo-section__title{font-size:3rem}}@media (min-width:1280px){.solo-section__title{font-size:3rem}}@media (min-width:1536px){.solo-section__title{font-size:3rem}}@media (min-width:1193px){.solo-section__title{font-size:3.5rem}}.solo-section__highlight{color:#D0EEFB}.solo-section__description{font-size:.9375rem;line-height:1.7;color:#9ca3af;max-width:100%;padding:0 .5rem;margin:0 0 1.5rem}@media (max-width:374px){.solo-section__description{font-size:.875rem;line-height:1.6;padding:0 .25rem;margin-bottom:1.25rem}}@media (min-width:640px){.solo-section__description{font-size:1.0625rem;line-height:1.75;max-width:600px;padding:0;margin-bottom:2rem}}@media (min-width:768px){.solo-section__description{font-size:1rem;line-height:1.75;max-width:700px}}@media (min-width:1024px){.solo-section__description{font-size:1.125rem;line-height:1.8}}@media (min-width:1280px){.solo-section__description{font-size:1.25rem}}.solo-section__cta-button{margin-top:.5rem;font-weight:500;font-size:1rem;padding:.625rem 0!important;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;aspect-ratio:4/1;max-width:120px;min-width:120px}@media (max-width:374px){.solo-section__cta-button{font-size:.875rem;max-width:100px;min-width:100px}}@media (min-width:640px){.solo-section__cta-button{font-size:1rem;gap:.625rem;margin-top:.75rem;width:auto;max-width:130px;min-width:130px}}@media (min-width:768px){.solo-section__cta-button{font-size:1rem;gap:.75rem;margin-top:1rem;max-width:140px;min-width:140px}}.solo-section__icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}@media (min-width:768px){.solo-section__icon{width:20px;height:20px}}.solo-section__container{position:relative}.solo-section__container:before{content:"";position:absolute;inset:0;border-radius:1.5rem;background:radial-gradient(circle at top center,rgba(103,215,255,.08),transparent 56%);pointer-events:none}.solo-section__badge{padding:.3rem .8rem;border:1px solid rgba(103,215,255,.18);border-radius:999px;background:rgba(103,215,255,.07);color:#a9e9ff;letter-spacing:.08em}.solo-section__title{color:rgba(255,255,255,.96);letter-spacing:-.035em;text-wrap:balance}.solo-section__description{color:rgba(214,227,238,.78);max-width:46rem}.solo-section__cta-button{margin-top:1rem;border-radius:.25rem;box-shadow:0 14px 34px rgba(17,91,118,.18)}.not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0a0a0a;position:relative;overflow:hidden}.not-found__container{text-align:center;z-index:1;position:relative;padding:1rem}.not-found__code{font-size:6rem;font-weight:900;background:linear-gradient(135deg,#4a9eff,#357abd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:1.25rem;animation:glitch 3s infinite}@media (min-width:640px){.not-found__code{font-size:8rem;margin-bottom:1.5rem}}@media (min-width:768px){.not-found__code{font-size:10rem}}@media (min-width:1024px){.not-found__code{font-size:11.25rem}}.not-found__title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.875rem}@media (min-width:640px){.not-found__title{font-size:1.875rem;margin-bottom:1rem}}@media (min-width:768px){.not-found__title{font-size:2.25rem}}@media (min-width:1024px){.not-found__title{font-size:2.625rem}}.not-found__desc{font-size:1rem;color:#888;margin-bottom:2rem}@media (min-width:640px){.not-found__desc{font-size:1.0625rem;margin-bottom:2.5rem}}@media (min-width:768px){.not-found__desc{font-size:1.125rem}}.not-found__actions{display:flex;gap:.875rem;justify-content:center;flex-wrap:wrap}@media (min-width:640px){.not-found__actions{gap:1rem}}.not-found__btn{padding:.75rem 1.75rem;border-radius:.25rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease}@media (min-width:640px){.not-found__btn{padding:.875rem 2rem;font-size:1rem}}.not-found__btn--primary{background:linear-gradient(135deg,#4a9eff,#357abd);border:none;color:#fff}.not-found__btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(74,158,255,.3)}.not-found__btn--secondary{background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff}.not-found__btn--secondary:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.3)}.not-found__bg{position:absolute;inset:0;z-index:0}.not-found__circle{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(74,158,255,.1) 0,transparent 70%);animation:float 20s ease-in-out infinite}.not-found__circle--1{width:250px;height:250px;top:-125px;left:-125px;animation-delay:0s}@media (min-width:640px){.not-found__circle--1{width:300px;height:300px;top:-150px;left:-150px}}@media (min-width:768px){.not-found__circle--1{width:400px;height:400px;top:-200px;left:-200px}}.not-found__circle--2{width:400px;height:400px;bottom:-200px;right:-200px;animation-delay:-7s}@media (min-width:640px){.not-found__circle--2{width:500px;height:500px;bottom:-250px;right:-250px}}@media (min-width:768px){.not-found__circle--2{width:600px;height:600px;bottom:-300px;right:-300px}}.not-found__circle--3{width:200px;height:200px;top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:-14s}@media (min-width:640px){.not-found__circle--3{width:250px;height:250px}}@media (min-width:768px){.not-found__circle--3{width:300px;height:300px}}@keyframes glitch{0%,to{transform:translate(0)}20%{transform:translate(-2px,2px)}40%{transform:translate(-2px,-2px)}60%{transform:translate(2px,2px)}80%{transform:translate(2px,-2px)}}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.plugins-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#000000;padding:6rem 1rem 3rem}@media (min-width:640px){.plugins-hero{padding:7rem 1.5rem 3.5rem}}@media (min-width:768px){.plugins-hero{padding:8rem 2rem 4rem}}@media (min-width:1024px){.plugins-hero{padding:10rem 3rem 6rem}}.plugins-hero__container{max-width:1200px;margin:0 auto;text-align:center}.plugins-hero__title{font-size:2.5rem;font-weight:700;color:white;margin-bottom:1.5rem;letter-spacing:-.02em}@media (min-width:640px){.plugins-hero__title{font-size:3rem;margin-bottom:2rem}}@media (min-width:768px){.plugins-hero__title{font-size:4rem}}@media (min-width:1024px){.plugins-hero__title{font-size:5rem}}@media (min-width:1280px){.plugins-hero__title{font-size:6rem}}.plugins-hero__description{font-size:.9375rem;line-height:1.7;color:rgba(255,255,255,.7);margin-bottom:2.5rem;max-width:900px;margin-left:auto;margin-right:auto}@media (min-width:640px){.plugins-hero__description{font-size:1rem;line-height:1.75;margin-bottom:3rem}}@media (min-width:768px){.plugins-hero__description{font-size:1.125rem;line-height:1.8}}.plugins-hero__cta{font-size:.8125rem;font-weight:500}@media (min-width:640px){.plugins-hero__cta{font-size:.875rem}}.pricing-page{background:linear-gradient(180deg,#121212,#0a0a0a);min-height:100vh;padding:64px 0 0}.pricing-hero{padding:2.5rem 1rem 1.5rem;text-align:center}@media (min-width:768px){.pricing-hero{padding:3rem 2rem 2rem}}.pricing-hero__container{max-width:1200px;margin:0 auto}.pricing-hero__title{font-size:2rem;font-weight:600;color:#ffffff;margin-bottom:.5rem}@media (min-width:768px){.pricing-hero__title{font-size:2.5rem}}.pricing-hero__subtitle{font-size:.875rem;color:rgba(255,255,255,.6)}@media (min-width:768px){.pricing-hero__subtitle{font-size:.9375rem}}.pricing-hero__link{color:#67D7FF;cursor:pointer;text-decoration:none}.pricing-hero__link:hover{text-decoration:underline}.pricing-cards{padding:0 1rem 3rem}@media (min-width:768px){.pricing-cards{padding:0 2rem 4rem}}@media (min-width:1024px){.pricing-cards{padding:0 2.5rem 5rem}}.pricing-cards__container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width:768px){.pricing-cards__container{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (min-width:1024px){.pricing-cards__container{gap:1.25rem}}.pricing-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:1.25rem;position:relative;transition:all .3s ease}.pricing-card:hover{border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.06)}.pricing-card--featured{border-color:rgba(208,238,251,.35);background:rgba(208,238,251,.08)}.pricing-card--featured:hover{border-color:rgba(208,238,251,.5);background:rgba(208,238,251,.12)}.pricing-card__badge{position:absolute;top:0;right:1rem;background:#67D7FF;color:#FFFFFF;font-size:.6875rem;font-weight:600;padding:.25rem .75rem;border-radius:0 0 .375rem .375rem}.pricing-card__header{margin-bottom:1rem}.pricing-card__name{font-size:1rem;font-weight:500;color:#ffffff;margin-bottom:.25rem}.pricing-card__subtitle{font-size:.8125rem;color:rgba(255,255,255,.4);line-height:1.4}.pricing-card__price{margin-bottom:1rem}.pricing-card__amount{font-size:1.75rem;font-weight:600;color:#ffffff}.pricing-card__period{display:block;font-size:.75rem;color:rgba(255,255,255,.4);margin-top:.25rem;margin-left:0}.pricing-card__btn{width:100%;margin-bottom:1rem}.pricing-card__features{list-style:none;padding:0;margin:0}.pricing-card__features li{font-size:.8125rem;color:rgba(255,255,255,.5);position:relative;padding:.3rem 0 .3rem 1rem}.pricing-card__features li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.4)}.qr-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(0,0,0,.8);backdrop-filter:blur(8px)}.qr-modal__content{position:relative;background:#141414;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1.5rem;max-width:320px;width:100%;text-align:center}.qr-modal__close{position:absolute;top:.75rem;right:.75rem;width:28px;height:28px;border-radius:50%;border:none;background:rgba(255,255,255,.1);color:rgba(255,255,255,.5);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.qr-modal__close:hover{background:rgba(255,255,255,.2);color:#ffffff}.qr-modal__close svg{width:16px;height:16px}.qr-modal__body{padding-top:.5rem}.qr-modal__title{font-size:1.125rem;font-weight:600;color:#ffffff;margin-bottom:.375rem}.qr-modal__subtitle{font-size:.8125rem;color:rgba(255,255,255,.4);margin-bottom:1.25rem}.qr-modal__image-wrapper{background:#ffffff;border-radius:.5rem;padding:1rem;margin-bottom:1rem}.qr-modal__image{width:100%;max-width:160px;height:auto;-o-object-fit:contain;object-fit:contain;display:block;margin:0 auto}.qr-modal__desc{font-size:.875rem;color:#ffffff;margin-bottom:.25rem}.qr-modal__hint{font-size:.75rem;color:rgba(255,255,255,.4)}.geo-page{min-height:100vh;background:#000;font-family:-apple-system,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.geo-page__breadcrumb{padding:.875rem 2rem;background:rgba(255,255,255,.015);border-bottom:1px solid rgba(255,255,255,.06)}.geo-page__breadcrumb ol{max-width:1200px;margin:0 auto;padding:0;list-style:none;display:flex;gap:.375rem;font-size:.8125rem;color:rgba(255,255,255,.42)}.geo-page__breadcrumb ol li{display:flex;align-items:center}.geo-page__breadcrumb ol li:not(:last-child):after{content:"/";margin-left:.375rem;color:rgba(255,255,255,.2)}.geo-page__breadcrumb ol li a{color:rgba(255,255,255,.42);text-decoration:none}.geo-page__breadcrumb ol li a:hover,.geo-page__breadcrumb ol li:last-child span{color:#67D7FF}.geo-page__faq{position:relative;background:#050505;padding:5rem 1.5rem;overflow:hidden}@media (min-width:768px){.geo-page__faq{padding:7rem 2rem}}.geo-page__faq:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:600px;height:1px;background:linear-gradient(90deg,transparent,rgba(103,215,255,.18),transparent)}.geo-page__faq-container{max-width:860px;margin:0 auto}.geo-page__faq-header{text-align:center;margin-bottom:3rem}.geo-page__faq-header h2{font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:800;color:#fff;letter-spacing:-.02em;margin-bottom:.5rem}.geo-page__faq-header p{font-size:.875rem;color:rgba(255,255,255,.42);line-height:1.6}.geo-page__faq-eyebrow{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#67D7FF;margin-bottom:.875rem;position:relative;padding:0 1.5rem}.geo-page__faq-eyebrow:after,.geo-page__faq-eyebrow:before{content:"";position:absolute;top:50%;width:20px;height:1px;background:#67D7FF;opacity:.5}.geo-page__faq-eyebrow:before{right:100%}.geo-page__faq-eyebrow:after{left:100%}.geo-page__faq-list{display:flex;flex-direction:column;gap:2px}.geo-page__faq-item{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.08);border-radius:.625rem;padding:1.5rem 1.75rem;transition:all .3s ease}.geo-page__faq-item:hover{border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.04)}.geo-page__faq-q{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .75rem;line-height:1.4}.geo-page__faq-a{font-size:.875rem;color:rgba(255,255,255,.42);line-height:1.8;margin:0}.geo-page__cta{position:relative;background:#000;padding:5rem 1.5rem 6rem;text-align:center;overflow:hidden}@media (min-width:768px){.geo-page__cta{padding:7rem 2rem 8rem}}.geo-page__cta:before{top:0;width:600px;height:1px;background:linear-gradient(90deg,transparent,rgba(103,215,255,.18),transparent)}.geo-page__cta:after,.geo-page__cta:before{content:"";position:absolute;left:50%;transform:translateX(-50%)}.geo-page__cta:after{bottom:-80px;width:500px;height:400px;background:radial-gradient(ellipse,rgba(103,215,255,.08) 0,transparent 70%);pointer-events:none}.geo-page__cta-container{max-width:640px;margin:0 auto;position:relative;z-index:1}.geo-page__cta-container h2{font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:800;color:#fff;letter-spacing:-.02em;margin-bottom:.75rem}.geo-page__cta-container p{font-size:.9375rem;color:rgba(255,255,255,.42);line-height:1.7;margin-bottom:2rem}.geo-page__cta-btn{display:inline-flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:700;color:#fff}.geo-page__cta-btn svg{width:16px;height:16px;transition:transform .25s}.geo-features{position:relative;background:#000;padding:5rem 1.5rem;overflow:hidden}@media (min-width:768px){.geo-features{padding:7rem 2rem}}.geo-features:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:600px;height:1px;background:linear-gradient(90deg,transparent,rgba(103,215,255,.18),transparent)}.geo-features__container{max-width:1200px;margin:0 auto}.geo-features__header{text-align:center;margin-bottom:3.5rem}.geo-features__eyebrow{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#67D7FF;margin-bottom:.875rem;position:relative;padding:0 1.5rem}.geo-features__eyebrow:after,.geo-features__eyebrow:before{content:"";position:absolute;top:50%;width:20px;height:1px;background:#67D7FF;opacity:.5}.geo-features__eyebrow:before{right:100%}.geo-features__eyebrow:after{left:100%}.geo-features__title{font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:800;color:#fff;letter-spacing:-.02em;line-height:1.2;margin-bottom:.75rem}.geo-features__subtitle{font-size:.9375rem;color:rgba(255,255,255,.4);max-width:520px;margin:0 auto;line-height:1.7}.geo-features__grid{display:grid;grid-template-columns:1fr;gap:1px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.12);border-radius:1rem;overflow:hidden}@media (min-width:640px){.geo-features__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.geo-features__grid{grid-template-columns:repeat(3,1fr)}}.geo-features__card{padding:1.75rem 2rem;background:#0a0a0a;transition:all .3s ease;cursor:default}.geo-features__card:hover{background:rgba(255,255,255,.03)}.geo-features__card:hover .geo-features__icon{color:#67D7FF;background:rgba(103,215,255,.15)}.geo-features__card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.geo-features__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(103,215,255,.1);border-radius:.5rem;color:rgba(103,215,255,.7);transition:all .3s ease;flex-shrink:0}.geo-features__icon svg{width:20px;height:20px}.geo-features__tag{font-size:.5625rem;font-weight:700;letter-spacing:.1em;color:rgba(103,215,255,.4);border:1px solid rgba(103,215,255,.15);padding:.2rem .5rem;border-radius:.25rem}.geo-features__card-title{font-size:1.0625rem;font-weight:700;color:#fff;margin:0 0 .5rem;letter-spacing:-.01em}.geo-features__card-desc{font-size:.8125rem;color:rgba(255,255,255,.42);line-height:1.7;margin:0 0 1.25rem}.geo-features__highlights{display:flex;flex-wrap:wrap;gap:.375rem}.geo-features__highlight{font-size:.625rem;font-weight:600;color:#67D7FF;background:rgba(103,215,255,.08);padding:.2rem .625rem;border-radius:1rem}.geo-hero{position:relative;min-height:100vh;display:flex;align-items:center;background:#000;overflow:hidden;padding:0 1.5rem}.geo-hero__orb{position:absolute;border-radius:50%;pointer-events:none;filter:blur(80px)}.geo-hero__orb--1{width:600px;height:600px;top:-200px;left:50%;transform:translateX(-60%);background:radial-gradient(circle,rgba(103,215,255,.12) 0,transparent 70%);animation:orb-float 8s ease-in-out infinite}.geo-hero__orb--2{width:400px;height:400px;bottom:-100px;right:5%;background:radial-gradient(circle,rgba(63,127,224,.1) 0,transparent 70%);animation:orb-float 11s ease-in-out infinite reverse}@keyframes orb-float{0%,to{transform:translateX(-60%) translateY(0)}50%{transform:translateX(-60%) translateY(-30px)}}.geo-hero__container{max-width:1000px;margin:0 auto;text-align:center;position:relative;z-index:1;padding:8rem 0 5rem}.geo-hero__eyebrow{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#67D7FF;border:1px solid rgba(103,215,255,.25);padding:.3rem 1rem;border-radius:2rem;margin-bottom:1.5rem;background:rgba(103,215,255,.06)}.geo-hero__title{font-size:clamp(2.25rem,6vw,4rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;color:#fff;margin-bottom:1.5rem}.geo-hero__title-accent{background:linear-gradient(135deg,#67D7FF,#3f7fe0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.geo-hero__subtitle{font-size:clamp(1rem,2vw,1.125rem);color:rgba(255,255,255,.5);line-height:1.8;max-width:680px;margin:0 auto 2.5rem}.geo-hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:4rem}.geo-hero__cta-primary{display:inline-flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:700}.geo-hero__cta-primary svg{width:16px;height:16px;transition:transform .25s}.geo-hero__cta-primary:hover svg{transform:translateX(3px)}.geo-hero__cta-secondary{font-size:.9375rem;font-weight:600}.geo-hero__stats{display:flex;align-items:center;justify-content:center;gap:0;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:1.5rem 2rem;max-width:640px;margin:0 auto;flex-wrap:wrap}@media (max-width:640px){.geo-hero__stats{gap:1.5rem;flex-direction:column}}.geo-hero__stat{flex:1;text-align:center;min-width:100px}.geo-hero__stat-value{display:block;font-size:1.625rem;font-weight:800;color:#67D7FF;letter-spacing:-.02em;line-height:1;margin-bottom:.25rem}.geo-hero__stat-label{font-size:.75rem;color:rgba(255,255,255,.35);font-weight:500}.geo-hero__stat-divider{width:1px;height:36px;background:rgba(255,255,255,.08);flex-shrink:0}@media (max-width:640px){.geo-hero__stat-divider{display:none}}.geo-how{position:relative;background:#050505;padding:5rem 1.5rem;overflow:hidden}@media (min-width:768px){.geo-how{padding:7rem 2rem}}.geo-how:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:600px;height:1px;background:linear-gradient(90deg,transparent,rgba(103,215,255,.18),transparent)}.geo-how__container{max-width:1100px;margin:0 auto}.geo-how__header{text-align:center;margin-bottom:3.5rem}.geo-how__eyebrow{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#67D7FF;margin-bottom:.875rem;position:relative;padding:0 1.5rem}.geo-how__eyebrow:after,.geo-how__eyebrow:before{content:"";position:absolute;top:50%;width:20px;height:1px;background:#67D7FF;opacity:.5}.geo-how__eyebrow:before{right:100%}.geo-how__eyebrow:after{left:100%}.geo-how__title{font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:800;color:#fff;letter-spacing:-.02em;line-height:1.2;margin-bottom:.75rem}.geo-how__subtitle{font-size:.9375rem;color:rgba(255,255,255,.4);max-width:560px;margin:0 auto;line-height:1.7}.geo-how__vs{justify-content:center;gap:1rem;margin-bottom:4rem;flex-wrap:wrap;position:relative}.geo-how__vs,.geo-how__vs-item{display:flex;align-items:center}.geo-how__vs-item{gap:.75rem;padding:1rem 1.5rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:.625rem;min-width:220px;transition:all .3s ease}.geo-how__vs-item:hover{border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.05)}.geo-how__vs-item.is-highlighted{background:rgba(103,215,255,.1);border-color:rgba(103,215,255,.25)}.geo-how__vs-item.is-highlighted:hover{border-color:rgba(103,215,255,.4);background:rgba(103,215,255,.15)}.geo-how__vs-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#67D7FF}.geo-how__vs-icon svg{width:100%;height:100%}.geo-how__vs-label{font-size:1rem;font-weight:700;color:#fff;min-width:40px}.geo-how__vs-desc{font-size:.8125rem;color:rgba(255,255,255,.45);line-height:1.4}.geo-how__vs-arrow{font-size:1.25rem;color:#67D7FF;font-weight:700;order:1}@media (max-width:640px){.geo-how__vs-arrow{transform:rotate(90deg)}}.geo-how__steps{display:flex;flex-direction:column;gap:0}.geo-how__step{display:flex;gap:1.5rem}.geo-how__step-track{flex-direction:column}.geo-how__step-num,.geo-how__step-track{display:flex;align-items:center;flex-shrink:0}.geo-how__step-num{width:44px;height:44px;border-radius:50%;background:rgba(103,215,255,.1);border:1px solid rgba(103,215,255,.2);justify-content:center;font-size:.75rem;font-weight:800;color:#67D7FF;letter-spacing:.05em;position:relative;z-index:1;transition:all .3s}.geo-how__step:hover .geo-how__step-num{background:rgba(103,215,255,.18);border-color:rgba(103,215,255,.45);box-shadow:0 0 16px rgba(103,215,255,.2)}.geo-how__step-line{flex:1;width:1px;min-height:2rem;background:linear-gradient(180deg,rgba(103,215,255,.2),rgba(103,215,255,.04))}.geo-how__step-body{padding-bottom:2.5rem;flex:1}.geo-how__step-tag{display:inline-block;font-size:.5625rem;font-weight:700;letter-spacing:.1em;color:rgba(103,215,255,.45);border:1px solid rgba(103,215,255,.15);padding:.15rem .5rem;border-radius:.25rem;margin-bottom:.5rem}.geo-how__step-title{font-size:1.0625rem;font-weight:700;color:#fff;margin:0 0 .5rem;letter-spacing:-.01em}.geo-how__step-desc{font-size:.875rem;color:rgba(255,255,255,.42);line-height:1.75;margin:0;max-width:680px}