.ks-help-shell {
    width: min(1540px, calc(100% - 80px));
    max-width: none;
    margin: 0 auto;
    padding: 0;
}

.ks-help-page {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(255, 220, 220, 0.7), transparent 34%),
        radial-gradient(circle at top right, rgba(16, 28, 41, 0.06), transparent 28%),
        #f5f7fb;
    color: #111827;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
    box-sizing: border-box;
    padding: 28px 0 56px;
}

.ks-help-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
    gap: 16px;
    align-items: stretch;
}

.ks-help-hero-copy,
.ks-help-hero-card,
.ks-help-panel,
.ks-help-contact-card {
    background: #ffffff;
    border: 1px solid #e5eaf0;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.ks-help-hero-copy {
    padding: 38px 36px 34px;
}

.ks-help-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #fff2f2;
    color: #cf3033;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.ks-help-hero h1 {
    margin: 16px 0 14px;
    color: #0f172a;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.ks-help-hero p,
.ks-help-panel p,
.ks-help-contact-card p {
    margin: 0;
    color: #5b6472;
    font-size: 17px;
    line-height: 1.7;
}

.ks-help-hero-card {
    display: flex;
    align-items: flex-end;
    padding: 28px 30px;
    background:
        linear-gradient(135deg, #111b29 0%, #131f31 52%, #1a2435 100%);
    min-height: 100%;
}

.ks-help-hero-card p {
    color: #eef2f7;
    font-size: 18px;
}

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

.ks-help-stat {
    min-height: 104px;
    padding: 20px 20px 18px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #e5eaf0;
}

.ks-help-stat span {
    display: block;
    color: #6b7280;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.ks-help-stat strong {
    display: block;
    margin-top: 10px;
    color: #cf3033;
    font-size: 24px;
    line-height: 1.25;
}

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

.ks-help-panel {
    padding: 28px;
    border-radius: 16px;
}

.ks-promo-panel {
    padding: 24px 24px 28px;
}

.ks-promo-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.ks-promo-head p {
    max-width: 740px;
}

.ks-promo-content {
    width: 100%;
}

.ks-promo-content .woocommerce {
    width: 100%;
}

.ks-promo-product-grid {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
    gap: 18px !important;
}

.ks-promo-product-grid .kps-stock-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 24px !important;
    margin: 0 !important;
    padding: 3px 9px !important;
    border-radius: 999px !important;
    background: #ecfdf3 !important;
    color: #06712f !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    grid-column: 2 / 3 !important;
    justify-self: end !important;
    align-self: center !important;
}

.ks-promo-product-grid .kps-price {
    gap: 4px 8px !important;
    align-items: flex-start !important;
}

.ks-promo-product-grid .kps-quick-add-btn {
    margin: 12px 14px 14px !important;
    min-height: 40px !important;
    border-radius: 10px !important;
}

.ks-promo-empty {
    margin: 0;
    padding: 18px 20px;
    border: 1px dashed #d8dee7;
    border-radius: 14px;
    background: #fafbfd;
    color: #5b6472;
    font-size: 15px;
    line-height: 1.5;
}

.ks-promo-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 12px;
}

.ks-promo-category-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid #e5eaf0;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ks-promo-category-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.ks-promo-category-card__media {
    display: block;
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, #f7f8fb 0%, #eef2f7 100%);
}

.ks-promo-category-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ks-promo-category-card__body {
    display: grid;
    gap: 6px;
    padding: 14px 14px 16px;
}

.ks-promo-category-card__body strong {
    color: #111827;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
}

.ks-promo-category-card__body em {
    color: #e54545;
    font-style: normal;
    font-size: 13px;
    font-weight: 700;
}

.ks-promo-category-card__media img {
    object-position: center center;
}

.ks-promo-content :is(.woocommerce ul.products, ul.products) {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: start !important;
}

.ks-promo-content :is(.woocommerce ul.products li.product, ul.products li.product) {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
}

.ks-promo-content .woocommerce .woocommerce-result-count,
.ks-promo-content .woocommerce .woocommerce-ordering {
    display: none !important;
}

.ks-promo-content .woocommerce ul.products::before,
.ks-promo-content .woocommerce ul.products::after,
.ks-promo-content ul.products::before,
.ks-promo-content ul.products::after {
    display: none !important;
    content: none !important;
}

.ks-help-panel h2,
.ks-help-contact-card h2 {
    margin: 0 0 22px;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
}

.ks-help-list {
    display: grid;
    gap: 16px;
}

.ks-help-list-item {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 14px;
}

.ks-help-list-item > span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #cf3033;
    position: relative;
}

.ks-help-list-item > span::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 7px;
    width: 8px;
    height: 13px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
}

.ks-help-list-item h3 {
    margin: 0 0 6px;
    color: #111827;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
}

.ks-help-faqs {
    margin-top: 18px;
}

.ks-help-faqs details {
    border-top: 1px solid #e5eaf0;
    padding: 0;
}

.ks-help-faqs details:last-child {
    border-bottom: 1px solid #e5eaf0;
}

.ks-help-faqs summary {
    cursor: pointer;
    list-style: none;
    padding: 20px 44px 20px 0;
    color: #111827;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
    position: relative;
}

.ks-help-faqs summary::-webkit-details-marker {
    display: none;
}

.ks-help-faqs summary::after {
    content: "+";
    position: absolute;
    right: 8px;
    top: 18px;
    color: #cf3033;
    font-size: 26px;
    line-height: 1;
}

.ks-help-faqs details[open] summary::after {
    content: "-";
}

.ks-help-faqs details p {
    max-width: 900px;
    padding: 0 48px 22px 0;
}

.ks-help-contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ks-help-contact-card {
    padding: 24px 26px;
    border-radius: 16px;
}

.ks-help-contact-card h2 {
    margin-bottom: 14px;
}

.ks-help-contact-card strong {
    display: block;
    margin-bottom: 12px;
    color: #cf3033;
    font-size: 19px;
    line-height: 1.45;
}

@media (max-width: 991px) {
    .ks-help-page {
        padding: 28px 0 44px;
    }

    .ks-help-shell {
        width: calc(100% - 48px);
    }

    .ks-help-hero,
    .ks-help-section-grid,
    .ks-help-contact-grid {
        grid-template-columns: 1fr;
    }

    .ks-help-hero h1 {
        font-size: 38px;
    }

    .ks-help-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .ks-help-shell {
        width: calc(100% - 28px);
    }

    .ks-help-hero-copy,
    .ks-help-hero-card,
    .ks-help-panel,
    .ks-help-contact-card {
        padding: 20px;
        border-radius: 14px;
    }

    .ks-help-hero h1 {
        font-size: 30px;
    }

    .ks-help-hero p,
    .ks-help-panel p,
    .ks-help-contact-card p {
        font-size: 15px;
    }

    .ks-promo-panel {
        padding: 20px;
    }

    .ks-promo-head {
        margin-bottom: 14px;
    }

    .ks-promo-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
}
