.jasa-page {
    background: #ffffff;
    color: #151821;
}

.jasa-archive-hero {
    padding: 110px 0 54px;
    background: #101010;
    color: #fff;
}

.jasa-archive-hero h1 {
    margin: 0 0 14px;
    font-family: Anton, Inter, sans-serif;
    font-size: 56px;
    line-height: 1;
    text-transform: uppercase;
}

.jasa-archive-hero p {
    max-width: 620px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 17px;
}
.jasa-order-sample > div:nth-of-type(2) {
    background: #f7f2ec;
}
.jasa-section {
    padding: 52px 0;
}
.jasa-pricing-block > .container {
    background: #e9e9e9;
    border-radius: 14px;
    padding: 34px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .07);
}
.jasa-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.jasa-simple-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
    color: #171717;
    text-decoration: none;
    box-shadow: 0 16px 36px rgba(0,0,0,.08);
    transform: translateY(0);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
    border: 1px solid rgba(15, 23, 42, .06);
}

.jasa-simple-card:hover {
    color: #171717;
    transform: translateY(-8px);
    box-shadow: 0 26px 54px rgba(15, 23, 42, .18);
}

.jasa-card-media {
    position: relative;
    display: block;
    overflow: hidden;
    background: #111827;
}



.jasa-simple-card:hover .jasa-card-media:after {
    opacity: 1;
}
.windofa-cart-hero {
    background: url(../img/background-checkout.webp);
    padding: 140px 0 45px;
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid var(--orange);
    background-position: right center;
    background-size: cover;
}
.jasa-category-page {    background-color: #fafbfc;
    color: var(--ink);
    font-family: 'Inter', sans-serif;
    top: -97px;
    position: relative;}
.windofa-cart-hero h1
 {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: clamp(28px, 4vw, 42px);
    color: var(--white);
    /* letter-spacing: -0.02em; */
}
.jasa-simple-card img,
.jasa-card-media img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
    transition: transform .32s ease, filter .32s ease;
}

.jasa-simple-card:hover img {
    transform: scale(1.06);
    filter: saturate(1.08) contrast(1.04);
}

