/* Credit Card Management System - Main Stylesheet */
/* Purple Futuristic Theme */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ========================================
   MENU BAR STYLES
   ======================================== */

.menu-bar {
    background: rgba(30, 27, 75, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(139, 92, 246, 0.4);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.menu-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.menu-items {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
}

.menu-item {
    margin: 0;
    padding: 0;
}

.menu-item a {
    display: block;
    padding: 18px 30px;
    color: #f8fafc;
    text-decoration: none;
    font-size: 1em;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
}

.menu-item a:hover {
    color: #f472b6;
    background: rgba(139, 92, 246, 0.2);
    border-bottom-color: #f472b6;
}

.menu-item.active a {
    color: #f472b6;
    border-bottom-color: #f472b6;
    font-weight: 600;
}

#menuLoadingMessage {
    padding: 18px 30px;
    color: #9ca3af;
    font-size: 0.95em;
}

html {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: clip;
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Arial', sans-serif;
    background: linear-gradient(135deg, #1e1b4b 0%, #2d1b69 25%, #4c1d95 50%, #6b21a8 75%, #ec4899 100%);
    min-height: 100vh;
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: clip;
    width: 100%;
    position: relative;
}

.container {
    max-width: 100%;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent;
    overflow-x: clip;
    display: block;
}

.header {
    background: white;
    color: #1f2937;
    padding: 50px 30px;
    text-align: center;
    border-bottom: 1px solid #e5e7eb;
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box;
}

.header h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
    color: #8b5cf6;
    font-weight: bold;
}

.header p {
    font-size: 1.2em;
    color: #4b5563;
    line-height: 3;
}

.card-showcase {
    display: flex;
    justify-content: center;
    padding: 40px;
    background: rgba(30, 27, 75, 0.3);
    backdrop-filter: blur(10px);
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box;
}

.credit-card {
    width: 400px;
    height: 250px;
    background: linear-gradient(135deg, #4c1d95 0%, #6b21a8 50%, #ec4899 100%);
    border-radius: 15px;
    padding: 25px;
    color: white;
    position: relative;
    box-shadow: 0 15px 30px rgba(236, 72, 153, 0.3);
    transform: rotateY(-5deg);
    transition: transform 0.3s ease;
}

.credit-card:hover {
    transform: rotateY(0deg) scale(1.05);
}

.card-logo {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 30px;
}

.card-number {
    font-family: 'Courier New', monospace;
    font-size: 1.5em;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.card-details {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.card-holder {
    font-size: 1.1em;
    text-transform: uppercase;
}

.card-expiry {
    font-size: 1.1em;
    text-align: right;
}

.features-section {
    padding: 50px 50px 30px 50px;
    background: white;
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box;
}

.features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
    width: 100%;
    justify-content: center;
}

.feature-card {
    background: #f9fafb;
    padding: 30px;
    border-radius: 10px;
    border-left: 5px solid #8b5cf6;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 0 0 calc((100% - 80px) / 3);
    max-width: calc((100% - 80px) / 3);
}

.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.15);
}

.feature-card h3 {
    color: #1f2937;
    margin-bottom: 15px;
    font-size: 1.3em;
}

.feature-card p {
    color: #4b5563;
    line-height: 3;
}

.benefits-section {
    background: white;
    padding: 30px 50px;
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box;
}

.benefits-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    width: 100%;
}

.benefit-item {
    background: #f9fafb;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    border: 1px solid #e5e7eb;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 0 0 calc(25% - 15px);
    min-width: 250px;
    max-width: none;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.15);
    border-color: #8b5cf6;
}

.benefit-item h3 {
    color: #1f2937;
}

.benefit-item p {
    color: #4b5563;
    line-height: 3;
}

.benefit-icon {
    font-size: 3em;
    margin-bottom: 15px;
}

.section-title {
    font-size: 2.2em;
    text-align: center;
    color: #1f2937;
    margin-bottom: 20px;
}

