:root{--bg-0:#0A2472;--bg-1:#123499;--blue-500:#007BFF;--blue-400:#4DA6FF;--blue-700:#00C8FF;--ink-0:#FFFFFF;--ink-1:#C7D2E0;--ink-2:#93a5c7;--line:rgba(255,255,255,0.09);--glow:rgba(0,200,255,0.35);--radius-sm:10px;--radius-md:14px;--radius-lg:16px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:radial-gradient(ellipse 1400px 900px at 50% 0,#0c1b40 0,#06111f 55%,#06111f 100%);background-attachment:fixed;color:var(--ink-0);font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden;min-height:100vh}.display,h1,h2,h3{font-family:Inter,sans-serif}.mono{font-family:Inter,sans-serif;letter-spacing:.08em}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.wrap{max-width:1180px;margin:0 auto;padding:0 24px}a:focus-visible,button:focus-visible{outline:2px solid var(--blue-400);outline-offset:3px;border-radius:6px}header.site-header{position:sticky;top:0;z-index:50;background:rgba(5,11,26,.72);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:12px 24px;gap:20px;max-width:none;width:100%;margin:0}.logo-mark{display:flex;align-items:center;gap:10px;justify-self:start}.logo-mark img{height:38px;width:auto}nav.primary{display:flex;align-items:center;gap:28px;justify-self:center}nav.primary a{font-size:14.5px;font-weight:500;color:#fff;transition:opacity .15s ease;white-space:nowrap}nav.primary a:hover,nav.primary a[aria-current=page]{opacity:.75}.header-right{display:flex;align-items:center;gap:12px;justify-self:end}.header-actions{display:flex;align-items:center;gap:10px}.menu-btn{display:inline-flex;align-items:center;justify-content:center;background:0 0;border:1px solid var(--line);border-radius:8px;color:var(--ink-0);padding:8px;cursor:pointer}.menu-btn:hover{border-color:rgba(255,255,255,.25)}.menu-btn svg{width:24px;height:24px}.mobile-menu{display:none;flex-direction:column;border-top:1px solid var(--line);background:rgba(5,11,26,.97);padding:8px 24px 18px}.mobile-menu.is-open{display:flex}.mobile-menu a{padding:12px 4px;font-size:15px;color:var(--ink-1);border-bottom:1px solid rgba(255,255,255,.06)}.mobile-menu a:hover{color:var(--ink-0)}.mobile-menu-divider{height:1px}.mobile-menu-cta{margin-top:10px;text-align:center;border-radius:10px;background:linear-gradient(135deg,var(--blue-500),var(--blue-700));color:#fff!important;border-bottom:none!important;font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;cursor:pointer;border:none;height:38px;padding:0 18px;border-radius:6px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease;white-space:nowrap}.btn-ghost{background:0 0;color:var(--ink-0);border:1px solid var(--line)}.btn-ghost:hover{border-color:rgba(255,255,255,.25)}.btn-dark{background:#0a2472;color:#fff;border:1px solid rgba(255,255,255,.12)}.btn-dark:hover{background:#123499}.btn-download{background:linear-gradient(135deg,var(--blue-500),var(--blue-700));color:#fff;box-shadow:0 8px 24px -6px var(--glow);border-radius:9px}.btn-download:hover{transform:translateY(-1px);box-shadow:0 12px 30px -6px rgba(59,130,246,.55)}.btn-sm{padding:0 14px;font-size:13px}.btn-primary{background:linear-gradient(135deg,var(--blue-500),var(--blue-700));color:#fff;box-shadow:0 8px 24px -6px var(--glow)}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 12px 30px -6px rgba(59,130,246,.55)}.btn-lg{padding:0 30px;height:48px;font-size:15.5px;border-radius:8px}section.block{padding:70px 24px}.section-head{text-align:center;max-width:600px;margin:0 auto 40px}.section-head h2{font-size:clamp(24px,3.4vw,34px);font-weight:600;letter-spacing:-.01em}.section-head p{color:var(--ink-1);margin-top:12px;font-size:15px;line-height:1.6}.divider{height:1px;background:linear-gradient(90deg,transparent,var(--line) 30%,var(--line) 70%,transparent);max-width:1040px;margin:0 auto}.card{border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));transition:border-color .15s ease,transform .15s ease,background .15s ease}.card:hover{border-color:rgba(59,130,246,.4);transform:translateY(-2px);background:rgba(59,130,246,.06)}.form-card{max-width:420px;margin:28px auto 0;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012));border:1px solid var(--line);border-radius:16px;padding:28px}.field{margin-bottom:16px}.field label{display:block;font-size:12.5px;color:var(--ink-1);margin-bottom:6px}.field input,.field textarea{width:100%;border-radius:8px;border:1px solid var(--line);background:rgba(0,0,0,.25);color:#fff;padding:0 12px;font-size:14px;font-family:inherit}.field input{height:42px}.field textarea{min-height:110px;padding:12px;resize:vertical}.field input::placeholder,.field textarea::placeholder{color:var(--ink-2)}.field-checkbox{display:flex;align-items:flex-start;gap:8px;font-size:12.5px;color:var(--ink-1);margin-bottom:16px}.field-checkbox input{width:16px;height:16px;margin-top:2px}.field-checkbox a{color:var(--blue-400)}.submit-btn{width:100%;height:44px;border-radius:8px;background:linear-gradient(135deg,var(--blue-500),var(--blue-700));color:#fff;font-weight:600;font-size:14.5px;margin-top:6px;border:none;cursor:pointer}.form-alt{text-align:center;color:var(--ink-1);font-size:13px;margin-top:16px}.form-alt a{color:var(--blue-400);font-weight:600}.form-error{color:#249BFE;font-size:12.5px;margin-top:4px;display:none}.plan-note{background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.3);border-radius:10px;padding:10px 14px;font-size:12.5px;color:var(--ink-1);text-align:center;margin-bottom:18px}.help-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:26px;max-width:820px;margin-left:auto;margin-right:auto}.help-card{background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));border:1px solid var(--line);border-radius:14px;padding:18px}.help-card h3{font-size:14.5px;margin-bottom:6px}.help-card p{font-size:13px;color:var(--ink-2);line-height:1.5}@media (max-width:640px){.help-grid{grid-template-columns:1fr}}.legal{max-width:680px;margin:28px auto 0;color:var(--ink-1);font-size:14px;line-height:1.7}.legal h2{color:#fff;font-size:16px;margin:24px 0 8px}.legal h2:first-child{margin-top:0}.legal p{margin-bottom:10px}.cta-band{position:relative;overflow:hidden;text-align:center;padding:64px 24px;margin:0 24px;background:linear-gradient(135deg,#123499 0,#007bff 100%);border-radius:20px;max-width:1040px;margin-left:auto;margin-right:auto}.cta-band::before{content:'';position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(1.5px 1.5px at 20% 30%,rgba(255,255,255,.5),transparent),radial-gradient(1.5px 1.5px at 70% 60%,rgba(255,255,255,.4),transparent),radial-gradient(1px 1px at 85% 20%,rgba(255,255,255,.5),transparent),radial-gradient(1px 1px at 40% 75%,rgba(255,255,255,.35),transparent),radial-gradient(1.5px 1.5px at 55% 15%,rgba(255,255,255,.4),transparent)}.cta-band>*{position:relative;z-index:1}.cta-band h2{font-size:clamp(22px,3.2vw,30px);font-weight:600;margin-bottom:10px;color:#fff;text-align:center}.cta-band p{color:rgba(255,255,255,.8);font-size:15px;max-width:480px;margin:0 auto 22px;line-height:1.6;text-align:center}.cta-band .btn{background:#007bff!important;box-shadow:0 4px 14px rgba(0,0,0,.25)!important}.cta-band-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}footer.site-footer{border-top:1px solid var(--line);padding:52px 24px 30px}.footer-grid{max-width:1180px;margin:0 auto 22px;display:flex;flex-wrap:wrap;gap:14px 30px;justify-content:center}footer.site-footer nav a{font-size:14px;color:var(--ink-1)}footer.site-footer nav a:hover{color:var(--ink-0)}.footer-bottom{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:16px;color:var(--ink-2);font-size:12.5px;flex-wrap:wrap;text-align:center}.social{display:flex;gap:10px}.social a{width:30px;height:30px;border-radius:50%;border:1.5px solid #fff;display:flex;align-items:center;justify-content:center}.social svg{width:14px;height:14px;stroke:#fff}@media (max-width:1024px){.header-inner{grid-template-columns:minmax(0,1fr) auto;gap:12px;padding-left:16px;padding-right:16px}.logo-mark{grid-column:1;justify-self:start}.header-right{grid-column:2;justify-self:end}.primary,nav.primary{display:none}.menu-btn{display:inline-flex}.header-actions{display:none}.btn-download{display:none}}.juniq-new-cta-band{position:relative;overflow:hidden;text-align:center;padding:56px 24px;margin:40px 24px;background:linear-gradient(135deg,#123499 0,#007bff 100%);border-radius:20px;max-width:1040px;margin-left:auto;margin-right:auto}
.juniq-new-cta-band::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(1.5px 1.5px at 20% 30%,rgba(255,255,255,.5),transparent),radial-gradient(1.5px 1.5px at 70% 60%,rgba(255,255,255,.4),transparent),radial-gradient(1px 1px at 85% 20%,rgba(255,255,255,.5),transparent),radial-gradient(1px 1px at 40% 75%,rgba(255,255,255,.35),transparent),radial-gradient(1.5px 1.5px at 55% 15%,rgba(255,255,255,.4),transparent)}
.juniq-new-cta-band>*{position:relative;z-index:1}
.juniq-new-cta-band h2{font-family:Inter,sans-serif;font-size:clamp(22px,3.2vw,30px);font-weight:600;color:#fff;margin-bottom:10px;text-align:center}
.juniq-new-cta-band p{color:rgba(255,255,255,.8);font-size:15px;max-width:480px;margin:0 auto 22px;line-height:1.6;text-align:center}
.juniq-new-cta-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.juniq-new-cta-btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 30px;border-radius:8px;background:#007bff;color:#fff;font-weight:600;font-size:15.5px;box-shadow:0 4px 14px rgba(0,0,0,.25);text-decoration:none}
.juniq-new-cta-band.juniq-dark-surface,.juniq-new-cta-band.juniq-v147-dark-surface,section.juniq-new-cta-band.juniq-dark-surface,section.juniq-new-cta-band.juniq-v147-dark-surface{background:linear-gradient(135deg,#123499 0,#007bff 100%)!important;background-image:linear-gradient(135deg,#123499 0,#007bff 100%)!important}
