.inner-jasa {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.service-intro {
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    padding: 40px 20px 30px 20px;
}

.service-intro h1 {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    color: #333;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.service-intro h1:after {
    content: '';
    position: absolute;
    width: 60%;
    height: 2px;
    background: #3498db;
    bottom: -8px;
    left: 20%;
}

.service-intro p {
    font-size: clamp(1rem, 3vw, 1.2rem);
    color: #444;
    max-width: 800px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.service-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.feature-box {
    flex: 1 1 300px;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid #ccc;
    position: relative;
    background: rgb(248, 248, 248);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-color: #3498db;
}

.feature-box i {
    font-size: clamp(2.5rem, 6vw, 3rem);
    color: #3498db;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.feature-box:hover i {
    transform: scale(1.1);
}

.feature-box h3 {
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    margin-bottom: 15px;
    color: #333;
}

.feature-box p {
    color: #555;
    line-height: 1.6;
    font-size: clamp(0.9rem, 2.5vw, 1rem);
}

.app-features {
    padding: 30px 20px;
}

.app-features h2 {
    text-align: center;
    font-size: clamp(1.5rem, 4vw, 2rem);
    color: #333;
    margin-bottom: 30px;
    position: relative;
}

.app-features h2:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background: #3498db;
    bottom: -10px;
    left: calc(50% - 30px);
}

.feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.feature-item {
    flex: 1 1 300px;
    padding: 25px;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid #ccc;
    background: rgb(248, 248, 248);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-color: #3498db;
}

.feature-item h3 {
    color: #3498db;
    font-size: clamp(1.1rem, 3vw, 1.3rem);
    margin-bottom: 15px;
}

.feature-item p {
    font-size: clamp(0.9rem, 2.5vw, 1rem);
    line-height: 1.6;
    color: #555;
}

.web-benefits {
    padding: 30px 20px;
}

.web-benefits h2 {
    text-align: center;
    font-size: clamp(1.5rem, 4vw, 2rem);
    color: #333;
    margin-bottom: 30px;
    position: relative;
}

.web-benefits h2:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background: #3498db;
    bottom: -10px;
    left: calc(50% - 30px);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.benefit-item {
    padding: 25px;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid #ccc;
    background: rgb(248, 248, 248);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-color: #3498db;
}

.benefit-item h3 {
    color: #3498db;
    margin-bottom: 15px;
    font-size: clamp(1.1rem, 3vw, 1.3rem);
    padding-right: 30px;
    position: relative;
}

.benefit-item p {
    color: #555;
    line-height: 1.6;
    font-size: clamp(0.9rem, 2.5vw, 1rem);
}

.portfolio-section {
    padding: 30px 20px;
}

.portfolio-section .same-h2 {
    margin-bottom: 10px;
}

.portfolio-item {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.15);
    padding: 0;
}

.portfolio-header {
    background-color: #3498db;
    color: white;
    padding: 18px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
    border-radius: 0;
}

.portfolio-header h3 {
    margin: 0;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    font-weight: normal;
}

.portfolio-header h3 .portfolio-item-icon {
    font-size: 1.8rem;
    margin-right: 15px;
    width: 40px;
    text-align: center;
}

.portfolio-header .arrow {
    transition: transform 0.3s;
    font-size: 1.2rem;
}

.portfolio-content {
    background: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.portfolio-content-inner {
    padding: 25px;
}

.portfolio-content-inner h4 {
    font-size: 1.1rem;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
}

.portfolio-content-inner ul,
.portfolio-content-inner ol {
    padding-left: 20px;
    margin: 15px 0;
}

.portfolio-content-inner li {
    margin-bottom: 8px;
    line-height: 1.6;
    font-size: clamp(0.85rem, 2.5vw, 1rem);
}

.portfolio-item.active .portfolio-header .arrow {
    transform: rotate(180deg);
}

.portfolio-item.active .portfolio-content {
    max-height: 2000px;
}

.feature-badge {
    display: inline-block;
    background-color: #e8f4fc;
    color: rgb(38, 127, 186);
    padding: 8px 15px;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 12px;
    font-size: 0.9rem;
    border: 1px solid #d4e6f1;
}

.portfolio-content-inner p {
    font-size: clamp(0.85rem, 2.5vw, 1rem);
    line-height: 1.6;
    margin-bottom: 15px;
}

.service-disclaimer-outer {
    padding: 30px 20px 40px 20px;
}

.service-disclaimer-inner {
    padding: 20px;
    background: rgb(248, 248, 248);
    border-radius: 8px;
    border: 2px solid #ccc;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.service-disclaimer-outer h2 {
    text-align: center;
    font-size: clamp(1.5rem, 4vw, 2rem);
    color: #333;
    margin-bottom: 20px;
    position: relative;
}

.service-disclaimer-outer h2:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background: #3498db;
    bottom: -8px;
    left: calc(50% - 30px);
}

.service-disclaimer-inner p {
    color: #444;
    line-height: 1.7;
    font-size: clamp(0.95rem, 2.5vw, 1.1rem);
    text-align: center;
    max-width: 800px;
    margin: 0 auto 15px;
}

