.sablon-custom-cepat-page-body {
    --scce-orange: #ff5a00;
    --scce-orange-dark: #d94300;
    --scce-black: #0b0c0e;
    --scce-ink: #17191d;
    --scce-muted: #5e626b;
    --scce-soft: #f5f5f4;
    --scce-line: #dedfdf;
    --scce-white: #ffffff;
    background: var(--scce-white);
}

.sablon-custom-cepat-page-body .scce-page,
.sablon-custom-cepat-page-body .scce-page * {
    box-sizing: border-box;
}

.sablon-custom-cepat-page-body .scce-page {
    color: var(--scce-ink);
    background: var(--scce-white);
    overflow-x: clip;
    overflow-y: visible;
}

.sablon-custom-cepat-page-body .scce-page .container {
    width: min(1350px, calc(100% - 72px));
    margin-inline: auto;
}

.sablon-custom-cepat-page-body .scce-page img {
    max-width: 100%;
}

.sablon-custom-cepat-page-body .scce-page :where(h1, h2, h3, p, ul, ol, blockquote) {
    margin-top: 0;
}

.scce-hero {
    position: relative;
    display: grid;
    min-height: clamp(620px, 61vw, 790px);
    margin-top: -92px;
    color: var(--scce-white);
    background: #0b0c0e;
    isolation: isolate;
    overflow: hidden;
}

.scce-hero__image,
.scce-hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.scce-hero__image {
    z-index: -3;
    object-fit: cover;
    object-position: center center;
}

.scce-hero__shade {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(5, 6, 7, 0.97) 0%, rgba(5, 6, 7, 0.88) 28%, rgba(5, 6, 7, 0.38) 55%, rgba(5, 6, 7, 0.08) 78%),
        linear-gradient(180deg, rgba(5, 6, 7, 0.38) 0%, transparent 28%, rgba(5, 6, 7, 0.28) 100%);
}

.scce-hero__content {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 66px;
}

.scce-hero__copy {
    width: min(680px, 62vw);
    min-width: 0;
}

.scce-eyebrow {
    margin-bottom: 9px;
    color: var(--scce-orange);
    font-size: clamp(13px, 1.2vw, 18px);
    font-weight: 900;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.scce-hero h1 {
    max-width: 680px;
    margin-bottom: 20px;
    color: var(--scce-white);
    font-family: "Anton", Impact, sans-serif;
    font-size: clamp(48px, 5vw, 82px);
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 0.92;
    text-transform: uppercase;
}

.scce-hero h1 strong {
    color: var(--scce-orange);
    font-weight: 400;
}

.scce-title-main,
.scce-title-bottom {
    display: block;
    min-width: 0;
}

.scce-title-main {
    white-space: nowrap;
}

.scce-title-bottom {
    display: flex;
    align-items: flex-end;
    gap: clamp(12px, 1.5vw, 22px);
    margin-top: 2px;
}

.scce-title-bottom em {
    display: inline-block;
    padding-bottom: 0.08em;
    color: var(--scce-white);
    font-family: "Protest Revolution", "Knewave", cursive;
    font-size: 0.58em;
    font-style: normal;
    letter-spacing: -0.035em;
    line-height: 1;
    white-space: nowrap;
    transform: rotate(-1.5deg);
}

.scce-hero__lead {
    max-width: 570px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(15px, 1.45vw, 20px);
    line-height: 1.45;
}

.scce-hero__proof {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    max-width: 680px;
    margin-bottom: 26px;
}

.scce-hero__proof > div {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    min-width: 0;
}

.scce-hero__proof i {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    color: var(--scce-white);
    font-size: 25px;
}

.scce-hero__proof span,
.scce-hero__proof strong,
.scce-hero__proof small {
    display: block;
    min-width: 0;
}

.scce-hero__proof strong {
    color: var(--scce-white);
    font-size: 12px;
    line-height: 1.2;
}

.scce-hero__proof small {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 10px;
    line-height: 1.25;
}

.scce-hero__actions {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
    gap: 13px;
    width: 100%;
    max-width: 650px;
}

.scce-button,
.scce-link-button,
.scce-location-card__copy > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
    transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.scce-button--orange {
    color: var(--scce-white);
    background: var(--scce-orange);
    box-shadow: 0 13px 30px rgba(255, 90, 0, 0.25);
}

.scce-button--outline {
    color: var(--scce-white);
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(7px);
}

.scce-button--dark {
    color: var(--scce-white);
    background: var(--scce-black);
}

.scce-button--compact {
    min-height: 42px;
    padding: 9px 18px;
    font-size: 13px;
}

.scce-button:focus-visible,
.scce-link-button:focus-visible,
.scce-location-card__copy > a:focus-visible,
.scce-seo-links a:focus-visible,
.scce-faq-item summary:focus-visible {
    outline: 3px solid rgba(255, 90, 0, 0.42);
    outline-offset: 4px;
}

.scce-hero__note {
    width: 100%;
    max-width: 650px;
    margin: 13px 0 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 11px;
    line-height: 1.45;
}

.scce-benefits {
    position: relative;
    z-index: 2;
    color: var(--scce-white);
    background: linear-gradient(100deg, #ff6a00, #ff3d00);
    box-shadow: 0 12px 30px rgba(255, 90, 0, 0.2);
}

.scce-benefits__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    min-height: 72px;
}

.scce-benefits__grid > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 0;
    padding: 12px 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.27);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
}

