/* ===================================
   Rewards Club Page - Styles
   =================================== */

/* Reset & Base — scoped to main page content only so shared header/footer keep Bootstrap & site CSS */
.rewardsclub-content * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.rewardsclub-content,
.rewardsclub-content h1,
.rewardsclub-content h2,
.rewardsclub-content h3,
.rewardsclub-content h4,
.rewardsclub-content h5,
.rewardsclub-content h6,
.rewardsclub-content p,
.rewardsclub-content span,
.rewardsclub-content a,
.rewardsclub-content li,
.rewardsclub-content div {
    font-family: 'Noto Sans', 'Noto Sans KR', sans-serif !important;
}

.rewardsclub-content {
    color: #333;
    line-height: 1.6;
}

.rewardsclub-content .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.rewardsclub-content .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.rewardsclub-content .text-center {
    text-align: center;
}

.rewardsclub-content img {
    max-width: 100%;
    height: auto;
}

.rewardsclub-content a {
    text-decoration: none;
    color: inherit;
}

/* ===================================
   Section Padding
   =================================== */
.rewardsclub-page .sec-pad {
    padding: 60px 0;
}

.rewardsclub-page h2.sec-heading {
    color: #000;
    font-size: 32px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
}

.rewardsclub-page h3 {
    margin-top: 0 !important;
}

/* ===================================
   Hero Banner Section
   =================================== */
.rewardsclub-page .page-banner {
    background: #0a0a1a url('https://easydash.enago.com/uploads/banner_bg_ddc26eb826.jpg') center right no-repeat;
    background-size: cover;
    padding: 60px 0 50px;
    position: relative;
    overflow: hidden;
}

.rewardsclub-page .page-banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(10, 10, 26, 0.95) 0%, rgba(10, 10, 26, 0.7) 60%, rgba(10, 10, 26, 0.4) 100%);
    z-index: 0;
}

.rewardsclub-page .page-banner .container {
    position: relative;
    z-index: 1;
}

.rewardsclub-page .page-banner .banner-content {
    width: 58%;
    float: left;
}

.rewardsclub-page .page-banner .banner-image {
    width: 38%;
    float: right;
    text-align: center;
    padding-top: 20px;
}

.rewardsclub-page .page-banner .banner-intro {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fffae3;
    margin-bottom: 5px !important;
    letter-spacing: -0.01em;
    display: block;
}

.rewardsclub-page .page-banner .banner-head {
    font-size: 44px;
    line-height: 1.15;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 5px !important;
}

.rewardsclub-page .page-banner .banner-head span {
    background: linear-gradient(183.38deg, #fbe082 14.86%, #fbe082 30.94%, #ffdd58 47.01%, #fbe082 63.09%, #e0b757 79.17%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.rewardsclub-page .page-banner .banner-subtitle {
    font-size: 18px;
    color: #fffae3;
    margin-bottom: 25px;
    line-height: 1.5;
}

.rewardsclub-page .page-banner .banner-usps {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.rewardsclub-page .page-banner .usp-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.rewardsclub-page .page-banner .usp-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
}

.rewardsclub-page .page-banner .usp-head {
    font-size: 14px;
    color: #fffae3;
    font-weight: 500;
    opacity: 0.9;
    line-height: 1;
}

.rewardsclub-page .page-banner .usp-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.rewardsclub-page .page-banner .usp-item .usp-value {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
}

.rewardsclub-page .page-banner .usp-item .usp-label {
    font-size: 14px;
    line-height: 1.3;
    color: #fffae3;
}

.rewardsclub-page .page-banner .usp-divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
    align-self: stretch;
}

.rewardsclub-page .page-banner .usp-item .infinity-icon {
    font-size: 55px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.rewardsclub-page .page-banner .ctawrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 15px;
    margin-top: 30px;
}

.rewardsclub-page .page-banner .ctawrap .cta-primary {
    display: inline-block;
    text-align: center;
    padding: 15px 30px;
    border-radius: 3px;
    background: #d52b1e;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #d52b1e;
    transition: all 0.3s ease;
    cursor: pointer;
}

.rewardsclub-page .page-banner .ctawrap .cta-primary:hover {
    background: #b82318;
    border-color: #b82318;
}

.rewardsclub-page .page-banner .ctawrap .cta-secondary {
    display: inline-block;
    text-align: center;
    padding: 15px 30px;
    border-radius: 3px;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #fff;
    transition: all 0.3s ease;
    cursor: pointer;
}

.rewardsclub-page .page-banner .ctawrap .cta-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
}

.rewardsclub-page .page-banner .cta-secondary-wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: max-content;
    max-width: min(280px, 100%);
}

.rewardsclub-page .page-banner .cta-secondary-wrap .cta-secondary {
    text-align: center;
    box-sizing: border-box;
}

.rewardsclub-page .page-banner .banner-footer-note {
    font-size: 14px;
    color: #fffae3;
    margin-top: 15px;
    opacity: 0.85;
    font-weight: 400;
}

/* ===================================
   Ways to Earn Points Section
   =================================== */
.rewardsclub-page .ways-to-earn {
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f1ece9));
    background: linear-gradient(180deg,#fff,#f1ece9);
    padding: 60px 0;
}

.rewardsclub-page .ways-to-earn h2.sec-heading {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
}

.rewardsclub-page .ways-to-earn .cards-wrap {
    display: flex;
    gap: 30px;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}

