.help-content li {
    padding: 0.5rem 0;
    line-height: 1.5;
}

strong {
    font-family: var(--inter-sbold);
}

.help-page-title {
    font-size: 1.25rem;
}

.help-content h5,
.help-content h6 {
    font-size: 1rem;
}

h1 {
    font-size: 1.25rem
}

.help-main {
    background: #edf2f7;
    padding: 2.5rem 0 4rem;
    min-height: calc(100vh - 300px);
}

.help-hero {
    text-align: center;
    margin-bottom: 2rem;
}

.help-hero__title {
    margin: 0;
        font-size: 1.9rem;
    color: #1f3152;
}

.help-hero__copy {
    margin: 1rem auto 0px;
    max-width: 40rem;
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.7;
    font-family: var(--inter-light);
}

.help-layout {
    display: grid;
    grid-template-columns: 17rem minmax(0, 1fr);
    gap: 0.5rem;
    align-items: start;
    padding: 1rem;
    margin: 0;
    width: 100%;
}

.help-nav,
.help-content {
    background: #fff;
    border: 1px solid #dfe4ec;
    border-radius: 0.75rem;
}

.help-nav {
    padding: 1.05rem;
    position: sticky;
    top: 6rem;
}

.help-nav__title {
    margin: 0 0 1rem;
    color: #111827;
    font-size: 1.25rem;
}

