#section-banner {
    border-radius: 200px 0px !important;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

#list-submenu {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 500px 0px;
    margin-left: 1rem;
}

.nav-list-submenu>a {
    color: #ffffff !important
}

.nav-list-submenu.active>a {
    color: #6454f0 !important
}

.nav-list-submenu:hover {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 66px;
    background: linear-gradient(0deg, #FFFFFF -161.02%, rgba(255, 255, 255, 0) 100%);
    border-bottom: 4px solid #6454f0;
    border-radius: 10px 10px;
}

.nav-list-submenu:hover>a {
    color: #6454f0 !important
}

.nav-list-submenu.active {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 66px;
    background: linear-gradient(0deg, #FFFFFF -161.02%, rgba(255, 255, 255, 0) 100%);
    border-bottom: 4px solid #6454f0;
    border-radius: 10px 5px;
}

body {
    background-color: #FFFFFF !important;
}

#section-navigasi {
    padding: 50px 0 !important;
}

.navigasi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    height: 55px;
    border: 2px solid #BDBDBD;
    border-radius: 60px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    overflow: hidden,
}

.navigasi:hover {
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    height: 55px;
    border-radius: 60px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    cursor: pointer;
}

.navigasi.active {
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    height: 55px;
    /* background-size: cover; */
    background-size: cover;
    border-radius: 60px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.navigasi>.text-navigasi {
    color: #BDBDBD
}

.navigasi:hover>.text-navigasi {
    color: #ffffff;
}

.navigasi.active>.text-navigasi {
    color: #ffffff
}

.list-container {
    padding: 10px 10px 10px 22px;
    background: linear-gradient(178.51deg, #FFFFFF 30.21%, #BDBDBD 507.48%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    border-radius: 60px 10px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.list-container:hover {
    cursor: pointer;
    background: linear-gradient(178.51deg, #FFFFFF 30.21%, #BDBDBD 507.48%);
    border-bottom: 4px solid #0A7EC2;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 60px 10px;
}

.list-container.active {
    background: linear-gradient(178.51deg, #FFFFFF 30.21%, #BDBDBD 507.48%);
    border-bottom: 4px solid #0A7EC2;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 60px 10px;
}

.container-isi {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    border-radius: 60px 30px;
}




#video-popup-container {
    display: none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}

#video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #ef3139;
    line-height: 25px;
    color: #fff;
}

#video-popup-iframe-container {
    position: absolute;
    z-index: 997;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}

#video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}

#video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 995;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}

#video-popup-close:hover {
    color: #ef3139;
}

.card-testimonial {
    height: 264px;
    /* background: linear-gradient(178.51deg, #FFFFFF 30.21%, #BDBDBD 507.48%) !important; */
    /* M3/Elevation Light/1 */
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    border-radius: 60px 10px;
}

.card-faq {
    background: #FFFFFF;
    /* M3/Elevation Light/1 */
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    border-radius: 60px 10px;
}

.container-footer {
    background: #D3F3FF;
    /* M3/Elevation Light/1 */
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    border-radius: 80px 10px;
}

/* Modern product-solution refresh */
.product-solution-page {
    --ps-red: #d71920;
    --ps-red-dark: #89161b;
    --ps-accent: #21c7c9;
    --ps-green: #35c88a;
    --ps-green-dark: #19a974;
    --ps-ink: #17202a;
    --ps-muted: #667085;
    --ps-line: #e8edf3;
    --ps-soft: #f6f8fb;
    --ps-blue: #0a7ec2;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

.product-solution-page #section-banner {
    width: 100%;
    max-width: 100%;
    min-height: clamp(480px, 72vh, 720px);
    border-radius: 0 !important;
    margin: 0 0 116px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: clamp(96px, 12vw, 150px) 0 112px !important;
    background-position: center;
    isolation: isolate;
    overflow: visible !important;
}

