/* Decorative Background Effects */
.comment-adherer-page .hero-content::before,
.comment-adherer-page section.hero .hero-content::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -10%;
    width: 40%;
    height: 150%;
    background: linear-gradient(135deg, rgba(200, 200, 180, 0.3), transparent);
    transform: rotate(-15deg);
}

.comment-adherer-page .hero-content::after,
.comment-adherer-page section.hero .hero-content::after {
    content: "";
    position: absolute;
    bottom: -50%;
    right: -10%;
    width: 40%;
    height: 150%;
    background: linear-gradient(135deg, rgba(180, 180, 160, 0.3), transparent);
    transform: rotate(-15deg);
}

.comment-adherer-page .hero-inner {
    position: relative;
    z-index: 1;
}

.comment-adherer-page .hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ffffff;
}

.comment-adherer-page .hero p {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
}

.comment-adherer-page .cta-btn {
    background: #2563eb;
    color: white;
    padding: 14px 32px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

.comment-adherer-page .cta-btn:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}

/* Opportunities Section */
.comment-adherer-page .opportunities-section {
    padding: 100px 0px;
}

.comment-adherer-page .opportunities-section h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
}

.comment-adherer-page .opportunities-intro-text {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 800px;
}

.comment-adherer-page .opportunities-intro-text p {
    margin-bottom: 16px;
}

.comment-adherer-page .opportunities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.comment-adherer-page .opportunity-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
    background: #f8fafb;
    padding: 40px 30px;
    border-radius: 12px;
}

.comment-adherer-page .opportunity-card:hover {
    /* background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2); */
    transform: translateY(-4px);
}

.comment-adherer-page .card-icon {
    width: 48px;
    height: 48px;
    background: rgba(37, 99, 235, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: #2563eb;
    font-size: 24px;
}

.comment-adherer-page .opportunity-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
}

.comment-adherer-page .opportunity-card p {
    margin-bottom: 20px;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.comment-adherer-page .opportunity-card ul {
    list-style: none;
    margin-bottom: 28px;
}

.comment-adherer-page .opportunity-card ul li {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.comment-adherer-page .opportunity-card ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #c9a961;
}

.comment-adherer-page .card-btn {
    background: #c9a961;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    transition: background 0.3s;
    text-decoration: none;
    display: block;
    text-align: center;
}

.comment-adherer-page .card-btn:hover {
    background: #1d4ed8;
}

.comment-adherer-page .card-btn.secondary {
    background: #c9a961;
}

.comment-adherer-page .card-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 968px) {
    .comment-adherer-page .hero {
        padding: 0 15px;
    }

    .comment-adherer-page .hero-content {
        padding: 60px 30px;
    }

    .comment-adherer-page .hero h1 {
        font-size: 32px;
    }

    .comment-adherer-page .opportunities-section {
        padding: 50px 15px;
    }

    .comment-adherer-page .opportunities-grid {
        grid-template-columns: 1fr;
    }
}

/* Bottom Text Block Section */

.comment-adherer-page .comment-adherer-bottom-block {
    margin: 100px 40px;
    margin-top: 0;
    background: #f8fafb;
    padding: 40px 30px;
    border-radius: 12px;
    transition:
        transform 0.3s,
        box-shadow 0.3s;
    margin-bottom: 20px;
    display: flex;
    justify-content: start;
    gap: 15px;
    align-items: center;
}

.comment-adherer-page .bottom-text-content {
    max-width: 1200px;
    margin: 0 auto;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

.comment-adherer-page .bottom-text-content p {
    margin-bottom: 16px;
}

.comment-adherer-page .bottom-text-content h1,
.comment-adherer-page .bottom-text-content h2,
.comment-adherer-page .bottom-text-content h3,
.comment-adherer-page .bottom-text-content h4,
.comment-adherer-page .bottom-text-content h5,
.comment-adherer-page .bottom-text-content h6 {
    color: #1e3a5f;
    margin-bottom: 16px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .comment-adherer-page .comment-adherer-bottom-block {
        padding: 60px 20px;
        margin-left: 15px;
        margin-right: 15px;
    }
}
