.hero-about {
    position: relative;
    height: 400px;
    display: flex;
    align-items: flex-start;
    padding-top: 70px;
    overflow: hidden;
}

.hero-about::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
    pointer-events: none;
}

.hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-about h1 {
    color: #fff;
    font-size: 72px;
    font-weight: 500;
    z-index: 1;
}

.hero-about .container {
    margin: 0;
}

@media (max-width: 768px) {
    .hero-about h1 {
        font-size: 45px;
    }
}

.pricing-cards-section {
    background: #ffffff;
    padding: 72px 0 24px;
}

.pricing-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}

.pricing-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #9d9da3;
    border-radius: 0px;
    padding: 36px 32px 32px;
    transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.12);
}

.pricing-card-header {
    margin-bottom: 24px;
}

.card-icon {
    display: none;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f0b429;
    color: #fff;
    font-size: 14px;
    margin-bottom: 14px;
}

.pricing-card.featured .card-icon {
    display: none;
}

.pricing-card h3 {
    font-size: 19px;
    font-weight: 400;
    color: #17171a;
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pricing-star {
    font-size: 14px;
    color: #777674;
}

.pricing-card .price-label {
    font-size: 13px;
    color: #7a7a7f;
    margin: 0 0 2px;
}

.pricing-card .price {
    font-size: 34px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #17171a;
    margin: 0 0 12px;
}

.pricing-card .price-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #7a7a7f;
    margin: 0;
}

.pricing-features {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.feature-group-label {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9d9da3;
    margin: 0 0 10px;
}

.pricing-features ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pricing-features li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 14px;
    line-height: 1.5;
    color: #17171a;
}

.pricing-features li .check {
    flex-shrink: 0;
    color: #17171a;
    font-weight: 500;
    line-height: 1.5;
}

.pricing-features li .cross {
    flex-shrink: 0;
    color: #9d9da3;
    font-weight: 400;
    line-height: 1.5;
}

.pricing-features li .muted {
    color: #9d9da3;
}

.pricing-card-divider {
    height: 1px;
    background: #9d9da3;
    margin: 10px 0 20px;
}

.pricing-card-excludes .excludes-label {
    font-size: 12px;
    font-weight: 400;
    color: #9d9da3;
    margin: 0 0 4px;
}

.pricing-card-excludes .excludes-text {
    font-size: 13px;
    color: #7a7a7f;
    margin: 0;
}

.pricing-card-estimasi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    margin: 18px 0 24px;
}

.estimasi-label {
    color: #7a7a7f;
}

.estimasi-value {
    font-weight: 400;
    color: #17171a;
}

.pricing-card-footer {
    margin-top: auto;
}

.btn-konsultasi {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 13px 20px;
    border: 1.5px solid #17171a;
    border-radius: 0px;
    background: #fff;
    color: #17171a;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.btn-konsultasi:hover {
    background: #17171a;
    color: #fff;
}

.btn-arrow {
    font-size: 14px;
    transition: transform 0.2s ease;
}

.btn-konsultasi:hover .btn-arrow {
    transform: translate(2px, -2px);
}

.custom-solution-section {
    padding: 24px 0 72px;
}

.custom-card {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 0;
    background: #fff;
    border: 1px solid #d8d8dc;
    padding: 40px 44px;
    align-items: center;
}

.custom-left {
    padding-right: 44px;
    border-right: 1px solid #d8d8dc;
}

.custom-right {
    padding-left: 44px;
}

.custom-label {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9d9da3;
    margin: 0 0 14px;
}

.custom-left h3 {
    font-size: 30px;
    font-weight: 500;
    color: #17171a;
    margin: 0 0 16px;
}

.custom-left > p {
    font-size: 15px;
    line-height: 1.6;
    color: #7a7a7f;
    margin: 0 0 20px;
    max-width: 420px;
}

.custom-price-note {
    font-size: 14.5px;
    line-height: 1.6;
    color: #17171a;
    margin: 0 0 26px !important;
}

