/* Import Google Fonts Phudu & Inter */
@import url("https://fonts.googleapis.com/css2?family=Phudu:wght@600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* GLOBAL STYLING */
body {
    font-family: "Inter", sans-serif;
    box-sizing: border-box;
}

.font-heading {
    font-family: "Phudu", sans-serif !important;
    font-weight: 700; 
    font-size: 52px !important; 
    line-height: 64px;
    letter-spacing: -2%;
    color: #262626;
    text-align: center;
}

/* HERO SECTION */
#hero-section {
    justify-content: center;
    align-items: center;
    align-content: center;
}
.font-heading.hero-heading {
    font-family: "Phudu", sans-serif !important;
    font-weight: 700; 
    font-size: 62px !important; 
    line-height: 72px;
    letter-spacing: -2%;
    text-align: center;
    color: #262626;
}

.gradient-text-red {
    background: linear-gradient(180deg, #FB2C36 0%, #FF7C58 50%, #FF6467 100%), radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(255, 0, 0, 0.2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.btn-primary-blue {
    background-color: #1447E6; 
    box-shadow: 0px 4px 0px 0px #0b34b3, 0px 4px 6px rgba(20, 71, 230, 0.4);
}

.btn-primary-green {
    background-color: #00A63ECC; 
    box-shadow: 0px 4px 0px 0px #2a9456, 0px 4px 6px rgba(56, 193, 114, 0.4);
}

#hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px; 
    background: linear-gradient(to bottom,rgba(250, 251, 255, 0) 0%, #FAFBFF 100%);
    z-index: 1; 
    pointer-events: none;
}

/* responsive hero section */
@media (max-width: 767px) {
    /* global fonts */
    .font-heading {
        font-size: 32px !important;
        line-height: 38px;
    }
    /* spesify font */
    .font-heading.hero-heading {
        font-size: 34px !important;
        line-height: 42px;
    }
}

/* PROBLEM SECTION */
.problem-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2); 
    height: 395px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.problem-image-wrapper {
    position: relative;
    width: 100%;
    height: 170px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.problem-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.card-title {
    font-family: "Phudu", sans-serif;
    font-weight: 600; 
    font-size: 22px;
    line-height: 33px; 
    letter-spacing: 0%;
    text-align: left;
    color: #262626;
}

.card-paragraph {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; 
    letter-spacing: 0%;
    text-align: left;
    color: #737373;
}

.ai-subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #525252;
}

.ai-main-heading {
    color: #262626;
}

.ai-description {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #525252;
}

.ai-solution-card {
    min-height: 188px; 
    max-width: 315px;
    padding: 24px;
    background: #FAFAFA;
    border-radius: 16px;
    border: 8px solid #FFFFFF; 
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2); 
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ai-card-title {
    font-family: "Phudu", sans-serif;
    font-weight: 600;
    font-size: 21px !important;
    line-height: 30px;
    letter-spacing: -2%;
    color: #262626;
    margin-bottom: 8px;
    letter-spacing: -2%;
    text-align: left !important;
}

.ai-card-description {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #6C757D;
    text-align: left;
}

.ai-solution-wrapper-desktop {
    position: relative;
    height: 650px; 
    width: 100%; 
}

.robot-image-desktop {
    position: absolute;
    left: 50%;
    top: 60%; 
    transform: translate(-50%, -40%);
    max-width: 450px; 
    height: auto;
}

.card-pos-2 { 
    position: absolute;
    text-align: left;
    top: 15%; 
    left: 55%; 
    transform: translate(-140%, 0%);
}
.card-pos-3 { 
    position: absolute; 
    text-align: left;
    top: 8%;
    left: 37%;
    transform: translate(40%, 0);
}
.card-pos-1 { 
    position: absolute;
    text-align: left;
    top: 53%;
    left: 47%;
    transform: translate(-150%, 0%);
}
.card-pos-4 { 
    position: absolute;
    text-align: left;
    top: 47%;
    left: 53%; 
    transform: translate(50%, 0);
}