.apply-section {
    background: linear-gradient(135deg, #1e1b4b 0%, #4c1d95 50%, #6b21a8 100%);
    color: white;
    padding: 50px;
    text-align: center;
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box;
}

.apply-section h2 {
    color: #f8fafc;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.apply-section p {
    color: #e2e8f0;
    line-height: 3;
}

.apply-btn {
    background: linear-gradient(135deg, #ec4899 0%, #f472b6 100%);
    color: white;
    padding: 15px 50px;
    border: none;
    border-radius: 30px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
    box-shadow: 0 8px 20px rgba(236, 72, 153, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.apply-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(236, 72, 153, 0.6);
    background: linear-gradient(135deg, #f472b6 0%, #ec4899 100%);
}


/* ========================================
   RESPONSIVE DESIGN - MOBILE, TABLET, DESKTOP
   ======================================== */

/* Mobile Devices (320px - 767px) */
@media (max-width: 767px) {
    html, body {
        font-size: 14px;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
    }

    .container {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    /* Header */
    .header {
        padding: 30px 20px;
        margin: 0;
        width: 100%;
    }

    .header h1 {
        font-size: 1.8em;
    }

    .header p {
        font-size: 1em;
    }

    /* Card Showcase */
    .card-showcase {
        padding: 20px 15px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    #creditCardDisplay {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    #cardImageContainer {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    #creditCardImage {
        width: 100% !important;
        max-width: calc(100vw - 30px) !important;
        aspect-ratio: 1.58 / 1 !important;
        object-fit: cover !important;
        display: block;
        margin: 0 auto;
    }

    .credit-card {
        width: 100%;
        max-width: calc(100vw - 30px);
        height: auto;
        min-height: 200px;
        transform: none;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .credit-card:hover {
        transform: scale(1.02);
    }

    .card-logo {
        font-size: 1.4em;
        margin-bottom: 20px;
    }

    .card-number {
        font-size: 1.2em;
        letter-spacing: 2px;
    }

    .card-details {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .card-expiry {
        text-align: left;
    }

    /* Welcome Offer Section */
    .welcome-offer-section {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .welcome-offer-section > div:last-child {
        padding: 20px !important;
    }

    /* Features Section */
    .features-section {
        padding: 30px 20px;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    .section-title {
        font-size: 1.6em;
        margin-bottom: 15px;
    }

    .features-grid {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }

    .feature-card {
        padding: 20px;
        flex: 1 1 100%;
        max-width: 100%;
    }

    .feature-card h3 {
        font-size: 1.2em;
    }

    /* Benefits Section */
    .benefits-section {
        padding: 30px 20px;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    .benefits-list {
        gap: 15px;
        margin-top: 20px;
    }

    .benefit-item {
        padding: 20px;
        flex: 1 1 100%;
        min-width: 100%;
    }

    .benefit-icon {
        font-size: 2.5em;
        margin-bottom: 10px;
    }

    /* Annual Fee */
    #annualFeeSection {
        padding: 30px 20px !important;
        font-size: 1em !important;
    }

    /* Apply Section */
    .apply-section {
        padding: 40px 20px;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    .apply-section h2 {
        font-size: 1.5em;
    }

    .apply-section p {
        font-size: 1em;
    }

    .apply-btn {
        padding: 12px 30px;
        font-size: 1em;
        width: 100%;
        max-width: 300px;
    }

    /* Welcome Offer Table */
    table {
        font-size: 0.9em;
    }

    table td {
        padding: 15px !important;
    }

    #offerValue {
        font-size: 1.6em !important;
    }
}

/* Tablet Devices - Portrait (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    body {
        font-size: 15px;
    }

    .container {
        margin: 0;
        width: 100%;
    }

    /* Header */
    .header {
        padding: 40px 30px;
    }

    .header h1 {
        font-size: 2.2em;
    }

    .header p {
        font-size: 1.1em;
    }

    /* Card Showcase */
    .card-showcase {
        padding: 30px 25px;
    }

    .credit-card {
        width: 100%;
        max-width: 450px;
        height: 280px;
    }

    .card-logo {
        font-size: 1.6em;
    }

    .card-number {
        font-size: 1.4em;
    }

    /* Welcome Offer Section */
    .welcome-offer-section > div:last-child {
        padding: 30px !important;
    }

    /* Features Section */
    .features-section {
        padding: 40px 30px;
    }

    .section-title {
        font-size: 2em;
    }

    .features-grid {
        flex-wrap: wrap;
        gap: 25px;
    }

    .feature-card {
        padding: 25px;
        flex: 0 0 calc((100% - 25px) / 2);
        max-width: calc((100% - 25px) / 2);
    }

    /* Benefits Section */
    .benefits-section {
        padding: 40px 30px;
    }

    .benefits-list {
        gap: 20px;
    }

    .benefit-item {
        padding: 25px;
        flex: 0 0 calc(50% - 10px);
        min-width: calc(50% - 10px);
    }

    .benefit-icon {
        font-size: 2.8em;
    }

    /* Annual Fee */
    #annualFeeSection {
        padding: 30px 30px 50px 30px !important;
    }

    /* Apply Section */
    .apply-section {
        padding: 45px 30px;
    }

    .apply-section h2 {
        font-size: 1.8em;
    }

    .apply-btn {
        padding: 14px 35px;
        font-size: 1.1em;
    }
}

/* Desktop Devices (1025px and above) */
@media (min-width: 1025px) {
    body {
        font-size: 16px;
    }

    .container {
        margin: 0;
        width: 100%;
    }

    /* Header */
    .header {
        padding: 50px 40px;
    }

    .header h1 {
        font-size: 2.5em;
    }

    .header p {
        font-size: 1.2em;
    }

    /* Card Showcase */
    .card-showcase {
        padding: 40px;
    }

    .credit-card {
        width: 400px;
        height: 250px;
    }

    /* Welcome Offer Section */
    .welcome-offer-section > div:last-child {
        padding: 40px !important;
    }

    /* Features Section */
    .features-section {
        padding: 50px 50px 30px 50px;
    }

    .section-title {
        font-size: 2.2em;
    }

    .features-grid {
        flex-wrap: wrap;
        gap: 30px;
    }

    .feature-card {
        padding: 30px;
        flex: 0 0 calc((100% - 80px) / 3);
        max-width: calc((100% - 80px) / 3);
    }

    /* Benefits Section */
    .benefits-section {
        padding: 30px 50px;
    }

    .benefits-list {
        gap: 20px;
    }

    .benefit-item {
        padding: 25px;
        flex: 0 0 calc(25% - 15px);
        min-width: 250px;
        max-width: none;
    }

    .benefit-icon {
        font-size: 3em;
    }

    /* Annual Fee */
    #annualFeeSection {
        padding: 30px 50px 50px 50px !important;
    }

    /* Apply Section */
    .apply-section {
        padding: 50px;
    }

    .apply-section h2 {
        font-size: 2em;
    }

    .apply-btn {
        padding: 15px 40px;
        font-size: 1.2em;
    }
}

/* Large Desktop (1440px and above) */
@media (min-width: 1440px) {
    .container {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }

    .header h1 {
        font-size: 3em;
    }

    .header p {
        font-size: 1.3em;
    }

    .section-title {
        font-size: 2.5em;
    }

    .features-section,
    .benefits-section {
        padding: 50px 80px;
    }

    .features-grid {
        flex-wrap: wrap;
        gap: 40px;
    }

    .benefits-list {
        gap: 25px;
    }

    .apply-section {
        padding: 60px 80px;
    }
}

/* Extra Large Desktop (1920px and above - 2K, 4K displays) */
@media (min-width: 1920px) {
    .container {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }

    .header {
        padding: 60px 100px;
    }

    .header h1 {
        font-size: 3.5em;
    }

    .header p {
        font-size: 1.5em;
    }

    .card-showcase {
        padding: 60px 100px;
    }

    .section-title {
        font-size: 3em;
    }

    .features-section,
    .benefits-section {
        padding: 60px 100px;
    }

    .features-grid {
        flex-wrap: wrap;
        gap: 50px;
    }

    .benefits-list {
        gap: 30px;
    }

    .apply-section {
        padding: 80px 100px;
    }
}

/* Landscape Orientation for Mobile/Tablet */
@media (max-width: 1024px) and (orientation: landscape) {
    .header {
        padding: 30px 20px;
    }

    .header h1 {
        font-size: 2em;
    }

    .card-showcase {
        padding: 20px;
    }

    .features-section,
    .benefits-section {
        padding: 30px 20px;
    }

    .apply-section {
        padding: 30px 20px;
    }
}

/* ========================================
   MENU BAR RESPONSIVE DESIGN
   ======================================== */

/* Mobile Devices (< 768px) */
@media (max-width: 767px) {
    .menu-container {
        padding: 5px 10px;
    }

    .menu-items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 8px;
        width: 100%;
    }

    .menu-item {
        width: 100%;
        border: 1px solid rgba(139, 92, 246, 0.3);
        border-radius: 8px;
        background: rgba(45, 27, 105, 0.7);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .menu-item a {
        padding: 12px 10px;
        text-align: center;
        border-bottom: none;
        border-left: none;
        font-size: 0.9em;
        display: block;
        color: #f8fafc;
    }

    .menu-item a:hover,
    .menu-item.active a {
        background: rgba(139, 92, 246, 0.3);
        border-bottom: none;
        border-left: none;
        color: #f472b6;
    }

    .menu-item.active {
        background: rgba(139, 92, 246, 0.4);
        border-color: #f472b6;
    }
}

/* Tablet Devices (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .menu-container {
        padding: 0 15px;
    }

    .menu-item a {
        padding: 16px 20px;
        font-size: 0.95em;
    }
}

/* Desktop (1025px+) - Default styles apply */

/* ========================================
   CARD IMAGE CONTAINER & QUALIFICATION STYLES
   ======================================== */

#cardImageContainer {
    margin-bottom: 20px;
    max-width: 500px;
    padding: 0 15px;
    box-sizing: border-box;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

#creditCardImage {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 1.58 / 1;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    display: none;
}

#imageLoadingMessage {
    padding: 40px;
    border: 2px dashed #8A2BE2;
    border-radius: 15px;
    background: rgba(138, 43, 226, 0.1);
    color: #8A2BE2;
    font-size: 16px;
}

#fallbackCard {
    display: none;
}

.qualification-section {
    margin-top: 20px;
    padding: 15px 20px;
    background: rgba(139, 92, 246, 0.15);
    border-left: 4px solid #8b5cf6;
    border-radius: 8px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.qualification-label {
    font-size: 0.9em;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.qualification-income {
    font-size: 1.1em;
    color: #ffffff;
    font-weight: 600;
}

/* ========================================
   WELCOME OFFER SECTION STYLES
   ======================================== */

.welcome-offer-section {
    background: rgba(30, 27, 75, 0.3);
    backdrop-filter: blur(10px);
    padding: 0;
    margin: 0 !important;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    min-height: 800px;
}

.welcome-offer-title {
    width: 100%;
    background: linear-gradient(135deg, #4c1d95 0%, #6b21a8 50%, #ec4899 100%);
    color: white;
    padding: 25px 20px;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    box-shadow: 0 5px 20px rgba(236, 72, 153, 0.4);
    position: relative;
    overflow: hidden;
}

.welcome-offer-title-bg-circle-1 {
    position: absolute;
    top: -50%;
    right: -10%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: pulse 3s ease-in-out infinite;
}

.welcome-offer-title-bg-circle-2 {
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
}

.welcome-offer-title-text {
    position: relative;
    z-index: 1;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.2); opacity: 0.3; }
}

.welcome-offer-image-container {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

.welcome-offer-picture {
    cursor: pointer;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.welcome-offer-image {
    width: 100%;
    height: auto;
    border-radius: 0;
    display: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.welcome-offer-image-loading {
    width: 100%;
    height: 300px;
    background: linear-gradient(90deg, rgba(139, 92, 246, 0.1) 25%, rgba(168, 85, 247, 0.2) 50%, rgba(139, 92, 246, 0.1) 75%);
    background-size: 200% 100%;
    animation: shimmer 2s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8A2BE2;
    font-size: 14px;
}

@keyframes shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.welcome-offer-content-wrapper {
    padding: 40px;
}

.welcome-offer-table-container {
    width: 100%;
    margin: 30px 0;
    display: none;
    min-height: 300px;
}

.welcome-offer-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.welcome-offer-row-premium {
    background: linear-gradient(135deg, #8b5cf6 0%, #a855f7 50%, #ec4899 100%);
    border-bottom: 2px solid #ec4899;
    position: relative;
}

.welcome-offer-label-premium {
    padding: 25px 20px;
    font-weight: bold;
    color: white;
    width: 35%;
    text-align: left;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}

.welcome-offer-icon {
    display: inline-block;
    animation: shimmerIcon 2s ease-in-out infinite;
}

@keyframes shimmerIcon {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.welcome-offer-value-premium {
    padding: 25px 20px;
    color: white;
    text-align: left;
    font-size: 1.6em;
    font-weight: bold;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.welcome-offer-row-light {
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
}

.welcome-offer-row-white {
    border-bottom: 1px solid #e5e7eb;
    background: white;
}

.welcome-offer-row-last {
    background: white;
}

.welcome-offer-label {
    padding: 20px;
    font-weight: bold;
    color: #8b5cf6;
    text-align: left;
    font-size: 1.1em;
}

.welcome-offer-value {
    padding: 20px;
    color: #1f2937;
    text-align: left;
    font-size: 1.05em;
}

.welcome-offer-button-container {
    text-align: center;
    margin-top: 30px;
    padding: 0 20px;
}

.welcome-offer-disclaimer {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(236, 72, 153, 0.3);
    font-size: 0.9em;
    color: #ffffff;
    font-style: italic;
}

/* ========================================
   PROMOTION BANNER SECTION
   ======================================== */

.promotion-banner-container {
    margin: 0;
    padding: 0;
    width: 100%;
    display: none;
    background: white;
}

.promotion-banner-picture {
    cursor: pointer;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.promotion-banner-image {
    width: 100%;
    height: auto;
    border-radius: 0;
    display: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.promotion-banner-image:hover {
    opacity: 0.9;
}

.promotion-banner-loading {
    width: 100%;
    height: 300px;
    background: linear-gradient(90deg, rgba(139, 92, 246, 0.1) 25%, rgba(168, 85, 247, 0.2) 50%, rgba(139, 92, 246, 0.1) 75%);
    background-size: 200% 100%;
    animation: shimmer 2s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8A2BE2;
    font-size: 14px;
}

/* ========================================
   OUR TAKE SECTION
   ======================================== */

.our-take-section {
    background: white;
    padding: 50px 50px 30px 50px;
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box;
}

.our-take-container {
    margin: 0 auto;
    background: white;
    border: 3px solid transparent;
    background-image:
        linear-gradient(white, white),
        linear-gradient(135deg, #8b5cf6 0%, #a855f7 50%, #ec4899 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.our-take-container:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.25);
}

.our-take-content {
    margin-bottom: 25px;
}

.our-take-content p {
    color: #1f2937;
    font-size: 1.1em;
    line-height: 3;
    margin: 0;
}

.our-take-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
    border-top: 2px solid rgba(139, 92, 246, 0.2);
}

.our-take-author-logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: contain;
    background: white;
    padding: 5px;
    box-shadow: 0 2px 8px rgba(139, 92, 246, 0.2);
}

.our-take-author-text {
    color: #6b21a8;
    font-size: 0.95em;
    font-weight: 600;
    font-style: italic;
}

/* Mobile Responsive - Our Take */
@media (max-width: 767px) {
    .our-take-section {
        padding: 30px 20px;
    }

    .our-take-container {
        padding: 20px;
    }

    .our-take-content p {
        font-size: 1em;
        line-height: 2.5;
    }

    .our-take-author-logo {
        width: 35px;
        height: 35px;
    }

    .our-take-author-text {
        font-size: 0.85em;
    }
}

/* Tablet Responsive - Our Take */
@media (min-width: 768px) and (max-width: 1024px) {
    .our-take-section {
        padding: 40px 30px;
    }

    .our-take-container {
        padding: 25px;
    }

    .our-take-content p {
        font-size: 1.05em;
    }
}

/* ========================================
   ANNUAL FEE SECTION
   ======================================== */

#annualFeeSection {
    text-align: center;
    margin: 0 !important;
    padding: 30px 50px 50px 50px;
    background: white;
    font-size: 1.1em;
    color: #1f2937;
    width: 100%;
    box-sizing: border-box;
}

/* ========================================
   STICKY FOOTER STYLES
   ======================================== */

.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(135deg, #4c1d95 0%, #6b21a8 50%, #8b5cf6 100%);
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 -4px 20px rgba(139, 92, 246, 0.4);
    z-index: 999;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease;
    opacity: 0;
}

.sticky-footer.show {
    display: flex;
    transform: translateY(0);
    opacity: 1;
}

.sticky-footer.hide {
    transform: translateY(100%);
    opacity: 0;
}

.sticky-footer-btn {
    background: linear-gradient(135deg, #ec4899 0%, #f472b6 100%);
    color: white;
    padding: 12px 40px;
    border: none;
    border-radius: 30px;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(236, 72, 153, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sticky-footer-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(236, 72, 153, 0.6);
    background: linear-gradient(135deg, #f472b6 0%, #ec4899 100%);
}

.sticky-footer-btn:active {
    transform: translateY(0);
}

/* Mobile Responsive - Sticky Footer */
@media (max-width: 767px) {
    .sticky-footer {
        height: 55px;
        padding: 0 15px;
    }

    .sticky-footer-btn {
        padding: 10px 30px;
        font-size: 1em;
        width: 90%;
        max-width: 300px;
    }
}

/* Tablet Responsive - Sticky Footer */
@media (min-width: 768px) and (max-width: 1024px) {
    .sticky-footer {
        height: 58px;
    }

    .sticky-footer-btn {
        padding: 11px 35px;
        font-size: 1.05em;
    }
}
/* ========================================
   5-STAR RATING SYSTEM (NEW DESIGN)
   ======================================== */

.rating-container {
    margin-top: 25px;
    padding: 30px 20px;
    background: white;
    border-radius: 12px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.rating-container:hover {
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.15);
}

/* Rating Display Section */
.rating-display-section {
    margin-bottom: 20px;
}

/* Gold/Orange Display Stars */
.rating-stars-display {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 15px;
    position: relative;
}

.rating-display-star {
    font-size: 2.5em;
    color: #d1d5db;
    user-select: none;
    position: relative;
}

.rating-display-star.filled {
    color: #fbbf24;
}

.rating-display-star.half-filled {
    background: linear-gradient(90deg, #fbbf24 50%, #d1d5db 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Rating Stats */
.rating-stats {
    font-size: 1.1em;
    color: #8b5cf6;
    font-weight: 500;
}

.rating-stats-label {
    color: #8b5cf6;
    font-weight: 600;
    font-size: 1.1em;
    margin-right: 8px;
}

.rating-stats-average {
    color: #8b5cf6;
    font-weight: 600;
    font-size: 1.2em;
}

.rating-stats-count {
    color: #9ca3af;
    font-size: 0.9em;
    margin-left: 5px;
}

/* Give Stars Button (Styled like Apply Now) */
.give-stars-button-container {
    margin-top: 20px;
}

.give-stars-btn {
    background: linear-gradient(135deg, #ec4899 0%, #f472b6 100%);
    color: white;
    padding: 12px 40px;
    border: none;
    border-radius: 30px;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(236, 72, 153, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 200px;
}

.give-stars-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(236, 72, 153, 0.6);
    background: linear-gradient(135deg, #f472b6 0%, #ec4899 100%);
}

.give-stars-btn:active {
    transform: translateY(0);
}

/* Already Voted Message */
.rating-already-voted {
    padding: 12px;
    background: #d1fae5;
    border: 1px solid #6ee7b7;
    border-radius: 8px;
    color: #065f46;
    font-weight: 500;
    font-size: 0.95em;
    text-align: center;
    margin-top: 15px;
}

/* Honeypot field (hidden anti-spam) */
.rating-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

/* ========================================
   RATING MODAL (POPUP)
   ======================================== */

.rating-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    animation: fadeIn 0.3s ease;
}

.rating-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-modal-content {
    background: white;
    border-radius: 15px;
    width: 90%;
    max-width: 450px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.3s ease;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Modal Header */
.rating-modal-header {
    padding: 25px 30px;
    border-bottom: 2px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
    border-radius: 15px 15px 0 0;
}

.rating-modal-header h3 {
    margin: 0;
    color: #1f2937;
    font-size: 1.4em;
    font-weight: 600;
}

.rating-modal-close {
    background: none;
    border: none;
    font-size: 2em;
    color: #9ca3af;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.rating-modal-close:hover {
    background: #f3f4f6;
    color: #4b5563;
}

/* Modal Body */
.rating-modal-body {
    padding: 40px 30px;
    text-align: center;
}

.rating-stars-input {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.rating-star {
    font-size: 3em;
    color: #d1d5db;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
}

.rating-star:hover,
.rating-star.hover {
    color: #fbbf24;
    transform: scale(1.2);
}

.rating-star.selected {
    color: #fbbf24;
}

.rating-message {
    margin-top: 15px;
    padding: 12px;
    border-radius: 8px;
    font-size: 0.95em;
    font-weight: 500;
    animation: fadeIn 0.3s ease;
}

.rating-message.success {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #6ee7b7;
}

.rating-message.error {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fca5a5;
}

.rating-message.info {
    background: #dbeafe;
    color: #1e40af;
    border: 1px solid #93c5fd;
}

/* Modal Footer */
.rating-modal-footer {
    padding: 20px 30px;
    border-top: 2px solid #e5e7eb;
    display: flex;
    gap: 15px;
    justify-content: center;
    background: #f9fafb;
    border-radius: 0 0 15px 15px;
}

.rating-modal-btn {
    padding: 12px 35px;
    border: none;
    border-radius: 30px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
}

.rating-modal-back {
    background: #f3f4f6;
    color: #4b5563;
    border: 2px solid #d1d5db;
}

.rating-modal-back:hover {
    background: #e5e7eb;
    border-color: #9ca3af;
}

.rating-modal-submit {
    background: linear-gradient(135deg, #ec4899 0%, #f472b6 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(236, 72, 153, 0.4);
}

.rating-modal-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(236, 72, 153, 0.6);
    background: linear-gradient(135deg, #f472b6 0%, #ec4899 100%);
}

.rating-modal-submit:active {
    transform: translateY(0);
}

.rating-modal-submit:disabled {
    background: #d1d5db;
    color: #9ca3af;
    cursor: not-allowed;
    box-shadow: none;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Mobile Responsive - Rating System */
@media (max-width: 767px) {
    .rating-container {
        padding: 20px 15px;
        margin-top: 20px;
    }

    .rating-display-star {
        font-size: 2em;
    }

    .rating-stats {
        font-size: 1em;
    }

    .rating-stats-average {
        font-size: 1.1em;
    }

    .give-stars-btn {
        padding: 10px 30px;
        font-size: 1em;
        min-width: 160px;
    }

    /* Modal Responsive */
    .rating-modal-content {
        width: 95%;
    }

    .rating-modal-header {
        padding: 20px;
    }

    .rating-modal-header h3 {
        font-size: 1.2em;
    }

    .rating-modal-body {
        padding: 30px 20px;
    }

    .rating-star {
        font-size: 2.5em;
        gap: 8px;
    }

    .rating-modal-footer {
        padding: 15px 20px;
        flex-direction: column;
    }

    .rating-modal-btn {
        width: 100%;
        min-width: unset;
    }

    .rating-message {
        font-size: 0.9em;
    }
}

/* Tablet Responsive - Rating System */
@media (min-width: 768px) and (max-width: 1024px) {
    .rating-container {
        padding: 25px 18px;
    }

    .rating-display-star {
        font-size: 2.2em;
    }

    .rating-star {
        font-size: 2.8em;
    }

    .give-stars-btn {
        padding: 11px 35px;
        font-size: 1.05em;
    }

    .rating-modal-header {
        padding: 22px 25px;
    }

    .rating-modal-body {
        padding: 35px 25px;
    }

    .rating-modal-footer {
        padding: 18px 25px;
    }
}
