.help-center-page{background:var(--brava-surface)}
.help-center-intro__grid,.help-center-contact__panel{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:clamp(22px,4vw,42px);align-items:start}
.help-center-intro__lead{font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.95;color:var(--brava-body-text);margin-bottom:14px}
.help-center-intro__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:26px}
.help-center-link{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:var(--brava-primary);text-decoration:none}
.help-center-link:hover{text-decoration:underline}
.help-center-highlight,.help-center-standard-card,.help-center-step-card,.help-center-faq-item,.help-center-contact__list a{border:1px solid var(--brava-border);border-radius:28px;background:var(--brava-surface);box-shadow:0 18px 55px rgba(12,20,32,.06)}
.help-center-highlight{padding:clamp(24px,3.2vw,34px);background:linear-gradient(145deg,#11161b,#1a222b);color:#fff;position:relative;overflow:hidden}
.help-center-highlight:before{content:"";position:absolute;inset:auto -20% -35% auto;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,#e5007d33 0%,transparent 70%)}
.help-center-highlight__badge{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.12);font-size:.82rem;font-weight:700;margin-bottom:16px}
.help-center-highlight h3{font-size:clamp(1.45rem,2.5vw,2rem);margin-bottom:12px;color:#fff}
.help-center-highlight ul{margin:0;padding:0;list-style:none;display:grid;gap:12px}
.help-center-highlight li{position:relative;padding-inline-start:22px;color:rgba(255,255,255,.82);line-height:1.9}
.help-center-highlight li:before{content:"";position:absolute;inset-inline-start:0;top:.78em;width:8px;height:8px;border-radius:50%;background:var(--brava-primary)}
.help-center-section--soft{background:var(--brava-surface-soft)}
.help-center-heading{max-width:760px;margin-bottom:clamp(24px,3vw,34px)}
.help-center-heading h2{font-size:clamp(2rem,4vw,3.5rem);margin-bottom:12px}
.help-center-heading p:last-child{color:var(--brava-text-muted);line-height:1.9}
.help-center-steps,.help-center-standard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2.4vw,28px)}
.help-center-step-card,.help-center-standard-card{padding:clamp(22px,3vw,30px)}
.help-center-step-card span{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:18px;background:color-mix(in srgb,var(--brava-primary) 16%,#fff);color:var(--brava-primary);font-weight:800;font-size:1rem;margin-bottom:16px}
.help-center-step-card h3,.help-center-standard-card h3{font-size:1.3rem;margin-bottom:10px}
.help-center-step-card p,.help-center-standard-card p{color:var(--brava-text-muted);line-height:1.9;margin:0}
.help-center-faq-wrap{display:grid;gap:24px}
.help-center-faq-list{display:grid;gap:16px}
.help-center-faq-item{padding:0;background:var(--brava-surface);overflow:hidden}
.help-center-faq-item summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 26px;cursor:pointer;font-weight:750;color:var(--brava-body-text)}
.help-center-faq-item summary::-webkit-details-marker{display:none}
.help-center-faq-item__icon{position:relative;flex:0 0 20px;width:20px;height:20px}
.help-center-faq-item__icon:before,.help-center-faq-item__icon:after{content:"";position:absolute;left:50%;top:50%;width:16px;height:2px;background:var(--brava-primary);transform:translate(-50%,-50%);border-radius:999px;transition:transform .2s ease,opacity .2s ease}
.help-center-faq-item__icon:after{transform:translate(-50%,-50%) rotate(90deg)}
.help-center-faq-item[open] .help-center-faq-item__icon:after{opacity:0}
.help-center-faq-item__answer{padding:0 26px 24px}
.help-center-faq-item__answer p{margin:0;color:var(--brava-text-muted);line-height:1.95}
.help-center-contact__panel{padding:clamp(26px,3vw,38px);border:1px solid var(--brava-border);border-radius:34px;background:linear-gradient(180deg,var(--brava-surface),var(--brava-surface-soft))}
.help-center-contact__copy h2{font-size:clamp(2rem,4vw,3.3rem);margin-bottom:12px}
.help-center-contact__copy p:last-child{line-height:1.95;color:var(--brava-text-muted)}
.help-center-contact__actions{display:grid;gap:18px}
.help-center-contact__list{display:grid;gap:12px}
.help-center-contact__list a{display:flex;flex-direction:column;gap:4px;padding:18px 20px;text-decoration:none;color:inherit}
.help-center-contact__list strong{font-size:.92rem;color:var(--brava-text-muted)}
.help-center-contact__list span{font-weight:700}
@media(max-width:980px){.help-center-intro__grid,.help-center-contact__panel,.help-center-steps,.help-center-standard-grid{grid-template-columns:1fr}}
@media(max-width:640px){.help-center-heading h2,.help-center-contact__copy h2{font-size:clamp(1.7rem,9vw,2.4rem)}.help-center-faq-item summary{padding:18px 20px}.help-center-faq-item__answer{padding:0 20px 20px}}
