.scc-page {
    color: var(--sx-ink);
}

.scc-page *,
.scc-page *:before,
.scc-page *:after {
    box-sizing: border-box;
}

.scc-kicker {
    color: var(--sx-accent);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}

.scc-hero {
    align-items: center;
    background:
        linear-gradient(115deg, rgba(15, 118, 110, 0.1), transparent 38%),
        linear-gradient(245deg, rgba(249, 115, 22, 0.12), transparent 36%),
        #ffffff;
    border: 1px solid rgba(15, 118, 110, 0.16);
    border-radius: 8px;
    box-shadow: var(--sx-shadow);
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    overflow: hidden;
    padding: 36px;
    position: relative;
}

.scc-hero:before {
    background:
        linear-gradient(90deg, rgba(15, 118, 110, 0.05) 1px, transparent 1px),
        linear-gradient(180deg, rgba(20, 33, 61, 0.04) 1px, transparent 1px);
    background-size: 32px 32px;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.scc-hero-copy,
.scc-hero-panel {
    position: relative;
    z-index: 1;
}

.scc-hero h1 {
    color: var(--sx-ink);
    font-family: var(--sx-font-heading);
    font-size: 48px;
    font-weight: 800;
    line-height: 1.08;
    margin: 12px 0 14px;
}

.scc-hero p {
    color: #475569;
    font-size: 17px;
    line-height: 1.75;
    margin: 0;
    max-width: 720px;
}

.scc-hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.scc-primary-link,
.scc-secondary-link {
    align-items: center;
    border-radius: 6px;
    display: inline-flex;
    font-weight: 800;
    font-size: 14px;
    gap: 8px;
    line-height: 1.2;
    min-height: 42px;
    padding: 10px 14px;
    text-decoration: none !important;
}

.scc-primary-link {
    background: linear-gradient(135deg, #0f766e, #0ea5a4);
    border: 1px solid rgba(15, 118, 110, 0.42);
    box-shadow: 0 10px 22px rgba(15, 118, 110, 0.22);
    color: #ffffff !important;
    min-width: 134px;
    text-align: center;
}

.scc-primary-link:hover,
.scc-primary-link:focus {
    background: linear-gradient(135deg, #115e59, #0f766e);
    color: #ffffff !important;
}

.scc-secondary-link {
    color: var(--sx-primary-dark) !important;
    padding-left: 0;
}

.scc-secondary-link:hover,
.scc-secondary-link:focus {
    color: var(--sx-accent) !important;
}

.scc-secondary-link .fa {
    font-size: 13px;
    margin-left: 2px;
}

.scc-hero-panel {
    background: rgba(8, 25, 45, 0.92);
    border: 1px solid rgba(94, 234, 212, 0.22);
    border-radius: 8px;
    color: #ffffff;
    display: grid;
    gap: 12px;
    padding: 18px;
}

.scc-hero-panel div {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 16px;
}

.scc-hero-panel span {
    color: #5eead4;
    display: block;
    font-family: var(--sx-font-heading);
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 6px;
}

.scc-hero-panel strong {
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    text-transform: uppercase;
}

.scc-tool,
.scc-limits,
.scc-guide,
.scc-content,
.scc-content-block,
.scc-sources,
.scc-faq,
.scc-related {
    margin-top: 26px;
}

.scc-tool {
    background: var(--sx-surface);
    border: 1px solid var(--sx-line);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(20, 33, 61, 0.06);
    padding: 22px;
}

.scc-tool-head,
.scc-section-head {
    align-items: flex-end;
    display: flex;
    gap: 18px;
    justify-content: space-between;
}

.scc-tool-head h2,
.scc-section-head h2 {
    color: var(--sx-ink);
    font-family: var(--sx-font-heading);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin: 8px 0 0;
}

.scc-section-head {
    align-items: flex-start;
    display: block;
    max-width: 820px;
}

.scc-section-head p {
    color: var(--sx-muted);
    font-size: 15px;
    line-height: 1.7;
    margin: 10px 0 0;
}

.scc-active-platform {
    background: var(--sx-soft);
    border: 1px solid rgba(15, 118, 110, 0.16);
    border-radius: 999px;
    color: var(--sx-primary-dark);
    font-size: 13px;
    font-weight: 800;
    padding: 8px 12px;
}

.scc-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0;
}

.scc-platform {
    align-items: center;
    background: #f8fbfc;
    border: 1px solid rgba(15, 118, 110, 0.14);
    border-radius: 999px;
    color: var(--sx-primary-dark);
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 7px;
    min-height: 38px;
    padding: 8px 12px;
}

.scc-platform:hover,
.scc-platform:focus,
.scc-platform.is-active {
    background: var(--sx-primary);
    border-color: var(--sx-primary);
    color: #ffffff;
    outline: 0;
}

.scc-compose-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
}

.scc-compose-main label {
    color: var(--sx-ink);
    display: block;
    font-weight: 800;
    margin-bottom: 8px;
}

.scc-input {
    background: #ffffff;
    border: 1px solid var(--sx-line);
    border-radius: 8px;
    color: var(--sx-ink);
    display: block;
    font-size: 15px;
    line-height: 1.65;
    min-height: 310px;
    padding: 16px;
    resize: vertical;
    width: 100%;
}

.scc-input:focus {
    border-color: rgba(15, 118, 110, 0.5);
    box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.1);
    outline: 0;
}

