/* =====================================================================
   Centro de ayuda — Knowledge base dark
   Tema oscuro autocontenido (no depende de landing.css)
   ===================================================================== */

body.page-help-center {
    --hc-bg: #07080a;
    --hc-bg-soft: #0c0e12;
    --hc-panel: rgba(255, 255, 255, 0.024);
    --hc-panel-strong: rgba(255, 255, 255, 0.045);
    --hc-border: rgba(255, 255, 255, 0.09);
    --hc-border-strong: rgba(255, 255, 255, 0.16);
    --hc-text: #f3f4f7;
    --hc-text-soft: #c7c9d1;
    --hc-muted: #9a9ca8;
    --hc-faint: #6a6c78;
    --hc-accent: #5b86ff;
    --hc-accent-bright: #84a4ff;
    --hc-accent-soft: rgba(91, 134, 255, 0.14);
    --hc-accent-line: rgba(91, 134, 255, 0.55);
    --hc-radius: 16px;
    --hc-radius-sm: 11px;
    --hc-header-h: 64px;
    --hc-max: 1240px;

    margin: 0;
    min-height: 100vh;
    background: var(--hc-bg);
    color: var(--hc-text);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

body.page-help-center .site-shell {
    min-height: 100vh;
    padding: 0;
}

.help-shell {
    position: relative;
    z-index: 1;
}

.hc-page {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(1100px 540px at 50% -260px, rgba(91, 134, 255, 0.16), transparent 70%),
        radial-gradient(900px 480px at 100% -120px, rgba(124, 92, 255, 0.10), transparent 65%),
        var(--hc-bg);
}

.hc-visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ---------- Botones ---------- */
.hc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    min-height: 42px;
    border: 1px solid transparent;
    border-radius: 999px;
    font: inherit;
    font-weight: 650;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.hc-btn--primary {
    background: linear-gradient(180deg, var(--hc-accent-bright), var(--hc-accent));
    color: #050608;
    box-shadow: 0 10px 26px rgba(91, 134, 255, 0.32);
}

.hc-btn--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 32px rgba(91, 134, 255, 0.42);
}

/* ---------- Main ---------- */
.hc-main {
    flex: 1;
    width: min(100% - 40px, var(--hc-max));
    margin: 0 auto;
    padding: 144px 0 80px;
}

.hc-main--home {
    width: min(100% - 40px, 1120px);
}

/* ---------- Hero ---------- */
.hc-hero {
    display: grid;
    justify-items: center;
    gap: 18px;
    text-align: center;
    padding: 40px 0 24px;
}

.hc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border: 1px solid var(--hc-border-strong);
    border-radius: 999px;
    background: var(--hc-panel);
    color: var(--hc-text-soft);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.hc-eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--hc-accent-bright);
    box-shadow: 0 0 0 4px var(--hc-accent-soft);
}

.hc-hero-title {
    max-width: 760px;
    margin: 0;
    font-size: clamp(2.2rem, 6vw, 3.9rem);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.02;
    background: linear-gradient(180deg, #ffffff, #b9c0d4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hc-hero-lead {
    max-width: 620px;
    margin: 0;
    color: var(--hc-muted);
    font-size: clamp(1rem, 2.2vw, 1.18rem);
    line-height: 1.65;
}

.hc-hero-search {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    width: min(100%, 660px);
    margin-top: 8px;
    padding: 8px;
    border: 1px solid var(--hc-border-strong);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.hc-hero-search > i {
    position: absolute;
    left: 26px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--hc-faint);
    font-size: 17px;
    pointer-events: none;
}

.hc-hero-search input {
    box-sizing: border-box;
    flex: 1;
    min-width: 0;
    min-height: 46px;
    padding: 0 14px 0 58px !important;
    border: 0 !important;
    border-radius: 999px;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    color: var(--hc-text) !important;
    color-scheme: dark;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    font: inherit;
    font-size: 16px;
    outline: none !important;
    box-shadow: none !important;
}

#hc-hero-search-input,
#hc-hero-search-input:hover,
#hc-hero-search-input:focus,
#hc-hero-search-input:focus-visible {
    border: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.hc-hero-search input::placeholder {
    color: var(--hc-faint) !important;
    opacity: 1;
}

body.page-help-center input[type="search"]::-webkit-search-decoration,
body.page-help-center input[type="search"]::-webkit-search-cancel-button,
body.page-help-center input[type="search"]::-webkit-search-results-button,
body.page-help-center input[type="search"]::-webkit-search-results-decoration {
    display: none;
    -webkit-appearance: none;
}

body.page-help-center input[type="search"]:-webkit-autofill,
body.page-help-center input[type="search"]:-webkit-autofill:hover,
body.page-help-center input[type="search"]:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--hc-text);
    box-shadow: 0 0 0 1000px #0b0d12 inset;
    transition: background-color 9999s ease-in-out 0s;
}

