.LoginModal-module__ii0EnW__modalOverlay{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);z-index:9999;justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem;animation:.3s cubic-bezier(.16,1,.3,1) forwards LoginModal-module__ii0EnW__fadeIn;display:flex;position:fixed;top:0;left:0}.LoginModal-module__ii0EnW__modalContent{background:var(--glass-bg);border:1px solid var(--glass-border);width:100%;max-width:520px;box-shadow:0 20px 50px var(--bg-canvas), inset 0 1px 0 var(--glass-highlight-hover), 0 0 40px #00f0ff08;border-radius:24px;max-height:90vh;padding:2.5rem;animation:.4s cubic-bezier(.16,1,.3,1) forwards LoginModal-module__ii0EnW__slideUp;position:relative;overflow-y:auto}.LoginModal-module__ii0EnW__btnClose{color:var(--text-muted);cursor:pointer;z-index:10;background:0 0;border:none;font-size:1.8rem;line-height:1;transition:color .2s;position:absolute;top:1.25rem;right:1.5rem}.LoginModal-module__ii0EnW__btnClose:hover{color:var(--accent-cyan)}.LoginModal-module__ii0EnW__formContainer{flex-direction:column;gap:1.5rem;display:flex}.LoginModal-module__ii0EnW__modalHeader{text-align:center;margin-bottom:.5rem}.LoginModal-module__ii0EnW__modalTitle{font-family:var(--font-orbitron);letter-spacing:.05em;color:var(--text-primary);text-transform:uppercase;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.LoginModal-module__ii0EnW__modalSubtitle{color:var(--text-muted);font-size:.88rem;line-height:1.5}.LoginModal-module__ii0EnW__progressTracker{text-transform:uppercase;letter-spacing:.08em;justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;font-size:.75rem;font-weight:700;display:flex}.LoginModal-module__ii0EnW__stepIndicator{color:var(--text-muted);transition:color .3s}.LoginModal-module__ii0EnW__stepActive{color:var(--accent-cyan);text-shadow:0 0 10px #00f0ff4d}.LoginModal-module__ii0EnW__stepChevron{color:var(--text-muted)}.LoginModal-module__ii0EnW__alertError{color:#f87171;background:#ef44441a;border:1px solid #ef444433;border-radius:12px;padding:.88rem 1.25rem;font-size:.85rem;line-height:1.4}.LoginModal-module__ii0EnW__alertSuccess{color:#34d399;background:#10b9811a;border:1px solid #10b98133;border-radius:12px;padding:.88rem 1.25rem;font-size:.85rem;line-height:1.4}.LoginModal-module__ii0EnW__form{flex-direction:column;gap:1.15rem;display:flex}.LoginModal-module__ii0EnW__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.LoginModal-module__ii0EnW__formGroup{flex-direction:column;gap:.5rem;display:flex}.LoginModal-module__ii0EnW__label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);font-size:.75rem;font-weight:700}.LoginModal-module__ii0EnW__fieldHelp{color:var(--text-muted);margin-top:-.25rem;margin-bottom:.25rem;font-size:.75rem;line-height:1.4}.LoginModal-module__ii0EnW__input,.LoginModal-module__ii0EnW__select{background:var(--glass-highlight);border:1px solid var(--glass-border);height:48px;color:var(--text-primary);border-radius:12px;outline:none;padding:0 1rem;font-size:.9rem;transition:all .3s cubic-bezier(.16,1,.3,1)}.LoginModal-module__ii0EnW__input:focus,.LoginModal-module__ii0EnW__select:focus{border-color:var(--accent-cyan);background:#00f0ff05;box-shadow:0 0 15px #00f0ff14}.LoginModal-module__ii0EnW__select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg fill='none' stroke='white' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M19 9l-7 7-7-7'></path></svg>");background-position:right 1rem center;background-repeat:no-repeat;background-size:1rem;padding-right:2.5rem}.LoginModal-module__ii0EnW__select option{background-color:var(--input-bg);color:var(--text-primary)}.LoginModal-module__ii0EnW__btnPrimary{background:var(--accent-cyan);color:#030406;height:52px;font-family:var(--font-orbitron);text-transform:uppercase;letter-spacing:.15em;text-shadow:0 1px 1px #ffffff4d;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;font-size:.8rem;font-weight:900;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 0 25px #00f0ff33}.LoginModal-module__ii0EnW__btnPrimary:hover:not(:disabled){text-decoration:none;transform:translateY(-2px);box-shadow:0 0 35px #00f0ff73}.LoginModal-module__ii0EnW__btnPrimary:active:not(:disabled){transform:translateY(0)}.LoginModal-module__ii0EnW__btnPrimary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.LoginModal-module__ii0EnW__btnSecondary{background:var(--glass-highlight-hover);border:1px solid var(--glass-border);height:50px;color:var(--text-primary);font-family:var(--font-orbitron);text-transform:uppercase;letter-spacing:.15em;text-shadow:0 1px 2px #0000004d;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.LoginModal-module__ii0EnW__btnSecondary:hover{background:var(--glass-border);border-color:var(--text-muted);text-decoration:none}.LoginModal-module__ii0EnW__btnGrid{grid-template-columns:1fr 2fr;gap:1rem;display:grid}.LoginModal-module__ii0EnW__divider{text-align:center;letter-spacing:.15em;color:var(--text-muted);align-items:center;margin:.5rem 0;font-size:.68rem;font-weight:700;display:flex}.LoginModal-module__ii0EnW__divider:before,.LoginModal-module__ii0EnW__divider:after{content:"";border-bottom:1px solid var(--glass-border);flex:1}.LoginModal-module__ii0EnW__divider:not(:empty):before{margin-right:.75em}.LoginModal-module__ii0EnW__divider:not(:empty):after{margin-left:.75em}.LoginModal-module__ii0EnW__btnBiometrics{height:50px;color:var(--accent-cyan);font-family:var(--font-orbitron);text-transform:uppercase;letter-spacing:.12em;cursor:pointer;background:#00f0ff0d;border:1px solid #00f0ff33;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;font-size:.78rem;font-weight:800;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 0 15px #00f0ff0d}.LoginModal-module__ii0EnW__btnBiometrics:hover:not(:disabled){border-color:var(--accent-cyan);background:#00f0ff1f;transform:translateY(-1px);box-shadow:0 0 25px #00f0ff33}.LoginModal-module__ii0EnW__modalFooter{text-align:center;color:var(--text-muted);margin-top:.5rem;font-size:.85rem}.LoginModal-module__ii0EnW__toggleLink{color:var(--accent-cyan);cursor:pointer;background:0 0;border:none;margin-left:.25rem;padding:0;font-weight:700;text-decoration:underline;transition:color .2s}.LoginModal-module__ii0EnW__toggleLink:hover{color:#38bdf8}@keyframes LoginModal-module__ii0EnW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes LoginModal-module__ii0EnW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes LoginModal-module__ii0EnW__pulseGlow{0%,to{opacity:.8;filter:drop-shadow(0 0 2px #00f0ff33)}50%{opacity:1;filter:drop-shadow(0 0 8px #00f0ff99)}}@media (max-width:580px){.LoginModal-module__ii0EnW__modalOverlay{align-items:flex-end;padding:0}.LoginModal-module__ii0EnW__modalContent{border-bottom:none;border-radius:24px 24px 0 0;max-width:100%;max-height:92vh;padding:2rem 1.5rem}.LoginModal-module__ii0EnW__formGrid{grid-template-columns:1fr;gap:1.15rem}}.LoginModal-module__ii0EnW__modalOverlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#060e1ba6;padding:20px}.LoginModal-module__ii0EnW__modalContent{box-shadow:var(--shadow-card);border-radius:14px;max-height:calc(100dvh - 40px);padding:36px}.LoginModal-module__ii0EnW__btnClose{width:44px;height:44px;top:8px;right:8px}.LoginModal-module__ii0EnW__modalTitle{letter-spacing:-.025em;text-transform:none;margin-top:14px}.LoginModal-module__ii0EnW__label{letter-spacing:.03em;font-size:12px}.LoginModal-module__ii0EnW__input,.LoginModal-module__ii0EnW__select{background-color:var(--input-bg);border-color:var(--input-border);font-size:16px}.LoginModal-module__ii0EnW__input::placeholder{color:var(--text-muted)}.LoginModal-module__ii0EnW__btnPrimary{color:#fff;background:var(--button-primary);text-shadow:none;box-shadow:none;letter-spacing:.04em}.LoginModal-module__ii0EnW__btnPrimary:hover:not(:disabled){background:var(--button-hover);box-shadow:none}.LoginModal-module__ii0EnW__btnSecondary,.LoginModal-module__ii0EnW__btnBiometrics{text-shadow:none;letter-spacing:.03em;box-shadow:none}.LoginModal-module__ii0EnW__alertError{color:var(--text-primary);border-left:3px solid #d63838}.LoginModal-module__ii0EnW__alertSuccess{color:var(--text-primary);border-left:3px solid #168543}.LoginModal-module__ii0EnW__fingerprintIcon{animation:none}@media (max-width:580px){.LoginModal-module__ii0EnW__modalContent{border-radius:14px;max-height:calc(100dvh - 24px);padding:30px 22px}.LoginModal-module__ii0EnW__modalOverlay{align-items:center;padding:12px}.LoginModal-module__ii0EnW__btnGrid{gap:10px}}
.Header-module__hBw1pG__header{background:var(--glass-bg);border-bottom:1px solid var(--glass-border);z-index:1000;height:88px;position:fixed;inset:0 0 auto}.Header-module__hBw1pG__headerContainer{justify-content:space-between;align-items:center;gap:24px;max-width:1280px;height:100%;margin:auto;padding:0 32px;display:flex}.Header-module__hBw1pG__brandWrapper{flex-shrink:0;align-items:center;display:flex}.Header-module__hBw1pG__logoImage{object-fit:contain;width:auto;height:68px}.Header-module__hBw1pG__logoDark{display:block}.Header-module__hBw1pG__logoLight,[data-theme=light] .Header-module__hBw1pG__logoDark{display:none}[data-theme=light] .Header-module__hBw1pG__logoLight{display:block}.Header-module__hBw1pG__desktopNav{align-items:center;gap:22px;display:flex}.Header-module__hBw1pG__navLink{white-space:nowrap;color:var(--text-secondary);padding:16px 0;font-size:13px}.Header-module__hBw1pG__navLink:hover{color:var(--accent-cyan)}.Header-module__hBw1pG__ctaButton,.Header-module__hBw1pG__signOutButton{border:1px solid var(--glass-border);background:var(--glass-bg);min-height:44px;color:var(--text-primary);white-space:nowrap;cursor:pointer;border-radius:8px;padding:10px 16px;font-size:12px;font-weight:600}.Header-module__hBw1pG__themeToggle,.Header-module__hBw1pG__mobileThemeToggle{border:1px solid var(--glass-border);width:44px;height:44px;color:var(--text-primary);background:var(--glass-bg);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Header-module__hBw1pG__mobileToggle{border:1px solid var(--glass-border);background:var(--glass-bg);cursor:pointer;border-radius:8px;flex-direction:column;justify-content:space-between;width:44px;height:44px;padding:12px 10px;display:none}.Header-module__hBw1pG__hamburgerLine{background:var(--text-primary);width:22px;height:2px}.Header-module__hBw1pG__mobileDrawer{display:none}.Header-module__hBw1pG__mobileDrawer.Header-module__hBw1pG__open{background:var(--bg-canvas);overscroll-behavior:contain;padding:20px;display:block;position:fixed;inset:88px 0 0;overflow-y:auto}.Header-module__hBw1pG__mobileNav{flex-direction:column;align-items:stretch;gap:6px;max-width:600px;margin:auto;display:flex}.Header-module__hBw1pG__mobileNavLink{border-bottom:1px solid var(--glass-border);padding:14px 8px;font-size:18px}.Header-module__hBw1pG__mobileCtaButton,.Header-module__hBw1pG__mobileSignOutButton{border:1px solid var(--input-border);background:var(--glass-bg);min-height:48px;color:var(--text-primary);cursor:pointer;border-radius:8px;margin-top:12px;padding:12px;font-weight:600}.Header-module__hBw1pG__mobileStart{background:var(--button-primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;min-height:50px;margin-top:20px;font-weight:600;display:flex}.Header-module__hBw1pG__mobileThemeToggle{width:100%;margin-top:10px}.Header-module__hBw1pG__btnSweep{display:none}@media (max-width:1150px){.Header-module__hBw1pG__desktopNav{display:none}.Header-module__hBw1pG__mobileToggle{display:flex}.Header-module__hBw1pG__header{height:80px}.Header-module__hBw1pG__logoImage{height:60px}.Header-module__hBw1pG__mobileDrawer.Header-module__hBw1pG__open{top:80px}}@media (max-width:540px){.Header-module__hBw1pG__headerContainer{padding:0 20px}.Header-module__hBw1pG__logoImage{height:56px}.Header-module__hBw1pG__header{height:76px}.Header-module__hBw1pG__mobileDrawer.Header-module__hBw1pG__open{top:76px}}
.Footer-module__S6Hkya__footer{background:var(--bg-canvas,#0b0f19);border-top:1px solid var(--glass-border,#00f0ff33);width:100%;color:var(--text-primary,#f1f5f9);padding:4.5rem 0 3rem;position:relative;margin-top:6rem!important}.Footer-module__S6Hkya__footerContainer{flex-direction:column;gap:3rem;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.Footer-module__S6Hkya__midGrid{grid-template-columns:2fr 1fr 1fr;gap:3.5rem;display:grid}.Footer-module__S6Hkya__infoCol{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__S6Hkya__logoWrapper{align-items:center;gap:.75rem;display:flex}.Footer-module__S6Hkya__footerLogo{object-fit:contain;width:auto;height:80px}.Footer-module__S6Hkya__logoDark{display:block}.Footer-module__S6Hkya__logoLight{display:none}[data-theme=light] .Footer-module__S6Hkya__logoDark{display:none!important}[data-theme=light] .Footer-module__S6Hkya__logoLight{display:block!important}.Footer-module__S6Hkya__footerSlogan{color:var(--text-muted,#cbd5e1);max-width:380px;font-size:.95rem;line-height:1.6}.Footer-module__S6Hkya__contactList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__contactItem{color:var(--text-muted,#94a3b8);align-items:center;gap:.75rem;font-size:.9rem;display:flex}.Footer-module__S6Hkya__contactIcon{font-size:1rem}.Footer-module__S6Hkya__mailLink{color:var(--accent-cyan,#00f0ff);text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__mailLink:hover{text-decoration:underline}.Footer-module__S6Hkya__navCol{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__colTitle{font-family:var(--font-orbitron);letter-spacing:.08em;color:var(--accent-cyan,#00f0ff);text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem;font-weight:700;display:inline-block;position:relative}.Footer-module__S6Hkya__colTitle:after{content:"";background:var(--accent-cyan,#00f0ff);width:24px;height:2px;position:absolute;bottom:-4px;left:0}.Footer-module__S6Hkya__linkList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__footerLink{color:var(--text-muted,#94a3b8);font-size:.88rem;text-decoration:none;transition:all .2s}.Footer-module__S6Hkya__footerLink:hover{color:var(--text-primary,#fff);transform:translate(4px)}.Footer-module__S6Hkya__bottomBar{border-top:1px solid var(--glass-border,#ffffff14);color:var(--text-muted,#64748b);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.82rem;display:flex}.Footer-module__S6Hkya__copyright{margin:0}.Footer-module__S6Hkya__agencyAttribution{color:var(--text-muted,#94a3b8);align-items:center;gap:.5rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.Footer-module__S6Hkya__agencyAttribution:hover{color:var(--accent-cyan,#00f0ff)}.Footer-module__S6Hkya__agencyLogo{object-fit:contain;width:auto;height:22px;transition:transform .2s}.Footer-module__S6Hkya__agencyAttribution:hover .Footer-module__S6Hkya__agencyLogo{transform:scale(1.05)}.Footer-module__S6Hkya__credits{color:var(--text-muted,#64748b);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.82rem;display:inline-flex}.Footer-module__S6Hkya__myBizLink{align-items:center;transition:transform .2s;display:inline-flex}.Footer-module__S6Hkya__myBizLink:hover{transform:scale(1.04)}.Footer-module__S6Hkya__myBizLogo{object-fit:contain;vertical-align:middle;width:auto;max-width:140px;height:20px;max-height:22px}[data-theme=light] .Footer-module__S6Hkya__footer{color:#0f172a;background:#f8fafc;border-top:1px solid #0f172a1f}[data-theme=light] .Footer-module__S6Hkya__colTitle{color:#0284c7}[data-theme=light] .Footer-module__S6Hkya__colTitle:after{background:#0284c7}[data-theme=light] .Footer-module__S6Hkya__footerLink{color:#475569}[data-theme=light] .Footer-module__S6Hkya__footerLink:hover{color:#0f172a}[data-theme=light] .Footer-module__S6Hkya__footerSlogan,[data-theme=light] .Footer-module__S6Hkya__contactItem{color:#475569}[data-theme=light] .Footer-module__S6Hkya__bottomBar{color:#64748b;border-top-color:#0f172a1a}[data-theme=light] .Footer-module__S6Hkya__copyright{color:#64748b}[data-theme=light] .Footer-module__S6Hkya__agencyAttribution{color:#475569}@media (max-width:992px){.Footer-module__S6Hkya__midGrid{grid-template-columns:1fr 1fr;gap:2.5rem}.Footer-module__S6Hkya__infoCol{grid-column:span 2}}@media (max-width:576px){.Footer-module__S6Hkya__footer{padding:3.5rem 0 2.5rem;margin-top:4rem!important}.Footer-module__S6Hkya__midGrid{grid-template-columns:1fr;gap:2rem}.Footer-module__S6Hkya__infoCol{grid-column:span 1}.Footer-module__S6Hkya__bottomBar{flex-direction:column;align-items:flex-start;gap:1rem}}.Footer-module__S6Hkya__footer{padding:56px 0 24px;margin-top:0!important}.Footer-module__S6Hkya__footerContainer{max-width:1280px}.Footer-module__S6Hkya__footerLogo{height:64px}.Footer-module__S6Hkya__midGrid{gap:40px}.Footer-module__S6Hkya__footerLink{min-height:32px;display:inline-block}.Footer-module__S6Hkya__contactItem{overflow-wrap:anywhere}.Footer-module__S6Hkya__colTitle{letter-spacing:.04em}.Footer-module__S6Hkya__bottomBar{gap:24px}.Footer-module__S6Hkya__credits{max-width:330px}@media (max-width:800px){.Footer-module__S6Hkya__midGrid{grid-template-columns:1fr 1fr;gap:28px}.Footer-module__S6Hkya__infoCol{grid-column:1/-1}.Footer-module__S6Hkya__footerContainer{padding:0 24px}.Footer-module__S6Hkya__bottomBar{flex-direction:column;align-items:flex-start}.Footer-module__S6Hkya__footer{padding-top:36px}}@media (max-width:380px){.Footer-module__S6Hkya__midGrid{grid-template-columns:1fr}.Footer-module__S6Hkya__footerContainer{padding:0 20px}}
.b2b-module__blLVWa__b2bWrapper{background:var(--bg-canvas);color:var(--text-primary);flex-direction:column;min-height:100vh;display:flex}.b2b-module__blLVWa__container{width:100%;max-width:1400px;margin:0 auto;padding:160px 24px 80px}.b2b-module__blLVWa__loginCard{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);max-width:500px;box-shadow:0 8px 32px var(--glass-bg);text-align:center;border-radius:20px;margin:40px auto;padding:40px}.b2b-module__blLVWa__b2bTitle{font-family:var(--font-orbitron);text-transform:uppercase;letter-spacing:.08em;color:var(--text-primary);text-shadow:0 0 15px #0076ff4d;margin-bottom:12px;font-size:26px;font-weight:800}.b2b-module__blLVWa__b2bSubtitle{color:var(--text-secondary);font-size:14px;line-height:1.6}.b2b-module__blLVWa__loginForm{text-align:left;margin-top:32px}.b2b-module__blLVWa__formGroup{margin-bottom:24px}.b2b-module__blLVWa__label{font-family:var(--font-orbitron);letter-spacing:.05em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:8px;font-size:11px;font-weight:700;display:block}.b2b-module__blLVWa__input{border:1px solid var(--glass-border);width:100%;color:var(--text-primary);background:#0006;border-radius:8px;padding:12px 16px;font-family:inherit;font-size:14px;transition:border-color .3s}.b2b-module__blLVWa__input:focus{border-color:var(--accent-cyan);outline:none}.b2b-module__blLVWa__btnLogin{color:#030406;width:100%;font-family:var(--font-orbitron);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:linear-gradient(135deg,#0076ff 0%,#00f0ff 100%);border:none;border-radius:8px;padding:14px;font-size:13px;font-weight:800;transition:all .3s;box-shadow:0 4px 15px #0076ff4d}.b2b-module__blLVWa__btnLogin:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0076ff80}.b2b-module__blLVWa__dashboardGrid{grid-template-columns:1fr 1fr;align-items:stretch;gap:32px;display:grid}@media (max-width:992px){.b2b-module__blLVWa__dashboardGrid{grid-template-columns:1fr}}.b2b-module__blLVWa__glassCard{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);box-shadow:0 8px 32px var(--glass-bg);border-radius:20px;padding:32px}.b2b-module__blLVWa__orgHeader{border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:20px;display:flex}.b2b-module__blLVWa__orgName{font-family:var(--font-orbitron);text-transform:uppercase;color:var(--text-primary);font-size:22px;font-weight:800}.b2b-module__blLVWa__tabButton{background:var(--glass-highlight);border:1px solid var(--glass-border);color:var(--text-secondary);font-family:var(--font-orbitron);text-transform:uppercase;cursor:pointer;border-radius:30px;padding:8px 16px;font-size:11px;font-weight:700;transition:all .2s}.b2b-module__blLVWa__tabButton:hover{background:var(--glass-border);color:var(--text-primary)}.b2b-module__blLVWa__balanceGauge{text-align:center;background:linear-gradient(135deg,#0076ff0d 0%,#00f0ff05 100%);border:1px solid #00f0ff26;border-radius:16px;margin-bottom:32px;padding:24px;box-shadow:inset 0 0 15px #00f0ff0d}.b2b-module__blLVWa__balanceTitle{font-family:var(--font-orbitron);letter-spacing:.1em;color:var(--accent-cyan);margin-bottom:8px;font-size:11px;font-weight:700;display:block}.b2b-module__blLVWa__balanceValue{font-family:var(--font-orbitron);color:var(--text-primary);text-shadow:0 0 30px #00f0ff73;font-size:64px;font-weight:900;line-height:1;display:block}.b2b-module__blLVWa__balanceSubtext{color:var(--text-secondary);margin-top:12px;font-size:11px;display:block}.b2b-module__blLVWa__sectionTitle{font-family:var(--font-orbitron);text-transform:uppercase;color:var(--text-primary);letter-spacing:.05em;margin-bottom:6px;font-size:16px;font-weight:800}.b2b-module__blLVWa__packsGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (max-width:576px){.b2b-module__blLVWa__packsGrid{grid-template-columns:1fr}}.b2b-module__blLVWa__packCard{background:var(--glass-border);border:1px solid var(--glass-border);text-align:center;border-radius:12px;flex-direction:column;justify-content:space-between;min-height:200px;padding:20px 16px;display:flex;position:relative;overflow:hidden}.b2b-module__blLVWa__packCard h4{font-family:var(--font-orbitron);letter-spacing:.05em;color:var(--text-secondary);font-size:11px;font-weight:700}.b2b-module__blLVWa__packPrice{font-family:var(--font-orbitron);color:var(--accent-cyan);margin:12px 0 4px;font-size:28px;font-weight:900}.b2b-module__blLVWa__packPerReport{color:var(--text-muted);margin-bottom:16px;font-size:11px;display:block}.b2b-module__blLVWa__buyBtn{background:var(--glass-highlight);border:1px solid var(--glass-border);color:var(--text-primary);width:100%;font-family:var(--font-orbitron);text-transform:uppercase;cursor:pointer;border-radius:6px;padding:8px 12px;font-size:10px;font-weight:700;transition:all .2s}.b2b-module__blLVWa__buyBtn:hover{background:var(--accent-cyan);color:#030406;border-color:var(--accent-cyan);box-shadow:0 0 15px #00f0ff59}.b2b-module__blLVWa__bestValueBadge{background:var(--accent-cyan);color:#030406;letter-spacing:.05em;padding:3px 32px;font-size:8px;font-weight:900;position:absolute;top:12px;right:-32px;transform:rotate(45deg)}.b2b-module__blLVWa__ledgerTable{flex-direction:column;gap:12px;max-height:480px;padding-right:8px;display:flex;overflow-y:auto}.b2b-module__blLVWa__ledgerRow{border:1px solid var(--glass-highlight);background:#00000026;border-radius:8px;justify-content:space-between;align-items:center;padding:16px;display:flex}.b2b-module__blLVWa__ledgerRef{font-family:var(--font-orbitron);color:var(--accent-cyan);margin-top:4px;font-size:11px}.b2b-module__blLVWa__ledgerDate{color:var(--text-muted);margin-top:4px;font-size:10px}.b2b-module__blLVWa__ledgerCredits{font-family:var(--font-orbitron);font-size:18px;font-weight:800}.b2b-module__blLVWa__ledgerCreditsPlus{color:var(--status-green);text-shadow:0 0 10px #10b9814d}.b2b-module__blLVWa__ledgerCreditsMinus{color:var(--status-red);text-shadow:0 0 10px #ef44444d}.b2b-module__blLVWa__rightColumn{flex-direction:column;justify-content:space-between;gap:32px;display:flex}.b2b-module__blLVWa__reportsList{flex-direction:column;gap:12px;max-height:480px;padding-right:8px;display:flex;overflow-y:auto}.b2b-module__blLVWa__reportRow{border:1px solid var(--glass-highlight);background:#00000026;border-radius:12px;justify-content:space-between;align-items:center;gap:20px;padding:16px 20px;transition:all .2s;display:flex}.b2b-module__blLVWa__reportRow:hover{background:var(--glass-highlight);border-color:#0076ff33}.b2b-module__blLVWa__reportMeta{flex:1}.b2b-module__blLVWa__reportRef{font-family:var(--font-orbitron);color:var(--accent-cyan);text-shadow:0 0 10px #0076ff33;margin-bottom:4px;font-size:14px;font-weight:700}.b2b-module__blLVWa__reportClient{color:var(--text-primary);font-size:13px;font-weight:500}.b2b-module__blLVWa__reportAddress{color:var(--text-muted);margin-top:2px;font-size:11px}.b2b-module__blLVWa__reportDate{color:var(--text-muted);margin-top:4px;font-size:10px}.b2b-module__blLVWa__reportStatusArea{flex-direction:column;align-items:flex-end;gap:6px;min-width:140px;display:flex}.b2b-module__blLVWa__statusBadge{font-family:var(--font-orbitron);text-transform:uppercase;letter-spacing:.05em;text-align:center;border-radius:4px;padding:4px 10px;font-size:9px;font-weight:800;display:inline-block}.b2b-module__blLVWa__statusPaid{color:var(--accent-cyan);background:#0076ff1a;border:1px solid #0076ff33}.b2b-module__blLVWa__statusReview{color:var(--status-amber);background:#f59e0b1a;border:1px solid #f59e0b33}.b2b-module__blLVWa__statusCompleted{color:var(--status-green);background:#10b9811a;border:1px solid #10b98133}.b2b-module__blLVWa__ratingBadge{font-family:var(--font-orbitron);text-transform:uppercase;letter-spacing:.05em;text-align:center;border-radius:30px;padding:4px 10px;font-size:10px;font-weight:800}.b2b-module__blLVWa__ratingRed{color:var(--status-red);text-shadow:0 0 8px #ef444466;background:#ef444426;border:1px solid #ef44444d}.b2b-module__blLVWa__ratingAmber{color:var(--status-amber);text-shadow:0 0 8px #f59e0b66;background:#f59e0b26;border:1px solid #f59e0b4d}.b2b-module__blLVWa__ratingGreen{color:var(--status-green);text-shadow:0 0 8px #10b98166;background:#10b98126;border:1px solid #10b9814d}.b2b-module__blLVWa__ratingAwaiting{background:var(--glass-highlight-hover);color:var(--text-muted);border:1px solid var(--glass-border)}.b2b-module__blLVWa__downloadLink{color:var(--text-primary);font-family:var(--font-orbitron);text-transform:uppercase;cursor:pointer;white-space:nowrap;background:#0076ff1a;border:1px solid #0076ff40;border-radius:6px;justify-content:center;align-items:center;padding:8px 16px;font-size:11px;font-weight:700;transition:all .2s;display:inline-flex}.b2b-module__blLVWa__downloadLink:hover{background:var(--accent-cyan);color:#030406;border-color:var(--accent-cyan);box-shadow:0 0 15px #0076ff66}.b2b-module__blLVWa__downloadLinkCompleted{background:#10b98126;border:1px solid #10b9814d}.b2b-module__blLVWa__downloadLinkCompleted:hover{background:var(--status-green);color:#030406;border-color:var(--status-green);box-shadow:0 0 15px #10b98180}.b2b-module__blLVWa__startNewBtn{color:#030406;font-family:var(--font-orbitron);text-transform:uppercase;cursor:pointer;background:linear-gradient(135deg,#0076ff 0%,#00f0ff 100%);border:none;border-radius:30px;padding:8px 16px;font-size:11px;font-weight:800;transition:all .2s;box-shadow:0 4px 10px #0076ff33}.b2b-module__blLVWa__startNewBtn:hover{transform:translateY(-1px);box-shadow:0 6px 15px #0076ff66}.b2b-module__blLVWa__toastMessage{background:var(--glass-bg);border:1px solid #0076ff4d;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:12px 16px;font-size:13px;display:flex;box-shadow:0 0 20px #0076ff33}.b2b-module__blLVWa__toastSuccess{border-color:#10b9814d;box-shadow:0 0 20px #10b98126}.b2b-module__blLVWa__toastError{border-color:#ef44444d;box-shadow:0 0 20px #ef444426}.b2b-module__blLVWa__toastClose{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding-left:12px;font-size:16px}.b2b-module__blLVWa__toastClose:hover{color:var(--text-primary)}@media (max-width:768px){.b2b-module__blLVWa__reportRow{flex-direction:column;align-items:flex-start;gap:16px}.b2b-module__blLVWa__reportStatusArea{align-items:flex-start;width:100%;min-width:auto}.b2b-module__blLVWa__downloadLink{text-align:center;width:100%}}.b2b-module__blLVWa__welcomeContainer{width:100%;max-width:1200px;margin:40px auto}.b2b-module__blLVWa__welcomeGrid{grid-template-columns:1.2fr .8fr;align-items:center;gap:60px;display:grid}@media (max-width:992px){.b2b-module__blLVWa__welcomeGrid{grid-template-columns:1fr;gap:40px}}.b2b-module__blLVWa__welcomeTextCol{flex-direction:column;gap:1.5rem;display:flex}.b2b-module__blLVWa__corporateBadge{font-family:var(--font-orbitron);letter-spacing:.15em;color:var(--accent-cyan);text-shadow:0 0 10px #00f0ff40;background:#00f0ff14;border:1px solid #00f0ff40;border-radius:30px;align-self:flex-start;padding:6px 16px;font-size:.72rem;font-weight:900}.b2b-module__blLVWa__welcomeTitle{font-family:var(--font-orbitron);letter-spacing:-.01em;color:var(--text-primary);text-transform:uppercase;font-size:2.8rem;font-weight:900;line-height:1.15}.b2b-module__blLVWa__cyanGlowText{color:var(--accent-cyan);text-shadow:0 0 25px #0076ff59}.b2b-module__blLVWa__welcomeParagraph{color:var(--text-secondary);font-size:1.05rem;line-height:1.6}.b2b-module__blLVWa__perksList{flex-direction:column;gap:1.5rem;margin:1rem 0;display:flex}.b2b-module__blLVWa__perkItem{align-items:flex-start;gap:1.25rem;display:flex}.b2b-module__blLVWa__perkIcon{font-size:1.5rem;line-height:1.2}.b2b-module__blLVWa__perkItem h4{font-family:var(--font-orbitron);letter-spacing:.05em;text-transform:uppercase;color:var(--text-primary);margin-bottom:.25rem;font-size:.88rem;font-weight:800}.b2b-module__blLVWa__perkItem p{color:var(--text-muted);font-size:.85rem;line-height:1.4}.b2b-module__blLVWa__welcomeActions{margin-top:1.5rem}.b2b-module__blLVWa__btnLoginCta{height:52px;color:var(--accent-cyan);font-family:var(--font-orbitron);text-transform:uppercase;letter-spacing:.15em;cursor:pointer;background:linear-gradient(135deg,#00f0ff26 0%,#0072ff26 100%);border:1px solid #00f0ff4d;border-radius:12px;justify-content:center;align-items:center;padding:0 2.5rem;font-size:.82rem;font-weight:900;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 20px #00f0ff1a}.b2b-module__blLVWa__btnLoginCta:hover{background:var(--accent-cyan);color:#030406;border-color:#0000;transform:translateY(-2px);box-shadow:0 0 35px #00f0ff73}.b2b-module__blLVWa__btnSweep{background:linear-gradient(90deg, transparent 0%, var(--text-muted) 50%, transparent 100%);width:100%;height:100%;transition:none;position:absolute;top:0;left:-150%;transform:skew(-25deg)}.b2b-module__blLVWa__btnLoginCta:hover .b2b-module__blLVWa__btnSweep{transition:all .75s ease-in-out;left:150%}.b2b-module__blLVWa__previewCardCol{justify-content:center;display:flex}.b2b-module__blLVWa__previewCard{border:1px solid var(--glass-border);width:100%;max-width:380px;box-shadow:0 15px 40px #0009, inset 0 1px 0 var(--glass-highlight);background:#0d1118a6;border-radius:20px;padding:2rem}.b2b-module__blLVWa__previewHeader{font-family:var(--font-orbitron);color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.68rem;font-weight:700;display:flex}.b2b-module__blLVWa__pulseIndicator{background:var(--accent-cyan);width:8px;height:8px;box-shadow:0 0 8px var(--accent-cyan);border-radius:50%;animation:1.5s ease-in-out infinite b2b-module__blLVWa__pulseLight}.b2b-module__blLVWa__previewGauge{text-align:center;background:linear-gradient(135deg,#00f0ff08 0%,#0076ff03 100%);border:1px solid #00f0ff1a;border-radius:16px;margin-bottom:2rem;padding:1.5rem;box-shadow:inset 0 0 15px #00f0ff05}.b2b-module__blLVWa__gaugeTitle{font-family:var(--font-orbitron);letter-spacing:.15em;color:var(--accent-cyan);margin-bottom:.5rem;font-size:.65rem;font-weight:800;display:block}.b2b-module__blLVWa__gaugeVal{font-family:var(--font-orbitron);color:var(--text-primary);text-shadow:0 0 20px #00f0ff4d;font-size:2.2rem;font-weight:900;line-height:1;display:block}.b2b-module__blLVWa__gaugeSub{color:var(--text-muted);margin-top:.5rem;font-size:.68rem;display:block}.b2b-module__blLVWa__previewPacks{flex-direction:column;gap:.88rem;display:flex}.b2b-module__blLVWa__previewPacks h3{font-family:var(--font-orbitron);letter-spacing:.08em;color:var(--text-primary);text-transform:uppercase;margin-bottom:.25rem;font-size:.75rem;font-weight:800}.b2b-module__blLVWa__previewPackRow{background:var(--glass-highlight);border:1px solid var(--glass-highlight);border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.8rem;display:flex}.b2b-module__blLVWa__previewPackRow span{color:var(--text-secondary)}.b2b-module__blLVWa__previewPackRow strong{color:var(--accent-cyan);font-family:var(--font-orbitron)}.b2b-module__blLVWa__biometricsContainer{border-top:1px solid var(--glass-border);margin-top:40px;padding-top:32px}.b2b-module__blLVWa__passkeyBox{border:1px solid var(--glass-highlight-hover);background:#00000040;border-radius:12px;padding:1.5rem}.b2b-module__blLVWa__noPasskeys{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:1rem;font-size:.85rem;display:flex}.b2b-module__blLVWa__btnRegisterPasskey{height:40px;color:var(--accent-cyan);font-family:var(--font-orbitron);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;background:#00f0ff0f;border:1px solid #00f0ff40;border-radius:8px;justify-content:center;align-items:center;padding:0 1.25rem;font-size:.7rem;font-weight:800;transition:all .3s;display:inline-flex}.b2b-module__blLVWa__btnRegisterPasskey:hover{border-color:var(--accent-cyan);background:#00f0ff1f;box-shadow:0 0 15px #00f0ff40}.b2b-module__blLVWa__passkeyList{flex-direction:column;gap:.88rem;display:flex}.b2b-module__blLVWa__passkeyRow{background:var(--glass-highlight);border:1px solid var(--glass-highlight);border-radius:8px;justify-content:space-between;align-items:center;padding:.88rem 1.25rem;display:flex}.b2b-module__blLVWa__passkeyInfo{flex-direction:column;gap:.25rem;display:flex}.b2b-module__blLVWa__passkeyName{color:var(--text-primary);font-size:.88rem;font-weight:600}.b2b-module__blLVWa__passkeyDate{color:var(--text-muted);font-size:.72rem}.b2b-module__blLVWa__btnDeletePasskey{color:#f87171;font-family:var(--font-orbitron);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:6px;padding:6px 12px;font-size:9px;font-weight:700;transition:all .2s}.b2b-module__blLVWa__btnDeletePasskey:hover{color:#030406;background:#ef4444;border-color:#ef4444;box-shadow:0 0 10px #ef444459}.b2b-module__blLVWa__loaderContainer{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:80px 0;display:flex}.b2b-module__blLVWa__spinner{border:3px solid #00f0ff1a;border-top-color:var(--accent-cyan);border-radius:50%;width:48px;height:48px;animation:1s linear infinite b2b-module__blLVWa__spin;box-shadow:0 0 15px #00f0ff26}.b2b-module__blLVWa__loaderText{font-family:var(--font-orbitron);letter-spacing:.15em;color:var(--text-muted);font-size:.75rem;font-weight:800}@keyframes b2b-module__blLVWa__spin{to{transform:rotate(360deg)}}@keyframes b2b-module__blLVWa__pulseLight{0%,to{opacity:.6;transform:scale(.95)}50%{opacity:1;transform:scale(1.05)}}.b2b-module__blLVWa__reportSummaryCallout{border-left:2px solid var(--accent-cyan);color:var(--text-secondary);background:#0076ff0a;border-radius:4px;margin-top:10px;padding:8px 12px;font-size:12px;line-height:1.4}.b2b-module__blLVWa__reportSummaryCallout strong{font-family:var(--font-orbitron);color:var(--accent-cyan);text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px;font-size:10px;display:block}
.SaveAssessment-module__Nc2N6G__panel{border:1px solid var(--glass-border);background:var(--glass-bg);color:var(--text-primary);border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding:20px;display:flex}.SaveAssessment-module__Nc2N6G__panel strong{font-size:14px}.SaveAssessment-module__Nc2N6G__panel p{color:var(--text-muted);margin:6px 0 0;font-size:12px;line-height:1.7}.SaveAssessment-module__Nc2N6G__panel button{border:1px solid var(--input-border);background:var(--glass-bg);min-height:44px;color:var(--text-primary);cursor:pointer;border-radius:7px;padding:10px 16px;font-size:13px}.SaveAssessment-module__Nc2N6G__panel button:disabled{opacity:.6;cursor:wait}.SaveAssessment-module__Nc2N6G__status:empty{display:none}.SaveAssessment-module__Nc2N6G__status{width:100%;font-size:13px;line-height:1.7}.SaveAssessment-module__Nc2N6G__status label{margin-top:12px;display:block}.SaveAssessment-module__Nc2N6G__status input{border:1px solid var(--input-border);background:var(--input-bg);width:100%;color:var(--text-primary);border-radius:6px;margin:8px 0;padding:12px;font-size:16px}
.Home-module__jKgjFW__pageWrapper{background-color:var(--bg-canvas);flex-direction:column;width:100%;min-height:100vh;display:flex;position:relative}.Home-module__jKgjFW__container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}.Home-module__jKgjFW__heroSection{z-index:10;box-sizing:border-box;background:var(--bg-canvas);justify-content:flex-start;align-items:center;min-height:90vh;padding:125px 0 40px;display:flex;position:relative;overflow:hidden}.Home-module__jKgjFW__heroGrid{grid-template-columns:1.25fr 1fr;align-items:center;gap:3.5rem;width:100%;display:grid}.Home-module__jKgjFW__heroTextCol{z-index:10;max-width:680px;padding-right:1rem;position:relative}.Home-module__jKgjFW__badgeRow{background:#00f0ff0a;border:1px solid #00f0ff26;border-radius:50px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.35rem 1rem;display:inline-flex}.Home-module__jKgjFW__starBadge{color:var(--accent-cyan);text-shadow:0 0 10px #00f0ff80;font-size:.75rem}.Home-module__jKgjFW__badgeText{font-family:var(--font-orbitron);letter-spacing:.1em;color:var(--accent-cyan);font-size:.65rem;font-weight:700}.Home-module__jKgjFW__heroTitle{color:var(--text-primary);letter-spacing:-.015em;margin-bottom:1.5rem;font-size:clamp(2.25rem,4.5vw,4.25rem);font-weight:800;line-height:1.15}.Home-module__jKgjFW__cyanText{color:var(--accent-cyan)}.Home-module__jKgjFW__heroParagraph{color:var(--text-muted);max-width:620px;margin-bottom:1.25rem;font-size:1.05rem;line-height:1.7}.Home-module__jKgjFW__keyBenefitsList{flex-direction:column;gap:1.15rem;margin-bottom:2.25rem;display:flex}.Home-module__jKgjFW__benefitItem{color:var(--text-primary);align-items:flex-start;gap:.85rem;font-size:.95rem;line-height:1.4;display:flex}.Home-module__jKgjFW__benefitTextGroup{flex-direction:column;gap:.2rem;display:flex}.Home-module__jKgjFW__benefitHeading{color:var(--text-primary);font-size:.95rem;font-weight:700}.Home-module__jKgjFW__benefitSubheading{color:var(--text-secondary);font-size:.88rem;font-weight:400;line-height:1.4}.Home-module__jKgjFW__checkIcon{color:var(--accent-cyan);flex-shrink:0;margin-top:2px}[data-theme=light] .Home-module__jKgjFW__checkIcon{color:#0076ff}[data-theme=dark] .Home-module__jKgjFW__checkIcon{color:#00f0ff}.Home-module__jKgjFW__badgeSvgIcon{color:var(--accent-cyan);flex-shrink:0}[data-theme=light] .Home-module__jKgjFW__badgeSvgIcon{color:#0076ff}[data-theme=dark] .Home-module__jKgjFW__badgeSvgIcon{color:#00f0ff}.Home-module__jKgjFW__heroActions{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.Home-module__jKgjFW__primaryCta{color:#fff;height:50px;font-family:var(--font-orbitron);text-transform:uppercase;letter-spacing:.1em;text-shadow:0 1px 2px #00000059;cursor:pointer;background:#0076ff;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0 2.25rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.Home-module__jKgjFW__primaryCta:hover{background:#005ce6;text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 20px #0076ff4d}.Home-module__jKgjFW__btnSweep{background:linear-gradient(90deg, transparent 0%, var(--text-muted) 50%, transparent 100%);width:100%;height:100%;position:absolute;top:0;left:-150%;transform:skew(-25deg)}.Home-module__jKgjFW__primaryCta:hover .Home-module__jKgjFW__btnSweep{transition:all .8s ease-in-out;left:150%}.Home-module__jKgjFW__secondaryCta{font-family:var(--font-orbitron);text-transform:uppercase;letter-spacing:.15em;color:var(--text-primary);border-bottom:2px solid #0000;padding:.5rem 1rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .3s}.Home-module__jKgjFW__secondaryCta:hover{color:var(--accent-cyan);border-color:var(--accent-cyan);text-shadow:0 0 10px #00f0ff66;text-decoration:none}.Home-module__jKgjFW__heroVisualCol{aspect-ratio:4/5.2;z-index:2;pointer-events:auto;border:1px solid #00f0ff33;border-radius:20px;width:100%;max-width:500px;height:auto;margin:2.5rem auto 0;display:flex;position:relative;overflow:hidden;box-shadow:0 0 30px #0076ff26}.Home-module__jKgjFW__heroBgImage{object-fit:cover;object-position:center top;width:133%;max-width:none;height:100%;margin-left:-33%}.Home-module__jKgjFW__processRightCol{width:100%;position:relative}.Home-module__jKgjFW__mockupReportCard3D{font-family:var(--font-inter);color:#1a1f24;box-sizing:border-box;pointer-events:auto;scrollbar-width:thin;scrollbar-color:#0076ff4d #0000000d;background:#fff;border:1px solid #00000014;border-radius:12px;flex-direction:column;width:100%;max-width:540px;height:500px;max-height:500px;margin:0 auto;display:flex;box-shadow:0 15px 35px #00000026,0 4px 12px #0000000d;padding:0!important;overflow:hidden auto!important}.Home-module__jKgjFW__mockupReportCard3D::-webkit-scrollbar{width:6px}.Home-module__jKgjFW__mockupReportCard3D::-webkit-scrollbar-track{background:#00000005;border-radius:3px}.Home-module__jKgjFW__mockupReportCard3D::-webkit-scrollbar-thumb{background:#0076ff40;border-radius:3px}.Home-module__jKgjFW__mockupReportCard3D::-webkit-scrollbar-thumb:hover{background:#0076ff73}.Home-module__jKgjFW__mockupHeader{background:#fff;border-bottom:2px solid #0076ff;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.4rem 0;display:flex}.Home-module__jKgjFW__mockupHeaderTitle{flex:1}.Home-module__jKgjFW__mockupHeaderTitle h1{font-family:var(--font-orbitron);color:#1a1f24;letter-spacing:.03em;margin:0;font-size:.48rem;font-weight:800;line-height:1.2}.Home-module__jKgjFW__mockupHeaderTitle p{color:#718096;margin:.1rem 0 0;font-size:.34rem;line-height:1.2}.Home-module__jKgjFW__mockupHeaderLogoCol{flex-shrink:0}.Home-module__jKgjFW__mockupLogoImage{width:auto;height:22px;display:block}.Home-module__jKgjFW__mockupMetadataSection{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.5rem;padding:.5rem .75rem;display:grid}.Home-module__jKgjFW__mockupMetaLabel{color:#718096;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.1rem;font-size:.34rem;font-weight:800;display:block}.Home-module__jKgjFW__mockupMetaVal{color:#1a1f24;margin:0;font-size:.4rem;font-weight:700;line-height:1.3}.Home-module__jKgjFW__mockupCompliancePanel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:.6rem;padding:.6rem .8rem;display:flex}.Home-module__jKgjFW__mockupHealthGauge{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.Home-module__jKgjFW__mockupCircularChart{width:48px;height:48px;display:block}.Home-module__jKgjFW__mockupCircleBg{fill:none;stroke:#edf2f7;stroke-width:3.2px}.Home-module__jKgjFW__mockupCircle{fill:none;stroke:#0076ff;stroke-width:3.2px;stroke-linecap:round}.Home-module__jKgjFW__mockupPercentage{font-family:var(--font-orbitron);fill:#1a1f24;text-anchor:middle;font-size:8.5px;font-weight:800}.Home-module__jKgjFW__mockupGaugeLabel{color:#718096;text-transform:uppercase;margin-top:.15rem;font-size:.32rem;font-weight:800}.Home-module__jKgjFW__mockupRatingCol{text-align:center;border-left:1px dashed #e2e8f0;border-right:1px dashed #e2e8f0;flex-direction:column;flex:1;align-items:center;padding:0 .5rem;display:flex}.Home-module__jKgjFW__mockupRatingLabel{color:#718096;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.15rem;font-size:.32rem;font-weight:800}.Home-module__jKgjFW__mockupRatingBadgeRed{color:#fff;font-family:var(--font-orbitron);letter-spacing:.03em;background:#ef4444;border-radius:3px;margin-bottom:.15rem;padding:.15rem .4rem;font-size:.48rem;font-weight:800}.Home-module__jKgjFW__mockupRatingSub{color:#e53e3e;font-size:.32rem;font-weight:700}.Home-module__jKgjFW__mockupCountCol{flex-direction:column;flex-shrink:0;gap:.18rem;display:flex}.Home-module__jKgjFW__mockupCountRow{align-items:center;gap:.25rem;display:flex}.Home-module__jKgjFW__mockupCountBadge{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:13px;height:13px;font-size:.32rem;font-weight:800;display:flex}.Home-module__jKgjFW__mockupCountLabel{color:#718096;font-size:.32rem;font-weight:800}.Home-module__jKgjFW__mockupPhotoGrid{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.6rem;display:grid}.Home-module__jKgjFW__mockupPhotoCard{background:#fff;border-radius:6px;flex-direction:column;transition:transform .2s;display:flex;overflow:hidden;box-shadow:0 4px 10px #0000000a}.Home-module__jKgjFW__borderRed{border:1px solid #ef444466}.Home-module__jKgjFW__borderAmber{border:1px solid #f59e0b66}.Home-module__jKgjFW__borderGreen{border:1px solid #10b9814d}.Home-module__jKgjFW__mockupPhotoWrapper{background:#f7fafc;width:100%;height:62px;position:relative;overflow:hidden}.Home-module__jKgjFW__mockupPhotoWrapper img{object-fit:cover;width:100%;height:100%}.Home-module__jKgjFW__mockupPhotoTag{color:#fff;letter-spacing:.02em;border-radius:2px;padding:.05rem .2rem;font-size:.28rem;font-weight:800;position:absolute;top:.2rem;left:.2rem}.Home-module__jKgjFW__mockupPhotoDetails{padding:.35rem .4rem}.Home-module__jKgjFW__mockupPhotoDetails h4{color:#1a1f24;margin:0 0 .05rem;font-size:.38rem;font-weight:800;line-height:1.2}.Home-module__jKgjFW__mockupPhotoDetails p{color:#718096;margin:0;font-size:.32rem;line-height:1.2}.Home-module__jKgjFW__mockupDisclaimerBar{color:#718096;text-align:center;border-top:1px solid #edf2f7;margin-bottom:.4rem;padding:.4rem 0;font-size:.32rem;line-height:1.3}.Home-module__jKgjFW__mockupFooter{color:#718096;justify-content:space-between;align-items:center;font-size:.34rem;display:flex}@media (min-width:992px){.Home-module__jKgjFW__heroVisualCol{width:48vw;max-width:none;height:100%;box-shadow:none;z-index:10;pointer-events:none;aspect-ratio:auto;border:none;border-radius:0;margin:0;position:absolute;top:0;right:0}.Home-module__jKgjFW__heroVisualCol:before{content:"";background:linear-gradient(90deg, var(--bg-canvas) 0%, transparent 18%);z-index:2;pointer-events:none;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.Home-module__jKgjFW__heroBgImage{object-fit:cover;object-position:center top;width:100%;height:100%;margin-left:0}.Home-module__jKgjFW__mockupReportCard3D{aspect-ratio:auto;width:480px;max-width:480px;height:680px;max-height:680px;transform-style:preserve-3d;box-shadow:0 35px 80px var(--glass-bg), 0 12px 30px #00000026, 0 0 0 1px #0000000d;z-index:20;flex-direction:column;justify-content:flex-start;margin:0;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:-200px;right:-100px;transform:none;padding:0!important}.Home-module__jKgjFW__mockupReportCard3D:hover{box-shadow:0 45px 100px #0006, 0 15px 40px var(--glass-border), 0 0 0 1px #0000000d;transform:translateY(-12px)}}@keyframes Home-module__jKgjFW__logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes Home-module__jKgjFW__pulsePulse{0%,to{opacity:.35;transform:scale(1)}50%{opacity:.7;transform:scale(1.03)}}.Home-module__jKgjFW__trustPillarsSection{background:var(--bg-canvas);border-top:1px solid var(--glass-highlight-hover);border-bottom:1px solid var(--glass-highlight-hover);padding:7rem 0;position:relative}.Home-module__jKgjFW__visualPillarsShowcase{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3.5rem;margin-bottom:3.5rem;display:grid}.Home-module__jKgjFW__visualPillarCard{background:var(--glass-bg);border:1px solid var(--glass-border);box-shadow:0 10px 30px var(--glass-border);border-radius:20px;flex-direction:column;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.Home-module__jKgjFW__visualPillarCard:hover{border-color:#0076ff4d;transform:translateY(-4px);box-shadow:0 20px 40px #0076ff1f}.Home-module__jKgjFW__visualPillarImgWrapper{aspect-ratio:16/10;background:#0b1120;width:100%;position:relative;overflow:hidden}.Home-module__jKgjFW__visualPillarImg{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.Home-module__jKgjFW__visualPillarCard:hover .Home-module__jKgjFW__visualPillarImg{transform:scale(1.04)}.Home-module__jKgjFW__visualPillarBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#00f0ff;font-family:var(--font-orbitron);letter-spacing:.08em;text-transform:uppercase;z-index:2;background:#0c0f19cc;border:1px solid #00f0ff66;border-radius:50px;padding:.35rem .85rem;font-size:.68rem;font-weight:700;position:absolute;top:1rem;left:1rem}.Home-module__jKgjFW__visualPillarBody{flex-direction:column;flex-grow:1;padding:1.75rem 2rem 2rem;display:flex}.Home-module__jKgjFW__visualPillarTitle{font-family:var(--font-orbitron);color:var(--text-primary);letter-spacing:.02em;margin-bottom:.6rem;font-size:1.05rem;font-weight:700}.Home-module__jKgjFW__visualPillarDesc{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.6}@media (max-width:768px){.Home-module__jKgjFW__visualPillarsShowcase{grid-template-columns:1fr;gap:1.5rem;margin-top:2.5rem;margin-bottom:2.5rem}}.Home-module__jKgjFW__pillarsGrid{grid-template-columns:repeat(3,1fr);gap:2.5rem 2rem;margin-top:2rem;display:grid}.Home-module__jKgjFW__pillarCard{background:var(--glass-highlight);border:1px solid var(--glass-border);box-shadow:0 10px 30px var(--glass-border), inset 0 1px 0 var(--glass-highlight);border-radius:20px;flex-direction:column;align-items:flex-start;padding:2.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.Home-module__jKgjFW__pillarCard:hover{box-shadow:0 20px 40px #0076ff1f, inset 0 1px 0 var(--glass-highlight-hover);border-color:#0076ff4d;transform:translateY(-6px)}.Home-module__jKgjFW__pillarIcon{width:56px;height:56px;color:var(--accent-cyan);background:#0076ff14;border:1px solid #0076ff33;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .3s;display:flex}.Home-module__jKgjFW__pillarCard:hover .Home-module__jKgjFW__pillarIcon{color:#fff;background:var(--accent-cyan);box-shadow:0 0 20px #0076ff66}.Home-module__jKgjFW__pillarTitle{color:var(--text-primary);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.75rem;font-size:.95rem;font-weight:700}.Home-module__jKgjFW__pillarText{color:var(--text-muted);font-size:.85rem;line-height:1.6}.Home-module__jKgjFW__detailsSection{background:var(--bg-canvas);border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);padding:7rem 0;position:relative}.Home-module__jKgjFW__detailsSection .Home-module__jKgjFW__sectionTitle{color:var(--text-primary)}.Home-module__jKgjFW__detailsSection .Home-module__jKgjFW__sectionSubtitle{color:var(--text-muted)}.Home-module__jKgjFW__sectionHeader{text-align:center;flex-direction:column;align-items:center;margin-bottom:4.5rem;display:flex}.Home-module__jKgjFW__sectionTitle{color:var(--text-primary);margin-bottom:1rem;font-size:2rem}.Home-module__jKgjFW__scannerLine{background:var(--accent-cyan);width:80px;height:3px;box-shadow:0 0 10px var(--accent-cyan);margin-bottom:1.25rem}.Home-module__jKgjFW__sectionSubtitle{color:var(--text-muted);max-width:580px;font-size:1rem}.Home-module__jKgjFW__analysisGrid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.Home-module__jKgjFW__analysisCard{background:var(--glass-bg);border:1px solid var(--glass-border);box-shadow:0 8px 30px var(--glass-border);border-radius:16px;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.Home-module__jKgjFW__analysisCard:before{content:"";opacity:0;background:radial-gradient(circle at 50% 0,#0076ff05 0%,#0000 70%);width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.Home-module__jKgjFW__analysisCard:hover{border-color:#0076ff33;transform:translateY(-5px);box-shadow:0 15px 35px #0076ff14}.Home-module__jKgjFW__analysisCard:hover:before{opacity:1}.Home-module__jKgjFW__analysisIcon{width:48px;height:48px;color:var(--accent-cyan);background:#0076ff0d;border:1px solid #0076ff1f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1.5rem;padding:10px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.Home-module__jKgjFW__analysisCard:hover .Home-module__jKgjFW__analysisIcon{background:var(--accent-cyan);color:#fff;border-color:#0000;transform:scale(1.05);box-shadow:0 0 15px #0076ff4d}.Home-module__jKgjFW__analysisCard h4{font-family:var(--font-orbitron);letter-spacing:.08em;color:var(--text-primary);text-transform:uppercase;margin-bottom:.75rem;font-size:.9rem;font-weight:700}.Home-module__jKgjFW__analysisCard p{color:var(--text-muted);font-size:.85rem;line-height:1.6}.Home-module__jKgjFW__processSection{background:var(--bg-canvas);border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);z-index:15;padding:7rem 0;position:relative}.Home-module__jKgjFW__processLayoutGrid{grid-template-columns:1.6fr 1fr;gap:4rem;width:100%;display:grid}.Home-module__jKgjFW__processLeftCol{z-index:10;flex-direction:column;align-items:flex-start;display:flex}.Home-module__jKgjFW__processRightColPlaceholder{pointer-events:none}.Home-module__jKgjFW__processTitleDark{font-family:var(--font-orbitron);color:var(--text-primary,#f8fafc);letter-spacing:.05em;text-transform:uppercase;margin-bottom:1rem;font-size:2.25rem;font-weight:800}[data-theme=light] .Home-module__jKgjFW__processTitleDark{color:#0c0f19}.Home-module__jKgjFW__processSubtitleDark{color:var(--text-secondary,#94a3b8);max-width:600px;margin-bottom:3.5rem;font-size:1.05rem;line-height:1.7}[data-theme=light] .Home-module__jKgjFW__processSubtitleDark{color:#4a5568}.Home-module__jKgjFW__processStepsRow{justify-content:space-between;align-items:flex-start;gap:1.25rem;width:100%;margin-bottom:3.5rem;display:flex}.Home-module__jKgjFW__stepHorizontalCard{text-align:center;flex-direction:column;flex:1;align-items:center;gap:1.5rem;display:flex}.Home-module__jKgjFW__stepIconWrapper{color:#0076ff;background:#0076ff0d;border:1px solid #0076ff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 12px #0076ff0d}.Home-module__jKgjFW__stepHorizontalCard:hover .Home-module__jKgjFW__stepIconWrapper{color:#fff;background:#0076ff;border-color:#0000;transform:translateY(-4px)scale(1.05);box-shadow:0 10px 25px #0076ff40}.Home-module__jKgjFW__stepIconBlue{color:currentColor;transition:color .3s}.Home-module__jKgjFW__stepTextWrapper{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.Home-module__jKgjFW__stepHeaderRow{justify-content:center;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.Home-module__jKgjFW__stepNumberBadge{color:#fff;width:36px;height:36px;font-family:var(--font-orbitron);background-color:#0076ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.15rem;font-weight:900;display:inline-flex;box-shadow:0 4px 12px #0076ff33}.Home-module__jKgjFW__stepLabelBlue{font-family:var(--font-orbitron);color:#0076ff;letter-spacing:.05em;text-transform:uppercase;font-size:1.35rem;font-weight:900}.Home-module__jKgjFW__stepDescDark{color:var(--text-secondary,#cbd5e1);max-width:240px;margin:0;font-size:.88rem;font-weight:500;line-height:1.6}[data-theme=light] .Home-module__jKgjFW__stepDescDark{color:#4a5568}.Home-module__jKgjFW__stepArrow{color:#a0aec0;opacity:.7;flex-shrink:0;justify-content:center;align-items:center;height:72px;display:flex}.Home-module__jKgjFW__processCtaRowLeft{justify-content:flex-start;display:flex}.Home-module__jKgjFW__disclaimerPanelSection{padding:7rem 0}.Home-module__jKgjFW__disclaimerPanel{background:var(--glass-bg);border:1px solid var(--glass-border);text-align:center;width:100%;box-shadow:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;margin:0 auto;padding:4rem 3.5rem;position:relative;overflow:hidden}.Home-module__jKgjFW__disclaimerBadge{font-family:var(--font-orbitron);letter-spacing:.15em;color:var(--accent-cyan);background:#0076ff14;border:1px solid #0076ff33;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1.2rem;font-size:.65rem;font-weight:900;display:inline-block}.Home-module__jKgjFW__disclaimerHeader{color:var(--text-primary);margin-bottom:1.75rem;font-size:1.85rem}.Home-module__jKgjFW__disclaimerContent{flex-direction:column;gap:1.25rem;max-width:780px;margin:0 auto;display:flex}.Home-module__jKgjFW__disclaimerBody{color:var(--text-primary);margin:0;font-size:1.05rem;font-weight:700;line-height:1.7}.Home-module__jKgjFW__disclaimerBodySecondary{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.85}@media (max-width:992px){.Home-module__jKgjFW__heroGrid{text-align:center;grid-template-columns:1fr;gap:3.5rem}.Home-module__jKgjFW__heroTextCol{flex-direction:column;align-items:center;display:flex}.Home-module__jKgjFW__heroParagraph{max-width:580px}.Home-module__jKgjFW__processLayoutGrid{grid-template-columns:1fr;gap:0}.Home-module__jKgjFW__processLeftCol{text-align:center;align-items:center;width:100%}.Home-module__jKgjFW__processSubtitleDark{text-align:center;margin-bottom:2.5rem}.Home-module__jKgjFW__processStepsRow{flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:480px;margin:0 auto 3rem}.Home-module__jKgjFW__stepHorizontalCard{text-align:left;flex-direction:row;align-items:flex-start;gap:1.25rem;width:100%}.Home-module__jKgjFW__stepTextWrapper{text-align:left;align-items:flex-start}.Home-module__jKgjFW__stepHeaderRow{justify-content:flex-start}.Home-module__jKgjFW__stepDescDark{text-align:left;max-width:none}.Home-module__jKgjFW__stepArrow{height:auto;margin:.5rem 0;transform:rotate(90deg)}.Home-module__jKgjFW__processCtaRowLeft{justify-content:center;width:100%}.Home-module__jKgjFW__processRightCol{justify-content:center;width:100%;margin-top:3rem;display:flex}.Home-module__jKgjFW__analysisGrid{grid-template-columns:repeat(2,1fr);gap:2rem}.Home-module__jKgjFW__pillarsGrid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.Home-module__jKgjFW__disclaimerPanel{padding:3rem 2rem}}@media (max-width:768px){.Home-module__jKgjFW__heroSection{box-sizing:border-box;background-image:linear-gradient(180deg, var(--bg-canvas) 0%, var(--bg-canvas) 50%, var(--bg-canvas) 100%), url(/A_professional,_high-end_real_estate_202605291431.jpeg);background-position:50% 25%;background-attachment:scroll;align-items:center;min-height:100vh;padding:90px 0 40px;display:flex}.Home-module__jKgjFW__trustPillarsSection{padding:2.5rem 0}.Home-module__jKgjFW__pillarsGrid{grid-template-columns:1fr;gap:2rem}.Home-module__jKgjFW__detailsSection{padding:5rem 0}.Home-module__jKgjFW__analysisGrid{grid-template-columns:1fr;gap:1.5rem}.Home-module__jKgjFW__processSection{padding:5rem 0}.Home-module__jKgjFW__processStepCard{gap:1.5rem}.Home-module__jKgjFW__stepNumber{width:44px;height:44px;font-size:.95rem}.Home-module__jKgjFW__disclaimerPanelSection{padding:5rem 0}.Home-module__jKgjFW__disclaimerHeader{font-size:1.5rem}.Home-module__jKgjFW__trustLine{grid-template-columns:repeat(2,1fr);justify-content:center;gap:1.5rem 1rem;max-width:100%;padding:1.5rem 0;display:grid}.Home-module__jKgjFW__trustLineItem{border-bottom:none;border-right:none;min-width:0;padding:0}.Home-module__jKgjFW__trustLineItem:nth-child(5){grid-column:span 2}.Home-module__jKgjFW__whosItForGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem 1rem;width:100%;display:grid}.Home-module__jKgjFW__whoTag{min-width:0}}@media (max-width:576px){.Home-module__jKgjFW__heroActions{flex-direction:column;gap:1rem;width:100%}.Home-module__jKgjFW__primaryCta{width:100%}.Home-module__jKgjFW__secondaryCta{text-align:center;width:100%}.Home-module__jKgjFW__logoPulseContainer{aspect-ratio:1.1;width:100%;max-width:320px}.Home-module__jKgjFW__heroLogo{width:100%;height:100%}}@media (max-width:480px){.Home-module__jKgjFW__whosItForGrid{grid-template-columns:repeat(2,1fr)}}.Home-module__jKgjFW__trustLine{background:var(--glass-bg,#0284c708);border:1px solid var(--glass-border,#0284c729);border-radius:16px;grid-template-columns:repeat(5,1fr);gap:.75rem;width:100%;max-width:720px;margin-top:1.75rem;margin-bottom:2rem;padding:1rem;display:grid;box-shadow:0 4px 20px #00000008}.Home-module__jKgjFW__trustLineItem{text-align:center;background:var(--glass-highlight,#fffc);border:1px solid #0284c724;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:.85rem .6rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.Home-module__jKgjFW__trustLineItem:hover{border-color:var(--accent-cyan,#00f0ff);background:#0284c714;transform:translateY(-3px);box-shadow:0 6px 20px #00f0ff2e}.Home-module__jKgjFW__trustLineItem span{color:var(--text-heading,#0f172a);text-transform:uppercase;letter-spacing:.03em;font-size:.72rem;font-weight:700;line-height:1.35}.Home-module__jKgjFW__trustIcon{color:var(--accent-cyan,#0284c7);filter:drop-shadow(0 2px 4px #0284c733);flex-shrink:0;width:22px;height:22px}.Home-module__jKgjFW__trustLineDouble{flex-direction:column;align-items:center;gap:.4rem;display:flex}.Home-module__jKgjFW__brandLogos{color:var(--accent-cyan);opacity:.9;align-items:center;gap:.5rem;display:flex}.Home-module__jKgjFW__whosItForSection{background:var(--glass-bg,#0284c708);border:1px solid var(--glass-border,#0284c729);border-radius:16px;width:100%;max-width:720px;margin-top:1.75rem;margin-bottom:2.5rem;padding:1.25rem 1.5rem;box-shadow:0 4px 20px #00000008}.Home-module__jKgjFW__whosItForHeading{font-family:var(--font-orbitron,sans-serif);letter-spacing:.1em;color:var(--accent-cyan,#0284c7);text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.78rem;font-weight:800;display:flex}.Home-module__jKgjFW__whosItForBadge{font-size:.95rem}.Home-module__jKgjFW__whosItForGrid{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.65rem;width:100%;display:flex}.Home-module__jKgjFW__whoTag{background:var(--glass-highlight,#ffffffd9);color:var(--text-heading,#0f172a);border:1px solid #0284c733;border-radius:30px;align-items:center;gap:.55rem;padding:.55rem .95rem;font-size:.8rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 2px 8px #00000005}.Home-module__jKgjFW__whoTag svg{color:var(--accent-cyan,#0284c7);flex-shrink:0;width:17px;height:17px;transition:transform .3s,color .3s}.Home-module__jKgjFW__whoTag span{color:var(--text-heading,#0f172a);font-size:.8rem;font-weight:600;line-height:1.2}.Home-module__jKgjFW__whoTag:hover{border-color:var(--accent-cyan,#00f0ff);background:#0284c714;transform:translateY(-2px);box-shadow:0 4px 14px #00f0ff2e}.Home-module__jKgjFW__whoTag:hover svg{color:var(--accent-cyan,#00f0ff);filter:drop-shadow(0 0 6px #00f0ff80);transform:scale(1.12)}.Home-module__jKgjFW__whoTag:hover span{color:var(--accent-cyan,#0284c7)}.Home-module__jKgjFW__btnOutlineSecondary,.Home-module__jKgjFW__secondaryCtaBtn{border:1px solid var(--text-primary);height:50px;color:var(--text-primary);font-family:var(--font-orbitron);text-transform:uppercase;letter-spacing:.1em;text-shadow:0 1px 2px #00000040;cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:0 2rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.Home-module__jKgjFW__btnOutlineSecondary:hover,.Home-module__jKgjFW__secondaryCtaBtn:hover{border-color:var(--accent-cyan);color:var(--accent-cyan);background:var(--glass-highlight-hover);text-decoration:none;transform:translateY(-2px)}.Home-module__jKgjFW__floatingReportCard{background:var(--glass-bg);width:100%;max-width:440px;box-shadow:0 30px 60px var(--bg-canvas), 0 0 40px #0076ff0d;cursor:pointer;transform-style:preserve-3d;border:1px solid #ffffff1f;border-radius:16px;margin:0 auto;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;transform:perspective(1200px)rotateX(8deg)rotateY(-3deg)rotate(1deg)}.Home-module__jKgjFW__floatingReportCard:hover{border-color:#0076ff66;transform:perspective(1200px)rotateX(3deg)rotateY(-1deg)translateY(-12px)scale(1.02);box-shadow:0 40px 80px #000000e6,0 0 60px #0076ff26}.Home-module__jKgjFW__cardHeaderDecoration{background:var(--glass-highlight);border-bottom:1px solid #ffffff12;align-items:center;gap:.4rem;padding:.75rem 1.25rem;display:flex}.Home-module__jKgjFW__chromeDotRed,.Home-module__jKgjFW__chromeDotYellow,.Home-module__jKgjFW__chromeDotGreen{border-radius:50%;width:8px;height:8px}.Home-module__jKgjFW__chromeDotRed{background-color:#ef4444}.Home-module__jKgjFW__chromeDotYellow{background-color:#f59e0b}.Home-module__jKgjFW__chromeDotGreen{background-color:#10b981}.Home-module__jKgjFW__cardHeaderTitle{font-family:var(--font-orbitron);color:var(--text-muted);letter-spacing:.05em;margin-left:auto;font-size:.6rem}.Home-module__jKgjFW__mockReportBody{padding:1.5rem}.Home-module__jKgjFW__mockReportBanner{justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;display:flex}.Home-module__jKgjFW__mockReportBrand{font-family:var(--font-orbitron);color:var(--text-primary);letter-spacing:.05em;font-size:.55rem;font-weight:950}.Home-module__jKgjFW__mockReportTitle{font-family:var(--font-orbitron);color:var(--accent-cyan);margin-top:.15rem;font-size:.75rem;font-weight:700}.Home-module__jKgjFW__mockBadge{color:#10b981;font-family:var(--font-orbitron);background:#10b9811a;border:1px solid #10b9814d;border-radius:4px;padding:.2rem .5rem;font-size:.55rem;font-weight:900}.Home-module__jKgjFW__mockReportMetadata{color:var(--text-muted);background:var(--glass-highlight);border:1px solid var(--glass-highlight);border-radius:6px;margin-bottom:1.25rem;padding:.6rem .85rem;font-size:.65rem;line-height:1.5}.Home-module__jKgjFW__mockObservationsRow{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1.25rem;display:grid}.Home-module__jKgjFW__mockObsCapsule{border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:.35rem;padding:.4rem;font-size:.6rem;display:flex}.Home-module__jKgjFW__obsRed{color:#ef4444;background:#ef44440f;border-color:#ef444433}.Home-module__jKgjFW__obsAmber{color:#f59e0b;background:#f59e0b0f;border-color:#f59e0b33}.Home-module__jKgjFW__obsGreen{color:#10b981;background:#10b9810f;border-color:#10b98133}.Home-module__jKgjFW__obsDot{background-color:currentColor;border-radius:50%;width:5px;height:5px;box-shadow:0 0 5px}.Home-module__jKgjFW__mockScoreContainer{border-top:1px dashed var(--glass-border);border-bottom:1px dashed var(--glass-border);justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding:.75rem 0;display:flex}.Home-module__jKgjFW__mockScoreLabel{color:var(--text-primary);font-size:.7rem;font-weight:600}.Home-module__jKgjFW__mockScoreCircle{background:#0076ff14;border:1px solid #0076ff40;border-radius:20px;align-items:baseline;padding:.25rem .6rem;display:flex}.Home-module__jKgjFW__scoreNumber{font-family:var(--font-orbitron);color:var(--accent-cyan);text-shadow:0 0 5px #0076ff80;font-size:.9rem;font-weight:900}.Home-module__jKgjFW__scoreMax{color:var(--text-muted);font-size:.6rem}.Home-module__jKgjFW__mockFindingsList{flex-direction:column;gap:.45rem;display:flex}.Home-module__jKgjFW__mockFindingItem{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.65rem;display:flex}.Home-module__jKgjFW__modalOverlay{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10005;box-sizing:border-box;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0}.Home-module__jKgjFW__modalContent{background:var(--glass-bg);border:1px solid var(--glass-border);scrollbar-width:thin;scrollbar-color:var(--glass-border) transparent;border-radius:20px;width:100%;max-width:840px;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 30px 80px #000000e6,0 0 50px #0076ff1a}.Home-module__jKgjFW__modalContent::-webkit-scrollbar{width:6px}.Home-module__jKgjFW__modalContent::-webkit-scrollbar-thumb{background:var(--glass-border);border-radius:10px}.Home-module__jKgjFW__closeButton{background:var(--glass-highlight-hover);border:1px solid var(--glass-border);width:40px;height:40px;color:var(--text-primary);cursor:pointer;z-index:10;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.Home-module__jKgjFW__closeButton:hover{color:#ef4444;background:#ef44441a;border-color:#ef44444d}.Home-module__jKgjFW__reportSheet{color:#1a1f24;font-family:var(--font-inter);box-sizing:border-box;background:#fff;flex-direction:column;width:100%;max-width:100%;margin:0;padding:3rem 3.5rem;display:flex}.Home-module__jKgjFW__modalReportHeader{background:#090f1d;border-bottom:3px solid #0076ff;border-radius:8px;justify-content:flex-start;align-items:center;gap:2rem;width:100%;margin-bottom:2rem;padding:1.5rem 2rem;display:flex}.Home-module__jKgjFW__modalHeaderTitle{flex:1}.Home-module__jKgjFW__modalHeaderTitle h1{font-family:var(--font-orbitron);color:#fff;letter-spacing:.05em;margin:0;font-size:1.25rem;font-weight:800;line-height:1.3}.Home-module__jKgjFW__modalHeaderTitle p{color:#94a3b8;margin:.4rem 0 0;font-size:.8rem;line-height:1.4}.Home-module__jKgjFW__modalHeaderLogoCol{flex-shrink:0}.Home-module__jKgjFW__modalLogoImage{width:auto;height:64px;display:block}.Home-module__jKgjFW__modalMetadataSection{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;display:grid}.Home-module__jKgjFW__modalMetaBox h3{font-family:var(--font-orbitron);color:#718096;letter-spacing:.05em;text-transform:uppercase;margin:0 0 .75rem;font-size:.75rem}.Home-module__jKgjFW__modalMetaBox p{color:#2d3748;margin:0 0 .25rem;font-size:.85rem;line-height:1.5}.Home-module__jKgjFW__modalCompliancePanel{border:1px solid #e2e8f0;border-radius:6px;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:1.5rem;padding:1.5rem 2rem;display:flex}.Home-module__jKgjFW__modalStatusCapsules{flex-direction:column;flex:1;gap:.75rem;display:flex}.Home-module__jKgjFW__modalCapsule{color:#2d3748;align-items:center;gap:.75rem;font-size:.8rem;font-weight:700;display:flex}.Home-module__jKgjFW__modalCircleBadge{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;font-weight:800;display:flex}.Home-module__jKgjFW__modalRatingBox{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-width:200px;padding:1.25rem 2rem;display:flex}.Home-module__jKgjFW__modalRatingTitle{color:#718096;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.4rem;font-size:.65rem;font-weight:700}.Home-module__jKgjFW__modalRatingValue{font-family:var(--font-orbitron);font-size:1.25rem;font-weight:800}.Home-module__jKgjFW__modalWarningBox{color:#c53030;background:#ef44440a;border:1px solid #ef444426;border-radius:6px;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.8rem;line-height:1.5}.Home-module__jKgjFW__modalNoteBox{color:#2b6cb0;background:#0076ff0a;border:1px solid #0076ff26;border-radius:6px;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.8rem;line-height:1.5}.Home-module__jKgjFW__modalSummaryBox{background:#0076ff05;border:1px solid #0076ff1a;border-radius:6px;margin-bottom:2rem;padding:1.25rem 1.5rem}.Home-module__jKgjFW__modalSummaryBox h3{font-family:var(--font-orbitron);letter-spacing:.08em;color:#4a5568;text-transform:uppercase;margin:0 0 .5rem;font-size:.75rem}.Home-module__jKgjFW__modalSummaryBox p{color:#2d3748;margin:0;font-size:.85rem;font-style:italic;line-height:1.6}.Home-module__jKgjFW__modalFindingsSection{border-top:1px solid #e2e8f0;margin-top:1.5rem;padding-top:2rem}.Home-module__jKgjFW__modalSectionTitle{font-family:var(--font-orbitron);text-transform:uppercase;letter-spacing:.05em;color:#2d3748;border-bottom:2px solid #e2e8f0;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:.95rem;font-weight:800}.Home-module__jKgjFW__modalFindingRow{border-bottom:1px solid #edf2f7;grid-template-columns:90px 150px 1fr;align-items:flex-start;gap:1.5rem;padding:1.5rem 0;display:grid}.Home-module__jKgjFW__modalFindingRow:last-child{border-bottom:none}.Home-module__jKgjFW__modalFindingSeverity{font-family:var(--font-orbitron);text-transform:uppercase;letter-spacing:.05em;padding-top:.25rem;font-size:.75rem;font-weight:800}.Home-module__jKgjFW__modalFindingPhoto{background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;width:150px;height:100px;overflow:hidden}.Home-module__jKgjFW__modalFindingPhoto img{object-fit:cover;width:100%;height:100%}.Home-module__jKgjFW__modalFindingDesc strong{color:#2d3748;margin-bottom:.35rem;font-size:.85rem;display:block}.Home-module__jKgjFW__modalFindingDesc p{color:#718096;margin:0;font-size:.75rem;line-height:1.5}.Home-module__jKgjFW__modalReportFooter{color:#718096;border-top:1px solid #e2e8f0;margin-top:2.5rem;padding-top:1.5rem}.Home-module__jKgjFW__modalFooterDisclaimer{text-align:justify;border-bottom:1px solid #e2e8f0;margin-bottom:1rem;padding-bottom:1rem;font-size:.65rem;line-height:1.5}.Home-module__jKgjFW__modalFooterCredits{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;font-size:.7rem;display:flex}@media (max-width:768px){.Home-module__jKgjFW__modalOverlay{padding:0}.Home-module__jKgjFW__modalContent{border:none;border-radius:0;max-height:100vh}.Home-module__jKgjFW__reportSheet{padding:2rem 1.5rem}.Home-module__jKgjFW__modalReportHeader{flex-direction:column;align-items:flex-start;gap:1rem}.Home-module__jKgjFW__modalMetadataSection{grid-template-columns:1fr;gap:1rem}.Home-module__jKgjFW__modalCompliancePanel{flex-direction:column;gap:1.5rem;padding:1.25rem 1rem}.Home-module__jKgjFW__modalFindingRow{grid-template-columns:1fr;gap:.75rem;padding:1.25rem 0}.Home-module__jKgjFW__modalFindingPhoto{width:100%;height:160px}.Home-module__jKgjFW__modalFooterCredits{flex-direction:column;align-items:flex-start;gap:.5rem}.Home-module__jKgjFW__trustLine{grid-template-columns:repeat(2,1fr);gap:1.5rem .5rem;display:grid}.Home-module__jKgjFW__trustLineItem{border:none;padding:0}.Home-module__jKgjFW__trustLineItem:last-child{grid-column:span 2}}.Home-module__jKgjFW__subActionsTrust{flex-wrap:wrap;gap:1.5rem;margin-top:1.5rem;display:flex}.Home-module__jKgjFW__subTrustItem{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.72rem;display:flex}.Home-module__jKgjFW__subTrustIcon{color:var(--accent-cyan);filter:drop-shadow(0 0 3px #0076ff66);flex-shrink:0}.Home-module__jKgjFW__whosItForBanner{background:var(--glass-bg);border-top:1px solid var(--glass-highlight-hover);border-bottom:1px solid var(--glass-highlight-hover);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:1.5rem 0}.Home-module__jKgjFW__bannerFlex{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.Home-module__jKgjFW__bannerHeading{font-family:var(--font-orbitron);letter-spacing:.15em;color:var(--accent-cyan);text-shadow:0 0 10px #0076ff66;text-transform:uppercase;flex-shrink:0;margin:0;font-size:.8rem;font-weight:900}.Home-module__jKgjFW__bannerTags{flex-wrap:wrap;gap:.75rem;display:flex}.Home-module__jKgjFW__heroTitle{margin-bottom:.85rem!important;font-size:clamp(1.85rem,3.2vw,3rem)!important;line-height:1.15!important}.Home-module__jKgjFW__heroActions{margin-top:.5rem!important;margin-bottom:1.25rem!important}.Home-module__jKgjFW__trustLine{gap:.6rem!important;margin-top:1rem!important;margin-bottom:1rem!important}.Home-module__jKgjFW__whosItForSection{margin-top:1rem!important;margin-bottom:1rem!important}@media (min-width:1201px){.Home-module__jKgjFW__heroGrid{grid-template-columns:1.25fr 1fr!important;gap:3rem!important}.Home-module__jKgjFW__heroTextCol{max-width:680px!important;padding-right:2rem!important}}@media (max-width:992px){.Home-module__jKgjFW__bannerFlex{text-align:center;flex-direction:column;align-items:center;gap:1.25rem}.Home-module__jKgjFW__bannerTags{justify-content:center}}.Home-module__jKgjFW__serviceHighlightsSection{background:var(--bg-primary);border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);z-index:15;width:100%;padding:4.5rem 0;position:relative}.Home-module__jKgjFW__highlightsWrapper{flex-direction:column;gap:3.5rem;display:flex}.Home-module__jKgjFW__sectionBadgeHeader{border:1px solid var(--accent-cyan);background:#0076ff14;border-radius:30px;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding:.4rem 1.1rem;display:inline-flex}.Home-module__jKgjFW__sectionBadgeIcon{font-size:1rem}.Home-module__jKgjFW__sectionBadgeTitle{font-family:var(--font-orbitron,sans-serif);color:var(--accent-cyan);letter-spacing:.12em;text-transform:uppercase;font-size:.8rem;font-weight:700}.Home-module__jKgjFW__trustHighlightsBlock{text-align:center;flex-direction:column;align-items:center;display:flex}.Home-module__jKgjFW__trustGrid{grid-template-columns:repeat(5,1fr);gap:1.25rem;width:100%;display:grid}.Home-module__jKgjFW__trustCard{background:var(--card-bg);border:1px solid var(--card-border);text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 20px var(--glass-border);border-radius:14px;flex-direction:column;align-items:center;gap:.6rem;padding:1.5rem 1.25rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.Home-module__jKgjFW__trustCard:hover{border-color:var(--accent-cyan);transform:translateY(-4px);box-shadow:0 10px 30px #0076ff2e}.Home-module__jKgjFW__trustIconWrapper{border:1px solid var(--accent-cyan);width:44px;height:44px;color:var(--accent-cyan);background:#0076ff1f;border-radius:12px;justify-content:center;align-items:center;display:flex}.Home-module__jKgjFW__trustCardTitle{font-family:var(--font-orbitron,sans-serif);color:var(--card-text);font-size:.88rem;font-weight:700}.Home-module__jKgjFW__trustCardSub{color:var(--card-sub);font-size:.78rem;font-weight:500;line-height:1.4}.Home-module__jKgjFW__audienceHighlightsBlock{text-align:center;flex-direction:column;align-items:center;width:100%;margin-top:1.5rem;display:flex}.Home-module__jKgjFW__audienceMarqueeWrapper{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);width:100%;max-width:1200px;box-shadow:0 8px 32px var(--glass-border);border-radius:20px;margin:1.25rem auto 0;padding:1.1rem 0;position:relative;overflow:hidden}[data-theme=light] .Home-module__jKgjFW__audienceMarqueeWrapper{background:#fff;border:1px solid #0f172a1f;box-shadow:0 8px 30px #0000000f}.Home-module__jKgjFW__marqueeFadeMaskLeft{z-index:3;pointer-events:none;background:linear-gradient(to right, var(--card-bg), transparent);border-top-left-radius:20px;border-bottom-left-radius:20px;width:100px;position:absolute;top:0;bottom:0;left:0}[data-theme=light] .Home-module__jKgjFW__marqueeFadeMaskLeft{background:linear-gradient(90deg,#fff,#0000)}.Home-module__jKgjFW__marqueeFadeMaskRight{z-index:3;pointer-events:none;background:linear-gradient(to left, var(--card-bg), transparent);border-top-right-radius:20px;border-bottom-right-radius:20px;width:100px;position:absolute;top:0;bottom:0;right:0}[data-theme=light] .Home-module__jKgjFW__marqueeFadeMaskRight{background:linear-gradient(270deg,#fff,#0000)}.Home-module__jKgjFW__audienceMarqueeTrack{will-change:transform;align-items:center;gap:1.25rem;width:max-content;animation:38s linear infinite Home-module__jKgjFW__marqueeContinuous;display:flex}.Home-module__jKgjFW__audienceMarqueeWrapper:hover .Home-module__jKgjFW__audienceMarqueeTrack{animation-play-state:paused}.Home-module__jKgjFW__audienceMarqueeCard{border:1px solid var(--card-border);background:#0f172a80;border-radius:12px;flex-shrink:0;align-items:center;gap:1rem;min-width:290px;padding:.85rem 1.35rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}[data-theme=light] .Home-module__jKgjFW__audienceMarqueeCard{background:#f8fafc;border:1px solid #0f172a14}.Home-module__jKgjFW__audienceMarqueeCard:hover{border-color:var(--accent-cyan);transform:translateY(-2px);box-shadow:0 6px 20px #00f0ff26}[data-theme=light] .Home-module__jKgjFW__audienceMarqueeCard:hover{border-color:#0284c7;box-shadow:0 6px 20px #0284c71f}@media (min-width:768px){.Home-module__jKgjFW__audienceMarqueeWrapper{padding:1.25rem;overflow:visible}.Home-module__jKgjFW__marqueeFadeMaskLeft,.Home-module__jKgjFW__marqueeFadeMaskRight{display:none!important}.Home-module__jKgjFW__audienceMarqueeTrack{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;width:100%;display:grid;animation:none!important}.Home-module__jKgjFW__marqueeOnlyCard{display:none!important}.Home-module__jKgjFW__audienceMarqueeCard{width:100%;min-width:0}}@keyframes Home-module__jKgjFW__marqueeContinuous{0%{transform:translate(0%)}to{transform:translate(-50%)}}.Home-module__jKgjFW__audienceIconWrapper{border:1px solid var(--accent-cyan);width:44px;min-width:44px;height:44px;color:var(--accent-cyan);background:#0076ff1f;border-radius:12px;justify-content:center;align-items:center;display:flex}[data-theme=light] .Home-module__jKgjFW__audienceIconWrapper{color:#0284c7;background:#0284c71a;border-color:#0284c7}.Home-module__jKgjFW__audienceTextWrapper{text-align:left;flex-direction:column;gap:.25rem;display:flex}.Home-module__jKgjFW__audienceTitle{font-family:var(--font-orbitron,sans-serif);color:var(--card-text);font-size:.9rem;font-weight:700}.Home-module__jKgjFW__audienceDesc{color:var(--card-sub);font-size:.78rem;font-weight:500;line-height:1.35}@media (max-width:1024px){.Home-module__jKgjFW__trustGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.Home-module__jKgjFW__trustGrid,.Home-module__jKgjFW__audienceGrid{grid-template-columns:1fr}}.Home-module__jKgjFW__whyChooseUsSection{background:var(--bg-canvas);border-top:1px solid var(--glass-highlight-hover);padding:7rem 0}.Home-module__jKgjFW__whyChooseUsGrid{grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-top:3.5rem;display:grid}.Home-module__jKgjFW__whyCard{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:16px;gap:1.5rem;padding:2.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.Home-module__jKgjFW__whyCard:hover{border-color:#0076ff4d;transform:translateY(-4px);box-shadow:0 15px 35px #0076ff0f}.Home-module__jKgjFW__whyIcon{color:var(--accent-cyan);filter:drop-shadow(0 0 8px #0076ff66);flex-shrink:0;width:48px;height:48px}.Home-module__jKgjFW__whyContent h3{font-family:var(--font-orbitron);color:var(--text-primary);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.5rem;font-size:.95rem;font-weight:700}.Home-module__jKgjFW__whyContent p{color:var(--text-muted);font-size:.85rem;line-height:1.6}.Home-module__jKgjFW__pricingSection{background:var(--bg-canvas);border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);padding:7rem 0;position:relative}.Home-module__jKgjFW__pricingSection .Home-module__jKgjFW__sectionTitle{color:var(--text-primary)}.Home-module__jKgjFW__pricingSection .Home-module__jKgjFW__sectionSubtitle{color:var(--text-muted)}.Home-module__jKgjFW__pricingGrid{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:3.5rem;margin-top:4rem;display:grid}.Home-module__jKgjFW__pricingCard{background:var(--glass-bg);border:1px solid var(--glass-border);box-shadow:0 10px 30px var(--glass-highlight);border-radius:24px;flex-direction:column;padding:3.5rem 3rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.Home-module__jKgjFW__pricingCard:hover{border-color:#0076ff59;transform:translateY(-5px);box-shadow:0 20px 40px #0076ff1f}.Home-module__jKgjFW__pricingCardHighlighted{background:var(--glass-bg);border:1px solid var(--accent-cyan);box-shadow:0 15px 35px #0076ff26}.Home-module__jKgjFW__pricingCardHighlighted:hover{border-color:var(--accent-cyan);box-shadow:0 20px 45px #0076ff40}.Home-module__jKgjFW__cardBadge{font-family:var(--font-orbitron);letter-spacing:.1em;color:var(--accent-cyan);text-transform:uppercase;background:#0076ff1a;border:1px solid #0076ff4d;border-radius:50px;padding:.35rem .85rem;font-size:.6rem;font-weight:900;position:absolute;top:1.5rem;right:1.5rem}.Home-module__jKgjFW__pricingCard h3{font-family:var(--font-orbitron);color:var(--text-primary);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.Home-module__jKgjFW__pricingCardSub{color:var(--text-muted);margin-bottom:2rem;font-size:.85rem}.Home-module__jKgjFW__priceDisplay{align-items:baseline;gap:.25rem;margin-bottom:2.5rem;display:flex}.Home-module__jKgjFW__priceAmount{font-family:var(--font-orbitron);color:var(--text-primary);font-size:3.5rem;font-weight:900;line-height:1}.Home-module__jKgjFW__priceCurrency{font-family:var(--font-orbitron);color:var(--accent-cyan);align-self:flex-start;margin-top:.5rem;font-size:2rem;font-weight:900}.Home-module__jKgjFW__pricePeriod{color:var(--text-muted);margin-left:.5rem;font-size:.85rem}.Home-module__jKgjFW__pricingFeatures{flex-direction:column;flex-grow:1;gap:1rem;margin:0 0 3rem;padding:0;list-style:none;display:flex}.Home-module__jKgjFW__featureItem{color:var(--text-muted);align-items:flex-start;gap:.85rem;font-size:.85rem;line-height:1.5;display:flex}.Home-module__jKgjFW__featureIcon{color:var(--status-green);flex-shrink:0;width:16px;height:16px;margin-top:.2rem}.Home-module__jKgjFW__pricingCtaBtn{height:52px;font-family:var(--font-orbitron);text-transform:uppercase;letter-spacing:.15em;text-shadow:0 1px 2px #00000059;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:100%;padding:0 2rem;font-size:.8rem;font-weight:900;text-decoration:none;transition:all .3s;display:inline-flex}.Home-module__jKgjFW__pricingCtaBtnPrimary{background:var(--accent-cyan);color:#030406;text-shadow:0 1px 1px #ffffff4d;box-shadow:0 0 25px #0076ff40}.Home-module__jKgjFW__pricingCtaBtnPrimary:hover{text-decoration:none;transform:translateY(-2px);box-shadow:0 0 35px #0076ff73}.Home-module__jKgjFW__pricingCtaBtnSecondary{border:1px solid var(--glass-border);color:var(--text-primary);text-shadow:0 1px 2px #0000004d;background:0 0}.Home-module__jKgjFW__pricingCtaBtnSecondary:hover{border-color:var(--accent-cyan);color:var(--accent-cyan);text-decoration:none;transform:translateY(-2px);box-shadow:0 0 20px #0076ff1f}.Home-module__jKgjFW__b2bSubGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem;width:100%;margin-bottom:2.5rem;display:grid}.Home-module__jKgjFW__b2bPackCard{text-align:center;background:#00000003;border:1px solid #0000000f;border-radius:12px;padding:1.25rem 1rem;transition:all .3s}.Home-module__jKgjFW__b2bPackCard:hover{background:#0076ff05;border-color:#0076ff40}.Home-module__jKgjFW__b2bPackCardActive{background:#0076ff0a;border-color:#0076ff66}.Home-module__jKgjFW__b2bPackTitle{font-family:var(--font-orbitron);color:var(--text-primary);margin-bottom:.35rem;font-size:.75rem;font-weight:700}.Home-module__jKgjFW__b2bPackPrice{font-family:var(--font-orbitron);color:var(--accent-cyan);margin-bottom:.25rem;font-size:1.35rem;font-weight:900}.Home-module__jKgjFW__b2bPackSaving{color:var(--status-green);font-size:.65rem;font-weight:600}@media (max-width:992px){.Home-module__jKgjFW__whyChooseUsGrid{grid-template-columns:1fr;gap:1.5rem}.Home-module__jKgjFW__pricingGrid{grid-template-columns:1fr;gap:2.5rem}.Home-module__jKgjFW__pricingCard{padding:3rem 2rem}}@media (max-width:768px){.Home-module__jKgjFW__b2bSubGrid{grid-template-columns:1fr;gap:1rem}}.Home-module__jKgjFW__faqSection{background:var(--bg-canvas);border-top:1px solid var(--glass-border);padding:7rem 0;position:relative}.Home-module__jKgjFW__faqContainer{max-width:800px;margin:0 auto}.Home-module__jKgjFW__faqList{flex-direction:column;gap:1.25rem;margin-top:4.5rem;display:flex}.Home-module__jKgjFW__faqItem{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;transition:all .3s cubic-bezier(.16,1,.3,1);overflow:hidden}.Home-module__jKgjFW__faqItemActive{border-color:var(--accent-cyan);background:var(--glass-highlight-hover);box-shadow:0 10px 30px #0076ff14}.Home-module__jKgjFW__faqTrigger{width:100%;color:var(--text-primary);font-family:var(--font-orbitron);text-align:left;cursor:pointer;background:0 0;border:none;outline:none;justify-content:space-between;align-items:center;padding:1.5rem 2rem;font-size:1.05rem;font-weight:700;display:flex}.Home-module__jKgjFW__faqTrigger:hover{color:var(--accent-cyan)}.Home-module__jKgjFW__faqQuestion{color:var(--text-primary);line-height:1.4}.Home-module__jKgjFW__faqChevron{color:var(--accent-cyan);flex-shrink:0;margin-left:1.5rem;transition:transform .3s}.Home-module__jKgjFW__faqChevronRotated{transform:rotate(180deg)}.Home-module__jKgjFW__faqPanel{max-height:0;padding:0 2rem;transition:max-height .3s ease-out,padding .3s ease-out;overflow:hidden}.Home-module__jKgjFW__faqPanelOpen{max-height:300px;padding:0 2rem 1.75rem}.Home-module__jKgjFW__faqAnswer{color:var(--text-muted);border-top:1px solid var(--glass-border);margin:0;padding-top:1rem;font-size:.9rem;line-height:1.7}.Home-module__jKgjFW__contactSection{background:var(--bg-canvas);border-top:1px solid var(--glass-border);padding:7rem 0;position:relative}.Home-module__jKgjFW__contactSection .Home-module__jKgjFW__sectionTitle{color:var(--text-primary)}.Home-module__jKgjFW__contactSection .Home-module__jKgjFW__sectionSubtitle{color:var(--text-muted)}.Home-module__jKgjFW__contactGrid{grid-template-columns:1fr 1.15fr;align-items:stretch;gap:3.5rem;margin-top:4rem;display:grid}.Home-module__jKgjFW__contactInfoCard{background:var(--glass-bg);border:1px solid var(--glass-border);height:100%;box-shadow:0 10px 30px var(--glass-highlight);border-radius:20px;flex-direction:column;padding:0;display:flex;overflow:hidden}.Home-module__jKgjFW__contactReceptionistWrapper{background:#0b1120;width:100%;height:230px;position:relative;overflow:hidden}.Home-module__jKgjFW__contactReceptionistImg{object-fit:cover;object-position:center 25%;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.Home-module__jKgjFW__contactInfoCard:hover .Home-module__jKgjFW__contactReceptionistImg{transform:scale(1.03)}.Home-module__jKgjFW__contactInfoBody{flex-direction:column;flex-grow:1;justify-content:space-between;padding:2.25rem 2.5rem 2.5rem;display:flex}.Home-module__jKgjFW__contactInfoTitle{font-family:var(--font-orbitron);color:var(--text-primary);letter-spacing:-.01em;margin-bottom:1.5rem;font-size:1.25rem;font-weight:800}.Home-module__jKgjFW__contactDetailsList{flex-direction:column;gap:1.75rem;margin:0;padding:0;list-style:none;display:flex}.Home-module__jKgjFW__contactDetailItem{align-items:flex-start;gap:1.25rem;display:flex}.Home-module__jKgjFW__contactDetailIcon{width:44px;height:44px;color:var(--accent-cyan);background:#0076ff14;border:1px solid #0076ff26;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Home-module__jKgjFW__contactDetailContent h4{font-family:var(--font-orbitron);color:var(--text-primary);letter-spacing:.05em;text-transform:uppercase;margin:0 0 .4rem;font-size:.8rem;font-weight:700}.Home-module__jKgjFW__contactDetailContent p,.Home-module__jKgjFW__contactDetailContent a{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5;text-decoration:none}.Home-module__jKgjFW__contactDetailContent a:hover{color:var(--accent-cyan)}.Home-module__jKgjFW__contactFormCard{background:var(--glass-bg);border:1px solid var(--glass-border);box-shadow:0 15px 35px var(--glass-highlight);border-radius:20px;padding:3rem}.Home-module__jKgjFW__contactFormTitle{font-family:var(--font-orbitron);color:var(--text-primary);letter-spacing:-.01em;margin-bottom:2rem;font-size:1.35rem;font-weight:800}.Home-module__jKgjFW__formGrid2Col{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:1.25rem;display:grid}.Home-module__jKgjFW__formGroup{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.Home-module__jKgjFW__formGroup label{font-family:var(--font-orbitron);color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:700}.Home-module__jKgjFW__formInput{background:var(--input-bg);border:1px solid var(--input-border);color:var(--text-primary);font-family:var(--font-inter);box-sizing:border-box;border-radius:6px;width:100%;padding:.85rem 1rem;font-size:.9rem;transition:all .3s}.Home-module__jKgjFW__formInput:focus{border-color:var(--accent-cyan);background:var(--input-bg);outline:none;box-shadow:0 0 15px #0076ff26}.Home-module__jKgjFW__formTextarea{resize:vertical;min-height:120px}.Home-module__jKgjFW__formSubmitBtn{color:#fff;width:100%;height:50px;font-family:var(--font-orbitron);text-transform:uppercase;letter-spacing:.1em;text-shadow:0 1px 2px #00000059;cursor:pointer;background:#0076ff;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.Home-module__jKgjFW__formSubmitBtn:hover{background:#005ce6;text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 20px #0076ff4d}.Home-module__jKgjFW__formSuccessMsg{text-align:center;color:#10b981;background:#10b98114;border:1px solid #10b98140;border-radius:8px;padding:1.5rem}.Home-module__jKgjFW__formSuccessMsg h4{font-family:var(--font-orbitron);text-transform:uppercase;margin:0 0 .5rem;font-size:1.1rem;font-weight:800}.Home-module__jKgjFW__formSuccessMsg p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}@media (max-width:992px){.Home-module__jKgjFW__contactGrid{grid-template-columns:1fr;gap:3rem}}@media (max-width:576px){.Home-module__jKgjFW__formGrid2Col{grid-template-columns:1fr;gap:0}.Home-module__jKgjFW__contactFormCard{padding:2rem 1.5rem}.Home-module__jKgjFW__contactInfoBody{padding:1.75rem 1.5rem 2rem}.Home-module__jKgjFW__contactReceptionistWrapper{height:190px}}.Home-module__jKgjFW__mockupRefContainer{align-items:center;margin-left:.5rem;display:flex}.Home-module__jKgjFW__mockupRefText{color:#718096;letter-spacing:.05em;font-family:monospace;font-size:.32rem;font-weight:800}.Home-module__jKgjFW__modalRefContainer{align-items:center;display:flex}.Home-module__jKgjFW__modalRefText{color:#38bdf8;letter-spacing:.05em;font-family:monospace;font-size:.8rem;font-weight:800}.Home-module__jKgjFW__modalHeaderRight{flex-shrink:0;align-items:center;gap:1.5rem;display:flex}.Home-module__jKgjFW__photoReticle{pointer-events:none;z-index:2;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;transform:translate(-50%,-50%)}.Home-module__jKgjFW__reticleCircle{border:1.5px dashed;border-radius:50%;width:24px;height:24px;animation:2s ease-in-out infinite Home-module__jKgjFW__pulseReticle}.Home-module__jKgjFW__reticleLabel{color:#fff;letter-spacing:.03em;text-transform:uppercase;border-radius:1px;margin-top:3px;padding:1px 4px;font-size:.22rem;font-weight:800;box-shadow:0 2px 4px #00000026}.Home-module__jKgjFW__reticleRed .Home-module__jKgjFW__reticleCircle{border-color:#ef4444;box-shadow:0 0 6px #ef444480}.Home-module__jKgjFW__reticleRed .Home-module__jKgjFW__reticleLabel{background:#ef4444}.Home-module__jKgjFW__reticleAmber .Home-module__jKgjFW__reticleCircle{border-color:#f59e0b;box-shadow:0 0 6px #f59e0b80}.Home-module__jKgjFW__reticleAmber .Home-module__jKgjFW__reticleLabel{background:#f59e0b}@keyframes Home-module__jKgjFW__pulseReticle{0%{opacity:.8;transform:scale(.95)}50%{opacity:1;transform:scale(1.15)}to{opacity:.8;transform:scale(.95)}}.Home-module__jKgjFW__officialStamp{pointer-events:none;-webkit-user-select:none;user-select:none;position:absolute}.Home-module__jKgjFW__miniStamp{color:#0076ffd9;z-index:5;width:44px;height:44px;bottom:.1rem;right:.4rem;transform:rotate(-12deg)}.Home-module__jKgjFW__stampText{fill:currentColor;letter-spacing:.5px;font-family:monospace;font-size:7px;font-weight:800}.Home-module__jKgjFW__stampDate{fill:currentColor;font-size:9px;font-family:var(--font-orbitron);font-weight:800}.Home-module__jKgjFW__modalVerificationStamp{color:#0076ffd9;flex-shrink:0;width:80px;height:80px;transform:rotate(-8deg)}.Home-module__jKgjFW__modalHealthGauge{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.Home-module__jKgjFW__modalCircularChart{width:72px;height:72px;display:block}.Home-module__jKgjFW__modalCircleBg{fill:none;stroke:#edf2f7;stroke-width:3.2px}.Home-module__jKgjFW__modalCircle{fill:none;stroke:#0076ff;stroke-width:3.2px;stroke-linecap:round}.Home-module__jKgjFW__modalPercentage{font-family:var(--font-orbitron);fill:#1a1f24;text-anchor:middle;font-size:8.5px;font-weight:800}.Home-module__jKgjFW__modalGaugeLabel{color:#718096;text-transform:uppercase;margin-top:.25rem;font-size:.65rem;font-weight:800}.Home-module__jKgjFW__modalRatingBadgeRed{color:#fff;font-family:var(--font-orbitron);letter-spacing:.05em;background:#ef4444;border-radius:4px;margin:0;padding:.35rem .8rem;font-size:.95rem;font-weight:800;display:inline-block}.Home-module__jKgjFW__modalRatingSub{color:#e53e3e;margin:0;font-size:.7rem;font-weight:700;display:block}.Home-module__jKgjFW__modalChecklistSection{background:#fff;margin:2rem 0}.Home-module__jKgjFW__modalSectionSubtitle{color:#718096;margin:-1.25rem 0 1.5rem;font-size:.8rem;line-height:1.4}.Home-module__jKgjFW__modalChecklistGrid{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.Home-module__jKgjFW__modalChecklistItem{box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;justify-content:space-between;align-items:center;padding:.6rem .8rem;display:flex}.Home-module__jKgjFW__modalChecklistMeta{flex:1;padding-right:.5rem}.Home-module__jKgjFW__modalChecklistMeta h4{color:#1a1f24;margin:0;font-size:.75rem;font-weight:700}.Home-module__jKgjFW__modalChecklistMeta p{color:#718096;margin:1px 0 0;font-size:.65rem;line-height:1.2}.Home-module__jKgjFW__statusPill{letter-spacing:.03em;text-transform:uppercase;text-align:center;border-radius:12px;flex-shrink:0;padding:.15rem .45rem;font-size:.6rem;font-weight:800}.Home-module__jKgjFW__pillGreen{color:#059669;background:#10b9811a;border:1px solid #10b98133}.Home-module__jKgjFW__pillAmber{color:#d97706;background:#f59e0b26;border:1px solid #f59e0b33}.Home-module__jKgjFW__pillRed{color:#dc2626;background:#ef44441a;border:1px solid #ef444433}.Home-module__jKgjFW__findingsCategoryGroup{border-radius:8px;margin-bottom:1.5rem;overflow:hidden}.Home-module__jKgjFW__categoryGroupRed{border:1px solid #ef444433}.Home-module__jKgjFW__categoryGroupHeaderRed{background:#ef44440a;border-bottom:1px solid #ef444426;align-items:center;gap:.5rem;padding:.6rem 1rem;display:flex}.Home-module__jKgjFW__categoryGroupHeaderRed h3{font-family:var(--font-orbitron);color:#c53030;letter-spacing:.05em;margin:0;font-size:.75rem;font-weight:800}.Home-module__jKgjFW__categoryGroupAmber{border:1px solid #f59e0b33}.Home-module__jKgjFW__categoryGroupHeaderAmber{background:#f59e0b0a;border-bottom:1px solid #f59e0b26;align-items:center;gap:.5rem;padding:.6rem 1rem;display:flex}.Home-module__jKgjFW__categoryGroupHeaderAmber h3{font-family:var(--font-orbitron);color:#b7791f;letter-spacing:.05em;margin:0;font-size:.75rem;font-weight:800}.Home-module__jKgjFW__categoryGroupGreen{border:1px solid #10b98126}.Home-module__jKgjFW__categoryGroupHeaderGreen{background:#10b98108;border-bottom:1px solid #10b9811f;align-items:center;gap:.5rem;padding:.6rem 1rem;display:flex}.Home-module__jKgjFW__categoryGroupHeaderGreen h3{font-family:var(--font-orbitron);color:#276749;letter-spacing:.05em;margin:0;font-size:.75rem;font-weight:800}.Home-module__jKgjFW__categoryIcon{font-size:.85rem;line-height:1}.Home-module__jKgjFW__modalFindingCard{background:#fff;border-bottom:1px solid #edf2f7;grid-template-columns:160px 1fr;align-items:flex-start;gap:1.25rem;padding:1.25rem;display:grid}.Home-module__jKgjFW__modalFindingCard:last-child{border-bottom:none}.Home-module__jKgjFW__modalFindingPhotoCol{flex-direction:column;gap:.5rem;display:flex}.Home-module__jKgjFW__modalFindingPhotoWrapper{background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;width:100%;height:100px;position:relative;overflow:hidden}.Home-module__jKgjFW__modalFindingPhotoWrapper img{object-fit:cover;width:100%;height:100%}.Home-module__jKgjFW__modalFindingBadge{color:#fff;text-align:center;letter-spacing:.03em;text-transform:uppercase;border-radius:3px;align-self:stretch;padding:.15rem .35rem;font-size:.55rem;font-weight:800}.Home-module__jKgjFW__modalFindingInfoCol h4{color:#1a1f24;margin:0 0 .35rem;font-size:.85rem;font-weight:800}.Home-module__jKgjFW__modalFindingMeta{color:#718096;border-bottom:1px dashed #edf2f7;flex-wrap:wrap;gap:1rem;margin-bottom:.5rem;padding-bottom:.35rem;font-size:.7rem;display:flex}.Home-module__jKgjFW__modalFindingMeta strong{color:#2d3748}.Home-module__jKgjFW__modalFindingDetailText{color:#4a5568;margin:0 0 .75rem;font-size:.75rem;line-height:1.5}.Home-module__jKgjFW__modalFindingActionBoxRed{color:#c53030;background:#ef444408;border-left:2.5px solid #ef4444;border-radius:0 3px 3px 0;padding:.4rem .75rem;font-size:.7rem;line-height:1.4}.Home-module__jKgjFW__modalFindingActionBoxAmber{color:#b7791f;background:#f59e0b08;border-left:2.5px solid #f59e0b;border-radius:0 3px 3px 0;padding:.4rem .75rem;font-size:.7rem;line-height:1.4}.Home-module__jKgjFW__modalVerificationContainer{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;justify-content:space-between;align-items:center;margin:1.5rem 0;padding:1.25rem 1.5rem;display:flex}.Home-module__jKgjFW__modalVerificationDetails{flex:1}.Home-module__jKgjFW__modalVerificationDetails p{color:#718096;margin:0 0 .15rem;font-size:.7rem}.Home-module__jKgjFW__signatureLine{align-items:flex-end;width:160px;height:35px;margin:.35rem 0;padding-bottom:.2rem;display:flex;position:relative}.Home-module__jKgjFW__signatureText{font-family:"Brush Script MT", cursive, var(--font-inter), sans-serif;color:#0076ff;letter-spacing:.05em;font-size:1.4rem;font-weight:500;line-height:1;transform:rotate(-1deg)}.Home-module__jKgjFW__signatureUnderline{background:#cbd5e1;width:100%;height:1px;position:absolute;bottom:0;left:0}.Home-module__jKgjFW__signatureSubtitle{margin:0;font-size:.7rem;font-weight:700;color:#1a1f24!important}.Home-module__jKgjFW__signatureReg{margin:2px 0 0;font-size:.65rem;color:#718096!important}@media (max-width:768px){.Home-module__jKgjFW__modalChecklistGrid{grid-template-columns:1fr}.Home-module__jKgjFW__modalFindingCard{grid-template-columns:1fr;gap:1rem}.Home-module__jKgjFW__modalFindingPhotoCol{flex-direction:row;align-items:center;gap:1rem}.Home-module__jKgjFW__modalFindingPhotoWrapper{width:120px;height:80px}.Home-module__jKgjFW__modalFindingBadge{flex:1;width:auto}.Home-module__jKgjFW__modalVerificationContainer{flex-direction:column;align-items:flex-start;gap:1.5rem}.Home-module__jKgjFW__modalVerificationStamp{align-self:flex-end;margin-top:-1rem}}.Home-module__jKgjFW__mockupReportSheet{padding:1.5rem!important;font-size:.65rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalReportHeader{border-radius:6px!important;gap:1rem!important;margin-bottom:1rem!important;padding:.8rem 1.25rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalLogoImage{height:36px!important}.Home-module__jKgjFW__logoDark{display:block}.Home-module__jKgjFW__logoLight{display:none}[data-theme=light] .Home-module__jKgjFW__logoDark{display:none!important}[data-theme=light] .Home-module__jKgjFW__logoLight{display:block!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalHeaderTitle h1{font-size:.85rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalHeaderTitle p{margin-top:.2rem!important;font-size:.55rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalMetadataSection{grid-template-columns:1fr 1fr!important;gap:.75rem!important;margin-bottom:1rem!important;padding:.75rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalMetaBox h3{margin-bottom:.4rem!important;font-size:.55rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalMetaBox p{margin-bottom:.15rem!important;font-size:.6rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalCompliancePanel{gap:1rem!important;margin-bottom:1rem!important;padding:.75rem 1rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalHealthGauge{width:45px!important;height:45px!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalGaugeLabel{font-size:.5rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalRatingBox{flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:.3rem!important;min-width:120px!important;padding:.6rem .8rem!important;display:flex!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalRatingTitle{font-size:.5rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalRatingBadgeRed{margin:0!important;padding:.2rem .4rem!important;font-size:.65rem!important;display:inline-block!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalRatingSub{margin:0!important;font-size:.5rem!important;display:block!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalStatusCapsules{gap:.3rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalCapsule{gap:.3rem!important;font-size:.6rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalCircleBadge{width:16px!important;height:16px!important;font-size:.55rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalWarningBox,.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalNoteBox{margin-bottom:.75rem!important;padding:.5rem .75rem!important;font-size:.6rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalSummaryBox{margin-bottom:1rem!important;padding:.75rem!important;font-size:.6rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalSummaryBox h3{margin-bottom:.3rem!important;font-size:.65rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalSummaryBox p{font-size:.6rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalChecklistSection{margin-bottom:1.25rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalSectionTitle{margin-bottom:.2rem!important;font-size:.8rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalSectionSubtitle{margin-bottom:.6rem!important;font-size:.6rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalChecklistGrid{grid-template-columns:1fr 1fr!important;gap:.4rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalChecklistItem{padding:.3rem .5rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalChecklistMeta h4{font-size:.6rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalChecklistMeta p{font-size:.5rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__statusPill{padding:.1rem .3rem!important;font-size:.5rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalFindingsSection{margin-bottom:1.25rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__findingsCategoryGroup{margin-bottom:.75rem!important;padding:.6rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__categoryGroupHeaderRed h3,.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__categoryGroupHeaderAmber h3,.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__categoryGroupHeaderGreen h3{font-size:.65rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalFindingCard{gap:.75rem!important;margin-bottom:.6rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalFindingPhotoCol{width:80px!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalFindingPhotoWrapper{height:60px!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalFindingBadge{padding:.1rem .25rem!important;font-size:.5rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalFindingInfoCol h4{margin-bottom:.2rem!important;font-size:.65rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalFindingMeta{gap:.4rem!important;margin-bottom:.3rem!important;font-size:.55rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalFindingDetailText{margin-bottom:.3rem!important;font-size:.6rem!important;line-height:1.3!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalFindingActionBoxRed,.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalFindingActionBoxAmber{padding:.3rem .5rem!important;font-size:.55rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__photoReticle{transform:translate(-50%,-50%)scale(.5)!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalReportFooter{margin-top:1rem!important;padding-top:.75rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalFooterDisclaimer{margin-bottom:.75rem!important;font-size:.5rem!important;line-height:1.3!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalVerificationContainer{gap:.75rem!important;margin-bottom:.75rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalVerificationDetails{font-size:.55rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__signatureText{font-size:.75rem!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__signatureLine{height:16px!important;margin:.2rem 0!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalVerificationStamp{width:45px!important;height:45px!important}.Home-module__jKgjFW__mockupReportSheet .Home-module__jKgjFW__modalFooterCredits{flex-direction:column!important;gap:.3rem!important;font-size:.5rem!important}.Home-module__jKgjFW__container{max-width:1280px}.Home-module__jKgjFW__heroSection{min-height:0;padding:132px 0 64px}.Home-module__jKgjFW__heroGrid{grid-template-columns:1.1fr 1fr;gap:48px}.Home-module__jKgjFW__heroTextCol{flex-direction:column;padding:0;display:flex}.Home-module__jKgjFW__heroTitle{letter-spacing:-.035em;text-wrap:balance;margin:0 0 22px;font-size:clamp(32px,3.6vw,49px);line-height:1.15}.Home-module__jKgjFW__heroTitle br{display:none}.Home-module__jKgjFW__heroParagraph{margin:0 0 24px;font-size:16px;line-height:1.8}.Home-module__jKgjFW__heroActions{order:2;gap:12px;margin-bottom:16px}.Home-module__jKgjFW__heroPriceNote{color:var(--text-secondary);order:3;margin:0 0 24px;font-size:13px;line-height:1.7}.Home-module__jKgjFW__keyBenefitsList{order:4;gap:12px;margin:0}.Home-module__jKgjFW__benefitItem{text-align:left;align-items:flex-start;gap:10px}.Home-module__jKgjFW__benefitTextGroup{text-align:left}.Home-module__jKgjFW__benefitHeading{font-size:13px}.Home-module__jKgjFW__benefitSubheading{font-size:12px;line-height:1.6}.Home-module__jKgjFW__benefitItem svg{flex-shrink:0;width:18px;height:18px;margin-top:1px}.Home-module__jKgjFW__heroVisualCol{aspect-ratio:auto;width:100%;max-width:none;height:100%;min-height:550px;box-shadow:none;border:0;border-radius:14px;margin:0}.Home-module__jKgjFW__heroBgImage{object-fit:cover;object-position:60% center;width:100%;margin:0}.Home-module__jKgjFW__primaryCta,.Home-module__jKgjFW__secondaryCtaBtn,.Home-module__jKgjFW__pricingCtaBtn,.Home-module__jKgjFW__formSubmitBtn{letter-spacing:.045em;height:auto;min-height:50px;text-shadow:none;box-shadow:none;border-radius:8px;padding:15px 22px;font-size:12px;line-height:1.5}.Home-module__jKgjFW__primaryCta,.Home-module__jKgjFW__pricingCtaBtnPrimary,.Home-module__jKgjFW__formSubmitBtn{background:var(--button-primary);color:#fff}.Home-module__jKgjFW__primaryCta:hover,.Home-module__jKgjFW__pricingCtaBtnPrimary:hover,.Home-module__jKgjFW__formSubmitBtn:hover{background:var(--button-hover);box-shadow:none}.Home-module__jKgjFW__secondaryCtaBtn,.Home-module__jKgjFW__pricingCtaBtnSecondary{border:1px solid var(--input-border);background:var(--glass-bg);color:var(--text-primary)}.Home-module__jKgjFW__btnSweep,.Home-module__jKgjFW__scannerLine{display:none}.Home-module__jKgjFW__processSection,.Home-module__jKgjFW__trustPillarsSection,.Home-module__jKgjFW__detailsSection,.Home-module__jKgjFW__whyChooseUsSection,.Home-module__jKgjFW__pricingSection,.Home-module__jKgjFW__faqSection,.Home-module__jKgjFW__contactSection,.Home-module__jKgjFW__disclaimerPanelSection{padding:72px 0}.Home-module__jKgjFW__processSection,.Home-module__jKgjFW__detailsSection,.Home-module__jKgjFW__pricingSection,.Home-module__jKgjFW__contactSection{background:var(--bg-primary)}.Home-module__jKgjFW__sectionHeader{margin-bottom:36px}.Home-module__jKgjFW__sectionTitle,.Home-module__jKgjFW__processTitleDark{letter-spacing:-.025em;text-transform:none;margin:0 0 16px;font-size:clamp(26px,3vw,38px);line-height:1.25}.Home-module__jKgjFW__sectionSubtitle{max-width:700px;margin:0;line-height:1.8}.Home-module__jKgjFW__processLayoutGrid{grid-template-columns:1.3fr 1fr;align-items:center;gap:48px}.Home-module__jKgjFW__processSubtitleDark{margin-bottom:30px;font-size:15px}.Home-module__jKgjFW__processStepsRow{gap:16px;margin-bottom:30px}.Home-module__jKgjFW__mockupReportCard3D{height:430px;max-height:430px;box-shadow:var(--shadow-card);border-radius:6px;position:relative;overflow:hidden!important}.Home-module__jKgjFW__mockupReportCard3D:after{content:"";pointer-events:none;background:linear-gradient(#0000,#fff);height:85px;position:absolute;inset:auto 0 0}.Home-module__jKgjFW__previewButton{border:1px solid var(--input-border);width:100%;max-width:540px;min-height:44px;color:var(--text-primary);background:var(--glass-bg);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;margin:14px auto 0;font-size:13px;font-weight:600;display:flex}.Home-module__jKgjFW__pillarsGrid,.Home-module__jKgjFW__analysisGrid{gap:20px}.Home-module__jKgjFW__visualPillarsShowcase,.Home-module__jKgjFW__whyChooseUsGrid{gap:24px;margin-block:32px}.Home-module__jKgjFW__pillarCard,.Home-module__jKgjFW__analysisCard,.Home-module__jKgjFW__visualPillarCard,.Home-module__jKgjFW__pricingCard,.Home-module__jKgjFW__pricingCardHighlighted,.Home-module__jKgjFW__contactInfoCard,.Home-module__jKgjFW__contactFormCard,.Home-module__jKgjFW__whyChooseUsCard{border:1px solid var(--glass-border);background:var(--glass-bg);box-shadow:var(--shadow-card);border-radius:12px}.Home-module__jKgjFW__pillarCard{padding:26px}.Home-module__jKgjFW__pillarIcon{background:var(--soft-accent);width:44px;height:44px;box-shadow:none;border:0;margin-bottom:20px}.Home-module__jKgjFW__pillarTitle{letter-spacing:.02em;font-size:13px;line-height:1.5}.Home-module__jKgjFW__pillarText{margin-bottom:0;font-size:14px;line-height:1.8}.Home-module__jKgjFW__pillarCard:hover,.Home-module__jKgjFW__visualPillarCard:hover,.Home-module__jKgjFW__pricingCard:hover,.Home-module__jKgjFW__pricingCardHighlighted:hover{box-shadow:var(--shadow-card);transform:translateY(-2px)}.Home-module__jKgjFW__visualPillarBadge{color:#fff;background:#152438;border:0;border-radius:6px}.Home-module__jKgjFW__visualPillarBody{padding:24px}.Home-module__jKgjFW__audienceMarqueeWrapper{box-shadow:none;background:0 0;border:0;border-radius:10px;padding:0;overflow:visible}.Home-module__jKgjFW__audienceMarqueeTrack{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;width:100%;animation:none;display:grid;transform:none}.Home-module__jKgjFW__audienceMarqueeCard{background:var(--glass-bg);border:1px solid var(--glass-border);width:auto;min-width:0;box-shadow:none;border-radius:8px;padding:18px}.Home-module__jKgjFW__audienceMarqueeCard:nth-child(n+8),.Home-module__jKgjFW__marqueeFadeMaskLeft,.Home-module__jKgjFW__marqueeFadeMaskRight{display:none}.Home-module__jKgjFW__pricingGrid{gap:24px;margin-top:32px}.Home-module__jKgjFW__pricingCard{padding:32px}.Home-module__jKgjFW__pricingCard h3{letter-spacing:0;text-transform:none;font-size:22px}.Home-module__jKgjFW__pricingCardHighlighted{border-color:var(--glass-border)}.Home-module__jKgjFW__pricingFeatures{gap:14px;margin-bottom:26px}.Home-module__jKgjFW__featureItem{line-height:1.7}.Home-module__jKgjFW__b2bSubGrid{gap:12px}.Home-module__jKgjFW__b2bPackCard{box-shadow:none;border-color:var(--glass-border);background:var(--bg-primary)}.Home-module__jKgjFW__b2bPackCardActive{background:var(--soft-accent)}.Home-module__jKgjFW__faqList{gap:12px;margin-top:32px}.Home-module__jKgjFW__faqTrigger{font-family:var(--font-inter);padding:22px 24px;font-size:15px}.Home-module__jKgjFW__faqPanelOpen{max-height:none}.Home-module__jKgjFW__faqAnswer{font-size:14px;line-height:1.8}.Home-module__jKgjFW__contactGrid{gap:24px;margin-top:32px}.Home-module__jKgjFW__contactFormCard{padding:32px}.Home-module__jKgjFW__contactInfoBody{padding:28px}.Home-module__jKgjFW__contactDetailContent a{overflow-wrap:anywhere}.Home-module__jKgjFW__formInput{background:var(--input-bg);border-color:var(--input-border);color:var(--text-primary);font-size:16px}.Home-module__jKgjFW__formInput::placeholder{color:var(--text-muted)}.Home-module__jKgjFW__modalOverlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#060e1ba6}.Home-module__jKgjFW__modalContent{background:#fff;border-radius:12px;max-height:calc(100dvh - 40px);box-shadow:0 20px 70px #0004}.Home-module__jKgjFW__closeButton{color:#152438;z-index:5;background:#fff;border:1px solid #ccd6e3;width:44px;min-width:44px;height:44px}@media (max-width:1150px){.Home-module__jKgjFW__heroGrid{gap:28px}.Home-module__jKgjFW__heroTitle{font-size:39px}.Home-module__jKgjFW__heroVisualCol{min-height:540px}.Home-module__jKgjFW__audienceMarqueeTrack{grid-template-columns:repeat(3,minmax(0,1fr))}.Home-module__jKgjFW__processLayoutGrid{gap:28px}}@media (max-width:850px){.Home-module__jKgjFW__heroGrid{grid-template-columns:1fr}.Home-module__jKgjFW__heroSection{padding:112px 0 48px}.Home-module__jKgjFW__heroTextCol{text-align:left;align-items:stretch;max-width:680px;margin:0 auto}.Home-module__jKgjFW__heroTitle{font-size:42px}.Home-module__jKgjFW__heroParagraph{text-align:left}.Home-module__jKgjFW__heroVisualCol{max-width:680px;height:360px;min-height:360px}.Home-module__jKgjFW__heroBgImage{object-position:60% 40%}.Home-module__jKgjFW__heroActions{justify-content:flex-start}.Home-module__jKgjFW__keyBenefitsList{grid-template-columns:1fr 1fr;gap:16px;display:grid}.Home-module__jKgjFW__processLayoutGrid{grid-template-columns:1fr}.Home-module__jKgjFW__processRightCol{max-width:580px;margin:auto}.Home-module__jKgjFW__processLeftCol{align-items:stretch}.Home-module__jKgjFW__processStepsRow{margin-bottom:28px}.Home-module__jKgjFW__processCtaRowLeft{justify-content:flex-start}.Home-module__jKgjFW__pillarsGrid,.Home-module__jKgjFW__analysisGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.Home-module__jKgjFW__pricingGrid,.Home-module__jKgjFW__contactGrid{grid-template-columns:1fr}.Home-module__jKgjFW__sectionHeader{margin-bottom:30px}.Home-module__jKgjFW__audienceMarqueeTrack{grid-template-columns:repeat(2,minmax(0,1fr))}.Home-module__jKgjFW__contactReceptionistWrapper{height:230px}}@media (max-width:540px){.Home-module__jKgjFW__container{padding:0 20px}.Home-module__jKgjFW__heroTitle{font-size:clamp(29px,8vw,36px);line-height:1.2}.Home-module__jKgjFW__heroParagraph{font-size:15px}.Home-module__jKgjFW__heroActions{grid-template-columns:1fr;gap:10px;width:100%;display:grid}.Home-module__jKgjFW__heroActions>a,.Home-module__jKgjFW__heroActions>button{width:100%}.Home-module__jKgjFW__heroPriceNote{font-size:12px}.Home-module__jKgjFW__keyBenefitsList{grid-template-columns:1fr;gap:12px}.Home-module__jKgjFW__benefitHeading{font-size:13px}.Home-module__jKgjFW__benefitSubheading{font-size:12px}.Home-module__jKgjFW__heroVisualCol{height:300px;min-height:300px;margin-top:0}.Home-module__jKgjFW__processSection,.Home-module__jKgjFW__trustPillarsSection,.Home-module__jKgjFW__detailsSection,.Home-module__jKgjFW__whyChooseUsSection,.Home-module__jKgjFW__pricingSection,.Home-module__jKgjFW__faqSection,.Home-module__jKgjFW__contactSection,.Home-module__jKgjFW__disclaimerPanelSection{padding:48px 0}.Home-module__jKgjFW__processStepsRow{gap:20px}.Home-module__jKgjFW__visualPillarsShowcase,.Home-module__jKgjFW__whyChooseUsGrid{grid-template-columns:1fr}.Home-module__jKgjFW__pillarsGrid,.Home-module__jKgjFW__analysisGrid{grid-template-columns:1fr;gap:14px}.Home-module__jKgjFW__pillarCard{padding:22px}.Home-module__jKgjFW__audienceMarqueeCard{gap:10px;padding:14px}.Home-module__jKgjFW__audienceMarqueeTrack{grid-template-columns:1fr}.Home-module__jKgjFW__pricingCard,.Home-module__jKgjFW__contactFormCard,.Home-module__jKgjFW__contactInfoBody{padding:24px}.Home-module__jKgjFW__faqTrigger{padding:20px;font-size:14px}.Home-module__jKgjFW__modalOverlay{padding:10px}.Home-module__jKgjFW__modalContent{max-height:calc(100dvh - 20px)}.Home-module__jKgjFW__reportSheet{padding:20px}.Home-module__jKgjFW__mockupReportCard3D{height:330px;max-height:330px}.Home-module__jKgjFW__formGrid2Col{grid-template-columns:1fr}.Home-module__jKgjFW__contactDetailContent a{font-size:13px}}.Home-module__jKgjFW__heroVisualCol{z-index:1;pointer-events:auto;align-self:stretch;position:relative;inset:auto}.Home-module__jKgjFW__heroVisualCol:before{display:none}.Home-module__jKgjFW__heroGrid{text-align:left;grid-template-columns:1.1fr 1fr!important;gap:48px!important}.Home-module__jKgjFW__heroTextCol{align-items:stretch;padding-right:0!important}.Home-module__jKgjFW__heroTitle{margin-bottom:22px!important;font-size:clamp(32px,3.6vw,49px)!important}.Home-module__jKgjFW__heroParagraph{margin-bottom:24px!important;font-size:16px!important;line-height:1.8!important}.Home-module__jKgjFW__keyBenefitsList{gap:12px!important;margin-bottom:0!important}.Home-module__jKgjFW__mockupReportCard3D{width:100%;max-width:540px;margin:0 auto;position:relative;inset:auto}@media (max-width:850px){.Home-module__jKgjFW__heroGrid{grid-template-columns:1fr!important;gap:32px!important}.Home-module__jKgjFW__heroTitle{font-size:42px!important}.Home-module__jKgjFW__processLeftCol,.Home-module__jKgjFW__processSubtitleDark{text-align:left}.Home-module__jKgjFW__processStepsRow{flex-direction:row}.Home-module__jKgjFW__processStepsRow>div{min-width:0}}@media (max-width:540px){.Home-module__jKgjFW__heroTitle{font-size:clamp(29px,8vw,36px)!important}.Home-module__jKgjFW__heroParagraph{font-size:15px!important}.Home-module__jKgjFW__processStepsRow{flex-direction:column}}.Home-module__jKgjFW__processLayoutGrid{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr)}.Home-module__jKgjFW__processLeftCol,.Home-module__jKgjFW__processRightCol,.Home-module__jKgjFW__stepHorizontalCard,.Home-module__jKgjFW__stepTextWrapper{min-width:0}.Home-module__jKgjFW__stepLabelBlue,.Home-module__jKgjFW__stepIconWrapper{color:var(--accent-cyan)}.Home-module__jKgjFW__stepNumberBadge{background:var(--button-primary)}.Home-module__jKgjFW__stepArrow{display:none}.Home-module__jKgjFW__stepHorizontalCard{min-width:0}.Home-module__jKgjFW__stepDescDark{overflow-wrap:break-word}@media (max-width:850px){.Home-module__jKgjFW__processLayoutGrid{grid-template-columns:minmax(0,1fr)}.Home-module__jKgjFW__stepHorizontalCard{flex-direction:column}.Home-module__jKgjFW__processStepsRow{max-width:none}.Home-module__jKgjFW__stepTextWrapper{width:100%}}@media (max-width:540px){.Home-module__jKgjFW__stepHorizontalCard{flex-direction:row;gap:16px}.Home-module__jKgjFW__stepIconWrapper{border-radius:10px;width:44px;height:44px}.Home-module__jKgjFW__stepIconWrapper svg{width:24px;height:24px}.Home-module__jKgjFW__stepNumberBadge{width:26px;height:26px;box-shadow:none;font-size:12px}.Home-module__jKgjFW__stepLabelBlue{font-size:17px}.Home-module__jKgjFW__stepDescDark{font-size:14px}.Home-module__jKgjFW__processCtaRowLeft>a{width:100%}}.Home-module__jKgjFW__pricingSection{--status-green:#17683b}.Home-module__jKgjFW__b2bPackSaving{color:var(--status-green)}[data-theme=dark] .Home-module__jKgjFW__pricingSection{--status-green:#8ee0b0}
