@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";
:root{--bg-primary:#0a0a0f;--bg-secondary:#111118;--text-primary:#fff;--text-secondary:#b3b3b3;--accent:#7c3aed}html{scroll-behavior:smooth;overflow-x:hidden}body{width:100%;overflow-x:hidden}img{max-width:100%;height:auto}*{box-sizing:border-box;overflow-wrap:break-word;min-width:0;margin:0;padding:0}@media (max-width:768px){.container,section,main,[class*=container],[class*=Container]{overflow-x:hidden;width:100%!important;max-width:100%!important;padding-left:16px!important;padding-right:16px!important}}body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5{letter-spacing:-.02em;font-family:Plus Jakarta Sans,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:100px 0}.section-sm{padding:60px 0}.badge{letter-spacing:.04em;text-transform:uppercase;color:var(--accent-light);background:#6366f11f;border:1px solid #6366f14d;border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-flex}.badge-dot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--accent-light);margin-bottom:12px;font-size:13px;font-weight:600}.section-title{color:var(--text-primary);margin-bottom:16px;font-size:clamp(32px,5vw,52px);font-weight:800}.section-subtitle{color:var(--text-secondary);max-width:580px;margin-left:auto;margin-right:auto;font-size:18px;line-height:1.7}.text-gradient{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn{border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;outline:none;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;display:inline-flex}.btn-primary{background:var(--accent-gradient);color:#fff;box-shadow:0 4px 20px #6366f166}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #6366f180}.btn-secondary{color:var(--text-primary);border:1px solid var(--border);background:0 0}.btn-secondary:hover{background:var(--bg-card);border-color:var(--border-accent);transform:translateY(-2px)}.btn-ghost{color:var(--text-primary);border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d}.btn-ghost:hover{background:#ffffff1a;transform:translateY(-1px)}.btn-lg{border-radius:var(--radius-lg);padding:18px 36px;font-size:16px}.btn-sm{padding:10px 20px;font-size:13px}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);padding:32px;position:relative}.card:hover{background:var(--bg-card-hover);border-color:var(--border-accent);box-shadow:var(--shadow-card), var(--shadow-glow);transform:translateY(-4px)}.card-featured{border-color:var(--accent);box-shadow:0 0 0 1px #6366f14d, var(--shadow-card);background:linear-gradient(135deg,#6366f114 0%,#8b5cf60a 100%)}.grid-2{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.divider{background:var(--accent-gradient);border-radius:2px;width:48px;height:3px;margin:20px 0}.form-group{flex-direction:column;gap:6px;margin-bottom:20px;display:flex}.form-label{color:var(--text-secondary);letter-spacing:.02em;font-size:13px;font-weight:600}.form-input,.form-textarea,.form-select{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);transition:var(--transition);outline:none;width:100%;padding:14px 16px;font-family:Inter,sans-serif;font-size:15px}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-muted)}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--accent);background:#6366f10a;box-shadow:0 0 0 3px #6366f11f}.form-textarea{resize:vertical;min-height:140px;line-height:1.6}.form-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' viewBox='0 0 12 12'%3E%3Cpath stroke='%238b8ba7' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m2 4 4 4 4-4'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px}.form-select option{background:var(--bg-secondary)}.noise{pointer-events:none;z-index:9999;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-in{animation:.6s both fadeInUp}.animate-in-delay-1{animation-delay:.1s}.animate-in-delay-2{animation-delay:.2s}.animate-in-delay-3{animation-delay:.3s}.animate-in-delay-4{animation-delay:.4s}.animate-in-delay-5{animation-delay:.5s}.orb{filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.orb-purple{background:#6366f12e}.orb-violet{background:#8b5cf624}.alert{border-radius:var(--radius-sm);border:1px solid;padding:14px 18px;font-size:14px;font-weight:500}.alert-success{color:#34d399;background:#10b9811a;border-color:#10b9814d}.alert-error{color:#f87171;background:#ef44441a;border-color:#ef44444d}@media (max-width:1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.section{padding:72px 0}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section-title{font-size:32px}.section-subtitle{font-size:16px}.container{padding:0 20px}}@media (max-width:480px){.btn-lg{padding:16px 28px;font-size:15px}.card{padding:24px}}
.Navbar-module__cJzEcG__header{z-index:1000;padding:16px 0;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__header.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(20px);background:#0a0a0fd9;border-bottom:1px solid #ffffff12;padding:12px 0}.Navbar-module__cJzEcG__nav{align-items:center;gap:32px;display:flex}.Navbar-module__cJzEcG__logo{color:#f1f1f5;letter-spacing:-.02em;flex-shrink:0;align-items:center;gap:8px;font-family:Plus Jakarta Sans,sans-serif;font-size:20px;font-weight:800;display:flex}.Navbar-module__cJzEcG__logoIcon{filter:drop-shadow(0 0 8px #6366f1cc);font-size:22px}.Navbar-module__cJzEcG__logoPro{background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Navbar-module__cJzEcG__links{align-items:center;gap:16px;margin-left:auto;list-style:none;display:flex}.Navbar-module__cJzEcG__links li{flex-shrink:0;min-width:max-content}.Navbar-module__cJzEcG__link{color:#f1f1f5a6;white-space:nowrap;border-radius:8px;flex-shrink:0;min-width:max-content;padding:8px 14px;font-size:14px;font-weight:500;transition:all .2s;display:inline-block;position:relative}.Navbar-module__cJzEcG__link:hover{color:#f1f1f5;background:#ffffff0f}.Navbar-module__cJzEcG__link.Navbar-module__cJzEcG__active{color:#818cf8;background:#6366f11a}.Navbar-module__cJzEcG__link.Navbar-module__cJzEcG__urgent{color:#f87171;background:#ef444414;border:1px solid #ef444433;font-weight:600;animation:2.5s ease-in-out infinite Navbar-module__cJzEcG__pulse-urgent}.Navbar-module__cJzEcG__link.Navbar-module__cJzEcG__urgent:hover{color:#fca5a5;background:#ef444426}@keyframes Navbar-module__cJzEcG__pulse-urgent{0%,to{box-shadow:0 0 #ef444400}50%{box-shadow:0 0 0 4px #ef44441f}}.Navbar-module__cJzEcG__ctaDesktop{flex-shrink:0;margin-left:8px}.Navbar-module__cJzEcG__mobileCtaWrap{display:none}.Navbar-module__cJzEcG__burger{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;gap:5px;margin-left:auto;padding:8px;transition:background .2s;display:none}.Navbar-module__cJzEcG__burger:hover{background:#ffffff0f}.Navbar-module__cJzEcG__burger span{transform-origin:50%;background:#f1f1f5;border-radius:2px;width:22px;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.Navbar-module__cJzEcG__burgerOpen span:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__cJzEcG__burgerOpen span:nth-child(2){opacity:0;transform:scaleX(0)}.Navbar-module__cJzEcG__burgerOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__cJzEcG__backdrop{z-index:998;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;position:fixed;inset:0}@media (max-width:1200px){.Navbar-module__cJzEcG__burger{z-index:1000;display:flex;position:relative}.Navbar-module__cJzEcG__ctaDesktop{display:none}.Navbar-module__cJzEcG__links{z-index:999;background:#111118;border-left:1px solid #ffffff14;flex-direction:column;align-items:stretch;gap:8px;width:280px;margin-left:0;padding:80px 20px 40px;transition:transform .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.Navbar-module__cJzEcG__links.Navbar-module__cJzEcG__open{transform:translate(0)}.Navbar-module__cJzEcG__link{border-radius:10px;padding:14px 16px;font-size:16px}.Navbar-module__cJzEcG__mobileCtaWrap{margin-top:16px;display:block}.Navbar-module__cJzEcG__ctaMobile{width:100%;padding:14px 20px!important;font-size:15px!important}}
.Footer-module__S6Hkya__footer{background:#0d0d14;border-top:1px solid #ffffff12;margin-top:40px;padding:80px 0 32px}.Footer-module__S6Hkya__top{border-bottom:1px solid #ffffff12;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:56px;display:grid}.Footer-module__S6Hkya__logo{color:#f1f1f5;letter-spacing:-.02em;align-items:center;gap:8px;margin-bottom:14px;font-family:Plus Jakarta Sans,sans-serif;font-size:20px;font-weight:800;display:inline-flex}.Footer-module__S6Hkya__logoIcon{filter:drop-shadow(0 0 8px #6366f1cc);font-size:22px}.Footer-module__S6Hkya__logoPro{background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Footer-module__S6Hkya__tagline{color:#f1f1f580;max-width:280px;margin-bottom:20px;font-size:14px;line-height:1.7}.Footer-module__S6Hkya__socials{gap:10px;display:flex}.Footer-module__S6Hkya__socialIcon{background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;text-decoration:none;transition:all .2s;display:flex}.Footer-module__S6Hkya__socialIcon:hover{background:#6366f126;border-color:#6366f14d;transform:translateY(-2px)}.Footer-module__S6Hkya__colTitle{letter-spacing:.08em;text-transform:uppercase;color:#f1f1f566;margin-bottom:16px;font-size:12px;font-weight:700}.Footer-module__S6Hkya__colLinks{flex-direction:column;gap:10px;list-style:none;display:flex}.Footer-module__S6Hkya__colLink{color:#f1f1f599;font-size:14px;transition:color .2s}.Footer-module__S6Hkya__colLink:hover{color:#818cf8}.Footer-module__S6Hkya__contactItem{color:#f1f1f599;align-items:center;gap:8px;margin-bottom:10px;font-size:14px;display:flex}.Footer-module__S6Hkya__bottom{color:#f1f1f54d;justify-content:space-between;align-items:center;padding-top:28px;font-size:13px;display:flex}@media (max-width:1024px){.Footer-module__S6Hkya__top{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:768px){.Footer-module__S6Hkya__top{grid-template-columns:1fr;gap:36px}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:8px}}
.CookieBanner-module__3JinOG__cookieBanner{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;background:#0a0a0ff2;border-top:1px solid #ffffff1a;padding:16px 0;animation:.5s ease-out CookieBanner-module__3JinOG__slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 30px #00000080}@keyframes CookieBanner-module__3JinOG__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.CookieBanner-module__3JinOG__inner{justify-content:space-between;align-items:center;gap:24px;display:flex}.CookieBanner-module__3JinOG__text p{color:#f1f1f5b3;margin:0;font-size:13px;line-height:1.5}.CookieBanner-module__3JinOG__link{color:#818cf8;font-weight:500;text-decoration:none}.CookieBanner-module__3JinOG__link:hover{text-decoration:underline}.CookieBanner-module__3JinOG__actions{flex-shrink:0}.CookieBanner-module__3JinOG__btn{white-space:nowrap}@media (max-width:768px){.CookieBanner-module__3JinOG__inner{text-align:center;flex-direction:column;gap:16px}.CookieBanner-module__3JinOG__actions,.CookieBanner-module__3JinOG__btn{width:100%}}