.hc-hero-search .hc-btn {
    flex-shrink: 0;
}

/* ---------- Secciones ---------- */
.hc-section {
    margin-top: 48px;
}

.hc-section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 20px;
}

.hc-section-head h2 {
    margin: 0;
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 750;
    letter-spacing: -0.035em;
    color: var(--hc-text);
}

.hc-section-link {
    color: var(--hc-accent-bright);
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
    white-space: nowrap;
}

.hc-section-link:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ---------- Grilla de cards de artículo ---------- */
.hc-card-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hc-article-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
    border: 1px solid var(--hc-border);
    border-radius: var(--hc-radius);
    background: var(--hc-panel);
    text-decoration: none;
    transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.hc-article-card:hover {
    transform: translateY(-3px);
    border-color: var(--hc-accent-line);
    background: var(--hc-panel-strong);
}

.hc-article-card-kicker {
    color: var(--hc-accent-bright);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.hc-article-card-title {
    color: var(--hc-text);
    font-size: 1.06rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.hc-article-card-summary {
    color: var(--hc-muted);
    font-size: 14px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hc-article-card-cta {
    margin-top: 4px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--hc-text-soft);
    font-size: 13px;
    font-weight: 650;
}

.hc-article-card:hover .hc-article-card-cta {
    color: var(--hc-accent-bright);
}

.hc-article-card-cta i {
    transition: transform 0.16s ease;
}

.hc-article-card:hover .hc-article-card-cta i {
    transform: translateX(3px);
}

/* ---------- Grilla de categorías ---------- */
.hc-category-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hc-category-card {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--hc-border);
    border-radius: var(--hc-radius);
    background: var(--hc-panel);
    overflow: hidden;
    transition: border-color 0.16s ease, transform 0.16s ease;
}

.hc-category-card:hover {
    transform: translateY(-3px);
    border-color: var(--hc-accent-line);
}

.hc-category-card-head {
    display: block;
    padding: 22px 20px 18px;
    text-decoration: none;
}

.hc-category-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 12px;
    background: var(--hc-accent-soft);
    border: 1px solid var(--hc-accent-line);
    color: var(--hc-accent-bright);
    font-size: 20px;
}

.hc-category-count {
    display: block;
    color: var(--hc-faint);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.hc-category-card-head h3 {
    margin: 6px 0 6px;
    color: var(--hc-text);
    font-size: 1.18rem;
    font-weight: 730;
    letter-spacing: -0.025em;
}

.hc-category-card-head p {
    margin: 0;
    color: var(--hc-muted);
    font-size: 14px;
    line-height: 1.55;
}

.hc-category-links {
    list-style: none;
    margin: 0;
    padding: 6px 12px 14px;
    border-top: 1px solid var(--hc-border);
    display: grid;
    gap: 2px;
}

.hc-category-links li {
    max-width: 100%;
    overflow: hidden;
}

.hc-category-links a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 10px;
    border-radius: 9px;
    color: var(--hc-text-soft);
    font-size: 14px;
    font-weight: 550;
    text-decoration: none;
    transition: background 0.14s ease, color 0.14s ease;
}

.hc-category-links a i {
    color: var(--hc-faint);
    font-size: 14px;
}

.hc-category-links a span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hc-category-links a:hover {
    background: var(--hc-accent-soft);
    color: var(--hc-text);
}

.hc-category-links a:hover i {
    color: var(--hc-accent-bright);
}

/* ---------- Estado vacío ---------- */
.hc-empty {
    display: grid;
    justify-items: center;
    gap: 12px;
    padding: 48px 24px;
    border: 1px dashed var(--hc-border-strong);
    border-radius: var(--hc-radius);
    background: var(--hc-panel);
    text-align: center;
    color: var(--hc-muted);
}

.hc-empty i {
    font-size: 26px;
    color: var(--hc-faint);
}

.hc-empty p {
    margin: 0;
    max-width: 420px;
    font-size: 15px;
}

/* ---------- Layout docs (categoría / artículo) ---------- */
.hc-docs-layout {
    display: grid;
    grid-template-columns: 256px minmax(0, 1fr) 240px;
    gap: 40px;
    align-items: start;
}

.hc-docs-layout--wide {
    grid-template-columns: 256px minmax(0, 1fr);
}