@media (max-width: 1023px) { 
    .ai-subtitle {
        font-size: 15px;
        line-height: 24px;
        font-weight: 800; 
        text-transform: uppercase;
        background: linear-gradient(180deg, #fb2c36 0%, #ff7c58 50%, #ff6467 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        margin: 0 10px;
    }
    .ai-main-heading {
        font-size: 32px !important;
        line-height: 32px;
        letter-spacing: -2%;
        margin: 0 12px;
    }
    .ai-description {
        font-size: 17px !important;
        margin: 10px 12px;
        color: #525252 !important;
        line-height: 20px !important;
    }
    .ai-solution-card {
        min-height: 158px;
        max-width:  100% !important;
        border: 6px solid #FFFFFF;
        margin-left: 10px;
        margin-right: 10px;
    }
    .ai-card-title {
        font-size: 21px !important;
        line-height: 30px;
        color: #262626;
    }
    .ai-card-description {
        font-size: 16px !important;
        color: #6C757D;
    }
    .robot-container-mobile img {
        width: 50%;
    }
}

/* DETAIL FEATURE */
.feature-main-heading {
    font-family: "Phudu", sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 64px;
    letter-spacing: -2%;
    text-align: center;
    color: #262626;
}

.feature-description {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
}

.feature-row-title {
    font-family: 'Phudu', sans-serif;
    font-size: 28px !important;
    line-height: 42px;
    letter-spacing: -2%;
}

.feature-image-container {
    width: 320px;
    height: 230px;
    background-color: #FAFBFF; 
    border-radius: 16px;
    padding: 8px;
    border: 8px solid #FFFFFF;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1024px) {
    .lg-w-feature-text {
        max-width: 320px; 
    }
    .lg-w-feature-image {
        width: 320px; 
    }
}

@media (max-width: 1023px) { 
    .feature-image-container {
        width: 100% !important; 
        height: auto !important; 
        max-width: none;
        padding: 8px;
        border: 8px solid #FFFFFF;
        box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
    }
    
    .lg-w-feature-image {
        width: 100% !important;
        margin-left: 0 !important; 
        margin-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .feature-main-heading {
        font-size: 32px !important;
        color: #262626;
        line-height: 32px;
        letter-spacing: -2%;
    }
    .feature-description {
        font-family: Inter !important;
        font-weight: 400;
        font-size: 17px !important;
        line-height: 25.5px;
        letter-spacing: 0%;
        text-align: center;
    }
    .lg-w-feature-text {
        text-align: left !important;
    }
    .feature-row-title {
        font-size: 20px !important;
        font-weight: 600;
        line-height: 33px;
        letter-spacing: -2%;
        color: #262626;
    }
    .lg-w-feature-text > p {
        font-family: Inter !important;
        font-weight: 400;
        font-size: 15px !important;
        line-height: 22.5px;
        letter-spacing: 0%;
    }
}

/* TESTIMONIAL */
.testimonial-main-heading {
    font-family: "Phudu", sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 64px;
    letter-spacing: -2%;
    text-align: center;
    color: #262626;
}

.testimonial-description {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 30px;
    text-align: center;
    letter-spacing: -2%;
    color: #525252;
}

.swiper-wrapper {
    padding-left: 10px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.testimonial-card {
    min-height: 361px;
    max-width: 380px;
    background-color: #FAFAFA;
    border-radius: 16px;
    padding: 32px 24px;
    border: 6px solid #FFFFFF;
    box-shadow: 0px 8px 24px 0px #959DA533;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;  
}

.testimonial-profile-img {
    width: 100px;
    height: 100px;
    border-radius: 9999px;
    object-fit: cover;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.testimonial-name {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px !important;
    line-height: 30px;
    letter-spacing: 0%;
    color: #212529;
}

.testimonial-job {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 21px;
    letter-spacing: 0%;
    color: #6C757D;
}

.testimonial-text {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
    color: #6C757D;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background-color: #FFFFFF;
    border-radius: 9999px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    border: 1px solid #E5E7EB;
    transition: all 0.3s ease;
}

.slider-arrow:hover {
    background-color: #F3F4F6;
}

.slider-arrow.left {
    left: 8px;
    transform: translate(-50%, -50%);
}

.slider-arrow.right {
    right: 8px;
    transform: translate(50%, -50%);
}

.slider-arrow i {
    font-size: 1.25rem;
    color: #262626;
}

.swiper-pagination-custom {
    bottom: 0 !important;
    display: none; 
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #D1D5DB;
    opacity: 1;
    border-radius: 4px;
    transition: width 0.3s;
}

.swiper-pagination-bullet-active {
    width: 24px;
    background: #6D28D9;
    opacity: 1;
}

/* responsive testimonial section */
@media (max-width: 767px) {
   .testimonial-main-heading {
        font-family: 'Phudu', sans-serif !important;
        font-weight: 700;
        font-size: 32px !important;
        line-height: 38px;
        letter-spacing: -2%;
        text-align: center;
   }
   .testimonial-description {
        font-family: Inter !important;
        font-weight: 400;
        font-size: 17px !important;
        line-height: 25.5px;
        letter-spacing: 0%;
        text-align: center;
   }
   .testimonial-name {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 20px !important;
        line-height: 30px;
        letter-spacing: 0%;
        color: #212529;
    }
    .testimonial-job {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 14px !important;
        line-height: 21px;
        letter-spacing: 0%;
        color: #6C757D;
    }
    .testimonial-text {
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 15px !important;
        line-height: 27px;
        letter-spacing: 0%;
        text-align: center;
        color: #6C757D;
    }
}

/* VIDEO THUMBNAIL SECTION */
.video-container-style {
    border-radius: 24px;
    border: 8px solid #FFFFFF; 
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2); 
    overflow: hidden; 
}

/* responsive video thumbnail section */
@media (max-width: 767px) {
    .video-font-heading {
        font-family: 'Phudu', sans-serif !important;
        font-weight: 700;
        font-size: 25px !important;
        line-height: 30px;
        letter-spacing: -2%;
        text-align: center;
    }
}

/* ONBOARDING SECTION*/
#onboarding-section {
    background-color: #FAFBFF;
}

/* Smooth transitions for buttons */
#onboarding-section a {
    transition: all 0.3s ease;
}

#onboarding-section a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108, 38, 246, 0.3);
}

