/* GXS Page Purple Theme Colors */
.purple-link {
    color: #7D21F2;
}

.gxs-page .purple-text {
    color: #7D21F2;
}

.gxs-page .pink-text {
    color: #D63384;
}

.gradient-text {
    background: linear-gradient(90deg, #6a00ff 0%, #EC4899 50%, #6a00ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.gradient-text-ready {
    background: linear-gradient(90deg, #6a00ff, #ff5ac3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.gradient-text-from {
    background: linear-gradient(90deg, #6a00ff, #ff72a7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}



.btn-purple {
    background-color: #7D21F2;
    color: white;
    border: none;
    padding: 15px 50px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bg-white {
    background-color: #fff;
}

.landing-grey-row {
    border-bottom: none;
    border-top: none;
}


.btn-purple:hover {
    background-color: #520DC2;
    color: white;
}


/* Hero section styling */
.gxs-page .home-page {
    position: relative;
    min-height: 500px;
    padding: 80px 0;
    background-image: url('/build/images/gxs/hero-brush.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .gxs-page .home-page {
        min-height: 300px;
        padding: 60px 0;
        /* Mobile adjustments */
        background-size: cover;
        background-position: center;
    }
}

.gxs-page .landing-hero-image-container {
    display: none;
}

.gxs-page .landing-hero-image {
    display: none;
}

.gxs-page .home-page .thin-container {
    position: relative;
    z-index: 1;
}

/* FlexiLoan header alignment */
.gxs-flexiloan-header {
    text-align: center;
    margin-bottom: 25px;
}

.gxs-flexiloan-image {
    max-width: 350px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    display: block;
}

.gxs-flexiloan-title {
    margin-bottom: 25px;
}

.gxs-flexiloan-subtitle {
    margin-bottom: 25px;

}

.gxs-reno-perks-container {
    padding-left: 0;
    padding-right: 0;
}

.font-12 {
    font-size: 12px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-48 {
    font-size: 48px;
}

.gxs-flexiloan-content p {
    font-size: 16px !important;
}

@media (max-width: 767px) {
    .font-48 {
        font-size: 32px !important;
    }
}

.gxs-flexiloan-content {
    max-width: 700px;
    margin: 0 auto;

}

@media (max-width: 767px) {
    .gxs-flexiloan-image {
        max-width: 280px;
    }
}

/* Benefits Section Column Spacing */
.gxs-page .container .row .col-sm-6:first-child {
    padding-right: 30px;
}

.gxs-page .container .row .col-sm-6:last-child {
    padding-left: 30px;
}

@media (max-width: 767px) {
    .gxs-page .container .row .col-sm-6:first-child {
        padding-right: 15px;
    }

    .gxs-page .container .row .col-sm-6:last-child {
        padding-left: 15px;
    }
}

/* Benefits and Perks Lists */
.gxs-benefits-list,
.gxs-perks-list {
    margin-bottom: 20px;
}

.gxs-benefit-item,
.gxs-perk-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.gxs-checkmark {
    color: #7D21F2;
    font-size: 24px;
    font-weight: 700;
    margin-right: 15px;
    flex-shrink: 0;
    line-height: 1;
}

.gxs-benefit-item span:last-child,
.gxs-perk-item span:last-child {
    flex: 1;
}

/* Group Image */
.gxs-group-image-container {
    text-align: left;
}

.gxs-group-image {
    max-width: 400px;
    width: 100%;
    height: auto;
}

/* Black text */
.black-text {
    color: #000 !important;
}

/* Rate Section Container */
.gxs-rate-section {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.gxs-rate-section h3 {
    margin-bottom: 20px;
}

.gxs-rate-display-large {
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gxs-rate-from {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
}

.gxs-rate-number-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    line-height: 1;
    position: relative;
}

.gxs-rate-number-large {
    font-size: 140px;
    font-weight: 800;
    line-height: 0.9;
    color: #000;
}

.gxs-rate-percent-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gxs-rate-percent-large {
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
    margin-top: 10px;
}

.gxs-rate-pa {
    font-size: 50px;
    font-weight: 800;
    margin-top: 5px;
    margin-left: 0;
}

.gxs-reno-perks {
    padding-top: 12px;
}

.gxs-rate-sub-section {
    text-align: left;
    padding-top: 35px;
}

.font-12 {
    font-size: 12px !important;
}


/* Mobile responsive */
@media (max-width: 767px) {

    /* 手机端调整列顺序：Even lower rates 显示在 Benefits 上方 */
    .gxs-benefits-row {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .gxs-benefits-row .gxs-benefits-col {
        order: 2;
    }

    .gxs-group-image-container {
        padding: 0;
    }

    .gxs-benefits-row .gxs-rate-col {
        order: 1;
        margin-bottom: 30px;
        width: 100%;
    }

    .gxs-rate-display-large {
        text-align: center;
        align-items: center;
    }

    .gxs-rate-sub-section {
        padding-top: 0px;
    }

    .gxs-rate-number-container {
        justify-content: center;
    }

    .gxs-rate-from {
        font-size: 30px;
        text-align: left;
    }

    .gxs-rate-number-large {
        font-size: 100px;
    }

    .gxs-rate-percent-large,
    .gxs-rate-pa {
        font-size: 36px;
        margin-left: 10px;
    }

    .gxs-reno-perks-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Icon styling */
.gxs-page .gxs-icon-circle {
    width: 90px;
    height: 90px;
    background-color: #7D21F2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 5px 15px rgba(102, 16, 242, 0.2);
    flex-shrink: 0;
}

.gxs-page .gxs-icon-circle img {
    width: 45px;
    height: auto;
    display: block;
}

/* Mobile icon layout */
@media (max-width: 767px) {
    .gxs-icons-row>div {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        margin-bottom: 30px;
        text-align: left !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .gxs-page .gxs-icon-circle {
        margin: 0 20px 0 0;
        width: 70px;
        height: 70px;
    }

    .gxs-page .gxs-icon-circle img {
        width: 35px;
    }

    .gxs-icons-row .tiny-s-t {
        margin-top: 0 !important;
        flex: 1;
    }
}

/* Rate display styling */
.gxs-rate-display {
    text-align: left;
    padding-left: 40px;
}

.gxs-rate-number {
    font-size: 120px;
    font-weight: 800;
    line-height: 1;
    color: #000;
    letter-spacing: -5px;
}

.gxs-rate-percent {
    font-size: 60px;
    color: #D63384;
    vertical-align: super;
}

/* App UI Image */
.gxs-info-row-img-container {
    text-align: center;
}

.gxs-info-row-img-container img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

/* Step circles */
.gxs-step-circle {
    width: 36px;
    height: 36px;
    background-color: #7D21F2;
    color: white;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .gxs-rate-display {
        text-align: center;
        padding-left: 0;
        margin-top: 30px;
    }
}

/* Ready Section - Steps */
.gxs-steps-container {
    max-width: 700px;
    margin: 0 auto;
}

.gxs-step {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 25px;
}

.gxs-step-number {
    width: 35px;
    height: 35px;
    background-color: #7D21F2;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    flex-shrink: 0;
    margin-right: 20px;
}

.gxs-step-content {
    flex: 1;
    padding-top: 8px;
}

/* Apply Now Button */
.gxs-apply-btn {
    padding: 8px 25px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    border-radius: 8px !important;
}

.gxs-apply-btn:hover {
    background-color: #520DC2 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 16, 242, 0.3);
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .gxs-step {
        margin-bottom: 20px;
    }
}

/* Disclaimer Section */
.gxs-disclaimer {
    text-align: left;
    color: #666;
    line-height: 1.8;
}

.gxs-disclaimer p {
    margin-bottom: 15px;
}

.gxs-disclaimer sup {
    font-size: 10px !important;
    vertical-align: super !important;
    line-height: 0 !important;
    position: static !important;
    top: auto !important;
}

.gxs-disclaimer strong {
    color: #333;
    font-weight: 700;
}

.gxs-disclaimer a {
    text-decoration: none;
}

.gxs-disclaimer a:hover {
    text-decoration: underline;
}

.font-14 {
    font-size: 14px !important;
}