.rewardsclub-page .ways-to-earn .earn-card {
    flex: 1;
    max-width: 530px;
    border: 1px solid rgba(107, 74, 12, .2);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff1e3), to(#fff));
    background: -moz-linear-gradient(top,#fff1e3 0,#fff 100%);
    background: linear-gradient(180deg, #fff1e3, #fff);
    border-radius: 20px;
    padding: 30px;
    padding-bottom: 0px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.rewardsclub-page .ways-to-earn .earn-card .bonus-badge {
    position: absolute;
    top: -10px;
    right: 30px;
    background: linear-gradient(188.05deg, #ff9021 -19.06%, #ff2127 45.55%, #d61658 102.84%);
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 13.44px;
    line-height: 1.1;
    letter-spacing: 0;
    padding: 10px 10px 20px;
    vertical-align: middle;
    border-radius: 0;
    clip-path: polygon(
        -10px 10px,
        0 0,
        100% 0,
        calc(100% + 10px) 10px,
        100% calc(100% - 15px),
        50% 100%,
        0 calc(100% - 15px),
        0 10px
    );
}

.rewardsclub-page .ways-to-earn .earn-card .bonus-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    border-top: 10px solid transparent;
    border-right: 10px solid #a80a22;
    z-index: -1;
}

.rewardsclub-page .ways-to-earn .earn-card .bonus-badge::after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    left: auto;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #a80a22;
    border-right: none;
    z-index: -1;
}

.rewardsclub-page .ways-to-earn .earn-card .big-number-wrap {
    display: flex;
    align-items: center;
    gap: 12px 18px;
    margin-bottom: 16px;
    flex-wrap: nowrap;
}

/* ₩ sits inline before 1,000 in .equation-row */
.rewardsclub-page .ways-to-earn .earn-card .equation-row .currency-symbol {
    font-size: 40px;
    font-weight: 700;
    color: #111;
    line-height: 1.05;
    flex-shrink: 0;
}

.rewardsclub-page .ways-to-earn .earn-card .equation-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px 10px;
    line-height: 1;
    min-width: 0;
}

.rewardsclub-page .ways-to-earn .earn-card .eq-amount,
.rewardsclub-page .ways-to-earn .earn-card .eq-equals,
.rewardsclub-page .ways-to-earn .earn-card .eq-value,
.rewardsclub-page .ways-to-earn .earn-card .eq-value--solo {
    font-size: 40px;
    font-weight: 700;
    color: #111;
    line-height: 1.05;
    letter-spacing: 0;
}

.rewardsclub-page .ways-to-earn .earn-card .eq-equals {
    font-weight: 600;
    opacity: 0.88;
}

.rewardsclub-page .ways-to-earn .earn-card .equation-row .unit--inline {
    font-size: 26px;
    font-weight: 400;
    color: #111;
    line-height: 1.2;
    margin-left: 4px;
}

.rewardsclub-page .ways-to-earn .earn-card .big-number-wrap--bonus {
    align-items: baseline;
    gap: 10px;
    padding-top: 4px;
}

.rewardsclub-page .ways-to-earn .earn-card .big-number-wrap--bonus .unit {
    font-size: 26px;
    font-weight: 400;
    color: #111;
    margin-left: 0;
    line-height: 1.2;
}

.rewardsclub-page .ways-to-earn .earn-card .earn-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0;
    padding: 0 0 24px 1.35em;
    list-style-type: disc;
    list-style-position: outside;
}

.rewardsclub-page .ways-to-earn .earn-card .earn-desc li {
    margin: 0;
    padding-left: 0.35em;
}

.rewardsclub-page .ways-to-earn .earn-card .earn-desc li + li {
    margin-top: 6px;
}

/* ===================================
   Three Tiers Section
   =================================== */
.rewardsclub-page .three-tiers {
    background: #f7f7f7;
    padding: 70px 0;
}

.rewardsclub-page .three-tiers .tiers-grid {
    display: flex;
    gap: 25px;
    justify-content: center;
}

.rewardsclub-page .three-tiers .tier-card {
    flex: 1;
    max-width: 33.33%;
    border-radius: 12px;
    padding: 30px 25px;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rewardsclub-page .three-tiers .tier-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.rewardsclub-page .three-tiers .tier-card.bronze {
    background: #fff;
    border: 2px solid #cd7f32;
}

.rewardsclub-page .three-tiers .tier-card.silver {
    background: #fff;
    border: 2px solid #a0a0a0;
}

.rewardsclub-page .three-tiers .tier-card.gold {
    background: #fff;
    border: 2px solid #d4a017;
}

.rewardsclub-page .three-tiers .tier-card .tier-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
}

.rewardsclub-page .three-tiers .tier-card .tier-icon svg {
    width: 100%;
    height: 100%;
}

.rewardsclub-page .three-tiers .tier-card .tier-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.rewardsclub-page .three-tiers .tier-card.bronze .tier-name {
    color: #cd7f32;
}

.rewardsclub-page .three-tiers .tier-card.silver .tier-name {
    color: #808080;
}

.rewardsclub-page .three-tiers .tier-card.gold .tier-name {
    color: #d4a017;
}

.rewardsclub-page .three-tiers .tier-card .tier-cashback {
    font-size: 14px;
    /* color: #666; */
    margin-bottom: 20px;
}

.rewardsclub-page .three-tiers .tier-card .tier-value-box {
    border-radius: 8px;
    padding: 20px 15px;
    margin-bottom: 0;
}

.rewardsclub-page .three-tiers .tier-card.bronze .tier-value-box {
    background: #f5ebe0;
}

.rewardsclub-page .three-tiers .tier-card.silver .tier-value-box {
    background: #ededed;
}

.rewardsclub-page .three-tiers .tier-card.gold .tier-value-box {
    background: #fdf5e0;
}

