:root{--grad-line:linear-gradient(100deg,#7c6cff,#e9e2ff,#9d8fff)}.fab-root{position:fixed;right:22px;bottom:22px;z-index:120;font-family:inherit}.fab-btn{position:relative;width:60px;height:60px;border-radius:18px;cursor:pointer;border:1px solid rgba(157,143,255,.38);background:linear-gradient(145deg,#1b1b2a,#101018);display:grid;place-items:center;padding:0;box-shadow:0 14px 42px rgba(0,0,0,.5),0 0 0 1px rgba(124,108,255,.12);transition:transform .2s ease,box-shadow .2s ease;overflow:visible}.fab-btn:hover{transform:translateY(-3px);box-shadow:0 18px 52px rgba(124,108,255,.32)}.fab-btn:active{transform:translateY(-1px)}.fab-btn svg{width:26px;height:26px;position:relative;z-index:2;overflow:visible}.fab-btn::before{content:"";position:absolute;inset:-2px;border-radius:20px;background:linear-gradient(135deg,rgba(124,108,255,.55),rgba(240,180,41,.35),rgba(157,143,255,.55));background-size:220% 220%;animation:fabGlow 7s ease-in-out infinite;filter:blur(9px);opacity:.55;z-index:0}@keyframes fabGlow{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}.fab-btn::after{content:"";position:absolute;inset:0;border-radius:18px;border:1.5px solid rgba(157,143,255,.5);animation:fabRing 3.2s ease-out infinite;z-index:1;pointer-events:none}@keyframes fabRing{0%{transform:scale(1);opacity:.7}70%{transform:scale(1.35);opacity:0}100%{transform:scale(1.35);opacity:0}}.fab-dot{position:absolute;top:-3px;right:-3px;width:14px;height:14px;border-radius:50%;background:#3fd08a;border:2.5px solid #0b0b10;z-index:3;box-shadow:0 0 10px rgba(63,208,138,.8)}.fab-panel{position:absolute;right:0;bottom:76px;width:min(330px,calc(100vw - 32px));background:#131320;border:1px solid #262637;border-radius:20px;padding:18px;box-shadow:0 28px 70px rgba(0,0,0,.6);opacity:0;pointer-events:none;transform:translateY(12px) scale(.97);transition:opacity .24s ease,transform .24s ease}.fab-panel.open{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.fab-panel h4{font-size:16px;font-weight:800;margin:0 0 4px;color:#fff}.fab-panel>p{font-size:13px;color:var(--muted,#b7b7c9);margin:0 0 15px;line-height:1.5}.fab-actions{display:flex;flex-direction:column;gap:9px}.fab-actions a,.fab-actions button{display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:13px 14px;border-radius:13px;border:1px solid var(--line,#232330);background:var(--panel2,#181826);color:#fff;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;text-decoration:none;transition:border-color .16s,background .16s,transform .16s}.fab-actions a:hover,.fab-actions button:hover{border-color:var(--accent2,#9d8fff);background:#1c1c2c;transform:translateX(2px)}.fab-actions .fi{width:34px;height:34px;border-radius:10px;flex:none;display:grid;place-items:center;background:linear-gradient(135deg,rgba(124,108,255,.22),rgba(240,180,41,.16));border:1px solid rgba(157,143,255,.25)}.fab-actions .fi svg{width:17px;height:17px;stroke:#c9bcff;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.fab-actions .ft{display:flex;flex-direction:column;gap:2px;min-width:0}.fab-actions .ft small{font-weight:500;color:var(--dim,#6a6a80);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:560px){.fab-root{right:16px;bottom:16px}.fab-btn{width:56px;height:56px;border-radius:17px}}.cs-modal{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(6,6,11,.78);backdrop-filter:blur(6px)}.cs-modal.open{display:flex}.cs-modal-box{width:min(560px,100%);max-height:90vh;overflow-y:auto;background:var(--panel,#131320);border:1px solid var(--line,#232330);border-radius:22px;padding:28px;position:relative;box-shadow:0 30px 80px rgba(0,0,0,.65)}.cs-modal-close{position:absolute;top:14px;right:14px;width:36px;height:36px;border-radius:10px;border:1px solid var(--line,#232330);background:var(--panel2,#181826);color:#fff;font-size:20px;line-height:1;cursor:pointer;transition:border-color .2s,background .2s}.cs-modal-close:hover{border-color:var(--accent2,#9d8fff);background:#1c1c2c}.cs-modal-box h3{font-size:21px;font-weight:800;margin:0 0 6px;padding-right:44px}.cs-modal-box .sub{color:var(--muted,#b7b7c9);font-size:14px;margin:0 0 20px;line-height:1.55}.qr-grid{display:grid;grid-template-columns:1fr;gap:16px}.qr-grid.two{grid-template-columns:1fr 1fr}@media(max-width:520px){.qr-grid.two{grid-template-columns:1fr}}.qr-card{background:var(--panel2,#181826);border:1px solid var(--line,#232330);border-radius:16px;padding:18px;text-align:center}.qr-card .bank{font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold,#f0b429);font-weight:700;margin-bottom:12px}.qr-card img{width:100%;max-width:230px;height:auto;border-radius:14px;background:#fff;padding:8px;display:block;margin:0 auto}.qr-card .cap{font-size:12.5px;color:var(--dim,#6a6a80);margin-top:12px;line-height:1.45}.qr-note{margin-top:18px;padding:14px 16px;border-radius:12px;background:var(--panel2,#181826);border:1px solid var(--line,#232330);font-size:13px;color:var(--muted,#b7b7c9);line-height:1.55}.qr-note b{color:#fff;display:block;margin-bottom:5px}.qr-note a{color:var(--accent2,#9d8fff)}@media(prefers-reduced-motion:reduce){.fab-btn::after,.fab-btn::before{animation:none}.fab-panel{transition:none}}.fab-btn svg path{stroke:url(#fabGrad)!important;fill:none!important}.fab-btn svg circle{fill:url(#fabGrad)!important;stroke:none!important}.topup-cta{max-width:820px;margin:0 auto;display:flex;align-items:center;gap:20px;flex-wrap:wrap;background:var(--panel,#131320);border:1px solid var(--line,#232330);border-radius:20px;padding:24px 26px;position:relative;overflow:hidden}.topup-cta::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,rgba(124,108,255,.1),transparent 45%,rgba(240,180,41,.08))}.topup-ico{width:58px;height:58px;border-radius:16px;flex:none;display:grid;place-items:center;background:linear-gradient(135deg,rgba(124,108,255,.22),rgba(240,180,41,.15));border:1px solid rgba(157,143,255,.28);position:relative;z-index:1}.topup-ico svg{width:28px;height:28px;fill:none;stroke:#c9bcff;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.topup-txt{flex:1;min-width:220px;position:relative;z-index:1}.topup-txt h3{font-size:18px;font-weight:800;margin:0 0 5px;color:#fff}.topup-txt p{font-size:14px;color:var(--muted,#b7b7c9);margin:0;line-height:1.5}.topup-cta .btn{position:relative;z-index:1;white-space:nowrap}@media(max-width:640px){.topup-cta{padding:20px;gap:16px}.topup-cta .btn{width:100%;justify-content:center}}@media(max-width:860px){.pay-card{height:auto!important}.pay-note{margin-top:16px!important}.pay-btns{margin-bottom:0!important}}#tbankButtonWrap.tbank-hidden{position:fixed!important;left:-9999px!important;top:0!important;width:320px!important;height:60px!important;opacity:0!important;overflow:hidden!important;z-index:-1!important}.modal-bg{align-items:flex-start!important;overflow-y:auto!important;padding:24px 16px!important;-webkit-overflow-scrolling:touch}.modal-bg.open{display:flex!important}.modal{max-height:none!important;margin:auto!important;overflow:visible!important;padding-top:30px!important}.modal .close{position:sticky!important;float:right;top:0;right:0;z-index:5;width:34px;height:34px;border-radius:9px!important;background:var(--panel2,#181826)!important;border:1px solid var(--line,#232330)!important;color:#fff!important;display:flex!important;align-items:center;justify-content:center;margin:-8px -6px 0 0}.modal .close:hover{border-color:var(--accent2,#9d8fff)!important}.modal h3{clear:none}.modal form{padding-bottom:4px}@media(max-width:560px){.modal-bg{padding:16px 12px!important}.modal{border-radius:16px!important;padding:24px 18px!important}}.modal .consent,.modal label.consent{display:block!important;position:relative!important;padding-left:26px!important;text-align:left!important;font-size:12.5px!important;color:var(--dim,#6a6a80)!important;line-height:1.5!important;margin:6px 0 16px!important;cursor:pointer}.modal .consent input[type=checkbox]{position:absolute!important;left:0!important;top:2px!important;width:16px!important;height:16px!important;min-width:16px!important;margin:0!important;flex:none!important;accent-color:var(--accent,#7C6CFF)}.modal .consent>span{display:inline!important}.modal .consent a{color:var(--accent2,#9d8fff)}.fab-btn{width:58px!important;height:58px!important;border-radius:16px!important;background:rgba(19,19,32,.72)!important;backdrop-filter:blur(10px);border:1px solid var(--line,#232330)!important;overflow:visible!important}.fab-btn:hover{border-color:var(--accent2,#9d8fff)!important}.fab-btn svg{width:26px!important;height:26px!important}.fab-btn::before{content:""!important;position:absolute!important;inset:-1px!important;border-radius:17px!important;padding:1px!important;background:var(--grad-line,linear-gradient(100deg,#7c6cff,#e9e2ff,#f0b429,#9d8fff));background-size:300% 100%;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor!important;mask-composite:exclude!important;animation:gradFlow 11s ease-in-out infinite!important;filter:none!important;opacity:.85!important}.fab-btn::after{display:none!important}@media(prefers-reduced-motion:reduce){.fab-btn::before{animation:none!important}}.eyebrow{background:0 0!important;-webkit-background-clip:border-box!important;background-clip:border-box!important;color:var(--gold,#f0b429)!important;-webkit-text-fill-color:var(--gold,#F0B429)!important;animation:none!important}.hero-badges b{background:linear-gradient(110deg,#9d8fff 0,#7c6cff 25%,#f0b429 50%,#7c6cff 75%,#9d8fff 100%);background-size:220% auto;-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;animation:gradShift 7s ease-in-out infinite}.foot-phone,.phone.grad{animation:gradShift 6s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.foot-phone,.hero-badges b,.phone.grad{animation:none!important}}body>p{flex:0 0 100%!important;max-width:100%!important;box-sizing:border-box!important}body{flex-wrap:wrap!important}label input[type=checkbox]+span{flex:1;min-width:0}label input[type=checkbox]{flex:none}.consent-line{display:block!important;font-size:12px;color:#6a6a80;line-height:1.5;margin:4px 0 14px;text-align:left}.consent-line input[type=checkbox]{float:left;margin:3px 8px 0 0;width:15px;height:15px;accent-color:#7C6CFF}.consent-line span{display:block;overflow:hidden}.consent-line a{color:#9d8fff}.fab-btn svg{display:none!important}.fab-btn{position:relative!important;width:58px!important;height:58px!important;border-radius:16px!important;padding:0!important;border:0!important;background:0 0!important;backdrop-filter:blur(6px);animation:fabWave 3.2s ease-out infinite!important;overflow:visible!important;transition:transform .2s ease}.fab-btn:hover{transform:translateY(-3px)}@keyframes fabWave{0%{box-shadow:0 0 0 0 rgba(157,143,255,.45),0 0 0 0 rgba(240,180,41,.28)}70%{box-shadow:0 0 0 15px rgba(157,143,255,0),0 0 0 26px rgba(240,180,41,0)}100%{box-shadow:0 0 0 0 rgba(157,143,255,0),0 0 0 0 rgba(240,180,41,0)}}.fab-btn::before{content:""!important;position:absolute!important;inset:0!important;border-radius:16px!important;border:0!important;background:var(--grad-line,linear-gradient(100deg,#7c6cff,#e9e2ff,#f0b429,#9d8fff));background-size:300% 100%;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58'%3E%3Crect x='1' y='1' width='56' height='56' rx='15' fill='none' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E") center/100% 100% no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58'%3E%3Crect x='1' y='1' width='56' height='56' rx='15' fill='none' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E") center/100% 100% no-repeat;animation:gradFlow 11s ease-in-out infinite!important;filter:none!important;opacity:1!important;pointer-events:none!important}.fab-btn::after{content:""!important;display:block!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:27px!important;height:27px!important;border:0!important;border-radius:0!important;background:var(--grad-line,linear-gradient(100deg,#7c6cff,#e9e2ff,#f0b429,#9d8fff));background-size:300% 100%;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 12a8.5 8.5 0 0 1-12.3 7.6L4 21l1.5-4.2A8.5 8.5 0 1 1 21 12z' fill='none' stroke='%23fff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='8.5' cy='12' r='1.05' fill='%23fff'/%3E%3Ccircle cx='12' cy='12' r='1.05' fill='%23fff'/%3E%3Ccircle cx='15.5' cy='12' r='1.05' fill='%23fff'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 12a8.5 8.5 0 0 1-12.3 7.6L4 21l1.5-4.2A8.5 8.5 0 1 1 21 12z' fill='none' stroke='%23fff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='8.5' cy='12' r='1.05' fill='%23fff'/%3E%3Ccircle cx='12' cy='12' r='1.05' fill='%23fff'/%3E%3Ccircle cx='15.5' cy='12' r='1.05' fill='%23fff'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask-composite:source-over!important;mask-composite:add!important;animation:gradFlow 11s ease-in-out infinite!important;opacity:1!important;filter:none!important;pointer-events:none!important}@media(prefers-reduced-motion:reduce){.fab-btn,.fab-btn::after,.fab-btn::before{animation:none!important}}@keyframes gradFlow{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}.modal-bg{overflow-y:auto!important;-webkit-overflow-scrolling:touch;padding:16px!important}.modal-bg.open{display:flex!important;align-items:flex-start!important;justify-content:center!important}.modal{margin:auto!important;max-height:calc(100vh - 32px)!important;max-height:calc(100dvh - 32px)!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.modal .close{position:sticky!important;top:0!important;right:auto!important;float:right;margin:-8px -6px 0 10px;z-index:5;width:38px;height:38px;display:grid;place-items:center;border-radius:10px!important;border:1px solid var(--line,#232330)!important;background:var(--panel2,#181826)!important;color:#fff!important;font-size:22px;line-height:1;cursor:pointer}.modal .close:hover{border-color:var(--accent2,#9d8fff)!important;background:#1c1c2c!important}.cs-modal{overflow-y:auto!important;-webkit-overflow-scrolling:touch;padding:16px!important}.cs-modal.open{display:flex!important;align-items:flex-start!important;justify-content:center!important}.cs-modal-box{margin:auto!important;max-height:calc(100vh - 32px)!important;max-height:calc(100dvh - 32px)!important;overflow-y:auto!important;overscroll-behavior:contain}@media(max-width:560px){.modal{padding:22px 18px!important;border-radius:16px!important}.cs-modal-box{padding:22px 18px!important;border-radius:16px!important}.modal .btn{height:48px}}.modal-bg{position:fixed;inset:0;z-index:100;display:none;background:rgba(0,0,0,.65);backdrop-filter:blur(6px)}.modal{background:var(--panel,#131320);border:1px solid var(--line,#232330);border-radius:18px;padding:28px 24px;max-width:440px;width:100%;position:relative}.modal h3{font-size:20px;font-weight:800;margin-bottom:6px}.modal .sub{color:var(--muted,#b7b7c9);font-size:14px;margin-bottom:18px}.modal label{display:block;font-size:12.5px;color:var(--muted,#b7b7c9);margin:0 0 5px}.modal .req{color:var(--gold,#f0b429)}.modal input[type=email],.modal input[type=tel],.modal input[type=text],.modal textarea{width:100%;padding:12px 14px;border-radius:10px;border:1px solid var(--line,#232330);background:#0f0f18;color:#fff;font-size:15px;margin-bottom:12px;box-sizing:border-box;outline:0;font-family:inherit}.modal input:focus,.modal textarea:focus{border-color:var(--accent,#7c6cff)}.modal textarea{min-height:88px;resize:vertical}.modal .btn{width:100%;justify-content:center;margin-top:4px}.case .metric{font-size:19px!important;font-weight:800!important;line-height:1.25!important;letter-spacing:0;background:0 0!important;-webkit-background-clip:border-box!important;background-clip:border-box!important;color:#fff!important;-webkit-text-fill-color:#fff!important;animation:none!important}.case .cname{color:var(--gold,#f0b429)!important;margin-top:8px!important;margin-bottom:14px!important}.case h4{font-size:15px!important;font-weight:600!important;color:var(--muted,#b7b7c9)!important;margin:0 0 12px!important;padding-bottom:12px;border-bottom:1px solid var(--line,#232330);line-height:1.45}.case p{color:var(--dim,#8a8a9e)!important;font-size:13.5px!important;line-height:1.65!important}.price-rows .pr b{background:0 0!important;-webkit-background-clip:border-box!important;background-clip:border-box!important;color:var(--gold,#f0b429)!important;-webkit-text-fill-color:var(--gold,#F0B429)!important;animation:none!important}.price-rows .pr b .pr-from{color:var(--white,#fff)!important;-webkit-text-fill-color:var(--white,#fff)!important}.price-rows .pr-min b,.price-rows .pr-min span{color:var(--gold,#f0b429)!important;-webkit-text-fill-color:var(--gold,#F0B429)!important;background:0 0!important;animation:none!important}.pay-acc-eyebrow{display:block;margin:0 0 12px;font-size:12px!important;letter-spacing:.18em!important;text-transform:uppercase;font-weight:600!important}.pay-acc-title{display:block!important;font-size:clamp(26px,3.4vw,40px)!important;font-weight:800!important;letter-spacing:-.01em!important;line-height:1.12!important;color:var(--white,#fff)!important;margin:0 0 14px!important}.pay-acc-sub{display:block!important;font-size:16px!important;color:var(--muted,#b7b7c9)!important;margin:0!important;line-height:1.6}.pay-acc-sum{align-items:flex-start!important;padding:26px 26px!important}.pay-acc-chev{margin-top:6px}@media(max-width:560px){.pay-acc-sum{padding:22px 18px!important}}.modal label{white-space:normal}.modal label .req{color:var(--gold,#f0b429)!important;font-weight:700;margin-right:2px}.logo{gap:0!important;letter-spacing:.01em!important}.logo .mark{margin-right:10px!important;flex:none}.logo>span:not(.mark){margin-left:3px!important}.msg-btn svg{width:17px;height:17px;fill:currentColor;flex:none}.pilot-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:900px){.pilot-grid{grid-template-columns:1fr}}.pilot{background:var(--panel,#131320);border:1px solid var(--line,#232330);border-radius:18px;padding:30px 28px;position:relative;overflow:hidden;transition:border-color .2s,transform .2s}.pilot:hover{border-color:#2e2e42;transform:translateY(-3px)}.pilot::before{content:"";position:absolute;inset:0 0 auto 0;height:2px;background:linear-gradient(90deg,var(--accent,#7c6cff),var(--gold,#f0b429));opacity:.7}.pilot-tag{display:inline-block;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold,#f0b429);font-weight:700;margin-bottom:12px}.pilot h3{font-size:21px;font-weight:800;margin:0 0 10px;line-height:1.2}.pilot-lead{color:var(--muted,#b7b7c9);font-size:14.5px;margin:0 0 20px;line-height:1.6}.pilot-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.pilot-list li{color:var(--muted,#b7b7c9);font-size:14px;line-height:1.6;padding-left:14px;border-left:2px solid var(--line,#232330)}.pilot-list li span{display:block;color:#fff;font-weight:700;font-size:12.5px;letter-spacing:.04em;margin-bottom:3px}@media(max-width:560px){.pilot{padding:24px 20px}}.starter-cta{margin-top:26px;display:flex;align-items:center;gap:24px;flex-wrap:wrap;background:linear-gradient(135deg,rgba(124,108,255,.12),rgba(240,180,41,.06));border:1px solid var(--line,#232330);border-radius:20px;padding:28px 30px}.starter-cta h3{font-size:19px;font-weight:800;margin:0 0 6px}.starter-cta p{color:var(--muted,#b7b7c9);font-size:14.5px;margin:0;max-width:62ch;line-height:1.6}.starter-cta>div{flex:1;min-width:260px}.starter-cta .btn{white-space:nowrap}@media(max-width:640px){.starter-cta{padding:24px 20px}.starter-cta .btn{width:100%;justify-content:center}}.pv-row{align-items:flex-start!important;gap:16px}.pv-row .k{flex:none;max-width:46%}.pv-row .v{text-align:right;font-size:14px!important;font-weight:600!important;line-height:1.45}.pv-row .v b{font-weight:800}@media(max-width:420px){.pv-row{flex-direction:column;gap:4px}.pv-row .k,.pv-row .v{max-width:100%;text-align:left}}.pay-invite{display:flex;align-items:center;gap:28px;flex-wrap:wrap;background:linear-gradient(135deg,rgba(124,108,255,.12),rgba(240,180,41,.06));border:1px solid var(--line,#232330);border-radius:22px;padding:34px 34px}.pay-invite-txt{flex:1;min-width:280px}.pay-invite .eyebrow{display:block}.pay-invite p{color:var(--muted,#b7b7c9);font-size:16px;margin:0;line-height:1.6;max-width:62ch}.pay-invite .btn{white-space:nowrap}@media(max-width:640px){.pay-invite{padding:26px 20px;gap:20px}.pay-invite .btn{width:100%;justify-content:center}}.cs-modal-box .pay-lab{display:block;font-size:12.5px;color:var(--dim,#6a6a80);margin:0 0 6px}.cs-modal-box .pay-btns{display:flex;flex-direction:column;gap:10px;margin-top:6px}.cs-modal-box .pay-btns form{margin:0}.faq-layout{display:grid;grid-template-columns:1.25fr .85fr;gap:24px;align-items:start}@media(max-width:900px){.faq-layout{grid-template-columns:1fr}}.faq-layout .faq{max-width:none!important;margin:0!important}.faq-layout{align-items:stretch}.faq-layout .pay-card{background:var(--panel,#131320);border:1px solid var(--line,#232330);border-radius:18px;padding:26px 24px;display:flex;flex-direction:column;height:100%}.faq-layout .pay-card .price-rows{flex:1;display:flex;flex-direction:column;justify-content:space-evenly}.faq-layout .pay-card .pay-note{margin-top:18px}@media(max-width:900px){.faq-layout .pay-card{height:auto}}.faq-layout .pay-card h3{font-size:17px;font-weight:700;margin:0 0 16px}.eyebrow{font-size:12px!important;letter-spacing:.18em!important;text-transform:uppercase!important;font-weight:600!important;color:var(--gold,#f0b429)!important;margin:0 0 14px!important;display:block}.pay-invite h2,.sec-head h2{font-size:clamp(24px,3.2vw,36px)!important;font-weight:800!important;letter-spacing:-.01em!important;line-height:1.14!important;margin:0 0 14px!important}.pay-invite p,.sec-head p{color:var(--muted,#b7b7c9)!important;font-size:16px!important;line-height:1.6!important;margin:0!important}.hero h1{margin:0 0 0!important}.hero p.lead{margin-top:20px!important}.sec-head{margin-bottom:34px}.card,.case,.contact-card,.plan{background:var(--panel,#131320);border:1px solid var(--line,#232330);border-radius:18px;transition:border-color .2s,transform .2s}.card:hover,.case:hover{border-color:#2e2e42;transform:translateY(-3px)}.card h3,.contact-card h3{font-size:17px!important;font-weight:700!important;margin:0 0 10px!important;line-height:1.3}.card p{color:var(--muted,#b7b7c9)!important;font-size:14px!important;line-height:1.65!important;margin:0!important}.saas-list li{padding-left:0!important}.grant-block{margin-top:26px;background:linear-gradient(135deg,rgba(240,180,41,.1),rgba(124,108,255,.1));border:1px solid var(--line,#232330);border-radius:22px;padding:34px 32px}.grant-tag{display:inline-block;font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:var(--gold,#f0b429);margin-bottom:12px}.grant-block h3{font-size:clamp(20px,2.4vw,26px);font-weight:800;margin:0 0 14px;line-height:1.2}.grant-block p{color:var(--muted,#b7b7c9);font-size:15px;line-height:1.7;margin:0 0 12px;max-width:76ch}.grant-btns{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}@media(max-width:640px){.grant-block{padding:26px 20px}.grant-btns .btn{width:100%;justify-content:center}}.case .ic{width:46px;height:46px;border-radius:12px;background:var(--panel2,#181826);display:grid;place-items:center;margin-bottom:18px;border:1px solid var(--line,#232330)}.case .ic svg{fill:none;stroke:var(--accent2,#9D8FFF);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.msg-btns{gap:10px}.msg-btn{flex:0 0 auto}.faq-layout{align-items:stretch}.faq-layout>.faq{display:flex!important;flex-direction:column;justify-content:space-between;height:100%;gap:12px}.faq-layout .pay-card{display:flex;flex-direction:column;height:100%}@media(max-width:900px){.faq-layout .pay-card,.faq-layout>.faq{height:auto}}.grant-lead{font-size:16px!important;color:var(--muted,#b7b7c9);line-height:1.7;margin:0 0 26px!important;max-width:78ch}.grant-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:26px}@media(max-width:900px){.grant-steps{grid-template-columns:1fr 1fr}}@media(max-width:560px){.grant-steps{grid-template-columns:1fr}}.grant-step{background:var(--panel,#131320);border:1px solid var(--line,#232330);border-radius:14px;padding:22px 20px}.gs-num{display:block;font-size:12px;font-weight:800;letter-spacing:.14em;color:var(--accent2,#9d8fff);margin-bottom:10px}.grant-step h4{font-size:15px;font-weight:700;margin:0 0 8px;line-height:1.3}.grant-step p{color:var(--muted,#b7b7c9);font-size:13.5px;line-height:1.6;margin:0}.grant-cond{font-size:15px!important;color:var(--muted,#b7b7c9)!important;line-height:1.7;margin:0!important;max-width:80ch;padding-left:14px;border-left:2px solid var(--gold,#f0b429)}.grant-cond b{color:#fff}.modal select{width:100%;padding:12px 14px;border-radius:10px;border:1px solid var(--line,#232330);background:#0f0f18;color:#fff;font-size:15px;margin-bottom:12px;box-sizing:border-box;outline:0;font-family:inherit;appearance:none;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,var(--dim,#6a6a80) 50%),linear-gradient(135deg,var(--dim,#6a6a80) 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% + 1px),calc(100% - 13px) calc(50% + 1px);background-size:5px 5px,5px 5px;background-repeat:no-repeat}.modal select:focus{border-color:var(--accent,#7c6cff)}section{padding:56px 0!important}.hero{padding:76px 0 48px!important}.sec-head{margin-bottom:28px!important;max-width:64ch}#pay{padding:56px 0!important}.pay-invite{margin:0!important}.trust{padding:26px 0!important}.hero h1{font-size:clamp(34px,4.6vw,54px)!important;line-height:1.07!important;font-weight:800!important;letter-spacing:-.02em!important;max-width:18ch!important}.hero p.lead{font-size:clamp(16px,1.4vw,18px)!important;color:var(--muted,#b7b7c9)!important;line-height:1.65!important;max-width:62ch!important;margin-top:18px!important}div[id],section[id]{scroll-margin-top:96px}.cases-grid,.grant-steps,.grid,.pilot-grid,.plans,.steps{gap:18px}@media(max-width:640px){section{padding:44px 0!important}#pay{padding:44px 0!important}.hero{padding:56px 0 36px!important}.sec-head{margin-bottom:22px!important}}.pilot h3{font-size:20px!important;line-height:1.25!important}.grant-block h3{font-size:clamp(21px,2.4vw,28px)!important;line-height:1.2!important}h2:not(.sec-head h2){letter-spacing:-.01em}.pilot-cta{margin-top:22px;padding:24px 26px;background:var(--panel,#131320);border:1px solid var(--line,#232330);border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap}.pilot-cta p{color:var(--muted,#b7b7c9);font-size:15px;line-height:1.6;margin:0;flex:1;min-width:260px;max-width:56ch}.pilot-cta-btns{display:flex;gap:12px;flex-wrap:wrap}@media(max-width:720px){.pilot-cta{padding:22px 20px}.pilot-cta-btns{width:100%}.pilot-cta-btns .btn{flex:1;justify-content:center;min-width:200px}}.card,.case,.contact-card,.plan,.step{padding:26px;border-radius:16px}.plan{padding:28px 26px}.grant-block,.pay-invite{padding:30px;border-radius:20px}.pilot,.pilot-cta,.starter-cta{padding:26px;border-radius:20px}.grant-step{padding:22px 20px;border-radius:14px}.btn{padding:13px 24px;font-size:15px;border-radius:12px}.btn-ghost,.btn-primary{border-radius:12px}@media(max-width:560px){.card,.case,.contact-card,.plan,.step{padding:22px 20px}.grant-block,.pay-invite,.pilot,.pilot-cta,.starter-cta{padding:24px 20px}}.eyebrow,.grant-tag,.pay-acc-eyebrow,.pilot-tag{font-size:12px!important;letter-spacing:.18em!important;text-transform:uppercase!important;font-weight:600!important;color:var(--gold,#f0b429)!important;-webkit-text-fill-color:var(--gold,#F0B429)!important;background:0 0!important;margin:0 0 14px!important;display:block!important}.step .ic{width:40px;height:40px;border-radius:10px;background:var(--panel2,#181826);border:1px solid var(--line,#232330);display:grid;place-items:center;margin-bottom:14px}.step .ic svg{fill:none;stroke:var(--accent2,#9D8FFF);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.step h4{font-size:15px!important;font-weight:700!important;color:#fff!important;margin:0 0 7px!important;line-height:1.3}.step p{color:var(--muted,#b7b7c9)!important;font-size:13.5px!important;line-height:1.55!important;margin:0!important}.card .pay-lab{display:block;font-size:12.5px;color:var(--dim,#6a6a80);margin:14px 0 6px}.card .pay-inp{width:100%;padding:12px 14px;border-radius:10px;border:1px solid var(--line,#232330);background:#0f0f18;color:#fff;font-size:15px;box-sizing:border-box;outline:0;font-family:inherit}.card .pay-inp:focus{border-color:var(--accent,#7c6cff)}#prices .pay-card{background:var(--panel,#131320);border:1px solid var(--line,#232330);border-radius:16px;padding:26px}.banner,.split{text-align:center}.banner .eyebrow,.banner .grant-tag,.banner .pilot-tag,.split .eyebrow,.split .grant-tag,.split .pilot-tag{text-align:center!important;text-indent:.18em!important}.banner>h2,.banner>p,.split>h2,.split>p{text-align:center!important}.banner .cta-row,.split .cta-row{justify-content:center}.hp-field{position:absolute!important;left:-9999px!important;top:auto!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
/* ===== ПРАВКИ 02.09.2026 ===== */
/* 1. Блок гранта — живой фирменный перелив по всему блоку */
.grant-block{position:relative;overflow:hidden;isolation:isolate;background:none}
.grant-block::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(115deg,rgba(240,180,41,.20)0%,rgba(255,217,138,.13)18%,rgba(124,108,255,.15)42%,rgba(157,143,255,.11)60%,rgba(240,180,41,.18)82%,rgba(240,180,41,.20)100%);background-size:280% 280%;animation:grantFlow 16s ease-in-out infinite}
@keyframes grantFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}

