.sablon-kaos-custom-page-body {
    background: #fff;
}

.sablon-custom-page {
    overflow-x: hidden;
    color: var(--ink);
    background: #fff;
}

.sablon-custom-page h1,
.sablon-custom-page h2,
.sablon-custom-page h3,
.sablon-custom-page p {
    overflow-wrap: anywhere;
}

.scc-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-top: -90px;
    min-height: clamp(680px, 50.6vw, 860px);
    padding: 190px 0 58px;
    color: #fff;
    background: #0a0b0d;
}

.scc-hero-background {
    position: absolute;
    inset: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
}

.scc-hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, #0a0b0d 0%, rgba(10, 11, 13, .98) 30%, rgba(10, 11, 13, .92) 40%, rgba(10, 11, 13, .76) 50%, rgba(10, 11, 13, .48) 61%, rgba(10, 11, 13, .18) 74%, rgba(10, 11, 13, .03) 88%, transparent 100%),
        linear-gradient(180deg, rgba(10, 11, 13, .16) 0%, transparent 45%, rgba(10, 11, 13, .13) 100%);
    content: "";
    pointer-events: none;
}

.scc-hero::after {
    display: none;
    content: none;
}

.scc-hero-copy,
.scc-section-heading > div,
.scc-trust-copy,
.scc-client-panel {
    min-width: 0;
}

.scc-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 14px;
    color: var(--orange);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .11em;
    line-height: 1.4;
    text-transform: uppercase;
}

.scc-hero-layout {
    position: relative;
    z-index: 1;
    width: min(1700px, 88vw);
}

.scc-hero-copy {
    width: min(52%, 760px);
}

.scc-hero-brand {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 14px;
    margin: 0 0 17px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .34em;
    line-height: 1;
    text-transform: uppercase;
}

.scc-hero-brand strong {
    color: #ff6a00;
}

.scc-hero-brand span {
    color: #fff;
}

.scc-hero-brand i {
    width: min(145px, 24vw);
    height: 1px;
    margin-left: 2px;
    background: rgba(255, 255, 255, .54);
}

.scc-hero h1 {
    margin: 0;
    color: #fff;
    font-family: Anton, Inter, sans-serif;
    font-size: clamp(64px, 5.8vw, 98px);
    font-weight: 400;
    letter-spacing: -.018em;
    line-height: .94;
    text-transform: uppercase;
}

.scc-hero h1 span,
.scc-hero h1 strong {
    display: block;
}

.scc-hero h1 span {
    color: #fff;
    text-shadow: 0 3px 0 rgba(0, 0, 0, .28);
}

.scc-hero h1 strong {
    margin-top: 7px;
    color: #ff6500;
    font: inherit;
    text-shadow: 0 3px 0 rgba(107, 36, 0, .22);
}

.scc-hero-lead {
    max-width: 620px;
    margin: 19px 0 0;
    color: rgba(255, 255, 255, .91);
    font-size: clamp(15px, 1.25vw, 19px);
    line-height: 1.55;
}

.scc-hero-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(10px, 1.2vw, 18px);
    margin-top: 27px;
}

.scc-hero-benefits article {
    min-width: 0;
}

.scc-hero-benefits article > span {
    display: grid;
    width: 55px;
    height: 55px;
    place-items: center;
    margin-bottom: 9px;
    color: #ff6500;
    background: linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .035));
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 13px;
    box-shadow: inset 0 1px rgba(255, 255, 255, .12), 0 9px 22px rgba(0, 0, 0, .28);
    font-size: 22px;
}

.scc-hero-benefits strong,
.scc-hero-benefits small {
    display: block;
    line-height: 1.35;
}

.scc-hero-benefits strong {
    color: #fff;
    font-size: clamp(11px, .88vw, 14px);
    font-weight: 900;
}

.scc-hero-benefits small {
    margin-top: 2px;
    color: rgba(255, 255, 255, .60);
    font-size: clamp(9px, .72vw, 11px);
}

.scc-hero-actions,
.scc-process-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 32px;
}

.scc-hero-actions {
    margin-top: 29px;
}

