.advisory-section {
    margin-top: 25%;
}

.advisory-title {
    color: #141e55;
    font-weight: 400;
    font-size: 47px;
    font-family: "Arnika variable";
    line-height: 67px;
}

.advisory-subtitle {
    color: #021d3b;
    font-weight: 500;
    font-family: "Adobe Clean UX";
    font-size: 36px;
    font-style: italic;
}

.advisory-text {
    color: #141e55;
    font-weight: 400;
    line-height: 39px;
    margin-top: 20px;
    font-size: 28px;
    /* max-width: 65%; */
}

.hero-img {
    height: 615px;
    object-fit: cover;
    border-radius: 20px 0px 20px 0px;
    -webkit-border-radius: 20px 0px 20px 0px;
    -moz-border-radius: 20px 0px 20px 0px;
    -ms-border-radius: 20px 0px 20px 0px;
    -o-border-radius: 20px 0px 20px 0px;
}

.hero-image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.hero-image-wrapper img {
    height: 615px;
}

.hero-image {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px 0px 20px 0px;
    display: block;
    -webkit-border-radius: 20px 0px 20px 0px;
    -moz-border-radius: 20px 0px 20px 0px;
    -ms-border-radius: 20px 0px 20px 0px;
    -o-border-radius: 20px 0px 20px 0px;
}

.hero-image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
    background: rgba(0, 0, 0, 0.4);
}

.hero-title {
    font-weight: 400;
    font-family: "Arnika variable";
    font-size: 47px;
    line-height: 67px;
}
.hero-subtitle {
    font-weight: 400;
    font-family: "Arnika variable";
    font-size: 28px;
    line-height: 29px;
}

@media (max-width: 768px) {
    .hero-image {
        height: 200px;
    }

    .hero-image-wrapper img {
        height: 266px;
    }

    .hero-title {
        font-size: 20px;
        line-height: 23px;
        letter-spacing: 5%;
    }
    .hero-subtitle {
        font-size: 14px;
        line-height: 22.5px;
        font-weight: 400;
    }
    .hero-text {
        padding-left: 1rem !important;
    }
}

.brands-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.brand-row {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 10px 0;
    margin: 0 -50px;
    padding-left: 50px;
    padding-right: 50px;
    scroll-behavior: smooth;
}

.brand-row::-webkit-scrollbar {
    display: none;
}

.brand-row-content {
    display: flex;
    gap: 30px;
    min-width: max-content;
    padding-bottom: 10px;
    width: calc(5 * 280px + 4 * 30px);
}

.brand-card {
    border-radius: 8px;
    padding: 30px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    width: 280px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.brand-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.brand-card img {
    height: 60px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}

header {
    padding-top: 150px;
    background-color: #021d3b;
}

.header-container {
    position: relative;
    margin: 0px auto;
    margin-top: 2rem;
    width: 96vw;
    overflow: hidden;
}

.header-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 13.5px;
}

.header-content {
    position: absolute;
    bottom: 13.56rem;
    left: 3.25rem;
    width: 40%;
    color: #fff;
}

.header-content p {
    font-size: 3rem !important;
    color: #fff;
    font-weight: 400 !important;
}

.toggle-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding: 0;
    background-color: #f8f9fa;
    border-radius: 30px 0px 30px 0px;
    overflow: hidden;
    -webkit-border-radius: 30px 0px 30px 0px;
    -moz-border-radius: 30px 0px 30px 0px;
    -ms-border-radius: 30px 0px 30px 0px;
    -o-border-radius: 30px 0px 30px 0px;
}

.toggle-btn {
    padding: 15px 40px;
    border: none;
    background-color: transparent;
    border-radius: 30px 0px 30px 0px;
    color: #f58f58;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 36px;
    font-weight: 700;
    width: 100%;
    -webkit-border-radius: 30px 0px 30px 0px;
    -moz-border-radius: 30px 0px 30px 0px;
    -ms-border-radius: 30px 0px 30px 0px;
    -o-border-radius: 30px 0px 30px 0px;
}

.toggle-btn.active {
    background-color: #f58f58;
    color: white;
}

.toggle-btn:first-child.active {
    background-color: #f58f58;
}

.services-table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
    border-radius: 8px;
    overflow: hidden;
    background: white;
}