/* 2. Кнопка виджета — мягкое размытое свечение вместо резкого канта.
   ::after не трогаем: это сама иконка. Ореол даём тенью, а градиент
   иконки делаем плавнее (меньше стыков между цветами). */
.fab-btn{
  background:rgba(19,19,32,.74)!important;
  backdrop-filter:blur(10px);
  border:1px solid rgba(157,143,255,.20)!important;
  box-shadow:0 0 30px rgba(124,108,255,.20),0 0 52px rgba(240,180,41,.12),0 12px 34px rgba(0,0,0,.40)!important;
}
.fab-btn:hover{
  border-color:rgba(157,143,255,.38)!important;
  box-shadow:0 0 38px rgba(124,108,255,.30),0 0 62px rgba(240,180,41,.16),0 16px 40px rgba(0,0,0,.44)!important;
}
/* рамка-кольцо мягче */
.fab-btn::before{opacity:.55!important;filter:blur(.4px)}
/* градиент иконки плавнее и чуть тише */
.fab-btn::after{
  background:linear-gradient(115deg,#8f80ff 0%,#c9beff 34%,#efe4c9 58%,#f0b429 100%)!important;
  background-size:220% 100%!important;
  opacity:.92!important;
}

@media(prefers-reduced-motion:reduce){
  .grant-block::before{animation:none;background-position:20% 50%}
}
