/* CONTENTMARKET_NEW_INDEX_SNAPSHOT_V28 */
.rb-home-v28 {
    max-width: 1440px;
    margin: 0 auto;
}

.rb-hero-v28 {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    padding: clamp(17px, 2.5vw, 38px) clamp(34px, 5vw, 76px) clamp(34px, 5vw, 76px);
    color: #fff;
    background:
        radial-gradient(circle at 82% 12%, rgba(56, 189, 248, .26), transparent 31%),
        radial-gradient(circle at 12% 20%, rgba(250, 204, 21, .18), transparent 34%),
        linear-gradient(135deg, #061226 0%, #102f5c 54%, #071428 100%);
    box-shadow: 0 28px 88px rgba(2, 6, 23, .36);
}

.rb-hero-v28::after {
    content: "AI ECONOMY";
    position: absolute;
    right: -2vw;
    bottom: -2.6vw;
    font-size: clamp(72px, 15vw, 230px);
    line-height: .8;
    font-weight: 1000;
    color: rgba(255,255,255,.055);
    letter-spacing: -.07em;
    pointer-events: none;
}

.rb-kicker-v28 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(250, 204, 21, .5);
    background: rgba(250, 204, 21, .12);
    color: #ffdc2e;
    border-radius: 999px;
    padding: 9px 14px;
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: .13em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.rb-hero-v28 h1 {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0;
    font-size: clamp(42px, 6.4vw, 98px);
    line-height: .95;
    letter-spacing: -.065em;
    font-weight: 1000;
}

.rb-hero-v28 p {
    position: relative;
    z-index: 2;
    max-width: 910px;
    margin: 22px 0 0;
    color: rgba(255,255,255,.88);
    font-size: clamp(18px, 2.05vw, 28px);
    line-height: 1.42;
}

.rb-actions-v28 {
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.rb-btn-v28 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 16px 26px;
    border-radius: 18px;
    font-weight: 1000;
    letter-spacing: .02em;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,.18);
}

.rb-btn-gold-v28 {
    background: #ffcc00;
    color: #061226;
    border-color: #ffcc00;
}

.rb-btn-light-v28 {
    background: #fff;
    color: #061226;
}

.rb-btn-dark-v28 {
    background: rgba(2, 6, 23, .72);
    color: #fff;
}

.rb-proof-strip-v28 {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 38px;
    max-width: 1160px;
}

.rb-proof-strip-v28 div {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 20px;
    padding: 18px;
    backdrop-filter: blur(8px);
}

.rb-proof-strip-v28 span {
    display: block;
    color: rgba(255,255,255,.7);
    font-size: 12px;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 8px;
}

.rb-proof-strip-v28 strong {
    color: #fff;
    display: block;
    font-size: clamp(20px, 2vw, 32px);
    line-height: 1.08;
}

.rb-section-v28 {
    margin-top: 28px;
}

.rb-grid-v28 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.rb-card-v28 {
    background: #fff;
    color: #132033;
    border-radius: 28px;
    padding: clamp(24px, 3vw, 36px);
    border: 1px solid rgba(148, 163, 184, .32);
    box-shadow: 0 18px 44px rgba(15, 23, 42, .1);
}

.rb-card-v28 h2,
.rb-card-v28 h3 {
    color: #061226;
    margin: 0 0 14px;
    line-height: 1.05;
    letter-spacing: -.035em;
    font-weight: 1000;
}

.rb-card-v28 h2 {
    font-size: clamp(32px, 4vw, 58px);
}

.rb-card-v28 h3 {
    font-size: clamp(24px, 2.2vw, 34px);
}

.rb-card-v28 p,
.rb-card-v28 li {
    color: #26364d;
    font-size: 17px;
    line-height: 1.55;
}

.rb-card-v28 ul {
    margin: 14px 0 0 20px;
    padding: 0;
}

