/* ========================================================
   Clean, Compact & High-Impact Review Section with QR Code
   ======================================================== */

.dramatic-review-section {
    padding: 3rem 0 2.25rem;
    position: relative;
    background: transparent;
    z-index: 2;
}

/* Master Card Container */
.dramatic-review-card {
    position: relative;
    max-width: 890px;
    margin: 0 auto;
    background: linear-gradient(145deg, #111827 0%, #0c121d 100%);
    border: 1px solid rgba(243, 112, 33, 0.24);
    border-radius: 22px;
    padding: 2.25rem 2.75rem;
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.45),
                0 0 30px rgba(243, 112, 33, 0.06);
    box-sizing: border-box;
}

/* 2-Column Flex Layout */
.dramatic-review-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
}

/* Left Column: Text & CTA */
.dramatic-review-text-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 0.95rem;
}

/* Eyebrow Badge */
.dramatic-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 4px 14px;
    border-radius: 50px;
    background: rgba(243, 112, 33, 0.12);
    border: 1px solid rgba(243, 112, 33, 0.3);
}

.dramatic-beacon {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #F37021;
    box-shadow: 0 0 8px #F37021;
}

.dramatic-badge-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    color: #ff9d5c;
    text-transform: uppercase;
}

/* Crisp Headline */
.dramatic-review-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1.4rem, 2.7vw, 1.95rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    margin: 0;
    letter-spacing: -0.3px;
}

.dramatic-highlight {
    color: #F37021;
    display: inline-block;
}

/* 5-Star Rating Pill */
.dramatic-stars-wrap {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 5px 15px;
    border-radius: 50px;
}

.dramatic-stars {
    font-size: 1.02rem;
    color: #F59E0B;
    letter-spacing: 2px;
    line-height: 1;
}

.dramatic-stars-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.85rem;
    color: #cbd5e1;
    font-weight: 500;
}

.dramatic-stars-label strong {
    color: #ffffff;
    font-weight: 700;
}

/* CTA Wrap & Button */
.dramatic-cta-wrap {
    margin-top: 0.25rem;
}

.btn-dramatic-review {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #F97316 0%, #EA580C 50%, #C2410C 100%);
    color: #ffffff !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: 0.3px;
    padding: 13px 32px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(243, 112, 33, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.22);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-sizing: border-box;
}

.btn-dramatic-review:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(243, 112, 33, 0.58);
    background: linear-gradient(135deg, #fb923c 0%, #ea580c 50%, #b43a07 100%);
    color: #ffffff !important;
}

.btn-dramatic-review:active {
    transform: translateY(0);
}

.btn-dramatic-arrow {
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.btn-dramatic-review:hover .btn-dramatic-arrow {
    transform: translateX(4px);
}

/* Right Column: Scan QR Code Card */
.dramatic-review-qr-col {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dramatic-qr-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 12px 14px 10px;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.dramatic-qr-card:hover {
    transform: translateY(-3px) scale(1.02);
    border-color: rgba(243, 112, 33, 0.45);
    box-shadow: 0 14px 35px rgba(243, 112, 33, 0.22);
    background: rgba(255, 255, 255, 0.07);
}

.dramatic-qr-frame {
    background: #ffffff;
    padding: 6px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.dramatic-qr-img {
    width: 120px;
    height: 120px;
    display: block;
    border-radius: 6px;
}

.dramatic-qr-meta {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.dramatic-qr-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    color: #ffffff;
}

.dramatic-qr-label svg {
    color: #F37021;
}

.dramatic-qr-sub {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.7rem;
    color: #94a3b8;
}

/* Responsive */
@media (max-width: 768px) {
    .dramatic-review-section {
        padding: 2.25rem 0 1.75rem;
    }

    .dramatic-review-card {
        padding: 1.75rem 1.25rem;
        border-radius: 18px;
    }

    .dramatic-review-layout {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }

    .dramatic-review-text-col {
        align-items: center;
        text-align: center;
    }

    .dramatic-review-title {
        font-size: 1.35rem;
    }

    .dramatic-stars-wrap {
        flex-direction: column;
        gap: 3px;
        padding: 7px 14px;
        border-radius: 14px;
    }

    .btn-dramatic-review {
        width: 100%;
        padding: 13px 20px;
        font-size: 0.95rem;
    }

    .dramatic-qr-img {
        width: 110px;
        height: 110px;
    }
}
