/* Cuddle Bahrain Homepage Hero Conversion Panel
   Replaces decorative floating mockups with clickable, conversion-focused product cards.
*/

.cbx-hero-conversion-panel{
    position:relative !important;
    min-height:0 !important;
    height:auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}

.cbx-hero-conversion-panel .cbx-orbit,
.cbx-hero-conversion-panel .cbx-mockup-card{
    display:none !important;
}

.cbx-choice-panel{
    width:100%;
    max-width:620px;
    background:rgba(255,255,255,.86);
    backdrop-filter:blur(18px);
    border:1px solid rgba(226,232,240,.9);
    border-radius:34px;
    padding:26px;
    box-shadow:0 30px 90px rgba(15,23,42,.10);
}

.cbx-choice-panel-head{
    margin-bottom:18px;
}

.cbx-choice-panel-head span{
    display:inline-block;
    color:#be8a32;
    text-transform:uppercase;
    letter-spacing:.14em;
    font-size:12px;
    font-weight:950;
    margin-bottom:8px;
}

.cbx-choice-panel-head strong{
    display:block;
    color:#111827;
    font-size:30px;
    line-height:1.05;
    letter-spacing:-.035em;
}

.cbx-hero-choice-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}

.cbx-choice-card{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:22px;
    padding:16px;
    text-decoration:none;
    color:#111827;
    display:flex;
    align-items:center;
    gap:14px;
    box-shadow:0 14px 34px rgba(15,23,42,.055);
    transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.cbx-choice-card:hover{
    transform:translateY(-4px);
    box-shadow:0 22px 52px rgba(15,23,42,.10);
    border-color:#d6b064;
}

.cbx-choice-card img{
    width:72px;
    height:72px;
    object-fit:contain;
    flex-shrink:0;
    background:#f8fafc;
    border-radius:18px;
    padding:8px;
}

.cbx-choice-card strong{
    display:block;
    font-size:17px;
    font-weight:950;
    margin-bottom:4px;
    line-height:1.15;
}

.cbx-choice-card small{
    display:block;
    color:#64748b;
    font-size:13px;
    font-weight:750;
    line-height:1.35;
}

.cbx-choice-card.highlight{
    grid-column:1 / -1;
    background:linear-gradient(135deg,#111827,#1f2937);
    color:#ffffff;
    display:block;
    padding:20px;
    border-color:#111827;
}

.cbx-choice-card.highlight small{
    color:#d1d5db;
}

.cbx-choice-card.highlight span{
    display:inline-block;
    margin-top:13px;
    font-weight:950;
    color:#f5c76f;
}

.cbx-choice-badge{
    display:inline-block;
    background:#f5c76f;
    color:#111827;
    font-size:12px;
    font-weight:950;
    padding:6px 12px;
    border-radius:999px;
    margin-bottom:12px;
}

.cbx-choice-foot{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-top:16px;
}

.cbx-choice-foot span{
    background:#fff7ed;
    color:#92400e;
    border:1px solid #fed7aa;
    border-radius:999px;
    padding:8px 11px;
    font-size:12px;
    font-weight:900;
}

@media(max-width:980px){
    .cbx-choice-panel{
        max-width:100%;
    }
}

@media(max-width:760px){
    .cbx-hero-conversion-panel{
        order:0 !important;
        width:100% !important;
        padding:0 !important;
    }

    .cbx-choice-panel{
        border-radius:26px;
        padding:18px;
        box-shadow:0 18px 50px rgba(15,23,42,.08);
    }

    .cbx-choice-panel-head strong{
        font-size:24px;
    }

    .cbx-hero-choice-grid{
        grid-template-columns:1fr;
        gap:12px;
    }

    .cbx-choice-card{
        padding:14px;
        border-radius:18px;
    }

    .cbx-choice-card img{
        width:62px;
        height:62px;
        border-radius:15px;
    }

    .cbx-choice-card strong{
        font-size:16px;
    }

    .cbx-choice-card small{
        font-size:12px;
    }

    .cbx-choice-foot{
        display:grid;
        grid-template-columns:1fr;
    }

    .cbx-choice-foot span{
        text-align:center;
    }
}

@media(max-width:420px){
    .cbx-choice-panel{
        padding:15px;
    }

    .cbx-choice-card{
        gap:11px;
    }
}