.product-solution-page #section-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(24, 36, 50, .92) 0%, rgba(39, 55, 70, .74) 55%, rgba(81, 102, 119, .44) 100%),
        linear-gradient(180deg, rgba(17, 24, 39, .12) 0%, rgba(95, 122, 140, .46) 100%);
}

.product-solution-page .ps-hero-eyebrow {
    display: block;
    max-width: 760px;
    padding: 0;
    margin-bottom: 8px;
    color: #fff;
    font-size: clamp(13px, 1.15vw, 16px);
    line-height: 1.55;
    font-weight: 700;
    letter-spacing: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
}

.product-solution-page .ps-hero-title {
    max-width: 820px;
    margin-bottom: 0;
    color: #fff;
    font-size: clamp(34px, 4.1vw, 54px);
    line-height: 1.08;
    font-weight: 800;
}

.product-solution-page .ps-hero-divider {
    display: block;
    width: 86px;
    height: 4px;
    margin: 28px 0 22px;
    border-radius: 999px;
    background: linear-gradient(90deg, #08c7ee 0%, #22d3d5 58%, #f36b55 100%);
}

.product-solution-page .ps-hero-copy {
    display: block;
    max-width: 760px;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(15px, 1.35vw, 18px);
    line-height: 1.72;
    font-weight: 700;
}

.product-solution-page #list-submenu {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: -31px;
    z-index: 5;
    width: min(1900px, calc(100% - 10px));
    min-height: 62px;
    margin: 0;
    padding: 9px 28px;
    transform: translateX(-50%);
    border: 1px solid rgba(226, 232, 240, .88);
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 18px 50px rgba(15, 23, 42, .12);
    backdrop-filter: blur(22px);
    overflow-x: auto;
    scrollbar-width: none;
}

.product-solution-page #list-submenu::-webkit-scrollbar {
    display: none;
}

.product-solution-page #list-submenu ul {
    display: flex;
    align-items: center;
    gap: clamp(18px, 3vw, 64px);
    min-width: max-content;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-solution-page .nav-list-submenu {
    margin: 0 !important;
    border-radius: 12px;
}

.product-solution-page .nav-list-submenu,
.product-solution-page .nav-list-submenu.active,
.product-solution-page .nav-list-submenu:hover {
    height: auto;
    border: 0;
    background: transparent;
}

.product-solution-page .nav-list-submenu>a {
    padding: 12px 18px !important;
    color: var(--ps-ink) !important;
    font-weight: 700;
    font-size: 15px;
    white-space: nowrap;
    border-radius: 999px;
}