.rewardsclub-page .three-tiers .tier-card .tier-value-box .value-title {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.rewardsclub-page .three-tiers .tier-card .tier-value-box .value-text {
    font-size: 13px;
    color: #555;
    margin-bottom: 12px;
}

.rewardsclub-page .three-tiers .tier-card .tier-value-box .spend-title {
    font-size: 18px;
    font-weight: 800;
    color: #000;
    margin-bottom: 5px;
}

.rewardsclub-page .three-tiers .tier-card .tier-value-box .spend-text {
    font-size: 13px;
    color: #555;
}

/* ===================================
   Exclusive Bonus Offer Section
   =================================== */
.rewardsclub-page .bonus-offer {
    background: #fff;
    padding: 60px 0 0;
    padding-bottom: 60px;
}

.rewardsclub-page .bonus-offer .offer-card {
    background: #fff5e6;
    border: 1px solid #e8d9c4;
    border-radius: 8px;
    /* padding: 15px 32px 0px; */
    padding: 20px 30px 20px 30px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    width: 80%;
    margin: 0 auto;
}

.rewardsclub-page .bonus-offer .offer-left {
    flex: 1;
    display: flex;
    align-items: stretch;
    gap: 0;
    overflow: visible;
    min-width: 0;
    align-self: stretch;
}

.rewardsclub-page .bonus-offer .offer-item {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    min-width: 0;
}

.rewardsclub-page .bonus-offer .offer-item:not(:last-child) {
    padding-right: 28px;
    margin-right: 28px;
}

.rewardsclub-page .bonus-offer .offer-left .offer-item:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 77, 77, 0)), color-stop(55.77%, rgba(77, 77, 77, .4)), color-stop(99.04%, rgba(77, 77, 77, 0)));
    background: -moz-linear-gradient(top,rgba(77,77,77,0) 0,rgba(77,77,77,.4) 55.77%,rgba(77,77,77,0) 99.04%);
    background: linear-gradient(180deg, rgba(77, 77, 77, 0), rgba(77, 77, 77, .4) 55.77%, rgba(77, 77, 77, 0) 99.04%);
    right: -15px;
    pointer-events: none;
}

.rewardsclub-page .bonus-offer .offer-left .offer-item:last-child {
    padding-left: 20px;
}

.rewardsclub-page .bonus-offer .offer-item .offer-icon-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-top: 0;
    flex-shrink: 0;
}

.rewardsclub-page .bonus-offer .offer-item .offer-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

.rewardsclub-page .bonus-offer .offer-item .offer-label {
    /* font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
    color: #4a4a4a;
    margin: 0 0 2px 0; */
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #1d1d1d;
    margin-top: 4px;
}

.rewardsclub-page .bonus-offer .offer-item .multiplier {
    font-family: 'Noto Sans', 'Noto Sans KR', sans-serif;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0 6px;
    margin: 8px 0 0 0;
    line-height: 1;
}

.rewardsclub-page .bonus-offer .offer-item .multiplier .multiplier-value {
    font-size: 52px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #111;
    line-height: 0.95;
}

.rewardsclub-page .bonus-offer .offer-item .multiplier .multiplier-suffix {
    font-size: 24px;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 1;
}

.rewardsclub-page .bonus-offer .offer-item .as-points {
    /* font-size: 14px;
    color: #666;
    margin-top: 8px;
    font-weight: 400; */
    font-size: 18px; 
    /* color: #666;  */
    /* margin-bottom: 30px; */
}

.rewardsclub-page .bonus-offer .offer-right {
    flex: 0 0 auto;
    text-align: right;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.rewardsclub-page .bonus-offer .offer-right-cta {
    display: inline-table;
    width: auto;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    table-layout: auto;
    vertical-align: top;
}

.rewardsclub-page .bonus-offer .offer-right-cta tbody,
.rewardsclub-page .bonus-offer .offer-right-cta tr {
    margin: 0;
    padding: 0;
}

.rewardsclub-page .bonus-offer .offer-right-cta td {
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

.rewardsclub-page .bonus-offer .offer-right-cta tr:first-child td {
    padding-bottom: 7px;
}

.rewardsclub-page .bonus-offer .offer-right-cta tr:last-child td {
    padding-top: 7px;
}

.rewardsclub-page .bonus-offer .offer-right .promo-line {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}

.rewardsclub-page .bonus-offer .offer-right .promo-line strong {
    font-weight: 800;
    color: #000;
}

.rewardsclub-page .bonus-offer .offer-right .use-code {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.rewardsclub-page .bonus-offer .offer-right .code {
    font-size: 18px;
    font-weight: 800;
    color: #000;
    margin-bottom: 15px;
}

.rewardsclub-page .bonus-offer .offer-right .btn-order {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #e60000;
    color: #fff;
    padding: 12px 36px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    transition: background 0.2s ease;
    cursor: pointer;
    border: none;
    text-align: center;
    white-space: nowrap;
}

.rewardsclub-page .bonus-offer .offer-right .btn-order:hover {
    background: #c40000;
}

.rewardsclub-page .bonus-offer .offer-note {
    font-size: 13px;
    /* color: #777; */
    margin-top: 20px;
    line-height: 1.5;
    padding-left: 114px;
}

/* ===================================
   Four Easy Ways Section
   =================================== */
.rewardsclub-page .four-ways {
    background: #f0ebe5;
    padding: 70px 0;
}

.rewardsclub-page .four-ways .ways-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.rewardsclub-page .four-ways .way-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rewardsclub-page .four-ways .way-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.rewardsclub-page .four-ways .way-card .way-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    color: #555;
}

.rewardsclub-page .four-ways .way-card .way-title-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.rewardsclub-page .four-ways .way-card .way-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.rewardsclub-page .four-ways .way-card .way-points {
    display: inline-block;
    background: #f5f0e5;
    color: #8a7340;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid #e0d5c0;
}

.rewardsclub-page .four-ways .way-card .way-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}

/* ===================================
   How It Works Section
   =================================== */
.rewardsclub-page .how-it-works {
    background: #fff;
    padding: 60px 0 70px;
}

.rewardsclub-page .how-it-works .how-it-works-inner {
    width: 100%;
}

.rewardsclub-page .how-it-works .how-it-works-columns {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
}

.rewardsclub-page .how-it-works .how-it-works-steps {
    flex: 1;
    max-width: 46%;
    min-width: 260px;
    padding-top: 30px;
}

.rewardsclub-page .how-it-works .how-it-works-media {
    flex: 1;
    max-width: 54%;
    position: relative;
}

.rewardsclub-page .how-it-works .step-item {
    display: flex;
    gap: 22px;
    align-items: stretch;
}

.rewardsclub-page .how-it-works .step-num-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 64px;
}