.jasa-card-badge {
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 2;
    padding: 4px 12px;
    border-radius: 999px;
    background: #ff6a00;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
    max-width: calc(100% - 28px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jasa-card-copy {
    display: flex;
    min-height: 124px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 14px;
    padding: 18px;
}
.jasa-sablon-section .section-heading h2 {color: #fff;}
.jasa-sablon-section .section-heading h2:after {
    background: linear-gradient(to right, var(--white) 50%, var(--orange) 50%);
}
.jasa-sablon-section .jasa-card-media img {aspect-ratio: 3 / 3;}
.jasa-sablon-grid .jasa-card-media img {aspect-ratio: 3 / 4;}
.jasa-card-copy strong,
.jasa-simple-card strong {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 22px;
    line-height: 1.25;
    text-align: center;
    color: #e66d00;
}

.jasa-card-copy small {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 58px;
    color: #34373d;
    font-size: 16px;
    line-height: 1.38;
}

.jasa-card-copy i {
    transition: transform .22s ease;
}

.jasa-simple-card:hover .jasa-card-copy i {
    transform: translateX(5px);
}

.jasa-sablon-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 16%, rgba(255, 106, 0, .14), transparent 28%),
        linear-gradient(135deg, #111318 0%, #252830 52%, #f6f2ec 52%, #fff 100%);
}

.jasa-sablon-section .section-title-row h2 {
    color: #fff;
}

.jasa-sablon-section .see-all {
    color: #fff;
    border-color: rgba(255,255,255,.36);
}

.jasa-sablon-grid {
    align-items: stretch;
}

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

.jasa-section-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 54px;
    padding: 14px 24px;
    border: 1px solid rgba(255, 106, 0, .28);
    border-radius: 999px;
    background: linear-gradient(115deg, #ff6a00 0%, #ed5700 48%, #151821 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(255, 106, 0, .22);
    transition: transform .24s ease, box-shadow .24s ease, filter .24s ease;
}

.jasa-section-button i {
    transition: transform .24s ease;
}

.jasa-section-button:hover {
    color: #fff;
    transform: translateY(-3px);
    filter: brightness(1.06);
    box-shadow: 0 19px 38px rgba(255, 106, 0, .32);
}

.jasa-section-button:hover i {
    transform: translateX(5px);
}

.jasa-section-button:focus-visible {
    outline: 3px solid rgba(255, 106, 0, .38);
    outline-offset: 4px;
}

.jasa-sablon-card {
    isolation: isolate;
    min-height: 100%;
    background: #fffaf6;
    box-shadow: 0 18px 42px rgba(0,0,0,.16);
}

.jasa-sablon-card:before {
    content: "";
    position: absolute;
    inset: auto 0px 0px;
    height: 5px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, #ff6a00, #151821);
    transform: scaleX(.5);
    transform-origin: center;
    transition: transform .28s ease;
    z-index: 2;
    width: 100%;
}

.jasa-sablon-card:hover:before {
    transform: scaleX(1);
}



.jasa-sablon-card .jasa-card-copy {
    gap: 10px;
    min-height: 178px;
}

.jasa-sablon-card .jasa-card-copy small {
    order: 1;
    min-height: 66px;
    color: #34373d;
    font-size: 15px;
    padding-bottom: 20px;
}

.jasa-sablon-card .jasa-card-copy strong {
    order: 2;
    min-height: 46px;
    text-align: center;
    color: #151821;
    font-size: 24px;
}

.jasa-title-first-card .jasa-card-copy strong {
    order: 1;
}

.jasa-title-first-card .jasa-card-copy small {
    order: 2;
    padding-top: 4px;
    padding-bottom: 20px;
}
.image-upload-section {width: max-content!important;}
.jasa-price-label {
    order: 3;
    display: inline-grid;
    width: fit-content;
    max-width: 100%;
    flex-direction: column;
    gap: 2px;
    padding: 9px 14px;
    border-radius: 8px;
    background: #151821;
    color: #fff;
    font-weight: 950;
    line-height: 1.1;
    box-shadow: 0 10px 22px rgba(21, 24, 33, .18);
    margin: 0 auto;
    font-size: 22px;
}

.jasa-price-label em {
    color: #ffb36a;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .04em;
    /* text-transform: uppercase; */
}

.jasa-sablon-card:hover .jasa-price-label {
    background: #ff6a00;
    box-shadow: 0 12px 26px rgba(255, 106, 0, .24);
}

.jasa-empty {
    padding: 28px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
}

.jasa-hero-detail {
    background: #0c0c0c;
}

.jasa-hero-detail picture,
.jasa-hero-detail img {
    display: block;
    width: 100%;
}

.jasa-hero-detail img {
    /* max-height: 720px; */
    object-fit: contain;
}

.jasa-info-block,
.jasa-pricing-block,
.jasa-gallery-block,
.jasa-order-block {
    padding: 48px 0;
}

.jasa-rich-content {
    /* background: #fff; */
    /* border-radius: 8px; */
    padding: 34px;
    /* box-shadow: 0 16px 34px rgba(0,0,0,.07); */
    max-width: 1100px;
    margin: 0 auto;
}

.jasa-rich-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.jasa-rich-content h1,
.jasa-rich-content h2,
.jasa-rich-content h3 {
    font-family: Inter, sans-serif;
    font-weight: 900;
    color: #171923;
}
.jasa-rich-content h1 {text-align: center;display: inline-block;position: relative;padding-bottom: 10px;align-items: center;justify-content: center;align-content: center;/* margin: 0 auto; */justify-items: center;}
.jasa-rich-content h2:after,
.jasa-rich-content h3:after {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    margin-top: 14px;
    background: #ff6a00;
}

.jasa-info-grid {
    /* display: grid; */
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.3fr);
    gap: 34px;
    align-items: center;
}

.jasa-pricing-block h2,
.jasa-gallery-block h2 {
    margin: 0 0 22px;
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 900;
}

.jasa-pricing-block h2 span,
.jasa-gallery-block h2 span {
    color: #ff6a00;
}

.jasa-price-table-wrap {
    overflow-x: auto;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(0,0,0,.08);
}

.jasa-price-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 420px;
    /* width: max-content; */
}