.product-solution-page .nav-list-submenu.active>a,
.product-solution-page .nav-list-submenu:hover>a {
    color: var(--ps-ink) !important;
    background: linear-gradient(135deg, #22d3d5, var(--ps-accent));
}

.product-solution-page .section-content {
    position: relative;
    overflow: hidden;
    margin-top: 18px;
    padding-top: clamp(84px, 9vw, 150px);
    background: linear-gradient(180deg, #fbfcfe 0%, #f5f8fc 100%) !important;
    border-radius: 150px 0 0 0 !important;
    box-shadow: 0 -28px 75px rgba(15, 23, 42, .08) !important;
}

.product-solution-page .ps-section-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--ps-red);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.product-solution-page .ps-lead-block {
    max-width: 1180px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.product-solution-page .ps-lead-block h5 {
    max-width: 1120px;
    color: #c92f4a !important;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.28;
    font-weight: 800;
    word-spacing: .18em;
}

.product-solution-page .ps-lead-block .ps-section-kicker {
    color: #626d7a;
    font-size: clamp(15px, 1.45vw, 21px);
    font-weight: 800;
    text-transform: none;
}

.product-solution-page .ps-lead-block p,
.product-solution-page .ps-lead-block li {
    color: var(--ps-muted);
    font-size: 16px;
    line-height: 1.8;
}

.product-solution-page .ps-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.product-solution-page .btn-ask,
.product-solution-page .btn-telusuri {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px !important;
    border-radius: 999px !important;
    font-weight: 800;
    overflow: hidden;
}

.product-solution-page .btn-ask {
    border: 0;
    background: linear-gradient(135deg, var(--ps-green), var(--ps-green-dark)) !important;
    box-shadow: 0 12px 30px rgba(25, 169, 116, .24);
}

.product-solution-page .btn-ask img {
    display: none;
}

.product-solution-page .btn-telusuri {
    color: var(--ps-green-dark) !important;
    border: 1px solid rgba(25, 169, 116, .28) !important;
    background: rgba(255, 255, 255, .86) !important;
}

.product-solution-page #section-navigasi {
    padding: 42px 0 !important;
    background: #fff;
}

.product-solution-page .ps-section-title {
    color: var(--ps-ink);
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.18;
    font-weight: 800;
}

.product-solution-page .navigasi {
    height: auto;
    min-height: 58px;
    padding: 14px 22px;
    border: 1px solid var(--ps-line);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.product-solution-page .navigasi:hover,
.product-solution-page .navigasi.active {
    transform: translateY(-2px);
    border-color: transparent;
    background: linear-gradient(135deg, var(--ps-red), var(--ps-red-dark));
    box-shadow: 0 14px 34px rgba(137, 22, 27, .2);
}

.product-solution-page .navigasi:hover>.text-navigasi,
.product-solution-page .navigasi.active>.text-navigasi {
    color: #fff;
}

.product-solution-page .list-container {
    min-height: 64px;
    padding: 16px 18px;
    border: 1px solid var(--ps-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.product-solution-page .list-container:hover,
.product-solution-page .list-container.active {
    transform: translateX(4px);
    border-color: rgba(215, 25, 32, .28);
    border-bottom: 1px solid rgba(215, 25, 32, .28);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .1);
}

.product-solution-page .container-isi,
.product-solution-page .card-faq,
.product-solution-page .card-testimonial,
.product-solution-page .container-footer {
    border: 1px solid var(--ps-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(15, 23, 42, .08);
}

.product-solution-page .container-isi {
    margin-top: 18px;
}

.product-solution-page .ps-problem-section {
    position: relative;
    overflow: hidden;
    padding-top: 16px;
}

.product-solution-page .ps-problem-section::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    width: min(980px, 80vw);
    height: 360px;
    transform: translateX(-50%);
    background:
        radial-gradient(circle at 18% 35%, rgba(33, 199, 201, .18), transparent 34%),
        radial-gradient(circle at 78% 24%, rgba(215, 25, 32, .12), transparent 32%);
    filter: blur(4px);
    pointer-events: none;
}

.product-solution-page .ps-problem-heading {
    position: relative;
    max-width: 1080px;
    margin: 0 auto 54px;
    text-align: center;
}

.product-solution-page .ps-problem-heading .ps-section-kicker {
    color: var(--ps-accent);
    padding: 7px 14px;
    border: 1px solid rgba(33, 199, 201, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 10px 30px rgba(15, 23, 42, .04);
}

.product-solution-page .ps-problem-heading .ps-section-title {
    max-width: 900px;
    margin: 16px auto 20px;
    color: var(--ps-ink);
    font-size: clamp(48px, 6.4vw, 86px);
    line-height: 1.02;
    letter-spacing: 0;
}

.product-solution-page .ps-problem-heading p {
    max-width: 850px;
    margin: 0 auto;
    color: var(--ps-muted);
    font-size: clamp(16px, 1.35vw, 19px);
    line-height: 1.85;
}

.product-solution-page .ps-problem-card {
    position: relative;
    display: flex;
    gap: 16px;
    height: 100%;
    padding: clamp(20px, 2.2vw, 26px);
    border: 1px solid rgba(226, 232, 240, .78);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .96) 0%, rgba(248, 251, 255, .9) 100%);
    box-shadow:
        0 22px 60px rgba(15, 23, 42, .1),
        0 8px 18px rgba(33, 199, 201, .06);
    backdrop-filter: blur(14px);
    transform: translateY(0) scale(1);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    will-change: transform;
}

.product-solution-page .ps-problem-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(33, 199, 201, .55), rgba(215, 25, 32, .22), rgba(255, 255, 255, 0));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

.product-solution-page .ps-problem-card:hover {
    transform: translateY(-10px) scale(1.015);
    border-color: rgba(33, 199, 201, .36);
    box-shadow:
        0 34px 90px rgba(15, 23, 42, .18),
        0 14px 30px rgba(33, 199, 201, .12);
}

.product-solution-page .ps-problem-card::after {
    content: "";
    position: absolute;
    top: -40%;
    left: -35%;
    width: 42%;
    height: 180%;
    transform: rotate(22deg) translateX(-140%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .58), transparent);
    opacity: 0;
    transition: transform .55s ease, opacity .28s ease;
    pointer-events: none;
}