.scc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.scc-btn {
    align-items: center;
    background: #f8fbfc;
    border: 1px solid rgba(15, 118, 110, 0.15);
    border-radius: 6px;
    color: var(--sx-primary-dark);
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    gap: 7px;
    min-height: 40px;
    padding: 9px 12px;
}

.scc-btn:hover,
.scc-btn:focus {
    background: var(--sx-soft);
    color: var(--sx-primary-dark);
    outline: 0;
}

.scc-btn-primary {
    background: var(--sx-primary);
    border-color: var(--sx-primary);
    color: #ffffff;
}

.scc-btn-primary:hover,
.scc-btn-primary:focus {
    background: var(--sx-primary-dark);
    color: #ffffff;
}

.scc-results {
    display: grid;
    gap: 14px;
}

.scc-score {
    background: #071b2f;
    border-radius: 8px;
    color: #ffffff;
    padding: 18px;
}

.scc-score > span {
    background: rgba(94, 234, 212, 0.12);
    border: 1px solid rgba(94, 234, 212, 0.2);
    border-radius: 999px;
    color: #5eead4;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 14px;
    padding: 7px 10px;
}

.scc-score strong {
    display: block;
    font-family: var(--sx-font-heading);
    font-size: 34px;
    line-height: 1;
}

.scc-score p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.6;
    margin: 14px 0 0;
}

.scc-progress {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    height: 9px;
    margin-top: 16px;
    overflow: hidden;
}

.scc-progress span {
    background: #5eead4;
    display: block;
    height: 100%;
    transition: width 0.2s ease, background 0.2s ease;
    width: 0;
}

.scc-score.is-warning .scc-progress span {
    background: #f2b84b;
}

.scc-score.is-danger .scc-progress span {
    background: #ef4444;
}