.service-disclaimer-inner .highlight {
    color: #e74c3c;
    font-weight: 600;
}

.cta-section {
    text-align: center;
    padding: 30px 20px;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .cta-section {
        text-align: center;
        padding: 0 10px;
    }
}

.cta-section-inner {
    padding: 20px;
    background: rgb(248, 248, 248);
    border-radius: 8px;
    border: 2px solid #ccc;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.cta-section h2 {
    text-align: center;
    font-size: clamp(1.5rem, 4vw, 2rem);
    color: #333;
    margin-bottom: 20px;
    position: relative;
}

.cta-section h2:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 2.5px;
    background: #3498db;
    bottom: -8px;
    left: calc(50% - 30px);
}

.cta-section p {
    color: #444;
    line-height: 1.7;
    font-size: clamp(0.95rem, 2.5vw, 1.1rem);
    text-align: center;
    max-width: 800px;
    margin: 0 auto 15px;
}

.cta-button {
    display: inline-block;
    padding: 12px 30px;
    background: #3498db;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: 2px solid #3498db;
    margin-top: 20px;
    font-size: 1.1rem;
}

.cta-button i {
    font-size: 1.2rem;
}

.cta-button:hover {
    background: transparent;
    color: #3498db;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

@media (max-width: 768px) {
    .inner-jasa {
        padding: 0 15px;
    }

    .app-features,
    .web-benefits,
    .portfolio-section {
        padding: 20px 10px;
    }

    .service-features {
        padding: 0;
    }

    .feature-box,
    .feature-item,
    .benefit-item,
    .service-disclaimer {
        padding: 20px;
    }

    .benefits-grid {
        gap: 15px;
    }

    .portfolio-header {
        padding: 15px 20px;
    }

    .portfolio-header h3 {
        font-size: 1.1rem;
    }

    .portfolio-header h3 .portfolio-item-icon {
        font-size: 1.5rem;
        margin-right: 12px;
        width: 35px;
    }

    .portfolio-content-inner {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .inner-jasa {
        padding: 0 10px;
    }

    .service-intro {
        padding: 20px 10px;
    }

    .service-intro h1 {
        font-size: 1.6rem;
    }

    .service-intro p {
        margin-bottom: 20px;
        font-size: 0.95rem;
    }

    .feature-box {
        flex: 1 1 100%;
    }

    .service-disclaimer-outer {
        padding: 20px 10px;
    }

    .service-disclaimer-outer p {
        text-align: left;
        font-size: 0.95rem;
    }

    .feature-box,
    .feature-item,
    .benefit-item {
        padding: 18px 15px;
    }

    .portfolio-header {
        padding: 12px 15px;
    }

    .portfolio-header h3 {
        font-size: 0.95rem;
    }

    .portfolio-header h3 .portfolio-item-icon {
        font-size: 1.3rem;
        margin-right: 10px;
        width: 30px;
    }

    .portfolio-content-inner {
        padding: 15px;
    }

    .feature-badge {
        font-size: 0.8rem;
        padding: 6px 12px;
        margin-right: 8px;
        margin-bottom: 8px;
    }
}

@media (max-width: 768px) {
    .portfolio-item.active .portfolio-content {
        max-height: 60vh;
        overflow-y: auto;
    }

    .portfolio-content-inner {
        padding: 15px;
    }
}

.same-h2 h2 {
    text-align: center;
    font-size: clamp(1.5rem, 4vw, 2rem);
    color: #333;
    margin-bottom: 30px;
    position: relative;
}

.same-h2 h2:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background: #3498db;
    bottom: -10px;
    left: calc(50% - 30px);
}

/* Rakit PC */

.get-padd-20 h2 {
    padding: 0 20px;
}

.pc-types {
    padding: 20px 20px 30px 20px;
}

.pc-types h2 {
    text-align: center;
    font-size: clamp(1.5rem, 4vw, 2rem);
    color: #333;
    margin-bottom: 30px;
    position: relative;
}

.pc-types h2:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background: #3498db;
    bottom: -10px;
    left: calc(50% - 30px);
}

.type-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.type-item {
    flex: 1 1 300px;
    padding: 25px;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid #ccc;
    background: rgb(248, 248, 248);
    box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
    position: relative;
}

.type-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    border-color: #3498db;
}

.type-item h3 {
    color: #3498db;
    font-size: clamp(1.1rem, 3vw, 1.3rem);
    margin-bottom: 15px;
}

.type-item p {
    font-size: clamp(0.9rem, 2.5vw, 1rem);
    line-height: 1.6;
    color: #555;
}

.pc-benefits {
    padding: 40px 20px;
}

.pc-benefits h2 {
    text-align: center;
    font-size: clamp(1.5rem, 4vw, 2rem);
    color: #333;
    margin-bottom: 30px;
    position: relative;
}

.pc-benefits h2:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background: #3498db;
    bottom: -10px;
    left: calc(50% - 30px);
}