.scce-benefits__grid > div:last-child {
    border-right: 0;
}

.scce-benefits__grid i {
    flex: 0 0 auto;
    font-size: 24px;
}

.scce-benefits__grid span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.scce-section {
    padding: clamp(48px, 4vw, 64px) 0;
}

.scce-heading {
    margin-bottom: 30px;
}

.scce-heading--action {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.scce-heading > div {
    min-width: 0;
}

.scce-heading h2,
.scce-faq__intro h2,
.scce-final-cta h2 {
    margin-bottom: 3px;
    color: var(--scce-black);
    font-family: "Anton", Impact, sans-serif;
    font-size: clamp(30px, 3vw, 45px);
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: 1.05;
    text-transform: uppercase;
}

.scce-heading h2 span,
.scce-faq__intro h2,
.scce-final-cta h2 {
    color: var(--scce-orange);
}

.scce-heading p,
.scce-faq__intro > p,
.scce-final-cta p {
    max-width: 780px;
    margin-bottom: 0;
    color: var(--scce-muted);
    font-size: 14px;
}

.scce-link-button {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 9px 18px;
    color: var(--scce-ink);
    background: var(--scce-white);
    border-color: #1b1d20;
    font-size: 12px;
}

.scce-product-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
}

.scce-product-card {
    min-width: 0;
    padding: 9px 9px 13px;
    background: linear-gradient(145deg, #f7f7f7, #f0f0f0);
    border: 1px solid #eeeeee;
    border-radius: 13px;
    text-align: center;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.scce-product-card__media {
    position: relative;
    aspect-ratio: 1;
    margin-bottom: 7px;
    overflow: hidden;
}

.scce-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.28s ease;
}

.scce-product-card h3 {
    margin-bottom: 4px;
    color: var(--scce-black);
    font-family: "Anton", Impact, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.scce-product-card p {
    margin-bottom: 0;
    color: #33363c;
    font-size: 10.5px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.scce-printing-section {
    padding: clamp(36px, 3vw, 52px) 0;
    background: #f5f5f4;
}

.scce-printing {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(190px, 0.28fr);
    min-height: 440px;
    color: var(--scce-white);
    background: #08090a;
    border-radius: 18px;
    box-shadow: 0 22px 50px rgba(16, 18, 20, 0.14);
    overflow: hidden;
}

.scce-printing-card,
.scce-printing-quote {
    position: relative;
    min-width: 0;
    overflow: hidden;
}

.scce-printing-card {
    display: flex;
    align-items: end;
    min-height: 440px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.scce-printing-card > img,
.scce-printing-card__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.scce-printing-card > img {
    object-fit: cover;
    transition: transform 0.55s ease;
}

.scce-printing-card__overlay {
    background: linear-gradient(90deg, rgba(4, 5, 6, 0.98) 0%, rgba(4, 5, 6, 0.74) 48%, rgba(4, 5, 6, 0.13) 100%);
}

.scce-printing-card__copy {
    position: relative;
    z-index: 1;
    width: min(390px, 78%);
    padding: 31px 34px;
}

.scce-printing-card h2 {
    margin-bottom: 2px;
    color: var(--scce-white);
    font-family: "Anton", Impact, sans-serif;
    font-size: clamp(32px, 3vw, 48px);
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.scce-printing-card h2 span {
    color: var(--scce-orange);
}

.scce-printing-card p {
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
}

.scce-printing-card ul {
    display: grid;
    gap: 8px;
    margin-bottom: 19px;
    padding: 0;
    list-style: none;
}

.scce-printing-card li {
    position: relative;
    padding-left: 25px;
    color: rgba(255, 255, 255, 0.96);
    font-size: 13px;
}

.scce-printing-card li::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    color: var(--scce-white);
    background: var(--scce-orange);
    border-radius: 50%;
    content: "✓";
    font-size: 11px;
    font-weight: 900;
}

.scce-printing-quote img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scce-order {
    background:
        radial-gradient(circle at 98% 8%, rgba(255, 90, 0, 0.1), transparent 24%),
        var(--scce-white);
}

.scce-order-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(310px, 0.37fr);
    gap: 25px;
    align-items: stretch;
}

.scce-order-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
    padding: 0;
    counter-reset: scce-step;
    list-style: none;
}

.scce-order-steps li {
    position: relative;
    min-width: 0;
    padding: 3px 9px;
    text-align: center;
}

.scce-order-steps li:not(:last-child)::after {
    position: absolute;
    top: 32px;
    right: -7px;
    color: #a7aaaf;
    content: "→";
    font-size: 19px;
}

.scce-order-steps li > span {
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    margin: 0 auto 12px;
    color: var(--scce-black);
    background: #f0f1f2;
    border: 1px solid #e7e8e9;
    border-radius: 50%;
    font-size: 26px;
}

.scce-order-steps h3 {
    margin-bottom: 5px;
    color: var(--scce-black);
    font-size: 12px;
    line-height: 1.28;
}

.scce-order-steps p {
    margin-bottom: 0;
    color: var(--scce-muted);
    font-size: 10.5px;
    line-height: 1.38;
}

.scce-consult {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(145px, 1.1fr);
    align-items: center;
    min-width: 0;
    min-height: 220px;
    background: linear-gradient(130deg, #fbfbfb, #f2f2f2);
    border: 1px solid #ededed;
    border-radius: 15px;
    overflow: hidden;
}

.scce-consult::after {
    position: absolute;
    right: -28px;
    bottom: -90px;
    width: 190px;
    height: 190px;
    background: var(--scce-orange);
    border-radius: 50%;
    content: "";
    opacity: 0.9;
}

.scce-consult__copy {
    position: relative;
    z-index: 2;
    min-width: 0;
    padding: 24px 0 24px 25px;
}

.scce-consult h3 {
    margin-bottom: 10px;
    color: var(--scce-orange);
    font-family: "Anton", Impact, sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.15;
    text-transform: uppercase;
}

.scce-consult h3 span {
    color: var(--scce-orange-dark);
}

.scce-consult p {
    margin-bottom: 16px;
    color: var(--scce-muted);
    font-size: 12px;
    line-height: 1.4;
}

.scce-consult > img {
    position: relative;
    z-index: 1;
    align-self: end;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.scce-testimonials {
    padding-top: clamp(48px, 4vw, 64px);
    background: #fafafa;
    border-top: 1px solid #eeeeee;
}

.scce-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;
}

.scce-testimonial-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    min-width: 0;
    padding: 15px;
    background: var(--scce-white);
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(16, 18, 20, 0.045);
}

.scce-avatar {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    color: var(--scce-white);
    background: linear-gradient(145deg, #1f2328, #4a4f57);
    border: 3px solid #ececec;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 900;
}

.scce-testimonial-card__copy {
    min-width: 0;
}

.scce-stars {
    margin-bottom: 4px;
    color: var(--scce-orange);
    font-size: 14px;
    letter-spacing: 1px;
}

.scce-testimonial-card blockquote {
    margin-bottom: 8px;
    color: #32353a;
    font-size: 11px;
    line-height: 1.45;
}

.scce-testimonial-card strong,
.scce-testimonial-card small {
    display: block;
}

.scce-testimonial-card strong {
    color: var(--scce-black);
    font-size: 12px;
}

.scce-testimonial-card small {
    color: var(--scce-muted);
    font-size: 10px;
}

.scce-seo-copy {
    background:
        radial-gradient(circle at 7% 12%, rgba(255, 90, 0, 0.09), transparent 27%),
        linear-gradient(180deg, #f6f6f5, #ffffff);
}

.scce-seo-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(310px, 0.55fr);
    min-width: 0;
    background: var(--scce-white);
    border: 1px solid #e4e4e2;
    border-radius: 20px;
    box-shadow: 0 24px 55px rgba(18, 20, 23, 0.09);
    overflow: hidden;
}

.scce-seo-main {
    min-width: 0;
    padding: clamp(32px, 4vw, 56px);
}

.scce-seo-main h2 {
    max-width: 870px;
    margin-bottom: 22px;
    color: var(--scce-black);
    font-family: "Anton", Impact, sans-serif;
    font-size: clamp(32px, 3.7vw, 52px);
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: 1.06;
    text-transform: uppercase;
    text-wrap: balance;
}

.scce-seo-main > p:not(.scce-eyebrow) {
    max-width: 940px;
    margin-bottom: 17px;
    color: #4d525a;
    font-size: 15px;
    line-height: 1.78;
}

.scce-seo-main > p strong {
    color: var(--scce-black);
}

.scce-seo-main > p a {
    color: var(--scce-orange-dark);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(217, 67, 0, 0.34);
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.scce-seo-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.scce-seo-links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 8px 15px;
    color: var(--scce-black);
    background: #f4f4f3;
    border: 1px solid #e2e2df;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.scce-seo-links a i {
    color: var(--scce-orange);
    transition: transform 0.22s ease;
}

.scce-seo-guide {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    padding: clamp(30px, 3.2vw, 46px);
    color: var(--scce-white);
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 90, 0, 0.26), transparent 35%),
        linear-gradient(145deg, #16181b, #070809);
    overflow: hidden;
}

.scce-seo-guide::after {
    position: absolute;
    right: -58px;
    bottom: -72px;
    width: 190px;
    height: 190px;
    border: 35px solid rgba(255, 90, 0, 0.08);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.scce-seo-guide__icon {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 20px;
    color: var(--scce-white);
    background: var(--scce-orange);
    border-radius: 15px;
    box-shadow: 0 13px 28px rgba(255, 90, 0, 0.3);
    font-size: 23px;
}

.scce-seo-guide h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 18px;
    color: var(--scce-white);
    font-family: "Anton", Impact, sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.15;
    text-transform: uppercase;
}

.scce-seo-guide ul {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
    width: 100%;
    margin: 0 0 27px;
    padding: 0;
    list-style: none;
}

.scce-seo-guide li {
    position: relative;
    padding-left: 27px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    line-height: 1.45;
}

.scce-seo-guide li::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    color: var(--scce-white);
    background: var(--scce-orange);
    border-radius: 50%;
    content: "✓";
    font-size: 10px;
    font-weight: 900;
}

.scce-seo-guide .scce-button {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: auto;
}

.scce-seo-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.scce-seo-points article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    min-width: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #e7e7e4;
    border-radius: 14px;
}

