:root {--bg-void:#030508;--text-main:#ffffff;--text-muted:#8b949e;--neon-cyan:#00f0ff;--neon-violet:#7000ff;}html,body {background-color:var(--bg-void);color:var(--text-main);font-family:'Inter', sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;width:100%;line-height:1.8;font-size:16px;scroll-behavior:smooth;}::-webkit-scrollbar {width:10px;}::-webkit-scrollbar-track {background:#030508;}::-webkit-scrollbar-thumb {background:linear-gradient(180deg, #00f0ff, #7000ff);border-radius:10px;}::-webkit-scrollbar-thumb:hover {background:linear-gradient(180deg, #00f0ff, #a855f7);}a {text-decoration:none !important;}.btn {border-radius:10px;transition:all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);font-weight:600;letter-spacing:0.5px;font-size:14px;padding:16px 40px;position:relative;cursor:pointer;overflow:hidden;}.btn-primary {background:rgba(0, 0, 0, 0.6);color:#ffffff;border:2px solid #00f0ff;backdrop-filter:blur(10px);box-shadow:0 0 20px rgba(0, 240, 255, 0.4),inset 0 0 20px rgba(0, 240, 255, 0.05);}.btn-primary::before {content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(0, 240, 255, 0.3);transform:translate(-50%, -50%);transition:width 0.6s, height 0.6s;}.btn-primary:hover::before {width:300px;height:300px;}.btn-primary:hover {background:rgba(0, 240, 255, 0.15);color:#ffffff;border-color:#00f0ff;box-shadow:0 0 40px rgba(0, 240, 255, 1),0 0 80px rgba(0, 240, 255, 0.5),inset 0 0 30px rgba(0, 240, 255, 0.2);transform:translateY(-3px);}.btn-lg {padding:18px 48px;font-size:15px;}#preloader {position:fixed;top:0;left:0;right:0;bottom:0;background:#030508;z-index:9999999;transition:all 0.4s;visibility:visible;opacity:1;}#preloader #status {position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);}.ai-loader {position:relative;width:150px;height:150px;}.neural-ring {position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);border:2px solid transparent;border-radius:50%;border-top-color:#00f0ff;border-right-color:#00f0ff;animation:neuralSpin 2s linear infinite;}.neural-ring:nth-child(1) {width:120px;height:120px;border-top-color:#00f0ff;animation-duration:1.5s;}.neural-ring:nth-child(2) {width:90px;height:90px;border-top-color:#7000ff;border-right-color:#7000ff;animation-duration:2s;animation-direction:reverse;}.neural-ring:nth-child(3) {width:60px;height:60px;border-top-color:#00f0ff;animation-duration:1s;}.core-pulse {position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:20px;height:20px;background:radial-gradient(circle, #00f0ff 0%, #7000ff 100%);border-radius:50%;animation:corePulse 1.5s ease-in-out infinite;box-shadow:0 0 20px #00f0ff, 0 0 40px #00f0ff;}.loader-text {position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);font-size:11px;letter-spacing:3px;color:#8b949e;font-weight:600;white-space:nowrap;animation:textPulse 1.5s ease-in-out infinite;}@keyframes neuralSpin {0% {transform:translate(-50%, -50%) rotate(0deg);}100% {transform:translate(-50%, -50%) rotate(360deg);}}@keyframes corePulse {0%,100% {transform:translate(-50%, -50%) scale(1);opacity:1;}50% {transform:translate(-50%, -50%) scale(1.5);opacity:0.6;}}@keyframes textPulse {0%,100% {opacity:0.5;}50% {opacity:1;}}.scroll-top {position:fixed;visibility:hidden;opacity:0;right:20px;left:auto;bottom:20px;z-index:995;background:rgba(255, 255, 255, 0.1);backdrop-filter:blur(10px);width:50px;height:50px;border-radius:50%;border:1px solid rgba(255, 255, 255, 0.1);transition:all 0.4s;display:flex;align-items:center;justify-content:center;}.scroll-top svg {color:#ffffff;transition:all 0.3s ease;}.scroll-top:hover {background:rgba(0, 240, 255, 0.2);border-color:#00f0ff;transform:translateY(-5px);box-shadow:0 10px 30px rgba(0, 240, 255, 0.3);}.scroll-top.active {visibility:visible;opacity:1;}.section-title-large {font-size:3.5rem;font-weight:800;line-height:1.15;margin-bottom:20px;letter-spacing:-1.5px;background:linear-gradient(135deg, #ffffff 0%, #38bdf8 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 0 20px rgba(56, 189, 248, 0.2));}.section-desc {font-size:1.125rem;line-height:1.9;color:#cbd5e1;opacity:0.9;}.subtitle-pill {display:inline-block;padding:10px 24px;border-radius:30px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#38bdf8;background:rgba(56, 189, 248, 0.08);border:1px solid rgba(56, 189, 248, 0.2);margin-bottom:25px;box-shadow:0 0 20px rgba(56, 189, 248, 0.15);transition:all 0.3s ease;}.subtitle-pill:hover {background:rgba(56, 189, 248, 0.15);border-color:rgba(56, 189, 248, 0.4);box-shadow:0 0 30px rgba(56, 189, 248, 0.3);transform:translateY(-2px);}.text-gradient {background:linear-gradient(135deg, #38bdf8 0%, #a855f7 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}@keyframes fadeInUp {from {opacity:0;transform:translateY(30px);}to {opacity:1;transform:translateY(0);}}.fade-in-up {animation:fadeInUp 0.8s ease-out forwards;}@media (max-width:991px) {.section-title-large {font-size:2.75rem;}.section-desc {font-size:1rem;}}@media (max-width:768px) {.section-title-large {font-size:2.25rem;letter-spacing:-1px;}.section-divider {margin:60px 0;}}a:not(.btn):not(.nav-link):not(.scroll-top) {position:relative;transition:color 0.3s ease;}a:not(.btn):not(.nav-link)::after {content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg, #38bdf8, #a855f7);transition:width 0.3s ease;}a:not(.btn):not(.nav-link):hover::after {width:100%;}::selection {background:rgba(56, 189, 248, 0.3);color:#ffffff;}::-moz-selection {background:rgba(56, 189, 248, 0.3);color:#ffffff;}*:focus-visible {outline:2px solid #38bdf8;outline-offset:3px;border-radius:4px;}.header {position:fixed;top:0;left:0;right:0;background:transparent;padding:20px 0;transition:all 0.4s ease;z-index:100000;}.header.sticked {background:rgba(3, 5, 8, 0.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255, 255, 255, 0.06);padding:12px 0;box-shadow:0 4px 30px rgba(0, 0, 0, 0.3);}.header .logo img {max-height:40px;width:auto;transition:0.3s;}.header.sticked .logo img {max-height:35px;}.navbar {display:block;}.navbar ul {display:flex;flex-direction:row;list-style:none;margin:0;padding:0;gap:4px;}.navbar li {position:relative;}.navbar a {display:block;padding:8px 14px;font-size:13px;font-weight:500;color:rgba(255, 255, 255, 0.7);letter-spacing:0.3px;border-radius:6px;transition:all 0.3s ease;text-decoration:none;white-space:nowrap;}.navbar a:hover,.navbar a.active {color:#ffffff;background:rgba(255, 255, 255, 0.08);}.mobile-nav-toggle {display:none;width:50px;height:50px;position:relative;cursor:pointer;z-index:100000;background:rgba(0, 240, 255, 0.08);border:1px solid rgba(0, 240, 255, 0.25);border-radius:12px;padding:14px;transition:all 0.3s ease;box-shadow:0 2px 8px rgba(0, 240, 255, 0.1);}.mobile-nav-toggle:hover {background:rgba(0, 240, 255, 0.15);border-color:rgba(0, 240, 255, 0.4);box-shadow:0 4px 12px rgba(0, 240, 255, 0.2);transform:translateY(-1px);}.mobile-nav-toggle span {display:block;position:absolute;height:2.5px;width:22px;background:linear-gradient(90deg, #00f0ff, #7000ff);border-radius:3px;opacity:1;left:14px;transform:rotate(0deg);transition:0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);}.mobile-nav-toggle span:nth-child(1) {top:16px;width:18px;}.mobile-nav-toggle span:nth-child(2) {top:24px;}.mobile-nav-toggle span:nth-child(3) {top:32px;width:14px;}.mobile-nav-toggle.active {background:rgba(0, 0, 0, 0.5);border-color:rgba(0, 240, 255, 0.3);box-shadow:0 4px 15px rgba(0, 0, 0, 0.3);}.mobile-nav-toggle.active span:nth-child(1) {top:24px;width:22px;transform:rotate(45deg);}.mobile-nav-toggle.active span:nth-child(2) {opacity:0;left:-60px;}.mobile-nav-toggle.active span:nth-child(3) {top:24px;width:22px;transform:rotate(-45deg);}@media (max-width:991px) {.mobile-nav-toggle {display:block !important;}.navbar {position:fixed;top:0;right:-100%;width:100%;height:100vh;background:linear-gradient(180deg, rgba(3, 5, 8, 0.98) 0%, rgba(10, 15, 25, 0.98) 100%);backdrop-filter:blur(30px);transition:right 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);z-index:99999;padding:100px 40px 40px;overflow-y:auto;display:flex !important;align-items:center;justify-content:center;}.navbar.mobile-nav-active {right:0 !important;}.navbar ul {flex-direction:column;gap:12px;width:100%;max-width:400px;}.navbar li {width:100%;opacity:0;transform:translateX(30px);animation:slideIn 0.6s ease forwards;}.navbar.mobile-nav-active li:nth-child(1) {animation-delay:0.2s;}.navbar.mobile-nav-active li:nth-child(2) {animation-delay:0.28s;}.navbar.mobile-nav-active li:nth-child(3) {animation-delay:0.36s;}.navbar.mobile-nav-active li:nth-child(4) {animation-delay:0.44s;}.navbar.mobile-nav-active li:nth-child(5) {animation-delay:0.52s;}.navbar.mobile-nav-active li:nth-child(6) {animation-delay:0.6s;}.navbar.mobile-nav-active li:nth-child(7) {animation-delay:0.68s;}.navbar.mobile-nav-active li:nth-child(8) {animation-delay:0.76s;}.navbar.mobile-nav-active li:nth-child(9) {animation-delay:0.84s;}@keyframes slideIn {to {opacity:1;transform:translateX(0);}}.navbar a {padding:18px 24px;font-size:18px;font-weight:500;border-radius:12px;margin-bottom:4px;border-left:3px solid transparent;transition:all 0.3s ease;text-align:center;}.navbar a:hover {background:linear-gradient(90deg, rgba(0, 240, 255, 0.15), rgba(112, 0, 255, 0.15));border-left-color:#00f0ff;color:#00f0ff;transform:translateX(5px);box-shadow:0 4px 15px rgba(0, 240, 255, 0.2);}}#newsLetter {background:#030508;position:relative;padding:120px 0;overflow:hidden !important;}.glow-orb {position:absolute;border-radius:50%;filter:blur(100px);z-index:0;animation:float 10s infinite ease-in-out;opacity:0.4;}.glow-orb-1 {width:600px;height:600px;background:#7000ff;top:-20%;left:-10%;animation-delay:0s;}.glow-orb-2 {width:700px;height:700px;background:#00f0ff;bottom:-20%;right:-10%;animation-delay:2.5s;}@keyframes float {0% {transform:translate(0, 0) scale(1);}50% {transform:translate(30px, 40px) scale(1.1);}100% {transform:translate(0, 0) scale(1);}}.footer-newsletter {position:relative;z-index:1;background:rgba(4, 7, 12, 0.4);backdrop-filter:blur(20px);border:1px solid rgba(255, 255, 255, 0.05);border-radius:40px;padding:80px 40px;box-shadow:0 25px 50px rgba(0, 0, 0, 0.5);text-align:center;}.footer-newsletter h3 {font-size:48px;font-weight:800;margin-bottom:20px;letter-spacing:-1.5px;color:#fff;line-height:1.1;}.footer-newsletter h3 span.focus_text {background:linear-gradient(90deg, #00f0ff, #7000ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;}.footer-newsletter p {color:rgba(255, 255, 255, 0.6);margin-bottom:50px;font-size:19px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6;}.subscribe_form {display:flex;max-width:600px;margin:0 auto;background:rgba(255, 255, 255, 0.03);border:1px solid rgba(255, 255, 255, 0.1);border-radius:100px;padding:8px;transition:all 0.3s ease;}.subscribe_form:focus-within {border-color:rgba(0, 240, 255, 0.5);box-shadow:0 0 30px rgba(0, 240, 255, 0.15);}.subscribe_form input[type="email"] {background:transparent;border:none;padding:15px 30px;width:100%;color:#fff;font-size:16px;}.subscribe_form input[type="email"]:focus {outline:none;}.subscribe_form input:-webkit-autofill,.subscribe_form input:-webkit-autofill:hover,.subscribe_form input:-webkit-autofill:focus,.subscribe_form input:-webkit-autofill:active {-webkit-text-fill-color:white !important;transition:background-color 5000s ease-in-out 0s;}#btnSubscribe {background:linear-gradient(90deg, #00f0ff, #7000ff) !important;color:#fff !important;border:none;border-radius:100px;padding:15px 45px;font-weight:700;font-size:16px;cursor:pointer;transition:all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);box-shadow:0 10px 20px rgba(0, 0, 0, 0.2);}#btnSubscribe:hover {transform:translateY(-3px) scale(1.02);box-shadow:0 15px 30px rgba(0, 240, 255, 0.3);}.footer {background-color:#030508;padding:120px 0 60px;color:rgba(255, 255, 255, 0.6);border-top:1px solid rgba(255, 255, 255, 0.05);position:relative;overflow:hidden;}.footer::before {content:'';position:absolute;bottom:-100px;left:50%;transform:translateX(-50%);width:800px;height:400px;background:radial-gradient(circle, rgba(0, 240, 255, 0.05) 0%, transparent 70%);filter:blur(80px);z-index:0;pointer-events:none;}.footer .container {position:relative;z-index:1;}.footer h4 {color:#fff;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:35px;position:relative;display:inline-block;}.footer h4::after {content:'';position:absolute;bottom:-10px;left:0;width:30px;height:2px;background:linear-gradient(90deg, #00f0ff, #7000ff);border-radius:2px;}.footer-sub-menu {margin:0;padding:0;list-style:none;}.footer-sub-menu li {margin-bottom:15px;display:flex;align-items:center;gap:12px;}.footer-sub-menu li svg {flex-shrink:0;color:#00f0ff;opacity:0.4;transition:all 0.3s ease;}.footer-link {color:rgba(255, 255, 255, 0.55);font-size:14.5px;transition:all 0.3s ease;text-decoration:none;font-weight:400;}.footer-link:hover {color:#00f0ff;}.footer-sub-menu li:hover svg {opacity:1;transform:translateX(4px);}.copyright-text {border-top:1px solid rgba(255, 255, 255, 0.05);padding:40px 0 0;margin-top:80px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;}.footer-copyright-info {display:flex;flex-direction:column;gap:8px;}.copyright-text p {font-size:14px;opacity:0.5;margin-bottom:0;letter-spacing:0.5px;}.footer-bottom-links {display:flex;gap:20px;}.footer-bottom-links a {font-size:13px;color:rgba(255, 255, 255, 0.4);transition:0.3s;}.footer-bottom-links a:hover {color:#00f0ff;}.social-links {display:flex;gap:12px;}.social-link {width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:rgba(255, 255, 255, 0.03);border:1px solid rgba(255, 255, 255, 0.08);border-radius:12px;color:rgba(255, 255, 255, 0.6);transition:all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);}.social-link svg {display:block;}.social-link:hover {background:rgba(0, 240, 255, 0.1);border-color:rgba(0, 240, 255, 0.4);color:#00f0ff;transform:translateY(-5px);box-shadow:0 10px 20px rgba(0, 0, 0, 0.3);}@media (max-width:991px) {#newsLetter {padding:80px 15px;}.footer-newsletter {padding:60px 40px;}.copyright-text {justify-content:center;text-align:center;}.footer-bottom-links {width:100%;justify-content:center;flex-wrap:wrap;gap:15px 25px;}}@media (max-width:768px) {#newsLetter {padding:60px 10px;}.footer-newsletter {padding:50px 25px;border-radius:30px;}.footer-newsletter h3 {font-size:32px;letter-spacing:-1px;}.footer-newsletter p {font-size:16px;margin-bottom:30px;}.footer {padding:80px 0 40px;text-align:center;}.footer-logo-wrapper {text-align:center;display:flex;flex-direction:column;align-items:center;}.footer h4 {margin-bottom:30px;display:inline-block;}.footer h4::after {left:50%;transform:translateX(-50%);width:40px;}.footer-sub-menu {display:flex;flex-direction:column;align-items:center;margin-bottom:40px;}.footer-sub-menu li {justify-content:center;width:100%;margin-bottom:12px;}.footer p {max-width:none !important;margin-left:auto;margin-right:auto;text-align:center;}.footer-copyright-info {align-items:center;}.social-links {justify-content:center;margin-top:30px;}.footer [class^="col-"] {margin-bottom:30px;}.subscribe_form {flex-direction:column;background:transparent;border:none;padding:0;gap:15px;}.subscribe_form input[type="email"] {background:rgba(255, 255, 255, 0.05);border:1px solid rgba(255, 255, 255, 0.1);border-radius:20px;text-align:center;padding:16px 20px;}#btnSubscribe {width:100%;border-radius:20px;padding:16px;}}@media (max-width:576px) {.footer-newsletter h3 {font-size:28px;}.subscribe_form input[type="email"],#btnSubscribe {border-radius:16px;}}.alert-modern-success,.alert-modern-danger {padding:16px 20px;border-radius:12px;display:flex;align-items:center;gap:15px;font-size:15px;font-weight:500;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:slideDown 0.4s ease-out forwards;box-shadow:0 4px 20px rgba(0, 0, 0, 0.2);}.alert-modern-success {background:rgba(0, 240, 255, 0.1);border:1px solid rgba(0, 240, 255, 0.3);color:#00f0ff;}.alert-modern-danger {background:rgba(255, 59, 48, 0.1);border:1px solid rgba(255, 59, 48, 0.3);color:#ff4d4d;}.alert-modern-success .icon-box,.alert-modern-danger .icon-box {display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;flex-shrink:0;}.alert-modern-success .icon-box {background:rgba(0, 240, 255, 0.2);color:#00f0ff;}.alert-modern-danger .icon-box {background:rgba(255, 59, 48, 0.2);color:#ff4d4d;}@keyframes slideDown {from {opacity:0;transform:translateY(-10px);}to {opacity:1;transform:translateY(0);}}