.rvb-hero-wrapper {
    font-family: Georgia, serif;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 24px 60px -28px rgba(120,78,62,.4);
}

.rvb-hero-wrapper * {
    box-sizing: border-box;
}

.rvb-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 7fr 3fr;
    gap: 26px;
    padding: 44px 40px 36px;
    background: linear-gradient(135deg, #F7EEE3, #EFDDCD);
    overflow: hidden;
}

.rvb-hero-glow {
    position: absolute;
    top: -120px;
    left: 40%;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(235,195,199,.5), rgba(235,195,199,0) 70%);
    pointer-events: none;
}

.rvb-hero-left {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    min-width: 0;
}

.rvb-hero-info {
    flex: 1 1 auto;
    min-width: 0;
}

.rvb-hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    font-family: Arial, sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #C79A3E;
}

.rvb-hero-eyebrow span {
    width: 28px;
    height: 1.5px;
    background: #C79A3E;
}

.rvb-hero-title {
    font-size: 42px;
    line-height: 1.1;
    color: #3E322B;
}

.rvb-hero-desc {
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #6E5D53;
    margin: 16px 0 22px;
    max-width: 330px;
}

.rvb-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #C77B84;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 32px;
    box-shadow: 0 12px 24px -10px rgba(177,92,104,.6);
    text-decoration: none;
}

.rvb-hero-media {
    position: relative;
    flex: 0 0 390px;
    aspect-ratio: 4/5;
}

.rvb-hero-media-shape {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5px;
    right: -12px;
    background: #F4D8DC;
    border-radius: 52% 48% 46% 54%;
}

.rvb-hero-media-box, 
.rvb-hero-media-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: 5px solid #fff;
    box-shadow: 0 20px 40px -18px rgba(150,88,80,.5);
}

.rvb-hero-media-box {
    background: linear-gradient(160deg, #F5DCE0, #EBC3C7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9E4A57;
    font-family: Arial, sans-serif;
    font-size: 11px;
}

.rvb-hero-media-img {
    object-fit: cover;
    display: block;
}

.rvb-hero-right {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
}

.rvb-hero-campaign {
    background: #FCF3EE;
    border: 1px solid #EFDCD0;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 14px 30px -20px rgba(150,90,80,.45);
}

.rvb-hero-camp-eyebrow {
    font-family: Arial, sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #C79A3E;
    margin-bottom: 8px;
}

.rvb-hero-camp-title {
    font-size: 22px;
    line-height: 1.2;
    color: #3E322B;
    margin-bottom: 12px;
}

.rvb-hero-camp-code {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #B15C68;
    border: 1.5px dashed #D89AA2;
    border-radius: 8px;
    padding: 7px 16px;
    margin-bottom: 10px;
}

.rvb-hero-camp-desc {
    font-family: Arial, sans-serif;
    font-size: 12.5px;
    color: #8A7A70;
}

.rvb-hero-announce {
    flex: 1 1 auto;
    background: #fff;
    border: 1px solid #EEE3D6;
    border-radius: 14px;
    padding: 18px 20px;
}

.rvb-hero-announce-title {
    font-family: Georgia, serif;
    font-size: 15px;
    color: #3E322B;
    margin-bottom: 12px;
}

.rvb-hero-announce-item {
    display: flex;
    gap: 9px;
    padding: 9px 0;
    border-top: 1px solid #F1E9DD;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #6E5D53;
}

.rvb-hero-announce-item span {
    color: #C77B84;
}

.rvb-hero-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #FBF7F1;
    border-top: 1px solid #E7DCCF;
}

.rvb-hero-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 22px 16px;
    text-align: center;
    border-right: 1px solid #E7DCCF;
}

.rvb-hero-feature:last-child {
    border-right: none;
}

.rvb-hero-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #F3E7D3;
    color: #C79A3E;
}

.rvb-hero-label {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #3E322B;
}

@media (max-width: 1024px) {
    .rvb-hero-grid { grid-template-columns: 1fr; }
    .rvb-hero-right { flex-direction: row; }
    .rvb-hero-campaign, .rvb-hero-announce { flex: 1; }
}

@media (max-width: 768px) {
    .rvb-hero-left { flex-direction: column; text-align: center; }
    .rvb-hero-eyebrow { justify-content: center; }
    .rvb-hero-right { flex-direction: column; }
    .rvb-hero-features { grid-template-columns: repeat(2, 1fr); }
    .rvb-hero-feature:nth-child(2) { border-right: none; }
    .rvb-hero-feature:nth-child(-n+2) { border-bottom: 1px solid #E7DCCF; }
}