        
        :root { --primary-color: #0149ad; --primary-dark: #002d6e; --primary-light: #4dabf7; --accent-color: #ffde59; --accent-hover: #eec642; --bg-deep: #0C1E3C; --bg-card: #172F50; --bg-input: #151525; --text-main: #1f2937; --text-secondary: #4b5563; --bg-body: #ffffff; --bg-light: #f9fafb; --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1); --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1); --shadow-blue: 0 10px 25px -5px rgba(1, 73, 173, 0.15); --shadow-card: 0 20px 40px -5px rgba(0, 0, 0, 0.08); --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); --bg-white: #ffffff; --brand-blue: #0149ad; --soft-blue: #eef4ff; --grid-color: rgba(1, 73, 173, 0.12); --radius-sm: 10px; --radius-md: 16px; --radius-lg: 22px; --radius-xl: 28px; --gold: #c9a84c; --gold-light: #f5e6b8; } *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; scrollbar-width: none; -ms-overflow-style: none; } ::-webkit-scrollbar{ display: none; } body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: var(--text-main); background: var(--bg-body); overflow-x: hidden; line-height: 1.6; } ._gs_930b48eb { max-width: 1400px; margin: 0 auto; padding: 0 32px; } /* ═══════════ NAVBAR ═══════════ */ ._gs_09b50925 { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 20px 0; transition: var(--transition); background: transparent; } ._gs_09b50925.scrolled { background: rgba(255, 255, 255, 0.97); backdrop-filter: blur(28px) saturate(200%); box-shadow: 0 1px 40px rgba(0, 0, 0, 0.06); padding: 14px 0; } ._gs_09b50925 ._gs_930b48eb { display: flex; align-items: center; justify-content: space-between; } ._gs_a67f5619 { display: flex; align-items: center; gap: 12px; text-decoration: none; font-size: 1.5rem; font-weight: 800; color: white; transition: var(--transition); } ._gs_09b50925.scrolled ._gs_a67f5619 { color: var(--primary-color); font-size: 1.2rem; } ._gs_1703ce60 { width: 45px; height: 45px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: var(--bg-deep); font-weight: 900; transition: var(--transition); } ._gs_a078f06f { display: flex; align-items: center; gap: 38px; list-style: none; } ._gs_a078f06f a { text-decoration: none; font-weight: 500; font-size: 0.9rem; color: rgba(255, 255, 255, 0.85); transition: var(--transition); position: relative; } ._gs_09b50925.scrolled ._gs_a078f06f a { color: var(--text-secondary); } ._gs_a078f06f a:hover { color: var(--accent-color); } ._gs_09b50925.scrolled ._gs_a078f06f a:hover { color: var(--primary-color); } ._gs_a078f06f a::after { content: ''; position: absolute; bottom: -6px; left: 50%; width: 0; height: 2.5px; background: var(--accent-color); transition: var(--transition); border-radius: 2px; transform: translateX(-50%); } ._gs_09b50925.scrolled ._gs_a078f06f a::after { background: var(--primary-color); } ._gs_a078f06f a:hover::after { width: 100%; } ._gs_4b61bc87 { display: flex; align-items: center; gap: 14px; } ._gs_870148e4 { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 8px 28px; border-radius: 8px; font-weight: 600; font-size: 0.9rem; text-decoration: none; cursor: pointer; border: none; transition: var(--transition); font-family: inherit; white-space: nowrap; position: relative; overflow: hidden; } ._gs_870148e4::before { content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0; background: rgba(255, 255, 255, 0.15); border-radius: 50%; transform: translate(-50%, -50%); transition: width 0.5s, height 0.5s; } ._gs_870148e4:active::before { width: 300px; height: 300px; } ._gs_7317536c { background: transparent; color: rgba(255, 255, 255, 0.9); border: 1.5px solid rgba(255, 255, 255, 0.2); } ._gs_09b50925.scrolled ._gs_7317536c { color: var(--primary-color); border-color: rgba(1, 73, 173, 0.2); } ._gs_7317536c:hover { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.4); } ._gs_09b50925.scrolled ._gs_7317536c:hover { background: var(--soft-blue); border-color: var(--primary-color); } ._gs_e7542ac2 { background: var(--accent-color); color: var(--bg-deep); box-shadow: 0 4px 20px rgba(255, 222, 89, 0.35); font-weight: 700; } ._gs_e7542ac2:hover { background: var(--accent-hover); transform: translateY(-3px); box-shadow: 0 10px 30px rgba(255, 222, 89, 0.45); } ._gs_7212f3dc { background: var(--primary-color); color: white; box-shadow: var(--shadow-blue); } ._gs_7212f3dc:hover { background: var(--primary-dark); transform: translateY(-3px); box-shadow: 0 14px 35px rgba(1, 73, 173, 0.3); } ._gs_1129a075 { background: transparent; color: var(--primary-color); border: 2px solid var(--primary-color); } ._gs_1129a075:hover { background: var(--primary-color); color: white; transform: translateY(-3px); box-shadow: var(--shadow-blue); } ._gs_98fa5ad3 { background: white; color: var(--primary-dark); font-weight: 700; } ._gs_98fa5ad3:hover { background: #f0f4ff; transform: translateY(-3px); box-shadow: 0 12px 30px rgba(255, 255, 255, 0.2); } ._gs_7912885c { padding: 12px 40px; font-size: 0.9rem; border-radius: 12px; } ._gs_a434a8bd { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; z-index: 1001; background: none; border: none; } ._gs_a434a8bd span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 3px; transition: var(--transition); transform-origin: center; } ._gs_09b50925.scrolled ._gs_a434a8bd span { background: var(--text-main); } ._gs_a434a8bd.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); } ._gs_a434a8bd.active span:nth-child(2) { opacity: 0; } ._gs_a434a8bd.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); } /* ═══════════ HERO ═══════════ */ ._gs_c204e09c { position: relative; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(155deg, #020810 0%, #061225 15%, var(--bg-deep) 35%, var(--primary-dark) 65%, var(--primary-color) 85%, #1a6dd4 100%); overflow: hidden; padding: 140px 0 80px; } ._gs_859c5991 { position: absolute; inset: 0; opacity: 0.25; background-image: radial-gradient(at 15% 85%, rgba(77, 171, 247, 0.18) 0, transparent 50%), radial-gradient(at 85% 15%, rgba(201, 168, 76, 0.15) 0, transparent 50%), radial-gradient(at 50% 50%, rgba(124, 58, 237, 0.06) 0, transparent 50%); } ._gs_14216c3d { position: absolute; inset: 0; background-image: linear-gradient(var(--grid-color) 1px, transparent 1px), linear-gradient(90deg, var(--grid-color) 1px, transparent 1px); background-size: 80px 80px; opacity: 0.25; mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 100%); -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 100%); } ._gs_192e9166 { position: absolute; border-radius: 50%; filter: blur(140px); pointer-events: none; } ._gs_29159640 { width: 800px; height: 800px; top: -300px; right: -200px; background: var(--primary-light); opacity: 0.1; animation: glowPulse 8s ease-in-out infinite; } ._gs_a315ea41 { width: 600px; height: 600px; bottom: -250px; left: -150px; background: var(--accent-color); opacity: 0.07; animation: glowPulse 8s ease-in-out infinite 4s; } ._gs_763323e4 { width: 500px; height: 500px; top: 30%; left: 40%; background: var(--gold); opacity: 0.04; animation: glowPulse 10s ease-in-out infinite 2s; } @keyframes glowPulse { 0%, 100% { opacity: 0.07; transform: scale(1); } 50% { opacity: 0.13; transform: scale(1.1); } } ._gs_4a3fa65c { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; flex: 1; } ._gs_5d16e989 { animation: heroSlideUp 0.9s ease-out; } @keyframes heroSlideUp { from { opacity: 0; transform: translateY(50px); } to { opacity: 1; transform: translateY(0); } } ._gs_8aad8dcc { display: inline-flex; align-items: center; gap: 12px; background: rgba(255, 255, 255, 0.06); backdrop-filter: blur(16px); border: 1px solid rgba(255, 255, 255, 0.1); padding: 11px 24px; border-radius: 60px; color: var(--accent-color); font-size: 0.82rem; font-weight: 600; margin-bottom: 36px; animation: heroSlideUp 0.9s ease-out 0.15s both; } ._gs_363fe2b8 { width: 9px; height: 9px; background: #34d399; border-radius: 50%; position: relative; flex-shrink: 0; } ._gs_363fe2b8::after { content: ''; position: absolute; inset: -4px; border-radius: 50%; background: rgba(52, 211, 153, 0.35); animation: pulse 2s infinite; } @keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0; transform: scale(2); } } ._gs_c204e09c h1 { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: clamp(2.5rem, 4.8vw, 4rem); font-weight: 900; color: white; line-height: 1.08; margin-bottom: 28px; letter-spacing: -0.035em; animation: heroSlideUp 0.9s ease-out 0.5s both; } ._gs_c204e09c h1 ._gs_bd0db321 { background: linear-gradient(135deg, var(--accent-color) 0%, var(--gold) 50%, #f59e0b 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } ._gs_420da6dd { color: rgba(255, 255, 255, 0.62); font-size: 1.08rem; line-height: 1.75; max-width: 500px; margin-bottom: 40px; font-weight: 400; animation: heroSlideUp 0.9s ease-out 0.35s both; } ._gs_663f3be8 { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 64px; animation: heroSlideUp 0.9s ease-out 0.45s both; } ._gs_fcf10913 { display: flex; gap: 0; animation: heroSlideUp 0.9s ease-out 0.55s both; } ._gs_9654aad5 { text-align: center; padding: 0 32px; position: relative; border-right: 1px solid rgba(255, 255, 255, 0.1); } ._gs_9654aad5:first-child { padding-left: 0; } ._gs_9654aad5:last-child { border-right: none; padding-right: 0; } ._gs_9ea9f11f { font-size: 2rem; font-weight: 800; color: white; line-height: 1.15; } ._gs_9ea9f11f span { color: var(--accent-color); } ._gs_2007a6cb { font-size: 0.78rem; color: rgba(255, 255, 255, 0.35); font-weight: 500; margin-top: 2px; } /* ═══ CAREER PATH VISUAL ═══ */ ._gs_10a38688 { position: relative; animation: heroSlideUp 0.9s ease-out 0.4s both; width: 100%; width:540px; } ._gs_f2541992 { position: relative; } ._gs_4106810c { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; padding: 16px 24px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: var(--radius-md); } ._gs_a4bb7149 { width: 44px; height: 44px; border-radius: 12px; background: rgba(255, 222, 89, 0.12); display: flex; align-items: center; justify-content: center; color: var(--accent-color); font-size: 1.1rem; flex-shrink: 0; } ._gs_036e080a { color: white; font-weight: 700; font-size: 1rem; } ._gs_64e752ea { color: rgba(255, 255, 255, 0.35); font-size: 0.78rem; font-weight: 400; } ._gs_f680a68d { position: relative; padding-left: 44px; } ._gs_b0901447 { position: absolute; left: 15px; top: 8px; bottom: 8px; width: 3px; background: linear-gradient(180deg, var(--accent-color) 0%, var(--primary-light) 40%, var(--primary-color) 70%, rgba(1, 73, 173, 0.3) 100%); border-radius: 3px; } ._gs_b0901447::after { content: ''; position: absolute; top: -4px; left: 50%; transform: translateX(-50%); width: 11px; height: 11px; border-radius: 50%; background: var(--accent-color); box-shadow: 0 0 16px rgba(255, 222, 89, 0.6), 0 0 40px rgba(255, 222, 89, 0.2); } ._gs_80ef2465 { position: relative; margin-bottom: 5px; display: flex; align-items: stretch; min-height: 68px; } ._gs_80ef2465:last-child { margin-bottom: 0; } ._gs_4665b081 { position: absolute; left: -44px; top: 50%; transform: translateY(-50%); width: 33px; height: 33px; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 3; transition: var(--transition); } ._gs_45200588 { width: 15px; height: 15px; border-radius: 50%; border: 3px solid rgba(255, 255, 255, 0.15); background: var(--bg-deep); transition: var(--transition); } ._gs_80ef2465.active ._gs_45200588 { background: var(--accent-color); border-color: var(--accent-color); box-shadow: 0 0 12px rgba(255, 222, 89, 0.5); width: 17px; height: 17px; animation: nodePulseActive 2.5s ease-in-out infinite; } @keyframes nodePulseActive { 0%, 100% { box-shadow: 0 0 12px rgba(255, 222, 89, 0.5); } 50% { box-shadow: 0 0 24px rgba(255, 222, 89, 0.8), 0 0 48px rgba(255, 222, 89, 0.2); } } ._gs_7d2ab31f { position: absolute; inset: 0; border-radius: 50%; border: 2px dashed rgba(255, 222, 89, 0.2); animation: spinSlow 15s linear infinite; opacity: 0; transition: var(--transition); } ._gs_80ef2465.active ._gs_7d2ab31f, ._gs_80ef2465:hover ._gs_7d2ab31f { opacity: 1; } @keyframes spinSlow { to { transform: rotate(360deg); } } ._gs_e83190d9 { flex: 1; padding: 16px 20px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: var(--radius-md); display: grid; grid-template-columns: 1fr auto; gap: 4px 16px; align-items: center; transition: var(--transition); cursor: default; position: relative; overflow: hidden; } ._gs_e83190d9::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: transparent; transition: var(--transition); } ._gs_80ef2465.active ._gs_e83190d9 { background: rgba(255, 222, 89, 0.06); border-color: rgba(255, 222, 89, 0.15); } ._gs_80ef2465.active ._gs_e83190d9::before { background: var(--accent-color); } ._gs_80ef2465:hover ._gs_e83190d9 { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.14); transform: translateX(6px); } ._gs_80ef2465:hover ._gs_e83190d9::before { background: var(--primary-light); } ._gs_80ef2465:hover ._gs_45200588 { background: var(--primary-light); border-color: var(--primary-light); box-shadow: 0 0 10px rgba(77, 171, 247, 0.4); } ._gs_16395d96 { display: flex; flex-direction: column; gap: 2px; } ._gs_972b81c1 { display: inline-flex; align-items: center; gap: 8px; } ._gs_b48f3528 { font-size: 0.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; padding: 2px 9px; border-radius: 5px; background: rgba(255, 255, 255, 0.06); } ._gs_b48f3528._gs_c5c73daf { color: var(--primary-light); } ._gs_b48f3528._gs_71aa2323 { color: #34d399; } ._gs_b48f3528._gs_20138a0f { color: var(--accent-color); } ._gs_b48f3528._gs_43926178 { color: #f97316; } ._gs_b48f3528._gs_b69dbde4 { color: #ec4899; } ._gs_56efe8a1 { font-size: 0.9rem; font-weight: 700; color: white; display: flex; align-items: center; gap: 8px; } ._gs_56efe8a1 i { font-size: 0.75rem; } ._gs_e37b7c6f { font-size: 0.68rem; color: rgba(255, 255, 255, 0.28); grid-column: 1 / -1; line-height: 1.35; } ._gs_f2392a5d { display: flex; gap: 4px; flex-wrap: wrap; grid-column: 1 / -1; margin-top: 2px; } ._gs_ea619bae { font-size: 0.58rem; padding: 2px 7px; border-radius: 4px; background: rgba(255, 255, 255, 0.05); color: rgba(255, 255, 255, 0.35); font-weight: 500; border: 1px solid rgba(255, 255, 255, 0.06); } ._gs_80ef2465.active ._gs_ea619bae { background: rgba(255, 222, 89, 0.08); color: rgba(255, 222, 89, 0.6); border-color: rgba(255, 222, 89, 0.12); } ._gs_2ba30529 { text-align: right; } ._gs_e94430d5 { font-size: 0.74rem; font-weight: 600; color: rgba(255, 255, 255, 0.22); white-space: nowrap; } ._gs_182f21d0 { display: inline-flex; align-items: center; gap: 5px; font-size: 0.68rem; font-weight: 700; color: var(--accent-color); background: rgba(255, 222, 89, 0.1); padding: 3px 10px; border-radius: 20px; } ._gs_c85408c4 { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); font-size: 2.5rem; color: rgba(255, 255, 255, 0.02); pointer-events: none; } ._gs_2dba2cf4 { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 3px 0; margin-left: -10px; } ._gs_988eed1d { width: 20px; height: 1px; background: rgba(255, 255, 255, 0.06); } ._gs_b7b5b0f2 { font-size: 0.55rem; color: rgba(255, 255, 255, 0.18); font-weight: 600; white-space: nowrap; } ._gs_f9806880 { margin-top: 16px; padding: 12px 20px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: var(--radius-sm); display: flex; align-items: center; gap: 16px; } ._gs_6b0bd76b { font-size: 0.72rem; color: rgba(255, 255, 255, 0.3); font-weight: 600; white-space: nowrap; display: flex; align-items: center; gap: 6px; } ._gs_444c541d { flex: 1; height: 6px; background: rgba(255, 255, 255, 0.06); border-radius: 3px; overflow: hidden; } ._gs_8b3d8dc8 { height: 100%; width: 18%; background: linear-gradient(90deg, var(--accent-color), var(--primary-light)); border-radius: 3px; animation: progressFill 2s ease-out 1s both; } @keyframes progressFill { from { width: 0; } to { width: 18%; } } ._gs_70efcb82 { font-size: 0.72rem; color: var(--accent-color); font-weight: 700; } ._gs_b37c1757 { position: absolute; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: var(--radius-md); padding: 14px 20px; display: flex; align-items: center; gap: 12px; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15); z-index: 5; } ._gs_ca103699 { top: -10px; right: -10px; animation: floatBadge1 6s ease-in-out infinite; } ._gs_7caea250 { bottom: 30px; left: -20px; animation: floatBadge2 6s ease-in-out infinite 3s; } @keyframes floatBadge1 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } } @keyframes floatBadge2 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } } ._gs_5847d91c { width: 40px; height: 40px; border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; } ._gs_ff7f53a2 { color: white; font-weight: 600; font-size: 0.82rem; line-height: 1.3; } ._gs_fc35e837 { color: rgba(255, 255, 255, 0.35); font-size: 0.7rem; } /* ═══════════ SEARCH ═══════════ */ ._gs_146e846a { position: relative; z-index: 10; margin-top: -50px; margin-bottom: 0; } ._gs_05712b36 { background: var(--bg-white); border-radius: var(--radius-xl); padding: 10px; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.03); display: flex; align-items: center; } ._gs_cbf5dc07 { flex: 1; display: flex; align-items: center; gap: 14px; padding: 18px 24px; border-right: 2px solid #f0f2f5; } ._gs_cbf5dc07:last-of-type { border-right: none; } ._gs_cbf5dc07 i { color: var(--primary-color); font-size: 1.1rem; width: 22px; text-align: center; flex-shrink: 0; } ._gs_cbf5dc07 input, ._gs_cbf5dc07 select { border: none; outline: none; font-size: 0.92rem; color: var(--text-main); background: transparent; font-family: inherit; width: 100%; } ._gs_cbf5dc07 input::placeholder { color: #9ca3af; } ._gs_cbf5dc07 select { cursor: pointer; -webkit-appearance: none; color: #9ca3af; } ._gs_3e851a0e { padding: 18px 44px; border-radius: 25px; flex-shrink: 0; font-size: 0.95rem; } /* ═══════════ TRUSTED ═══════════ */ ._gs_cd20127b { padding: 70px 0 60px; text-align: center; overflow: hidden; } ._gs_92c5c23a { font-size: 0.76rem; font-weight: 600; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 3px; margin-bottom: 32px; } ._gs_bfabef96 { display: flex; gap: 60px; animation: marquee 30s linear infinite; width: max-content; } ._gs_bfabef96:hover { animation-play-state: paused; } @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } ._gs_f97165e4 { font-size: 1.3rem; font-weight: 800; color: var(--text-main); display: flex; align-items: center; gap: 10px; opacity: 0.18; transition: var(--transition); white-space: nowrap; flex-shrink: 0; cursor: default; } ._gs_f97165e4:hover { opacity: 0.5; } ._gs_f97165e4 i { font-size: 1.6rem; } /* ═══════════ SECTIONS ═══════════ */ ._gs_bace9e9e { padding: 120px 0; } ._gs_c5a9b2bf { background: var(--bg-deep); position: relative; overflow: hidden; } ._gs_c5a9b2bf::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px); background-size: 30px 30px; } ._gs_ea58e6ca { background: var(--bg-light); } ._gs_f97b7553 { text-align: center; max-width: 700px; margin: 0 auto 80px; } ._gs_f604bc65 { display: inline-flex; align-items: center; gap: 8px; background: var(--soft-blue); color: var(--primary-color); padding: 10px 24px; border-radius: 50px; font-size: 0.8rem; font-weight: 600; margin-bottom: 24px; } ._gs_c5a9b2bf ._gs_f604bc65 { background: rgba(255, 255, 255, 0.06); color: var(--accent-color); } ._gs_dbcee749 { font-size: clamp(2rem, 3.5vw, 2.9rem); font-weight: 800; color: var(--text-main); letter-spacing: -0.035em; margin-bottom: 18px; line-height: 1.12; } ._gs_c5a9b2bf ._gs_dbcee749 { color: white; } ._gs_cee11fad { font-size: 1.05rem; color: var(--text-secondary); line-height: 1.8; max-width: 580px; margin: 0 auto; } ._gs_c5a9b2bf ._gs_cee11fad { color: rgba(255, 255, 255, 0.4); } /* ═══════════ CATEGORIES ═══════════ */ ._gs_35dbf065 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; } ._gs_0ef0f837 { background: var(--bg-white); border: 1px solid #edf0f4; border-radius: var(--radius-lg); padding: 40px 28px 34px; text-align: center; cursor: pointer; transition: var(--transition); position: relative; overflow: hidden; } ._gs_0ef0f837::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--primary-color), var(--primary-light), var(--accent-color)); transform: scaleX(0); transition: var(--transition); transform-origin: left; } ._gs_0ef0f837:hover::before { transform: scaleX(1); } ._gs_0ef0f837::after { content: ''; position: absolute; bottom: -60px; right: -60px; width: 140px; height: 140px; background: var(--soft-blue); border-radius: 50%; opacity: 0; transition: var(--transition); } ._gs_0ef0f837:hover::after { opacity: 0.5; bottom: -40px; right: -40px; } ._gs_0ef0f837:hover { transform: translateY(-10px); box-shadow: 0 30px 60px rgba(1, 73, 173, 0.12); border-color: transparent; } ._gs_86b22911 { width: 70px; height: 70px; border-radius: var(--radius-md); background: var(--soft-blue); display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; font-size: 1.6rem; color: var(--primary-color); transition: var(--transition); position: relative; z-index: 1; } ._gs_0ef0f837:hover ._gs_86b22911 { background: var(--primary-color); color: white; transform: scale(1.05); box-shadow: 0 10px 25px rgba(1, 73, 173, 0.25); } ._gs_2d05f2b4 { font-weight: 700; font-size: 1rem; margin-bottom: 8px; color: var(--text-main); position: relative; z-index: 1; } ._gs_7f12c88f { font-size: 0.82rem; color: var(--text-secondary); position: relative; z-index: 1; } ._gs_0c2aa095 { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: var(--soft-blue); color: var(--primary-color); font-size: 0.75rem; margin-top: 14px; transition: var(--transition); opacity: 0; transform: translateY(8px); position: relative; z-index: 1; } ._gs_0ef0f837:hover ._gs_0c2aa095 { opacity: 1; transform: translateY(0); } /* ═══════════ OFFER CARDS — PREMIUM ═══════════ */ ._gs_784a2662 { display: flex; justify-content: center; gap: 10px; margin-bottom: 48px; flex-wrap: wrap; } ._gs_500bd618 { padding: 10px 24px; border-radius: 50px; border: 1.5px solid #e5e7eb; background: transparent; color: var(--text-secondary); font-size: 0.85rem; font-weight: 600; cursor: pointer; transition: var(--transition); font-family: inherit; } ._gs_500bd618:hover, ._gs_500bd618.active { background: var(--primary-color); color: white; border-color: var(--primary-color); box-shadow: 0 6px 18px rgba(1, 73, 173, 0.2); } ._gs_33e97cfa { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; } ._gs_d353d958 { background: var(--bg-white); border: 1px solid #e8ecf2; border-radius: var(--radius-lg); overflow: hidden; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; display: flex; flex-direction: column; } ._gs_d353d958::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; z-index: 2; transition: var(--transition); } ._gs_d353d958:hover { transform: translateY(-8px); border-color: transparent; } ._gs_d353d958:hover::before { height: 4px; } ._gs_d353d958[data-color="blue"]::before { background: linear-gradient(90deg, #003087, #4dabf7); } ._gs_d353d958[data-color="blue"]:hover { box-shadow: 0 25px 60px rgba(0, 48, 135, 0.12), 0 0 0 1px rgba(0, 48, 135, 0.06); } ._gs_d353d958[data-color="steel"]::before { background: linear-gradient(90deg, #4a6f94, #a8c4e0); } ._gs_d353d958[data-color="steel"]:hover { box-shadow: 0 25px 60px rgba(74, 111, 148, 0.12), 0 0 0 1px rgba(74, 111, 148, 0.06); } ._gs_d353d958[data-color="orange"]::before { background: linear-gradient(90deg, #ff6200, #ffab5e); } ._gs_d353d958[data-color="orange"]:hover { box-shadow: 0 25px 60px rgba(255, 98, 0, 0.1), 0 0 0 1px rgba(255, 98, 0, 0.06); } ._gs_d353d958[data-color="navy"]::before { background: linear-gradient(90deg, #0032a0, #4d7cc7); } ._gs_d353d958[data-color="navy"]:hover { box-shadow: 0 25px 60px rgba(0, 50, 160, 0.12), 0 0 0 1px rgba(0, 50, 160, 0.06); } ._gs_d353d958[data-color="green"]::before { background: linear-gradient(90deg, #00915a, #4dd69c); } ._gs_d353d958[data-color="green"]:hover { box-shadow: 0 25px 60px rgba(0, 145, 90, 0.1), 0 0 0 1px rgba(0, 145, 90, 0.06); } ._gs_d353d958[data-color="red"]::before { background: linear-gradient(90deg, #ec0000, #ff6b6b); } ._gs_d353d958[data-color="red"]:hover { box-shadow: 0 25px 60px rgba(236, 0, 0, 0.08), 0 0 0 1px rgba(236, 0, 0, 0.06); } ._gs_ccdf1f0a { padding: 28px 28px 0; display: flex; align-items: center; gap: 16px; position: relative; z-index: 1; } ._gs_af68ea2b { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 0.88rem; font-weight: 800; color: white; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); position: relative; flex-shrink: 0; transition: var(--transition); } ._gs_d353d958:hover ._gs_af68ea2b { transform: scale(1.05); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); } ._gs_023f04a9 { position: absolute; bottom: -3px; right: -3px; width: 18px; height: 18px; border-radius: 50%; background: #22c55e; color: white; display: flex; align-items: center; justify-content: center; font-size: 0.5rem; border: 2px solid white; box-shadow: 0 2px 6px rgba(34, 197, 94, 0.3); } ._gs_d544646f { flex: 1; min-width: 0; } ._gs_c57aae1f { display: flex; align-items: center; gap: 8px; margin-bottom: 2px; } ._gs_ae22f645 { font-size: 0.8rem; color: var(--primary-color); font-weight: 600; } ._gs_552711c0 { font-size: 0.62rem; color: #22c55e; font-weight: 600; display: flex; align-items: center; gap: 3px; } ._gs_eccf2a5b { font-size: 1.12rem; font-weight: 700; color: var(--text-main); line-height: 1.35; transition: var(--transition); } ._gs_d353d958:hover ._gs_eccf2a5b { color: var(--primary-color); } ._gs_7c60b5df { display: flex; gap: 6px; flex-shrink: 0; align-self: flex-start; } ._gs_6d1e6628 { display: inline-flex; align-items: center; gap: 4px; padding: 5px 11px; border-radius: 8px; font-size: 0.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; } ._gs_2886e93f { background: linear-gradient(135deg, #dcfce7, #bbf7d0); color: #15803d; } ._gs_cf4b1034 { background: var(--soft-blue); color: var(--primary-color); } ._gs_e444b8d4 { padding: 16px 28px 22px; flex: 1; position: relative; z-index: 1; } ._gs_7dad031f { font-size: 0.84rem; color: var(--text-secondary); line-height: 1.65; margin-bottom: 18px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } ._gs_1317dfec { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; } ._gs_436ecc8a { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: 10px; background: var(--bg-light); font-size: 0.76rem; color: var(--text-secondary); font-weight: 500; border: 1px solid #f0f2f5; transition: var(--transition); } ._gs_436ecc8a i { font-size: 0.65rem; width: 14px; text-align: center; flex-shrink: 0; } ._gs_436ecc8a[data-type="location"] i { color: #ef4444; } ._gs_436ecc8a[data-type="duration"] i { color: var(--primary-light); } ._gs_436ecc8a[data-type="start"] i { color: #22c55e; } ._gs_436ecc8a[data-type="mode"] i { color: #8b5cf6; } ._gs_d353d958:hover ._gs_436ecc8a { background: #f0f5ff; border-color: #e0eaff; } ._gs_fbd52caa { display: flex; gap: 6px; flex-wrap: wrap; } ._gs_c25461b2 { background: transparent; color: var(--text-secondary); padding: 5px 13px; border-radius: 8px; font-size: 0.72rem; font-weight: 600; transition: var(--transition); border: 1.5px solid #e5e8ed; } ._gs_d353d958:hover ._gs_c25461b2 { border-color: rgba(1, 73, 173, 0.18); color: var(--primary-color); background: rgba(1, 73, 173, 0.03); } ._gs_d55e59a9 { padding: 18px 28px; border-top: 1px solid #f0f2f5; display: flex; justify-content: space-between; align-items: center; background: #fafbfd; position: relative; z-index: 1; } ._gs_d353d958:hover ._gs_d55e59a9 { background: #f5f8ff; } ._gs_e3e85131 {} ._gs_77058cdd { font-size: 1.2rem; font-weight: 800; color: var(--primary-dark); line-height: 1; } ._gs_7d1ce974 { font-size: 0.68rem; color: var(--text-secondary); font-weight: 500; margin-top: 2px; display: block; } ._gs_316e378c { display: flex; align-items: center; gap: 8px; } ._gs_e7f96385 { display: flex; } ._gs_de920ffa { width: 24px; height: 24px; border-radius: 50%; margin-left: -6px; border: 2px solid #fafbfd; display: flex; align-items: center; justify-content: center; font-size: 0.45rem; font-weight: 700; color: white; } ._gs_de920ffa:first-child { margin-left: 0; } ._gs_53f09fba { font-size: 0.7rem; color: var(--text-secondary); font-weight: 500; white-space: nowrap; } ._gs_1b043bcb { padding: 11px 26px; border-radius: 12px; font-size: 0.82rem; background: var(--primary-color); color: white; font-weight: 700; border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: var(--transition); font-family: inherit; text-decoration: none; } ._gs_1b043bcb:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(1, 73, 173, 0.25); } ._gs_1b043bcb i { font-size: 0.7rem; transition: transform 0.3s; } ._gs_1b043bcb:hover i { transform: translateX(3px); } /* ═══ CARD CLEANUP ═══ */ ._gs_73b85a01 { display: none; } ._gs_316e378c { display: none; } ._gs_d55e59a9 { border-top-color: #f0f3f7; } /* ═══════════ FAQ ═══════════ */ ._gs_0de3159f { max-width: 820px; margin: 0 auto; } .faq-item { border: 1px solid #edf0f4; border-radius: var(--radius-md); margin-bottom: 14px; overflow: hidden; background: var(--bg-white); transition: var(--transition); } .faq-item:hover { border-color: rgba(1, 73, 173, 0.12); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03); } .faq-item.active { border-color: var(--primary-color); box-shadow: 0 8px 30px rgba(1, 73, 173, 0.08); } ._gs_3c636732 { padding: 22px 28px; display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; font-weight: 600; font-size: 0.98rem; color: var(--text-main); transition: var(--transition); user-select: none; } ._gs_3c636732:hover { color: var(--primary-color); } .faq-item.active ._gs_3c636732 { color: var(--primary-color); } ._gs_3c636732 span { flex: 1; } ._gs_1e3f1338 { width: 34px; height: 34px; border-radius: 50%; background: var(--soft-blue); display: flex; align-items: center; justify-content: center; color: var(--primary-color); font-size: 0.75rem; flex-shrink: 0; transition: var(--transition); } .faq-item.active ._gs_1e3f1338 { background: var(--primary-color); color: white; transform: rotate(45deg); } ._gs_05df6115 { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1); } .faq-item.active ._gs_05df6115 { max-height: 300px; } ._gs_afecb4e0 { padding: 0 28px 24px; font-size: 0.9rem; color: var(--text-secondary); line-height: 1.8; border-top: 1px solid #f3f4f6; padding-top: 18px; } /* ═══════════ HOW IT WORKS ═══════════ */ ._gs_af73ade5 { position: relative; overflow: hidden; } ._gs_af73ade5::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px); background-size: 28px 28px; } ._gs_af73ade5::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255, 222, 89, 0.2), transparent); } ._gs_d4ac1952 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; z-index: 2; max-width: 1100px; margin: 0 auto; } ._gs_d4ac1952::before { content: ''; position: absolute; top: 52px; left: 60px; right: 60px; height: 3px; background: rgba(255, 255, 255, 0.06); border-radius: 3px; z-index: 0; } ._gs_7d5dc586 { display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; z-index: 2; padding: 0 16px; } ._gs_2e39fd3d { width: 104px; height: 104px; border-radius: 50%; background: rgba(255, 255, 255, 0.04); border: 2px solid rgba(255, 255, 255, 0.08); display: flex; align-items: center; justify-content: center; margin-bottom: 32px; position: relative; transition: var(--transition); cursor: default; } ._gs_2e39fd3d::after { content: ''; position: absolute; inset: -10px; border-radius: 50%; border: 2px dashed rgba(255, 255, 255, 0.06); animation: spinSlow 20s linear infinite; } ._gs_3c3dca87 { width: 72px; height: 72px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; transition: var(--transition); } ._gs_7d5dc586:hover ._gs_2e39fd3d { border-color: rgba(255, 255, 255, 0.2); transform: scale(1.08); } ._gs_7d5dc586:hover ._gs_3c3dca87 { transform: rotate(-8deg) scale(1.1); } ._gs_50d5b3fa { position: absolute; top: -6px; right: -6px; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.72rem; font-weight: 800; z-index: 3; } ._gs_da8b435c { font-size: 1.08rem; font-weight: 700; color: white; margin-bottom: 10px; } ._gs_a8ed6bdf { display: inline-flex; align-items: center; gap: 4px; font-size: 0.62rem; font-weight: 700; padding: 3px 10px; border-radius: 5px; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 14px; } ._gs_10fbbe07 { font-size: 0.85rem; color: rgba(255, 255, 255, 0.4); line-height: 1.7; margin-bottom: 20px; max-width: 240px; } ._gs_36a5b636 { list-style: none; display: flex; flex-direction: column; gap: 8px; width: 100%; } ._gs_36a5b636 li { display: flex; align-items: center; gap: 8px; font-size: 0.78rem; color: rgba(255, 255, 255, 0.45); justify-content: center; } ._gs_36a5b636 li i { color: var(--accent-color); font-size: 0.65rem; width: 14px; flex-shrink: 0; } /* ═══════════ STATS ═══════════ */ ._gs_5a4ef3f1 { background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 50%, var(--bg-deep) 100%); padding: 100px 0; position: relative; overflow: hidden; } ._gs_5a4ef3f1::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px); background-size: 60px 60px; } ._gs_0918571c { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; z-index: 2; } ._gs_b4490412 { text-align: center; padding: 30px 20px; position: relative; border-right: 1px solid rgba(255, 255, 255, 0.06); } ._gs_b4490412:last-child { border-right: none; } ._gs_0a947a92 { width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 18px; background: rgba(255, 255, 255, 0.06); display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, 0.06); } ._gs_653a0170 { font-size: 1.4rem; color: var(--accent-color); } ._gs_b658b456 { font-size: 3rem; font-weight: 900; color: white; line-height: 1; margin-bottom: 8px; } ._gs_b658b456 ._gs_69af83c5 { color: var(--accent-color); } ._gs_30a72ee4 { font-size: 0.9rem; color: rgba(255, 255, 255, 0.45); font-weight: 500; } /* ═══════════ BENEFITS ═══════════ */ ._gs_f1a7f4b9 { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } ._gs_0da5e719 { position: relative; } ._gs_db64deaf { background: linear-gradient(135deg, var(--primary-color), var(--primary-dark)); border-radius: var(--radius-xl); padding: 50px 40px; position: relative; overflow: hidden; } ._gs_db64deaf::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px); background-size: 20px 20px; } ._gs_db64deaf ._gs_fb28195d { font-size: 5rem; color: rgba(255, 255, 255, 0.06); position: absolute; bottom: 20px; right: 30px; } ._gs_0f549268 { display: flex; align-items: center; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.08); position: relative; z-index: 2; } ._gs_0f549268:last-child { border-bottom: none; } ._gs_289c5cf2 { width: 50px; height: 50px; border-radius: 14px; background: rgba(255, 255, 255, 0.1); display: flex; align-items: center; justify-content: center; color: var(--accent-color); font-size: 1.15rem; flex-shrink: 0; } ._gs_4395b729 { color: white; font-weight: 600; font-size: 0.95rem; } ._gs_9803b3da { color: rgba(255, 255, 255, 0.4); font-size: 0.8rem; font-weight: 400; margin-top: 2px; } ._gs_8d17970a { display: flex; flex-direction: column; gap: 24px; } ._gs_776fca4e { display: flex; gap: 20px; padding: 28px; background: var(--bg-white); border: 1px solid #edf0f4; border-radius: var(--radius-lg); transition: var(--transition); cursor: default; } ._gs_776fca4e:hover { transform: translateX(8px); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06); border-color: rgba(1, 73, 173, 0.15); } ._gs_50fa144d { width: 56px; height: 56px; border-radius: var(--radius-md); background: var(--soft-blue); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; color: var(--primary-color); flex-shrink: 0; transition: var(--transition); } ._gs_379ec0cf { flex: 1; } ._gs_6cf5a300 { font-weight: 700; font-size: 1.02rem; margin-bottom: 6px; color: var(--text-main); } ._gs_bd97ee39 { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.7; } /* ═══════════ TESTIMONIALS ═══════════ */ ._gs_28c62cc8 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; } ._gs_d123c87c { background: var(--bg-white); border: 1px solid #edf0f4; border-radius: var(--radius-lg); padding: 38px; transition: var(--transition); position: relative; display: flex; flex-direction: column; } ._gs_d123c87c::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--primary-color), var(--primary-light)); border-radius: var(--radius-lg) var(--radius-lg) 0 0; opacity: 0; transition: var(--transition); } ._gs_d123c87c:hover::before { opacity: 1; } ._gs_d123c87c:hover { transform: translateY(-10px); box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08); border-color: transparent; } ._gs_0b236531 { font-size: 1.6rem; color: var(--soft-blue); margin-bottom: 16px; } ._gs_753596d3 { color: #fbbf24; font-size: 0.85rem; margin-bottom: 20px; display: flex; gap: 3px; } ._gs_d783917d { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.8; margin-bottom: 30px; flex: 1; font-style: italic; } ._gs_b6373df3 { display: flex; align-items: center; gap: 14px; padding-top: 22px; border-top: 1px solid #f3f4f6; } ._gs_eb526d57 { width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; color: white; font-size: 1.15rem; box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12); } ._gs_cd9f6115 { font-weight: 700; color: var(--text-main); font-size: 0.92rem; } ._gs_85d9b531 { font-size: 0.78rem; color: var(--text-secondary); } /* ═══════════ NEWSLETTER ═══════════ */ ._gs_e8bfeaac { background: var(--bg-light); padding: 80px 0; } ._gs_e79a5d2e { background: var(--bg-white); border-radius: var(--radius-xl); padding: 64px 60px; display: flex; align-items: center; gap: 60px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04); border: 1px solid #edf0f4; } ._gs_8f3795f1 { flex: 1; } ._gs_8f3795f1 h3 { font-size: 1.6rem; font-weight: 800; color: var(--text-main); margin-bottom: 10px; display: flex; align-items: center; gap: 12px; } ._gs_8f3795f1 p { color: var(--text-secondary); font-size: 0.95rem; line-height: 1.7; } ._gs_7f422ddc { flex: 1; display: flex; gap: 12px; } ._gs_dce34834 { flex: 1; padding: 16px 24px; border-radius: 14px; border: 2px solid #e5e7eb; font-size: 0.92rem; font-family: inherit; outline: none; transition: var(--transition); background: var(--bg-light); } ._gs_dce34834:focus { border-color: var(--primary-color); } ._gs_8960ac67 { padding: 16px 36px; border-radius: 14px; flex-shrink: 0; } /* ═══════════ CTA ═══════════ */ ._gs_01dd5c3a { padding: 120px 0; background: var(--bg-body); } ._gs_07958470 { background: linear-gradient(150deg, #040a14, var(--bg-deep), var(--primary-dark), var(--primary-color)); border-radius: var(--radius-xl); padding: 100px 80px; text-align: center; position: relative; overflow: hidden; } ._gs_07958470::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px); background-size: 55px 55px; } ._gs_31fa0775 { position: absolute; border-radius: 50%; filter: blur(120px); } ._gs_9fcffecb { width: 500px; height: 500px; top: -150px; right: -120px; background: var(--primary-light); opacity: 0.1; } ._gs_6ee80fba { width: 400px; height: 400px; bottom: -150px; left: -120px; background: var(--accent-color); opacity: 0.1; } ._gs_c5efc8f4 { position: relative; z-index: 2; } ._gs_34f91482 { width: 80px; height: 80px; border-radius: 24px; margin: 0 auto 28px; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.08); display: flex; align-items: center; justify-content: center; font-size: 2rem; color: var(--accent-color); } ._gs_d1591d26 { font-size: clamp(2rem, 3.8vw, 2.9rem); font-weight: 800; color: white; margin-bottom: 20px; letter-spacing: -0.035em; line-height: 1.15; } ._gs_1ee98c54 { font-size: 1.08rem; color: rgba(255, 255, 255, 0.45); max-width: 560px; margin: 0 auto 48px; line-height: 1.8; } ._gs_c5061cf2 { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; } ._gs_18f4a93f { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 40px; } ._gs_7d8adf2d { display: flex; } ._gs_9e248833 { width: 38px; height: 38px; border-radius: 50%; border: 3px solid var(--primary-dark); display: flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 700; color: white; margin-left: -10px; } ._gs_9e248833:first-child { margin-left: 0; } ._gs_4b0d5d88 { font-size: 0.82rem; color: rgba(255, 255, 255, 0.4); } ._gs_4b0d5d88 strong { color: rgba(255, 255, 255, 0.7); } /* ═══════════ FOOTER ═══════════ */ ._gs_6dcb0ef9 { background: var(--bg-deep); padding: 100px 0 0; } ._gs_3da6ad7a { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 60px; padding-bottom: 80px; border-bottom: 1px solid rgba(255, 255, 255, 0.06); } ._gs_2db7832f ._gs_a67f5619 { margin-bottom: 22px; } ._gs_304cbbf8 { font-size: 0.9rem; color: rgba(255, 255, 255, 0.35); line-height: 1.8; margin-bottom: 30px; max-width: 340px; } ._gs_20210431 { display: flex; gap: 12px; } ._gs_85be4768 { width: 44px; height: 44px; border-radius: 12px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.06); display: flex; align-items: center; justify-content: center; color: rgba(255, 255, 255, 0.4); text-decoration: none; transition: var(--transition); } ._gs_85be4768:hover { background: var(--primary-color); color: white; border-color: var(--primary-color); transform: translateY(-4px); } ._gs_3cb3572d { font-weight: 700; color: white; margin-bottom: 24px; font-size: 0.95rem; position: relative; padding-bottom: 14px; } ._gs_3cb3572d::after { content: ''; position: absolute; bottom: 0; left: 0; width: 30px; height: 3px; background: var(--accent-color); border-radius: 3px; } ._gs_64a9075f { list-style: none; display: flex; flex-direction: column; gap: 15px; } ._gs_64a9075f a { text-decoration: none; color: rgba(255, 255, 255, 0.3); font-size: 0.88rem; transition: var(--transition); display: flex; align-items: center; gap: 8px; } ._gs_64a9075f a::before { content: ''; width: 0; height: 2px; background: var(--accent-color); transition: var(--transition); border-radius: 2px; } ._gs_64a9075f a:hover { color: var(--accent-color); } ._gs_64a9075f a:hover::before { width: 12px; } ._gs_40b9b551 { padding: 32px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; } ._gs_c7a327d1 { font-size: 0.82rem; color: rgba(255, 255, 255, 0.2); } ._gs_244fc607 { display: flex; gap: 30px; } ._gs_244fc607 a { font-size: 0.82rem; color: rgba(255, 255, 255, 0.2); text-decoration: none; transition: var(--transition); } ._gs_244fc607 a:hover { color: var(--accent-color); } /* ═══════════ SCROLL TOP ═══════════ */ ._gs_d81f30b9 { position: fixed; bottom: 32px; right: 32px; width: 52px; height: 52px; border-radius: 18%; background: var(--primary-color); color: white; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; box-shadow: 0 8px 28px rgba(1, 73, 173, 0.3); transition: var(--transition); opacity: 0; visibility: hidden; z-index: 999; } ._gs_d81f30b9.visible { opacity: 1; visibility: visible; } ._gs_d81f30b9:hover { background: var(--primary-dark); transform: translateY(-5px) scale(1.05); } /* ═══════════ MOBILE MENU ═══════════ */ ._gs_209048da { display: none; position: fixed; inset: 0; background: #fff; backdrop-filter: blur(4px); z-index: 998; opacity: 0; transition: opacity 0.4s; pointer-events: none; } ._gs_3fbefa5d { position: fixed; top: 0; right: 0; bottom: 0; width: 100%; max-width: 100%; background: linear-gradient(155deg, #020810 0%, #061225 15%, var(--bg-deep) 35%, var(--primary-dark) 65%, var(--primary-color) 85%, #1a6dd4 100%); z-index: 999; display: flex; flex-direction: column; padding: 180px 32px 32px; transform: translateX(100%); transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); overflow-y: auto; } ._gs_3fbefa5d.open { transform: translateX(0); } ._gs_09b50925.scrolled:has(._gs_a434a8bd.active) { box-shadow: none !important; } ._gs_02e8f2bf { position: absolute; top: 21px; right: 24px; width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.1rem; cursor: pointer; transition: var(--transition); } ._gs_6c7dd9f3 { display: flex; align-items: center; gap: 10px; color: white; font-weight: 800; font-size: 1.3rem; margin-bottom: 36px; text-decoration: none; } ._gs_3fbefa5d a._gs_e120bf7a { text-decoration: none; color: rgba(255, 255, 255, 0.7); font-size: 1.05rem; font-weight: 600; padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.04); display: flex; align-items: center; gap: 14px; transition: var(--transition); } ._gs_e120bf7a i { width: 20px; text-align: center; font-size: 0.9rem; color: var(--primary-light); } ._gs_3fbefa5d a._gs_e120bf7a:hover { color: var(--accent-color); padding-left: 10px; } ._gs_9c3eee33 { margin-top: auto; display: flex; flex-direction: column; gap: 12px; padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, 0.06); } ._gs_09b50925.scrolled ~ ._gs_3fbefa5d { background: #fff; } ._gs_09b50925.scrolled ~ ._gs_3fbefa5d a._gs_e120bf7a { color: var(--text-secondary); border-bottom: 1px solid rgba(0, 0, 0, 0.05); } ._gs_09b50925.scrolled ~ ._gs_3fbefa5d ._gs_870148e4._gs_7317536c { border: 1.5px solid var(--primary-color); color: var(--primary-color); } ._gs_09b50925.scrolled ~ ._gs_3fbefa5d ._gs_870148e4._gs_7317536c:hover { background: var(--soft-blue); border-color: var(--primary-color); } /* ═══════════ ANIMATIONS ═══════════ */ .reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s ease; } .reveal.visible { opacity: 1; transform: translateY(0); } .reveal-delay-1 { transition-delay: 0.1s; } .reveal-delay-2 { transition-delay: 0.2s; } .reveal-delay-3 { transition-delay: 0.3s; } .reveal-delay-4 { transition-delay: 0.4s; } /* ═══ HERO DASHBOARD ═══ */ ._gs_3533b792 { background: rgba(6, 12, 28, 0.82); border: 1px solid rgba(77, 171, 247, 0.1); border-radius: 20px; backdrop-filter: blur(24px); position: relative; overflow: hidden; box-shadow: 0 50px 100px -25px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.03) inset; } ._gs_3533b792::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(77, 171, 247, 0.4), rgba(255, 222, 89, 0.2), transparent); } ._gs_3533b792::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 30% 20%, rgba(77, 171, 247, 0.04) 0%, transparent 60%); } ._gs_678072a4 { display: flex; align-items: center; padding: 14px 22px; border-bottom: 1px solid rgba(255, 255, 255, 0.06); background: rgba(255, 255, 255, 0.02); } ._gs_a0b6a057 { display: flex; gap: 6px; } ._gs_a0b6a057 span { width: 10px; height: 10px; border-radius: 50%; } ._gs_a0b6a057 span:nth-child(1) { background: #ff5f57; } ._gs_a0b6a057 span:nth-child(2) { background: #ffbd2e; } ._gs_a0b6a057 span:nth-child(3) { background: #28c840; } ._gs_7cfa53ef { flex: 1; text-align: center; color: rgba(255, 255, 255, 0.22); font-size: 0.72rem; background: rgba(255, 255, 255, 0.04); padding: 5px 16px; border-radius: 7px; margin: 0 40px; font-weight: 500; letter-spacing: 0.2px; } ._gs_7cfa53ef i { margin-right: 5px; color: #28c840; font-size: 0.6rem; } ._gs_4c755d6a { padding: 22px; } ._gs_305ca048 { display: flex; align-items: center; gap: 14px; padding: 16px 18px; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: var(--radius-md); margin-bottom: 22px; } ._gs_06a6cdef { width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg, var(--accent-color), #f59e0b); display: flex; align-items: center; justify-content: center; color: var(--bg-deep); font-size: 1.1rem; flex-shrink: 0; } ._gs_1939e227 { flex: 1; } ._gs_67b0cbc8 { font-size: 0.62rem; color: rgba(255, 255, 255, 0.3); font-weight: 600; text-transform: uppercase; letter-spacing: 0.8px; } ._gs_956e994f { font-size: 0.95rem; color: white; font-weight: 700; margin-top: 1px; } ._gs_bd790671 { font-size: 0.65rem; font-weight: 700; color: #34d399; background: rgba(52, 211, 153, 0.1); padding: 5px 12px; border-radius: 20px; display: flex; align-items: center; gap: 6px; border: 1px solid rgba(52, 211, 153, 0.12); white-space: nowrap; } ._gs_36a1c84b { font-size: 0.68rem; color: rgba(255, 255, 255, 0.25); font-weight: 600; text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; } ._gs_36a1c84b i { color: var(--primary-light); font-size: 0.62rem; } ._gs_3c8c05c2 { display: flex; flex-direction: column; gap: 6px; margin-bottom: 22px; } ._gs_8b230557 { display: flex; align-items: center; gap: 12px; padding: 12px 14px; background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.04); border-radius: var(--radius-sm); transition: var(--transition); cursor: default; position: relative; } ._gs_8b230557::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: transparent; border-radius: 3px 0 0 3px; transition: var(--transition); } ._gs_8b230557:hover { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.08); } ._gs_8b230557:hover::before { background: var(--primary-light); } ._gs_8b230557._gs_471e6c05 { background: rgba(77, 171, 247, 0.06); border-color: rgba(77, 171, 247, 0.15); } ._gs_8b230557._gs_471e6c05::before { background: var(--primary-light); } ._gs_08b35440 { width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; flex-shrink: 0; transition: var(--transition); } ._gs_8b230557:hover ._gs_08b35440 { transform: scale(1.08); } ._gs_1bf37b17 { flex: 1; min-width: 0; } ._gs_28bb9b0a { font-size: 0.82rem; font-weight: 700; color: white; line-height: 1.3; } ._gs_ccc9d9d5 { font-size: 0.65rem; color: rgba(255, 255, 255, 0.22); margin-top: 1px; } ._gs_bb154e54 { font-size: 0.72rem; font-weight: 600; color: rgba(255, 255, 255, 0.18); white-space: nowrap; } ._gs_8b230557._gs_471e6c05 ._gs_bb154e54 { color: var(--primary-light); } ._gs_3e62e768 { font-size: 0.6rem; font-weight: 700; color: var(--primary-light); background: rgba(77, 171, 247, 0.1); padding: 4px 10px; border-radius: 20px; display: flex; align-items: center; gap: 5px; border: 1px solid rgba(77, 171, 247, 0.15); white-space: nowrap; } ._gs_3e62e768 i { font-size: 0.5rem; } ._gs_c99a21bb { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } ._gs_16b2ad0e { padding: 14px 12px; background: rgba(255, 255, 255, 0.025); border: 1px solid rgba(255, 255, 255, 0.04); border-radius: var(--radius-sm); text-align: center; } ._gs_917c27a3 { font-size: 1.3rem; font-weight: 800; color: white; line-height: 1; } ._gs_917c27a3 span { font-size: 0.7rem; color: var(--accent-color); font-weight: 700; } ._gs_07c99846 { font-size: 0.6rem; color: rgba(255, 255, 255, 0.2); font-weight: 500; margin: 4px 0 8px; } ._gs_50b91177 { height: 4px; background: rgba(255, 255, 255, 0.06); border-radius: 2px; overflow: hidden; } ._gs_126623cf { height: 100%; border-radius: 2px; background: linear-gradient(90deg, var(--accent-color), var(--primary-light)); animation: metricFillIn 1.5s ease-out 1.2s both; } @keyframes metricFillIn { from { width: 0 !important; } } ._gs_f2541992 { display: none; } @media (max-width: 1500px) { ._gs_930b48eb { max-width: 1280px; padding: 0 32px; } } /* ═══════════ RESPONSIVE ═══════════ */ @media (max-width: 1200px) { ._gs_930b48eb { padding: 0 28px; } ._gs_c204e09c ._gs_930b48eb { gap: 50px; } ._gs_f1a7f4b9 { gap: 40px; } ._gs_e79a5d2e { padding: 48px; gap: 40px; } ._gs_a078f06f { gap: 28px; } } @media (max-width: 1024px) { ._gs_a078f06f, ._gs_4b61bc87 { display: none; } ._gs_a434a8bd { display: flex; } ._gs_5d16e989 { grid-template-columns: 1fr; text-align: center; gap: 50px; } ._gs_4a3fa65c { grid-template-columns: 1fr; gap: 50px; } ._gs_420da6dd { margin: 0 auto 44px; } ._gs_663f3be8 { justify-content: center; } ._gs_fcf10913 { justify-content: center; } ._gs_10a38688 { max-width: 540px; margin: 0 auto; } ._gs_ca103699 { right: 0; } ._gs_7caea250 { left: 0; } ._gs_35dbf065 { grid-template-columns: repeat(3, 1fr); } ._gs_33e97cfa { grid-template-columns: 1fr 1fr; } ._gs_f1a7f4b9 { grid-template-columns: 1fr; } ._gs_0da5e719 { max-width: 560px; margin: 0 auto; order: -1; } ._gs_3da6ad7a { grid-template-columns: repeat(2, 1fr); } ._gs_e79a5d2e { flex-direction: column; text-align: center; } ._gs_7f422ddc { width: 100%; max-width: 480px; margin: 0 auto; } ._gs_d4ac1952 { grid-template-columns: repeat(2, 1fr); gap: 40px; } ._gs_d4ac1952::before { display: none; } } @media (max-width: 768px) { ._gs_930b48eb { padding: 0 22px; } ._gs_bace9e9e { padding: 90px 0; } ._gs_f97b7553 { margin-bottom: 50px; } ._gs_35dbf065 { grid-template-columns: repeat(2, 1fr); gap: 18px; } ._gs_33e97cfa { grid-template-columns: 1fr; } ._gs_0918571c { grid-template-columns: repeat(2, 1fr); } ._gs_b4490412 { border-right: none; border-bottom: 1px solid rgba(255, 255, 255, 0.06); } ._gs_b4490412:nth-child(odd) { border-right: 1px solid rgba(255, 255, 255, 0.06); } ._gs_b4490412:nth-child(n+3) { border-bottom: none; } ._gs_28c62cc8 { grid-template-columns: repeat(2, 1fr); } ._gs_05712b36 { flex-direction: column; padding: 18px; border-radius: var(--radius-lg); } ._gs_cbf5dc07 { border-right: none; border-bottom: 2px solid #f0f2f5; width: 100%; padding: 16px 12px; } ._gs_cbf5dc07:last-of-type { border-bottom: none; } ._gs_3e851a0e { width: 100%; } ._gs_07958470 { padding: 70px 36px; } ._gs_fcf10913 { gap: 0; } ._gs_9654aad5 { padding: 0 20px; } ._gs_9ea9f11f { font-size: 1.6rem; } ._gs_7c60b5df { position: static; display: flex; margin-top: 8px; } ._gs_ccdf1f0a { flex-wrap: wrap; } ._gs_316e378c { display: none; } ._gs_436ecc8a { padding: 5px 10px; font-size: 0.72rem; } } @media (max-width: 640px) { ._gs_bace9e9e { padding: 70px 0; } ._gs_28c62cc8 { grid-template-columns: 1fr; } ._gs_3da6ad7a { grid-template-columns: 1fr; gap: 36px; } ._gs_40b9b551 { flex-direction: column; text-align: center; } ._gs_10a38688 { display: none; } ._gs_c204e09c { padding: 110px 0 90px; min-height: auto; } ._gs_fcf10913 { flex-wrap: wrap; justify-content: center; gap: 0; } ._gs_9654aad5 { border-right: none; padding: 12px 24px; } ._gs_e79a5d2e { padding: 36px 24px; } ._gs_7f422ddc { flex-direction: column; } ._gs_8960ac67 { width: 100%; } ._gs_07958470 { padding: 56px 24px; border-radius: var(--radius-lg); } ._gs_8d17970a { gap: 16px; } ._gs_776fca4e { padding: 22px; } ._gs_784a2662 { gap: 8px; } ._gs_500bd618 { padding: 8px 18px; font-size: 0.8rem; } ._gs_d4ac1952 { grid-template-columns: 1fr; gap: 36px; } ._gs_8f3795f1 h3{ font-size: 1.5rem; } ._gs_3fbefa5d { padding: 100px 32px 32px; } ._gs_a67f5619{ font-size:1.3rem; } } @media (max-width: 480px) { ._gs_930b48eb { padding: 0 18px; } ._gs_c204e09c h1 { font-size: 1.85rem; } ._gs_420da6dd { font-size: 0.95rem; } ._gs_663f3be8 { flex-direction: column; align-items: stretch; } ._gs_663f3be8 ._gs_870148e4 { justify-content: center; } ._gs_fcf10913 { flex-direction: column; gap: 0; } ._gs_9654aad5 { text-align: center; border: none; padding: 10px 0; } ._gs_dbcee749 { font-size: 1.55rem; } ._gs_9ea9f11f { font-size: 1.5rem; } ._gs_8aad8dcc { font-size: 0.76rem; padding: 9px 18px; } ._gs_35dbf065 { grid-template-columns: 1fr 1fr; gap: 14px; } ._gs_0ef0f837 { padding: 28px 18px 24px; } ._gs_86b22911 { width: 56px; height: 56px; font-size: 1.3rem; } ._gs_0918571c { grid-template-columns: 1fr 1fr; } ._gs_b658b456 { font-size: 2.2rem; } ._gs_bace9e9e { padding: 56px 0; } ._gs_f97b7553 { margin-bottom: 36px; } ._gs_146e846a { margin-top: -38px; } ._gs_d1591d26 { font-size: 1.6rem; } ._gs_1ee98c54 { font-size: 0.92rem; } ._gs_d55e59a9 { flex-direction: column; gap: 14px; align-items: stretch; } ._gs_1b043bcb { justify-content: center; } ._gs_ccdf1f0a { padding: 22px 22px 0; } ._gs_e444b8d4 { padding: 14px 22px 18px; } ._gs_d55e59a9 { padding: 14px 22px; } ._gs_316e378c { display: none; } ._gs_1317dfec { gap: 4px; } ._gs_436ecc8a { padding: 4px 8px; font-size: 0.7rem; } ._gs_7c60b5df { position: static; } } @media (max-width: 380px) { ._gs_35dbf065 { grid-template-columns: 1fr; } ._gs_0918571c { grid-template-columns: 1fr; } ._gs_b4490412 { border: none !important; border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important; } ._gs_b4490412:last-child { border-bottom: none !important; } }