        .featured-member {
            padding: 120px 0;
            background:
                radial-gradient(circle at top left, rgba(192, 45, 45, 0.18), transparent 32%),
                radial-gradient(circle at bottom right, rgba(19, 94, 172, 0.18), transparent 30%),
                linear-gradient(180deg, #fffaf8 0%, #ffffff 100%);
        }

        .featured-member__card {
            position: relative;
            overflow: hidden;
            border-radius: 32px;
            padding: 42px;
            background: #ffffff;
            border: 1px solid rgba(192, 45, 45, 0.12);
            box-shadow: 0 28px 70px rgba(15, 23, 42, 0.12);
            transition: transform 0.35s ease, box-shadow 0.35s ease;
        }

        .featured-member__card:hover {
            transform: translateY(-8px);
            box-shadow: 0 36px 90px rgba(15, 23, 42, 0.18);
        }

        .featured-member__card::before,
        .featured-member__card::after {
            content: "";
            position: absolute;
            border-radius: 50%;
            pointer-events: none;
        }

        .featured-member__card::before {
            width: 220px;
            height: 220px;
            top: -90px;
            right: -70px;
            background: radial-gradient(circle, rgba(192, 45, 45, 0.18) 0%, rgba(192, 45, 45, 0) 70%);
        }

        .featured-member__card::after {
            width: 180px;
            height: 180px;
            bottom: -90px;
            left: -60px;
            background: radial-gradient(circle, rgba(19, 94, 172, 0.15) 0%, rgba(19, 94, 172, 0) 72%);
        }

        .featured-member__content,
        .featured-member__visual {
            position: relative;
            z-index: 1;
        }

        .featured-member__eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 8px 16px;
            border-radius: 999px;
            background: rgba(192, 45, 45, 0.08);
            color: #c02d2d;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .featured-member__eyebrow::before {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #c02d2d;
            box-shadow: 0 0 0 6px rgba(192, 45, 45, 0.12);
        }

        .featured-member__name {
            margin: 20px 0 14px;
            font-size: 42px;
            line-height: 1.15;
            color: #16243e;
        }

        .featured-member__meta {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            margin: 0 0 24px;
            padding: 0;
            list-style: none;
        }

        .featured-member__meta li {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 12px 18px;
            border-radius: 16px;
            background: #f6f8fc;
            color: #4c5870;
            font-weight: 600;
        }

        .featured-member__meta i {
            color: #c02d2d;
        }

        .featured-member__text {
            max-width: 560px;
            margin-bottom: 28px;
            color: #5f6b84;
            font-size: 17px;
            line-height: 1.85;
        }

        .featured-member__social {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
        }

        .featured-member__social a {
            width: 52px;
            height: 52px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: linear-gradient(135deg, #c02d2d 0%, #ea6b48 100%);
            color: #ffffff;
            font-size: 18px;
            box-shadow: 0 16px 30px rgba(192, 45, 45, 0.22);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .featured-member__social a:hover {
            transform: translateY(-4px) scale(1.04);
            box-shadow: 0 20px 36px rgba(192, 45, 45, 0.3);
        }

        .featured-member__visual {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .featured-member__badge {
            width: min(100%, 360px);
            min-height: 320px;
            padding: 34px 28px;
            border-radius: 28px;
            background: linear-gradient(160deg, #16243e 0%, #20375d 58%, #c02d2d 100%);
            color: #ffffff;
            box-shadow: 0 28px 60px rgba(22, 36, 62, 0.28);
        }

        .featured-member__avatar {
            width: 84px;
            height: 84px;
            margin-bottom: 24px;
            border-radius: 24px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.14);
            border: 1px solid rgba(255, 255, 255, 0.18);
            font-size: 30px;
        }

        .featured-member__badge h3 {
            color: #ffffff;
            font-size: 26px;
            margin-bottom: 14px;
        }

        .featured-member__badge p {
            margin: 0 0 18px;
            color: rgba(255, 255, 255, 0.82);
            line-height: 1.75;
        }

        .featured-member__tags {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 26px;
        }

        .featured-member__tags span {
            display: inline-flex;
            align-items: center;
            padding: 10px 14px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.12);
            border: 1px solid rgba(255, 255, 255, 0.12);
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.03em;
        }

        @media (max-width: 991px) {
            .featured-member {
                padding: 90px 0;
            }

            .featured-member__card {
                padding: 32px 24px;
            }

            .featured-member__name {
                font-size: 34px;
            }

            .featured-member__visual {
                margin-top: 30px;
            }
        }

        @media (max-width: 575px) {
            .featured-member__name {
                font-size: 28px;
            }

            .featured-member__meta li {
                width: 100%;
            }
        }
.dream-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #0f172a, #1e3a8a);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.dream-section .container {
    max-width: 1100px;
    margin: auto;
}

/* Header */
.dream-header {
    text-align: center;
    margin-bottom: 30px;
}

.dream-header h1 {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.dream-header p {
    font-size: 18px;
    opacity: 0.85;
}

.underline {
    width: 80px;
    height: 4px;
    background: #38bdf8;
    margin: 15px auto;
    border-radius: 10px;
}

/* Description */
.dream-content {
    text-align: center;
    max-width: 750px;
    margin: auto;
    opacity: 0.9;
    line-height: 1.7;
    margin-bottom: 50px;
}

/* Cards */
.dream-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}

.dream-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    padding: 25px;
    border-radius: 15px;
    transition: 0.4s;
    border: 1px solid rgba(255,255,255,0.1);
}

.dream-card:hover {
    transform: translateY(-8px) scale(1.02);
    background: rgba(255, 255, 255, 0.15);
}

.dream-card h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.dream-card p {
    font-size: 14px;
    opacity: 0.85;
}

/* Owner */
.dream-owner {
    text-align: center;
    margin-top: 50px;
}

.dream-owner h4 {
    opacity: 0.7;
    margin-bottom: 5px;
}

.dream-owner h3 {
    font-size: 22px;
}

.dream-owner p {
    opacity: 0.8;
}

/* CTA */
.dream-cta {
    text-align: center;
    margin-top: 30px;
}

.cta-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #38bdf8;
    color: #000;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.cta-btn:hover {
    background: #0ea5e9;
    transform: scale(1.05);
}

/* Responsive */
@media(max-width: 768px) {
    .dream-header h1 {
        font-size: 28px;
    }
}