.sr-hero-container{align-items:var(--hero-align,flex-start);display:flex;flex-direction:column;font-family:Poppins,sans-serif;margin-left:auto;margin-right:auto;max-width:1040px;text-align:var(--text-align,left);width:100%}.sr-hero-outlined{--local-bg:#111550;background:linear-gradient(var(--local-bg),var(--local-bg)) padding-box,linear-gradient(hsla(0,0%,100%,.08),hsla(0,0%,100%,.08)) border-box;border:1px solid transparent;border-radius:24px;overflow:hidden;padding:56px 64px;transition:transform .3s ease,background .3s ease}.sr-hero-outlined.sr-hover-glow:hover{background:linear-gradient(var(--local-bg),var(--local-bg)) padding-box,linear-gradient(90deg,#ef7267,#ec2f89) border-box;transform:translateY(-4px)}.sr-hero-transparent{background:transparent;border:none;padding:24px 0}.sr-hero-eyebrow{align-items:center;color:#ec2f89;display:inline-flex;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;gap:16px;letter-spacing:.16em;margin-bottom:24px;text-transform:uppercase}.sr-hero-eyebrow:before{background:#ec2f89;border-radius:2px;content:"";flex-shrink:0;height:2px;width:32px}.sr-hero-headline{color:#fff;font-size:clamp(32px,4.5vw,52px);font-weight:700;line-height:1.15;margin-bottom:16px}.sr-hero-headline,.sr-hero-secondary-headline{font-family:Montserrat,sans-serif;margin-top:0;max-width:1000px}.sr-hero-secondary-headline{color:hsla(0,0%,100%,.9);font-size:clamp(22px,3vw,32px);font-weight:600;line-height:1.3;margin-bottom:24px}.sr-hero-headline em,.sr-hero-secondary-headline em{color:#ec2f89;font-style:normal}.sr-hero-divider{background:linear-gradient(90deg,#ef7267,#ec2f89);border-radius:3px;height:3px;margin-bottom:32px;width:100%}.sr-hero-content{color:var(--text-color);font-size:16px;font-weight:300;line-height:1.85;margin-bottom:32px;max-width:1000px}.sr-hero-content p{margin-bottom:16px;margin-top:0}.sr-hero-content p:last-child{margin-bottom:0}.sr-hero-bottom{align-items:var(--hero-align,flex-start);display:flex;flex-direction:column;margin-top:auto}.sr-hero-actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:var(--hero-align,flex-start)}.sr-hero-btn-primary{background:#ec2f89;border-radius:100px;color:#fff;display:inline-block;font-family:Montserrat,sans-serif;font-size:13px;font-weight:700;letter-spacing:.08em;padding:16px 36px;text-decoration:none;text-transform:uppercase;transition:background .2s,transform .15s}.sr-hero-btn-primary:hover{background:#ef7267;color:#fff;transform:translateY(-2px)}.sr-hero-btn-ghost{background:transparent;border:1px solid hsla(0,0%,100%,.15);border-radius:100px;color:hsla(0,0%,100%,.7);display:inline-block;font-family:Montserrat,sans-serif;font-size:13px;font-weight:700;letter-spacing:.08em;padding:16px 36px;text-decoration:none;text-transform:uppercase;transition:all .2s}.sr-hero-btn-ghost:hover{border-color:hsla(0,0%,100%,.4);color:#fff;transform:translateY(-2px)}.sr-hero-subtext{color:hsla(0,0%,100%,.4);font-size:12px;font-weight:300;line-height:1.8;margin-bottom:0;margin-top:16px}@media (max-width:768px){.sr-hero-outlined{padding:40px 32px}}@media (max-width:480px){.sr-hero-outlined{padding:32px 24px}.sr-hero-actions,.sr-hero-bottom{align-items:stretch;text-align:center;width:100%}.sr-hero-btn-ghost,.sr-hero-btn-primary{width:100%}}