.product-solution-page .ps-problem-card:hover::after {
    transform: rotate(22deg) translateX(360%);
    opacity: 1;
}

.product-solution-page .ps-problem-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(33, 199, 201, .18), rgba(215, 25, 32, .12)),
        #fff;
    box-shadow: inset 0 0 0 1px rgba(33, 199, 201, .22), 0 14px 32px rgba(15, 23, 42, .08);
}

.product-solution-page .ps-problem-icon span {
    position: relative;
    display: block;
    width: 19px;
    height: 19px;
    border-radius: 6px;
    background: linear-gradient(135deg, var(--ps-accent), var(--ps-red));
    transform: rotate(45deg);
}

.product-solution-page .ps-problem-icon span::after {
    content: "";
    position: absolute;
    inset: 5px;
    border-radius: 4px;
    background: #fff;
}

.product-solution-page .ps-problem-body h4 {
    margin: 2px 0 12px;
    color: var(--ps-ink);
    font-size: clamp(18px, 1.45vw, 22px);
    line-height: 1.25;
    font-weight: 800;
}

.product-solution-page .ps-problem-subtitle {
    margin-bottom: 10px;
    color: var(--ps-red);
    font-weight: 700;
}

.product-solution-page .ps-problem-copy,
.product-solution-page .ps-problem-copy p,
.product-solution-page .ps-problem-copy li {
    color: var(--ps-muted);
    font-size: 14.5px;
    line-height: 1.72;
}

.product-solution-page .ps-problem-copy p:last-child {
    margin-bottom: 0;
}

.product-solution-page .ps-solution-section {
    position: relative;
    overflow: hidden;
}

.product-solution-page .ps-solution-section::before {
    content: "";
    position: absolute;
    top: 120px;
    right: -120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(53, 200, 138, .18), transparent 66%);
    pointer-events: none;
}

.product-solution-page .ps-solution-heading {
    position: relative;
    margin-bottom: 42px;
}

.product-solution-page .ps-solution-heading .ps-section-kicker {
    color: var(--ps-green-dark);
    padding: 7px 14px;
    border: 1px solid rgba(53, 200, 138, .26);
    border-radius: 999px;
    background: rgba(255, 255, 255, .76);
}

.product-solution-page .ps-solution-heading .ps-section-title {
    max-width: 860px;
    margin-top: 16px;
    color: var(--ps-ink);
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.04;
}

.product-solution-page .ps-solution-heading p {
    margin: 0;
    color: var(--ps-muted);
    font-size: clamp(16px, 1.28vw, 18px);
    line-height: 1.85;
}

.product-solution-page .ps-solution-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.product-solution-page .ps-solution-card {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    min-height: 100%;
    padding: 24px;
    border: 1px solid rgba(226, 232, 240, .78);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(244, 252, 249, .9));
    box-shadow:
        0 18px 48px rgba(15, 23, 42, .08),
        inset 0 1px 0 rgba(255, 255, 255, .9);
    overflow: hidden;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.product-solution-page .ps-solution-card::before {
    content: "";
    position: absolute;
    inset: auto 18px 0 18px;
    height: 4px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, var(--ps-green), var(--ps-accent));
    opacity: .8;
}