/* Timeline connector styling */
.border-dashed {
    border-style: dashed;
}

/* Arrow styling at connector ends */
.border-l-transparent,
.border-r-transparent {
    border-left-color: transparent;
    border-right-color: transparent;
}

/* Ensure images don't overflow */
#onboarding-section img {
    max-width: 100%;
    height: auto;
}

.heading-point {
    font-family: "Phudu", sans-serif !important;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 33px;
    letter-spacing: 0%;
}

.description-point {
    font-weight: 400;
    font-size: 18px !important;
    line-height: 27px;
    letter-spacing: 0%;
}

/* ======================================================= */
/* RESPONSIVE STYLING                                      */
/* ======================================================= */

/* Tablet adjustments */
@media (max-width: 1023px) {
    #onboarding-section .max-w-4xl {
        max-width: 100%;
    }
    
    /* Adjust spacing for tablet */
    #onboarding-section .gap-6 {
        gap: 1.5rem;
    }
    
    /* Smaller connector height for tablet */
    #onboarding-section .border-l-2[style*="height: 120px"] {
        height: 100px !important;
    }
}

/* Mobile adjustments */
@media (max-width: 767px) {
    #onboarding-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    
    #onboarding-section h2 {
        font-family: 'Phudu', sans-serif;
        font-weight: 700;
        font-style: Bold;
        font-size: 32px !important;
        line-height: 38px;
        letter-spacing: -2%;
        text-align: center;
    }
    
    #onboarding-section .space-y-4 {
        gap: 1.25rem;
    }

    .mobile-heading-point {
        font-family: Inter;
        font-weight: 600;
        font-size: 17px !important;
        line-height: 25.5px;
        letter-spacing: 0%;
        color: #212529;
    }

    .mobile-description-point {
        font-family: Inter;
        font-weight: 400;
        font-size: 15px !important;
        line-height: 22.5px;
        letter-spacing: 0%;
        color: #525252;
    }
    
    /* Button full width on very small screens */
    @media (max-width: 375px) {
        #onboarding-section a {
            display: block;
            width: 100%;
        }
    }
}

/* ======================================================= */
/* FAQ SECTION STYLING (DESKTOP)                           */
/* ======================================================= */
.faq-main-desctiption {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px !important;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
}

.faq-description {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #525252;
}

.faq-container-wrapper {
    border-radius: 12px; 
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
}

.tab-button {
    font-family: 'Phudu', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px !important;
    line-height: 25.5px;
    letter-spacing: 0%;
    text-align: center;

    border-bottom: 2px solid transparent;
    transition: all 0.3s;
    font-weight: 600; 
    color: #6b7280; 
}

.tab-button.active {
    color: #155DFC; 
    border-bottom-color: #155DFC; 
    background-color: #BEDBFF; 
}