.hc-nav-toggle {
    display: none;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    padding: 10px 16px;
    border: 1px solid var(--hc-border-strong);
    border-radius: 999px;
    background: var(--hc-panel-strong);
    color: var(--hc-text);
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.hc-nav-toggle i {
    font-size: 17px;
}

/* ---------- Sidebar ---------- */
.hc-sidebar-backdrop {
    display: none;
}

.hc-sidebar-panel {
    position: sticky;
    top: calc(var(--hc-header-h) + 28px);
    max-height: none;
    overflow: visible;
    padding-right: 6px;
}

.hc-sidebar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.hc-sidebar-title {
    color: var(--hc-faint);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hc-sidebar-close {
    display: none;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--hc-border);
    border-radius: 9px;
    background: transparent;
    color: var(--hc-text);
    cursor: pointer;
}

.hc-sidebar-nav {
    display: grid;
    gap: 22px;
}

.hc-sidebar-empty {
    color: var(--hc-muted);
    font-size: 14px;
}

.hc-sidebar-group-title {
    display: block;
    margin-bottom: 8px;
    color: var(--hc-text);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
}

.hc-sidebar-group.is-active > .hc-sidebar-group-title {
    color: var(--hc-accent-bright);
}

.hc-sidebar-list {
    list-style: none;
    margin: 0;
    padding: 0 0 0 2px;
    display: grid;
    gap: 1px;
    border-left: 1px solid var(--hc-border);
}

.hc-sidebar-link {
    display: block;
    padding: 7px 12px;
    margin-left: -1px;
    border-left: 2px solid transparent;
    color: var(--hc-muted);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.14s ease, border-color 0.14s ease;
}

.hc-sidebar-link:hover {
    color: var(--hc-text);
}

.hc-sidebar-link.is-active {
    color: var(--hc-accent-bright);
    border-left-color: var(--hc-accent);
    font-weight: 650;
}

/* ---------- Contenido docs ---------- */
.hc-docs-content {
    min-width: 0;
}

.hc-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-bottom: 20px;
    color: var(--hc-faint);
    font-size: 13px;
}

.hc-breadcrumbs a {
    color: var(--hc-muted);
    text-decoration: none;
}

.hc-breadcrumbs a:hover {
    color: var(--hc-text);
}

.hc-breadcrumbs i {
    font-size: 11px;
    color: var(--hc-faint);
}

.hc-docs-header {
    margin-bottom: 28px;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--hc-border);
}

.hc-docs-header h1 {
    margin: 0;
    color: var(--hc-text);
    font-size: clamp(1.9rem, 4.4vw, 2.9rem);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.hc-docs-header p {
    max-width: 680px;
    margin: 14px 0 0;
    color: var(--hc-muted);
    font-size: 1.08rem;
    line-height: 1.6;
}

/* ---------- Lista de artículos (categoría) ---------- */
.hc-article-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.hc-article-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    border: 1px solid var(--hc-border);
    border-radius: var(--hc-radius-sm);
    background: var(--hc-panel);
    text-decoration: none;
    transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.hc-article-row:hover {
    transform: translateX(3px);
    border-color: var(--hc-accent-line);
    background: var(--hc-panel-strong);
}

.hc-article-row-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--hc-accent-soft);
    border: 1px solid var(--hc-accent-line);
    color: var(--hc-accent-bright);
    font-size: 17px;
}

.hc-article-row-body {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.hc-article-row-title {
    color: var(--hc-text);
    font-size: 1rem;
    font-weight: 650;
    letter-spacing: -0.01em;
}

.hc-article-row-summary {
    color: var(--hc-muted);
    font-size: 13px;
    line-height: 1.45;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hc-article-row-arrow {
    margin-left: auto;
    color: var(--hc-faint);
    font-size: 16px;
    transition: transform 0.15s ease, color 0.15s ease;
}

.hc-article-row:hover .hc-article-row-arrow {
    color: var(--hc-accent-bright);
    transform: translateX(3px);
}

/* ---------- Contenido enriquecido del artículo ---------- */
.hc-rich-content {
    color: var(--hc-text-soft);
    font-size: 16px;
    line-height: 1.78;
}

.hc-rich-content > * + * {
    margin-top: 1.05rem;
}

.hc-rich-content p {
    margin-top: .5rem;
    margin-bottom: .5rem;
    line-height: 1.2;
}

.hc-rich-content p b,
.hc-rich-content p strong {
    font-weight: 900;
}

.hc-rich-content h2,
.hc-rich-content h3,
.hc-rich-content h4 {
    color: var(--hc-text);
    letter-spacing: -0.025em;
    line-height: 1.25;
}

.hc-rich-content h2 {
    margin-top: 2.2rem;
    font-size: 1.5rem;
    font-weight: 750;
}

.hc-rich-content h3 {
    margin-top: 1.8rem;
    font-size: 1.22rem;
    font-weight: 700;
}

.hc-rich-content h4 {
    margin-top: 1.5rem;
    font-size: 1.05rem;
    font-weight: 700;
}

.hc-rich-content a {
    color: var(--hc-accent-bright);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hc-rich-content ul,
.hc-rich-content ol {
    padding-left: 1.3rem;
    margin-block: 0;
}

.hc-rich-content img {
    max-width: 100%;
    height: auto;
    border-radius: var(--hc-radius-sm);
    border: 1px solid var(--hc-border);
}

.hc-rich-content blockquote {
    margin: 0;
    padding: 14px 18px;
    border-left: 3px solid var(--hc-accent);
    border-radius: 0 var(--hc-radius-sm) var(--hc-radius-sm) 0;
    background: var(--hc-accent-soft);
    color: var(--hc-text);
}

.hc-rich-content p.hc-note {
    margin-top: 0.45rem;
    color: var(--hc-muted);
    font-size: 0.86rem;
    line-height: 1.55;
}

.hc-rich-content code {
    padding: 2px 7px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--hc-border);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.88em;
    color: #e6e8ee;
}

.hc-rich-content pre {
    padding: 16px 18px;
    border-radius: var(--hc-radius-sm);
    background: #0a0c10;
    border: 1px solid var(--hc-border);
    overflow-x: auto;
}

.hc-rich-content pre code {
    padding: 0;
    border: 0;
    background: transparent;
}

.hc-rich-content hr {
    height: 2px;
    border: 0;
    border-radius: 2px;
    margin: 1.4rem 0;
    background: var(--hc-text-soft);
}

.hc-rich-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.hc-rich-content th,
.hc-rich-content td {
    padding: 10px 12px;
    border: 1px solid var(--hc-border);
    text-align: left;
}

.hc-rich-content th {
    background: var(--hc-panel-strong);
    color: var(--hc-text);
}

/* ---------- Pie del artículo ---------- */
.hc-article-foot {
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid var(--hc-border);
}

.hc-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--hc-text-soft);
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
}