.product-solution-page .ps-solution-card:hover {
    transform: translateY(-8px);
    border-color: rgba(53, 200, 138, .34);
    box-shadow:
        0 30px 80px rgba(15, 23, 42, .14),
        0 12px 28px rgba(53, 200, 138, .12);
}

.product-solution-page .ps-solution-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--ps-green), var(--ps-green-dark));
    box-shadow: 0 14px 30px rgba(25, 169, 116, .22);
}

.product-solution-page .ps-solution-icon span {
    position: relative;
    width: 19px;
    height: 13px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg) translate(1px, -2px);
}

.product-solution-page .ps-solution-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-solution-page .ps-solution-body h4 {
    margin: 0;
    color: var(--ps-ink);
    font-size: clamp(18px, 1.55vw, 23px);
    line-height: 1.24;
    font-weight: 800;
}

.product-solution-page .ps-solution-subtitle {
    margin: 8px 0 0;
    color: var(--ps-green-dark);
    font-weight: 700;
}

.product-solution-page .ps-solution-copy,
.product-solution-page .ps-solution-copy p,
.product-solution-page .ps-solution-copy li {
    color: var(--ps-muted);
    font-size: 14.5px;
    line-height: 1.75;
}

.product-solution-page .ps-solution-copy p:last-child {
    margin-bottom: 0;
}

.product-solution-page .ps-why-section {
    position: relative;
    overflow: hidden;
}

.product-solution-page .ps-why-section::before {
    content: "";
    position: absolute;
    inset: 12% auto auto -160px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(33, 199, 201, .18), transparent 68%);
    pointer-events: none;
}

.product-solution-page .ps-why-heading {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.product-solution-page .ps-why-heading .ps-section-kicker {
    color: var(--ps-red);
    padding: 8px 14px;
    border: 1px solid rgba(215, 25, 32, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
}

.product-solution-page .ps-why-heading .ps-section-title {
    max-width: 680px;
    margin: 14px auto 0;
    color: transparent;
    font-size: clamp(30px, 3.7vw, 48px);
    line-height: 1.12;
    background: linear-gradient(135deg, var(--ps-red) 0%, var(--ps-ink) 48%, var(--ps-accent) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.product-solution-page .ps-why-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
    gap: 24px;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid rgba(226, 232, 240, .86);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(245, 252, 255, .88)),
        radial-gradient(circle at 90% 0%, rgba(215, 25, 32, .08), transparent 34%);
    box-shadow: 0 28px 80px rgba(15, 23, 42, .1);
    backdrop-filter: blur(14px);
}

.product-solution-page .ps-why-list {
    display: grid;
    gap: 12px;
    align-content: start;
}

.product-solution-page .ps-why-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    width: 100%;
    min-height: 68px;
    padding: 14px 16px;
    border: 1px solid rgba(226, 232, 240, .86);
    border-radius: 16px;
    background: rgba(255, 255, 255, .78);
    color: var(--ps-ink);
    text-align: left;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.product-solution-page .ps-why-item:hover,
.product-solution-page .ps-why-item.active {
    transform: translateX(4px);
    border-color: rgba(33, 199, 201, .38);
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .1);
}

.product-solution-page .ps-why-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(33, 199, 201, .1);
}

.product-solution-page .ps-why-item-title {
    color: var(--ps-ink);
    font-weight: 800;
    line-height: 1.35;
}

.product-solution-page .ps-why-item i {
    color: var(--ps-accent);
    font-size: 13px;
    opacity: .55;
    transition: transform .22s ease, opacity .22s ease;
}

.product-solution-page .ps-why-item:hover i,
.product-solution-page .ps-why-item.active i {
    opacity: 1;
    transform: translateX(3px);
}

.product-solution-page .ps-why-preview {
    min-width: 0;
}

.product-solution-page .ps-why-detail {
    height: 100%;
}

