.ce-shell {
    max-width: 1180px;
    margin: 28px auto 0;
    padding: 0 20px;
}

.ce-hero {
    background: radial-gradient(circle at top, #db2777, #be185d);
    color: white;
    border-radius: 28px;
    padding: 34px 30px;
    box-shadow: 0 20px 50px rgba(190, 24, 93, 0.18);
    overflow: hidden;
    position: relative;
}

.ce-hero::before {
    content: "";
    position: absolute;
    width: 540px;
    height: 540px;
    background: rgba(255,255,255,0.08);
    filter: blur(120px);
    top: -220px;
    right: -120px;
}

.ce-hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
}

.ce-kicker {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.85rem;
    font-weight: 700;
    opacity: 0.9;
    color: white;
    margin: 0 0 8px;
}

.ce-hero h1 {
    color: white !important;
    margin: 0 0 10px;
    font-size: 2.6rem;
}

.ce-subtitle {
    margin: 0;
    font-size: 1.04rem;
    opacity: 0.95;
    max-width: 720px;
    line-height: 1.7;
    color: white;
}

.ce-hero-card {
    min-width: 240px;
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(12px);
    border-radius: 22px;
    padding: 18px 22px;
    text-align: center;
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

.ce-hero-card span {
    display: block;
    font-size: 0.9rem;
    opacity: 0.92;
    margin-bottom: 7px;
    color: white;
}

.ce-hero-card strong {
    display: block;
    font-size: 1.2rem;
    color: white;
}

.ce-panel {
    background: white;
    border-radius: 26px;
    padding: 28px;
    margin-top: 28px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.07);
}

.ce-intro-card {
    background: linear-gradient(135deg, #fdf2f8, #fff);
    border: 1px solid #fbcfe8;
    border-radius: 22px;
    padding: 24px;
    margin-bottom: 24px;
}

.ce-intro-card h2 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #111827;
}

.ce-intro-card p {
    margin: 0 0 12px;
    color: #4b5563;
    line-height: 1.8;
}

.ce-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 32px;
}

.earning-card {
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 14px 34px rgba(0,0,0,0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.earning-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(0,0,0,0.08);
}

.earning-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #fce7f3;
    color: #be185d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 16px;
}

.earning-card h3 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 1.2rem;
}

.earning-card p {
    margin: 0;
    color: #4b5563;
    line-height: 1.8;
}

.content-section,
.faq-section,
.final-note {
    margin-top: 34px;
}

.section-heading {
    margin-bottom: 18px;
}

.section-heading h2 {
    margin: 0 0 6px;
    color: #111827;
    font-size: 1.85rem;
}

.section-heading p {
    margin: 0;
    color: #6b7280;
}

.growth-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.growth-card {
    background: #f8fafc;
    border: 1px solid #edf2f7;
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.04);
}

.growth-card span {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #be185d, #db2777);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 14px;
    font-size: 0.9rem;
}

.growth-card h3 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 1.08rem;
}

.growth-card p {
    margin: 0;
    color: #4b5563;
    line-height: 1.75;
}

.payout-section {
    background: #fffafc;
    border: 1px solid #fbcfe8;
    border-radius: 24px;
    padding: 24px;
}

.payout-card {
    background: white;
    border: 1px solid #edf2f7;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}

.payout-card ul {
    margin: 0;
    padding-left: 20px;
}

.payout-card li {
    color: #4b5563;
    line-height: 1.9;
    margin-bottom: 8px;
}

.safety-section {
    background: linear-gradient(135deg, #fdf2f8, #ffffff);
    border: 1px solid #fbcfe8;
    border-radius: 24px;
    padding: 24px;
}

.safety-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.safety-item {
    background: white;
    border: 1px solid #edf2f7;
    border-radius: 18px;
    padding: 18px;
}

.safety-item strong {
    display: block;
    color: #111827;
    margin-bottom: 8px;
}

.safety-item p {
    margin: 0;
    color: #4b5563;
    line-height: 1.75;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-item {
    background: linear-gradient(135deg, #ffffff, #fcfcfd);
    border: 1px solid #e9edf3;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(0,0,0,0.04);
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.faq-item[open] {
    border-color: #fbcfe8;
    box-shadow: 0 16px 34px rgba(190, 24, 93, 0.08);
}

.faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 20px 22px;
    font-weight: 700;
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 1.04rem;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    background: #fce7f3;
    color: #be185d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    transition: transform 0.25s ease, background 0.25s ease;
}

.faq-item[open] .faq-icon {
    transform: rotate(45deg);
    background: #be185d;
    color: white;
}

.faq-answer {
    display: block;
    padding: 0 22px 22px;
}

.faq-answer p {
    margin: 0;
    padding-top: 16px;
    color: #4b5563;
    line-height: 1.85;
    border-top: 1px solid #f1f5f9;
}

.final-note {
    text-align: center;
    background: linear-gradient(135deg, #fdf2f8, #fff);
    border: 1px solid #fbcfe8;
    border-radius: 24px;
    padding: 28px;
}

.final-note h2 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #111827;
}

.final-note p {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 12px;
}

.final-strong {
    font-weight: 800;
    color: #be185d !important;
    font-size: 1.08rem;
}

@media (max-width: 950px) {
    .ce-grid,
    .growth-grid,
    .safety-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .ce-shell {
        padding: 0 14px;
        margin-top: 20px;
    }

    .ce-hero {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .ce-hero h1 {
        font-size: 2rem;
    }

    .ce-panel {
        padding: 20px;
        border-radius: 20px;
    }

    .ce-hero-card {
        width: 100%;
    }

    .section-heading h2 {
        font-size: 1.55rem;
    }

    .faq-item summary {
        padding: 17px 18px;
        font-size: 0.98rem;
    }

    .faq-answer {
        padding: 0 18px 18px;
    }
}

@media (max-width: 480px) {
    .ce-intro-card,
    .earning-card,
    .growth-card,
    .payout-section,
    .payout-card,
    .safety-section,
    .safety-item,
    .final-note {
        padding: 18px;
        border-radius: 18px;
    }

    .ce-hero h1 {
        font-size: 1.8rem;
    }
}