.help-nav__list,
.help-nav__sublist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.help-nav__list {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.help-nav__sublist {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.25rem 0 0.2rem 1.9rem;
}

.help-nav__item-link,
.help-nav__group-link,
.help-nav__group-toggle,
.help-nav__subitem-link {
    border: 0;
    background: transparent;
    color: #4b5563;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.65rem;
    border-radius: 0.45rem;
    font-size: 0.95rem;
}

.help-nav__group-row {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.help-nav__group-link {
    flex: 1;
    min-width: 0;
}

.help-nav__group-toggle {
    padding: 0.55rem;
    cursor: pointer;
}

.help-nav__group-toggle svg {
    transition: transform 0.2s ease;
}

.help-nav__group.is-expanded .help-nav__group-toggle svg {
    transform: rotate(180deg);
}

.help-nav__icon {
    width: 1rem;
    height: 1rem;
    color: #374151;
    flex-shrink: 0;
}

.help-nav__item-link:hover,
.help-nav__group-link:hover,
.help-nav__group-toggle:hover,
.help-nav__subitem-link:hover {
    background: #f3f6fb;
}

.help-nav__item-link.is-active,
.help-nav__group-link.is-active,
.help-nav__subitem-link.is-active {
    background: #ecf3ff;
    color: #226db4;
}

.help-nav__subitem-link {
    font-size: 0.93rem;
    padding-left: 0.6rem;
}

.help-nav__panel {
    display: none;
}

.help-nav__group.is-expanded .help-nav__panel {
    display: block;
}

.help-content {
    padding: 1.9rem 2.2rem;
}

.help-content--zoho,
.help-content--bigin {
    padding: 1.4rem 1.5rem;
}

.help-content--lead-overview {
    padding: 1.5rem 1.7rem;
}

.help-content--zoho>.help-content__title,
.help-content--zoho>.help-content__rule,
.help-content--bigin>.help-content__title,
.help-content--bigin>.help-content__rule,
.help-content--lead-overview>.help-content__title,
.help-content--lead-overview>.help-content__rule {
    display: none;
}

.lead-overview-content {
    border-top: 1px solid #e5e7eb;
    padding-top: 0.9rem;
}

.lead-overview-content h1 {
    margin: 0 0 0.7rem;
    color: #111827;
}

.lead-overview-content h3 {
    margin: 0.9rem 0 0.55rem;
    font-size: 1.5rem;
    color: #111827;
}

.lead-overview-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1rem 0 1.15rem;
}

.lead-overview-card {
    border: 1px solid #f0f2f5;
    border-radius: 0.8rem;
    padding: 1rem;
    text-decoration: none;
    color: inherit;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.lead-overview-card__head {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.65rem;
}

.lead-overview-card__head h4 {
    margin: 0;
    color: #111827;
    font-size: 1.1rem;
}

.lead-overview-card__icon {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lead-overview-card__icon--zoho {
    background: #fee2e2;
}

.lead-overview-card__icon--bigin {
    background: #dcfce7;
}

.lead-overview-card__link {
    display: inline-block;
    margin-top: 0.65rem;
    color: #2563eb;
    font-family: var(--inter-sbold);
}

.lead-overview-note {
    margin-top: 1.2rem;
    border-radius: 1.25rem;
    background: #eff5fa;
    color: #2563eb;
    font-family: var(--inter-md);
    font-size: 1.125rem;
    line-height: 1.6;
    letter-spacing: -0.4px;
    padding: 2rem 2.15rem;
}

.help-content--products {
    padding: 1.9rem 2.2rem;
}

.products-doc-intro {
    margin-bottom: 0.95rem;
}

.products-doc-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.products-doc-card {
    border: 1px solid #f0f2f5;
    border-radius: 0.8rem;
    padding: 1rem;
    text-decoration: none;
    color: inherit;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.products-doc-card__head {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.65rem;
}

.products-doc-card__head h3 {
    margin: 0;
    color: #111827;
}

.products-doc-card__icon {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.products-doc-card__icon--lead {
    background: #fee2e2;
}

.products-doc-card__icon--company {
    background: #dcfce7;
}

.products-doc-card__link {
    display: inline-block;
    margin-top: 0.65rem;
    color: #2563eb;
    font-family: var(--inter-sbold);
}

.help-content--zoho .hd-container,
.help-content--bigin .hd-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 16rem;
    gap: 1.25rem;
    align-items: start;
}

.help-content--zoho #hd-content-body,
.help-content--bigin #hd-content-body {
    min-width: 0;
}

.help-content--zoho .hd-sidebar,
.help-content--bigin .hd-sidebar {
    position: sticky;
    top: 6rem;
    background: #f8fbff;
    border: 1px solid #dbe6f3;
    border-radius: 0.7rem;
    padding: 0.8rem;
}

.hd-sidebar__title {
    margin: 0;
    font-size: 0.95rem;
    color: #1f3152;
    font-family: var(--inter-sbold);
}

.hd-sidebar__list {
    list-style: none;
    margin: 0.55rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.hd-sidebar__list a {
    display: block;
    text-decoration: none;
    color: #334155;
    font-size: 0.9rem;
    border-radius: 0.35rem;
    padding: 0.35rem 0.4rem;
}

.hd-sidebar__list a:hover {
    color: #226db4;
    background: #ebf3ff;
}

.hd-sidebar__list a.is-active {
    color: #226db4;
    background: #ebf3ff;
    font-weight: 600;
}

.hd-section {
    margin-bottom: 1.25rem;
    scroll-margin-top: 7rem;
}

.hd-section:last-child {
    margin-bottom: 0;
}

.hd-content-spacing {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.hd-image-container {
    margin: 0.7rem 0 0.95rem;
}

.hd-image {
    width: 60%;
    height: auto;
    display: block;
    border: 1px solid #dbe3ee;
    border-radius: 0.55rem;
    background: #fff;
}

.hd-tip {
    margin-top: 0.7rem;
    padding: 0.65rem 0.8rem;
    border-radius: 0.55rem;
    border: 1px solid #d9e6fb;
    background: #f5f9ff;
}

.hd-tip ul {
    margin: 0.45rem 0 0;
}

.hd-media {
    margin: 0.7rem 0 0.95rem;
}

.hd-media img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #dbe3ee;
    border-radius: 0.55rem;
    background: #fff;
}

.help-content__title, .company-doc__section-title {
    margin: 0;
    color: #111827;
    font-size: 1.25rem;

}

.help-content__rule {
    margin: 0.85rem 0 1.1rem;
    border: 0;
    border-top: 1px solid #e2e8f0;
}

.help-content p {
    color: #374151;
    line-height: 1.85;
    margin: 0 0 0.9rem;
}

.help-content h3 {
    margin-bottom: 1rem;
    color: #1f2937;
    font-size: 1.25rem;
}

.help-content pre,
.help-content code {
    font-family: var(--inter-rg, Inter), monospace;
}

.help-content pre {
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    padding: 0.85rem;
    overflow-x: auto;
}

.help-content table {
    width: 100%;
    border-collapse: collapse;
}

.help-content th,
.help-content td {
    border: 1px solid #dbe3ee;
    padding: 0.6rem;
    text-align: left;
}

.help-content th {
    background: #f7fafc;
}

.help-content__next {
    margin-top: 1.45rem;
    border-top: 1px solid #e2e8f0;
    padding-top: 0.75rem;
    text-align: right;
}

.help-content__next a {
    color: #475569;
    text-decoration: none;
    font-weight: 600;
}

.help-content__next a:hover {
    color: #226db4;
}

@media (max-width: 1024px) {
    .help-layout {
        grid-template-columns: 1fr;
    }

    .help-content--zoho .hd-container,
    .help-content--bigin .hd-container {
        grid-template-columns: 1fr;
    }

    .help-content--zoho .hd-sidebar,
    .help-content--bigin .hd-sidebar {
        position: static;
        order: -1;
    }

    .lead-overview-cards {
        grid-template-columns: 1fr;
    }

    .products-doc-cards {
        grid-template-columns: 1fr;
    }

    .lead-overview-note {
        font-size: 1.25rem;
        padding: 1.35rem 1.2rem;
        border-radius: 1rem;
    }
}

.company-doc__intro {
    margin-bottom: 0.9rem;
}

.company-doc__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin: 0.9rem 1.3rem 4.5rem 0rem;
}

.company-doc__stat-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.55rem;
    padding: 0.8rem;
    text-align: center;
}

.company-doc__stat-value {
    margin: 0 !important;
    font-family: var(--inter-sbold);
    color: #2563eb !important;
    font-size: 1.5rem;
}

.company-doc__stat-label {
    margin: 0.35rem 0 0 !important;
    color: #4b5563 !important;
    font-size: 0.875rem !important;
}

.company-doc__section {
    margin-top: 1.5rem;
    scroll-margin-top: 7rem;
}

.company-doc__endpoint {
    margin: 0.85rem 0 0;
    background: #111827 !important;
    color: #4ade80 !important;
    border-radius: 0.5rem;
    padding: 0.9rem 1rem;
    font-family: var(--inter-md);
    font-size: 0.9rem;
}

.company-doc__auth-note {
    margin: 0.7rem 0 0;
    background: #fefce8;
    border-left: 4px solid #facc15;
    color: #a16207;
    padding: 0.7rem 0.9rem;
    font-size: 0.9rem;
}

.company-doc__block {
    margin-top: 1rem;
}

.company-doc__block--compact {
    margin-top: 1.1rem;
}

.company-doc__subheading {
    margin: 0 0 0.45rem !important;
    color: #111827 !important;
    font-size: 1.05rem !important;
}

.company-doc__code {
    margin: 0;
    background: #111827 !important;
    border-radius: 0.5rem;
    border: 1px solid #111827 !important;
    color: #4ade80 !important;
    padding: 0.9rem 1rem;
    overflow-x: auto;
    white-space: pre;
    line-height: 1.45;
    font-size: 0.86rem;
}

.company-doc__code--error {
    color: #f87171 !important;
}

.company-doc__code--warning {
    color: #facc15 !important;
}

.company-doc__table-wrap {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    overflow: hidden;
    margin: 0.8rem 0;
}

.company-doc__table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.company-doc__table th,
.company-doc__table td {
    border: 1px solid #e5e7eb;
    padding: 0.6rem;
    text-align: left;
}

.company-doc__table th {
    background: #f9fafb;
    color: #111827;
    font-family: var(--inter-md);
}

.company-doc__cards {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    margin-top: 0.8rem;
}

.company-doc__card {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 0.9rem 1rem;
    background: #fff;
}

.company-doc__card--soft {
    background: #f9fafb;
}

.company-doc__card-title {
    margin: 0;
    color: #111827;
    font-size: 1rem;
    font-family: var(--inter-sbold);
}

.company-doc__list {
    margin: 0.55rem 0 0;
    padding-left: 1.1rem;
    color: #4b5563;
}

.company-doc__list li {
    margin-bottom: 0.35rem;
    line-height: 1.55;
}

.company-doc__reference-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 0.8rem;
}

.company-doc__notes {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.company-doc__note {
    border-left: 4px solid transparent;
    border-radius: 0.35rem;
    padding: 0.65rem 0.85rem;
}

.company-doc__note--info {
    background: #eff6ff;
    border-left-color: #60a5fa;
    color: #1d4ed8;
}

.company-doc__note--success {
    background: #f0fdf4;
    border-left-color: #4ade80;
    color: #15803d;
}

.company-doc__note--warning {
    background: #fefce8;
    border-left-color: #facc15;
    color: #a16207;
}

.company-doc__note-title {
    margin: 0 !important;
    font-size: 0.95rem !important;
    font-family: var(--inter-sbold);
}

.company-doc__note-body {
    margin: 0.35rem 0 0 !important;
    font-size: 0.88rem !important;
    line-height: 1.5 !important;
}

.company-doc__next-hidden {
    display: none;
}

@media (max-width: 1024px) {
    .company-doc__stats {
        grid-template-columns: 1fr;
    }

    .company-doc__reference-grid {
        grid-template-columns: 1fr;
    }

    .company-doc__section-title {
        font-size: 1.6rem;
    }
    
    .help-nav {
        position: static;
    }
}

@media (max-width: 768px) {
    .help-nav {
        position: static;
    }

    .help-content--zoho .hd-sidebar,
    .help-content--bigin .hd-sidebar {
        position: static;
    }
}