.product-solution-page .ps-why-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    padding: 26px;
    border-radius: 20px;
    background:
        radial-gradient(circle at 20% 20%, rgba(33, 199, 201, .18), transparent 30%),
        linear-gradient(135deg, #0f172a, #17202a);
    overflow: hidden;
}

.product-solution-page .ps-why-visual img {
    max-height: 260px;
    object-fit: contain;
    filter: drop-shadow(0 24px 42px rgba(0, 0, 0, .18));
}

.product-solution-page .ps-why-copy {
    margin-top: 16px;
    padding: clamp(20px, 2.5vw, 28px) !important;
}

.product-solution-page .ps-why-copy,
.product-solution-page .ps-why-copy p,
.product-solution-page .ps-why-copy li {
    color: var(--ps-muted);
    font-size: 15px;
    line-height: 1.75;
}

.product-solution-page .ps-logo-cloud {
    padding: 28px;
    border: 1px solid var(--ps-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(15, 23, 42, .06);
}

.product-solution-page .ps-logo-cloud img {
    max-height: 58px;
    width: auto;
    margin: 14px 20px;
    filter: grayscale(100%);
    opacity: .78;
    transition: filter .2s ease, opacity .2s ease, transform .2s ease;
}

.product-solution-page .ps-logo-cloud img:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: translateY(-2px);
}

.product-solution-page .card-faq {
    margin-bottom: 16px !important;
    overflow: hidden;
    border: 1px solid rgba(203, 213, 225, .78);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(250, 253, 255, .94));
    box-shadow: 0 16px 42px rgba(15, 23, 42, .07);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.product-solution-page .card-faq:hover {
    transform: translateY(-2px);
    border-color: rgba(33, 199, 201, .28);
    box-shadow: 0 22px 54px rgba(15, 23, 42, .1);
}

.product-solution-page .card-faq .card-header {
    padding: 0;
    border: 0;
    background: transparent;
}

.product-solution-page .card-faq button {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    min-height: 64px;
    padding: 16px 20px;
    color: var(--ps-ink);
    font-size: clamp(15px, 1.05vw, 16px);
    font-weight: 800;
    text-align: left;
    white-space: normal;
}

.product-solution-page .card-faq button i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: rgba(33, 199, 201, .12);
    color: var(--ps-accent);
    font-size: 12px;
    transition: transform .22s ease, background .22s ease, color .22s ease;
}

.product-solution-page .card-faq button:not(.collapsed) i {
    transform: rotate(180deg);
    background: var(--ps-accent);
    color: #fff;
}

.product-solution-page .card-faq .card-body {
    padding: 0 20px 20px;
    color: var(--ps-muted);
    line-height: 1.75;
}

.product-solution-page .ps-faq-heading {
    padding: clamp(22px, 3vw, 32px);
    border: 1px solid rgba(226, 232, 240, .86);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(244, 252, 249, .88));
    box-shadow: 0 18px 46px rgba(15, 23, 42, .07);
}

.product-solution-page .ps-faq-heading .ps-section-title {
    margin-top: 12px;
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.12;
    color: var(--ps-ink);
}

.product-solution-page .ps-faq-heading p {
    margin: 16px 0 0;
    color: var(--ps-muted);
    line-height: 1.75;
}

.product-solution-page .ps-faq-support {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin-top: 24px;
    padding: 16px;
    border-radius: 8px;
    background: rgba(33, 199, 201, .1);
    color: var(--ps-ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
}

.product-solution-page .ps-faq-support i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #fff;
    color: var(--ps-accent);
}

.product-solution-page .container-footer {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, .86);
    background: #fff;
}

.product-solution-page .ps-contact-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(360px, 1.12fr);
    gap: clamp(24px, 4vw, 46px);
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid rgba(33, 199, 201, .26);
    border-radius: 8px;
    background:
        radial-gradient(circle at 12% 0%, rgba(33, 199, 201, .12), transparent 28%),
        linear-gradient(135deg, #ffffff, #f8fdff);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .09);
    overflow: hidden;
}