.service-table-card {
    padding: 40px 15px;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.3s ease;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-table-card:nth-child(3),
.service-table-card:nth-child(6) {
    border-right: none;
}

.service-table-card:nth-child(4),
.service-table-card:nth-child(5),
.service-table-card:nth-child(6) {
    border-bottom: none;
}

.service-table-card h5 {
    color: #141e55;
    margin-bottom: 35px;
    font-size: 36px;
    font-weight: 400;
    line-height: 127%;
    letter-spacing: 0%;
}

.service-table-card ul {
    font-size: 20px;
    text-align: left;
    line-height: 39px;
    font-weight: 400;
}

.service-btn {
    font-family: "Arnika variable";
    font-size: 26px;
    background-color: #f58f58;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 25px 0px 25px 0px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    -webkit-border-radius: 25px 0px 25px 0px;
    -moz-border-radius: 25px 0px 25px 0px;
    -ms-border-radius: 25px 0px 25px 0px;
    -o-border-radius: 25px 0px 25px 0px;
}

.service-btn:hover {
    background-color: #e67339;
    transform: translateY(-2px);
}

.individual-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    padding: 50px;
    color: white;
    text-align: center;
    margin: 50px 0;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.pricing-card {
    background: white;
    border-radius: 15px;
    padding: 30px 20px 20px;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 849px;
    overflow: hidden;
}

.pricing-card.featured {
    border: 3px solid #f9804b;
}

.badge.top-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 6px 12px;
    border-radius: 50px;
    color: white;
    z-index: 1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}

.badge {
    background-color: #044eb7;
}

.title {
    font-size: 40px;
    margin-top: 40px;
    line-height: 20px;
    color: #474747;
    font-weight: 700;
    font-family: "Arnika variable";
}

.title.orange {
    color: #f58f58;
}

.title.orange.expired {
    font-size: 40px;
    /* margin-top: 40px; */
    line-height: 20px;
    /* margin-bottom: 20px; */
    color: #474747;
    font-weight: 700;
}

.text-center {
    text-align: center;
}

.price {
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 5%;
    font-weight: 400;
    color: #141e55;
    margin-bottom: 10px;
    font-family: "Arnika variable";
}

.subtitle {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}

.section-title-service {
    font-weight: 400;
    margin-top: 15px;
    color: #141e55;
    font-size: 47px;
    line-height: 67px;
    letter-spacing: 5%;
    font-family: "Arnika variable";
}

.section-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.description {
    font-style: Regular;
    font-weight: 400;
    font-size: 20px;
    color: #474747;
    text-align: center;
    line-height: 25px;
    letter-spacing: 0.02em;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: none;
    position: relative;
}

.features-list li {
    gap: 10px;
    margin-bottom: 25px;
    padding-left: 32px;
    position: relative;
    font-weight: 100;
    font-style: Regular;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
}

.features-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-color: #1746a2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-list li::after {
    content: "✔";
    position: absolute;
    left: 6px;
    top: 0px;
    font-size: 10px;
    color: white;
    font-weight: bold;
}

.features-list-none {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: none;
    position: relative;
}

.features-list-none li {
    /* gap: 10px; */
    /* margin-bottom: 8px; */
    padding-left: 32px;
    position: relative;
    /* font-size: 0.9rem; */
    color: #474747;

    gap: 10px;
    margin-bottom: 25px;
    padding-left: 32px;
    position: relative;
    font-weight: 100;
    font-style: Regular;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
}

.features-list-none li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background-color: #8f8f8f;
    border-radius: 50%;
}