.scc-button {
    display: inline-flex;
    min-width: 0;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 21px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
    text-align: center;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

.scc-button--primary {
    color: #fff;
    background: linear-gradient(135deg, #ff6c00, #f14d00);
    box-shadow: 0 14px 30px rgba(245, 82, 0, .28);
}

.scc-button--secondary {
    color: #fff;
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .25);
}

.scc-process .scc-button--secondary {
    color: var(--ink);
    background: #fff;
    border-color: #d9dee6;
}

.scc-button--light {
    color: #151821;
    background: #fff;
    box-shadow: 0 14px 30px rgba(50, 21, 0, .18);
}

.scc-button:focus-visible,
.scc-jump-nav a:focus-visible,
.scc-text-link:focus-visible,
.scc-compare-card a:focus-visible,
.scc-final-catalog:focus-visible,
.scc-empty-state a:focus-visible {
    outline: 3px solid rgba(255, 122, 0, .42);
    outline-offset: 4px;
}

.scc-button:active,
.scc-jump-nav a:active,
.scc-empty-state a:active {
    transform: translateY(1px);
}

.scc-hero-proof {
    margin-top: 20px;
}

.scc-hero-proof > p {
    margin: 0 0 9px;
    color: rgba(255, 255, 255, .75);
    font-size: 11px;
}

.scc-hero-clients {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.scc-hero-clients img {
    width: 43px;
    height: 31px;
    padding: 5px;
    object-fit: contain;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 50%;
    filter: grayscale(1) brightness(1.65);
    opacity: .82;
}

.scc-hero-clients > span {
    margin-left: 7px;
    color: rgba(255, 255, 255, .57);
    font-size: 10px;
}

.scc-hero-signature {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 25px 0 0;
    color: rgba(255, 255, 255, .63);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .29em;
    text-transform: uppercase;
}

.scc-hero-signature i {
    color: rgba(255, 255, 255, .45);
    font-style: normal;
}

.scc-hero-signature b {
    width: min(260px, 22vw);
    height: 1px;
    margin-left: 3px;
    background: rgba(255, 255, 255, .34);
}

.scc-jump-nav {
    position: relative;
    z-index: 5;
    margin-top: -28px;
}

.scc-jump-nav__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    padding: 8px;
    background: #fff;
    border: 1px solid rgba(17, 19, 23, .08);
    border-radius: 14px;
    box-shadow: 0 18px 48px rgba(21, 24, 33, .13);
}

.scc-jump-nav a {
    display: flex;
    min-width: 0;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 10px 14px;
    color: #414753;
    border-right: 1px solid #eceff3;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 850;
    text-align: center;
    transition: color .2s ease, background .2s ease;
}

.scc-jump-nav a:last-child {
    border-right: 0;
}

.scc-jump-nav i {
    color: var(--orange);
}

.scc-section {
    padding: 88px 0;
}

.scc-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(290px, .62fr);
    gap: 36px;
    align-items: end;
    margin-bottom: 38px;
}

.scc-section-heading--center {
    display: block;
    max-width: 820px;
    margin: 0 auto 42px;
    text-align: center;
}

.scc-section-heading h2,
.scc-trust-copy h2,
.scc-final-cta h2 {
    margin: 0;
    color: #151821;
    font-size: clamp(31px, 4vw, 48px);
    font-weight: 950;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.scc-section-heading > p,
.scc-section-heading--center > p,
.scc-trust-copy > p,
.scc-final-cta p {
    margin: 0;
    color: #68707f;
    font-size: 16px;
    line-height: 1.75;
}

.scc-section-heading--center > p {
    max-width: 710px;
    margin: 18px auto 0;
}

.scc-intro {
    padding-top: 104px;
    background: #fff;
}

.scc-audience-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.scc-audience-card {
    position: relative;
    min-width: 0;
    padding: 30px;
    background: #f7f8fa;
    border: 1px solid #eceff3;
    border-radius: 14px;
}

.scc-audience-card--featured {
    color: #fff;
    background: #171a20;
    border-color: #171a20;
    box-shadow: 0 22px 46px rgba(21, 24, 33, .18);
}

.scc-audience-card > span {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    color: var(--orange);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(21, 24, 33, .09);
    font-size: 21px;
}

.scc-audience-card h3 {
    margin: 22px 0 9px;
    color: #171a20;
    font-size: 21px;
    font-weight: 900;
}

.scc-audience-card--featured h3 {
    color: #fff;
}

.scc-audience-card p {
    margin: 0;
    color: #6c7380;
    font-size: 14px;
    line-height: 1.7;
}

.scc-audience-card--featured p {
    color: rgba(255, 255, 255, .7);
}

.scc-service-section {
    position: relative;
    isolation: isolate;
}

.scc-service-section--manual {
    background: #f7f3ee;
}

.scc-service-section--manual::before,
.scc-service-section--digital::before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 38%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 122, 0, .08), transparent 65%);
    clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
    content: "";
}

