/* Yalla Revenue System — CSS v2.1
   NOTE: Tajawal font loaded by yalla-conversion-ui — no duplicate @import needed. */

.yalla-pricing-wrap, .yalla-bundles-wrap, .yalla-upsell-wrap { font-family: 'Tajawal', sans-serif; }

/* Pricing Header */
.yalla-pricing-hdr { text-align: center; margin-bottom: 16px; }
.yalla-pricing-title { font-size: 18px; font-weight: 900; color: #4B2E1E; }
.yalla-pricing-sub   { font-size: 11px; color: #9A9A9A; margin-top: 3px; }

/* Tiers Grid */
.yalla-pricing-tiers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    align-items: start;
}

/* Base Tier */
.yalla-tier {
    background: #fff;
    border: 1.5px solid #E8D4A8;
    border-radius: 18px;
    padding: 16px;
    position: relative;
    transition: .15s;
}

/* Highlight (Standard) */
.yalla-tier--highlight {
    border: 2.5px solid #C8A45C;
    box-shadow: 0 4px 20px rgba(200,164,92,.18);
}
.yalla-tier--highlight:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(200,164,92,.25); }

/* Dimmed (Basic) */
.yalla-tier--dim { opacity: .75; }
.yalla-tier--dim:hover { opacity: 1; }

/* Badges */
.yalla-tier-popular-badge {
    background: #C8A45C;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    margin: -16px -16px 12px;
    letter-spacing: .04em;
}
.yalla-tier-anchor-badge {
    background: #F5EDD4;
    color: #4B2E1E;
    font-size: 9px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    margin: -16px -16px 12px;
}

