.home-defipix {
    background: #f5f6fa;
}

.home-defipix main {
    max-width: 1080px;
    background: transparent;
    box-shadow: none;
    padding: 40px 24px 56px;
    margin-top: 0;
}

.home-defipix .home-defipix-page {
    display: grid;
    gap: 32px;
}

.home-defipix .dp-section,
.home-defipix .dp-hero,
.home-defipix .dp-final-cta {
    border-radius: 24px;
    padding: 32px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(44, 62, 143, 0.1);
}

.home-defipix .dp-hero {
    background: linear-gradient(145deg, rgba(63, 94, 251, 0.1), rgba(233, 107, 168, 0.08)), #fff;
    text-align: center;
}

.home-defipix .dp-badge {
    display: inline-block;
    margin: 0;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(233, 107, 168, 0.15);
    color: #2c3e8f;
    font-weight: 700;
}

.home-defipix h1,
.home-defipix h2,
.home-defipix h3 {
    color: #2c3e8f;
}

.home-defipix h1 {
    margin: 16px 0 0;
    font-size: 44px;
}

.home-defipix .dp-hero-subtitle {
    margin: 16px auto 0;
    max-width: 760px;
    font-size: 19px;
    line-height: 1.6;
    color: #2d3a55;
}

.home-defipix .dp-hero-actions {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.home-defipix .dp-btn {
    display: inline-block;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    padding: 13px 22px;
}

.home-defipix .dp-btn-primary {
    color: #fff;
    background: linear-gradient(90deg, #3f5efb, #7b5cff);
    box-shadow: 0 10px 22px rgba(63, 94, 251, 0.35);
}

.home-defipix .dp-btn-secondary {
    background: #fff;
    color: #2c3e8f;
    border: 1px solid rgba(44, 62, 143, 0.2);
}

.home-defipix .dp-steps,
.home-defipix .dp-booths-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-defipix .dp-card {
    border-radius: 20px;
    border: 1px solid #e7ebf6;
    background: #fff;
    box-shadow: 0 14px 28px rgba(15, 24, 44, 0.07);
}

.home-defipix .dp-step-card {
    text-align: center;
    padding: 22px 18px;
}

.home-defipix .dp-step-index {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #2c3e8f;
    color: #fff;
    font-weight: 700;
}

.home-defipix .dp-booth-card {
    overflow: hidden;
}

.home-defipix .dp-booth-card img {
    width: 100%;
    height: 190px;
    object-fit: contain;
    object-position: center;
    display: block;
    background: #f7f8fc;
}

.home-defipix .dp-booth-card h3 {
    margin: 0;
    padding: 16px;
}

.home-defipix .dp-benefits {
    margin: 18px 0 0;
    padding: 22px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 20px;
    list-style: none;
}

.home-defipix .dp-benefits li {
    position: relative;
    padding-left: 26px;
    color: #2d3a55;
    font-weight: 600;
}

.home-defipix .dp-benefits li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e96ba8;
}

.home-defipix .dp-final-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.home-defipix .dp-final-cta h2 {
    margin: 0;
}

@media (max-width: 920px) {
    .home-defipix .dp-steps,
    .home-defipix .dp-booths-grid {
        grid-template-columns: 1fr;
    }

    .home-defipix .dp-benefits {
        grid-template-columns: 1fr;
    }

    .home-defipix .dp-final-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-defipix h1 {
        font-size: 34px;
    }
}