.features-list-none li::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 12px;
    width: 10px;
    border-radius: 10px;
    height: 2px;
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.feature-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.check-icon {
    width: 20px;
    height: 20px;
    background-color: #1746a2;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.check-icon::after {
    content: "✔";
    color: white;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.features-list-group {
    list-style: decimal;
    padding-left: 16px;
    margin: 0;
    font-size: 0.95rem;
    color: #474747;
}

.list-title {
    margin-bottom: -5px;
}

.list-footer-text {
    margin-top: 10px;
    font-size: 12px;
}

.card-content {
    overflow-y: auto;
    flex: 1;
    padding-right: 5px;
}

.card-footer {
    margin-top: auto;
    padding-top: 20px;
}

.pricing-btn {
    font-family: "Arnika variable";
    font-size: 26px;
    line-height: 29px;
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 20px 0px 20px 0px;
    font-weight: 400;
    cursor: pointer;
    background-color: #f58f58;
    color: white;
    transition: all 0.3s ease;
    letter-spacing: 5%;
    -webkit-border-radius: 20px 0px 20px 0px;
    -moz-border-radius: 20px 0px 20px 0px;
    -ms-border-radius: 20px 0px 20px 0px;
    -o-border-radius: 20px 0px 20px 0px;
}

.pricing-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.section-hidden {
    display: none;
}

.cta-section {
    text-align: center;
    margin-top: 80px;
}

.cta-btn {
    font-family: "Arnika variable";
    font-size: 26px;
    background-color: #2f427d;
    color: white;
    padding: 12px 24px;
    border: none;
    font-weight: 400;
    border-radius: 20px 0px 20px 0px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-border-radius: 20px 0px 20px 0px;
    -moz-border-radius: 20px 0px 20px 0px;
    -ms-border-radius: 20px 0px 20px 0px;
    -o-border-radius: 20px 0px 20px 0px;
}

.cta-btn:hover {
    background-color: #1e2d5c;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: flex-start;
    z-index: 1000;
    padding: 40px 20px;
    overflow-y: auto;
    box-sizing: border-box;
}

.popup-content {
    background: #ffffff;
    border-radius: 20px 0px 20px 0px;
    width: 100%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    margin: 80px 20px;
    max-height: none;
    padding: 70px 70px 20px 70px;
    -webkit-border-radius: 20px 0px 20px 0px;
    -moz-border-radius: 20px 0px 20px 0px;
    -ms-border-radius: 20px 0px 20px 0px;
    -o-border-radius: 20px 0px 20px 0px;
}

.popup-header {
    padding: 30px 40px 20px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 25px;
    background: none;
    border: none;
    font-size: 30px;
    color: #999;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 1000;
}

.popup-close:hover {
    background-color: #f5f5f5;
}

.popup-title {
    font-family: "Arnika variable";
    font-weight: 400;
    font-style: Regular;
    font-size: 47px;
    line-height: 67px;
    letter-spacing: 5%;
    color: #101351;
    margin: 0 0 15px 0;
    padding-right: 40px;
}

.popup-subtitle {
    font-size: 28px;
    font-weight: 400;
    font-style: Regular;
    color: #141e55;
    line-height: 39px;
    letter-spacing: 0;
    margin: 0;
}

/* Popup Body */
.popup-body {
    padding: 30px 40px;
    overflow-y: visible;
    min-height: 500px;
}

.popup-body ul li h5 {
    font-size: 36px;
    font-weight: 500;
    line-height: 100%;
    font-style: Regular;
    letter-spacing: 0%;
}

.meeting-duration {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin: 0 0 40px 0;
}

.timeline {
    position: relative;
    /* max-width: 700px; */
    margin: 0 auto;
}

.timeline::before {
    content: "";
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    height: 100%;
    /* max-height: calc(100% - 56%); */
    width: 3px;
    background-color: #f2f2f2;
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-item {
    position: relative;
    margin-bottom: 50px;
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-dot {
    position: absolute;
    left: 50%;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #f2f2f2;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.timeline-dot-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: #f9804b;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.timeline-content {
    width: 45%;
    padding: 0 20px;
}

.timeline-item:nth-child(1) .timeline-content {
    margin-left: 55%;
    text-align: left;
}

.timeline-item:nth-child(2) .timeline-content {
    margin-left: 0;
    text-align: right;
}

.timeline-item:nth-child(3) .timeline-content {
    margin-left: 55%;
    text-align: left;
}

.timeline-item:nth-child(4) .timeline-content {
    margin-left: 0;
    text-align: right;
}

.timeline-item:nth-child(5) .timeline-content {
    margin-left: 55%;
    text-align: left;
}

.timeline-item:nth-child(6) .timeline-content {
    margin-left: 0;
    text-align: right;
}

.timeline-item:nth-child(7) .timeline-content {
    margin-left: 55%;
    text-align: left;
}

.timeline-item:nth-child(8) .timeline-content {
    margin-left: 0;
    text-align: right;
}

.timeline-content h4 {
    font-size: 28px;
    font-weight: 700;
    color: #021d3b;
    margin: 0 0 8px 0;
    line-height: 39px;
}

.timeline-content p {
    font-size: 24px;
    font-weight: 400;
    color: #141e55;
    line-height: 39px;
    margin: 0;
}

.timeline-content ul {
    margin: 8px 0 0 0;
    padding: 0;
    list-style: none;
}

.timeline-content li {
    display: flex;
    gap: 10px;
    justify-content: end;
    margin-bottom: 8px;
    position: relative;
    padding-left: 0;
}

.timeline-content li img {
    height: 14px;
    width: 14px;
}

.timeline-content li p {
    font-size: 14px;
    color: #58595b;
    line-height: 1.5;
}

.timeline-content strong {
    color: #333;
    font-weight: 600;
}

/* Popup Footer */
.popup-footer {
    padding: 20px 60px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.price-strike {
    font-size: 47px;
    font-family: 'Arnika Variable';
    font-weight: 400;
    color: #8f8f8f;
    text-decoration: line-through;
    margin: 0 0 5px 0;
    line-height: 67px;
    letter-spacing: 0.05em;
}

.price-sale {
    /* font-size: 20px; */
    /* font-weight: bold; */
    color: #101351;
    margin: 0;

    font-size: 47px;
    font-family: 'Arnika Variable';
    font-weight: 400;
    margin: 0 0 5px 0;
    line-height: 67px;
    letter-spacing: 0.05em;
}

.book-now-btn {
    font-family: 'Arnika Variable';
    font-weight: 400;
    font-style: Regular;
    font-size: 47px;
    line-height: 39px;
    letter-spacing: 0.05em;
    text-align: center;
    background-color: #f9804b;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px 0px 20px 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-border-radius: 20px 0px 20px 0px;
    -moz-border-radius: 20px 0px 20px 0px;
    -ms-border-radius: 20px 0px 20px 0px;
    -o-border-radius: 20px 0px 20px 0px;
}

.book-now-btn:hover {
    background-color: #e67339;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(245, 143, 88, 0.3);
}

/* === Mobile Popup === */
.popup-content.popup-mobile {
    width: 95% !important;
    max-width: none !important;
    margin: 20px auto !important;
    padding: 5px !important;
    border-radius: 15px !important;
}

.popup-content.popup-mobile .popup-title {
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 5%;
}
.popup-content.popup-mobile .popup-subtitle {
    font-size: 16px;
    line-height: 22.5px;
}

.popup-content.popup-mobile .timeline::before {
    left: 25px;
}
.popup-content.popup-mobile .timeline-dot {
    left: 15px;
    transform: none;
}
.popup-content.popup-mobile .timeline-content {
    width: 100%;
    margin-left: 50px !important;
    text-align: left !important;
}

.card-header {
    height: 33%;
}

/* Responsive Design untuk popup timeline - Updated */
@media (max-width: 768px) {
    .advisory-title {
        font-size: 36px;
        font-weight: 400;
    }

    .advisory-subtitle {
        font-size: 14px;
        font-style: regular;
        font-weight: 400;
    }

    .advisory-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 22.5px;
        max-width: 90%;
    }

    .hero-img {
        height: 131px;
    }

    .services-table {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 20px;
    }

    .service-table-card {
        border-right: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        padding: 20px 10px;
    }

    .service-table-card:nth-child(2) {
        border-right: none;
    }

    .service-table-card:nth-child(3) {
        border-right: 1px solid #e0e0e0;
    }

    .service-table-card:nth-child(4) {
        border-bottom: 1px solid #e0e0e0;
        border-right: none;
    }

    .service-table-card h5 {
        font-size: 14px;
        font-weight: 400;
    }

    .service-table-card ul {
        font-size: 12px;
        line-height: 15px;
        font-weight: 400;
    }

    .service-table-card ul li {
        margin-bottom: 10px;
    }

    .service-btn {
        font-size: 14px;
    }

    .cta-btn {
        font-size: 14px;
        line-height: 39px;
        letter-spacing: 5%;
        padding: 5px 14px;
    }

    .section-title-service {
        margin: 0;
        font-size: 22px;
        line-height: 100%;
        letter-spacing: 5%;
    }

    .features-list {
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: 5px;
    }

    .features-list li {
        gap: 10px;
        margin-bottom: 5px;
        padding-left: 32px;
        position: relative;
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
    }

    .features-list-none {
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: 5px;
    }

    .features-list-none li {
        gap: 10px;
        margin-bottom: 5px;
        padding-left: 32px;
        position: relative;
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
    }

    .popup-body {
        padding: 5px 3px;
    }

    .meeting-duration {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .section-title {
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0px;
        margin-bottom: 10px;
    }

    .description {
        font-weight: 400;
        font-size: 14px;
        text-align: center;
        line-height: 25px;
        letter-spacing: 0.02em;
    }

    .feature-wrapper {
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: 10px;
    }

    .features-list-group {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .popup-overlay {
        padding: 20px 10px;
        align-items: flex-start;
    }

    .popup-content {
        margin: 20px auto;
        max-width: none;
        border-radius: 15px;
    }

    .popup-header {
        padding: 25px 30px 15px;
    }

    .popup-title {
        font-size: 20px;
        padding-right: 35px;
    }

    .popup-subtitle {
        font-size: 13px;
        max-width: 100%;
    }

    .popup-body {
        padding: 25px 30px;
    }

    .popup-body ul li h5 {
        font-size: 14px;
        line-height: 100%;
        font-weight: 500;
    }

    .timeline-content h4 {
        font-size: 14px;
        font-weight: 500;
    }

    .timeline-content p {
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
    }

    .meeting-duration {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .popup-footer {
        padding: 15px 30px 25px;
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }

    .price-section {
        align-items: center;
        text-align: center;
    }

    .book-now-btn {
        width: 100%;
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .popup-overlay {
        padding: 15px 5px;
    }

    .popup-content {
        margin: 15px auto;
    }

    .popup-header {
        padding: 20px 25px 15px;
    }

    .popup-title {
        font-size: 18px;
        padding-right: 30px;
    }

    .popup-body {
        padding: 20px 25px;
    }

    .popup-footer {
        padding: 15px 25px 20px;
    }
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pricing-cards {
        display: grid;
        grid-auto-flow: column;
        grid-template-columns: repeat(3, 90%);
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        padding-bottom: 10px;
    }

    .pricing-card {
        scroll-snap-align: start;
        border-radius: 12px;
        padding: 20px 10px 10px 10px;
    }

    .title {
        font-size: 24px;
        font-weight: 400;
        line-height: 20px;
    }

    .price {
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 5%;
        font-weight: 400;
    }

    .subtitle {
        font-size: 14px;
        line-height: 18px;
    }

    .card-content {
        margin-top: 30px;
    }

    .card-header {
        height: 25%;
    }

    .pricing-btn {
        font-size: 14px;
        line-height: 39px;
        letter-spacing: 5%;
        padding: 5px 15px;
    }

    .toggle-btn {
        padding: 12px 25px;
        min-width: 120px;
        font-size: 14px;
        font-weight: 400;
        line-height: 21.8px;
        letter-spacing: 5%;
    }

    .individual-section {
        padding: 30px 20px;
    }

    .individual-section h2 {
        font-size: 2rem;
    }

    .pricing-card.featured {
        transform: none;
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .network-content {
        padding: 0 40px;
    }

    .network-header {
        gap: 40px;
    }

    .brand-row {
        margin: 0 -40px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .brand-card {
        width: 260px;
        height: 110px;
        padding: 25px 18px;
    }

    .brand-card img {
        height: 55px;
        max-width: 180px;
    }

    .brand-row-content {
        width: calc(5 * 260px + 4 * 30px);
    }
}

@media (max-width: 768px) {
    .network-section {
        padding: 40px 0;
    }

    .network-content {
        padding: 0 30px;
    }

    .network-header {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .network-title {
        font-size: 22px;
        white-space: normal;
    }

    .network-description {
        font-size: 12px;
        max-width: 100%;
    }

    .brands-container {
        gap: 30px;
    }

    .brand-row {
        margin: 0 -30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .brand-card {
        width: 240px;
        height: 100px;
        padding: 20px 15px;
    }

    .brand-card img {
        height: 50px;
        max-width: 160px;
    }

    .brand-row-content {
        width: calc(5 * 240px + 4 * 30px);
        gap: 25px;
    }
}

@media (max-width: 480px) {
    .network-section {
        padding: 30px 0;
    }

    .network-content {
        padding: 0 20px;
    }

    .network-title {
        font-size: 20px;
    }

    .network-description {
        font-size: 11px;
        line-height: 1.5;
    }

    .brands-container {
        gap: 25px;
    }

    .brand-row {
        margin: 0 -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .brand-card {
        width: 220px;
        height: 90px;
        padding: 18px 12px;
        border-radius: 6px;
    }

    .brand-card img {
        height: 45px;
        max-width: 140px;
    }

    .brand-row-content {
        width: calc(5 * 220px + 4 * 25px);
        gap: 20px;
    }
}

@media (hover: hover) {
    .brand-row {
        scroll-snap-type: x mandatory;
    }

    .brand-card {
        scroll-snap-align: start;
    }
}

@media (min-width: 769px) {
    .brand-row::-webkit-scrollbar {
        height: 6px;
        display: block;
    }

    .brand-row::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 3px;
    }

    .brand-row::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 3px;
    }

    .brand-row::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }
}

@media (min-width: 1207px) and (max-width: 1406px) {
    .title {
        font-size: 30px;
    }

    .price {
        font-size: 38px;
    }
}

@media (min-width: 1025px) and (max-width: 1206px) {
    .title {
        font-size: 27px;
    }

    .price {
        font-size: 32px;
    }
}

@media (max-width: 1024px) {
    .ecosystem-section {
        padding: 40px 30px;
    }

    .ecosystem-header-text {
        gap: 40px;
        margin: 15px;
    }

    .ecosystem-header-text .left {
        font-size: 22px;
    }

    .right-panel {
        max-width: 900px;
    }

    .card {
        padding: 25px 20px;
        min-height: 300px;
    }

    .title {
        font-size: 22px;
    }

    .price {
        font-size: 27px;
    }
}

@media (max-width: 768px) {
    .ecosystem-section {
        padding: 30px 20px;
    }

    .ecosystem-header-text {
        flex-direction: column;
        gap: 20px;
        margin: 10px;
    }

    .ecosystem-header-text .left,
    .ecosystem-header-text .right {
        width: 100%;
    }

    .ecosystem-header-text .left {
        font-size: 20px;
    }

    .right-panel {
        grid-template-columns: repeat(2, 1fr);
        max-width: 600px;
    }

    /* Reset borders untuk layout 2 kolom */
    .card {
        border-left: 1px solid #ddd;
        border-right: none;
        min-height: 280px;
    }

    .card:nth-child(even) {
        border-right: 1px solid #ddd;
    }

    .card:nth-child(5),
    .card:nth-child(6) {
        border-bottom: 1px solid #ddd;
    }
}

@media (max-width: 480px) {
    .ecosystem-section {
        padding: 20px 15px;
    }

    .ecosystem-header-text .left {
        font-size: 18px;
    }

    .right-panel {
        grid-template-columns: 1fr;
        max-width: 400px;
    }

    .card {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        min-height: 250px;
        padding: 20px 15px;
    }

    .card:last-child {
        border-bottom: 1px solid #ddd;
    }

    .card p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .business-section {
        flex-direction: column;
    }

    .left-content {
        flex: none;
        padding: 40px 20px;
    }

    .left-content h1 {
        font-size: 1.8rem;
    }

    .card {
        flex: 0 0 280px;
        padding: 30px 20px;
    }
}

@media (max-width: 768px) {
    .license-section {
        padding: 20px;
    }

    .license-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: left;
    }

    .logo-item {
        justify-content: flex-start;
    }

    .privacy-section {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 40px 20px 0;
    }

    .ecosystem-header-text {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 40px;
    }

    .ecosystem-header-text .left,
    .ecosystem-header-text .right {
        width: 100%;
    }

    .ecosystem-header-text .left {
        font-size: 24px;
    }

    .right-panel {
        max-width: none;
    }

    .right-panel {
        grid-template-columns: 1fr;
    }

    .card {
        border-right: none;
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .hero-footer {
        padding: 0 20px;
        margin: 10px;
        height: 300px;
    }

    .hero-footer-content h1 {
        font-size: 2.5rem;
    }

    .footer {
        padding: 40px 20px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .footer-nav {
        align-items: center;
    }

    .nav-links {
        align-items: center;
    }
}

@media (max-width: 768px) {
    .network-content {
        padding: 0 20px;
    }

    .network-title {
        font-size: 36px;
    }

    .brand-card {
        padding: 30px 40px;
        min-width: 160px;
    }

    .brands-container {
        gap: 20px;
    }

    .brand-row-content {
        gap: 20px;
    }

    .brand-row {
        margin: 0 -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 769px) {
    .brand-row {
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .brand-row::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 40px 30px;
    }

    .ecosystem-header-text {
        flex-direction: column;
        gap: 30px;
    }

    .ecosystem-header-text .left,
    .ecosystem-header-text .right {
        width: 100%;
    }

    .ecosystem-header-text .left {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 40px 20px;
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-left h1 {
        font-size: 28px;
    }

    .capabilities-section {
        margin: 0 -20px;
        padding: 40px 20px;
    }

    .capabilities-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .capability-description {
        padding-left: 0;
        margin-top: 20px;
    }
}

@media (max-width: 1200px) {
    .hero-content {
        padding: 0 40px;
    }
}

@media (max-width: 768px) {
    .navbar {
        padding: 15px 30px;
    }

    .nav-menu {
        gap: 20px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .nav-menu {
        display: none;
    }

    .login-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}