.rb-card-dark-v28 {
    background: linear-gradient(135deg, #071428, #102f5c);
    color: #fff;
}

.rb-card-dark-v28 h2,
.rb-card-dark-v28 h3,
.rb-card-dark-v28 p,
.rb-card-dark-v28 li {
    color: #fff;
}

.rb-card-gold-v28 {
    background: #ffcc00;
    color: #061226;
}

.rb-card-gold-v28 h2,
.rb-card-gold-v28 h3,
.rb-card-gold-v28 p,
.rb-card-gold-v28 li {
    color: #061226;
}

.rb-wide-v28 {
    grid-column: 1 / -1;
}

.rb-split-v28 {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
    gap: 20px;
}

.rb-steps-v28 {
    counter-reset: rbStep;
    display: grid;
    gap: 14px;
}

.rb-step-v28 {
    counter-increment: rbStep;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    background: rgba(15,23,42,.045);
    border: 1px solid rgba(148,163,184,.26);
    border-radius: 22px;
    padding: 18px;
}

.rb-step-v28::before {
    content: counter(rbStep);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffcc00;
    color: #061226;
    font-weight: 1000;
}

.rb-step-v28 h3 {
    margin: 0 0 6px;
    font-size: 22px;
}

.rb-step-v28 p {
    margin: 0;
}

.rb-path-grid-v28 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.rb-path-card-v28 {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 20px;
    padding: 20px;
}

.rb-path-card-v28 h3 {
    font-size: 22px;
    margin: 0 0 8px;
}

.rb-path-card-v28 p {
    font-size: 15px;
    margin: 0;
}

.rb-final-cta-v28 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    background:
        radial-gradient(circle at 12% 12%, rgba(255,255,255,.25), transparent 30%),
        linear-gradient(135deg, #ffcc00, #f0a400);
    color: #061226;
    border-radius: 34px;
    padding: clamp(30px, 5vw, 60px);
    margin: 28px 0;
}

.rb-final-cta-v28 h2 {
    margin: 0 0 12px;
    font-size: clamp(34px, 5vw, 72px);
    line-height: .98;
    letter-spacing: -.055em;
}

.rb-final-cta-v28 p {
    font-size: 19px;
    line-height: 1.45;
    margin: 0;
    max-width: 840px;
}

.rb-final-buttons-v28 {
    display: grid;
    gap: 12px;
    min-width: min(100%, 340px);
}

@media (max-width: 1100px) {
    .rb-proof-strip-v28,
    .rb-path-grid-v28 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rb-grid-v28,
    .rb-split-v28 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .rb-proof-strip-v28,
    .rb-path-grid-v28,
    .rb-final-cta-v28 {
        grid-template-columns: 1fr;
    }

    .rb-actions-v28 .rb-btn-v28,
    .rb-final-buttons-v28 .rb-btn-v28 {
        width: 100%;
    }
}

/* CONTENTMARKET_INDEX_ROTATING_INCOME_WORD_V31 */
.rb-rotating-word-v31 {
    display: inline-block;
    color: #ffcc00;
    min-width: 7.4ch;
    transition: opacity .28s ease, transform .28s ease;
    will-change: opacity, transform;
}

.rb-rotating-word-v31.is-changing {
    opacity: 0;
    transform: translateY(.14em);
}


/* CONTENTMARKET_LANDSCAPE_500M_PROOF_V35 */
.rb-proof-feature-card-v34 {
    padding: 0 !important;
    border-radius: 34px !important;
    overflow: hidden !important;
}

.rb-proof-feature-image-v34 {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    display: block !important;
    border-radius: 34px !important;
    object-fit: cover !important;
}

@media (max-width: 700px) {
    .rb-proof-feature-card-v34,
    .rb-proof-feature-image-v34 {
        border-radius: 22px !important;
    }
}


/* CONTENTMARKET_FORCE_FULLWIDTH_BANNER_V41
   Hard fix: the proof banner breaks out of rb-home-v28 max-width and spans the full browser width.
*/
.rb-home-v28 {
    overflow: visible !important;
}

.rb-proof-banner-v39,
.rb-proof-banner-v38,
.rb-proof-banner-v37 {
    display: none !important;
}

.rb-proof-banner-v41 {
    display: block !important;
    position: relative !important;
    z-index: 5 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    margin-top: clamp(24px, 3vw, 44px) !important;
    margin-bottom: clamp(30px, 3vw, 52px) !important;
    padding-left: clamp(16px, 1.5vw, 30px) !important;
    padding-right: clamp(16px, 1.5vw, 30px) !important;
    box-sizing: border-box !important;
    clear: both !important;
}

.rb-proof-banner-card-v41 {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    overflow: hidden !important;
    border-radius: clamp(16px, 1.65vw, 30px) !important;
    border: 1px solid rgba(255,255,255,.22) !important;
    background: #061226 !important;
    box-shadow: 0 24px 70px rgba(2, 6, 23, .34) !important;
}

.rb-proof-banner-card-v41 img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: clamp(260px, 24vw, 460px) !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: clamp(16px, 1.65vw, 30px) !important;
}

/* Keep the three cards clean after the full-width banner */
.rb-grid-v28 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(18px, 2.4vw, 34px) !important;
}

.rb-card-v28 .rb-tool-heading-v39 {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    margin-bottom: 14px !important;
}

.rb-tool-icon-v39 {
    width: 54px !important;
    height: 54px !important;
    border-radius: 16px !important;
    background: #061226 !important;
    color: #ffcc00 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 28px !important;
    flex: 0 0 auto !important;
    box-shadow: 0 12px 26px rgba(2,6,23,.18) !important;
}

.rb-card-v28 .rb-tool-heading-v39 h3 {
    margin: 0 !important;
}

@media (max-width: 1000px) {
    .rb-grid-v28 {
        grid-template-columns: 1fr !important;
    }

    .rb-proof-banner-v41 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .rb-proof-banner-card-v41 img {
        height: clamp(220px, 38vw, 380px) !important;
        object-position: center center !important;
    }
}

@media (max-width: 560px) {
    .rb-proof-banner-v41 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .rb-proof-banner-card-v41,
    .rb-proof-banner-card-v41 img {
        border-radius: 14px !important;
    }

    .rb-proof-banner-card-v41 img {
        height: 205px !important;
        object-position: center center !important;
    }
}


/* INDEX-ONLY SOCIAL REWARDS VALUE STRIP V42 */
.rb-social-rewards-strip-v42 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    margin: 24px 0 28px;
    padding: 24px 28px;
    border: 1px solid rgba(255, 204, 0, .58);
    border-radius: 26px;
    background:
        linear-gradient(135deg, rgba(255, 204, 0, .15), rgba(22, 59, 115, .72)),
        #102f5c;
    box-shadow: 0 18px 52px rgba(2, 6, 23, .22);
}

.rb-social-rewards-strip-v42 span {
    display: inline-flex;
    margin-bottom: 8px;
    color: #ffdc2e;
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.rb-social-rewards-strip-v42 strong {
    display: block;
    color: #ffffff;
    font-size: clamp(24px, 3vw, 42px);
    line-height: 1.05;
}

.rb-social-rewards-strip-v42 p {
    max-width: 940px;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .86);
    font-size: 17px;
    line-height: 1.5;
}

.rb-social-rewards-strip-actions-v42 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    min-width: 320px;
}

@media (max-width: 900px) {
    .rb-social-rewards-strip-v42 {
        grid-template-columns: 1fr;
    }

    .rb-social-rewards-strip-actions-v42 {
        justify-content: flex-start;
        min-width: 0;
    }
}