.scce-seo-points article > i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: var(--scce-orange);
    background: rgba(255, 90, 0, 0.1);
    border-radius: 12px;
    font-size: 17px;
}

.scce-seo-points article > div {
    min-width: 0;
}

.scce-seo-points h3 {
    margin-bottom: 5px;
    color: var(--scce-black);
    font-size: 14px;
    line-height: 1.3;
}

.scce-seo-points p {
    margin-bottom: 0;
    color: var(--scce-muted);
    font-size: 11.5px;
    line-height: 1.55;
}

.scce-faq {
    padding-top: 54px;
    padding-bottom: 54px;
    background:
        linear-gradient(135deg, rgba(255, 90, 0, 0.045), transparent 43%),
        var(--scce-white);
}

.scce-faq__layout {
    display: grid;
    grid-template-columns: minmax(250px, 0.66fr) minmax(0, 1.34fr);
    gap: clamp(30px, 5vw, 76px);
    align-items: start;
}

.scce-faq__intro {
    position: sticky;
    top: 115px;
    min-width: 0;
}

.scce-faq__intro h2 {
    margin-bottom: 13px;
}

.scce-faq__intro > p:not(.scce-eyebrow) {
    margin-bottom: 22px;
}

.scce-faq__list {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.scce-faq-item {
    min-width: 0;
    background: #f7f7f7;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    overflow: hidden;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.scce-faq-item[open] {
    background: var(--scce-white);
    border-color: rgba(255, 90, 0, 0.34);
    box-shadow: 0 12px 28px rgba(20, 22, 26, 0.06);
}

.scce-faq-item summary {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    min-height: 60px;
    padding: 13px 17px;
    color: var(--scce-black);
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    list-style: none;
}

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

.scce-faq-item summary > span {
    color: var(--scce-orange);
    font-family: "Anton", Impact, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.scce-faq-item summary i {
    color: var(--scce-orange);
    transition: transform 0.22s ease;
}

.scce-faq-item[open] summary i {
    transform: rotate(45deg);
}

.scce-faq-item > p {
    margin: -3px 47px 17px 49px;
    color: var(--scce-muted);
    font-size: 13px;
    line-height: 1.6;
}

.scce-location-section {
    padding: clamp(36px, 3vw, 52px) 0;
    background: #f5f5f4;
}

.scce-locations {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) minmax(180px, 0.33fr);
    min-height: 270px;
    color: var(--scce-white);
    background: var(--scce-black);
    border-radius: 18px;
    box-shadow: 0 22px 50px rgba(16, 18, 20, 0.14);
    overflow: hidden;
}

.scce-location-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(140px, 0.82fr) minmax(0, 1fr);
    min-width: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
}

