        ::-webkit-scrollbar { display: none; } :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: #f8fafc; --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 25px 50px -12px rgba(0, 0, 0, 0.1); --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); --gold: #c9a84c; --radius: 16px; --radius-lg: 24px; } *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; scrollbar-width: none; -ms-overflow-style: none; } html::-webkit-scrollbar { display: none; } *:focus, *:focus-visible, a:focus, button:focus, input:focus { outline: none !important; -webkit-tap-highlight-color: transparent; box-shadow: none; } a, button, input, textarea { -webkit-tap-highlight-color: transparent; outline: 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); } ._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_cdab8f9a { background: transparent; color: rgba(255, 255, 255, 0.9); border: 1.5px solid rgba(255, 255, 255, 0.2); } ._gs_09b50925.scrolled ._gs_cdab8f9a { color: var(--primary-color); border-color: rgba(1, 73, 173, 0.2); } ._gs_cdab8f9a:hover { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.4); } ._gs_09b50925.scrolled ._gs_cdab8f9a:hover { background: var(--soft-blue); border-color: var(--primary-color); } ._gs_a64225e7 { background: var(--accent-color); color: var(--bg-deep); box-shadow: 0 4px 20px rgba(255, 222, 89, 0.35); font-weight: 700; } ._gs_a64225e7:hover { background: var(--accent-hover); transform: translateY(-3px); box-shadow: 0 10px 30px rgba(255, 222, 89, 0.45); } /* Hamburger */ ._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; transform: scaleX(0); } ._gs_a434a8bd.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); } /* 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_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_3fbefa5d a i { width: 20px; text-align: center; font-size: 0.9rem; color: var(--primary-light); } ._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_cdab8f9a { border: 1.5px solid var(--primary-color); color: var(--primary-color); } ._gs_09b50925.scrolled ~ ._gs_3fbefa5d ._gs_870148e4._gs_cdab8f9a:hover { background: var(--soft-blue); border-color: var(--primary-color); } /* ═══════════ 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_8aad8dcc { display: inline-flex; align-items: center; gap: 10px; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); padding: 7px 18px 7px 8px; border-radius: 50px; color: rgba(255, 255, 255, 0.88); font-size: 0.8rem; font-weight: 500; margin-bottom: 32px; animation: fadeUp 0.9s ease-out 0.15s both; } ._gs_d72f46b3 { width: 26px; height: 26px; background: var(--accent-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.65rem; color: var(--bg-deep); } ._gs_dfc453fc { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: clamp(2.5rem, 4.8vw, 4rem); font-weight: 900; color: #fff; line-height: 1.08; margin-bottom: 28px; letter-spacing: -0.035em; animation: fadeUp 0.9s ease-out 0.5s both; } ._gs_dfc453fc ._gs_bd0db321 { background: linear-gradient(135deg, var(--accent-color) 0%, #fbbf24 50%, var(--accent-color) 100%); background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: shimmer 3s linear infinite; } @keyframes shimmer { 0% { background-position: 0% center } 100% { background-position: 200% center } } ._gs_56a2f413 { 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: fadeUp 0.9s ease-out 0.25s both; } ._gs_363764af { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 64px; animation: fadeUp 0.9s ease-out 0.45s both; } ._gs_7212f3dc { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 40px; border-radius: 12px; 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; background: var(--accent-color); color: var(--bg-deep); box-shadow: 0 4px 20px rgba(255, 222, 89, 0.35); font-weight: 700; } ._gs_7212f3dc:hover { background: var(--accent-hover); transform: translateY(-3px); box-shadow: 0 10px 30px rgba(255, 222, 89, 0.45); } ._gs_1129a075 { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 40px; border-radius: 12px; 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; background: transparent; color: rgba(255, 255, 255, 0.9); border: 1.5px solid rgba(255, 255, 255, 0.2); } ._gs_1129a075:hover { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.4); } ._gs_fcf10913 { display: flex; gap: 0; animation: fadeUp 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_220543c7 { font-size: 2rem; font-weight: 800; color: white; line-height: 1.15; } ._gs_2007a6cb { font-size: 0.78rem; color: rgba(255, 255, 255, 0.35); font-weight: 500; margin-top: 2px; } ._gs_07ce44c0 { width: 1px; background: rgba(255, 255, 255, 0.12); } ._gs_220543c7, ._gs_92dc79f9 { font-variant-numeric: tabular-nums; display: inline-block } /* ═══ TRUSTED STRIP ═══ */ ._gs_f9c184ff { padding: 0; background: transparent; position: relative; margin-top: -1px; } ._gs_504f04c5 { max-width: 1000px; margin: 0 auto; padding: 64px 24px; text-align: center; } ._gs_92c5c23a { font-size: 0.78rem; font-weight: 600; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 2.5px; margin-bottom: 40px; position: relative; display: inline-block; } ._gs_92c5c23a::before, ._gs_92c5c23a::after { content: ''; position: absolute; top: 50%; width: 60px; height: 1px; background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.12)); } ._gs_92c5c23a::before { right: calc(100% + 20px); } ._gs_92c5c23a::after { left: calc(100% + 20px); background: linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent); } ._gs_c91f6a44 { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0; margin-bottom: 12px; } ._gs_5a10f39c { font-size: 1.05rem; font-weight: 700; color: rgba(31, 41, 55, 0.28); letter-spacing: -0.3px; padding: 10px 24px; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); cursor: default; position: relative; white-space: nowrap; } ._gs_5a10f39c:hover { color: var(--primary-color); transform: translateY(-2px); } ._gs_cb7b779b { width: 4px; height: 4px; border-radius: 50%; background: rgba(0, 0, 0, 0.1); flex-shrink: 0; } /* ═══ SCROLL TO TOP ═══ */ ._gs_d81f30b9 { position: fixed; bottom: 32px; right: 32px; z-index: 900; width: 50px; height: 50px; border-radius: 14px; background: var(--primary-color); color: #fff; border: none; font-size: 1.1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 30px -6px rgba(1, 73, 173, 0.4); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); opacity: 0; visibility: hidden; transform: translateY(20px); } ._gs_d81f30b9.visible { opacity: 1; visibility: visible; transform: translateY(0); } ._gs_d81f30b9:hover { background: var(--primary-dark); transform: translateY(-4px); box-shadow: 0 12px 40px -8px rgba(1, 73, 173, 0.5); } /* ═══════════ HERO DASHBOARD ═══════════ */ ._gs_10a38688 { position: relative; animation: fadeUp 0.9s ease-out 0.4s both; max-width:470px; } ._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_76b46ddc { display: flex; align-items: center; padding: 14px 20px; background: rgba(0, 0, 0, 0.35); border-bottom: 1px solid rgba(255, 255, 255, 0.04); } ._gs_e9b61aa9 { display: flex; gap: 6px; } ._gs_e9b61aa9 span { width: 10px; height: 10px; border-radius: 50%; } ._gs_e9b61aa9 span:nth-child(1) { background: #ff5f57; } ._gs_e9b61aa9 span:nth-child(2) { background: #febc2e; } ._gs_e9b61aa9 span:nth-child(3) { background: #28c840; } ._gs_0bac5ae3 { 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_0bac5ae3 i { margin-right: 5px; color: #28c840; font-size: 0.6rem; } ._gs_c7aba076 { padding: 22px; position: relative; z-index: 1; } ._gs_e64dd667 { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; } ._gs_b1905c1e { color: rgba(255, 255, 255, 0.9); font-size: 0.92rem; font-weight: 700; letter-spacing: -0.3px; } ._gs_2c9fbfb0 { color: rgba(255, 255, 255, 0.3); font-size: 0.72rem; margin-top: 2px; } ._gs_0a248b16 { display: flex; align-items: center; gap: 10px; } ._gs_58573f4b { position: relative; width: 34px; height: 34px; border-radius: 10px; 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); font-size: 0.78rem; } ._gs_3259e88c { position: absolute; top: 6px; right: 6px; width: 7px; height: 7px; background: #ff5f57; border-radius: 50%; border: 1.5px solid rgba(6, 12, 28, 0.9); } ._gs_d1765a69 { width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(135deg, var(--primary-color), var(--primary-light)); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0.7rem; font-weight: 700; } ._gs_e31be497 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 18px; } ._gs_ba92268f { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 14px; padding: 14px; display: flex; align-items: center; gap: 11px; transition: var(--transition); } ._gs_ba92268f:hover { background: rgba(255, 255, 255, 0.06); border-color: rgba(77, 171, 247, 0.12); } ._gs_9bc33553 { width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; flex-shrink: 0; } ._gs_6a3b0316 { color: rgba(255, 255, 255, 0.35); font-size: 0.62rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; } ._gs_7942f5b0 { color: #fff; font-size: 1.15rem; font-weight: 700; letter-spacing: -0.4px; margin-top: 1px; } ._gs_7cdf48d2 { font-size: 0.62rem; font-weight: 600; margin-top: 1px; } ._gs_7cdf48d2._gs_2e206e22 { color: #34d399; } ._gs_8079c35f { background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.04); border-radius: 14px; padding: 16px; margin-bottom: 16px; } ._gs_9ec13f3d { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; } ._gs_9ec13f3d>span { color: rgba(255, 255, 255, 0.45); font-size: 0.75rem; font-weight: 600; } ._gs_d9aab17e { display: flex; gap: 4px; } ._gs_d9aab17e span { padding: 4px 10px; border-radius: 6px; font-size: 0.62rem; font-weight: 600; color: rgba(255, 255, 255, 0.3); cursor: pointer; transition: var(--transition); } ._gs_d9aab17e span.active { background: rgba(77, 171, 247, 0.15); color: var(--primary-light); } ._gs_68509d94 { width: 100%; height: 100px; display: block; } ._gs_b6b1a7ba { display: flex; flex-direction: column; gap: 8px; } ._gs_dcdcd9fc { display: flex; align-items: center; gap: 11px; padding: 10px 13px; background: rgba(255, 255, 255, 0.025); border: 1px solid rgba(255, 255, 255, 0.04); border-radius: 11px; transition: var(--transition); } ._gs_dcdcd9fc:hover { background: rgba(255, 255, 255, 0.05); border-color: rgba(77, 171, 247, 0.1); } ._gs_2dd1181b { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0.6rem; font-weight: 700; flex-shrink: 0; } ._gs_7eb12341 { flex: 1; min-width: 0; } ._gs_05d1556a { color: rgba(255, 255, 255, 0.72); font-size: 0.72rem; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } ._gs_338d8d25 { color: rgba(255, 255, 255, 0.25); font-size: 0.6rem; margin-top: 1px; } ._gs_0e98ffef { padding: 3px 8px; border-radius: 6px; font-size: 0.58rem; font-weight: 600; white-space: nowrap; flex-shrink: 0; } ._gs_0e98ffef.success { background: rgba(52, 211, 153, 0.12); color: #34d399; } ._gs_0e98ffef._gs_8018b536 { background: rgba(77, 171, 247, 0.12); color: var(--primary-light); } ._gs_0e98ffef._gs_86e1a0d6 { background: rgba(255, 222, 89, 0.12); color: var(--accent-color); } /* Floating Cards */ ._gs_03965314 { position: absolute; background: rgba(6, 12, 28, 0.9); border: 1px solid rgba(77, 171, 247, 0.12); border-radius: 14px; padding: 14px 18px; backdrop-filter: blur(16px); z-index: 5; animation: floatBounce 6s ease-in-out infinite; box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.4); } ._gs_46c67206 { top: -16px; right: -28px; } ._gs_2e793b9a { bottom: 60px; left: -36px; animation-delay: 2s; } ._gs_613765e4 { bottom: -12px; right: 50px; animation-delay: 4s; } ._gs_0e0426f4 { width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; margin-bottom: 5px; } ._gs_835ef136 { color: rgba(255, 255, 255, 0.9); font-size: 0.75rem; font-weight: 600; white-space: nowrap; } ._gs_ed831531 { color: rgba(255, 255, 255, 0.35); font-size: 0.65rem; } @keyframes floatBounce { 0%, 100% { transform: translateY(0) } 50% { transform: translateY(-10px) } } @keyframes fadeUp { from { opacity: 0; transform: translateY(50px) } to { opacity: 1; transform: translateY(0) } } /* ═══════════ SCROLL REVEAL ═══════════ */ .reveal { opacity: 0; transform: translateY(35px); transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1); } .reveal.visible { opacity: 1; transform: translateY(0); } /* ═══════════ SECTION COMMON ═══════════ */ ._gs_65fc3c57 { display: inline-flex; align-items: center; gap: 8px; background: var(--soft-blue); color: var(--primary-color); font-size: 0.75rem; font-weight: 600; padding: 6px 16px; border-radius: 50px; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 1.2px; } ._gs_dbcee749 { font-size: clamp(1.9rem, 3.5vw, 2.65rem); font-weight: 800; color: var(--text-main); line-height: 1.12; margin-bottom: 14px; letter-spacing: -0.8px; } ._gs_b8fb1712 { color: var(--text-secondary); font-size: 0.95rem; max-width: 580px; line-height: 1.7; } ._gs_ff3c8cf0 { text-align: center; } ._gs_e3aa11e7 { margin-left: auto; margin-right: auto; } /* ═══════════ FEATURES ═══════════ */ ._gs_300859c9 { padding: 130px 0; background: var(--bg-light); } ._gs_4a7769bf { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 60px; } ._gs_fae350f3 { background: #fff; border: 1px solid rgba(0, 0, 0, 0.06); border-radius: var(--radius-lg); padding: 40px 30px; transition: var(--transition); position: relative; overflow: hidden; } ._gs_fae350f3::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--primary-color), var(--primary-light)); transform: scaleX(0); transform-origin: left; transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); } ._gs_fae350f3:hover { transform: translateY(-8px); box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.12); border-color: transparent; } ._gs_fae350f3:hover::before { transform: scaleX(1); } ._gs_a613257d { width: 56px; height: 56px; border-radius: 15px; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; margin-bottom: 22px; } ._gs_4641850b { background: var(--soft-blue); color: var(--primary-color); } ._gs_c0d6d7b0 { background: #fef9e7; color: var(--accent-hover); } ._gs_36e42154 { background: #ecfdf5; color: #059669; } ._gs_d5222305 { background: #f3e8ff; color: #7c3aed; } ._gs_7a959740 { background: #fef2f2; color: #dc2626; } ._gs_583aa162 { background: #f0fdfa; color: #0d9488; } ._gs_fae350f3 h3 { font-size: 1.08rem; font-weight: 700; color: var(--text-main); margin-bottom: 10px; letter-spacing: -0.3px; } ._gs_fae350f3 p { color: var(--text-secondary); font-size: 0.89rem; line-height: 1.68; } /* ═══════════ PLATFORM PREVIEW ═══════════ */ ._gs_c5acae1e { padding: 130px 0; background: var(--bg-body); position: relative; overflow: hidden; } ._gs_c5acae1e::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 900px; height: 900px; background: radial-gradient(circle, rgba(1, 73, 173, 0.05) 0%, transparent 70%); pointer-events: none; } ._gs_7c94bb96 { margin-top: 60px; position: relative; } ._gs_71294c79 { background: var(--bg-deep); border-radius: 20px; border: 1px solid rgba(77, 171, 247, 0.12); overflow: hidden; box-shadow: 0 60px 120px -30px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.02); } ._gs_5540773c { display: flex; align-items: center; gap: 8px; padding: 16px 22px; background: rgba(0, 0, 0, 0.35); border-bottom: 1px solid rgba(255, 255, 255, 0.04); } ._gs_5540773c span { width: 12px; height: 12px; border-radius: 50%; } ._gs_5540773c span:nth-child(1) { background: #ff5f57; } ._gs_5540773c span:nth-child(2) { background: #febc2e; } ._gs_5540773c span:nth-child(3) { background: #28c840; } ._gs_c0b4e7fe { flex: 1; text-align: center; color: rgba(255, 255, 255, 0.25); font-size: 0.75rem; background: rgba(255, 255, 255, 0.04); padding: 6px 16px; border-radius: 8px; margin: 0 30px; } ._gs_9109b5b7 { display: grid; grid-template-columns: 200px 1fr; min-height: 380px; } ._gs_2cb03c70 { padding: 22px 14px; border-right: 1px solid rgba(255, 255, 255, 0.04); } ._gs_e7c07dcd { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 9px; color: rgba(255, 255, 255, 0.42); font-size: 0.78rem; margin-bottom: 3px; transition: var(--transition); } ._gs_e7c07dcd.active { background: rgba(1, 73, 173, 0.25); color: #fff; } ._gs_e7c07dcd i { width: 16px; text-align: center; } ._gs_0e0232bf { padding: 26px; } ._gs_b8f11d4f { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 22px; } ._gs_b7e70989 { background: rgba(255, 255, 255, 0.035); border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 13px; padding: 18px; } ._gs_b7e70989 ._gs_67a30266 { color: rgba(255, 255, 255, 0.35); font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.5px; } ._gs_b7e70989 ._gs_d7067ab6 { color: #fff; font-size: 1.3rem; font-weight: 700; margin-top: 6px; letter-spacing: -0.3px; } ._gs_4d63577c { background: rgba(255, 255, 255, 0.025); border-radius: 13px; height: 160px; border: 1px solid rgba(255, 255, 255, 0.04); position: relative; overflow: hidden; } ._gs_71503683 { position: absolute; bottom: 0; left: 0; right: 0; height: 100%; background: linear-gradient(to top, rgba(1, 73, 173, 0.12), transparent); clip-path: polygon(0 85%, 8% 70%, 16% 75%, 24% 55%, 32% 60%, 40% 40%, 48% 45%, 56% 30%, 64% 35%, 72% 20%, 80% 25%, 88% 15%, 96% 18%, 100% 10%, 100% 100%, 0 100%); } /* ═══════════ USE CASES ═══════════ */ ._gs_ce0f4b42 { padding: 130px 0; background: var(--bg-light); } ._gs_f9f61bc0 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; } ._gs_2ffe1fe5 { border-radius: var(--radius-lg); padding: 44px 34px; transition: var(--transition); position: relative; overflow: hidden; cursor: default; } ._gs_2ffe1fe5::before { content: ''; position: absolute; inset: 0; border-radius: var(--radius-lg); border: 1px solid rgba(255, 255, 255, 0.1); transition: var(--transition); } ._gs_bd35658a { background: linear-gradient(135deg, #0C1E3C, #0149ad); } ._gs_ba9e73aa { background: linear-gradient(135deg, #1a1a2e, #16213e); } ._gs_2abe459c { background: linear-gradient(135deg, #002d6e, #0C1E3C); } ._gs_07f0f7c0 { background: linear-gradient(135deg, #0f172a, #1e3a5f); } ._gs_6eba8cb8 { background: linear-gradient(135deg, #111827, #0C1E3C); } ._gs_b925aa73 { background: linear-gradient(135deg, #0a1628, #002d6e); } ._gs_2ffe1fe5:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.25); } ._gs_2ffe1fe5:hover::before { border-color: rgba(255, 255, 255, 0.2); } ._gs_5f3cb569 { width: 60px; height: 60px; border-radius: 16px; background: rgba(255, 255, 255, 0.08); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: var(--accent-color); margin-bottom: 24px; border: 1px solid rgba(255, 255, 255, 0.06); } ._gs_2ffe1fe5 h3 { color: #fff; font-size: 1.18rem; font-weight: 700; margin-bottom: 12px; letter-spacing: -0.3px; } ._gs_2ffe1fe5 p { color: rgba(255, 255, 255, 0.55); font-size: 0.89rem; line-height: 1.68; margin-bottom: 24px; } ._gs_3ad93768 { display: inline-block; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.65); font-size: 0.72rem; font-weight: 500; padding: 5px 12px; border-radius: 6px; margin-right: 6px; margin-bottom: 6px; } /* ═══════════ IMPACT ═══════════ */ ._gs_4fac9cc5 { padding: 130px 0; background: linear-gradient(155deg, #020810 0%, #061225 15%, var(--bg-deep) 35%, var(--primary-dark) 65%, var(--primary-color) 85%, #1a6dd4 100%); position: relative; overflow: hidden; } ._gs_4fac9cc5 ._gs_14216c3d, ._gs_4fac9cc5 ._gs_859c5991 { position: absolute; inset: 0; } ._gs_4fac9cc5 ._gs_930b48eb { position: relative; z-index: 2; } ._gs_4fac9cc5 ._gs_dbcee749 { color: #fff; } ._gs_4fac9cc5 ._gs_b8fb1712 { color: rgba(255, 255, 255, 0.55); } ._gs_4fac9cc5 ._gs_65fc3c57 { background: rgba(255, 255, 255, 0.08); color: var(--accent-color); } ._gs_57412e66 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 64px; } ._gs_997e21bd { text-align: center; padding: 48px 20px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: var(--radius-lg); backdrop-filter: blur(10px); transition: var(--transition); } ._gs_997e21bd:hover { background: rgba(255, 255, 255, 0.08); transform: translateY(-5px); border-color: rgba(77, 171, 247, 0.15); } ._gs_34943422 { width: 52px; height: 52px; border-radius: 14px; background: rgba(255, 222, 89, 0.1); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; font-size: 1.15rem; color: var(--accent-color); } ._gs_92dc79f9 { font-size: 2.8rem; font-weight: 800; color: #fff; line-height: 1; margin-bottom: 6px; letter-spacing: -1px; } ._gs_2d6d38fe { color: rgba(255, 255, 255, 0.5); font-size: 0.85rem; } /* ═══════════ BENEFITS ═══════════ */ ._gs_a3e5dcbb { padding: 130px 0; background: var(--bg-body); } ._gs_f1a7f4b9 { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;; } ._gs_0da5e719 { background: linear-gradient(145deg, #0a1628, var(--bg-deep)); border-radius: var(--radius-lg); padding: 40px; position: relative; overflow: hidden; border: 1px solid rgba(77, 171, 247, 0.08); } ._gs_0da5e719::before { content: ''; 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: 40px 40px; opacity: 0.12; } ._gs_d29a0b5c { display: flex; align-items: center; gap: 14px; padding: 16px 18px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 14px; margin-bottom: 12px; position: relative; z-index: 2; transition: var(--transition); } ._gs_d29a0b5c:hover { background: rgba(255, 255, 255, 0.08); border-color: rgba(77, 171, 247, 0.15); } ._gs_d29a0b5c:last-child { margin-bottom: 0; } ._gs_16deb4f8 { width: 42px; height: 42px; border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; flex-shrink: 0; } ._gs_d29a0b5c ._gs_cd50a1b3 h4 { color: #fff; font-size: 0.9rem; font-weight: 600; letter-spacing: -0.2px; } ._gs_d29a0b5c ._gs_cd50a1b3 p { color: rgba(255, 255, 255, 0.4); font-size: 0.78rem; margin-top: 2px; } ._gs_ef9c09be { list-style: none; } ._gs_ef9c09be li { display: flex; gap: 16px; padding: 22px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.06); } ._gs_ef9c09be li:last-child { border-bottom: none; } ._gs_bbbae22b { width: 32px; height: 32px; border-radius: 10px; background: var(--soft-blue); color: var(--primary-color); display: flex; align-items: center; justify-content: center; font-size: 0.82rem; flex-shrink: 0; margin-top: 2px; } ._gs_ef9c09be h4 { font-size: 1rem; font-weight: 700; color: var(--text-main); margin-bottom: 4px; letter-spacing: -0.2px; } ._gs_ef9c09be p { color: var(--text-secondary); font-size: 0.86rem; line-height: 1.62; } /* ═══════════ TESTIMONIALS ═══════════ */ ._gs_fe9e4af9 { padding: 130px 0; background: var(--bg-light); } ._gs_28c62cc8 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; } ._gs_67f22c97 { background: #fff; border: 1px solid rgba(0, 0, 0, 0.06); border-radius: var(--radius-lg); padding: 30px; transition: var(--transition); position: relative; } ._gs_67f22c97:hover { transform: translateY(-5px); box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.1); } ._gs_67f22c97::before { content: '\201C'; position: absolute; top: 20px; right: 28px; font-size: 5rem; color: rgba(1, 73, 173, 0.06); font-family: Georgia, serif; line-height: 1; } ._gs_5f820917 { display: flex; gap: 2px; color: var(--accent-color); font-size: 0.82rem; margin-bottom: 20px; } ._gs_b89ba167 { color: var(--text-secondary); font-size: 0.93rem; line-height: 1.76; margin-bottom: 26px; font-style: italic; } ._gs_0f1b0230 { display: flex; align-items: center; gap: 13px; } ._gs_f854a5f2 { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.9rem; color: #fff; flex-shrink:0; } ._gs_369fbcc2 { font-weight: 700; color: var(--text-main); font-size: 0.92rem; } ._gs_f38da15b { color: var(--text-secondary); font-size: 0.78rem; margin-top: 2px; } /* ═══════════ SECURITY ═══════════ */ ._gs_ca0941bf { padding: 130px 0; background: linear-gradient(155deg, #020810 0%, var(--bg-deep) 50%, var(--primary-dark) 100%); position: relative; overflow: hidden; } ._gs_ca0941bf ._gs_14216c3d { position: absolute; inset: 0; } ._gs_ca0941bf ._gs_930b48eb { position: relative; z-index: 2; } ._gs_ca0941bf ._gs_65fc3c57 { background: rgba(255, 255, 255, 0.08); color: var(--accent-color); } ._gs_ca0941bf ._gs_dbcee749 { color: #fff; } ._gs_ca0941bf ._gs_b8fb1712 { color: rgba(255, 255, 255, 0.55); } ._gs_d0bf75f5 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 60px; } ._gs_88199446 { background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: var(--radius-lg); padding: 36px 28px; transition: var(--transition); text-align: center; } ._gs_88199446:hover { background: rgba(255, 255, 255, 0.07); transform: translateY(-5px); border-color: rgba(77, 171, 247, 0.2); } ._gs_07ad15d6 { width: 60px; height: 60px; border-radius: 16px; background: rgba(255, 222, 89, 0.08); border: 1px solid rgba(255, 222, 89, 0.12); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 1.35rem; color: var(--accent-color); } ._gs_88199446 h3 { color: #fff; font-size: 1.05rem; font-weight: 700; margin-bottom: 10px; letter-spacing: -0.2px; } ._gs_88199446 p { color: rgba(255, 255, 255, 0.5); font-size: 0.86rem; line-height: 1.65; } /* ═══════════ FAQ ═══════════ */ ._gs_3133acb3 { padding: 140px 0; background: linear-gradient(180deg, #f8fafc 0%, #ffffff 30%, #ffffff 70%, #f8fafc 100%); position: relative; overflow: hidden; } ._gs_3133acb3::before { content: ''; position: absolute; top: -100px; right: -300px; width: 800px; height: 800px; background: radial-gradient(circle, rgba(1, 73, 173, 0.04) 0%, transparent 60%); pointer-events: none; } ._gs_47b9072c { text-align: center; margin-bottom: 64px; position: relative; z-index: 1; } ._gs_47b9072c ._gs_b8fb1712 { margin: 0 auto; } ._gs_6634fb6f { max-width: 820px; margin: 0 auto; position: relative; z-index: 1; } ._gs_629f152e { display: flex; flex-direction: column; gap: 0; } .faq-item { border-bottom: 1px solid rgba(0, 0, 0, 0.07); transition: var(--transition); position: relative; } .faq-item:first-child { border-top: 1px solid rgba(0, 0, 0, 0.07); } ._gs_3c636732 { display: flex; align-items: center; padding: 28px 0; cursor: pointer; user-select: none; gap: 20px; transition: var(--transition); } ._gs_86d1e8f6 { font-size: 1.3rem; font-weight: 800; letter-spacing: -1px; color: rgba(1, 73, 173, 0.15); min-width: 40px; flex-shrink: 0; transition: var(--transition); font-variant-numeric: tabular-nums; } .faq-item.active ._gs_86d1e8f6, .faq-item:hover ._gs_86d1e8f6 { color: var(--primary-color); } ._gs_bbcb5b92 { flex: 1; font-size: 1.05rem; font-weight: 600; color: var(--text-main); line-height: 1.45; letter-spacing: -0.2px; transition: var(--transition); } .faq-item.active ._gs_bbcb5b92 { color: var(--primary-color); } ._gs_41f29c3b { width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0; background: transparent; border: 2px solid rgba(0, 0, 0, 0.1); display: flex; align-items: center; justify-content: center; position: relative; transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); } ._gs_41f29c3b ._gs_f229bf81, ._gs_41f29c3b ._gs_a6718cfe { position: absolute; background: var(--text-secondary); border-radius: 2px; transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); } ._gs_41f29c3b ._gs_f229bf81 { width: 14px; height: 2px; } ._gs_41f29c3b ._gs_a6718cfe { width: 2px; height: 14px; } .faq-item:hover ._gs_41f29c3b { border-color: var(--primary-color); } .faq-item:hover ._gs_41f29c3b ._gs_f229bf81, .faq-item:hover ._gs_41f29c3b ._gs_a6718cfe { background: var(--primary-color); } .faq-item.active ._gs_41f29c3b { background: var(--primary-color); border-color: var(--primary-color); box-shadow: 0 4px 20px -4px rgba(1, 73, 173, 0.4); } .faq-item.active ._gs_41f29c3b ._gs_f229bf81 { background: #fff; } .faq-item.active ._gs_41f29c3b ._gs_a6718cfe { background: #fff; transform: rotate(90deg); opacity: 0; } ._gs_05df6115 { max-height: 0; overflow: hidden; transition: max-height 0.55s cubic-bezier(0.4, 0, 0.2, 1); } ._gs_afecb4e0 { padding: 0 60px 32px 60px; color: var(--text-secondary); font-size: 0.95rem; line-height: 1.85; } ._gs_b872971f { margin-top: 72px; background: linear-gradient(145deg, var(--bg-deep) 0%, var(--primary-dark) 60%, var(--primary-color) 100%); border-radius: var(--radius-lg); padding: 48px 56px; display: flex; align-items: center; justify-content: space-between; gap: 32px; position: relative; overflow: hidden; border: 1px solid rgba(77, 171, 247, 0.1); } ._gs_b872971f::before { content: ''; 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: 40px 40px; opacity: 0.08; } ._gs_b872971f::after { content: ''; position: absolute; top: -100px; right: -100px; width: 350px; height: 350px; background: radial-gradient(circle, rgba(77, 171, 247, 0.12), transparent 65%); pointer-events: none; } ._gs_a9925fad { position: relative; z-index: 1; flex: 1; } ._gs_a9925fad h3 { color: #fff; font-size: 1.35rem; font-weight: 700; margin-bottom: 6px; letter-spacing: -0.4px; } ._gs_a9925fad p { color: rgba(255, 255, 255, 0.5); font-size: 0.92rem; } ._gs_a4e69a0e { position: relative; z-index: 1; display: flex; gap: 12px; flex-shrink: 0; align-items: center; } ._gs_a4e69a0e ._gs_7212f3dc { white-space: nowrap; } ._gs_584c2fea { display: flex; flex-direction: column; gap: 6px; padding-left: 20px; border-left: 1px solid rgba(255, 255, 255, 0.1); } ._gs_584c2fea span { color: rgba(255, 255, 255, 0.45); font-size: 0.78rem; display: flex; align-items: center; gap: 8px; white-space: nowrap; } ._gs_584c2fea span i { color: var(--primary-light); width: 14px; text-align: center; font-size: 0.72rem; } /* ═══════════ EMPLOYEE PORTAL ═══════════ */ ._gs_678a3645 { padding: 130px 0; background: var(--bg-body); position: relative; overflow: hidden; } ._gs_678a3645::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 1000px; height: 1000px; background: radial-gradient(circle, rgba(1, 73, 173, 0.03) 0%, transparent 65%); pointer-events: none; } ._gs_e17294bb { position: relative; z-index: 1; } ._gs_1c84fb4c { max-width: 520px; margin: 44px auto 0; position: relative; } ._gs_d9a0bf61 { width: 100%; padding: 18px 24px 18px 54px; border-radius: 60px; border: 2px solid rgba(0, 0, 0, 0.08); background: #fff; font-size: 0.95rem; font-family: 'Inter', sans-serif; color: var(--text-main); transition: var(--transition); box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.04); } ._gs_d9a0bf61::placeholder { color: var(--text-secondary); font-weight: 400; } ._gs_d9a0bf61:focus { border-color: var(--primary-color); box-shadow: 0 8px 30px -6px rgba(1, 73, 173, 0.1); } ._gs_841f21a3 { position: absolute; left: 22px; top: 50%; transform: translateY(-50%); color: var(--text-secondary); font-size: 0.95rem; pointer-events: none; transition: var(--transition); } ._gs_d9a0bf61:focus~._gs_841f21a3 { color: var(--primary-color); } ._gs_ce32f636 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 36px; max-width: 900px; margin-left: auto; margin-right: auto; } ._gs_df064ae1 { display: flex; align-items: center; gap: 14px; padding: 18px 20px; background: #fff; border: 1px solid rgba(0, 0, 0, 0.06); border-radius: 14px; text-decoration: none; color: var(--text-main); transition: var(--transition); } ._gs_df064ae1:hover { border-color: rgba(1, 73, 173, 0.18); box-shadow: 0 8px 28px -6px rgba(1, 73, 173, 0.1); transform: translateY(-3px); } ._gs_df064ae1.hidden { display: none; } ._gs_83491163 { width: 44px; height: 44px; border-radius: 12px; background: var(--soft-blue); display: flex; align-items: center; justify-content: center; color: var(--primary-color); font-size: 1rem; flex-shrink: 0; } ._gs_1a3bc4a7 { flex: 1; min-width: 0; } ._gs_36046a48 { font-weight: 700; font-size: 0.88rem; letter-spacing: -0.2px; } ._gs_c732d482 { color: var(--text-secondary); font-size: 0.74rem; margin-top: 2px; } ._gs_ff2653e0 { color: var(--primary-light); font-size: 0.78rem; transition: var(--transition); opacity: 0; } ._gs_df064ae1:hover ._gs_ff2653e0 { opacity: 1; transform: translateX(3px); } /* Ta klasa będzie nakładana/usuwana dynamicznie przez JS */ ._gs_df064ae1._gs_8c41b3d5 { display: none !important; } ._gs_36cb60ab { display: none; text-align: center; padding: 48px 20px; color: var(--text-secondary); font-size: 0.92rem; } ._gs_36cb60ab.show { display: block; } ._gs_36cb60ab i { font-size: 2rem; color: rgba(1, 73, 173, 0.15); display: block; margin-bottom: 12px; } ._gs_8e3a0a96 { text-align: center; margin-top: 32px; color: var(--text-secondary); font-size: 0.86rem; } ._gs_8e3a0a96 a { color: var(--primary-color); font-weight: 600; text-decoration: none; transition: var(--transition); } ._gs_8e3a0a96 a:hover { text-decoration: underline; } /* ═══════════ NEWSLETTER ═══════════ */ ._gs_9f9588a8 { padding: 100px 0; background: var(--bg-light); border-top: 1px solid rgba(0, 0, 0, 0.04); } ._gs_4075e915 { background: linear-gradient(135deg, var(--bg-deep), var(--primary-dark)); border-radius: var(--radius-lg); padding: 64px 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; position: relative; overflow: hidden; border: 1px solid rgba(77, 171, 247, 0.08); } ._gs_4075e915::before { content: ''; 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: 60px 60px; opacity: 0.08; } ._gs_4075e915>* { position: relative; z-index: 1; } ._gs_4075e915 ._gs_65fc3c57 { background: rgba(255, 255, 255, 0.08); color: var(--accent-color); } ._gs_4075e915 ._gs_dbcee749 { color: #fff; margin-bottom: 10px; font-size: 1.6rem } ._gs_4075e915 ._gs_b8fb1712 { color: rgba(255, 255, 255, 0.5); } ._gs_bc290ffb { display: flex; flex-direction: column; gap: 14px; } ._gs_146ca4b7 { display: flex; gap: 10px; } ._gs_ae282893 { flex: 1; padding: 15px 20px; border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.1); background: rgba(255, 255, 255, 0.06); color: #fff; font-size: 0.92rem; font-family: 'Inter', sans-serif; outline: none; transition: var(--transition); } ._gs_ae282893::placeholder { color: rgba(255, 255, 255, 0.3); } ._gs_ae282893:focus { border-color: var(--primary-light); background: rgba(255, 255, 255, 0.1); } ._gs_20e60947 { background: var(--accent-color); color: var(--bg-deep); border: none; padding: 15px 30px; border-radius: 12px; font-weight: 700; font-size: 0.92rem; cursor: pointer; transition: var(--transition); font-family: 'Inter', sans-serif; white-space: nowrap; } ._gs_20e60947:hover { background: var(--accent-hover); transform: translateY(-2px); } ._gs_43ce8f81 { color: rgba(255, 255, 255, 0.35); font-size: 0.78rem; } ._gs_43ce8f81 i { color: var(--accent-color); margin-right: 4px; } /* ═══════════ CTA ═══════════ */ ._gs_01dd5c3a { padding: 130px 0; background: linear-gradient(155deg, #020810 0%, var(--bg-deep) 40%, var(--primary-dark) 100%); position: relative; overflow: hidden; } ._gs_01dd5c3a ._gs_14216c3d { position: absolute; inset: 0; } ._gs_c5efc8f4 { position: relative; z-index: 2; text-align: center; } ._gs_d1591d26 { font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 800; color: #fff; margin-bottom: 18px; letter-spacing: -0.8px; } ._gs_e7b166e9 { color: rgba(255, 255, 255, 0.55); font-size: 1.05rem; max-width: 540px; margin: 0 auto 44px; line-height: 1.72; } ._gs_251b8db6 { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; } /* ═══════════ FOOTER ═══════════ */ ._gs_6dcb0ef9 { background: #050b16; padding: 80px 0 0; color: rgba(255, 255, 255, 0.55); } ._gs_3da6ad7a { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 56px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); } ._gs_2db7832f p { font-size: 0.86rem; line-height: 1.72; margin-top: 14px; max-width: 280px; } ._gs_20210431 { display: flex; gap: 10px; margin-top: 20px; } ._gs_20210431 a { width: 40px; height: 40px; border-radius: 11px; background: rgba(255, 255, 255, 0.05); display: flex; align-items: center; justify-content: center; color: rgba(255, 255, 255, 0.5); text-decoration: none; transition: var(--transition); font-size: 0.9rem; } ._gs_20210431 a:hover { background: var(--primary-color); color: #fff; transform: translateY(-2px); } ._gs_142d06c6 h4 { color: #fff; font-size: 0.82rem; font-weight: 700; margin-bottom: 18px; text-transform: uppercase; letter-spacing: 1.5px; } ._gs_142d06c6 a { display: block; color: rgba(255, 255, 255, 0.45); text-decoration: none; font-size: 0.85rem; padding: 6px 0; transition: var(--transition); } ._gs_142d06c6 a:hover { color: var(--accent-color); padding-left: 5px; } ._gs_40b9b551 { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; font-size: 0.78rem; color: rgba(255, 255, 255, 0.3); } ._gs_244fc607 { display: flex; gap: 22px; } ._gs_244fc607 a { color: rgba(255, 255, 255, 0.3); text-decoration: none; transition: var(--transition); } ._gs_244fc607 a:hover { color: rgba(255, 255, 255, 0.6); } /* ═══════════ RESPONSIVE ═══════════ */ @media (max-width: 1500px) { ._gs_930b48eb { max-width: 1280px; padding: 0 32px; } } @media (max-width: 1200px) { ._gs_930b48eb { padding: 0 28px; } ._gs_8258b162 { gap: 50px; } ._gs_f1a7f4b9 { gap: 40px; } ._gs_9f9588a8 { padding: 48px; gap: 40px; } ._gs_a078f06f { gap: 28px; } } @media (max-width: 1024px) { ._gs_a078f06f, ._gs_4b61bc87 { display: none; } ._gs_a434a8bd { display: flex; } ._gs_8258b162 { grid-template-columns: 1fr; text-align: center; gap: 50px; } ._gs_4a3fa65c { grid-template-columns: 1fr; gap: 50px; } ._gs_56a2f413 { margin: 0 auto 44px; } ._gs_363764af { justify-content: center; } ._gs_fcf10913 { justify-content: center; } ._gs_10a38688 { max-width: 540px; margin: 0 auto; } ._gs_46c67206 { right: 0; } ._gs_2e793b9a { left: 0; } ._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_9f9588a8 { flex-direction: column; text-align: center; } ._gs_bc290ffb { 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_a078f06f, ._gs_30fc3786 { display: none; } ._gs_a434a8bd { display: flex; } ._gs_c204e09c { padding: 120px 0 60px; } ._gs_dfc453fc { font-size: 2.2rem; letter-spacing: -1px; } ._gs_fcf10913 { gap: 20px; } ._gs_220543c7 { font-size: 1.5rem; } ._gs_363764af { flex-direction: column; } ._gs_363764af a { text-align: center; justify-content: center; } ._gs_03965314 { display: none; } ._gs_504f04c5 { padding: 48px 16px; } ._gs_5a10f39c { font-size: 0.82rem; padding: 7px 12px; } ._gs_92c5c23a { font-size: 0.7rem; letter-spacing: 2px; margin-bottom: 28px; } ._gs_92c5c23a::before, ._gs_92c5c23a::after { width: 30px; } ._gs_cb7b779b { width: 3px; height: 3px; } ._gs_4a7769bf { grid-template-columns: 1fr; } ._gs_f9f61bc0 { grid-template-columns: 1fr; } ._gs_57412e66 { grid-template-columns: 1fr 1fr; } ._gs_d0bf75f5 { grid-template-columns: 1fr; } ._gs_d0bf75f5 ._gs_88199446:last-child { grid-column: auto; max-width: none; } ._gs_28c62cc8 { grid-template-columns: 1fr; } ._gs_28c62cc8 ._gs_67f22c97:last-child { grid-column: auto; max-width: none; } ._gs_3da6ad7a { grid-template-columns: 1fr; gap: 28px; } ._gs_40b9b551 { flex-direction: column; gap: 12px; text-align: center; } ._gs_e31be497 { grid-template-columns: 1fr; } ._gs_b8f11d4f { grid-template-columns: 1fr 1fr; } ._gs_dbcee749 { font-size: 1.5rem; } ._gs_146ca4b7 { flex-direction: column; } ._gs_4075e915 { padding: 36px 24px; } ._gs_300859c9, ._gs_c5acae1e, ._gs_ce0f4b42, ._gs_4fac9cc5, ._gs_a3e5dcbb, ._gs_fe9e4af9, ._gs_ca0941bf, ._gs_3133acb3, ._gs_01dd5c3a, ._gs_678a3645 { padding: 90px 0; } ._gs_9f9588a8 { padding: 70px 0; } ._gs_3c636732 { padding: 22px 0; } ._gs_bbcb5b92 { font-size: 0.92rem; } ._gs_afecb4e0 { padding: 0 0 24px 0; font-size: 0.88rem; } ._gs_86d1e8f6 { font-size: 1.1rem; min-width: 32px; } ._gs_41f29c3b { width: 34px; height: 34px; } ._gs_41f29c3b ._gs_f229bf81 { width: 12px; } ._gs_41f29c3b ._gs_a6718cfe { height: 12px; } ._gs_b872971f { flex-direction: column; text-align: center; padding: 32px 24px; gap: 22px; } ._gs_a4e69a0e { flex-direction: column; align-items: center; } ._gs_584c2fea { border-left: none; padding-left: 0; padding-top: 12px; border-top: 1px solid rgba(255, 255, 255, 0.1); align-items: center; } ._gs_ce32f636 { grid-template-columns: 1fr; } } @media (max-width: 640px) { ._gs_f854a5f2{ width: 48px; height: 48px; } ._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_4075e915 { padding: 36px 24px; grid-template-columns: 1fr; } ._gs_bc290ffb { flex-direction: column; } ._gs_20e60947 { 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_3fbefa5d { padding: 100px 32px 32px; } ._gs_a67f5619{ font-size:1.3rem; } ._gs_2cb03c70{ display:none; } ._gs_9109b5b7{ grid-template-columns: 1fr; } } @media (max-width: 480px) { ._gs_930b48eb { padding: 0 18px; } ._gs_c204e09c { padding: 110px 0 50px; min-height: auto; } ._gs_dfc453fc { font-size: 1.85rem; } ._gs_56a2f413 { font-size: 0.95rem; } ._gs_363764af { flex-direction: column; align-items: stretch; } ._gs_fcf10913 { flex-direction: column; gap: 0; } ._gs_9654aad5 { text-align: center; border: none; padding: 10px 0; } ._gs_dbcee749 { font-size: 1.55rem; } ._gs_57412e66 { grid-template-columns: 1fr; } ._gs_92dc79f9 { font-size: 2.2rem; } ._gs_0da5e719 { padding: 24px; } ._gs_b8f11d4f { grid-template-columns: 1fr; } ._gs_67f22c97 { padding: 28px; } ._gs_3c636732 { padding: 20px 0; gap: 12px; } ._gs_bbcb5b92 { font-size: 0.88rem; } ._gs_afecb4e0 { padding: 0 0 20px 0; font-size: 0.85rem; } ._gs_86d1e8f6 { font-size: 1rem; min-width: 28px; } ._gs_41f29c3b { width: 32px; height: 32px; } ._gs_41f29c3b ._gs_f229bf81 { width: 10px; } ._gs_41f29c3b ._gs_a6718cfe { height: 10px; } ._gs_b872971f { padding: 28px 20px; } ._gs_a9925fad h3 { font-size: 1.15rem; } ._gs_a9925fad p { font-size: 0.85rem; } ._gs_d9a0bf61 { padding: 16px 20px 16px 48px; font-size: 0.88rem; } ._gs_504f04c5 { padding: 36px 12px; } ._gs_5a10f39c { font-size: 0.75rem; padding: 6px 10px; } ._gs_92c5c23a::before, ._gs_92c5c23a::after { display: none; } } @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; } }