.jasa-price-table th {
    background: #ff6a00;
    color: #fff;
    padding: 16px 14px;
    text-align: center;
    min-width: 80px;
    width: max-content;
}

.jasa-price-table td {
    padding: 18px 14px;
    text-align: center;
    font-weight: 700;
    border-bottom: 1px solid #ececf1;
}

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

.jasa-gallery-grid img {
    width: 100%;
    aspect-ratio: 1.35 / 1;
    object-fit: cover;
    border-radius: 8px;
}

.jasa-order-content {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(0,0,0,.07);
}

.jasa-order-content img {
    max-width: 100%;
    height: auto;
}

.jasa-order-sample {
    display: grid;
    grid-template-columns: .9fr 1.4fr;
}

.jasa-order-sample > div {
    padding: 30px;
}

.jasa-order-sample > div:first-child {
    background: #ff6a00;
    color: #fff;
}

.jasa-order-sample h3 {
    margin: 0 0 14px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
}
.jasa-info-grid > div {/* text-align:center; */}
.jasa-rich-content h1::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 46px;
    height: 4px;
    background: linear-gradient(to right, var(--black) 50%, var(--orange) 50%);
    border-radius: 2px;
}
.order-info {padding: 0!important;}
.nav-wrap {
    /* box-shadow: 0 10px 35px rgb(27 29 35 / 59%)!important; */
}
@media (max-width: 991px) {
    .jasa-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .jasa-archive-hero h1 {
        font-size: 44px;
    }
}
@media (min-width: 768px) {

.jasa-page.jasa-detail-page {top: -98px;
    position: relative;}
}
@media (max-width: 767px) {
    .jasa-section-action {
        margin-top: 26px;
    }
    .jasa-section-button {
        width: 100%;
        min-height: 50px;
        padding: 13px 18px;
        font-size: 14px;
    }
    .jasa-price-table td {
    padding: 11px;
    border-bottom: 1px solid #d6d6db;
    font-size: 12px;
    max-width: 150px;
}
        .store-content h3 {
    font-size: 20px!important;
}
    .store-content p {
    font-size: 14px!important;
}
    .right-panel {
    padding: 7vw!important;
}
        .wa-number {
        font-size: 22px!important;
    }
        .wa-label {
        font-size: 12px!important;
    }
    .wa-row {
    gap: 10px!important;
}
    .left-panel {
        padding: 7vw!important;
    }
.left-title {
        font-size: 20px!important;
    }
    .jasa-pricing-block > .container {
    padding: 14px;
}
    .jasa-pricing-block h2, .jasa-gallery-block h2 {font-size:22px;}
    #beranda .product-grid .product-card:nth-of-type(5) {display:none;}
    .jasa-rich-content h1 {
    font-size: 1.5em;
    line-height: 1.3em;
}
    .jasa-price-table {
    font-size: 13px;
    width: max-content;
}
    .jasa-archive-hero {
        padding: 86px 0 38px;
    }
    .jasa-card-grid,
    .jasa-gallery-grid,
    .jasa-info-grid,
    .jasa-order-sample {
        grid-template-columns: 1fr;
    }
    .jasa-rich-content {
        padding: 22px;
    }
    .jasa-info-block,
    .jasa-pricing-block,
    .jasa-gallery-block,
    .jasa-order-block {
        padding: 34px 0;
    }
    .jasa-sablon-section .section-title-row h2 {
        color: #151821;
    }
    .jasa-sablon-section .see-all {
        color: #151821;
    }
    .jasa-sablon-section {
        /* background: #fff7ef; */
    }
}
