.iphtech-about-buttons {
    display: flex;
    gap: .875rem;
    flex-wrap: wrap;
}

.iphtech-about {
    background: var(--iphtech-surface);
    padding: 70px 0 70px;
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.iphtech-about-img-wrap {
    position: relative;
}

.iphtech-about-main-img {
    width: 100%;
}

.iphtech-about-main-img img,
.service-img img,
.work-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.experience-badge {
    position: absolute;
    bottom: -16px;
    right: -16px;
    background: var(--iphtech-blue-dark);
    color: #fff;
    border-radius: 16px;
    padding: 16px 20px;
    box-shadow: 0 12px 32px rgb(26 86 219 / 0.3);
}

.exp-num {
    font-family: var(--fh);
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
}

.exp-text {
    font-size: 0.8rem;
    opacity: 0.85;
    margin-top: 2px;
}

.checklist {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.95rem;
    color: var(--text2);
}

.check-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--iphtech-orange-pale);
    color: var(--iphtech-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    flex-shrink: 0;
    margin-top: 2px;
    font-weight: 700;
}