.scce-location-card > img {
    width: 100%;
    height: 100%;
    min-height: 270px;
    object-fit: cover;
}

.scce-location-card__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    padding: 25px 22px;
}

.scce-location-card__label {
    margin-bottom: 8px;
    color: var(--scce-white);
    font-family: "Anton", Impact, sans-serif;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
}

.scce-location-card__label span {
    color: var(--scce-orange);
}

.scce-location-card address,
.scce-location-card__copy > p:not(.scce-location-card__label) {
    margin: 0 0 9px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    font-style: normal;
    line-height: 1.48;
    overflow-wrap: anywhere;
}

.scce-location-card__copy > a {
    min-height: 37px;
    margin-top: 3px;
    padding: 7px 14px;
    color: var(--scce-white);
    background: transparent;
    border-color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
}

.scce-location-quote {
    display: grid;
    place-items: center;
    min-width: 0;
    padding: 25px;
    color: var(--scce-orange);
    background:
        linear-gradient(145deg, transparent 0 48%, rgba(255, 90, 0, 0.08) 48% 52%, transparent 52%),
        #0d0f12;
    font-family: "Protest Revolution", "Knewave", cursive;
    font-size: clamp(25px, 3vw, 43px);
    line-height: 1.02;
    text-align: center;
    text-transform: uppercase;
    transform-origin: center;
}