.scc-metrics {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.scc-metrics div {
    background: #f8fbfc;
    border: 1px solid var(--sx-line);
    border-radius: 8px;
    padding: 14px;
}

.scc-metrics span {
    color: var(--sx-ink);
    display: block;
    font-family: var(--sx-font-heading);
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.scc-metrics strong {
    color: var(--sx-muted);
    display: block;
    font-size: 11px;
    margin-top: 7px;
    text-transform: uppercase;
}

.scc-insights-grid,
.scc-guide-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
}

.scc-insight-panel,
.scc-preview-panel,
.scc-guide-grid article,
.scc-faq-item {
    background: var(--sx-surface);
    border: 1px solid var(--sx-line);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(20, 33, 61, 0.05);
    padding: 18px;
}

.scc-insight-panel h3,
.scc-guide-grid h3 {
    color: var(--sx-ink);
    font-family: var(--sx-font-heading);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    margin: 8px 0 10px;
}

.scc-insight-panel ul {
    color: var(--sx-muted);
    line-height: 1.7;
    margin: 0;
    padding-left: 18px;
}

.scc-preview {
    background: #f8fbfc;
    border: 1px solid var(--sx-line);
    border-radius: 8px;
    margin-top: 12px;
    padding: 16px;
}

.scc-preview-top {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.scc-preview-avatar {
    align-items: center;
    background: linear-gradient(135deg, var(--sx-primary), var(--sx-accent));
    border: 2px solid rgba(255, 255, 255, 0.92);
    border-radius: 12px;
    box-shadow: 0 9px 20px rgba(15, 23, 42, 0.14);
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 42px;
    font-size: 16px;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    width: 42px;
}

.scc-preview-avatar i {
    line-height: 1;
}

.scc-preview-avatar-tiktok {
    background:
        radial-gradient(circle at 72% 72%, rgba(244, 63, 94, 0.88), transparent 34%),
        radial-gradient(circle at 26% 25%, rgba(34, 211, 238, 0.82), transparent 30%),
        #020617;
}

.scc-preview-avatar-x {
    background: #020617;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 18px;
}

.scc-preview-avatar-instagram {
    background: linear-gradient(135deg, #f58529, #dd2a7b 48%, #8134af);
}

.scc-preview-avatar-youtube {
    background: linear-gradient(135deg, #ef4444, #b91c1c);
}

.scc-preview-avatar-linkedin {
    background: linear-gradient(135deg, #0a66c2, #004182);
    font-family: Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0;
}

.scc-preview-top strong {
    color: var(--sx-ink);
    display: block;
    font-weight: 800;
}

.scc-preview-top small {
    color: var(--sx-muted);
}

.scc-preview p,
.scc-guide-grid p {
    color: var(--sx-muted);
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
}

.scc-content {
    display: block;
}

.scc-content-intro {
    background: var(--sx-soft);
    border: 1px solid rgba(15, 118, 110, 0.18);
    border-left: 5px solid var(--sx-primary);
    border-radius: 8px;
    padding: 20px 22px;
}

.scc-content-intro p {
    color: #334155;
    font-size: 15px;
    line-height: 1.8;
    margin: 10px 0 0;
}

.scc-toc {
    background: #f8fbfc;
    border: 1px solid var(--sx-line);
    border-radius: 8px;
    margin-top: 22px;
    padding: 18px;
}

.scc-toc-label {
    align-items: center;
    color: var(--sx-primary-dark);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 8px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.scc-toc ol {
    column-gap: 28px;
    columns: 2;
    list-style: none;
    margin: 0;
    padding: 0;
}

.scc-toc li {
    break-inside: avoid;
    color: var(--sx-muted);
    counter-increment: scc-toc;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 6px;
}

.scc-toc ol {
    counter-reset: scc-toc;
}

.scc-toc li:before {
    color: var(--sx-accent);
    content: counter(scc-toc) ". ";
    font-weight: 800;
}

.scc-toc a {
    color: #334155;
    font-weight: 700;
}

.scc-toc a:hover,
.scc-toc a:focus {
    color: var(--sx-primary-dark);
}

.scc-rich-table {
    background: var(--sx-surface);
    border: 1px solid var(--sx-line);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(20, 33, 61, 0.05);
    margin-top: 18px;
    overflow-x: auto;
}

.scc-rich-table table {
    border-collapse: collapse;
    min-width: 820px;
    width: 100%;
}

.scc-rich-table th,
.scc-rich-table td {
    border-bottom: 1px solid var(--sx-line);
    padding: 13px 15px;
    text-align: left;
    vertical-align: top;
}

.scc-rich-table th {
    background: #071b2f;
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.scc-rich-table td {
    color: var(--sx-muted);
    font-size: 14px;
    line-height: 1.55;
}

.scc-rich-table td:first-child,
.scc-rich-table td:nth-child(2) {
    color: var(--sx-ink);
    font-weight: 800;
}

.scc-rich-table tr:last-child td {
    border-bottom: 0;
}

.scc-alert {
    border: 1px solid rgba(217, 119, 6, 0.28);
    border-left: 5px solid #d97706;
    border-radius: 8px;
    margin-top: 18px;
    padding: 16px 18px;
}

.scc-alert-amber {
    background: #fff7ed;
}

.scc-alert span {
    color: #9a3412;
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.scc-alert p {
    color: #7c2d12;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
}

.scc-two-grid,
.scc-mini-grid,
.scc-sweet-grid {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.scc-two-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.scc-two-grid article,
.scc-mini-grid div,
.scc-sweet-grid div {
    background: var(--sx-surface);
    border: 1px solid var(--sx-line);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(20, 33, 61, 0.04);
    padding: 18px;
}

.scc-two-grid article:first-child {
    background: #fef2f2;
    border-color: #fecaca;
}

.scc-two-grid article:last-child {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.scc-two-grid span {
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.scc-two-grid article:first-child span {
    color: #b91c1c;
}

.scc-two-grid article:last-child span {
    color: #15803d;
}

.scc-two-grid h3,
.scc-platform-card h3 {
    color: var(--sx-ink);
    font-family: var(--sx-font-heading);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 8px;
}

.scc-two-grid p,
.scc-platform-card p {
    color: var(--sx-muted);
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.scc-info-box {
    background: #f5f3ff;
    border: 1px solid #ddd6fe;
    border-radius: 8px;
    padding: 22px;
}

.scc-info-box h2 {
    color: var(--sx-ink);
    font-family: var(--sx-font-heading);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin: 8px 0 10px;
}

.scc-info-box p {
    color: #475569;
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
    max-width: 880px;
}

.scc-mini-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.scc-mini-grid div {
    background: #ffffff;
    border-color: #ddd6fe;
    box-shadow: none;
}

.scc-mini-grid strong,
.scc-sweet-grid strong {
    color: var(--sx-ink);
    display: block;
    font-weight: 800;
    margin-bottom: 6px;
}

.scc-mini-grid span,
.scc-sweet-grid span {
    color: var(--sx-muted);
    display: block;
    font-size: 13px;
    line-height: 1.6;
}

.scc-platform-guides {
    display: grid;
    gap: 16px;
    margin-top: 18px;
}

.scc-platform-card {
    background: var(--sx-surface);
    border: 1px solid var(--sx-line);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(20, 33, 61, 0.05);
    overflow: hidden;
}

.scc-platform-head {
    align-items: center;
    border-bottom: 1px solid var(--sx-line);
    display: flex;
    gap: 12px;
    padding: 14px 18px;
}

.scc-platform-head > span {
    align-items: center;
    background: #071b2f;
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 40px;
    font-size: 13px;
    font-weight: 800;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.scc-platform-card-instagram .scc-platform-head {
    background: #fdf2f8;
    border-bottom-color: #fbcfe8;
}

.scc-platform-card-instagram .scc-platform-head > span {
    background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
}

.scc-platform-card-tiktok .scc-platform-head {
    background: #f8fafc;
}

.scc-platform-card-x .scc-platform-head {
    background: #eff6ff;
    border-bottom-color: #bfdbfe;
}

.scc-platform-card-linkedin .scc-platform-head {
    background: #eff6ff;
    border-bottom-color: #bfdbfe;
}

.scc-platform-card-linkedin .scc-platform-head > span {
    background: #0a66c2;
}

.scc-platform-card-youtube .scc-platform-head {
    background: #fef2f2;
    border-bottom-color: #fecdd3;
}

.scc-platform-card-youtube .scc-platform-head > span {
    background: #dc2626;
}

.scc-platform-head small {
    color: var(--sx-primary-dark);
    display: block;
    font-size: 12px;
    font-weight: 800;
}

.scc-platform-card > p,
.scc-stat-pills,
.scc-platform-tip {
    margin-left: 18px;
    margin-right: 18px;
}

.scc-platform-card > p {
    margin-top: 16px;
}

.scc-stat-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.scc-stat-pills span {
    background: #f8fbfc;
    border: 1px solid var(--sx-line);
    border-radius: 999px;
    color: var(--sx-primary-dark);
    font-size: 12px;
    font-weight: 800;
    padding: 7px 10px;
}

.scc-platform-tip {
    background: var(--sx-soft);
    border: 1px solid rgba(15, 118, 110, 0.16);
    border-radius: 8px;
    color: #115e59;
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 18px;
    margin-top: 14px;
    padding: 12px 14px;
}

.scc-sweet-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.scc-steps,
.scc-checklist {
    background: var(--sx-surface);
    border: 1px solid var(--sx-line);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(20, 33, 61, 0.05);
    color: var(--sx-muted);
    font-size: 14px;
    line-height: 1.7;
    margin: 18px 0 0;
    padding: 18px 22px 18px 42px;
}

.scc-steps li,
.scc-checklist li {
    margin-bottom: 9px;
}

.scc-steps li:last-child,
.scc-checklist li:last-child {
    margin-bottom: 0;
}

.scc-checklist {
    list-style: none;
    padding: 18px 22px;
}

.scc-checklist li {
    padding-left: 30px;
    position: relative;
}

.scc-checklist li:before {
    align-items: center;
    background: var(--sx-primary);
    border-radius: 50%;
    color: #ffffff;
    content: "\f00c";
    display: inline-flex;
    font-family: FontAwesome;
    font-size: 10px;
    height: 20px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 2px;
    width: 20px;
}

.scc-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.scc-related-links a {
    background: var(--sx-surface);
    border: 1px solid rgba(15, 118, 110, 0.14);
    border-radius: 8px;
    color: var(--sx-primary-dark);
    font-size: 13px;
    font-weight: 800;
    padding: 10px 12px;
}

.scc-related-links a:hover,
.scc-related-links a:focus {
    background: var(--sx-soft);
}

.scc-limit-table {
    background: var(--sx-surface);
    border: 1px solid var(--sx-line);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(20, 33, 61, 0.05);
    margin-top: 18px;
    overflow: hidden;
}

.scc-limit-row {
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(160px, 0.7fr) minmax(100px, 0.35fr) minmax(0, 1.4fr);
    padding: 14px 16px;
}

.scc-limit-row + .scc-limit-row {
    border-top: 1px solid var(--sx-line);
}

.scc-limit-row span {
    color: var(--sx-muted);
    font-size: 14px;
    line-height: 1.55;
}

.scc-limit-row span:first-child,
.scc-limit-row span:nth-child(2) {
    color: var(--sx-ink);
    font-weight: 800;
}

.scc-limit-head {
    background: #f8fbfc;
}

.scc-limit-head span {
    color: var(--sx-primary-dark) !important;
    font-size: 12px;
    text-transform: uppercase;
}

.scc-source-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.scc-source-links a {
    background: #f8fbfc;
    border: 1px solid rgba(15, 118, 110, 0.14);
    border-radius: 999px;
    color: var(--sx-primary-dark);
    font-size: 13px;
    font-weight: 800;
    padding: 9px 12px;
}

.scc-source-links a:hover,
.scc-source-links a:focus {
    background: var(--sx-soft);
}

.scc-faq-list {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.scc-faq-item {
    padding: 0;
}

.scc-faq-item summary {
    color: var(--sx-ink);
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
    list-style: none;
    padding: 16px 46px 16px 18px;
    position: relative;
}

.scc-faq-item summary::-webkit-details-marker {
    display: none;
}

.scc-faq-item summary:after {
    color: var(--sx-primary-dark);
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 18px;
    top: 16px;
}

.scc-faq-item[open] summary:after {
    content: "\f106";
}

.scc-faq-item p {
    border-top: 1px solid var(--sx-line);
    color: var(--sx-muted);
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    padding: 14px 18px 18px;
}

@media (max-width: 991px) {
    .scc-hero,
    .scc-compose-grid {
        grid-template-columns: 1fr;
    }

    .scc-hero {
        padding: 28px;
    }

    .scc-hero-panel {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .scc-mini-grid,
    .scc-sweet-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .scc-hero {
        padding: 22px;
    }

    .scc-hero h1 {
        font-size: 34px;
    }

    .scc-hero p {
        font-size: 15px;
    }

    .scc-hero-panel,
    .scc-insights-grid,
    .scc-guide-grid,
    .scc-two-grid,
    .scc-mini-grid,
    .scc-sweet-grid {
        grid-template-columns: 1fr;
    }

    .scc-tool {
        padding: 16px;
    }

    .scc-tool-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .scc-tool-head h2,
    .scc-section-head h2 {
        font-size: 24px;
    }

    .scc-platforms {
        display: grid;
        grid-template-columns: 1fr;
    }

    .scc-input {
        min-height: 260px;
    }

    .scc-toc ol {
        columns: 1;
    }

    .scc-content-intro,
    .scc-info-box {
        padding: 18px;
    }

    .scc-info-box h2 {
        font-size: 24px;
    }

    .scc-platform-head {
        align-items: flex-start;
    }

    .scc-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .scc-limit-table {
        border: 0;
        box-shadow: none;
    }

    .scc-limit-row,
    .scc-limit-head {
        background: var(--sx-surface);
        border: 1px solid var(--sx-line);
        border-radius: 8px;
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: 10px;
    }

    .scc-limit-row + .scc-limit-row {
        border-top: 1px solid var(--sx-line);
    }

    .scc-limit-head {
        display: none;
    }
}

@media (max-width: 420px) {
    .scc-hero h1 {
        font-size: 30px;
    }

    .scc-hero-actions,
    .scc-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .scc-primary-link,
    .scc-secondary-link,
    .scc-btn {
        justify-content: center;
        width: 100%;
    }
}