/* Tier Header */
.yalla-tier-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.yalla-tier-name   { font-size: 14px; font-weight: 800; color: #2B2B2B; }
.yalla-tier-badge  { font-size: 9px; font-weight: 800; padding: 2px 8px; border-radius: 24px; background: #E8D4A8; color: #4B2E1E; }
.yalla-tier--highlight .yalla-tier-badge { background: #C8A45C; color: #fff; }

/* Price */
.yalla-tier-price-block { display: flex; align-items: baseline; gap: 5px; margin-bottom: 4px; flex-wrap: wrap; }
.yalla-tier-price-main  { font-size: 22px; font-weight: 900; color: #C8A45C; }
.yalla-tier-price-unit  { font-size: 10px; color: #9A9A9A; }
.yalla-tier-price-old   { font-size: 12px; color: #9A9A9A; }
.yalla-tier-tagline     { font-size: 11px; color: #6B4A32; margin-bottom: 12px; line-height: 1.55; }

/* Features */
.yalla-tier-features { list-style: none; padding: 0; margin: 0 0 14px; }
.yalla-tf { display: flex; align-items: flex-start; gap: 6px; font-size: 11px; color: #2B2B2B; padding: 3px 0; line-height: 1.45; }
.yalla-tf--no { color: #9A9A9A; text-decoration: line-through; }
.yalla-tf-check { color: #2D7A4F; font-weight: 800; flex-shrink: 0; }

/* CTA Buttons */
.yalla-tier-cta {
    width: 100%;
    border: none;
    border-radius: 12px;
    padding: 12px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Tajawal', sans-serif;
    cursor: pointer;
    transition: .12s;
}
.yalla-tier-cta--premium  { background: #4B2E1E; color: #fff; }
.yalla-tier-cta--premium:hover { background: #6B4A32; }
.yalla-tier-cta--standard { background: #C8A45C; color: #fff; }
.yalla-tier-cta--standard:hover { background: #A8893A; }
.yalla-tier-cta--basic    { background: #f0f0f0; color: #555; }
.yalla-tier-cta--basic:hover { background: #e0e0e0; }

/* Group Calc */
.yalla-group-calc { background: #F9F4EC; border: 1px solid #E8D4A8; border-radius: 12px; padding: 12px; margin-top: 12px; }
.yalla-gc-label   { font-size: 11px; font-weight: 800; color: #4B2E1E; margin-bottom: 9px; }
.yalla-gc-row     { display: flex; align-items: center; justify-content: space-between; padding: 5px 0; font-size: 11px; color: #2B2B2B; border-bottom: 1px solid #E8D4A8; }
.yalla-gc-row:last-child { border-bottom: none; }
.yalla-gc-ctrl    { display: flex; align-items: center; gap: 8px; }
.yalla-gc-btn     { background: #E8D4A8; border: none; border-radius: 5px; width: 24px; height: 24px; font-size: 14px; cursor: pointer; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.yalla-gc-val     { font-size: 14px; font-weight: 800; color: #4B2E1E; min-width: 20px; text-align: center; }
.yalla-gc-totals  { margin-top: 9px; border-top: 1px solid #E8D4A8; padding-top: 8px; }
.yalla-gc-total-row { display: flex; justify-content: space-between; font-size: 12px; color: #2B2B2B; padding: 3px 0; }
.yalla-gc-total-row strong { color: #C8A45C; font-weight: 900; }

/* Bundles */
.yalla-bundles-wrap  { font-family: 'Tajawal', sans-serif; }
.yalla-bundles-hdr   { text-align: center; margin-bottom: 16px; }
.yalla-bundles-title { font-size: 17px; font-weight: 900; color: #4B2E1E; }
.yalla-bundles-sub   { font-size: 11px; color: #9A9A9A; margin-top: 3px; }
.yalla-bundles-grid  { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.yalla-bundle-card   { background: #fff; border: 1.5px solid #E8D4A8; border-radius: 16px; padding: 14px; transition: .15s; }
.yalla-bundle-card:hover { border-color: #C8A45C; transform: translateY(-2px); box-shadow: 0 5px 18px rgba(200,164,92,.15); }
.yalla-bundle-emoji  { font-size: 26px; margin-bottom: 7px; }
.yalla-bundle-name   { font-size: 14px; font-weight: 800; color: #2B2B2B; margin-bottom: 8px; }
.yalla-bundle-tours  { margin-bottom: 10px; }
.yalla-bundle-tour   { font-size: 10px; color: #6B4A32; padding: 2px 0; line-height: 1.6; }
.yalla-bundle-price-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.yalla-bundle-price  { font-size: 18px; font-weight: 900; color: #C8A45C; }
.yalla-bundle-save   { font-size: 10px; font-weight: 800; background: #E6F5EE; color: #2D7A4F; padding: 2px 9px; border-radius: 24px; }
.yalla-bundle-cta    { width: 100%; background: #4B2E1E; color: #fff; border: none; border-radius: 10px; padding: 10px; font-size: 12px; font-weight: 700; font-family: 'Tajawal', sans-serif; cursor: pointer; transition: .12s; }
.yalla-bundle-cta:hover { background: #6B4A32; }

/* Upsells */
.yalla-upsell-wrap { background: #F9F4EC; border: 1.5px solid #E8D4A8; border-radius: 16px; padding: 13px; }
.yalla-upsell-hdr  { font-size: 12px; font-weight: 800; color: #4B2E1E; margin-bottom: 10px; }
.yalla-upsell-card { display: flex; align-items: center; gap: 9px; padding: 8px 0; border-bottom: 1px solid #E8D4A8; }
.yalla-upsell-card:last-child { border-bottom: none; }
.yalla-upsell-icon  { font-size: 20px; flex-shrink: 0; }
.yalla-upsell-body  { flex: 1; min-width: 0; }
.yalla-upsell-name  { font-size: 12px; font-weight: 700; color: #2B2B2B; }
.yalla-upsell-desc  { font-size: 10px; color: #9A9A9A; line-height: 1.5; }
.yalla-upsell-right { text-align: right; flex-shrink: 0; }
.yalla-upsell-price { font-size: 12px; font-weight: 800; color: #C8A45C; margin-bottom: 4px; }
.yalla-upsell-btn   { background: #4B2E1E; color: #fff; border: none; border-radius: 7px; padding: 4px 12px; font-size: 10px; font-weight: 700; font-family: 'Tajawal', sans-serif; cursor: pointer; transition: .12s; }
.yalla-upsell-btn:hover { background: #C8A45C; }
.yalla-upsell-btn:disabled { background: #9A9A9A; cursor: not-allowed; }

@keyframes yallaFadeIn { from{opacity:0;transform:translateY(10px)} to{opacity:1;transform:translateY(0)} }

@media (max-width: 480px) {
    .yalla-pricing-tiers { grid-template-columns: 1fr; }
    .yalla-bundles-grid  { grid-template-columns: 1fr 1fr; }
}