.hc-back-link:hover {
    color: var(--hc-accent-bright);
}

/* ---------- Rail derecho ---------- */
.hc-rail {
    min-width: 0;
}

.hc-rail-sticky {
    position: sticky;
    top: calc(var(--hc-header-h) + 28px);
    display: grid;
    gap: 12px;
    padding: 18px;
    border: 1px solid var(--hc-border);
    border-radius: var(--hc-radius);
    background: var(--hc-panel);
}

.hc-rail-title {
    color: var(--hc-faint);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hc-rail-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 4px;
}

.hc-rail-list a {
    display: block;
    padding: 8px 10px;
    border-radius: 9px;
    color: var(--hc-text-soft);
    font-size: 14px;
    font-weight: 550;
    line-height: 1.4;
    text-decoration: none;
    transition: background 0.14s ease, color 0.14s ease;
}

.hc-rail-list a:hover {
    background: var(--hc-accent-soft);
    color: var(--hc-accent-bright);
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
    .hc-docs-layout {
        grid-template-columns: 240px minmax(0, 1fr);
    }

    .hc-rail {
        display: none;
    }
}

@media (max-width: 860px) {
    .hc-card-grid,
    .hc-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hc-docs-layout,
    .hc-docs-layout--wide {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    .hc-nav-toggle {
        display: inline-flex;
    }

    /* Sidebar como drawer */
    .hc-sidebar {
        position: fixed;
        inset: 0;
        z-index: 60;
        visibility: hidden;
        pointer-events: none;
    }

    .hc-sidebar.is-open {
        visibility: visible;
        pointer-events: auto;
    }

    .hc-sidebar-backdrop {
        display: block;
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        transition: opacity 0.25s ease;
    }

    .hc-sidebar.is-open .hc-sidebar-backdrop {
        opacity: 1;
    }

    .hc-sidebar-panel {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        max-height: none;
        width: min(82vw, 320px);
        padding: 20px 18px 32px;
        background: var(--hc-bg-soft);
        border-right: 1px solid var(--hc-border-strong);
        transform: translateX(-100%);
        transition: transform 0.28s ease;
        overflow-y: auto;
    }

    .hc-sidebar.is-open .hc-sidebar-panel {
        transform: translateX(0);
    }

    .hc-sidebar-close {
        display: inline-flex;
    }
}

@media (max-width: 600px) {
    .hc-main,
    .hc-main--home {
        width: min(100% - 28px, var(--hc-max));
    }

    .hc-main {
        padding: 128px 0 64px;
    }

    .hc-card-grid,
    .hc-category-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .hc-hero {
        padding-top: 20px;
    }

    .hc-hero-search {
        flex-direction: column;
        border-radius: var(--hc-radius);
        padding: 12px;
    }

    .hc-hero-search > i {
        display: none;
    }

    .hc-hero-search input {
        width: 100%;
        padding-left: 16px !important;
        text-align: center;
    }

    .hc-hero-search .hc-btn {
        width: 100%;
    }

    .hc-article-row {
        padding: 14px 15px;
        gap: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.page-help-center * {
        transition: none !important;
    }
}