.tab-radius-left {
    border-top-left-radius: 16px; 
}
.tab-radius-right {
    border-top-right-radius: 16px;
}

.faq-item {
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}
.faq-item:not(.active-faq) {
    background-color: #FFFFFF;
}

.active-faq {
    border: 1px solid #BEDBFF;
    background-color: #EFF6FF;
}

.question-button {
    /* font-weight: 600;
    font-size: 18px;
    color: #404040; */

    font-family: Inter;
    font-weight: 600;
    font-size: 20px !important;
    line-height: 30px;
    letter-spacing: 0%;
}
.active-faq .question-button {
    color: #155DFC !important;
}

.answer-content {
    transition: max-height 0.3s ease-in-out, ease-in-out;
    color: #737373;
    position: relative;
    top: -8px;
}

@media (max-width: 767px) { 
    .faq-main-desctiption {
        font-family: Inter;
        font-weight: 400;
        font-size: 16px !important;
        line-height: 25.5px;
        letter-spacing: 0%;
        text-align: center;
    }
    .tab-button {
        font-family: 'Phudu', sans-serif;
        font-weight: 700;
        font-style: Bold;
        font-size: 18px !important;
        line-height: 25.5px;
        letter-spacing: 0%;
        text-align: center;
    }
    .question-button {
        font-family: Inter;
        font-weight: 400;
        font-size: 17px !important;
        line-height: 25.5px;
        letter-spacing: 0%;
    }
    .answer-content > p {
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 17px !important;
        line-height: 25.5px;
        letter-spacing: 0%;
    }
}


/* ======================================================= */
/* FAQ SECTION RESPONSIVE MOBILE/TABLET STYLING            */
/* ======================================================= */

@media (max-width: 1023px) { 
    .faq-main-heading {
        font-size: 32px;
        line-height: 38px;
    }
    
    .faq-description {
        font-size: 17px;
        line-height: 25.5px;
        margin: 0px !important;
    }
}

/* ======================================================= */
/* PRICING SECTION STYLING (DESKTOP) — FINAL RESPONSIVE    */
/* ======================================================= */

.pricing-main-heading {
    font-family: "Phudu", sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 64px;
    letter-spacing: -2%;
    text-align: center;
    color: #262626;
}

.pricing-packet {
    font-family: Inter;
    font-weight: 700;
    font-size: 14px !important;
    line-height: 21px;
    letter-spacing: 0%;
    margin-bottom: 0px;
}

/* --- Wrapper untuk card dengan discount badge --- */
.pricing-card-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

