.cta-inline-banner {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
    flex-wrap: wrap;
}

/* CTA BUTTON */
.cta-btn {
    background: linear-gradient(90deg, #126fbf, #1d8be4);
    color: #fff;
    padding: 12px 34px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(18, 111, 191, 0.35);
    transition: 0.3s;
    white-space: nowrap;
}

.cta-btn:hover {
    transform: translateY(-2px);
}

/* PRICE BOX (NEW ADD) */
.price-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.08);
    padding: 8px 14px;
    border-radius: 12px;
    backdrop-filter: blur(6px);
}

/* NEW PRICE */
.new-price {
    font-size: 24px;
    font-weight: 800;
    color: #00e676;
    text-shadow: 0 0 10px rgba(0, 230, 118, 0.3);
}

/* OLD PRICE (FIXED - BIGGER & CLEAN) */
.old-price {
    font-size: 18px;
    font-weight: 600;
    color: #ff5252;
    text-decoration: line-through;
    opacity: 0.85;
}

/* DISCOUNT BADGE */
.discount-tag {
    background: #ff1744;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 20px;
    animation: pulse 1.5s infinite;
}

/* PULSE EFFECT */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* MOBILE */
@media (max-width: 768px) {
    .cta-inline-banner {
        justify-content: center;
        gap: 12px;
    }

    .new-price {
        font-size: 20px;
    }
}

.notice-wrapper {
  width: 100%;
  overflow: hidden;
  /*background: #0d6efd;*/
  padding: 10px 0;
  position: relative;
}

.notice-track {
  display: flex;
  width: max-content;
}

.notice-content {
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding-right: 80px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .notice-content {
    font-size: 13px;
    padding-right: 50px;
  }
}

.batch-start-box {
  margin-top: 4%;
  width: 100%;
}

.batch-start-box h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 14px;
  text-align: center;
}

.batch-dates {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.batch-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  padding: 14px 18px;
  border-radius: 14px;
  min-width: 120px;
  text-align: center;
  transition: 0.3s ease;
}

.batch-card:hover {
  transform: translateY(-4px);
  border-color: #0d6efd;
}

.batch-card.active {
  background: #0d6efd;
  border-color: #0d6efd;
}

.batch-label {
  display: block;
  font-size: 12px;
  color: #ddd;
  margin-bottom: 6px;
}

.batch-date {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .batch-dates {
    gap: 10px;
  }

  .batch-card {
    min-width: 95px;
    padding: 12px;
  }

  .batch-date {
    font-size: 16px;
  }
  
  .batch-start-box {
  margin-top: 0;
  width: 100%;
}

}

/* WRAPPER */
.st-offer-strip{
    display:flex;
    gap:14px;
    margin-top:4px;
    margin-bottom: 8px;
}

/* CARD */
.st-offer-card{
    flex:1;
    min-width:0;

    padding:16px;
    border-radius:14px;

    display:flex;
    flex-direction:column;

    border:1px solid rgba(255,255,255,0.08);
    backdrop-filter:blur(14px);

    transition:.25s ease;
}

.st-offer-card:hover{
    transform:translateY(-3px);
}

/* TOP */
.st-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:10px;
}

/* TITLE BLOCK */
.st-title{
    font-size:12px;
    font-weight:800;
    letter-spacing:1px;
    color:#fff;
    opacity:.95;
}

.st-sub{
    font-size:11px;
    color:rgba(255,255,255,0.65);
    margin-top:2px;
}

/* TIMER */
.st-timer{
    font-size:12px;
    font-weight:700;
    color:#FFD54F;
    white-space:nowrap;
}

/* PRICE */
.st-price-box{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom:8px;
    justify-content: center;
}

.st-old{
    font-size:14px;
    color:rgba(255,120,120,0.85);
    text-decoration:line-through;
}

.st-arrow{
    font-size:12px;
    opacity:.6;
    color:#fff;
}

.st-new{
    font-size:30px;
    font-weight:900;
    color:#fff;
}

/* 🔥 PREMIUM CHIP (50% OFF FIX) */
.st-chip{
    font-size:10px;
    font-weight:800;
    padding:4px 8px;
    border-radius:20px;

    color:#00e676;
    border:1px solid rgba(0,230,118,0.35);
    background:rgba(0,230,118,0.08);
}

/* NOTE */
.st-note{
    font-size:11px;
    color:rgba(255,255,255,0.75);
}

/* DESCRIPTION */
.st-desc{
    font-size:12px;
    line-height:1.5;
    color:rgba(255,255,255,0.85);
    margin-bottom:12px;
}

