.bah-page{min-height:100vh;background:var(--cream);display:flex;align-items:center;justify-content:center;padding:clamp(88px,12vw,104px) 16px 24px}.bah-card{width:100%;max-width:1160px;background:var(--surface);border-radius:24px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;box-shadow:var(--elev-4);min-height:620px}.bah-hero{background:linear-gradient(160deg,var(--primary-dark) 0,var(--primary) 65%,#0d7fa3 100%);padding:48px 40px 0;display:flex;flex-direction:column;position:relative;overflow:hidden}.bah-hero-glow{position:absolute;width:320px;height:320px;border-radius:50%;background:hsla(0,0%,100%,.04);top:-80px;inset-inline-end:-80px;pointer-events:none}.bah-hero-body{position:relative;z-index:1;flex:1 1}.bah-hero-eyebrow{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--accent);margin-bottom:16px}.bah-hero-title{font-size:clamp(26px,4vw,32px);font-weight:900;color:#fff;line-height:1.2;margin:0 0 12px;text-wrap:balance}.bah-hero-title-brand{color:var(--accent)}.bah-hero-sub{font-size:14px;color:hsla(0,0%,100%,.7);line-height:1.7;margin:0 0 32px;max-width:300px}.bah-features{display:flex;flex-direction:column;gap:16px}.bah-feature{display:flex;gap:12px;align-items:flex-start}.bah-feature-icon{width:36px;height:36px;border-radius:10px;background:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.bah-feature-title{font-size:13px;font-weight:700;color:#fff;margin-bottom:2px}.bah-feature-desc{font-size:12px;color:hsla(0,0%,100%,.6);line-height:1.5}.bah-hero-photo{margin-top:32px;margin-inline:-40px;height:140px;overflow:hidden;position:relative}.bah-hero-photo-img{position:absolute;inset:0;background-image:url(https://images.unsplash.com/photo-1613490493576-7fde63acd811?w=800&q=80);background-size:cover;background-position:50%;opacity:.75}.bah-hero-photo-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,45,68,.5) 0,transparent 60%)}.bah-main{padding:25px clamp(20px,4vw,40px) 20px;display:flex;flex-direction:column}.bah-main-icon,.bah-main-title{text-align:center}.bah-main-title{font-size:clamp(22px,4vw,26px);font-weight:900;color:var(--text);margin:0 0 8px;text-wrap:balance}.bah-main-sub{font-size:13px;color:var(--text-muted);text-align:center;line-height:1.6;margin:0 0 28px}.bah-steps{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.bah-step{gap:14px;padding:14px 16px;border:1px solid var(--border);border-radius:14px}.bah-step,.bah-step-num{display:flex;align-items:center}.bah-step-num{width:32px;height:32px;border-radius:50%;background:var(--accent);color:var(--primary-dark);font-weight:800;font-size:13px}.bah-step-icon,.bah-step-num{justify-content:center;flex-shrink:0}.bah-step-icon{width:36px;height:36px;border-radius:10px;background:var(--cream);display:flex;align-items:center}.bah-step-text{flex:1 1;min-width:0}.bah-step-title{font-size:13px;font-weight:700;color:var(--text);margin-bottom:2px}.bah-step-desc{font-size:12px;color:var(--text-muted);line-height:1.4}.bah-step-chevron{color:var(--text-muted);font-size:16px;flex-shrink:0}.bah-cta{width:100%;padding:16px;border-radius:14px;border:none;background:var(--accent);color:#fff;font-size:15px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:14px;box-shadow:var(--elev-2);transition:opacity .15s,transform .15s}.bah-cta:hover{opacity:.9;transform:translateY(-1px)}.bah-later{text-align:center;margin-bottom:20px}.bah-later-link{font-size:13px;color:var(--primary);font-weight:600;text-decoration:underline}.bah-later-sub{font-size:12px;color:var(--text-muted);margin:4px 0 0}@media (max-width:980px){.bah-card{grid-template-columns:1fr;min-height:auto;border-radius:16px}.bah-hero{padding:32px 24px 0}.bah-hero-photo{margin-inline:-24px;height:120px}.bah-hero-sub{max-width:none}.bah-main{padding:24px 20px 28px}}@media (max-width:640px){.bah-page{padding:80px 12px 20px;align-items:flex-start}.bah-hero{padding:28px 20px 0}.bah-hero-photo{margin-inline:-20px;height:100px}.bah-features{gap:12px}.bah-main{padding:20px 16px 24px}.bah-steps{gap:8px;margin-bottom:24px}.bah-step{gap:10px;padding:12px}.bah-step-num{width:28px;height:28px;font-size:12px}.bah-step-icon{width:32px;height:32px}}@media (max-width:480px){.bah-step-chevron{display:none}.bah-step{gap:8px}}