/* --- Discount Badge Positioning --- */
.price-decimal {
    position: relative;
    left: -2px;
    font-size: 16px !important;
    font-weight: 500;
}
.price-currency {
    font-size: 16px !important;
    font-weight: 500;
}
.discount-badge {
    position: absolute;
    top: -5px;
    left: -4px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.discount-text {
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    z-index: 11;
    white-space: nowrap;
    left: 12px;
    top: -3px;
}

.discount-vector {
    width: 85px;
    height: 26px;
    display: block;
    position: relative;
    top: -4px;
}

/* --- Struktur dasar setiap kartu --- */
.pricing-card-base {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 32px 20px;
    border: 1px solid #F5F5F5;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

/* Pastikan area konten di tengah bisa melar */
.pricing-card-base ul {
    flex-grow: 1;
}

.pricing-card-base p.text-sm {
    flex-shrink: 0;
}

/* Tombol di bawah */
.pricing-card-base > a {
    margin-top: auto;
    align-self: stretch;
    flex-shrink: 0;
}

/* Paket Ultimate wrapper */
.package-ultimate-border {
    border-radius: 16px;
    border: 3px solid #FB2C36;
    box-shadow: 0px 2px 8px 0px rgba(255, 84, 81, 0.2),
                0px 5px 0px 0px #FB2C36 !important;
    display: flex;
    flex-direction: column;
    height: 100%; 
}

.pricing-btn {
    font-weight: 600 !important;
}

/* Pastikan card ultimate mengikuti tinggi sama */
.package-ultimate-border .pricing-card-base {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

/* Tombol Ultimate sejajar juga */
.package-ultimate-border .pricing-card-base > a {
    margin-top: auto;
    align-self: stretch;
}

/* Checkmark */
.pricing-checkmark {
    width: 16px;
    height: 16px;
    border-radius: 9999px;
    background-color: #00C950;
}

/* Tombol Ultimate dengan gradasi */
.btn-ultimate-gradient {
    background: linear-gradient(180deg, #FB2C36 0%, #FF7C58 50%, #FF6467 100%);
    color: white;
    font-weight: 700;
    border-radius: 12px;
}

.package-ultimate-border > .pricing-card-base > ul > li > span {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px;
    letter-spacing: 0%;
}

.pricing-card-base > ul > li > span {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px;
    letter-spacing: 0%;
}

/* ======================================================= */
/* RESPONSIVE (TABLET & MOBILE)                            */
/* ======================================================= */

@media (max-width: 1023px) {

    /* Buat container melebar penuh */
    #pricing-section .container {
        max-width: 100% !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    /* Grid menyesuaikan lebar layar - 2 kolom di tablet */
    #pricing-section .grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
        justify-items: stretch;
        align-items: stretch;
    }

    /* Hilangkan batas tinggi */
    .pricing-card-wrapper,
    .pricing-card-base,
    .package-ultimate-border,
    .package-ultimate-border .pricing-card-base {
        height: auto !important;
        width: 100% !important;
    }

    /* Spasi tombol */
    .pricing-card-base > a,
    .package-ultimate-border .pricing-card-base > a {
        margin-top: auto;
    }

    /* Adjust discount badge for tablet */
    .discount-badge {
        top: -4px;
        left: -3px;
    }

    .discount-text {
        font-size: 12px;
        left: 10px;
        top: -3px;
    }

    .discount-vector {
        width: 75px;
        height: 23px;
        top: -4px;
    }
}

/* ================== MOBILE ================== */
@media (max-width: 767px) {

    .pricing-main-heading {
        font-size: 28px !important;
        line-height: 36px;
        font-weight: 800;
        margin-bottom: 2rem;
    }

    #pricing-section .container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    /* Grid 1 kolom di mobile */
    #pricing-section .grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 auto !important;
    }

    .pricing-card-wrapper {
        margin-bottom: 0;
    }

    .pricing-card-base {
        padding: 24px 20px !important;
        border-radius: 12px;
        height: auto !important;
        width: 100% !important;
    }

    .pricing-card-base > a {
        padding: 14px 20px !important;
        font-size: 14px !important;
        font-weight: 700;
        border-radius: 10px !important;
    }

    /* Mobile discount badge */
    .discount-badge {
        top: -4px;
        left: -3px;
    }

    .discount-text {
        font-size: 11px;
        left: 9px;
        top: -9px;
    }

    .discount-vector {
        width: 70px;
        height: 21px;
        top: -4px;
    }

    .trial-packet {
        margin-bottom: 0px;
    }
}

/* ================== EXTRA SMALL ================== */
@media (max-width: 375px) {
    .pricing-main-heading {
        font-size: 24px !important;
        line-height: 32px;
    }

    .pricing-card-base {
        padding: 20px 16px !important;
    }

    .pricing-card-base > a {
        font-size: 13px !important;
        padding: 12px 16px !important;
    }

    .discount-badge {
        top: -3px;
        left: -2px;
    }

    .discount-text {
        font-size: 10px;
        left: 8px;
        top: -2px;
    }
    .discount-vector {
        width: 65px;
        height: 20px;
        top: -3px;
    }
}

/* CREDIBILITY SECTION */
.credibility-description {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #525252;
}

/* --- Swiper Layout Fix --- */
.credibility-swiper {
    overflow: visible !important;
    padding-right: 0; /* default tanpa padding */
}

.credibility-swiper .swiper-wrapper {
    overflow: visible !important;
}

.credibility-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    padding: 0 8px;
    flex-shrink: 0;
}

/* --- Card Base --- */
.credibility-card-base {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 24px;
    width: 100%;
    max-width: 370px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border: none;
    transition: all 0.3s ease;
}

.credibility-card-base:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
}

.credibility-card-title {
    font-family: "Phudu", sans-serif !important;
    font-weight: 600;
    font-size: 21px !important;
    line-height: 30px;
    color: #262626;
    letter-spacing: 0%;
    text-align: left;
}

.credibility-card-description {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6C757D;
    text-align: left;
}

/* Pagination dots */
.credibility-pagination {
    bottom: 0 !important;
    display: block !important;
}