.product-solution-page .ps-contact-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(33, 199, 201, .06) 1px, transparent 1px),
        linear-gradient(180deg, rgba(215, 25, 32, .035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, .36), transparent 76%);
    pointer-events: none;
}

.product-solution-page .ps-contact-intro,
.product-solution-page .ps-contact-form {
    position: relative;
    z-index: 1;
}

.product-solution-page .ps-contact-card .ps-section-kicker {
    color: var(--ps-red);
}

.product-solution-page .ps-contact-card .ps-section-title {
    margin: 14px 0 16px;
    color: var(--ps-ink);
    font-size: clamp(30px, 3.8vw, 48px);
    line-height: 1.08;
}

.product-solution-page .ps-contact-intro p {
    max-width: 560px;
    color: var(--ps-muted);
    font-size: 16px;
    line-height: 1.78;
}

.product-solution-page .ps-contact-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0 0;
}

.product-solution-page .ps-contact-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border: 1px solid rgba(33, 199, 201, .18);
    border-radius: 999px;
    background: rgba(33, 199, 201, .08);
    color: var(--ps-ink);
    font-size: 13px;
    font-weight: 700;
}

.product-solution-page .ps-contact-points i {
    color: var(--ps-green-dark);
}

.product-solution-page .ps-contact-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    margin-top: 26px;
    padding: 18px;
    border: 1px solid rgba(226, 232, 240, .86);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(15, 23, 42, .07);
}

.product-solution-page .ps-contact-visual img {
    max-height: 170px;
    object-fit: contain;
    filter: drop-shadow(0 18px 30px rgba(15, 23, 42, .16));
}

.product-solution-page .ps-contact-form {
    padding: clamp(22px, 3vw, 30px);
    border: 1px solid rgba(226, 232, 240, .86);
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 50px rgba(15, 23, 42, .08);
}

.product-solution-page .ps-contact-form label {
    margin-bottom: 8px;
    color: var(--ps-ink);
    font-size: 13px;
    font-weight: 800;
}

.product-solution-page .ps-contact-form .form-control {
    min-height: 48px;
    border-radius: 8px !important;
    background: #f8fafc;
}

.product-solution-page .ps-contact-form textarea.form-control {
    min-height: 132px;
}

.product-solution-page .ps-contact-submit {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 8px !important;
    background: linear-gradient(135deg, var(--ps-green), var(--ps-green-dark));
    color: #fff !important;
    font-weight: 800;
    box-shadow: 0 16px 36px rgba(25, 169, 116, .24);
}

.product-solution-page .ps-contact-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(25, 169, 116, .32);
}

.product-solution-page .card-testimonial {
    height: auto;
    min-height: 280px;
    overflow: hidden;
    background-color: #fff;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.product-solution-page .content-testimoni {
    color: var(--ps-muted);
    line-height: 1.75;
}

.product-solution-page .video-container {
    padding-bottom: 42% !important;
    background: #111827;
    overflow: hidden;
}

.product-solution-page .video-container::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(15, 23, 42, .05), rgba(15, 23, 42, .42));
}

.product-solution-page .video-container .play-icon {
    z-index: 3;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 20px 55px rgba(0, 0, 0, .22);
}

.product-solution-page .video-container .play-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 18px solid var(--ps-red);
}

@media (max-width: 991.98px) {
    .product-solution-page .ps-solution-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-solution-page .ps-why-panel {
        grid-template-columns: 1fr;
    }

    .product-solution-page .ps-contact-card {
        grid-template-columns: 1fr;
    }

    .product-solution-page .ps-faq-heading {
        position: static !important;
    }
}

