.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{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;background:#0d1118d9;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{color:var(--text-primary);background-color:#0d1118}.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__fingerprintIcon{animation:2s ease-in-out infinite LoginModal-module__ii0EnW__pulseGlow}.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}}
.Header-module__hBw1pG__header{-webkit-backdrop-filter:blur(24px)saturate(180%);z-index:1000;background:#080a10f2;border-bottom:1px solid #ffffff14;width:100%;height:120px;transition:all .3s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;box-shadow:0 4px 30px #0009}.Header-module__hBw1pG__headerContainer{justify-content:space-between;align-items:center;width:100%;max-width:1400px;height:100%;margin:0 auto;padding:0 2rem;display:flex}.Header-module__hBw1pG__brandWrapper{z-index:1010;align-items:center;gap:.75rem;display:flex}.Header-module__hBw1pG__logoImage{object-fit:contain;width:auto;height:96px;transition:transform .3s cubic-bezier(.16,1,.3,1)}.Header-module__hBw1pG__logoDark{display:block}.Header-module__hBw1pG__logoLight{display:none}[data-theme=light] .Header-module__hBw1pG__logoDark{display:none!important}[data-theme=light] .Header-module__hBw1pG__logoLight{display:block!important}.Header-module__hBw1pG__brandWrapper:hover .Header-module__hBw1pG__logoImage{transform:scale(1.03)}.Header-module__hBw1pG__brandText{font-family:var(--font-orbitron);letter-spacing:.04em;color:var(--text-primary);-webkit-user-select:none;user-select:none;font-size:1.12rem;font-weight:800}.Header-module__hBw1pG__brandAccent{color:var(--accent-cyan);text-shadow:0 0 12px #0076ff59}.Header-module__hBw1pG__desktopNav{align-items:center;gap:2.2rem;display:flex}.Header-module__hBw1pG__navLink{letter-spacing:.05em;color:#c9d8e0;text-transform:uppercase;padding:.5rem 0;font-size:.85rem;font-weight:500;text-decoration:none;position:relative}.Header-module__hBw1pG__navLink:after{content:"";background:var(--accent-cyan);width:0;height:2px;box-shadow:0 0 8px var(--accent-cyan);transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Header-module__hBw1pG__navLink:hover{color:#fff;text-decoration:none}.Header-module__hBw1pG__navLink:hover:after{width:100%}.Header-module__hBw1pG__ctaButton{height:48px;color:var(--accent-cyan);font-family:var(--font-orbitron);text-transform:uppercase;letter-spacing:.15em;text-shadow:0 1px 2px #00000059;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 1.75rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 20px #00f0ff1a}.Header-module__hBw1pG__ctaButton:hover{background:var(--accent-cyan);color:#030406;border-color:#0000;transform:translateY(-2px);box-shadow:0 0 30px #00f0ff73}.Header-module__hBw1pG__ctaButton:active{transform:translateY(-.5px)}.Header-module__hBw1pG__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)}.Header-module__hBw1pG__ctaButton:hover .Header-module__hBw1pG__btnSweep{transition:all .75s ease-in-out;left:150%}.Header-module__hBw1pG__mobileToggle{cursor:pointer;z-index:1010;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;display:none}.Header-module__hBw1pG__hamburgerLine{background-color:var(--text-primary);border-radius:4px;width:100%;height:2px;transition:all .3s cubic-bezier(.16,1,.3,1)}.Header-module__hBw1pG__mobileToggle.Header-module__hBw1pG__active .Header-module__hBw1pG__hamburgerLine:first-child{transform:translateY(8px)rotate(45deg)}.Header-module__hBw1pG__mobileToggle.Header-module__hBw1pG__active .Header-module__hBw1pG__hamburgerLine:nth-child(2){opacity:0;transform:translate(-20px)}.Header-module__hBw1pG__mobileToggle.Header-module__hBw1pG__active .Header-module__hBw1pG__hamburgerLine:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.Header-module__hBw1pG__mobileDrawer{background:var(--bg-canvas);-webkit-backdrop-filter:blur(25px);z-index:1005;justify-content:center;align-items:center;width:100%;height:100vh;transition:right .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:-100%}.Header-module__hBw1pG__mobileDrawer.Header-module__hBw1pG__open{right:0}.Header-module__hBw1pG__mobileNav{flex-direction:column;align-items:center;gap:2.5rem;width:100%;padding:2rem;display:flex}.Header-module__hBw1pG__mobileNavLink{font-family:var(--font-orbitron);letter-spacing:.1em;color:var(--text-muted);text-transform:uppercase;font-size:1.5rem;font-weight:700}.Header-module__hBw1pG__mobileNavLink:hover{color:var(--accent-cyan);text-shadow:0 0 15px #00f0ff80}.Header-module__hBw1pG__mobileCtaButton{background:var(--accent-cyan);color:#030406;width:100%;max-width:300px;height:52px;font-family:var(--font-orbitron);letter-spacing:.15em;text-transform:uppercase;border-radius:12px;justify-content:center;align-items:center;font-size:.9rem;font-weight:900;display:flex;box-shadow:0 0 30px #00f0ff4d}@media (max-width:768px){.Header-module__hBw1pG__header{height:90px}.Header-module__hBw1pG__logoImage{height:68px}.Header-module__hBw1pG__desktopNav{display:none}.Header-module__hBw1pG__mobileToggle{display:flex}.Header-module__hBw1pG__headerContainer{padding:0 1.5rem}}.Header-module__hBw1pG__signOutButton{letter-spacing:.05em;color:var(--text-muted);text-transform:uppercase;cursor:pointer;background:0 0;border:none;padding:.5rem 0;font-family:inherit;font-size:.85rem;font-weight:500;transition:color .2s}.Header-module__hBw1pG__signOutButton:hover{color:#ef4444}.Header-module__hBw1pG__mobileSignOutButton{font-family:var(--font-orbitron);letter-spacing:.1em;color:#ef4444;text-transform:uppercase;cursor:pointer;background:0 0;border:none;font-size:1.5rem;font-weight:700}.Header-module__hBw1pG__themeToggle{border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;margin-left:12px;padding:8px 12px;font-size:16px;transition:all .3s;display:flex}@media (hover:hover){.Header-module__hBw1pG__themeToggle:hover{background:var(--glass-border)}}.Header-module__hBw1pG__mobileThemeToggle{background:var(--glass-highlight-hover);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;text-align:center;border-radius:8px;width:100%;margin-top:auto;margin-bottom:24px;padding:14px;font-size:16px;font-weight:500;transition:all .3s}@media (hover:hover){.Header-module__hBw1pG__mobileThemeToggle:hover{background:var(--glass-border)}}[data-theme=light] .Header-module__hBw1pG__header{background:#fffffff0;border-bottom:1px solid #0f172a1a;box-shadow:0 4px 20px #0000000d}[data-theme=light] .Header-module__hBw1pG__navLink{color:#334155}[data-theme=light] .Header-module__hBw1pG__navLink:hover,[data-theme=light] .Header-module__hBw1pG__brandText{color:#0f172a}
.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}}
.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__heroVisualCol:before{display:none}.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__heroParagraph{margin-bottom:1rem!important;font-size:.98rem!important;line-height:1.55!important}.Home-module__jKgjFW__keyBenefitsList{gap:.45rem!important;margin-bottom:1.25rem!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}
.AdminLogin-module__9S8iOW__adminWrapper{background-color:var(--bg-canvas);background-image:radial-gradient(circle at 100% 0,#0076ff14,#0000 400px);flex-direction:column;min-height:100vh;display:flex}.AdminLogin-module__9S8iOW__container{flex:1;justify-content:center;align-items:center;padding:160px 20px 80px;display:flex}.AdminLogin-module__9S8iOW__card{background-color:var(--input-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);width:100%;max-width:440px;box-shadow:0 10px 40px var(--glass-highlight);border-radius:16px;padding:40px}.AdminLogin-module__9S8iOW__header{text-align:center;margin-bottom:30px}.AdminLogin-module__9S8iOW__logoBadge{color:var(--accent-cyan);text-transform:uppercase;letter-spacing:.05em;background-color:#00f0ff1a;border:1px solid #00f0ff33;border-radius:20px;margin-bottom:12px;padding:4px 10px;font-family:Plus Jakarta Sans,sans-serif;font-size:11px;font-weight:700;display:inline-block}.AdminLogin-module__9S8iOW__title{color:var(--text-primary);letter-spacing:-.02em;margin:0 0 8px;font-family:Plus Jakarta Sans,sans-serif;font-size:24px;font-weight:700}.AdminLogin-module__9S8iOW__subtitle{color:var(--text-muted);margin:0;font-size:13px;line-height:1.6}.AdminLogin-module__9S8iOW__form{flex-direction:column;gap:20px;display:flex}.AdminLogin-module__9S8iOW__formGroup{flex-direction:column;gap:6px;display:flex}.AdminLogin-module__9S8iOW__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em;font-size:12px;font-weight:600}.AdminLogin-module__9S8iOW__input{background-color:var(--input-bg);border:1px solid var(--glass-border);color:var(--text-primary);border-radius:8px;outline:none;padding:12px 16px;font-size:14px;transition:all .2s}.AdminLogin-module__9S8iOW__input:focus{background-color:var(--glass-bg);border-color:#0076ff;box-shadow:0 0 10px #0076ff33}.AdminLogin-module__9S8iOW__btnPrimary{color:#fff;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background-color:#0076ff;border:none;border-radius:8px;margin-top:10px;padding:14px;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:700;transition:all .2s}.AdminLogin-module__9S8iOW__btnPrimary:hover:not(:disabled){background-color:#0066d6;box-shadow:0 0 15px #0076ff4d}.AdminLogin-module__9S8iOW__btnPrimary:disabled{opacity:.5;cursor:not-allowed}.AdminLogin-module__9S8iOW__alertError{color:#f87171;background-color:#ef44441a;border:1px solid #ef444433;border-radius:8px;margin-bottom:20px;padding:12px 16px;font-size:13px;line-height:1.5}.AdminLogin-module__9S8iOW__alertSuccess{color:#34d399;background-color:#10b9811a;border:1px solid #10b98133;border-radius:8px;margin-bottom:20px;padding:12px 16px;font-size:13px;line-height:1.5}
.Checkout-module__L-piDa__checkoutWrapper{background-color:var(--bg-canvas);background-image:radial-gradient(circle at 50% 0,#00f0ff0d 0%,#0000 50%),radial-gradient(circle at 0 100%,#0072ff05 0%,#0000 45%);flex-direction:column;min-height:100vh;display:flex}.Checkout-module__L-piDa__container{flex-direction:column;flex:1;justify-content:center;width:100%;max-width:680px;margin:0 auto;padding:160px 20px 60px;display:flex}.Checkout-module__L-piDa__checkoutCard{background:var(--input-bg);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border);box-shadow:0 20px 50px #0006, inset 0 1px 0 var(--glass-highlight-hover);border-radius:20px;padding:40px}@media (max-width:600px){.Checkout-module__L-piDa__container{padding:90px 15px 40px}.Checkout-module__L-piDa__checkoutCard{border-radius:16px;padding:24px 16px}}.Checkout-module__L-piDa__checkoutTitle{color:var(--text-primary);border-left:3px solid var(--accent-cyan);margin-bottom:12px;padding-left:12px;font-size:20px;line-height:1.2}.Checkout-module__L-piDa__checkoutSubtitle{color:var(--text-muted);margin-bottom:28px;font-size:14px;line-height:1.5}.Checkout-module__L-piDa__formSection{margin-bottom:32px}.Checkout-module__L-piDa__formGrid{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:16px;display:grid}@media (max-width:500px){.Checkout-module__L-piDa__formGrid{grid-template-columns:1fr}}.Checkout-module__L-piDa__formGroup{flex-direction:column;gap:8px;display:flex}.Checkout-module__L-piDa__formGroupFull{flex-direction:column;grid-column:1/-1;gap:8px;margin-top:8px;display:flex}.Checkout-module__L-piDa__label{letter-spacing:.04em;color:#94a3b8;text-transform:uppercase;margin-bottom:8px;font-family:inherit;font-size:12px;font-weight:600;display:block}.Checkout-module__L-piDa__input{background:var(--glass-highlight);border:1px solid var(--glass-border);color:var(--text-primary);border-radius:8px;padding:14px 16px;font-size:14px;transition:all .2s}.Checkout-module__L-piDa__input:focus{border-color:var(--accent-cyan);background:#00f0ff05;box-shadow:0 0 10px #00f0ff26}.Checkout-module__L-piDa__checklistContainer{flex-direction:column;gap:12px;margin-bottom:32px;display:flex}.Checkout-module__L-piDa__checkItem{background:var(--glass-highlight);border:1px solid var(--glass-highlight);cursor:pointer;border-radius:10px;align-items:flex-start;gap:16px;padding:14px 16px;transition:all .2s;display:flex}.Checkout-module__L-piDa__checkItem:hover{background:var(--glass-highlight);border-color:var(--glass-border)}.Checkout-module__L-piDa__checkbox{appearance:none;border:1px solid var(--text-muted);cursor:pointer;border-radius:4px;outline:none;flex-shrink:0;width:18px;height:18px;margin-top:2px;transition:all .2s;position:relative}.Checkout-module__L-piDa__checkbox:checked{background:var(--accent-cyan);border-color:var(--accent-cyan);box-shadow:0 0 8px #00f0ff4d}.Checkout-module__L-piDa__checkbox:checked:after{content:"✓";color:#030406;font-size:11px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Checkout-module__L-piDa__checkText{color:var(--text-muted);font-size:12.5px;line-height:1.4}.Checkout-module__L-piDa__checkBold{color:var(--text-primary);font-weight:600}.Checkout-module__L-piDa__summaryBox{background:var(--glass-bg);border:1px solid var(--glass-highlight-hover);border-radius:12px;margin-bottom:32px;padding:24px}.Checkout-module__L-piDa__summaryRow{color:var(--text-muted);justify-content:space-between;align-items:center;margin-bottom:12px;font-size:13.5px;display:flex}.Checkout-module__L-piDa__summaryRowTotal{border-top:1px solid var(--glass-border);font-family:var(--font-orbitron);color:var(--text-primary);justify-content:space-between;align-items:center;margin-top:8px;padding-top:16px;font-size:16px;font-weight:700;display:flex}.Checkout-module__L-piDa__totalGlow{color:var(--accent-cyan);text-shadow:0 0 10px #00f0ff66}.Checkout-module__L-piDa__actionRow{border-top:1px solid var(--glass-border);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;display:flex}.Checkout-module__L-piDa__btnBack{background:var(--glass-highlight);border:1px solid var(--glass-border);color:var(--text-muted);font-family:var(--font-orbitron);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;border-radius:12px;padding:14px 28px;font-size:11px;font-weight:700;transition:all .3s}.Checkout-module__L-piDa__btnBack:hover{background:var(--glass-border);border-color:var(--text-muted);color:var(--text-primary)}.Checkout-module__L-piDa__btnPay{background:linear-gradient(135deg, var(--accent-cyan) 0%, #0072ff 100%);color:#030406;font-family:var(--font-orbitron);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:10px;padding:16px 36px;font-size:12px;font-weight:900;transition:all .3s;display:flex;box-shadow:0 4px 15px #00f0ff33}.Checkout-module__L-piDa__btnPay:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 0 24px #00f0ff66}.Checkout-module__L-piDa__btnPay:disabled{opacity:.3;cursor:not-allowed;box-shadow:none}.Checkout-module__L-piDa__successCircle{border:2px solid var(--status-green);background:#10b98114;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;font-size:38px;display:flex;box-shadow:0 0 20px #10b98133}.Checkout-module__L-piDa__receiptCard{border:1px solid var(--glass-border);color:#a0b0c0;background:#0006;border-radius:12px;margin:28px 0;padding:24px;font-family:monospace;font-size:13px;line-height:1.6}.Checkout-module__L-piDa__receiptTitle{font-family:var(--font-orbitron);color:var(--text-primary);border-bottom:1px dashed var(--glass-border);letter-spacing:.1em;margin-bottom:16px;padding-bottom:8px;font-size:11px}.Checkout-module__L-piDa__receiptRow{justify-content:space-between;margin-bottom:8px;display:flex}.Checkout-module__L-piDa__receiptValue{color:var(--text-primary);font-weight:700}.Checkout-module__L-piDa__receiptRefGlow{color:var(--accent-cyan);text-shadow:0 0 8px #00f0ff4d}.Checkout-module__L-piDa__disclaimerPanel{color:var(--text-muted);background:#f59e0b0d;border:1px solid #f59e0b26;border-radius:10px;margin-top:24px;padding:16px;font-size:12px;line-height:1.5}
.legal-module__8113wq__legalPage{background-color:var(--bg-canvas);width:100%;min-height:100vh;color:var(--text-primary);flex-direction:column;padding:160px 0 100px;display:flex}.legal-module__8113wq__legalContainer{width:100%;max-width:1100px;margin:0 auto 3rem;padding:0 2rem}.legal-module__8113wq__legalHeader{border-bottom:1px solid var(--glass-border);margin-bottom:3rem;padding-bottom:2rem}.legal-module__8113wq__badge{border:1px solid var(--accent-cyan);font-family:var(--font-orbitron,sans-serif);color:var(--accent-cyan);letter-spacing:.1em;text-transform:uppercase;background:#0076ff14;border-radius:30px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.legal-module__8113wq__title{font-family:var(--font-orbitron,sans-serif);color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2}.legal-module__8113wq__lastUpdated{color:var(--text-muted);font-size:.88rem;font-weight:500}.legal-module__8113wq__legalCard{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:0 8px 32px var(--glass-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:16px;flex-direction:column;gap:2.5rem;padding:3rem 3.5rem;display:flex}.legal-module__8113wq__noticeBox{border:1px solid var(--accent-cyan);background:#0076ff14;border-radius:12px;flex-direction:column;gap:.75rem;padding:1.5rem 2rem;display:flex}.legal-module__8113wq__noticeTitle{font-family:var(--font-orbitron,sans-serif);color:var(--accent-cyan);letter-spacing:.08em;align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;display:flex}.legal-module__8113wq__noticeText{color:var(--card-text);margin:0;font-size:.9rem;line-height:1.65}.legal-module__8113wq__section{flex-direction:column;gap:1rem;display:flex}.legal-module__8113wq__sectionTitle{font-family:var(--font-orbitron,sans-serif);color:var(--card-text);border-bottom:2px solid var(--accent-cyan);margin-bottom:.5rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:700;display:inline-block}.legal-module__8113wq__paragraph{color:var(--card-sub);margin:0;font-size:.95rem;line-height:1.75}.legal-module__8113wq__paragraph strong{color:var(--card-text);font-weight:600}.legal-module__8113wq__list{flex-direction:column;gap:.75rem;margin:0;padding-left:1.5rem;display:flex}.legal-module__8113wq__listItem{color:var(--card-sub);font-size:.95rem;line-height:1.65}.legal-module__8113wq__listItem strong{color:var(--card-text)}.legal-module__8113wq__contactBox{background:var(--glass-highlight);border:1px solid var(--glass-border);border-radius:12px;margin-top:1rem;padding:1.5rem 2rem}.legal-module__8113wq__backLink{color:var(--accent-cyan);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.legal-module__8113wq__backLink:hover{color:var(--accent-blue);transform:translate(-4px)}@media (max-width:768px){.legal-module__8113wq__legalPage{padding:130px 0 60px}.legal-module__8113wq__legalCard{padding:2rem 1.5rem}}
