:root{--bg:#292447;--deep:#211d3c;--panel:#332d59;--text:#eef0f7;--muted:#b9bdd1;--accent:#4aa9e8;--border:rgba(255,255,255,.12)}*{box-sizing:border-box}html,body{margin:0}body{min-height:100vh;background:linear-gradient(180deg,var(--bg),#282345);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.7}a{color:#dce9ff;text-decoration:none}a:hover{color:#7fc7ff}.gx-shell{width:min(1120px,calc(100% - 32px));margin:auto}.gx-header{position:sticky;top:0;z-index:20;background:linear-gradient(180deg,#40396f,#302a55);border-bottom:1px solid var(--border);box-shadow:0 3px 16px rgba(0,0,0,.18)}.gx-header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.gx-brand img{display:block;width:155px;max-height:58px}.gx-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:4px 10px}.gx-nav a{color:#f0f2fb;padding:9px 11px;border-radius:9px;font-size:14px;font-weight:600}.gx-nav a:hover,.gx-nav a[aria-current=page]{background:rgba(255,255,255,.09);color:#7fc7ff}.gx-content{padding:42px 0 56px}.gx-hero{margin-bottom:24px}.gx-kicker{color:#78c5ff;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:700}h1{font-size:clamp(30px,4vw,46px);line-height:1.15;margin:7px 0 12px;color:#fff}h2{font-size:clamp(21px,2.5vw,28px);line-height:1.25;margin:0 0 10px;color:#fff}p{margin:0 0 14px;color:#d7daea}.gx-lead{font-size:18px;max-width:850px;color:#cdd2e6}.gx-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.gx-card{background:linear-gradient(180deg,rgba(63,55,108,.96),rgba(44,38,76,.98));border:1px solid var(--border);border-radius:16px;padding:24px;box-shadow:0 10px 30px rgba(0,0,0,.14)}.gx-card ul{margin:8px 0 0;padding-left:20px;color:#d7daea}.gx-card li{margin:7px 0}.gx-callout{background:rgba(74,169,232,.10);border:1px solid rgba(74,169,232,.28);border-radius:14px;padding:18px 20px;margin-top:20px}.gx-faq details{border-top:1px solid var(--border);padding:14px 0}.gx-faq details:last-child{border-bottom:1px solid var(--border)}.gx-faq summary{cursor:pointer;font-weight:700;color:#fff}.gx-form{max-width:720px}.gx-field{margin-bottom:16px}label{display:block;font-weight:700;margin-bottom:7px;color:#fff}input,textarea{width:100%;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:#211d3b;color:#fff;padding:13px 14px;font:inherit}textarea{min-height:150px;resize:vertical}.gx-button{border:0;border-radius:10px;background:#49a8e8;color:#07111c;padding:12px 18px;font-weight:800;cursor:pointer}.gx-button:hover{background:#75c2f4}.gx-form-note{font-size:14px;color:var(--muted)}.gx-footer{border-top:1px solid var(--border);background:#24203f;padding:30px 0 36px}.gx-footer-inner{display:flex;flex-direction:column;gap:13px;align-items:center;text-align:center}.gx-footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:7px 16px}.gx-footer-links a{font-size:14px;color:#d8dcef}.gx-copy{font-size:14px;color:#aeb4ca}@media(max-width:760px){.gx-shell{width:min(100% - 24px,1120px)}.gx-header-inner{padding:10px 0;align-items:flex-start;flex-direction:column;gap:4px}.gx-nav{justify-content:flex-start}.gx-content{padding:30px 0 40px}.gx-grid{grid-template-columns:1fr}.gx-card{padding:19px}}