/* AI Manager Engine - Social CTA */

.ws-cta {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    max-width: 100%;
    margin: 2em 0 0;
}

/* ---- Social follow card ---- */
.ws-cta-social {
    background: linear-gradient(135deg, #fffbf0 0%, #fff4e0 100%);
    border: 1px solid #f0dbb8;
    border-radius: 16px;
    padding: 2em 1.8em 1.5em;
    text-align: center;
    margin-bottom: 1em;
}
.ws-cta-social__title {
    font-size: 1em;
    font-weight: 600;
    color: #78350f;
    margin: 0 0 1.2em;
    line-height: 1.6;
}
.ws-cta-social__icons {
    display: flex;
    justify-content: center;
    gap: 2em;
    margin-bottom: 1.5em;
}
.ws-cta-social__icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
}
.ws-cta-social__icons a:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}
.ws-cta-social__icons a img {
    width: 48px;
    height: 48px;
    border-radius: 12px;
}

/* ---- Feature boxes ---- */
.ws-cta-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    margin-top: 1.2em;
}
.ws-cta-feature {
    background: #fff;
    border: 1px solid #f0dbb8;
    border-radius: 14px;
    padding: 1.5em 1.2em;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6em;
    transition: box-shadow 0.2s;
}
.ws-cta-feature:hover {
    box-shadow: 0 4px 14px rgba(120, 53, 15, 0.08);
}
.ws-cta-feature__icon {
    width: 44px;
    height: 44px;
}
.ws-cta-feature__text {
    font-size: 0.88em;
    color: #44403c;
    line-height: 1.5;
    flex: 1;
}
.ws-cta-feature__btn {
    display: inline-block;
    padding: 0.5em 1.4em;
    background: #d97706;
    color: #fff !important;
    font-size: 0.85em;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none !important;
    transition: background 0.2s;
    margin-top: auto;
}
.ws-cta-feature__btn:hover {
    background: #b45309;
}

/* ---- Prompt cards (messages + videos) ---- */
.ws-cta-prompts {
    display: flex;
    flex-direction: column;
    gap: 0.6em;
    margin-bottom: 1em;
}
.ws-cta-prompt {
    display: none;
    align-items: center;
    gap: 0.8em;
    padding: 0.9em 1.2em;
    background: #fff;
    border: 1px solid #f0dbb8;
    border-radius: 12px;
    text-decoration: none !important;
    color: inherit !important;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.ws-cta-prompt:hover {
    border-color: #d97706;
    box-shadow: 0 2px 10px rgba(217, 119, 6, 0.12);
}
.ws-cta-prompt__emoji {
    font-size: 1.3em;
    flex-shrink: 0;
}
.ws-cta-prompt__body {
    flex: 1;
    min-width: 0;
}
.ws-cta-prompt__label {
    display: block;
    font-size: 0.78em;
    font-weight: 700;
    color: #d97706;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 0.15em;
}
.ws-cta-prompt__text {
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    color: #292524;
    line-height: 1.4;
}
.ws-cta-prompt__arrow {
    flex-shrink: 0;
    font-size: 1.2em;
    color: #d97706;
    font-weight: bold;
}

/* ---- Banner swiper (card style) ---- */
.ws-cta-banners {
    width: 70%;
    max-width: 660px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.ws-cta-banners .swiper {
    width: 100%;
    height: auto;
    padding-bottom: 36px;
}
.ws-banner-card {
    display: block;
    background: #fff;
    border: 1px solid #f0dbb8;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none !important;
    color: inherit !important;
    transition: box-shadow 0.2s;
}
.ws-banner-card:hover {
    box-shadow: 0 4px 16px rgba(120, 53, 15, 0.10);
}
.ws-banner-card__img {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.ws-banner-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ws-banner-card__body {
    padding: 1em 1.2em 1.1em;
}
.ws-banner-card__title {
    font-size: 1.1em;
    font-weight: 700;
    color: #1c1917;
    line-height: 1.45;
    margin: 0 0 0.7em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ws-banner-card__meta {
    display: flex;
    align-items: center;
    gap: 0.8em;
}
.ws-banner-card__teacher {
    font-size: 0.85em;
    color: #78716c;
}
.ws-banner-card__sep {
    color: #d6d3d1;
    font-size: 0.85em;
}
.ws-banner-card__cta {
    font-size: 0.8em;
    font-weight: 500;
    color: #d97706;
    border: 1px solid #e5c07a;
    border-radius: 14px;
    padding: 0.3em 0.9em;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.ws-banner-card:hover .ws-banner-card__cta {
    background: #d97706;
    color: #fff;
    border-color: #d97706;
}
.ws-cta-banners .swiper-button-next,
.ws-cta-banners .swiper-button-prev {
    color: #fff;
    top: auto;
    bottom: 2px;
    width: 32px;
    height: 32px;
    background: rgba(0,0,0,0.45);
    border-radius: 50%;
    padding: 18px;
}
.ws-cta-banners .swiper-button-next:after,
.ws-cta-banners .swiper-button-prev:after {
    font-size: 16px;
}
.ws-cta-banners .swiper-button-prev { left: calc(50% - 52px); }
.ws-cta-banners .swiper-button-next { right: calc(50% - 52px); }
.ws-cta-banners .swiper-pagination-bullet { background: #d97706; }

/* ---- RWD ---- */
@media (max-width: 600px) {
    .ws-cta-social { padding: 1.5em 1em; }
    .ws-cta-features { grid-template-columns: 1fr; }
    .ws-cta-social__icons { gap: 1.5em; }
    .ws-cta-banners { width: 100%; }
    .ws-banner-card__body { padding: 0.7em 1em 0.8em; }
    .ws-banner-card__title { font-size: 1em; margin: 0 0 0.35em; }
}