/* Mobile (<= 767px): 1 card penuh */
@media (max-width: 767px) {
    .credibility-swiper {
        overflow: hidden !important;
        padding: 0;
    }

    .credibility-swiper .swiper-slide {
        width: 100% !important;
        padding: 0;
    }

    .credibility-card-base {
        max-width: 92%;
        padding: 18px;
        margin: 0 auto;
    }

    .credibility-description {
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px !important;
        line-height: 25.5px;
        letter-spacing: 0%;
        text-align: center;
        color: #525252;
    }
}

/* responsive credibility section */
@media (max-width: 767px) {
    .credibility-main-heading {
        font-size: 28px !important;
    }

    .credibility-card-title {
        font-family: 'Phudu', sans-serif;
        font-weight: 600;
        font-size: 18px !important;
        line-height: 25px;
        letter-spacing: 0%;
        color: #262626;
    }
}

/* CTA SECTION */
.cta-description {
    font-family: 'Inter';
    font-weight: 400;
    font-style: Regular;
    font-size: 20px !important;
    line-height: 30px;
    letter-spacing: -1.7%;
    text-align: center;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .cta-description {
        font-family: 'Inter';
        font-weight: 400;
        font-size: 17px !important;
        line-height: 25.5px;
        letter-spacing: 0%;
        text-align: center;
        color: #FFFFFF;
    }
}

/* ======================================================= */
/* RESPONSIVE WEBSITE, MOBILE, DLL                         */
/* ======================================================= */

@media (max-width: 1023px) { 
    /* --- TESTIMONIAL SECTION MOBILE STYLING --- */
    .testimonial-card {
        width: 100%;
        max-width: none;
    }
    .swiper-button-prev-custom,
    .swiper-button-next-custom {
        display: none !important;
    }
    .slider-arrow.right {
        display: none !important;
    }

    /* --- ONBOARDING SECTION MOBILE STYLING --- */
    .onboarding-main-heading {
        font-size: 32px;
        line-height: 42px;
    }
    .onboarding-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    .onboarding-mockup-col {
        order: 3;
        margin-top: 3rem;
    }
    .onboarding-content-col {
        order: 1;
    }
    .timeline-line {
        background-color: transparent !important;
        width: 0 !important;
        border-left: 2px dashed #D4D4D4; 
        left: 25px !important;
        top: 55px !important; 
        height: calc(100% - 55px) !important;
    }
    .btn-onboarding-style {
        display: none;
    }
    .step-inactive {
        cursor: default !important;    
        .step-indicator-wrapper {
            background-color: #6D28D9 !important;
        }
        .step-title,
        .step-description {
            color: #262626 !important;
        }
    }

    /* -- Credibility Section --- */
    .credibility-description {
        font-family: 'Inter';
        font-weight: 400;
        font-size: 16px !important;
        line-height: 24px;
        letter-spacing: 0%;
        color: #6C757D;
    }

    .credibility-pagination {
        display: flex !important;
        justify-content: center;
    }

    .credibility-card-base {
        max-width: none;
    }

    /* arrow */
    .slider-arrow {
        display: none !important;
    }
    .swiper-pagination-custom {
        display: block !important;
        /* margin-top: 16px; */
        margin-top: -20px;
    }


    .swiper-wrapper {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 50px;
        padding-top: 20px;
    }
    
    .faq-container-wrapper {
        background-color: #FAFBFF;
        border: none !important;
        box-shadow: none !important;
    }

    .faq-container-wrapper .animate-item {
        margin-top: .5rem;
    }
}

/* Animasi */
.animate-item {
  opacity: 0;
  transform: translateY(25px);
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
  filter: blur(6px);
}

/* Saat elemen aktif di viewport */
.animate-item.animate__animated {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* Delay antar elemen supaya berurutan halus */
[data-delay="animate__delay-0s"]   { transition-delay: 0s !important; }
[data-delay="animate__delay-0-2s"] { transition-delay: 0.1s !important; }
[data-delay="animate__delay-0-4s"] { transition-delay: 0.2s !important; }
[data-delay="animate__delay-0-6s"] { transition-delay: 0.3s !important; }
[data-delay="animate__delay-0-8s"] { transition-delay: 0.4s !important; }

@media (prefers-reduced-motion: no-preference) {
  .animate-item {
    backface-visibility: hidden;
    perspective: 1000px;
  }
}

