:root {
    --kc-content-accent: #ff4a17;
    --kc-content-panel: #171717;
    --kc-content-border: rgba(255, 255, 255, 0.1);
    --kc-content-muted: #b9b9b9;
}

.kc-content-page {
    padding: 0 0 110px;
}

.kc-content-shell {
    max-width: 1120px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid var(--kc-content-border);
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012));
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
}

.kc-content-intro {
    padding: clamp(34px, 6vw, 76px);
    border-bottom: 1px solid var(--kc-content-border);
    background: radial-gradient(circle at top right, rgba(255, 74, 23, 0.14), transparent 44%);
}

.kc-content-intro > span {
    color: var(--kc-content-accent);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.kc-content-intro h2 {
    max-width: 820px;
    margin: 15px 0 20px;
    color: #fff;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.08;
}

.kc-content-intro p {
    max-width: 850px;
    margin: 0;
    color: var(--kc-content-muted);
    font-size: 18px;
    line-height: 1.75;
}

.kc-content-section {
    padding: clamp(34px, 6vw, 70px);
    border-bottom: 1px solid var(--kc-content-border);
}

.kc-content-section h2 {
    position: relative;
    margin: 0 0 26px;
    padding-top: 22px;
    color: #fff;
    font-size: clamp(27px, 3.2vw, 41px);
    line-height: 1.18;
}

.kc-content-section h2::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 3px;
    border-radius: 999px;
    background: var(--kc-content-accent);
    content: "";
}

.kc-content-section h3 {
    margin: 32px 0 10px;
    color: #fff;
    font-size: 21px;
    line-height: 1.35;
}

.kc-content-section p,
.kc-content-section li {
    color: var(--kc-content-muted);
    font-size: 16px;
    line-height: 1.78;
}

.kc-content-section p {
    margin: 0 0 18px;
}

.kc-content-section p:last-child {
    margin-bottom: 0;
}

.kc-content-section strong {
    color: #fff;
}

.kc-content-section ul,
.kc-content-section ol {
    display: grid;
    gap: 11px;
    margin: 20px 0 28px;
    padding-left: 23px;
}

.kc-content-section li::marker {
    color: var(--kc-content-accent);
    font-weight: 700;
}

.kc-faq-list .kc-content-section {
    scroll-margin-top: 120px;
}

.kc-table-wrap {
    margin: 30px 0;
    overflow-x: auto;
    border: 1px solid var(--kc-content-border);
    border-radius: 18px;
    -webkit-overflow-scrolling: touch;
}

.kc-table-wrap table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    color: var(--kc-content-muted);
}

.kc-table-wrap th,
.kc-table-wrap td {
    padding: 18px 20px;
    border-right: 1px solid var(--kc-content-border);
    border-bottom: 1px solid var(--kc-content-border);
    text-align: left;
    vertical-align: top;
    line-height: 1.55;
}

.kc-table-wrap th:last-child,
.kc-table-wrap td:last-child {
    border-right: 0;
}

.kc-table-wrap tbody tr:last-child td {
    border-bottom: 0;
}

.kc-table-wrap th {
    background: rgba(255, 74, 23, 0.12);
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.kc-table-wrap td {
    background: rgba(255, 255, 255, 0.018);
    font-size: 15px;
}

.kc-table-wrap td:last-child {
    min-width: 155px;
}

.kc-content-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: clamp(30px, 5vw, 54px) clamp(34px, 6vw, 70px);
    background: linear-gradient(135deg, rgba(255, 74, 23, 0.18), rgba(255, 74, 23, 0.04));
}

.kc-content-cta p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.kc-content-cta a {
    flex: 0 0 auto;
    padding: 13px 20px;
    border-radius: 999px;
    background: var(--kc-content-accent);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kc-content-cta a:hover,
.kc-content-cta a:focus-visible {
    color: #fff;
    box-shadow: 0 12px 28px rgba(255, 74, 23, 0.28);
    transform: translateY(-2px);
}

.kc-service-resource-links {
    margin: 38px 0;
    padding: 24px;
    border: 1px solid rgba(255, 74, 23, 0.28);
    border-radius: 16px;
    background: rgba(255, 74, 23, 0.07);
}

.kc-service-resource-links > strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 18px;
}

.kc-service-resource-links p {
    margin-bottom: 16px;
    color: var(--kc-content-muted);
}

.kc-service-resource-links div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.kc-service-resource-links a {
    color: var(--kc-content-accent);
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 767px) {
    .kc-content-page {
        padding-bottom: 70px;
    }

    .kc-content-shell {
        border-radius: 20px;
    }

    .kc-content-intro p {
        font-size: 16px;
    }

    .kc-content-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .kc-content-cta a {
        flex: auto;
    }
}