.rewardsclub-page .how-it-works .step-number {
    /* font-family: Georgia, "Times New Roman", "Noto Serif KR", serif; */
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #6b4a0c;
}

.rewardsclub-page .how-it-works .step-connector {
    width: 1px;
    flex: 1;
    min-height: 28px;
    background: #6b4a0c;
    margin: 10px 0 6px;
}

.rewardsclub-page .how-it-works .step-item:last-child .step-connector {
    display: none;
}

.rewardsclub-page .how-it-works .step-content {
    padding: 0 0 36px 0;
    padding-bottom: 15px;
    border-left: none;
    flex: 1;
    min-width: 0;
    align-self: stretch;
}

.rewardsclub-page .how-it-works .step-item:last-child .step-content {
    padding-bottom: 0;
}

.rewardsclub-page .how-it-works .step-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 0 0 8px;
    line-height: 1.2;
    padding-top: 0;
    margin-bottom: 0px !important;
}

.rewardsclub-page .how-it-works .step-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.55;
    margin: 0;
}

.rewardsclub-page .how-it-works .how-it-works-media .hiw-mockup-wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8e4e0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
}

.rewardsclub-page .how-it-works .how-it-works-media .hiw-mockup-wrap img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 9px;
}

.rewardsclub-page .how-it-works .how-it-works-footer {
    margin: 28px 0 0;
    padding: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.55;
    text-align: left;
    margin-left: 52px;
}

/* ===================================
   FAQ Section
   =================================== */
.rewardsclub-page .faq-section {
    background: #f8f5f1;
    padding: 70px 0;
}

.rewardsclub-page .faq-section .faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.rewardsclub-page .faq-section .faq-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: box-shadow 0.3s ease;
}

.rewardsclub-page .faq-section .faq-item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.rewardsclub-page .faq-section .faq-question {
    padding: 18px 50px 18px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    cursor: pointer;
    position: relative;
    transition: background 0.3s ease;
    user-select: none;
}

.rewardsclub-page .faq-section .faq-question:hover {
    background: #faf7f3;
}

.rewardsclub-page .faq-section .faq-question::after {
    content: "+";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: 300;
    color: #999;
    transition: transform 0.3s ease;
}

.rewardsclub-page .faq-section .faq-item.active .faq-question::after {
    content: "−";
}

.rewardsclub-page .faq-section .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
}

.rewardsclub-page .faq-section .faq-item.active .faq-answer {
    max-height: 300px;
    padding: 0 25px 20px;
}

.rewardsclub-page .faq-section .faq-answer p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.rewardsclub-page .faq-section .faq-answer a {
    color: #d52b1e;
    text-decoration: underline;
}

/* ===================================
   CTA Buttons Section
   =================================== */
.rewardsclub-page .cta-section {
    padding: 50px 0;
    background: #fff;
    text-align: center;
}

