.hero{position:relative;z-index:1;min-height:100vh;background:radial-gradient(circle at 15% 20%,rgba(168,85,247,.1),transparent 30%),radial-gradient(circle at 85% 10%,rgba(139,92,246,.1),transparent 30%),radial-gradient(circle at 50% 100%,rgba(192,132,252,.08),transparent 40%),linear-gradient(180deg,#fcfbff,#f8f4ff 45%,#f6f1ff);overflow:hidden;padding:10px 22px 0;display:flex;flex-direction:column;margin-bottom:-2px;border-radius:32px 36px 32px 32px}.hero-bg-img{object-fit:cover;object-position:center;z-index:-1;pointer-events:none}.hero-dots{object-fit:contain;background:transparent!important;opacity:.45;mix-blend-mode:multiply;filter:brightness(1.08) contrast(1.05);-webkit-mask-image:linear-gradient(180deg,transparent 0,black 20%,black 75%,transparent);mask-image:linear-gradient(180deg,transparent 0,black 20%,black 75%,transparent)}.hero-dots-left{left:0;height:auto}.hero-dots-right{right:0;height:auto}.hero-shell{position:relative;z-index:1;width:min(1436px,100%);margin:0 auto;flex:1 1;display:flex;flex-direction:column}.hero-navbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 10px}.hero-menu-toggle,.hero-mobile-drawer,.hero-mobile-overlay{display:none}.hero-brand{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:flex-start;gap:14px;width:auto;height:96px;text-decoration:none}.hero-brand-logo{width:auto;height:60px;max-width:100%;object-fit:contain}.hero-brand-text{display:inline-flex;align-items:baseline;gap:8px;color:#121212;font-size:26px;line-height:1;letter-spacing:-.04em;white-space:nowrap}.hero-brand-text strong{font-weight:800}.hero-brand-text span{font-weight:400}.hero-nav-actions{flex:0 0 auto;display:inline-flex;align-items:center;gap:14px}.hero-btn:hover,.hero-login-btn:hover,.hero-provider-btn:hover{transform:translateY(-2px)}.hero-menu-toggle{border:0;background:linear-gradient(180deg,#0a3157,#072645);box-shadow:0 14px 32px rgba(7,38,69,.2),inset 0 0 0 1px rgba(255,255,255,.16);cursor:pointer}.hero-menu-toggle span{display:block;width:18px;height:2px;border-radius:999px;background:#ffffff;transition:transform .2s ease,opacity .2s ease}.hero-menu-toggle.is-open span:first-child{transform:translateY(7px) rotate(45deg)}.hero-menu-toggle.is-open span:nth-child(2){opacity:0}.hero-menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero-mobile-overlay{position:fixed;inset:0;background:rgba(10,20,36,.38);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:20;opacity:0;pointer-events:none;transition:opacity .25s ease}.hero-mobile-overlay.is-visible{opacity:1;pointer-events:auto}.hero-mobile-drawer{position:fixed;top:0;right:0;width:min(84vw,360px);height:100vh;padding:22px 18px 24px;background:rgba(255,255,255,.98);box-shadow:-18px 0 48px rgba(16,28,48,.18);z-index:21;transform:translateX(100%);transition:transform .28s ease}.hero-mobile-drawer.is-open{transform:translateX(0)}.hero-mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;color:#0a3157;font-size:18px;font-weight:700}.hero-mobile-close{border:0;background:transparent;color:#0a3157;font-size:34px;line-height:1;cursor:pointer}.hero-mobile-nav{display:flex;flex-direction:column;gap:14px}.hero-mobile-nav a{text-decoration:none}.hero-mobile-nav>a:not(.hero-provider-btn):not(.hero-login-btn){padding:14px 16px;border-radius:16px;background:rgba(10,49,87,.06);color:#0a3157;font-size:15px;font-weight:600}.hero-mobile-nav .hero-login-btn,.hero-mobile-nav .hero-provider-btn{width:100%;min-height:48px}.hero-nav-wrapper{position:relative;z-index:9999}.hero-content{position:relative;z-index:2;max-width:1000px;margin:28px auto 0;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:12px;padding:8px 20px;border-radius:999px;background:#ffffff;box-shadow:0 4px 20px rgba(0,0,0,.05);border:1px solid rgba(107,56,235,.08)}.hero-avatar-group{display:flex;align-items:center}.hero-avatar-group img{width:28px;height:28px;border-radius:50%;border:2px solid #ffffff;margin-left:-8px;object-fit:cover}.hero-avatar-group img:first-child{margin-left:0}.hero-badge span{color:#332f44;font-size:14px;font-weight:600}.hero-title{margin:24px 0 0;font-family:Inter,sans-serif;font-weight:700;font-size:clamp(58px,5.8vw,95px);line-height:1.15;letter-spacing:-2px;color:#282232}.hero-title-gradient{color:#5C26CD;font-weight:700;display:inline-block;margin-top:5px;white-space:nowrap}.hero-subtitle{max-width:620px;margin:5px auto 0;color:#4E4E4E;font-size:16px;line-height:1.6;font-weight:400}.hero-locations{display:flex;gap:20px;flex-wrap:wrap;margin-top:25px}.hero-locations,.location-pill{align-items:center;justify-content:center}.location-pill{display:inline-flex;gap:6px;min-width:95px;height:36px;padding:0 16px;border:1px solid #621da8;border-radius:999px;background:rgba(252,252,254,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.location-pill span{font-size:14px;font-weight:500;color:#222;line-height:1}.location-icon{font-size:14px;color:#621DA8;flex-shrink:0}.hero-cta-group{display:flex;flex-direction:column;align-items:center;margin-top:36px}.hero-btn-primary{padding:16px 42px;border:0;border-radius:16px;background:#6A37D4;color:#ffffff;font-size:17px;font-weight:600;cursor:pointer;box-shadow:0 12px 30px rgba(107,56,235,.25);display:inline-flex;align-items:center;gap:10px;transition:all .25s cubic-bezier(.4,0,.2,1)}.hero-btn-primary:hover{background:#5627cc;transform:translateY(-2px);box-shadow:0 16px 36px rgba(107,56,235,.35)}.hero-btn-arrow{font-size:18px;transition:transform .2s ease}.hero-btn-primary:hover .hero-btn-arrow{transform:translateX(4px)}.hero-checkmark-wrapper{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:20px;width:100%}.hero-checkmark-icon{width:18px;height:18px;display:inline-block}.hero-checkmark-icon circle,.hero-checkmark-icon path{stroke:#8b5cf6}.hero-checkmark-wrapper span{color:#272121;font-size:14px;font-weight:500}.hero-float{position:absolute;width:56px;height:56px;border-radius:50%;overflow:hidden;box-shadow:0 14px 28px rgba(57,42,82,.28);z-index:1}.hero-float img{width:100%;height:100%;object-fit:cover}.hero-float-top-left{top:102px;left:112px}.hero-float-top-right{top:198px;right:182px}.hero-dots{position:absolute;z-index:0;pointer-events:none;opacity:1;transition:opacity .24s ease,transform .26s ease}.hero-dots-left{left:28px;top:120px;width:240px}.hero-dots-right{right:28px;top:120px;width:240px}.hero-float-bottom-left{top:350px;left:86px;width:78px;height:78px}.hero-float-bottom-right{top:350px;right:120px;width:78px;height:78px}.hero-video-section{position:relative;width:100%;max-width:1100px;margin:110px auto 130px;z-index:1;padding:0 20px}.hero-video-container{position:relative;width:100%;background:#000000;border-radius:40px;overflow:hidden;box-shadow:0 40px 100px rgba(0,0,0,.12);border:4px solid #ffffff}.hero-video-player{width:100%;height:auto;display:block;aspect-ratio:16/9}.hero-mobile-content{display:none}.hero-desktop-content{display:block}@media (max-width:1180px){.hero-navbar{gap:14px}.hero-brand{gap:12px;height:86px}.hero-brand-logo{width:56px;height:56px}.hero-brand-text{font-size:31px}.hero-nav-pill{gap:12px;min-height:42px;padding:0 48px}.hero-login-btn,.hero-provider-btn{min-height:46px}.hero-provider-btn{padding:0 16px;font-size:14px}.hero-login-btn{min-width:56px;padding:0 14px}.hero-content{margin-top:22px}.hero-float-top-left{left:32px}.hero-float-top-right{right:72px}.hero-dots-left{left:12px;top:100px;width:180px}.hero-dots-right{right:12px;top:140px;width:180px}.hero-float-bottom-left{left:24px}.hero-float-bottom-right{right:40px}.hero-video-section{width:100%;margin-top:40px;padding:0 16px}}@media (max-width:900px){.hero{min-height:auto;padding:12px 14px 0;background-position:bottom}.hero-shell{min-height:auto;padding-bottom:0}.hero-navbar{justify-content:space-between;gap:12px;padding:0 2px}.hero-brand{gap:10px;width:auto;height:76px}.hero-brand-logo{width:48px;height:48px}.hero-brand-text{font-size:18px;gap:6px}.hero-menu-toggle{display:inline-flex;width:50px;height:50px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border-radius:16px}.hero-mobile-drawer,.hero-mobile-overlay{display:block}.hero-nav-actions,.hero-nav-pill{display:none}.hero-login-btn,.hero-provider-btn{min-height:44px}.hero-provider-btn{font-size:13px;padding:0 16px}.hero-login-btn{min-width:64px;font-size:13px}.hero-content{margin-top:18px;max-width:100%;padding:0 12px}.hero-title{margin-top:45px;font-size:clamp(34px,8vw,46px);line-height:1.08}.hero-subtitle{margin-top:45px;font-size:14px;max-width:540px;line-height:1.65}.hero-btn{margin-top:16px;padding:13px 24px;font-size:13px}.hero-float{width:46px;height:46px}.hero-float-top-left{top:170px;left:10px}.hero-float-top-right{top:250px;right:10px}.hero-dots-left{top:150px;left:6px;width:120px}.hero-dots-right{top:220px;right:6px;width:120px}.hero-float-bottom-left,.hero-float-bottom-right{top:360px;width:58px;height:58px}.hero-float-bottom-left{left:4px}.hero-float-bottom-right{right:4px}.hero-video-section{width:100%;margin-top:32px;padding:0 12px}.hero-video-container{border-radius:24px;border-width:4px}}@media (max-width:560px){.hero{padding-inline:0;padding-bottom:30px;border-radius:0 0 24px 24px}.hero,.hero-shell{min-height:auto;height:auto}.hero-shell{padding-bottom:0}.hero-mobile-content{display:block}.hero-desktop-content{display:none}.hero-mobile-pill-section{width:100%;background:#4a358c;padding:18px 10px;border-bottom-left-radius:160px;border-bottom-right-radius:160px;margin-bottom:24px;display:flex;justify-content:center}.hero-mobile-title{font-size:30px;font-weight:800;line-height:1.15;color:#282232;margin-bottom:24px;letter-spacing:-1px}.hero-mobile-title .hero-title-gradient{color:#5C26CD;margin-top:4px;white-space:normal}.hero-mobile-subtitle{font-size:12px}.hero-mobile-coming-soon{background:#6B38EB;color:#ffffff;padding:5px 35px;border-radius:14px;font-size:15px}.hero-video-section{margin-top:24px;margin-bottom:20px;padding:0 16px;width:100%}}.hero-mobile-locations{gap:8px;flex-wrap:wrap;margin-top:18px;padding:0 16px}.hero-mobile-locations,.location-mobile-pill{display:flex;align-items:center;justify-content:center}.location-mobile-pill{gap:4px;height:36px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.7);background:rgba(255,255,255,.18);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.location-mobile-pill span{font-size:13px;font-weight:600;color:#111;white-space:nowrap}.location-mobile-icon{font-size:15px;color:#621DA8;flex-shrink:0}