.btn-consult {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 26px;
    border: 1px solid #17171a;
    background: #fff;
    color: #17171a;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.btn-consult:hover {
    background: #17171a;
    color: #fff;
}

.examples-label {
    font-size: 14px;
    font-weight: 400;
    color: #17171a;
    margin: 0 0 16px;
}

.examples-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.example-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px 10px;
    background: #ececec;
    border: none;
    font-size: 13.5px;
    font-weight: 500;
    color: #17171a;
}

.section-title {
    font-size: 28px;
    font-weight: 500;
    color: #17171a;
    margin: 0 0 8px;
}

.section-subtitle {
    font-size: 15px;
    color: #7a7a7f;
    margin: 0 0 32px;
}

.additional-services-section {
    padding: 48px 0 72px;
}

.services-table-wrapper {
    border-top: 1px solid #d8d8dc;
}

.services-table {
    width: 100%;
    border-collapse: collapse;
}

.services-table th {
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #9d9da3;
    padding: 16px 0;
    border-bottom: 1px solid #d8d8dc;
}

.services-table td {
    padding: 18px 0;
    font-size: 15px;
    color: #17171a;
    border-bottom: 1px solid #e6e6e9;
}

.services-table .text-right {
    text-align: right;
    color: #7a7a7f;
}

.services-table th.text-right {
    color: #9d9da3;
}

.maintenance-section {
    padding: 24px 0 72px;
}

.maintenance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 28px;
}

.maintenance-card {
    border: 1px solid #e6e6e9;
    border-radius: 0px;
    padding: 26px 28px;
}

.maintenance-card h4 {
    font-size: 14px;
    font-weight: 400;
    color: #7a7a7f;
    margin: 0 0 10px;
}

.maintenance-price {
    font-size: 26px;
    font-weight: 500;
    color: #17171a;
    margin: 0;
}

.maintenance-price span {
    font-size: 14px;
    font-weight: 500;
    color: #7a7a7f;
}

.maintenance-note {
    font-size: 14px;
    line-height: 1.7;
    color: #7a7a7f;
    max-width: 760px;
    margin: 0;
}

.faq-section {
    padding: 24px 0 80px;
}

.faq-list {
    border-top: 1px solid #d8d8dc;
}

.faq-item {
    border-bottom: 1px solid #d8d8dc;
}

.faq-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: none;
    border: none;
    padding: 22px 4px;
    font-size: 15.5px;
    font-weight: 400;
    color: #17171a;
    text-align: left;
    cursor: pointer;
}

.faq-icon {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #d8d8dc;
    font-size: 15px;
    font-weight: 400;
    color: #7a7a7f;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.faq-item.active .faq-toggle {
    color: #17171a;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
    background: #17171a;
    color: #fff;
    border-color: #17171a;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer p {
    font-size: 14.5px;
    line-height: 1.7;
    color: #7a7a7f;
    margin: 0 0 22px;
    padding-right: 40px;
}

.cta-section {
    padding: 0 0 80px;
}

.cta-card {
    border: 1px solid #e6e6e9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    border-radius: 0px;
    padding: 44px 48px;
}

.cta-left h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 6px;
}

.cta-left p {
    font-size: 15px;
    margin: 0;
}

.btn-cta {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: #c6c5c5;
    color: #5d5d5d;
    border-radius: 0px;
    font-size: 14.5px;
    font-weight: 400;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.btn-cta:hover {
    opacity: 0.85;
}

@media (max-width: 992px) {
    .pricing-cards-grid {
        grid-template-columns: 1fr;
    }

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

    .maintenance-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .hero-pricing {
        padding: 64px 0 72px;
    }

    .custom-card {
        padding: 32px 24px;
    }

    .cta-card {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .btn-cta {
        width: 100%;
        justify-content: center;
    }

    .examples-grid {
        grid-template-columns: 1fr 1fr;
    }
}