.rewardsclub-page .cta-section .cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.rewardsclub-page .cta-section .btn-login,
.rewardsclub-page .cta-section .btn-quote {
    display: inline-block;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.rewardsclub-page .cta-section .btn-login {
    background: #d52b1e;
    color: #fff;
    border: 2px solid #d52b1e;
}

.rewardsclub-page .cta-section .btn-login:hover {
    background: #b82318;
    border-color: #b82318;
}

.rewardsclub-page .cta-section .btn-quote {
    background: #fff;
    color: #d52b1e;
    border: 2px solid #d52b1e;
}

.rewardsclub-page .cta-section .btn-quote:hover {
    background: #d52b1e;
    color: #fff;
}

/* Clearfix */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* ===================================
   Responsive Styles
   =================================== */
@media screen and (max-width: 991px) {
    .rewardsclub-page .bonus-offer .offer-note{
        padding-left: 35px;
    }
    .rewardsclub-page .page-banner .banner-content {
        width: 100%;
        float: none;
    }

    .rewardsclub-page .page-banner .banner-image {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    .rewardsclub-page .page-banner .banner-image img {
        max-width: 250px;
    }

    .rewardsclub-page .three-tiers .tiers-grid {
        flex-direction: row;
        align-items: stretch;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        gap: 16px;
        padding-bottom: 16px;
    }

    .rewardsclub-page .three-tiers .tier-card {
        min-width: 82vw;
        max-width: 82vw;
        flex-shrink: 0;
        scroll-snap-align: start;
    }

    .rewardsclub-page .bonus-offer .offer-card {
        flex-direction: column;
        align-items: stretch;
        padding: 30px 20px;
    }

    .rewardsclub-page .bonus-offer .offer-left {
        flex-direction: column;
        gap: 0;
    }

    .rewardsclub-page .bonus-offer .offer-item {
        width: 100%;
        padding: 15px 0;
        margin: 0;
        gap: 15px;
    }

    .rewardsclub-page .bonus-offer .offer-left .offer-item:first-child {
        padding-top: 0;
        position: relative;
    }

    /* Proper full-width fading divider between the two items on mobile */
    .rewardsclub-page .bonus-offer .offer-left .offer-item:first-child::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -20px; /* Offset to span card padding */
        right: -20px;
        height: 1px;
        background: linear-gradient(to right, rgba(77, 77, 77, 0), rgba(77, 77, 77, 0.3) 50%, rgba(77, 77, 77, 0));
        display: block;
    }

    .rewardsclub-page .bonus-offer .offer-left .offer-item:last-child {
        padding-bottom: 30px;
        padding-left: 0;
    }

    .rewardsclub-page .bonus-offer .offer-right {
        width: 100%;
        align-items: center;
        text-align: center;
        padding-top: 0;
        border-top: 0;
    }

    .rewardsclub-page .bonus-offer .offer-right-cta {
        width: 100%;
        border: none;
    }

    .rewardsclub-page .bonus-offer .offer-right-cta td {
        display: block;
        text-align: center;
        padding: 5px 0;
    }

    .rewardsclub-page .bonus-offer .offer-right .btn-order {
        width: 100%;
        max-width: 280px;
        margin: 10px auto 0;
    }

    .rewardsclub-page .bonus-offer .promo-line {
        font-size: 16px;
    }

    /* Remove the label-specific divider added previously */
    .rewardsclub-page .bonus-offer .offer-left .offer-item:first-child .offer-label::after {
        display: none !important;
    }

    .rewardsclub-page .how-it-works.sec-pad {
        padding: 60px 0 30px;
    }

    .rewardsclub-page .pay-less .col-sm-4 {
        text-align: center;
    }

    .rewardsclub-page .pay-less h2,
    .rewardsclub-page .pay-less p {
        text-align: center;
    }

    .rewardsclub-page h2.sec-heading {
        /* font-size: 24px;
        margin-bottom: 25px; */
        font-size: 36px !important;
    line-height: 43.2px !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
    margin-bottom: 30.24px !important;
    text-align: center;
    }

    .rewardsclub-page .page-banner {
        padding: 30px 0 0;
        background-position: 50%;
    }

    .rewardsclub-page .page-banner .container {
        display: flex;
        flex-direction: column;
    }

    .rewardsclub-page .page-banner .banner-image {
        order: -1;
        text-align: center;
        margin-bottom: 20px;
    }

    .rewardsclub-page .page-banner .banner-image img {
        max-width: 200px;
        margin: 0 auto;
    }

    .rewardsclub-page .page-banner .banner-content {
        text-align: center;
    }

    .rewardsclub-page .page-banner .banner-intro {
        font-size: 16px;
        text-align: center;
        margin-bottom: 8px;
    }

    .rewardsclub-page .page-banner .banner-head {
        font-size: 28px;
        text-align: center;
    }

    .rewardsclub-page .page-banner .banner-subtitle {
        font-size: 15px;
        text-align: center;
    }

    .rewardsclub-page .page-banner .banner-footer-note {
        text-align: center;
        margin-top: 15px;
    }

    /* Tablet: keep 3-up row; allow shrinking so columns don’t overflow */
    .rewardsclub-page .page-banner .banner-usps {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: stretch;
        gap: 8px;
    }

    .rewardsclub-page .page-banner .usp-stack {
        align-items: center;
        text-align: center;
    }

    .rewardsclub-page .page-banner .usp-head {
        font-size: 11px;
        margin-bottom: 2px;
    }

    .rewardsclub-page .page-banner .usp-divider {
        display: block;
        flex-shrink: 0;
    }

    .rewardsclub-page .page-banner .usp-item {
        flex: 1 1 0;
        min-width: 0;
        padding: 0 6px;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .rewardsclub-page .page-banner .usp-item .usp-value {
        font-size: 24px;
        line-height: 1;
        display: block;
    }

    .rewardsclub-page .page-banner .usp-item .usp-label {
        font-size: 12px;
        text-align: center;
    }

    .rewardsclub-page .page-banner .usp-item .infinity-icon {
        font-size: 34px;
        font-weight: 800;
        line-height: 0.9;
        display: block;
        margin: 0;
        padding: 0;
    }

    .rewardsclub-page .page-banner .ctawrap {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 12px;
        margin-top: 20px;
    }

    .rewardsclub-page .page-banner .ctawrap .cta-primary {
        width: 100%;
        text-align: center;
        display: block;
        padding: 16px 20px;
    }

    .rewardsclub-page .page-banner .cta-secondary-wrap {
        width: 100%;
        max-width: 100%;
        align-items: center;
    }

    .rewardsclub-page .page-banner .ctawrap .cta-secondary {
        width: 100%;
        text-align: center;
        display: block;
        padding: 16px 20px;
    }

    .rewardsclub-page .page-banner .cta-secondary-note {
        text-align: center;
        margin-bottom: 30px;
    }

    .rewardsclub-page .ways-to-earn .cards-wrap {
        flex-direction: column;
    }

    .rewardsclub-page .ways-to-earn .earn-card {
        padding: 24px 15px 10px;
    }

    .rewardsclub-page .ways-to-earn .earn-card .big-number-wrap {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        margin-bottom: 20px;
        text-align: center;
    }

    /* Bonus: keep “1,000 Points” on one row (parent column rule would stack them) */
    .rewardsclub-page .ways-to-earn .earn-card--bonus .big-number-wrap--bonus {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
        gap: 6px 10px;
    }

    .rewardsclub-page .ways-to-earn .earn-card .equation-row .currency-symbol {
        font-size: 36px;
        line-height: 1;
    }

    .rewardsclub-page .ways-to-earn .earn-card .equation-row {
        justify-content: center;
        gap: 4px 8px;
    }

    .rewardsclub-page .ways-to-earn .earn-card .eq-amount,
    .rewardsclub-page .ways-to-earn .earn-card .eq-equals,
    .rewardsclub-page .ways-to-earn .earn-card .eq-value,
    .rewardsclub-page .ways-to-earn .earn-card .eq-value--solo {
        font-size: 36px;
    }

    .rewardsclub-page .ways-to-earn .earn-card .equation-row .unit--inline {
        font-size: 18px;
    }

    .rewardsclub-page .ways-to-earn .earn-card .big-number-wrap--bonus .unit {
        font-size: 18px;
    }

    .rewardsclub-page .ways-to-earn .earn-card .earn-desc {
        font-size: 15px;
        padding-left: 1.25em;
        margin-bottom: 20px;
    }

    .rewardsclub-page .ways-to-earn .earn-card .earn-desc li + li {
        margin-top: 8px;
    }

    .rewardsclub-page .four-ways .ways-grid {
        grid-template-columns: 1fr;
    }

    /* Four Easy Ways - Mobile */
    .rewardsclub-page .four-easy-ways .row {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin: 0 20px;
    }

    .rewardsclub-page .four-easy-ways .row > [class*="col-md-3"] {
        width: 100%;
        float: none;
        padding: 0;
        position: relative;
    }

    .rewardsclub-page .four-easy-ways .way-card {
        box-shadow: none;
        border-radius: 0;
        padding: 28px 20px;
        margin-bottom: 0;
        background: transparent;
        position: relative;
    }

    .rewardsclub-page .four-easy-ways .row > [class*="col-md-3"]:not(:last-child) .way-card::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 10%;
        right: 10%;
        height: 1px;
        /* background: linear-gradient(to right, rgba(77,77,77,0), rgba(77,77,77,0.35) 50%, rgba(77,77,77,0)); */
    }

    .rewardsclub-page .four-easy-ways .way-card .way-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 16px;
    }

    .rewardsclub-page .how-it-works .step-num-wrap {
        width: 52px;
    }

    .rewardsclub-page .how-it-works .step-number {
        font-size: 38px;
    }

    .rewardsclub-page .cta-section .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    /* Keep “적립 포인트” + multiplier on one row (1.5x is wider than 2x — avoid wrap) */
    .rewardsclub-page .bonus-offer .offer-item .multiplier {
        flex-wrap: nowrap;
        gap: 4px 8px;
    }

    .rewardsclub-page .bonus-offer .offer-item .multiplier .multiplier-suffix {
        font-size: 18px;
        flex-shrink: 0;
    }

    .rewardsclub-page .bonus-offer .offer-item .multiplier .multiplier-value {
        font-size: 40px;
        flex-shrink: 0;
    }
}
/* Restore column padding stripped by the * { padding:0 } reset */
.rewardsclub-page .rewards-table .row > [class*="col-md-4"] {
    padding-left: 12px;
    padding-right: 12px;
}

