﻿.gift-membership-header {
    position: relative;
    min-height: 400px;
}

.gift-membership-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: url('/images/members/gift_membership_web.jpg') center / cover no-repeat;
}

.feature-strip {
    max-width: 1140px;
    margin: -58px auto 2.75rem;
    padding: 0 1.25rem;
    position: relative;
    z-index: 3;
}

.feature-strip-card {
    background: #fff;
    border: 1px solid #E3E7EE;
    border-radius: 14px;
    box-shadow: 0 18px 40px -22px rgba(15,30,55,.25);
    padding: 1.4rem 1.6rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1.1rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: .8rem;
    flex: 1;
    min-width: 200px;
}

.feature-item .fi-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #EAF1FB;
    color: #12284C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.02rem;
    flex-shrink: 0;
}

.feature-item .fi-title {
    font-weight: 700;
    font-size: .92rem;
    color: #212936;
}

.feature-item .fi-sub {
    font-size: .8rem;
    color: #6B7684;
}

.step-card {
    background: #fff;
    border: 1px solid #E3E7EE;
    border-radius: 14px;
    padding: 1.6rem 1.7rem 1.8rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.step-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.35rem;
}

.step-head .left {
    display: flex;
    align-items: center;
    gap: .8rem;
}

.step-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #12284C;
    color: #fff;
    font-weight: 700;
    font-size: .92rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.step-head h2 {
    font-size: 1.08rem;
    font-weight: 700;
    margin: 0;
    color: #212936;
}

.step-head .head-icon {
    color: #12284C;
    font-size: 1.1rem;
}

.member-card {
    max-height:200px;
}

.info-box {
    background: #EEF4FC;
    border: 1px solid #DCE7F7;
    border-radius: 10px;
    padding: .95rem 1.05rem;
    display: flex;
    gap: .7rem;
    margin-top: 1rem;
}

.info-box i {
    color: #12284C;
    margin-top: .15rem;
}

.info-box .t {
    font-weight: 700;
    font-size: .86rem;
    color: #16305C;
    margin-bottom: .15rem;
}

.info-box .d {
    font-size: .82rem;
    color: #3E4B5E;
    line-height: 1.5;
}

.secure-line {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .8rem;
    color: #6B7684;
    margin-bottom: 1.1rem;
}

.card-brands {
    display: flex;
    gap: .5rem;
    margin-bottom: 1.3rem;
}

.brand-chip {
    border: 1px solid #E3E7EE;
    border-radius: 6px;
    padding: .35rem .6rem;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    background: #fff;
}

.brand-chip.visa {
    color: #1A1F71;
}

.brand-chip.mc {
    color: #EB001B;
}

.brand-chip.amex {
    color: #2E77BC;
}

.brand-chip.disc {
    color: #F76B1C;
}

.secure-box {
    background: #F4F6F9;
    border: 1px solid #E3E7EE;
    border-radius: 10px;
    padding: .9rem 1rem;
    display: flex;
    gap: .7rem;
}

.secure-box i {
    color: #6B7684;
    margin-top: .15rem;
}

.secure-box .t {
    font-weight: 700;
    font-size: .85rem;
    margin-bottom: .1rem;
}

.secure-box .d {
    font-size: .8rem;
    color: #6B7684;
    line-height: 1.45;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: .7rem 0;
    border-bottom: 1px solid #E3E7EE;
    font-size: .92rem;
}

.summary-row .label {
    font-weight: 600;
    color: #212936;
}

.summary-row .sub {
    font-size: .78rem;
    color: #6B7684;
    margin-top: .1rem;
}

.summary-row .amt {
    font-weight: 700;
    color: #212936;
}

.summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0 1.2rem;
}

.summary-total .t-label {
    font-weight: 700;
    font-size: 1.02rem;
}

.summary-total .t-amt {
    font-weight: 800;
    font-size: 1.35rem;
    color: #12284C;
}