:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background:#f5f7fa;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}.topbar{height:72px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e8f0;background:#fff}.brand{display:flex;align-items:center;gap:11px;color:#0b2046;font-size:21px}.brand-mark{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;background:#facc15;color:#0b2046;font-weight:900}.secure-label{color:#64748b;font-size:13px;font-weight:650}.onboarding-grid{min-height:calc(100vh - 72px);display:grid;grid-template-columns:minmax(330px,.8fr) minmax(560px,1.2fr)}.welcome-pane{padding:38px clamp(32px,5vw,70px) 52px;background:#0b2046;color:#fff;display:flex;flex-direction:column;justify-content:flex-start}.welcome-pane img{width:min(100%,360px);max-height:300px;object-fit:contain;align-self:center;background:#fff;border-radius:8px}.eyebrow{margin:26px 0 8px;color:#20a892;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.welcome-pane .eyebrow{color:#facc15}.welcome-pane h1{margin:0;max-width:560px;font-size:clamp(30px,3vw,48px);line-height:1.12;letter-spacing:0}.welcome-pane>p:not(.eyebrow){max-width:570px;color:#c3d0e2;font-size:16px;line-height:1.7}.category-chip{margin-top:18px;display:flex;align-items:center;gap:10px;color:#f5f8fc;font-size:14px;font-weight:700}.icon{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#facc15;color:#0b2046;font-weight:900;flex:0 0 auto}.registration-form{padding:48px clamp(28px,6vw,88px) 60px;background:#fff}.form-heading{margin-bottom:34px}.form-heading .eyebrow{margin-top:0}.form-heading h2{margin:0;font-size:28px;color:#0b2046}.form-heading>p:last-child{margin:8px 0 0;color:#64748b}.registration-form section{padding:28px 0;border-top:1px solid #e2e8f0}.registration-form section h3{margin:0 0 18px;color:#0f172a;font-size:16px}.form-grid{display:grid;grid-template-columns:1fr;gap:18px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.field{display:flex;min-width:0;flex-direction:column;gap:8px;color:#334155;font-size:13px;font-weight:700}.field input,.field textarea{width:100%;border:1px solid #dbe2ea;border-radius:7px;background:#f8fafc;color:#0f172a;padding:12px 13px;outline:none;resize:vertical}.field input:focus,.field textarea:focus{border-color:#0b2046;box-shadow:0 0 0 3px #0b204614}.field input:disabled{color:#526174;cursor:not-allowed}.field small{color:#8491a3;font-weight:500}.location-map{width:100%;height:220px;border-radius:10px;overflow:hidden;border:1px solid #dbe2ea;margin-bottom:18px}.field select{width:100%;border:1px solid #dbe2ea;border-radius:7px;background:#f8fafc;color:#0f172a;padding:12px 13px;outline:none}.checkbox-group{display:flex;flex-direction:column;gap:10px}.checkbox-row{display:flex;align-items:center;gap:9px;font-weight:600;color:#334155;cursor:pointer}.checkbox-row input[type=checkbox]{width:17px;height:17px;accent-color:#0b2046;cursor:pointer}.password-input{position:relative}.password-input input{padding-right:62px}.password-input button{position:absolute;right:8px;top:7px;border:0;background:transparent;color:#0b2046;font-size:12px;font-weight:800;padding:7px}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:7px;padding:14px 22px;font-weight:800;text-decoration:none}.primary-button{width:100%;background:#0b2046;color:#fff}.primary-button:disabled{opacity:.6;cursor:wait}.secondary-button{margin-top:18px;border:1px solid #dbe2ea;color:#0b2046;background:#fff}.terms{margin:13px auto 0;max-width:600px;text-align:center;color:#8491a3;font-size:11px;line-height:1.6}.error-message{margin-bottom:20px;padding:13px 15px;border:1px solid #fecdd3;border-radius:7px;color:#9f1239;background:#fff1f2;font-size:13px}.center-state,.success-page{min-height:100vh;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#f5f7fa}.center-state h1{margin:22px 0 8px;color:#0b2046;font-size:27px}.center-state p{margin:0;max-width:480px;color:#64748b;line-height:1.6}.spinner{width:42px;height:42px;border:4px solid #dbe2ea;border-top-color:#0b2046;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.success-panel{width:min(100%,620px);padding:50px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;box-shadow:0 24px 70px -50px #0b204680}.success-check{width:58px;height:58px;margin:0 auto;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#dff5f1;color:#087f70;font-size:28px;font-weight:900}.success-panel h1{margin:7px 0 12px;color:#0b2046;font-size:31px}.success-panel>p:not(.eyebrow){color:#64748b;line-height:1.7}.next-steps{margin-top:28px;display:grid;gap:10px;text-align:left}.next-steps div{display:flex;align-items:center;gap:12px;padding:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:7px;font-size:14px;font-weight:700}@media (max-width: 920px){.onboarding-grid{grid-template-columns:1fr}.welcome-pane{padding:34px 24px}.welcome-pane img{max-height:260px}.welcome-pane h1{font-size:32px}.registration-form{padding:38px 24px 48px}}@media (max-width: 600px){.topbar{height:64px;padding:0 18px}.secure-label{display:none}.onboarding-grid{min-height:calc(100vh - 64px)}.welcome-pane img{max-height:220px}.form-grid.two{grid-template-columns:1fr}.success-panel{padding:34px 22px}}.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:#f5f7fa}.auth-card{width:min(100%,420px);padding:44px 38px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;text-align:center;box-shadow:0 24px 70px -50px #0b204680}.auth-card .brand{justify-content:center;margin-bottom:6px}.auth-card .eyebrow{margin-top:18px}.auth-card h1{margin:0 0 10px;color:#0b2046;font-size:26px}.auth-subtitle{margin:0 0 26px;color:#64748b;font-size:14px;line-height:1.6}.info-message{margin-bottom:18px;padding:13px 15px;border:1px solid #bbf0e6;border-radius:7px;color:#087f70;background:#ecfdf6;font-size:13px}.google-button-slot{display:flex;justify-content:center;min-height:44px}.auth-hint{margin-top:16px;color:#64748b;font-size:13px}.home-shell{min-height:100vh;background:#f5f7fa;overflow-x:hidden}.site-header{display:flex;align-items:center;gap:28px;padding:0 5vw;height:76px;background:#fff}.site-nav{flex:1;display:flex;align-items:center;gap:28px}.site-nav a{color:#334155;font-weight:700;font-size:14px;text-decoration:none}.site-nav a:hover{color:#0b2046}.header-actions{display:flex;align-items:center;gap:10px}.icon-button{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;border-radius:50%;background:#fff;color:#0b2046;padding:0}.icon-button:hover{background:#f5f7fa}.hamburger{display:none}.cta-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:11px 22px;background:#0b2046;color:#fff;font-weight:800;font-size:13px;text-decoration:none;white-space:nowrap}.cta-button:hover{background:#132c5c}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b204673;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:40}.drawer-overlay.is-open{opacity:1;pointer-events:auto}.drawer{position:fixed;top:0;right:0;bottom:0;width:min(82vw,320px);background:#fff;padding:22px;display:flex;flex-direction:column;gap:26px;transform:translate(100%);transition:transform .25s ease;z-index:41;box-shadow:-20px 0 50px -30px #0b204680}.drawer.is-open{transform:translate(0)}.drawer-top{display:flex;align-items:center;justify-content:space-between}.drawer-links{display:flex;flex-direction:column;gap:20px}.drawer-links a{color:#0b2046;font-weight:700;font-size:16px;text-decoration:none}.drawer-cta{margin-top:auto}.hero-card{position:relative;overflow:hidden;margin:18px 5vw 0;padding:48px clamp(24px,5vw,64px);border-radius:28px;background:linear-gradient(135deg,#eaf1fd,#eef0fb 55%,#f3ecfb);display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:center;gap:36px}.hero-blob{position:absolute;border-radius:50%;filter:blur(2px);opacity:.55;z-index:0}.hero-blob-a{width:220px;height:220px;background:#bcd2fb;top:-70px;right:18%}.hero-blob-b{width:160px;height:160px;background:#cfe0fd;bottom:-50px;left:6%}.hero-copy{position:relative;z-index:1}.hero-copy h1{margin:0 0 14px;max-width:460px;color:#0b2046;font-size:clamp(30px,4vw,46px);line-height:1.14}.hero-copy>p{margin:0 0 26px;max-width:460px;color:#4a5b78;font-size:16px;line-height:1.6}.hero-search{display:flex;align-items:center;gap:10px;padding:8px 8px 8px 18px;border-radius:999px;background:#fff;box-shadow:0 20px 45px -30px #0b204666;max-width:560px}.hero-search-icon{display:flex;color:#94a3b8;flex:0 0 auto}.hero-search input{flex:1;min-width:0;border:0;outline:none;font-size:14px;color:#0f172a;background:transparent}.hero-search-tabs{display:flex;align-items:center;gap:4px;flex:0 0 auto}.hero-tab{border:0;background:transparent;color:#64748b;font-weight:700;font-size:12px;padding:10px 14px;border-radius:999px;white-space:nowrap}.hero-tab:hover{color:#0b2046}.hero-tab.is-active{background:#0b2046;color:#fff}.hero-trust{margin-top:22px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#334155;font-size:13px;font-weight:700}.hero-trust span{display:inline-flex;align-items:center;gap:6px}.hero-trust svg{width:16px;height:16px;color:#087f70}.hero-trust-dot{color:#94a3b8;font-weight:400}.hero-visual{position:relative;z-index:1;display:flex;justify-content:center}.hero-circle-stage{position:relative;width:min(100%,300px);aspect-ratio:1}.hero-circle-spin{position:absolute;top:0;right:0;bottom:0;left:0;animation:hero-spin 1.1s cubic-bezier(.65,0,.35,1) both}.hero-circle{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:radial-gradient(circle at 32% 28%,#163266,#0b2046 62%,#081733);box-shadow:0 30px 60px -30px #0b20468c}.hero-circle-center{position:absolute;top:14%;right:14%;bottom:14%;left:14%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border-radius:50%;text-align:center;animation:hero-center-in .5s ease both}.hero-circle-icon{width:34%;height:34%;color:#facc15}.hero-circle-letter{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#facc1524;color:#facc15;font-size:26px;font-weight:800}.hero-circle-name{max-width:85%;color:#fff;font-weight:700;font-size:14px;line-height:1.3}@keyframes hero-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes hero-center-in{0%{opacity:0;transform:scale(.75)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion: reduce){.hero-circle-spin,.hero-circle-center{animation:none}}.hero-badge{position:absolute;width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:#0b2046;box-shadow:0 12px 24px -14px #0b204673}.hero-badge svg{width:20px;height:20px}.hero-badge-1{top:4%;left:10%;color:#b45309}.hero-badge-2{top:12%;right:-6%;color:#087f70}.hero-badge-3{top:48%;left:-10%;color:#0b2046}.hero-badge-4{bottom:6%;left:14%;color:#7c3aed}.hero-badge-5{bottom:-4%;right:12%;color:#b91c1c}.home-error{margin:22px 5vw 0}.home-empty{color:#64748b;font-size:14px}.home-section{padding:44px 5vw}.home-section h2{margin:0 0 22px;color:#0b2046;font-size:22px}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px}.category-card{display:flex;flex-direction:column;align-items:center;gap:10px;padding:22px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;text-align:center;transition:box-shadow .15s,transform .15s}.category-card:hover{box-shadow:0 14px 30px -22px #0b204666;transform:translateY(-2px)}.category-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ecfdf6;color:#087f70;font-weight:800;font-size:16px}.category-name{font-weight:700;font-size:13px;color:#334155}.provider-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:20px}.provider-card{border:1px solid #e2e8f0;border-radius:12px;background:#fff;overflow:hidden;transition:box-shadow .15s,transform .15s}.provider-card:hover{box-shadow:0 18px 40px -28px #0b204673;transform:translateY(-2px)}.provider-cover{height:140px;display:flex;align-items:center;justify-content:center;background:#0b2046 center/cover no-repeat;color:#facc15;font-size:30px;font-weight:800}.provider-body{padding:16px}.provider-body h3{margin:0 0 6px;color:#0f172a;font-size:16px}.provider-meta{margin:0;color:#64748b;font-size:13px}.provider-location{margin-top:2px}.provider-rating{margin-top:10px;color:#b45309;font-weight:700;font-size:13px}@media (max-width: 880px){.site-nav{display:none}.hamburger{display:inline-flex}.cta-button{padding:10px 16px;font-size:12px}.hero-card{grid-template-columns:1fr;text-align:center;padding:38px 24px}.hero-copy h1,.hero-copy>p{max-width:100%;margin-left:auto;margin-right:auto}.hero-search{margin:0 auto}.hero-search-tabs{display:none}.hero-trust{justify-content:center}.hero-visual{order:-1}.hero-circle-stage{width:min(70%,220px);margin-bottom:12px}}@media (max-width: 720px){.site-header{padding:14px 20px;height:auto}.home-section{padding:34px 20px}.category-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.provider-grid{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.site-header{gap:12px;padding:14px 16px}.header-actions{gap:6px}.header-actions .icon-button:not(.hamburger){display:none}.cta-button{padding:10px 14px;font-size:12px}}@media (max-width: 420px){.provider-grid{grid-template-columns:1fr}.hero-search{flex-wrap:wrap}.hero-search input{width:100%;order:1;padding:6px 0}}