/* Rewards Tiers Box Design */
.rewardsclub-page .rewards-table .tier-box {
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    margin-bottom: 20px;
}

.rewardsclub-page .rewards-table .tier-box-head {
    text-align: center;
}
.rewardsclub-page .rewards-table .tier-box.bronze {
    background: #fcf7f2;
    border: 1px solid #bf7d54;
}
.rewardsclub-page .rewards-table .tier-box.silver {
    background: #f5f5f5;
    border: 1px solid #b3b3b3;
}
.rewardsclub-page .rewards-table .tier-box.gold {
    background: #fffbf2;
    border: 1px solid #eabf39;
}
.rewardsclub-page .rewards-table .tier-icon-img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}
.rewardsclub-page .rewards-table .tier-title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 12px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    align-self: stretch;
}

/* Fading horizontal rule: ~55% of card (reference: centered, not full-bleed; fade at ends) */
.rewardsclub-page .rewards-table .tier-subtitle::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 260px;
    min-width: 140px;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    margin-top: 16px;
    margin-bottom: 24px;
}
.rewardsclub-page .rewards-table .tier-box.bronze .tier-title {
    background: -webkit-gradient(linear, left top, left bottom, from(#854101), to(#c35e00));
    background: -moz-linear-gradient(top, #854101 0, #c35e00 100%);
    background: linear-gradient(180deg, #854101, #c35e00);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    /* margin-bottom: 5px !important; */
}
.rewardsclub-page .rewards-table .tier-box.silver .tier-title {
    background: -webkit-gradient(linear, left top, left bottom, from(#6d6d6d), to(#aeaeae));
    background: -moz-linear-gradient(top, #6d6d6d 0, #aeaeae 100%);
    background: linear-gradient(180deg, #6d6d6d, #aeaeae);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.rewardsclub-page .rewards-table .tier-box.gold .tier-title {
    background: -webkit-gradient(linear, left top, left bottom, from(#b38100), color-stop(100.17%, #ffba00));
    background: -moz-linear-gradient(top, #b38100 0, #ffba00 100.17%);
    background: linear-gradient(180deg, #b38100, #ffba00);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.rewardsclub-page .rewards-table .tier-subtitle {
    /* font-size: 14px;
    color: #555;
    margin-bottom: 20px; */
    font-size: 18px;
    /* color: #666;  */
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
}

.rewardsclub-page .rewards-table .tier-box.bronze .tier-subtitle::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(129, 62, 0, 0)), color-stop(50%, #813e00), to(rgba(129, 62, 0, 0)));
    background: -moz-linear-gradient(left, rgba(129, 62, 0, 0), #813e00 50%, rgba(129, 62, 0, 0) 97.12%);
    background: linear-gradient(90deg, rgba(129, 62, 0, 0), #813e00 50%, rgba(129, 62, 0, 0) 97.12%);
}

.rewardsclub-page .rewards-table .tier-box.silver .tier-subtitle::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(136, 136, 136, 0)), color-stop(50%, #888888), to(rgba(136, 136, 136, 0)));
    background: -moz-linear-gradient(left, rgba(136, 136, 136, 0), #888888 50%, rgba(136, 136, 136, 0) 97.12%);
    background: linear-gradient(90deg, rgba(136, 136, 136, 0), #888888 50%, rgba(136, 136, 136, 0) 97.12%);
}

.rewardsclub-page .rewards-table .tier-box.gold .tier-subtitle::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(212, 160, 23, 0)), color-stop(50%, #d4a017), to(rgba(212, 160, 23, 0)));
    background: -moz-linear-gradient(left, rgba(212, 160, 23, 0), #d4a017 50%, rgba(212, 160, 23, 0) 97.12%);
    background: linear-gradient(90deg, rgba(212, 160, 23, 0), #d4a017 50%, rgba(212, 160, 23, 0) 97.12%);
}

.rewardsclub-page .rewards-table .tier-percent {
    font-size: 48px;
    font-weight: 700;
    color: #111;
    line-height: 1;
    margin-bottom: 10px;
}
.rewardsclub-page .rewards-table .tier-cashback {
    /* font-size: 14px;
    color: #555;
    margin-bottom: 25px; */
    font-size: 18px; 
    /* color: #666;  */
    margin-bottom: 30px;
}

.rewardsclub-page .rewards-table .tier-points-box {
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}
.rewardsclub-page .rewards-table .tier-box.bronze .tier-points-box { background: #f6e8da; }
.rewardsclub-page .rewards-table .tier-box.silver .tier-points-box { background: #e6e6e6; }
.rewardsclub-page .rewards-table .tier-box.gold .tier-points-box { background: #ffeec2; }

.rewardsclub-page .rewards-table .tier-points-title {
    /* font-size: 14px; */
    color: #111;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 27px;
    font-size: 18px;
}
.rewardsclub-page .rewards-table .tier-points-val {
    /* font-size: 13px;
    color: #555;
    margin-bottom: 15px; */
    font-size: 18px; 
    /* color: #666;  */
    margin-bottom: 30px;
}
.rewardsclub-page .rewards-table .tier-points-val:last-child {
    margin-bottom: 0;
}
.rewardsclub-page .discount-banner {
    background: #f4f1e9;
    margin: 0;
    position: relative;
    overflow: hidden;
    /* padding: 40px 0 0; */
}
.rewardsclub-page .discount-banner .discount-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-start;
    align-content: flex-end;
    gap: 8px;
    column-gap: 8px;
    padding: 0;
    min-height: 0;
}
.rewardsclub-page .discount-banner .discount-banner-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px 0;
    flex: 0 0 auto;
    width: fit-content;
    max-width: 100%;
    min-width: 0;
    align-self: flex-end;
    padding-bottom: 30px;
    margin-left: 47px;
}
.rewardsclub-page .discount-banner .discount-main-row {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 15px;
}
.rewardsclub-page .discount-banner .get-text {
    font-size: 60px;
    font-weight: 800;
    /* color: #3d3328; */
    line-height: 46px;
    letter-spacing: 0;
    vertical-align: middle;
}
.rewardsclub-page .discount-banner .fifty-text {
    font-weight: 600;
    /* font-size: clamp(72px, 10vw, 128px); */
    font-size: 120px;
    line-height: 0.92;
    letter-spacing: -0.02em;
    background: -webkit-gradient(linear, left top, left bottom, from(#493d23), to(#251f12));
    background: -moz-linear-gradient(top,#493d23 0,#251f12 100%);
    background: linear-gradient(180deg, #493d23, #251f12);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 20px;
}
.rewardsclub-page .discount-banner .discount-note {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 10px 0 0 0;
    display: block;
}
.rewardsclub-page .discount-banner .discount-banner-img {
    flex: 0 0 auto;
    align-self: flex-end;
    margin: 0 0 0 0;
    padding: 0;
    line-height: 0;
}
.rewardsclub-page .discount-banner .discount-banner-img img {
    display: block;
    width: auto;
    height: auto;
    max-height: min(400px, 48vh);
    max-width: min(480px, 52vw);
    margin: 0;
    padding: 0;
    object-fit: contain;
    object-position: bottom right;
}

/* ===================================
   Pay Less Section
   =================================== */
.rewardsclub-page .pay-less {
    /* background: #f8f5f1; */
}

.rewardsclub-page .pay-less .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.rewardsclub-page .pay-less h2 {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 16px;
}

.rewardsclub-page .pay-less p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}
@media (max-width: 767px) {
    /* Hero: stack 5% / 50% / ∞ — avoids cramped 3-column row on narrow phones */
    .rewardsclub-page .page-banner .banner-usps {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        gap: 0;
        width: 100%;
        max-width: 100%;
    }

    .rewardsclub-page .page-banner .usp-divider {
        width: 100%;
        max-width: 280px;
        height: 1px;
        min-height: 1px;
        flex: 0 0 auto;
        align-self: center;
        margin: 14px 0;
    }

    .rewardsclub-page .page-banner .usp-item {
        flex: 0 0 auto;
        width: 100%;
        max-width: 320px;
        padding: 4px 12px;
    }

    .rewardsclub-page .page-banner .usp-head {
        font-size: 12px;
        line-height: 1.35;
        margin-bottom: 4px;
        max-width: 22em;
    }

    .rewardsclub-page .page-banner .usp-row {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 4px;
    }

    .rewardsclub-page .page-banner .usp-item .usp-value {
        font-size: 32px;
    }

    .rewardsclub-page .page-banner .usp-item .usp-label {
        font-size: 13px;
        line-height: 1.35;
    }

    .rewardsclub-page .page-banner .usp-item .infinity-icon {
        font-size: 42px;
    }

    .rewardsclub-page .discount-banner {
        padding: 36px 0 0;
    }
    .rewardsclub-page .discount-banner .discount-wrap {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        padding: 0 0 0;
    }
    .rewardsclub-page .discount-banner .discount-banner-left {
        align-self: center;
        align-items: center;
        text-align: center;
        padding-bottom: 32px;
        width: auto;
        max-width: 100%;
    }
    .rewardsclub-page .discount-banner .discount-main-row {
        flex-direction: row;
        align-items: baseline;
        gap: 10px;
        justify-content: center;
    }
    .rewardsclub-page .discount-banner .get-text {
        font-size: 28px;
    }
    .rewardsclub-page .discount-banner .fifty-text {
        font-size: 64px;
    }
    .rewardsclub-page .discount-banner .discount-note {
        text-align: center;
        max-width: 100%;
        font-size: 13px;
        margin-top: 8px;
    }
    .rewardsclub-page .discount-banner .discount-banner-img {
        align-self: center;
    }
    .rewardsclub-page .discount-banner .discount-banner-img img {
        max-width: min(280px, 85vw);
        max-height: min(240px, 40vh);
    }
}
/* ===================================
   Four Easy Ways Section
   =================================== */
.rewardsclub-page .four-easy-ways {
    background: #f8f5f1;
    padding: 60px 0;
}
.rewardsclub-page .four-easy-ways .ways-intro {
    font-size: 18px;
    margin-bottom: 40px;
}

/* Restore column padding stripped by the * { padding:0 } reset */
.rewardsclub-page .four-easy-ways > .container > .row > [class*="col-md-3"] {
    padding-left: 12px;
    padding-right: 12px;
}

.rewardsclub-page .four-easy-ways .way-card {
    background: #fff;
    padding: 35px 25px 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    margin-bottom: 24px;
}

/* Same height for all four cards (row with .col-md-3) */
@media (min-width: 992px) {
    .rewardsclub-page .four-easy-ways > .container > .row:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .rewardsclub-page .four-easy-ways > .container > .row:nth-child(2) > [class*="col-md-3"] {
        display: flex;
        flex-direction: column;
        float: none;
    }

    .rewardsclub-page .four-easy-ways > .container > .row:nth-child(2) .way-card {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
        margin-bottom: 0;
        box-sizing: border-box;
    }

    .rewardsclub-page .four-easy-ways > .container > .row:nth-child(2) .way-card .way-desc {
        flex: 1 1 auto;
        margin-top: 0;
        max-width: 100%;
    }
}
.rewardsclub-page .four-easy-ways .way-card .way-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 20px;
}
.rewardsclub-page .four-easy-ways .way-card .way-title {
    font-size: 20px;
    font-weight: 800;
    /* margin-bottom: 15px; */
    margin-bottom: 0px !important;
}
.rewardsclub-page .four-easy-ways .way-card .way-points {
    font-size: 20px;
    font-weight: 800;
    color: #daa520;
    margin: 0px 0;
    margin-bottom: 5px;
}
.rewardsclub-page .four-easy-ways .way-card .way-points span {
    font-weight: 600;
    font-size: 16px;
}
.rewardsclub-page .four-easy-ways .way-card .way-desc {
    font-size: 15px;
    /* color: #666; */
}

/* ===================================
   Rewards tier cards — tablet/mobile (must be last: overrides enago-kr .rewardsclub .row)
   =================================== */
@media screen and (max-width: 991px) {
    .rewardsclub.rewardsclub-page .rewards-table .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        gap: 16px;
        padding-bottom: 16px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .rewardsclub.rewardsclub-page .rewards-table .row > [class*="col-md-4"] {
        min-width: 82vw;
        max-width: 82vw;
        flex-shrink: 0;
        scroll-snap-align: start;
        float: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .rewardsclub.rewardsclub-page .rewards-table .tier-box {
        flex: 1 1 auto !important;
        display: flex !important;
        flex-direction: column !important;
        min-height: 0;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .rewardsclub.rewardsclub-page .rewards-table .tier-box-head {
        flex-shrink: 0;
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        /* min-height: 300px; */
    }

    .rewardsclub.rewardsclub-page .rewards-table .tier-points-box {
        flex: 1 1 auto !important;
        width: 100% !important;
        min-height: 220px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center;
        box-sizing: border-box;
        word-break: keep-all;
        overflow-wrap: break-word;
    }

    .rewardsclub.rewardsclub-page .rewards-table .tier-points-title,
    .rewardsclub.rewardsclub-page .rewards-table .tier-points-val {
        word-break: keep-all;
        line-height: 1.45;
    }

    .rewardsclub.rewardsclub-page .rewards-table .tier-cashback {
        word-break: keep-all;
    }
}
