@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}:root{--color-bg: #020617;--color-surface: #0f172a;--color-border: #1e293b;--color-border-light: rgba(255, 255, 255, .1);--color-primary: #06b6d4;--color-primary-glow: rgba(6, 182, 212, .4);--color-accent: #f97316;--color-accent-glow: rgba(249, 115, 22, .4);--color-text: #f8fafc;--color-text-muted: #94a3b8;--font-sans: "Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{font-size:14.5px}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.03em;line-height:1.2}p{color:var(--color-text-muted)}.glass-panel{background:#0f172a80;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--color-border-light);border-radius:16px;box-shadow:0 4px 30px #00000080}.glass-nav{background:#020617cc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border-light)}.text-gradient{background:linear-gradient(135deg,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-gradient-primary{background:linear-gradient(135deg,var(--color-primary) 0%,#3b82f6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;border-radius:9999px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;font-size:1rem;text-decoration:none;gap:.5rem}.btn-primary{background-color:var(--color-primary);color:#0f172a;box-shadow:0 0 20px var(--color-primary-glow)}.btn-primary:hover{background-color:#22d3ee;box-shadow:0 0 30px var(--color-primary-glow);transform:translateY(-3px)}.btn-outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.2)}.btn-outline:hover{background:#ffffff1a;border-color:#fff6}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-padding{padding:6rem 0}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-5px);box-shadow:0 10px 40px #00000080;border-color:#06b6d44d}.footer-link{color:inherit;text-decoration:none;transition:all .3s ease}.footer-link:hover{color:var(--color-primary);text-shadow:0 0 12px rgba(6,182,212,.6)}@keyframes flyRight{0%{transform:translate(0);opacity:0}15%{opacity:1}85%{opacity:1}to{transform:translate(60vw);opacity:0}}.binary-particle{position:absolute;font-family:Courier New,Courier,monospace;font-weight:700;left:0;top:var(--top);animation:flyRight var(--duration) linear infinite;animation-delay:var(--delay);text-shadow:0 0 6px var(--color-primary)}.btn-cta-white{background:#fff;color:#000;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:700;box-shadow:0 0 30px #ffffff1a;transition:all .3s ease;border:none}.btn-cta-white:hover{transform:translateY(-5px);box-shadow:0 15px 40px #06b6d480,0 0 25px #06b6d4cc;background:#ecfeff;color:#000}@keyframes spark-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spark-badge-container{position:relative;display:inline-flex;border-radius:50px;padding:1.5px;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 0 15px #06b6d433}.spark-badge-container:before{content:"";position:absolute;top:-150px;left:-150px;right:-150px;bottom:-150px;background:conic-gradient(from 0deg,transparent 0%,transparent 92%,var(--color-primary) 100%);animation:spark-rotate 3s linear infinite;z-index:0;pointer-events:none}.spark-badge-inner{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;background:var(--color-bg);padding:.4rem 1.2rem;border-radius:50px}@keyframes dot-pulse{0%{opacity:1;box-shadow:0 0 10px var(--color-primary),0 0 15px var(--color-primary)}50%{opacity:.3;box-shadow:0 0 2px var(--color-primary)}to{opacity:1;box-shadow:0 0 10px var(--color-primary),0 0 15px var(--color-primary)}}.anim-pulse-dot{animation:dot-pulse 2s infinite ease-in-out}.corvus-phone-input{flex:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:0 1.2rem;border-radius:12px;display:flex!important;align-items:center}.corvus-phone-input .PhoneInputCountry{margin-right:8px}.corvus-phone-input .PhoneInputCountryIcon{width:24px;height:16px;box-shadow:0 0 0 1px #fff3!important;background-color:transparent!important;display:flex}.corvus-phone-input .PhoneInputCountrySelectArrow{border-color:#fff!important;opacity:.6}.corvus-phone-input input{background:transparent!important;border:none!important;color:#fff!important;font-size:1.05rem;outline:none!important;width:100%;padding:1rem 0}.corvus-phone-input input::placeholder{color:#9ca3af!important}
