.dopamina-free-04566cd0-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 100px 0;
    overflow: hidden;
}

.dopamina-free-04566cd0-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    font-family: inherit;
    z-index: 1;
}

.dopamina-free-04566cd0-header {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    pointer-events: none; /* Allows clicking through the overlay */
}

.dopamina-free-04566cd0-label {
    display: inline-block;
    position: relative;
    text-transform: none;
    line-height: 1;
}

/* Remove underline pseudo-element */
.dopamina-free-04566cd0-label::after {
    display: none;
}

.dopamina-free-04566cd0-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    position: relative;
    margin-top: 60px; /* Offset to make room for overlay */
}

.dopamina-free-04566cd0-col {
    flex: 1;
}

.dopamina-free-04566cd0-row .left-col {
    flex: 0 0 calc(33% - 40px);
    padding-right: 20px;
    z-index: 3; /* Ensure text layers over image */
}

.dopamina-free-04566cd0-row .center-col {
    flex: 0 0 34%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.dopamina-free-04566cd0-row .right-col {
    flex: 0 0 calc(33% - 40px);
    z-index: 1;
}

.dopamina-free-04566cd0-title {
    font-size: 38px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.dopamina-free-04566cd0-title-pt1 {
    display: block;
    text-transform: uppercase;
}

.dopamina-free-04566cd0-title-layered {
    display: block;
    font-size: 2.5em; /* Oversized */
    margin-left: 30px; /* Playful offset */
    margin-right: -120px; /* Push significantly into image space */
    position: relative;
    z-index: 4; /* On top of image */
    line-height: 0.8;
    margin-top: 15px;
    margin-bottom: 25px;
    text-transform: lowercase !important;
    text-decoration: none !important;
    font-family: 'Sunshine Orange', sans-serif;
    transform: rotate(-4deg); /* Playful stamp tilt */
}

.dopamina-free-04566cd0-title-pt2 {
    display: block;
    text-transform: uppercase;
}

.dopamina-free-04566cd0-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    opacity: 0.8;
    max-width: 90%;
}

.dopamina-free-04566cd0-img-wrap {
    border-radius: 12px; /* Slightly softer radius for portrait */
    border: 4px solid;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4 / 5; /* Portrait orientation */
    position: relative;
    background-color: #fff;
    transform: rotate(0deg);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    z-index: 1; /* Below the layered text */
}

.dopamina-free-04566cd0-img-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.dopamina-free-04566cd0-items {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.dopamina-free-04566cd0-item {
    display: block;
    text-decoration: none !important;
    padding: 25px 20px;
    border-bottom: 1px solid rgba(74, 50, 138, 0.1); /* Divider lines */
    transition: none; /* Removed block hover animation */
    border-radius: 5px;
}

.dopamina-free-04566cd0-item:last-child {
    border-bottom: none;
}

.dopamina-free-04566cd0-item-title {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 5px 0;
    transition: none; /* No hover on title */
}

.dopamina-free-04566cd0-subtext {
    font-size: 15px;
    margin: 0 0 15px 0;
    opacity: 0.7;
    font-weight: 400;
    transition: none; /* No hover on subtext */
}

.dopamina-free-04566cd0-cta {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    transition: color 0.3s ease; /* ONLY color transition */
}

@media (max-width: 991px) {
    .dopamina-free-04566cd0-container {
        padding: 60px 0;
    }
    
    .dopamina-free-04566cd0-header {
        position: relative;
        margin-bottom: 20px;
    }
    
    .dopamina-free-04566cd0-row {
        margin-top: 0;
        flex-direction: column;
        gap: 50px;
    }

    .dopamina-free-04566cd0-row .left-col {
        order: 2;
        flex: 1 1 auto;
        padding-right: 0;
        text-align: center;
    }

    .dopamina-free-04566cd0-title-layered {
        margin-right: 0;
        margin-left: 0;
        font-size: 2.2em;
        transform: rotate(-2deg);
    }

    .dopamina-free-04566cd0-body {
        margin: 0 auto;
    }

    .dopamina-free-04566cd0-row .center-col {
        order: 1;
        flex: 1 1 auto;
        width: 100%;
        max-width: 400px;
    }

    .dopamina-free-04566cd0-row .right-col {
        order: 3;
        flex: 1 1 auto;
        width: 100%;
    }

    .dopamina-free-04566cd0-title {
        font-size: 32px;
    }
}