@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@import "https://db.onlinewebfonts.com/c/04e6981992c0e2e7642af2074ebe3901?family=Helvetica+Now+Display+Bold";:root{--font-heading:"Helvetica Now Display Bold", sans-serif;--font-body:"Inter", sans-serif;--color-text:#192837;--color-accent:#7342e2;--color-login-bg:#f2f2ee}body{color:var(--color-text);font-family:var(--font-body);padding:0}body:has(.password-hero){overflow-x:hidden}html[data-menu-open]{overflow:hidden}main:has(.password-hero){width:100%;min-height:100dvh}.password-hero{min-height:100dvh;color:var(--color-text);isolation:isolate;position:relative;overflow:hidden}.hero-video{z-index:-2;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.password-hero:after{z-index:-1;content:"";background:linear-gradient(#f2f2ee57,#f2f2ee33);position:absolute;inset:0}.hero-content{z-index:10;place-items:start center;width:min(1280px,100% - 2.5rem);min-height:calc(100dvh - 80px);margin:0 auto;padding:clamp(40px,8vw,72px) 0 48px;display:grid;position:relative}.hero-copy{text-align:center;justify-items:center;max-width:660px;display:grid}.hero-copy h1{max-width:none;color:var(--color-text);font-family:var(--font-heading);letter-spacing:0;margin:0;font-size:clamp(1.65rem,5vw,3rem);line-height:1.05}.headline-line{white-space:nowrap;display:block}.inline-icon{vertical-align:middle;width:24px;height:24px;margin:0 4px;display:inline;position:relative;top:-2px}.fingerprint{margin:0 0 0 6px}.hero-subtext{opacity:.8;max-width:560px;margin:1.35rem 0 2rem;font-size:clamp(.9rem,2.5vw,1.1rem);line-height:1.65}.hero-primary{color:#fff;background:var(--color-accent);border-radius:50px;justify-content:space-between;align-items:center;gap:32px;min-width:210px;padding:17px 24px;font-size:clamp(.9rem,2vw,1rem);font-weight:800;text-decoration:none;transition:filter .18s,transform .18s;display:inline-flex;box-shadow:0 4px 24px #7342e247}.hero-primary svg{width:20px;height:20px}.hero-primary:hover{filter:brightness(1.1);transform:scale(1.04)}.hero-primary:active{transform:scale(.96)}.fade-up{opacity:0;animation:.6s cubic-bezier(.22,1,.36,1) forwards fade-up;animation-delay:var(--delay);transform:translateY(28px)}@keyframes fade-up{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important}}@media (width<=48rem){.hero-content{align-items:start;width:min(100% - 2rem,1280px);min-height:calc(100dvh - 76px);padding-top:clamp(40px,13vh,88px)}.headline-line{white-space:normal}}.hero-nav{z-index:10;justify-content:space-between;align-items:center;width:min(1280px,100%);margin:0 auto;padding:1.25rem 2rem;display:flex;position:relative}.hero-logo,.hero-logo svg{width:32px;height:32px;fill:var(--color-text);display:block}.hero-links,.hero-actions{align-items:center;display:flex}.hero-links{gap:2rem}.hero-links a{font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .16s}.hero-links a:hover{opacity:.7}.hero-actions{gap:.75rem}.nav-cta,.nav-login{border-radius:999px;justify-content:center;align-items:center;padding:.625rem 1.25rem;font-size:.875rem;font-weight:700;line-height:1;text-decoration:none;transition:box-shadow .18s,filter .18s,transform .18s;display:inline-flex}.nav-cta{color:#fff;background:var(--color-accent)}.nav-login{color:var(--color-text);background:var(--color-login-bg)}.nav-cta:hover,.nav-login:hover{box-shadow:0 10px 24px #19283729}.nav-cta:active,.nav-login:active,.mobile-menu-toggle:active,.sheet-close:active{transform:scale(.95)}.mobile-menu-toggle{width:44px;height:44px;color:var(--color-text);cursor:pointer;background:0 0;border:0;place-items:center;display:none}.mobile-menu-toggle svg,.sheet-close svg,.hero-primary svg,.inline-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.mobile-menu-toggle svg{width:24px;height:24px}.icon-close{display:none}@media (width<=48rem){.hero-nav{padding:1rem 1.25rem}.hero-links,.hero-actions{display:none}.mobile-menu-toggle{display:grid}.mobile-menu-toggle[aria-expanded=true] .icon-menu{display:none}.mobile-menu-toggle[aria-expanded=true] .icon-close{display:block}}.mobile-menu{pointer-events:none;visibility:hidden}.mobile-backdrop,.mobile-sheet{z-index:30;position:fixed;top:0;bottom:0}.mobile-backdrop{backdrop-filter:blur();background:#19283700;border:0;transition:background .3s,backdrop-filter .3s;left:0;right:0}.mobile-sheet{background:#cfc8c5;width:min(88vw,360px);height:100dvh;transition:transform .35s cubic-bezier(.55,0,1,.45);right:0;transform:translate(100%);box-shadow:-12px 0 48px #1928372e}.mobile-menu[data-open]{pointer-events:auto;visibility:visible}.mobile-menu[data-open] .mobile-backdrop{backdrop-filter:blur(4px);background:#19283759}.mobile-menu[data-open] .mobile-sheet{transition-duration:.45s;transition-timing-function:cubic-bezier(.22,1,.36,1);transform:translate(0)}.sheet-header{justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.sheet-close{width:40px;height:40px;color:var(--color-text);cursor:pointer;background:#1928371a;border:0;border-radius:50%;place-items:center;display:grid}.sheet-close svg{width:20px;height:20px}.sheet-rule{background:#1928371f;height:1px;margin:0 1.5rem}.sheet-links,.sheet-actions{gap:.75rem;padding:1.5rem;display:grid}.sheet-links a{opacity:0;border-radius:.75rem;padding:.9rem .85rem;font-size:1.1rem;font-weight:700;text-decoration:none;transform:translate(24px)}.sheet-links a:hover{background:#0000001a}.mobile-menu[data-open] .sheet-links a{animation:.4s cubic-bezier(.22,1,.36,1) forwards sheet-link;animation-delay:calc(.18s + var(--item-index) * 70ms)}.sheet-actions .nav-cta,.sheet-actions .nav-login{width:100%;padding-block:.95rem;font-size:.95rem}@keyframes sheet-link{to{opacity:1;transform:translate(0)}}.testimonial-section{width:min(1280px,100% - 2.5rem);color:var(--color-text);gap:clamp(1.5rem,4vw,2.5rem);margin:0 auto;padding:clamp(4rem,8vw,6.5rem) 0;display:grid}.testimonial-heading{gap:.6rem;max-width:38rem;display:grid}.testimonial-heading p{color:var(--color-accent);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:800}.testimonial-heading h2{font-family:var(--font-heading);letter-spacing:0;margin:0;font-size:clamp(2rem,5vw,3.6rem);line-height:1}.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.testimonial-card{background:#f2f2eec7;border:1px solid #1928371f;border-radius:8px;align-content:space-between;gap:1.5rem;min-height:17rem;padding:clamp(1.25rem,3vw,2rem);display:grid;box-shadow:0 20px 48px #19283714}.testimonial-card blockquote{margin:0;font-size:clamp(1.05rem,2vw,1.35rem);font-weight:650;line-height:1.45}.testimonial-card blockquote p{margin:0}.testimonial-name{color:#192837b8;margin:0;font-weight:800}.testimonial-card .star-rating{color:#19283738;gap:.24rem;display:inline-flex}.testimonial-card .star-rating svg{fill:currentColor;width:1.1rem;height:1.1rem}.testimonial-card .star-rating svg.filled{color:var(--color-accent)}@media (width<=48rem){.testimonial-section{width:min(100% - 2rem,1280px)}.testimonial-grid{grid-template-columns:1fr}.testimonial-card{min-height:14rem}}
