/* =====================================================
   CENTRO DE AJUDA
===================================================== */

html {
    scroll-behavior: smooth;
    scroll-padding-top: 130px;
}

.help-hero {
    position: relative;
    padding: 240px 0 60px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(214, 40, 40, 0.08),
            transparent 34%
        ),
        linear-gradient(180deg, #f8f5f1 0%, #ffffff 100%);
}

.help-hero::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -160px;
    width: 480px;
    height: 480px;
    border: 1px solid rgba(214, 40, 40, 0.08);
    border-radius: 50%;
}

.help-hero::after {
    content: "";
    position: absolute;
    top: -95px;
    right: -75px;
    width: 310px;
    height: 310px;
    border: 1px solid rgba(214, 40, 40, 0.08);
    border-radius: 50%;
}

.help-hero-wrapper {
    position: relative;
    z-index: 2;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.help-label {
    display: inline-flex;
    align-items: center;
    padding: 10px 19px;
    margin-bottom: 25px;
    border: 1px solid rgba(214, 40, 40, 0.12);
    border-radius: 999px;
    background: rgba(214, 40, 40, 0.08);
    color: var(--primary, #d62828);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.help-hero h1 {
    margin: 0 0 24px;
    color: #111827;
    font-size: clamp(46px, 6vw, 72px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -3px;
}

.help-hero-wrapper > p {
    max-width: 760px;
    margin: 0 auto;
    color: #667085;
    font-size: 19px;
    line-height: 1.85;
}

.help-search-wrapper {
    max-width: 780px;
    margin: 45px auto 0;
}

.help-search {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 76px;
    padding: 0 72px 0 26px;
    border: 1px solid #e7e7e7;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 25px 65px rgba(17, 24, 39, 0.1);
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.help-search:focus-within {
    border-color: rgba(214, 40, 40, 0.45);
    box-shadow: 0 30px 75px rgba(214, 40, 40, 0.13);
    transform: translateY(-2px);
}

.help-search svg {
    width: 27px;
    height: 27px;
    margin-right: 18px;
    color: var(--primary, #d62828);
    stroke-width: 2;
    flex-shrink: 0;
}

.help-search input {
    width: 100%;
    height: 74px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #111827;
    font: inherit;
    font-size: 17px;
}

.help-search input::placeholder {
    color: #98a2b3;
}

.clear-search {
    position: absolute;
    top: 50%;
    right: 23px;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f2f4f7;
    color: #667085;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    transform: translateY(-50%);
    transition:
        background 0.2s ease,
        color 0.2s ease;
}

.clear-search:hover {
    background: #feecec;
    color: var(--primary, #d62828);
}

.search-hint {
    margin-top: 15px;
    color: #98a2b3;
    font-size: 14px;
}

.help-quick-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.help-quick-links a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid #e8e8e8;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    color: #475467;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition:
        border-color 0.25s ease,
        color 0.25s ease,
        background 0.25s ease,
        transform 0.25s ease;
}

.help-quick-links a:hover {
    border-color: rgba(214, 40, 40, 0.3);
    background: #ffffff;
    color: var(--primary, #d62828);
    transform: translateY(-2px);
}

/* =====================================================
   LAYOUT
===================================================== */

.help-content-section {
    padding: 125px 0 140px;
    background: #ffffff;
}

.help-layout {
    display: grid;
    grid-template-columns: 315px minmax(0, 1fr);
    gap: 70px;
    align-items: start;
}

.help-sidebar {
    min-width: 0;
}

.help-sidebar-inner {
    position: sticky;
    top: 125px;
    padding: 32px;
    border: 1px solid #ececec;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 20px 55px rgba(17, 24, 39, 0.06);
}

.sidebar-label {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--primary, #d62828);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
}

.help-sidebar h2 {
    margin: 0 0 28px;
    color: #111827;
    font-size: 26px;
    line-height: 1.25;
}

.help-index {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.help-index a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 47px;
    padding: 10px 12px;
    border-radius: 12px;
    color: #667085;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.help-index a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: #f5f5f5;
    color: #98a2b3;
    font-size: 11px;
    font-weight: 800;
    flex-shrink: 0;
    transition:
        background 0.25s ease,
        color 0.25s ease;
}

.help-index a:hover {
    background: #fff7f7;
    color: var(--primary, #d62828);
    transform: translateX(3px);
}

.help-index a.active {
    background: #feecec;
    color: var(--primary, #d62828);
}

.help-index a.active span {
    background: var(--primary, #d62828);
    color: #ffffff;
}

.sidebar-support {
    margin-top: 28px;
    padding: 22px;
    border-radius: 18px;
    background: linear-gradient(135deg, #20242c, #111318);
    color: #ffffff;
}

.sidebar-support strong {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
}

.sidebar-support p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.65;
}

.sidebar-support a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 10px;
    background: var(--primary, #d62828);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.sidebar-support a:hover {
    background: #b71c1c;
    transform: translateY(-2px);
}

.help-main {
    min-width: 0;
}

/* =====================================================
   ÍNDICE MOBILE
===================================================== */

.help-mobile-index {
    display: none;
    margin-bottom: 45px;
}

.help-mobile-index label {
    display: block;
    margin-bottom: 10px;
    color: #344054;
    font-size: 14px;
    font-weight: 700;
}

.help-mobile-index select {
    width: 100%;
    min-height: 58px;
    padding: 0 48px 0 18px;
    border: 1px solid #e3e3e3;
    border-radius: 14px;
    outline: none;
    background: #ffffff;
    color: #344054;
    font: inherit;
    font-size: 15px;
}

/* =====================================================
   CATEGORIAS
===================================================== */

.help-category {
    padding: 0 0 105px;
    scroll-margin-top: 130px;
}

.help-category:last-child {
    padding-bottom: 0;
}

.category-heading {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding-bottom: 32px;
    border-bottom: 1px solid #eaeaea;
}

.category-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 67px;
    height: 67px;
    border-radius: 19px;
    background: #feecec;
    color: var(--primary, #d62828);
    font-size: 19px;
    font-weight: 800;
    flex-shrink: 0;
}

.category-label {
    display: block;
    margin: 1px 0 9px;
    color: var(--primary, #d62828);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.6px;
}

.category-heading h2 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 38px;
    line-height: 1.16;
    letter-spacing: -1px;
}

.category-heading p {
    max-width: 700px;
    margin: 0;
    color: #667085;
    font-size: 16px;
    line-height: 1.75;
}

/* =====================================================
   FAQ
===================================================== */

.faq-list {
    margin-top: 30px;
}

.faq-item {
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid #eaeaea;
    border-radius: 18px;
    background: #ffffff;
    transition:
        border-color 0.28s ease,
        box-shadow 0.28s ease,
        transform 0.28s ease;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-item:hover {
    border-color: rgba(214, 40, 40, 0.2);
    box-shadow: 0 16px 40px rgba(17, 24, 39, 0.055);
}

.faq-item.active {
    border-color: rgba(214, 40, 40, 0.35);
    box-shadow: 0 18px 45px rgba(214, 40, 40, 0.08);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    width: 100%;
    min-height: 82px;
    padding: 22px 25px;
    border: 0;
    background: transparent;
    color: #111827;
    cursor: pointer;
    text-align: left;
    font: inherit;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
}

.faq-question:focus-visible {
    outline: 3px solid rgba(214, 40, 40, 0.22);
    outline-offset: -3px;
}

.faq-icon {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f6f6f6;
    flex-shrink: 0;
    transition:
        background 0.25s ease,
        transform 0.35s ease;
}

.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    border-radius: 10px;
    background: var(--primary, #d62828);
    transform: translate(-50%, -50%);
}

.faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: opacity 0.25s ease;
}

.faq-item.active .faq-icon {
    background: var(--primary, #d62828);
    transform: rotate(180deg);
}

.faq-item.active .faq-icon::before,
.faq-item.active .faq-icon::after {
    background: #ffffff;
}

.faq-item.active .faq-icon::after {
    opacity: 0;
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease;
}

.faq-item.active .faq-answer {
    grid-template-rows: 1fr;
}

.faq-answer-inner {
    min-height: 0;
    overflow: hidden;
    padding: 0 80px 0 25px;
    color: #667085;
    font-size: 15px;
    line-height: 1.85;
    opacity: 0;
    transition:
        padding 0.4s ease,
        opacity 0.25s ease;
}

.faq-item.active .faq-answer-inner {
    padding-top: 0;
    padding-bottom: 27px;
    opacity: 1;
}

.faq-answer-inner p {
    margin: 0 0 12px;
}

.faq-answer-inner p:last-child {
    margin-bottom: 0;
}

.faq-answer-inner a {
    color: var(--primary, #d62828);
    font-weight: 700;
    text-decoration: none;
}

.faq-answer-inner a:hover {
    text-decoration: underline;
}

.faq-inline-link {
    display: inline-flex;
    align-items: center;
    margin-top: 9px;
}

/* Pesquisa */

.help-category[hidden],
.faq-item[hidden] {
    display: none;
}

.help-category.search-match {
    padding-bottom: 70px;
}

.help-category.search-match .category-heading {
    border-color: rgba(214, 40, 40, 0.2);
}

.help-no-results {
    padding: 70px 40px;
    border: 1px solid #ececec;
    border-radius: 26px;
    background: #fafafa;
    text-align: center;
}

.no-results-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 25px;
    border-radius: 20px;
    background: #feecec;
    color: var(--primary, #d62828);
}

.no-results-icon svg {
    width: 31px;
    height: 31px;
    stroke-width: 2;
}

.help-no-results h2 {
    margin: 0 0 14px;
    color: #111827;
    font-size: 32px;
}

.help-no-results p {
    max-width: 560px;
    margin: 0 auto 28px;
    color: #667085;
    line-height: 1.75;
}

.help-no-results .btn-primary {
    display: inline-flex;
}

/* =====================================================
   CONTACTOS
===================================================== */

.contact-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 30px;
}

.contact-option {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    min-height: 210px;
    padding: 32px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-radius: 22px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.contact-option:hover {
    border-color: rgba(214, 40, 40, 0.3);
    box-shadow: 0 24px 55px rgba(17, 24, 39, 0.08);
    transform: translateY(-7px);
}

.contact-option.featured {
    border-color: var(--primary, #d62828);
    background: linear-gradient(145deg, #fff8f8, #ffffff);
}

.contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: #feecec;
    color: var(--primary, #d62828);
    flex-shrink: 0;
}

.contact-icon svg {
    width: 26px;
    height: 26px;
    stroke-width: 1.8;
}

.contact-option div > span {
    display: block;
    margin-bottom: 10px;
    color: var(--primary, #d62828);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.contact-option h3 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 21px;
    line-height: 1.35;
}

.contact-option p {
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.7;
}

.contact-arrow {
    position: absolute;
    right: 24px;
    bottom: 22px;
    color: var(--primary, #d62828);
    font-size: 27px;
    transition: transform 0.25s ease;
}

.contact-option:hover .contact-arrow {
    transform: translateX(6px);
}

/* =====================================================
   CTA
===================================================== */

.help-cta {
    padding: 0 0 140px;
    background: #ffffff;
}

.help-cta-box {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    padding: 85px 70px;
    overflow: hidden;
    border-radius: 34px;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(255, 255, 255, 0.16),
            transparent 32%
        ),
        linear-gradient(135deg, #d62828, #b71c1c);
    color: #ffffff;
    text-align: center;
    box-shadow: 0 35px 90px rgba(214, 40, 40, 0.25);
}

.help-cta-box::before {
    content: "";
    position: absolute;
    bottom: -170px;
    left: -130px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
}

.help-cta-box::after {
    content: "";
    position: absolute;
    bottom: -105px;
    left: -65px;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
}

.help-cta-label,
.help-cta-box h2,
.help-cta-box p,
.help-cta-buttons {
    position: relative;
    z-index: 2;
}

.help-cta-label {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.help-cta-box h2 {
    max-width: 820px;
    margin: 0 auto 22px;
    font-size: 50px;
    line-height: 1.12;
    letter-spacing: -1.5px;
}

.help-cta-box p {
    max-width: 760px;
    margin: 0 auto 40px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.85;
}

.help-cta-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.btn-help-light,
.btn-help-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 27px;
    border: 2px solid transparent;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.btn-help-light {
    background: #ffffff;
    color: var(--primary, #d62828);
}

.btn-help-light:hover {
    background: #f5f5f5;
    transform: translateY(-3px);
}

.btn-help-outline {
    border-color: rgba(255, 255, 255, 0.45);
    background: transparent;
    color: #ffffff;
}

.btn-help-outline:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.09);
    transform: translateY(-3px);
}

/* =====================================================
   RESPONSIVO
===================================================== */

@media (max-width: 1180px) {
    .help-layout {
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 45px;
    }

    .help-sidebar-inner {
        padding: 25px;
    }

    .help-index a {
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    html {
        scroll-padding-top: 100px;
    }

    .help-hero {
        padding: 145px 0 95px;
    }

    .help-content-section {
        padding: 90px 0 110px;
    }

    .help-layout {
        display: block;
    }

    .help-sidebar {
        display: none;
    }

    .help-mobile-index {
        display: block;
    }

    .help-category {
        padding-bottom: 85px;
    }

    .contact-options {
        grid-template-columns: 1fr;
    }

    .help-cta {
        padding-bottom: 105px;
    }
}

@media (max-width: 768px) {
    .help-hero {
        padding: 125px 0 80px;
    }

    .help-hero h1 {
        font-size: 43px;
        letter-spacing: -1.8px;
    }

    .help-hero-wrapper > p {
        font-size: 17px;
    }

    .help-search-wrapper {
        margin-top: 35px;
    }

    .help-search {
        min-height: 64px;
        padding-right: 60px;
        padding-left: 19px;
        border-radius: 17px;
    }

    .help-search svg {
        width: 23px;
        height: 23px;
        margin-right: 13px;
    }

    .help-search input {
        height: 62px;
        font-size: 15px;
    }

    .clear-search {
        right: 14px;
    }

    .help-quick-links {
        gap: 9px;
    }

    .help-quick-links a {
        min-height: 39px;
        padding: 0 14px;
        font-size: 12px;
    }

    .help-content-section {
        padding: 75px 0 90px;
    }

    .category-heading {
        gap: 17px;
        padding-bottom: 25px;
    }

    .category-number {
        width: 54px;
        height: 54px;
        border-radius: 15px;
        font-size: 16px;
    }

    .category-heading h2 {
        font-size: 30px;
    }

    .category-heading p {
        font-size: 14px;
    }

    .faq-list {
        margin-top: 23px;
    }

    .faq-question {
        min-height: 74px;
        padding: 19px;
        gap: 15px;
        font-size: 15px;
    }

    .faq-icon {
        width: 34px;
        height: 34px;
    }

    .faq-answer-inner {
        padding-right: 19px;
        padding-left: 19px;
        font-size: 14px;
    }

    .faq-item.active .faq-answer-inner {
        padding-bottom: 22px;
    }

    .contact-option {
        min-height: auto;
        padding: 25px 25px 62px;
    }

    .contact-icon {
        width: 50px;
        height: 50px;
    }

    .contact-option h3 {
        font-size: 19px;
    }

    .help-no-results {
        padding: 55px 25px;
    }

    .help-no-results h2 {
        font-size: 27px;
    }

    .help-cta {
        padding-bottom: 85px;
    }

    .help-cta-box {
        padding: 60px 28px;
        border-radius: 25px;
    }

    .help-cta-box h2 {
        font-size: 35px;
        letter-spacing: -1px;
    }

    .help-cta-box p {
        font-size: 16px;
    }

    .help-cta-buttons {
        flex-direction: column;
    }

    .btn-help-light,
    .btn-help-outline {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .help-hero h1 {
        font-size: 37px;
    }

    .search-hint {
        font-size: 12px;
    }

    .category-heading {
        display: block;
    }

    .category-number {
        margin-bottom: 18px;
    }

    .category-heading h2 {
        font-size: 28px;
    }

    .faq-question {
        align-items: flex-start;
    }

    .faq-icon {
        margin-top: 1px;
    }

    .contact-option {
        display: block;
    }

    .contact-icon {
        margin-bottom: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
/* ==========================================================
   AJUDA — NAVEGAÇÃO "SOBRE A UNIFORMA"
   Adicionar no final de /assets/css/ajuda.css
========================================================== */

.help-company-navigation{
    margin:0;
}

.help-company-navigation > h2{
    margin:0 0 20px;
    color:#111827;
    font-size:24px;
    line-height:1.25;
}

.help-company-links{
    display:grid;
    gap:6px;
}

.help-company-links > a{
    display:grid;
    grid-template-columns:42px minmax(0,1fr);
    align-items:center;
    gap:12px;

    min-height:62px;
    padding:9px 10px;

    border:1px solid transparent;
    border-radius:13px;

    color:#475467;
    background:transparent;
    text-decoration:none;

    transition:
        color .25s ease,
        background-color .25s ease,
        border-color .25s ease,
        transform .25s ease;
}

.help-company-links > a:hover,
.help-company-links > a:focus-visible{
    color:var(--primary,#d62828);
    background:#fff7f7;
    border-color:rgba(214,40,40,.13);
    transform:translateX(3px);
}

.help-company-links > a.active{
    color:var(--primary,#d62828);
    background:#feecec;
    border-color:rgba(214,40,40,.18);
}

.help-company-icon{
    display:flex;
    align-items:center;
    justify-content:center;

    width:42px;
    height:42px;

    border-radius:11px;

    color:#667085;
    background:#f4f4f5;

    transition:
        color .25s ease,
        background-color .25s ease;
}

.help-company-icon svg{
    width:21px;
    height:21px;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.help-company-links > a:hover .help-company-icon,
.help-company-links > a:focus-visible .help-company-icon,
.help-company-links > a.active .help-company-icon{
    color:var(--primary,#d62828);
    background:#fff;
}

.help-company-links strong,
.help-company-links small{
    display:block;
}

.help-company-links strong{
    margin-bottom:3px;
    color:inherit;
    font-size:13px;
    font-weight:750;
    line-height:1.25;
}

.help-company-links small{
    color:#98a2b3;
    font-size:11px;
    font-weight:500;
    line-height:1.35;
}

.help-sidebar-separator{
    width:100%;
    height:1px;
    margin:28px 0;
    background:#ececec;
}

/* A barra lateral passa a ter mais espaço interno útil */
.help-sidebar-inner{
    padding:26px !important;
}

/* Em portáteis, reduz ligeiramente para não apertar o conteúdo */
@media (min-width:993px) and (max-width:1180px){
    .help-company-links > a{
        grid-template-columns:38px minmax(0,1fr);
        gap:9px;
        padding-inline:7px;
    }

    .help-company-icon{
        width:38px;
        height:38px;
    }

    .help-company-links strong{
        font-size:12px;
    }
}
========================= */

.help-view{
    display:none;
    min-width:0;
    animation:helpViewIn .42s cubic-bezier(.22,1,.36,1);
}

.help-view.is-active{display:block}
.help-view[hidden]{display:none!important}

@keyframes helpViewIn{
    from{opacity:0;transform:translateY(14px)}
    to{opacity:1;transform:none}
}

.help-breadcrumbs{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:8px;
    margin:0 0 24px;
    color:#98a2b3;
    font-size:12px;
}

.help-breadcrumbs a{
    color:#667085;
    text-decoration:none;
}

.help-breadcrumbs a:hover{color:var(--primary,#d62828)}

.help-company-links{
    display:grid;
    gap:6px;
}

.help-company-links>a{
    display:grid;
    grid-template-columns:42px minmax(0,1fr);
    align-items:center;
    gap:12px;
    min-height:64px;
    padding:9px 10px;
    border:1px solid transparent;
    border-radius:14px;
    color:#475467;
    text-decoration:none;
    transition:
        color .28s ease,
        background-color .28s ease,
        border-color .28s ease,
        transform .35s cubic-bezier(.22,1,.36,1);
}

.help-company-links>a:hover,
.help-company-links>a:focus-visible{
    color:var(--primary,#d62828);
    background:#fff7f7;
    border-color:rgba(214,40,40,.13);
    transform:translateX(3px);
}

.help-company-links>a.active{
    color:var(--primary,#d62828);
    background:#feecec;
    border-color:rgba(214,40,40,.18);
}

.help-company-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border-radius:12px;
    color:#667085;
    background:#f4f4f5;
    transition:color .25s ease,background-color .25s ease;
}

.help-company-icon svg{
    width:21px;
    height:21px;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.help-company-links>a:hover .help-company-icon,
.help-company-links>a.active .help-company-icon{
    color:var(--primary,#d62828);
    background:#fff;
}

.help-company-links strong,
.help-company-links small{display:block}

.help-company-links strong{
    margin-bottom:3px;
    color:inherit;
    font-size:13px;
    font-weight:780;
    line-height:1.25;
}

.help-company-links small{
    color:#98a2b3;
    font-size:11px;
    line-height:1.35;
}

.help-sidebar-separator{
    height:1px;
    margin:28px 0;
    background:#ececec;
}

/* Editorial */

.help-editorial-header{
    margin-bottom:34px;
    padding-bottom:30px;
    border-bottom:1px solid #e9e9e9;
}

.help-editorial-header>span,
.help-section-heading>span{
    display:block;
    margin-bottom:11px;
    color:var(--primary,#d62828);
    font-size:11px;
    font-weight:850;
    letter-spacing:1.7px;
}

.help-editorial-header h2{
    max-width:900px;
    margin:0 0 17px;
    color:#111827;
    font-size:clamp(38px,4vw,56px);
    line-height:1.07;
    letter-spacing:-.045em;
}

.help-editorial-header p{
    max-width:840px;
    margin:0;
    color:#667085;
    font-size:17px;
    line-height:1.8;
}

.help-editorial-media{
    margin:0 0 52px;
}

.help-editorial-media img,
.help-media-placeholder{
    display:block;
    width:100%;
    aspect-ratio:16/8.3;
    border:1px solid #e9e6e2;
    border-radius:25px;
    object-fit:cover;
    box-shadow:0 20px 55px rgba(17,24,39,.08);
}

.help-media-placeholder{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:15px;
    padding:30px;
    color:#98a2b3;
    background:
        radial-gradient(circle at 20% 20%,rgba(214,40,40,.09),transparent 32%),
        linear-gradient(135deg,#fff,#f5f1ed);
    text-align:center;
}

.help-media-placeholder svg{
    width:52px;
    height:52px;
    color:var(--primary,#d62828);
    stroke-width:1.4;
}

.help-media-placeholder strong{
    color:#475467;
    font-size:13px;
}

.help-editorial-media figcaption{
    margin-top:11px;
    color:#98a2b3;
    font-size:12px;
    line-height:1.5;
    text-align:center;
}

.help-editorial-section{
    margin-bottom:58px;
}

.help-editorial-section h3{
    margin:0 0 17px;
    color:#111827;
    font-size:29px;
    line-height:1.25;
    letter-spacing:-.02em;
}

.help-editorial-section h3:not(:first-child){
    margin-top:35px;
}

.help-editorial-section p,
.help-editorial-section li{
    color:#667085;
    font-size:15px;
    line-height:1.86;
}

.help-editorial-section p{margin:0 0 16px}

.help-editorial-section a:not(.primary){
    color:#b91c1c;
    text-decoration-thickness:1px;
    text-underline-offset:3px;
}

.help-feature-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    margin-top:25px;
}

.help-feature-grid article{
    padding:25px;
    border:1px solid #e9e9e9;
    border-radius:20px;
    background:#fff;
    box-shadow:0 12px 32px rgba(17,24,39,.045);
    transition:
        transform .4s cubic-bezier(.22,1,.36,1),
        box-shadow .4s ease,
        border-color .3s ease;
}

.help-feature-grid article:hover{
    border-color:rgba(214,40,40,.2);
    transform:translateY(-4px);
    box-shadow:0 20px 42px rgba(17,24,39,.08);
}

.help-feature-grid h4{
    margin:0 0 10px;
    color:#172033;
    font-size:19px;
}

.help-feature-grid p{
    margin:0;
    font-size:14px;
    line-height:1.75;
}

.help-check-list{
    display:grid;
    gap:10px;
    margin:20px 0 0;
    padding:0;
    list-style:none;
}

.help-check-list li{
    position:relative;
    padding-left:31px;
}

.help-check-list li::before{
    content:"✓";
    position:absolute;
    top:1px;
    left:0;
    display:flex;
    align-items:center;
    justify-content:center;
    width:20px;
    height:20px;
    border-radius:50%;
    color:var(--primary,#d62828);
    background:#feecec;
    font-size:11px;
    font-weight:900;
}

.help-check-list.muted li::before{
    content:"—";
    color:#667085;
    background:#f1f3f5;
}

.help-related-links{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:30px;
}

.help-related-links a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:47px;
    padding:0 18px;
    border:1px solid rgba(214,40,40,.24);
    border-radius:999px;
    color:var(--primary,#d62828)!important;
    background:#fff;
    text-decoration:none!important;
    font-size:13px;
    font-weight:760;
    transition:
        transform .3s cubic-bezier(.22,1,.36,1),
        color .25s ease,
        background-color .25s ease,
        box-shadow .3s ease;
}

.help-related-links a:hover{
    color:#fff!important;
    background:var(--primary,#d62828);
    transform:translateY(-2px);
    box-shadow:0 12px 26px rgba(214,40,40,.18);
}

.help-related-links a.primary{
    color:#fff!important;
    background:var(--primary,#d62828);
    box-shadow:0 10px 26px rgba(214,40,40,.18);
}

.help-related-links a.primary:hover{background:#b91c1c}

.help-note{
    margin:28px 0;
    padding:21px 23px;
    border-left:3px solid var(--primary,#d62828);
    border-radius:0 16px 16px 0;
    color:#667085;
    background:#fff7f7;
    font-size:14px;
    line-height:1.75;
}

.help-note strong{
    display:block;
    margin-bottom:4px;
    color:#111827;
}

.help-timeline,
.help-number-list{
    display:grid;
    gap:14px;
    margin:24px 0 0;
    padding:0;
    list-style:none;
    counter-reset:step;
}

.help-timeline li{
    display:grid;
    grid-template-columns:210px minmax(0,1fr);
    gap:25px;
    padding:22px 0;
    border-bottom:1px solid #ececec;
}

.help-timeline strong{
    color:#111827;
    font-size:15px;
}

.help-timeline span{
    color:#667085;
    font-size:14px;
    line-height:1.75;
}

.help-number-list li{
    counter-increment:step;
    position:relative;
    min-height:42px;
    padding:9px 0 9px 56px;
}

.help-number-list li::before{
    content:counter(step,decimal-leading-zero);
    position:absolute;
    top:0;
    left:0;
    display:flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border-radius:13px;
    color:var(--primary,#d62828);
    background:#feecec;
    font-size:12px;
    font-weight:850;
}

.help-comparison{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
    margin-top:25px;
}

.help-comparison article{
    padding:30px;
    border:1px solid #e6e6e6;
    border-radius:23px;
    background:#fff;
}

.help-comparison article.featured{
    border-color:rgba(214,40,40,.7);
    box-shadow:0 18px 45px rgba(214,40,40,.08);
}

.help-comparison article>span{
    display:inline-block;
    margin-bottom:15px;
    color:var(--primary,#d62828);
    font-size:10px;
    font-weight:850;
    letter-spacing:1.2px;
}

.help-comparison h4{
    margin:0 0 12px;
    color:#111827;
    font-size:25px;
}

.help-comparison p{
    font-size:14px;
}

.help-comparison ul{
    margin:18px 0 0;
    padding-left:20px;
}

.help-payment-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
    margin-top:24px;
}

.help-payment-grid article{
    min-height:172px;
    padding:23px;
    border:1px solid #e9e9e9;
    border-radius:19px;
    background:#fff;
    box-shadow:0 10px 28px rgba(17,24,39,.04);
}

.help-payment-grid article>span{
    display:inline-flex;
    margin-bottom:17px;
    padding:7px 10px;
    border-radius:999px;
    color:var(--primary,#d62828);
    background:#feecec;
    font-size:10px;
    font-weight:850;
    letter-spacing:.8px;
}

.help-payment-grid h4{
    margin:0 0 8px;
    color:#111827;
    font-size:18px;
}

.help-payment-grid p{
    margin:0;
    font-size:13px;
    line-height:1.7;
}

.help-faq-group{
    margin-bottom:50px;
}

.help-section-heading{
    margin-bottom:18px;
}

.help-section-heading h3{
    margin:0;
    color:#111827;
    font-size:28px;
}

.help-content-review{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    margin-top:65px;
    padding:22px 25px;
    border:1px solid #e8e8e8;
    border-radius:18px;
    background:#fafafa;
}

.help-content-review strong,
.help-content-review span{
    display:block;
}

.help-content-review strong{
    margin-bottom:4px;
    color:#344054;
    font-size:13px;
}

.help-content-review span{
    color:#98a2b3;
    font-size:11px;
}

.help-content-review a{
    color:var(--primary,#d62828);
    font-size:12px;
    font-weight:750;
    text-decoration:none;
    white-space:nowrap;
}

/* Responsivo */

@media (min-width:993px){
    .help-sidebar-inner{
        padding:25px!important;
    }
}

@media (max-width:1180px){
    .help-payment-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .help-company-links>a{
        grid-template-columns:38px minmax(0,1fr);
        gap:9px;
        padding-inline:7px;
    }

    .help-company-icon{
        width:38px;
        height:38px;
    }
}

@media (max-width:992px){
    .help-layout{
        display:block!important;
    }

    .help-sidebar{
        display:block!important;
        margin-bottom:35px;
    }

    .help-sidebar-inner{
        position:static!important;
    }

    .help-company-links{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .help-sidebar-separator,
    .help-sidebar-separator~.sidebar-label,
    .help-sidebar-separator~.help-index,
    .sidebar-support{
        display:none;
    }
}

@media (max-width:720px){
    .help-company-links,
    .help-feature-grid,
    .help-comparison,
    .help-payment-grid{
        grid-template-columns:1fr;
    }

    .help-editorial-header h2{
        font-size:35px;
    }

    .help-editorial-header p{
        font-size:15px;
    }

    .help-editorial-media{
        margin-bottom:38px;
    }

    .help-editorial-media img,
    .help-media-placeholder{
        aspect-ratio:4/3;
        border-radius:19px;
    }

    .help-timeline li{
        grid-template-columns:1fr;
        gap:7px;
    }

    .help-related-links{
        flex-direction:column;
    }

    .help-related-links a{
        width:100%;
    }

    .help-content-review{
        align-items:flex-start;
        flex-direction:column;
    }
}

@media (prefers-reduced-motion:reduce){
    .help-view,
    .help-company-links>a,
    .help-feature-grid article,
    .help-related-links a{
        animation:none!important;
        transition:none!important;
    }
}
/* ==========================================================
   AJUDA — IMAGENS COMPLETAS, SEM CORTE
   Adicionar no fim de /assets/css/ajuda-profissional.css
========================================================== */

.help-editorial-media{
    width:100%;
    max-width:980px;
    margin:0 auto 52px;
}

.help-editorial-media-frame{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    max-height:620px;
    padding:14px;
    overflow:hidden;
    border:1px solid #e9e6e2;
    border-radius:24px;
    background:#f6f3ef;
    box-shadow:0 18px 48px rgba(17,24,39,.08);
}

.help-editorial-media-frame img{
    display:block;
    width:100%;
    height:auto;
    max-width:100%;
    max-height:590px;
    object-fit:contain;
    object-position:center;
    border-radius:16px;
}

.help-editorial-media > img{
    width:100%;
    height:auto;
    max-height:none;
    object-fit:contain;
}

.help-media-placeholder{
    width:100%;
    min-height:360px;
    max-height:620px;
    aspect-ratio:3 / 2;
}

@media (max-width:992px){

    .help-editorial-media{
        max-width:860px;
        margin-bottom:42px;
    }

    .help-editorial-media-frame{
        max-height:540px;
        padding:12px;
        border-radius:20px;
    }

    .help-editorial-media-frame img{
        max-height:515px;
        border-radius:14px;
    }

}

@media (max-width:600px){

    .help-editorial-media{
        margin-bottom:34px;
    }

    .help-editorial-media-frame{
        max-height:none;
        padding:8px;
        border-radius:16px;
    }

    .help-editorial-media-frame img{
        width:100%;
        height:auto;
        max-height:none;
        border-radius:11px;
    }

    .help-media-placeholder{
        min-height:230px;
        aspect-ratio:4 / 3;
    }

}