/* SECOND CARD SMALL LABEL */
.st-lite{
    font-size:11px;
    color:rgba(255,255,255,0.7);
}

/* BUTTON */
.st-btn{
    margin-top:auto;
    text-align:center;
    padding:10px;
    border-radius:10px;

    font-size:14px;
    font-weight:800;
    text-decoration:none;
    cursor:pointer;
}

/* GREEN */
.st-green-btn{
    background:#00e676;
    color:#111;
}

/* BLUE */
.st-blue-btn{
    background:#0d6efd;
    color:#fff;
}

/* RESPONSIVE */
@media(min-width:768px){
    .st-offer-strip{
        flex-wrap:nowrap;
    }
}

@media(max-width:767px){
    .st-offer-strip{
        flex-direction:column;
    }

    .st-offer-card{
        width:100%;
    }
}

/* PRICE BOX INSIDE ST CARD */
.st-offer-card .price-box{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:10px;

    padding:8px 10px;
    margin-bottom:6px;

    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);
    border-radius:12px;
    backdrop-filter:blur(10px);
}

/* NEW PRICE */
.st-offer-card .new-price{
    font-size:22px;
    font-weight:600;
    line-height:1;
    color:#00e676;
    text-shadow:0 0 15px rgba(0,230,118,.25);
}

/* OLD PRICE */
.st-offer-card .old-price{
    font-size:16px;
    font-weight:700;
    color:#ff8a80;
    text-decoration:line-through;
    opacity:.9;
}

/* DISCOUNT CHIP */
.st-offer-card .discount-tag{
    margin-left:auto;

    background:rgba(0,230,118,.12);
    color:#00e676;

    border:1px solid rgba(0,230,118,.25);

    font-size:11px;
    font-weight:800;

    padding:5px 10px;
    border-radius:30px;

    animation:none;
}

/* MOBILE */
@media(max-width:767px){

    .st-offer-card .price-box{
        gap:8px;
        padding:8px 10px;
    }

    .st-offer-card .new-price{
        font-size:24px;
    }

    .st-offer-card .old-price{
        font-size:14px;
    }

    .st-offer-card .discount-tag{
        font-size:10px;
        padding:4px 8px;
    }
}

/* ONLINE CARD */
.st-green{
    background: linear-gradient(
        135deg,
        rgba(0,230,118,.12),
        rgba(255,255,255,.04)
    );
    border:1px solid rgba(0,230,118,.25);
}

/* OFFLINE CARD */
.st-blue{
    background: linear-gradient(
        135deg,
        rgba(13,110,253,.15),
        rgba(255,255,255,.04)
    );
    border:1px solid rgba(13,110,253,.30);
}

/* PRICE */
.st-new{
    font-size:34px;
    font-weight:900;
    line-height:1;
}

/* ONLINE LABEL */
.st-timer{
    background:rgba(0,230,118,.12);
    border:1px solid rgba(0,230,118,.25);
    color:#00e676;
    padding:4px 10px;
    border-radius:20px;
    font-size:11px;
    font-weight:800;
}

/* OFFLINE LABEL */
.st-lite{
    background:rgba(13,110,253,.12);
    border:1px solid rgba(13,110,253,.25);
    color:#6ea8fe;
    padding:4px 10px;
    border-radius:20px;
    font-size:11px;
    font-weight:800;
}

/* BETTER BUTTONS */
.st-green-btn{
    background:#00e676;
    color:#111;
    box-shadow:0 8px 25px rgba(0,230,118,.25);
}

.st-blue-btn{
    background:#0d6efd;
    color:#fff;
    box-shadow:0 8px 25px rgba(13,110,253,.25);
}

/* PREMIUM HOVER */
.st-offer-card:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 40px rgba(0,0,0,.18);
}

.mrk-offer-note{
    display:inline-flex;
    align-items:center;
    gap:8px;

    margin-top:16px;
    padding:10px 18px;

    border-radius:50px;

    background:linear-gradient(
        135deg,
        rgba(255,193,7,.15),
        rgba(255,255,255,.06)
    );

    border:1px solid rgba(255,193,7,.35);

    color:#fff;
    font-size:15px;
    font-weight:700;

    backdrop-filter:blur(10px);
}

.mrk-offer-note span{
    color:#ffc107;
    font-weight:900;
}

@media(max-width:767px){
    .mrk-offer-note{
        font-size:13px;
        padding:8px 14px;
        border-radius:14px;
    }
}

.para-card p {
    padding-bottom: 0;
}