.scc-service-section--digital {
    background: #fff;
}

.scc-service-section--digital::before {
    right: auto;
    left: 0;
    background: linear-gradient(180deg, rgba(21, 24, 33, .05), transparent 65%);
    clip-path: polygon(0 0, 66% 0, 100% 100%, 0 100%);
}

.sablon-custom-page .scc-service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.sablon-custom-page .scc-service-grid .jasa-sablon-card {
    min-width: 0;
    border-radius: 12px;
    box-shadow: 0 16px 38px rgba(21, 24, 33, .12);
}

.sablon-custom-page .scc-service-grid .jasa-card-copy {
    padding: 18px 16px 21px;
}

.sablon-custom-page .scc-service-grid .jasa-card-copy strong {
    font-size: clamp(20px, 1.8vw, 24px);
}

.sablon-custom-page .scc-service-grid .jasa-price-label {
    overflow-wrap: normal;
}

.scc-section-action {
    display: flex;
    justify-content: center;
    margin-top: 31px;
}

.scc-text-link,
.scc-compare-card a,
.scc-final-catalog {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #1e232d;
    font-size: 14px;
    font-weight: 900;
    text-decoration: underline;
    text-decoration-color: rgba(255, 122, 0, .45);
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.scc-text-link i,
.scc-compare-card a i,
.scc-final-catalog i {
    color: var(--orange);
    transition: transform .2s ease;
}

.scc-empty-state {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 25px;
    background: #fff;
    border: 1px dashed #cfd5dd;
    border-radius: 14px;
}

.scc-empty-state > i {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    color: var(--orange);
    background: #fff2e8;
    border-radius: 50%;
    font-size: 20px;
}

.scc-empty-state h3,
.scc-empty-state p {
    margin: 0;
}

.scc-empty-state h3 {
    color: #1b2029;
    font-size: 18px;
}

.scc-empty-state p {
    margin-top: 4px;
    color: #707886;
    font-size: 13px;
}

.scc-empty-state a {
    padding: 10px 15px;
    color: #fff;
    background: var(--orange);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
}

.scc-compare {
    color: #fff;
    background:
        radial-gradient(circle at 50% 0, rgba(255, 122, 0, .19), transparent 32%),
        #15181f;
}

.scc-compare .scc-kicker {
    color: #ffad66;
}

.scc-compare .scc-section-heading h2,
.scc-compare .scc-section-heading p {
    color: #fff;
}

.scc-compare .scc-section-heading p {
    color: rgba(255, 255, 255, .68);
}

.scc-compare-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
    align-items: stretch;
}

.scc-compare-card {
    min-width: 0;
    padding: clamp(25px, 4vw, 42px);
    color: #202631;
    background: #fff;
    border-radius: 16px;
}

.scc-compare-card header {
    display: flex;
    gap: 16px;
    align-items: center;
}

.scc-compare-card header > span {
    display: grid;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    place-items: center;
    color: #fff;
    background: var(--orange);
    border-radius: 14px;
    font-size: 23px;
}

.scc-compare-card small {
    display: block;
    color: #858c98;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.scc-compare-card h3 {
    margin: 3px 0 0;
    color: #171a20;
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.1;
}

.scc-compare-card ul {
    display: grid;
    gap: 13px;
    margin: 27px 0;
    padding: 0;
    list-style: none;
}

.scc-compare-card li {
    position: relative;
    padding-left: 27px;
    color: #5e6673;
    font-size: 14px;
    line-height: 1.6;
}

.scc-compare-card li::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    background: var(--orange);
    border-radius: 50%;
    box-shadow: 0 0 0 5px #fff0e4;
    content: "";
}

.scc-compare-card--digital header > span,
.scc-compare-card--digital li::before {
    background: #262c38;
}

.scc-compare-card--digital li::before {
    box-shadow: 0 0 0 5px #e9ebef;
}

.scc-compare-or {
    z-index: 2;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    align-self: center;
    justify-self: center;
    color: #171a20;
    background: var(--orange);
    border: 7px solid #15181f;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.scc-compare-note {
    display: flex;
    max-width: 760px;
    gap: 12px;
    align-items: flex-start;
    justify-content: center;
    margin: 25px auto 0;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    line-height: 1.65;
    text-align: center;
}

