/* RBM Promo Landing Pages 1.4.2 - theme-safe styles */
.rbm-promo-content {
    --rbm-ink: #071b35;
    --rbm-line: #e5ebf3;
    --rbm-muted: #66758a;
    color: var(--rbm-ink);
    width: 100%;
}
.rbm-promo-content,
.rbm-promo-content * {
    box-sizing: border-box;
}
.rbm-promo-content h1,
.rbm-promo-content h2,
.rbm-promo-content h3,
.rbm-promo-content p {
    margin-top: 0;
}
.rbm-promo-content a {
    box-shadow: none;
}
.rbm-promo-content .rbm-card {
    --r: 24px;
    --shadow: 0 20px 55px rgba(7,27,53,.08);
}
/* RBM Promo Plugin Clean Stylesheet */
.rbm-promo-content .rbm-wrap {
    width: min(1160px, 92%);
    margin: auto;
}

.rbm-promo-content .rbm-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Hero Section */
.rbm-promo-content .rbm-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 80% 10%, rgba(19,168,255,.35), transparent 35%), linear-gradient(125deg, #04142b, #082e61 60%, #075bd8);
    padding: 78px 0 70px;
}

.rbm-promo-content .rbm-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}

@media(min-width: 850px) {
    .rbm-promo-content .rbm-hero-grid {
        grid-template-columns: 1.05fr .95fr;
        gap: 52px;
    }
}

.rbm-promo-content .rbm-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255,178,28,.45);
    background: rgba(255,178,28,.12);
    color: #ffd56d;
    padding: 7px 12px;
    border-radius: 999px;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: .4px;
    margin-bottom: 15px;
}

.rbm-promo-content .rbm-hero h1 {
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.1;
    margin: 0 0 18px;
    color: #fff !important;
}

.rbm-promo-content .rbm-lead {
    font-size: 16px;
    color: #dce9fa;
    margin-bottom: 20px;
}

/* Price & Countdown */
.rbm-promo-content .rbm-price {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin: 25px 0;
}

.rbm-promo-content .rbm-price del {
    color: #9fb6d3;
    font-size: 16px;
}

.rbm-promo-content .rbm-price strong {
    font-size: 36px;
    font-weight: 950;
    color: #ffd15c;
    line-height: 1;
}

.rbm-promo-content .rbm-price em {
    background: #ffefbd;
    color: #7b4d00;
    padding: 4px 9px;
    border-radius: 7px;
    font-style: normal;
    font-size: 12px;
    font-weight: 950;
}

/* Buttons */
.rbm-promo-content .rbm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 13px;
    font-weight: 950;
    text-decoration: none;
    transition: .2s;
    cursor: pointer;
}

.rbm-promo-content .rbm-btn:hover {
    transform: translateY(-2px);
}

.rbm-promo-content .rbm-btn-gold {
    background: #ffb21c;
    color: #042414 !important;
}

.rbm-promo-content .rbm-btn-dark {
    background: #071b35;
    color: #fff !important;
}

/* Visual / Image Hero */
.rbm-promo-content .rbm-visual {
    background: rgba(255,255,255,.1);
    padding: 12px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 30px;
    box-shadow: 0 30px 80px rgba(0,0,0,.22);
}

.rbm-promo-content .rbm-visual img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    display: block;
}

.rbm-promo-content .rbm-placeholder {
    text-align: center;
    color: #294566;
    font-weight: 900;
    padding: 50px;
    background: #c8d8ec;
    border-radius: 20px;
}

/* Sections & Grid */
.rbm-promo-content .rbm-section {
    padding: 70px 0;
}

.rbm-promo-content .rbm-two {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
}

@media(min-width: 850px) {
    .rbm-promo-content .rbm-two {
        grid-template-columns: 1fr 1fr;
    }
}

.rbm-promo-content .rbm-kicker {
    font-size: 12px;
    font-weight: 950;
    color: #075bd8;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.rbm-promo-content .rbm-card {
    border: 1px solid #e5ebf3;
    border-radius: 24px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(7,27,53,.08);
}

.rbm-promo-content .rbm-card ul {
    padding-left: 20px;
    color: #66758a;
    margin: 15px 0 0;
}

.rbm-promo-content .rbm-card li {
    margin: 8px 0;
}

/* Light & FAQ */
.rbm-promo-content .rbm-light {
    background: #f5f8fc;
}

.rbm-promo-content .rbm-narrow {
    max-width: 800px;
}

.rbm-promo-content .rbm-faq {
    border: 1px solid #e5ebf3;
    border-radius: 15px;
    margin: 12px 0;
    padding: 18px 20px;
    background: #fff;
}

.rbm-promo-content .rbm-faq summary {
    font-weight: 900;
    cursor: pointer;
}

.rbm-promo-content .rbm-faq div {
    color: #66758a;
    margin-top: 12px;
}

/* Terms & CTA */
.rbm-promo-content .rbm-terms {
    background: #fff;
    border-top: 1px solid #e5ebf3;
}

.rbm-promo-content .rbm-cta {
    background: linear-gradient(125deg, #075bd8, #06346d);
    color: #fff;
    text-align: center;
    padding: 80px 0;
}

.rbm-promo-content .rbm-cta h2 {
    color: #fff !important;
    font-size: 38px;
    margin-bottom: 15px;
}

.rbm-promo-content .rbm-cta p {
    color: #dce9fa;
    max-width: 600px;
    margin: 0 auto 30px;
}

/* Archive Grid */
.rbm-promo-content .rbm-archive {
    padding: 50px 0;
}

.rbm-promo-content .rbm-archive-head {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.rbm-promo-content .rbm-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

@media(min-width: 768px) {
    .rbm-promo-content .rbm-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.rbm-promo-content .rbm-promo-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 15px;
}

.rbm-promo-content .rbm-status {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 10px;
}

.rbm-promo-content .rbm-status.rbm-active { background: #e6f9ed; color: #19c463; }
.rbm-promo-content .rbm-status.rbm-upcoming { background: #fff4e5; color: #ff9800; }
.rbm-promo-content .rbm-status.rbm-expired { background: #ffebee; color: #f44336; }
.rbm-promo-content .rbm-empty {
    grid-column: 1 / -1;
    padding: 50px 30px;
    text-align: center;
    border: 1px dashed #cbd6e3;
    border-radius: 18px;
    background: #fff;
}