.scce-final-cta {
    color: var(--scce-white);
    background: linear-gradient(100deg, #151719, #070809);
}

.scce-final-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-height: 230px;
    padding-top: 56px;
    padding-bottom: 56px;
}

.scce-final-cta__inner > div {
    max-width: 850px;
    min-width: 0;
}

.scce-final-cta h2 {
    color: var(--scce-white);
}

.scce-final-cta p:not(.scce-eyebrow) {
    color: rgba(255, 255, 255, 0.76);
}

.scce-final-cta .scce-button {
    flex: 0 0 auto;
}

.scce-motion-ready [data-scce-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.62s ease, transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

.scce-motion-ready [data-scce-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

.scce-motion-ready .scce-product-card,
.scce-motion-ready .scce-testimonial-card {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.48s ease var(--scce-delay, 0ms), transform 0.48s ease var(--scce-delay, 0ms), box-shadow 0.22s ease, border-color 0.22s ease;
}

.scce-motion-ready .is-visible .scce-product-card,
.scce-motion-ready .is-visible .scce-testimonial-card {
    opacity: 1;
    transform: translateY(0);
}

.scce-motion-ready .scce-hero__copy > * {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.58s ease, transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}

.scce-motion-ready .scce-hero.is-visible .scce-hero__copy > * {
    opacity: 1;
    transform: translateY(0);
}

.scce-motion-ready .scce-hero.is-visible .scce-hero__copy > :nth-child(2) { transition-delay: 70ms; }
.scce-motion-ready .scce-hero.is-visible .scce-hero__copy > :nth-child(3) { transition-delay: 130ms; }
.scce-motion-ready .scce-hero.is-visible .scce-hero__copy > :nth-child(4) { transition-delay: 190ms; }
.scce-motion-ready .scce-hero.is-visible .scce-hero__copy > :nth-child(5) { transition-delay: 250ms; }
.scce-motion-ready .scce-hero.is-visible .scce-hero__copy > :nth-child(6) { transition-delay: 310ms; }

@media (hover: hover) {
    .scce-button:hover,
    .scce-link-button:hover,
    .scce-location-card__copy > a:hover,
    .scce-seo-links a:hover {
        transform: translateY(-2px);
    }

    .scce-seo-links a:hover {
        color: var(--scce-white);
        background: var(--scce-black);
        border-color: var(--scce-black);
    }

    .scce-seo-links a:hover i {
        transform: translateX(3px);
    }

    .scce-button--orange:hover {
        color: var(--scce-white);
        background: var(--scce-orange-dark);
        box-shadow: 0 17px 34px rgba(255, 90, 0, 0.34);
    }

    .scce-button--outline:hover,
    .scce-location-card__copy > a:hover {
        color: var(--scce-black);
        background: var(--scce-white);
        border-color: var(--scce-white);
    }

    .scce-link-button:hover {
        color: var(--scce-white);
        background: var(--scce-black);
    }

    .scce-product-card:hover {
        border-color: rgba(255, 90, 0, 0.34);
        box-shadow: 0 18px 35px rgba(20, 22, 26, 0.1);
        transform: translateY(-5px);
    }

    .scce-motion-ready .is-visible .scce-product-card:hover {
        transform: translateY(-5px);
    }

    .scce-product-card:hover img {
        transform: scale(1.055);
    }

    .scce-printing-card:hover > img {
        transform: scale(1.035);
    }
}

@media (max-width: 1200px) {
    .scce-hero__copy {
        width: min(660px, 68%);
    }

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

    .scce-printing {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 190px;
    }

    .scce-printing-card__copy {
        width: 88%;
        padding-inline: 27px;
    }

    .scce-order-layout {
        grid-template-columns: 1fr;
    }

    .scce-consult {
        grid-template-columns: minmax(0, 0.72fr) minmax(250px, 1.28fr);
        min-height: 230px;
    }

    .scce-consult > img {
        max-height: 300px;
    }

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

    .scce-location-quote {
        grid-column: 1 / -1;
        min-height: 120px;
        font-size: 31px;
    }
}

@media (max-width: 991px) {
    .scce-hero {
        min-height: 690px;
        margin-top: -82px;
    }

    .scce-hero__image {
        object-position: 62% center;
    }

    .scce-hero__shade {
        background:
            linear-gradient(90deg, rgba(5, 6, 7, 0.97) 0%, rgba(5, 6, 7, 0.86) 48%, rgba(5, 6, 7, 0.38) 100%),
            linear-gradient(180deg, rgba(5, 6, 7, 0.32), rgba(5, 6, 7, 0.38));
    }

    .scce-hero__content {
        padding-top: 134px;
    }

    .scce-hero__copy {
        width: min(630px, 100%);
    }

    .scce-hero__actions {
        grid-template-columns: 1fr;
        max-width: 430px;
    }

    .scce-benefits__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 5px 0;
    }

    .scce-benefits__grid > div:nth-child(3) {
        border-right: 0;
    }

    .scce-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .scce-printing {
        grid-template-columns: 1fr 1fr;
    }

    .scce-printing-quote {
        grid-column: 1 / -1;
        height: 150px;
    }

    .scce-printing-quote img {
        object-position: center 62%;
    }

    .scce-order-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 24px;
    }

    .scce-order-steps li:nth-child(3)::after,
    .scce-order-steps li:last-child::after {
        display: none;
    }

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

    .scce-seo-shell {
        grid-template-columns: 1fr;
    }

    .scce-seo-guide {
        min-height: 0;
    }

    .scce-seo-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .scce-seo-points article:last-child {
        grid-column: 1 / -1;
    }

    .scce-faq__layout {
        grid-template-columns: 1fr;
    }

    .scce-faq__intro {
        position: static;
    }

    .scce-locations {
        grid-template-columns: 1fr;
    }

    .scce-location-card {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .scce-location-quote {
        grid-column: auto;
    }
}

@media (max-width: 767px) {
    .sablon-custom-cepat-page-body .scce-page .container {
        width: calc(100% - 32px);
    }

    .scce-hero {
        min-height: 720px;
        margin-top: -76px;
    }

    .scce-hero__image {
        object-position: 68% center;
    }

    .scce-hero__shade {
        background:
            linear-gradient(90deg, rgba(5, 6, 7, 0.96), rgba(5, 6, 7, 0.72)),
            linear-gradient(180deg, rgba(5, 6, 7, 0.12), rgba(5, 6, 7, 0.8));
    }

    .scce-hero__content {
        align-items: end;
        padding-top: 138px;
        padding-bottom: 43px;
    }

    .scce-hero__copy {
        width: 100%;
    }

    .scce-hero h1 {
        max-width: 580px;
        font-size: clamp(43px, 11.5vw, 64px);
    }

    .scce-hero__lead {
        max-width: 560px;
        font-size: 15px;
    }

    .scce-hero__proof {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 480px;
    }

    .scce-hero__actions {
        max-width: 100%;
    }

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

    .scce-benefits__grid > div {
        justify-content: flex-start;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    }

    .scce-benefits__grid > div:last-child {
        grid-column: 1 / -1;
        justify-content: center;
        border-bottom: 0;
    }

    .scce-section {
        padding: 44px 0;
    }

    .scce-printing-section,
    .scce-location-section {
        padding: 44px 0;
    }

    .scce-heading--action {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .scce-heading h2,
    .scce-faq__intro h2,
    .scce-final-cta h2 {
        font-size: clamp(29px, 8vw, 39px);
    }

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

    .scce-product-card h3 {
        font-size: 19px;
    }

    .scce-printing {
        grid-template-columns: 1fr;
    }

    .scce-printing-card {
        min-height: 420px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .scce-printing-card__copy {
        width: min(430px, 92%);
    }

    .scce-printing-quote {
        grid-column: auto;
        height: 135px;
    }

    .scce-order-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .scce-order-steps li:nth-child(2)::after,
    .scce-order-steps li:nth-child(4)::after {
        display: none;
    }

    .scce-order-steps li:nth-child(3)::after {
        display: block;
    }

    .scce-order-steps li:last-child {
        grid-column: 1 / -1;
    }

    .scce-consult {
        grid-template-columns: 1fr;
    }

    .scce-consult__copy {
        padding: 25px 25px 5px;
    }

    .scce-consult > img {
        width: 100%;
        height: 240px;
        object-position: center 34%;
    }

    .scce-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .scce-testimonial-card {
        min-height: 134px;
    }

    .scce-seo-main,
    .scce-seo-guide {
        padding: 28px;
    }

    .scce-seo-main h2 {
        font-size: clamp(29px, 8vw, 39px);
    }

    .scce-seo-main > p:not(.scce-eyebrow) {
        font-size: 14px;
        line-height: 1.72;
    }

    .scce-seo-points {
        grid-template-columns: 1fr;
    }

    .scce-seo-points article:last-child {
        grid-column: auto;
    }

    .scce-faq {
        padding-top: 43px;
        padding-bottom: 43px;
    }

    .scce-faq-item summary {
        padding-inline: 14px;
        font-size: 13px;
    }

    .scce-faq-item > p {
        margin-right: 43px;
        margin-left: 45px;
    }

    .scce-location-card {
        grid-template-columns: minmax(130px, 0.85fr) minmax(0, 1.15fr);
    }

    .scce-location-card > img {
        min-height: 245px;
    }

    .scce-final-cta__inner {
        align-items: flex-start;
        flex-direction: column;
        min-height: 0;
    }

    .scce-final-cta .scce-button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .sablon-custom-cepat-page-body .scce-page .container {
        width: calc(100% - 24px);
    }

    .scce-hero {
        min-height: 770px;
    }

    .scce-hero__image {
        object-position: 66% center;
    }

    .scce-hero__content {
        padding-top: 128px;
        padding-bottom: 32px;
    }

    .scce-hero h1 {
        font-size: clamp(39px, 11.8vw, 52px);
    }

    .scce-title-bottom {
        gap: 9px;
    }

    .scce-title-bottom em {
        font-size: 0.54em;
    }

    .scce-hero__proof {
        gap: 13px 8px;
    }

    .scce-hero__proof i {
        width: 29px;
        height: 29px;
        font-size: 20px;
    }

    .scce-hero__proof strong {
        font-size: 10.5px;
    }

    .scce-hero__proof small {
        font-size: 9px;
    }

    .scce-button,
    .scce-link-button {
        width: 100%;
    }

    .scce-benefits__grid {
        grid-template-columns: 1fr;
    }

    .scce-benefits__grid > div,
    .scce-benefits__grid > div:last-child {
        grid-column: auto;
        justify-content: flex-start;
    }

    .scce-benefits__grid > div:last-child {
        border-bottom: 0;
    }

    .scce-product-grid {
        grid-template-columns: 1fr;
    }

    .scce-product-card {
        display: grid;
        grid-template-columns: 110px minmax(0, 1fr);
        grid-template-rows: auto auto;
        gap: 1px 13px;
        align-items: center;
        text-align: left;
    }

    .scce-product-card__media {
        grid-row: 1 / 3;
        margin: 0;
    }

    .scce-product-card h3 {
        align-self: end;
    }

    .scce-product-card p {
        align-self: start;
        font-size: 11px;
    }

    .scce-printing-card__copy {
        width: 100%;
        padding: 26px 20px;
    }

    .scce-order-steps {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .scce-order-steps li,
    .scce-order-steps li:last-child {
        display: grid;
        grid-template-columns: 52px minmax(0, 1fr);
        grid-template-rows: auto auto;
        align-items: center;
        gap: 1px 12px;
        grid-column: auto;
        text-align: left;
    }

    .scce-order-steps li::after {
        display: none !important;
    }

    .scce-order-steps li > span {
        grid-row: 1 / 3;
        width: 50px;
        height: 50px;
        margin: 0;
        font-size: 21px;
    }

    .scce-order-steps h3 {
        align-self: end;
        margin: 0;
        font-size: 12px;
    }

    .scce-order-steps p {
        align-self: start;
        font-size: 10.5px;
    }

    .scce-testimonial-card {
        grid-template-columns: 44px minmax(0, 1fr);
        padding: 13px;
    }

    .scce-seo-main,
    .scce-seo-guide {
        padding: 23px 20px;
    }

    .scce-seo-links {
        flex-direction: column;
    }

    .scce-seo-links a {
        justify-content: space-between;
        width: 100%;
    }

    .scce-seo-points article {
        grid-template-columns: 38px minmax(0, 1fr);
        padding: 16px;
    }

    .scce-seo-points article > i {
        width: 38px;
        height: 38px;
    }

    .scce-avatar {
        width: 44px;
        height: 44px;
    }

    .scce-faq-item summary {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .scce-faq-item summary > span {
        display: none;
    }

    .scce-faq-item > p {
        margin: -2px 42px 16px 14px;
        font-size: 12px;
    }

    .scce-location-card {
        grid-template-columns: 1fr;
    }

    .scce-location-card > img {
        min-height: 190px;
        max-height: 210px;
    }

    .scce-location-card__copy {
        padding: 21px 18px 24px;
    }

    .scce-location-card__copy > a {
        width: auto;
    }
}

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

    .scce-motion-ready [data-scce-reveal],
    .scce-motion-ready .scce-product-card,
    .scce-motion-ready .scce-testimonial-card,
    .scce-motion-ready .scce-hero__copy > * {
        opacity: 1 !important;
        transform: none !important;
    }
}