.scc-compare-note i {
    margin-top: 4px;
    color: #ffad66;
}

.scc-process {
    background: #f5f7f9;
}

.scc-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    counter-reset: process;
    list-style: none;
}

.scc-process-grid li {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: 28px 24px;
    background: #fff;
    border: 1px solid #e6eaf0;
    border-radius: 14px;
}

.scc-process-grid li > span {
    position: absolute;
    top: 11px;
    right: 16px;
    color: #edf0f4;
    font-family: Anton, Inter, sans-serif;
    font-size: 52px;
    line-height: 1;
}

.scc-process-grid li > i {
    position: relative;
    z-index: 1;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: var(--orange);
    background: #fff1e5;
    border-radius: 12px;
    font-size: 19px;
}

.scc-process-grid h3 {
    position: relative;
    z-index: 1;
    margin: 22px 0 8px;
    color: #171a20;
    font-size: 18px;
    line-height: 1.25;
}

.scc-process-grid p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #707885;
    font-size: 13px;
    line-height: 1.65;
}

.scc-process-actions {
    justify-content: center;
}

.scc-trust {
    background: #fff;
}

.scc-trust-shell {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
    gap: 56px;
    align-items: center;
    padding: clamp(32px, 5vw, 58px);
    background: linear-gradient(128deg, #171a20 0 47%, #f5f1eb 47% 100%);
    border-radius: 20px;
    box-shadow: 0 22px 55px rgba(21, 24, 33, .13);
}

.scc-trust-copy h2,
.scc-trust-copy > p {
    color: #fff;
}

.scc-trust-copy > p {
    margin-top: 17px;
    color: rgba(255, 255, 255, .67);
}

.scc-location-list {
    display: grid;
    gap: 14px;
    margin-top: 25px;
}

.scc-location-list p {
    display: grid;
    grid-template-columns: 39px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    line-height: 1.55;
}

.scc-location-list i {
    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;
    color: #ffad66;
    background: rgba(255, 122, 0, .13);
    border-radius: 10px;
}

.scc-location-list strong {
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-size: 13px;
}

.scc-client-panel > p {
    margin: 0 0 22px;
    color: #4d535e;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-align: center;
    text-transform: uppercase;
}

.scc-client-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.scc-client-grid img {
    width: 100%;
    height: 80px;
    padding: 15px;
    object-fit: contain;
    background: #fff;
    border: 1px solid rgba(21, 24, 33, .07);
    border-radius: 10px;
}

.scc-faq {
    background: #f7f8fa;
}

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

.scc-faq-card {
    display: grid;
    min-width: 0;
    grid-template-columns: 47px minmax(0, 1fr);
    gap: 16px;
    padding: 25px;
    background: #fff;
    border: 1px solid #e7eaf0;
    border-radius: 14px;
}

.scc-faq-card > span {
    display: grid;
    width: 47px;
    height: 47px;
    place-items: center;
    color: var(--orange);
    background: #fff1e5;
    border-radius: 50%;
    font-family: Anton, Inter, sans-serif;
    font-size: 19px;
}

.scc-faq-card h3 {
    margin: 0;
    color: #181c24;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.4;
}

.scc-faq-card p {
    margin: 9px 0 0;
    color: #6d7481;
    font-size: 13px;
    line-height: 1.72;
}

.scc-final-cta {
    padding: 0 0 90px;
    background: #f7f8fa;
}

.scc-final-cta__shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(310px, .55fr);
    gap: 42px;
    align-items: center;
    overflow: hidden;
    padding: clamp(35px, 6vw, 66px);
    color: #fff;
    background:
        radial-gradient(circle at 95% 10%, rgba(255, 255, 255, .16), transparent 30%),
        linear-gradient(120deg, #f36b00, #ff8a21);
    border-radius: 20px;
    box-shadow: 0 22px 52px rgba(242, 101, 0, .23);
}

.scc-final-cta .scc-kicker {
    color: #fff2e8;
}

.scc-final-cta h2 {
    color: #fff;
}

.scc-final-cta p {
    max-width: 720px;
    margin-top: 15px;
    color: rgba(255, 255, 255, .84);
}

.scc-final-cta__actions {
    display: grid;
    gap: 18px;
    justify-items: stretch;
}

.scc-final-catalog {
    justify-content: center;
    color: #fff;
    text-decoration-color: rgba(255, 255, 255, .55);
}

.scc-final-catalog i {
    color: #fff;
}

@media (hover: hover) {
    .scc-button:hover {
        transform: translateY(-3px);
    }

    .scc-button--primary:hover {
        color: #fff;
        background: linear-gradient(135deg, #ff8a20, #ef6500);
        box-shadow: 0 20px 40px rgba(255, 106, 0, .34);
    }

    .scc-button--secondary:hover {
        color: #fff;
        background: rgba(255, 255, 255, .13);
        border-color: rgba(255, 255, 255, .48);
    }

    .scc-process .scc-button--secondary:hover {
        color: var(--orange);
        background: #fff8f2;
        border-color: var(--orange);
    }

    .scc-button--light:hover {
        color: #151821;
        box-shadow: 0 19px 38px rgba(50, 21, 0, .24);
    }

    .scc-jump-nav a:hover {
        color: #151821;
        background: #fff4eb;
    }

    .scc-text-link:hover i,
    .scc-compare-card a:hover i,
    .scc-final-catalog:hover i {
        transform: translateX(4px);
    }

    .scc-audience-card {
        transition: transform .22s ease, box-shadow .22s ease;
    }

    .scc-audience-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 42px rgba(21, 24, 33, .12);
    }
}

@media (max-width: 1180px) {
    .scc-hero {
        padding-top: 184px;
    }

    .scc-hero-copy {
        width: min(58%, 630px);
    }

    .scc-hero h1 {
        font-size: clamp(62px, 7.2vw, 88px);
    }

    .sablon-custom-page .scc-service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .scc-trust-shell {
        gap: 38px;
    }
}

@media (max-width: 991px) {
    .scc-hero {
        min-height: auto;
        margin-top: -90px;
        padding: clamp(500px, 60vw, 590px) 0 70px;
    }

    .scc-hero-background {
        height: clamp(530px, 67vw, 630px);
        object-position: center 24%;
    }

    .scc-hero::before {
        background: linear-gradient(180deg, rgba(7, 8, 10, .03) 0%, rgba(7, 8, 10, .11) 33%, rgba(7, 8, 10, .86) 62%, #0a0b0d 76%, #0a0b0d 100%);
    }

    .scc-hero::after {
        display: none;
    }

    .scc-hero-copy {
        width: 100%;
        max-width: 760px;
    }

    .scc-hero h1 {
        max-width: 720px;
        font-size: clamp(66px, 10vw, 86px);
    }

    .scc-hero-lead {
        max-width: 700px;
    }

    .scc-hero-benefits {
        max-width: 720px;
    }

    .scc-section-heading {
        grid-template-columns: 1fr;
        gap: 15px;
        align-items: start;
    }

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

    .scc-audience-card:last-child {
        grid-column: 1 / -1;
    }

    .sablon-custom-page .scc-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .scc-trust-shell {
        grid-template-columns: 1fr;
        background: linear-gradient(155deg, #171a20 0 52%, #f5f1eb 52% 100%);
    }

    .scc-client-panel {
        padding-top: 55px;
    }

    .scc-final-cta__shell {
        grid-template-columns: 1fr;
    }

    .scc-final-cta__actions {
        max-width: 420px;
    }
}

@media (max-width: 767px) {
    .scc-hero {
        margin-top: -78px;
        padding: clamp(430px, 73vw, 560px) 0 58px;
    }

    .scc-hero-background {
        height: clamp(445px, 75vw, 575px);
        object-position: 59% 22%;
    }

    .scc-hero h1 {
        font-size: clamp(54px, 12.5vw, 76px);
    }

    .scc-hero-lead {
        font-size: 16px;
        line-height: 1.65;
    }

    .scc-hero-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 15px;
    }

    .scc-hero-benefits strong {
        font-size: 13px;
    }

    .scc-hero-benefits small {
        font-size: 10px;
    }

    .scc-hero-actions,
    .scc-process-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .scc-button {
        width: 100%;
    }

    .scc-jump-nav {
        margin-top: -22px;
    }

    .scc-jump-nav__inner {
        display: flex;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: thin;
        scroll-snap-type: x proximity;
    }

    .scc-jump-nav a {
        flex: 0 0 auto;
        min-width: 150px;
        border-right: 1px solid #eceff3;
        scroll-snap-align: start;
    }

    .scc-section {
        padding: 68px 0;
    }

    .scc-intro {
        padding-top: 87px;
    }

    .scc-section-heading,
    .scc-section-heading--center {
        margin-bottom: 31px;
    }

    .scc-section-heading h2,
    .scc-trust-copy h2,
    .scc-final-cta h2 {
        font-size: clamp(28px, 8vw, 38px);
    }

    .scc-section-heading > p,
    .scc-section-heading--center > p,
    .scc-trust-copy > p,
    .scc-final-cta p {
        font-size: 14px;
    }

    .scc-audience-grid,
    .scc-faq-grid {
        grid-template-columns: 1fr;
    }

    .scc-audience-card:last-child {
        grid-column: auto;
    }

    .sablon-custom-page .scc-service-grid {
        grid-template-columns: 1fr 1fr;
        width: min(100%, 480px);
        margin-inline: auto;
        gap: 10px;
    }

    .sablon-custom-page .scc-service-grid .jasa-card-media img {
        aspect-ratio: 4 / 4.7;
    }

    .scc-compare-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .scc-compare-or {
        margin: -6px 0;
    }

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

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

    .scc-faq-card {
        padding: 21px;
    }

    .scc-final-cta {
        padding-bottom: 68px;
    }

    .scc-final-cta__shell,
    .scc-trust-shell {
        border-radius: 16px;
    }
}

@media (max-width: 480px) {
    .scc-hero {
        padding-top: clamp(405px, 110vw, 510px);
        padding-bottom: 60px;
    }

    .scc-kicker {
        font-size: 10px;
        letter-spacing: .08em;
    }

    .scc-hero-background {
        height: clamp(420px, 112vw, 520px);
        object-position: 62% 20%;
    }

    .scc-hero-brand {
        gap: 9px;
        font-size: 9px;
        letter-spacing: .25em;
    }

    .scc-hero-brand i {
        width: 74px;
    }

    .scc-hero h1 {
        font-size: clamp(49px, 15vw, 66px);
    }

    .scc-hero-lead {
        font-size: 14px;
        line-height: 1.6;
    }

    .scc-hero-benefits article > span {
        width: 49px;
        height: 49px;
        font-size: 19px;
    }

    .scc-hero-clients {
        gap: 6px;
    }

    .scc-hero-clients img {
        width: 38px;
        height: 28px;
    }

    .scc-hero-clients > span {
        width: 100%;
        margin: 2px 0 0;
    }

    .scc-hero-signature {
        gap: 9px;
        font-size: 9px;
        letter-spacing: .20em;
    }

    .scc-hero-signature b {
        flex: 1;
        width: auto;
    }

    .scc-audience-card,
    .scc-compare-card,
    .scc-process-grid li,
    .scc-faq-card {
        padding: 21px;
    }

    .scc-empty-state {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .scc-empty-state a {
        width: 100%;
    }

    .scc-compare-card header {
        align-items: flex-start;
    }

    .scc-compare-card header > span {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        font-size: 19px;
    }

    .scc-trust-shell {
        padding: 27px 21px;
        background: linear-gradient(160deg, #171a20 0 58%, #f5f1eb 58% 100%);
    }

    .scc-client-panel {
        padding-top: 75px;
    }

    .scc-client-grid img {
        height: 68px;
        padding: 12px;
    }

    .scc-faq-card {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 12px;
    }

    .scc-faq-card > span {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .scc-final-cta__shell {
        padding: 31px 21px;
    }
}

@media (max-width: 380px) {
    .scc-hero-actions .scc-button,
    .scc-process-actions .scc-button {
        padding-inline: 14px;
        font-size: 12px;
    }

    .scc-hero-benefits {
        gap: 16px 10px;
    }

    .scc-hero-benefits strong {
        font-size: 12px;
    }

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

    .scc-faq-card {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sablon-kaos-custom-page-body .site-header,
    .sablon-custom-page *,
    .sablon-custom-page *::before,
    .sablon-custom-page *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .sablon-kaos-custom-page-body .site-header {
        opacity: 1 !important;
        transform: none !important;
    }

    .sablon-custom-page .jasa-simple-card:hover,
    .sablon-custom-page .jasa-simple-card:hover img,
    .scc-button:hover,
    .scc-audience-card:hover {
        transform: none !important;
    }
}
