.r5-left-card {
 background: #000000;
 border-radius: 30px !important;
 padding: 2.5rem !important;
 min-height: 500px;
 position: relative;
 overflow: hidden;
}

.r5-left-content {
 color: #ffffff;
 flex: 1;
 display: flex;
 flex-direction: column;
 justify-content: center;
 position: relative;
 z-index: 1;
}

.r5-own-brand-tag {
 color: #6c8cff;
 text-transform: uppercase;
 font-size: 0.85rem;
 font-weight: 600;
 letter-spacing: 0.05em;
 margin-bottom: 0.5rem;
}

.r5-main-heading {
 text-transform: uppercase;
 font-size: 2rem;
 font-weight: 700;
 color: #ffffff;
 margin-bottom: 1rem;
 line-height: 1.2;
}

.r5-save-badge {
 display: inline-block;
 font-size: 3.5rem;
 font-weight: 900;
 background: linear-gradient(90deg, #0052cc 0%, #ffffff 100%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 background-clip: text;
 margin-bottom: 1.25rem;
 letter-spacing: -0.02em;
 align-self: flex-start;
 line-height: 1.1;
}

.r5-description {
 color: rgba(255, 255, 255, 0.85);
 font-size: 0.95rem;
 line-height: 1.6;
 margin-bottom: 1.5rem;
}

.r5-right-card {
 background: #ffffff;
 border-radius: 30px !important;
 overflow: hidden;
 box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
 height: 100%;
 min-height: 500px;
 display: flex;
 flex-direction: column;
}

.r5-image-section {
 height: 45%;
 min-height: 200px;
 overflow: visible;
 background: #ffffff;
 position: relative;
 z-index: 2;
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 1rem 0 0 0;
 flex-shrink: 0;
}

.r5-person-img {
 width: auto;
 max-width: 85%;
 height: 100%;
 max-height: 280px;
 object-fit: contain;
 object-position: bottom center;
 display: block;
 position: relative;
 z-index: 3;
}

.r5-bottom-section {
 background: #fffde7;
 padding: 1.5rem 1.5rem 2rem;
 flex: 1;
 display: flex;
 flex-direction: column;
 position: relative;
 z-index: 1;
 border-radius: 30px 30px 0 0;
 margin-top: 0;
 padding-top: 1.5rem;
 min-height: 250px;
}

.r5-bottom-content {
 flex: 1;
 display: flex;
 flex-direction: column;
}

.r5-buy-more-tag {
 color: #072c73;
 text-transform: uppercase;
 font-weight: 600;
 font-size: 0.85rem;
 letter-spacing: 0.05em;
 margin-bottom: 0.25rem;
}

.r5-think-heading {
 text-transform: uppercase;
 font-size: 1.5rem;
 font-weight: 700;
 color: #000000;
 margin-bottom: 0.25rem;
}

.r5-free-text {
 color: #333;
 font-size: 0.9rem;
 margin-bottom: 1rem;
}

.r5-color-row {
 display: flex;
 gap: 0.75rem;
 margin-bottom: 1rem;
 flex-wrap: wrap;
 margin-top: 0.5rem;
}

.r5-color-box {
 flex: 1;
 min-width: 60px;
 padding: 0.75rem 0.5rem;
 border-radius: 12px;
 text-align: center;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
 transition: transform 0.2s ease;
 position: relative;
}

.r5-color-box:hover {
 transform: translateY(-2px);
}

.r5-color-label {
 font-weight: 700;
 font-size: 0.9rem;
 text-transform: uppercase;
}

.r5-color-price {
 font-weight: 600;
 font-size: 0.85rem;
}

.r5-bk {
 background: #000000;
 color: #ffffff;
}

.r5-cyan {
 background: #00bcd4;
 color: #ffffff;
}

.r5-magenta {
 background: #e91e63;
 color: #ffffff;
}

.r5-yellow {
 background: #ffeb3b;
 color: #000000;
 position: relative;
 padding: 0.5rem;
}

.r5-yellow-circle {
 background: #ffeb3b;
 border-radius: 50%;
 width: 80px;
 height: 80px;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 border: 3px solid #d32f2f;
 position: relative;
 margin: 0 auto;
}

.r5-yellow-circle .r5-color-label {
 font-size: 1.1rem;
 font-weight: 800;
}

.r5-yellow-circle .r5-free {
 font-size: 0.75rem;
 font-weight: 700;
 color: #d32f2f;
}

.r5-red-border {
 position: absolute;
 top: -12px;
 right: -30px;
 background: #d32f2f;
 color: #ffffff;
 padding: 2px 8px;
 border-radius: 4px;
 font-size: 0.65rem;
 font-weight: 700;
 white-space: nowrap;
 box-shadow: 0 2px 6px rgba(211, 47, 47, 0.3);
}

.r5-red-border .r5-save-amount {
 display: block;
}

.r5-mix-text {
 color: #333;
 font-size: 0.85rem;
 line-height: 1.5;
 margin-bottom: 1rem;
 flex: 1;
}

.r5-btn-black {
 display: inline-block;
 background: #000000;
 color: #ffffff;
 padding: 0.75rem 1.75rem;
 border-radius: 5px;
 text-decoration: none;
 font-weight: 600;
 font-size: 0.9rem;
 transition: all 0.3s ease;
 border: 2px solid #000000;
 cursor: pointer;
 text-align: center;
 line-height: 1.5;
}

.r5-btn-black:hover {
 background: transparent;
 color: #000000;
 transform: translateY(-2px);
 box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.r5-btn-black:focus {
 outline: 0;
 box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}

@media (max-width: 992px) {
 .r5-person-img {
  max-height: 220px;
 }

 .r5-image-section {
  min-height: 160px;
 }
}

@media (max-width: 768px) {
 .r5-left-card {
  padding: 2rem !important;
  min-height: 400px;
  border-radius: 20px !important;
 }

 .r5-main-heading {
  font-size: 1.5rem;
 }

 .r5-save-badge {
  font-size: 2.8rem;
 }

 .r5-right-card {
  min-height: auto;
 }

 .r5-image-section {
  min-height: 150px;
  height: auto;
  padding: 0.5rem 0 0 0;
 }

 .r5-person-img {
  max-height: 180px;
  max-width: 90%;
 }

 .r5-bottom-section {
  padding: 1.25rem;
  padding-top: 1.25rem;
  border-radius: 20px 20px 0 0;
  min-height: 200px;
 }

 .r5-color-row {
  gap: 0.5rem;
  margin-top: 0.25rem;
 }

 .r5-color-box {
  min-width: 50px;
  padding: 0.5rem 0.25rem;
 }

 .r5-yellow-circle {
  width: 65px;
  height: 65px;
 }

 .r5-red-border {
  top: -10px;
  right: -25px;
  font-size: 0.55rem;
  padding: 1px 6px;
 }

 .r5-think-heading {
  font-size: 1.25rem;
 }

 .r5-btn-black {
  padding: 0.6rem 1.5rem;
  font-size: 0.85rem;
 }
}

@media (max-width: 576px) {
 .r5-left-card {
  padding: 1.5rem !important;
  min-height: 350px;
  border-radius: 16px !important;
 }

 .r5-main-heading {
  font-size: 1.25rem;
 }

 .r5-save-badge {
  font-size: 2.2rem;
 }

 .r5-image-section {
  min-height: 120px;
  padding: 0.25rem 0 0 0;
 }

 .r5-person-img {
  max-height: 140px;
  max-width: 95%;
 }

 .r5-color-row {
  gap: 0.4rem;
  margin-top: 0.25rem;
 }

 .r5-color-box {
  min-width: 40px;
  padding: 0.4rem 0.2rem;
  font-size: 0.75rem;
 }

 .r5-yellow-circle {
  width: 55px;
  height: 55px;
 }

 .r5-yellow-circle .r5-color-label {
  font-size: 0.9rem;
 }

 .r5-red-border {
  top: -8px;
  right: -20px;
  font-size: 0.5rem;
  padding: 1px 5px;
 }

 .r5-bottom-section {
  padding: 1rem;
  padding-top: 1rem;
  border-radius: 16px 16px 0 0;
  min-height: 180px;
 }

 .r5-btn-black {
  padding: 0.5rem 1.25rem;
  font-size: 0.8rem;
  width: 100%;
  text-align: center;
 }
}