@media (max-width: 768px) {
    .product-solution-page > .row,
    .product-solution-page #section-banner.row {
        --bs-gutter-x: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .product-solution-page .container {
        width: 100%;
        max-width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }

    .product-solution-page #section-banner {
        height: auto !important;
        min-height: 520px;
        margin-bottom: 96px;
        padding: 88px 0 126px !important;
        background-position: center;
    }

    .product-solution-page #list-submenu {
        bottom: -26px;
        width: calc(100% - 24px);
        min-height: 52px;
        padding: 6px;
        border-radius: 16px !important;
    }

    .product-solution-page #list-submenu ul {
        gap: 6px;
    }

    .product-solution-page .nav-list-submenu>a {
        padding: 9px 12px !important;
        font-size: 12.5px;
        line-height: 1.25;
    }

    .product-solution-page .section-content {
        margin-top: 8px;
        padding-top: 56px;
        border-radius: 34px 0 0 0 !important;
    }

    .product-solution-page .ps-lead-block h5 {
        font-size: clamp(24px, 7vw, 31px);
        line-height: 1.16;
        word-spacing: 0;
    }

    .product-solution-page .ps-lead-block p,
    .product-solution-page .ps-lead-block li {
        font-size: 14.5px;
        line-height: 1.7;
    }

    .product-solution-page .ps-hero-title {
        max-width: 100%;
        font-size: clamp(25px, 7.2vw, 33px);
        line-height: 1.1;
    }

    .product-solution-page .ps-hero-eyebrow {
        font-size: 12.5px;
        line-height: 1.45;
    }

    .product-solution-page .ps-hero-copy {
        max-width: 100%;
        font-size: 13.5px;
        line-height: 1.65;
        font-weight: 600;
    }

    .product-solution-page .ps-hero-divider {
        margin: 22px 0 18px;
    }

    .product-solution-page .ps-problem-heading {
        text-align: left;
        margin-bottom: 30px;
    }

    .product-solution-page .ps-problem-heading .ps-section-title,
    .product-solution-page .ps-solution-heading .ps-section-title,
    .product-solution-page .ps-faq-heading .ps-section-title,
    .product-solution-page .ps-contact-card .ps-section-title {
        font-size: clamp(25px, 7.4vw, 34px);
        line-height: 1.12;
    }

    .product-solution-page .ps-problem-heading p,
    .product-solution-page .ps-solution-heading p,
    .product-solution-page .ps-faq-heading p,
    .product-solution-page .ps-contact-intro p {
        font-size: 14.5px;
        line-height: 1.7;
    }

    .product-solution-page .ps-problem-card {
        flex-direction: column;
        padding: 18px;
        border-radius: 14px;
    }

    .product-solution-page .ps-solution-grid {
        grid-template-columns: 1fr;
    }

    .product-solution-page .ps-solution-card {
        grid-template-columns: 1fr;
        padding: 18px;
        border-radius: 14px;
    }

    .product-solution-page .ps-why-heading {
        text-align: left;
    }

    .product-solution-page .ps-why-heading .ps-section-title {
        margin-left: 0;
        font-size: clamp(25px, 7.4vw, 34px);
    }

    .product-solution-page .ps-why-panel {
        padding: 14px;
        border-radius: 14px;
    }

    .product-solution-page .ps-why-item {
        grid-template-columns: auto minmax(0, 1fr);
        min-height: 62px;
        padding: 12px;
        border-radius: 12px;
    }

    .product-solution-page .ps-why-item i {
        display: none;
    }

    .product-solution-page .ps-why-visual {
        min-height: 210px;
        padding: 18px;
    }

    .product-solution-page .ps-contact-card {
        padding: 14px;
        border-radius: 14px;
    }

    .product-solution-page .ps-contact-visual {
        min-height: 160px;
        padding: 18px;
    }

    .product-solution-page .ps-contact-form {
        padding: 16px;
    }

    .product-solution-page .ps-actions {
        flex-direction: column;
        align-items: stretch;
        position: relative;
        z-index: 7;
        margin-top: 20px;
    }

    .product-solution-page .btn-ask,
    .product-solution-page .btn-telusuri {
        width: 100%;
    }

    .product-solution-page .video-container {
        height: auto !important;
        padding-bottom: 62% !important;
    }
}
