.pp-wrapper-05ede62e {
    background-color: #0f0e0c;
    padding: 60px 40px;
    color: #ffffff;
    font-family: sans-serif;
}

.pp-header-05ede62e {
    margin-bottom: 80px;
    padding-left: 20px;
}

.pp-subtitle-05ede62e {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #888;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.pp-subtitle-05ede62e::before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #c29b62;
}

.pp-title-05ede62e {
    font-size: 48px;
    font-family: serif;
    font-weight: 300;
    margin: 0;
    line-height: 1.2;
}

.pp-title-05ede62e em {
    font-style: italic;
    color: #c29b62;
}

.pp-steps-container-05ede62e {
    position: relative;
}

.pp-connecting-line-05ede62e {
    position: absolute;
    top: 50px;
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.pp-steps-grid-05ede62e {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.pp-step-card-05ede62e {
    flex: 1 1 25%;
    min-width: 250px;
    padding: 45px 30px 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    transition: background-color 0.3s ease;
    overflow: hidden;
    --spotlight-color: rgba(255, 255, 255, 0.03);
}

.pp-step-card-05ede62e:last-child {
    border-right: none;
}

/* Spotlight Hover Effect */
.pp-step-card-05ede62e::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle 200px at var(--x, 50%) var(--y, 50%), var(--spotlight-color), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 0;
}

.pp-step-card-05ede62e:hover::before {
    opacity: 1;
}

.pp-step-card-05ede62e:hover {
    background-color: rgba(255, 255, 255, 0.02);
}

.pp-step-dot-05ede62e {
    width: 10px;
    height: 10px;
    background-color: #c29b62;
    border-radius: 50%;
    position: absolute;
    top: 45px;
    left: 30px;
    z-index: 3;
    box-shadow: 0 0 10px rgba(194, 155, 98, 0.5);
}

.pp-step-content-05ede62e {
    position: relative;
    z-index: 2;
    padding-top: 60px;
}

.pp-step-number-05ede62e {
    font-size: 60px;
    font-family: serif;
    color: rgba(255, 255, 255, 0.05);
    margin-bottom: 20px;
    line-height: 1;
}

.pp-step-title-05ede62e {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 15px;
    color: #fff;
}

.pp-step-desc-05ede62e {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1024px) {
    .pp-step-card-05ede62e {
        flex: 1 1 50%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
    .pp-step-card-05ede62e:nth-child(2n) {
        border-right: none;
    }
}

@media (max-width: 767px) {
    .pp-step-card-05ede62e {
        flex: 1 1 100%;
        border-right: none;
    }
    .pp-connecting-line-05ede62e {
        display: none;
    }
}
