/* ============================================================
   Payment Page Styles — Catchworld International
   Matches existing design system:
   - Primary: #4ECCA3
   - Dark: #232931
   - Secondary Dark: #393E46
   - Fonts: Lalezar (headings), Comfortaa (body)
   ============================================================ */

/* -----------------------------------
    Payment Hero Section
------------------------------------*/
.payment-hero {
    background-color: #232931;
    text-align: center;
    padding: 0;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.payment-hero::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 50%, rgba(78, 204, 163, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 70% 50%, rgba(78, 204, 163, 0.05) 0%, transparent 50%);
    animation: heroGlow 15s ease-in-out infinite alternate;
}

@keyframes heroGlow {
    0% { transform: translate(0, 0) rotate(0deg); }
    100% { transform: translate(2%, -2%) rotate(3deg); }
}

.payment-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 2rem;
}

.payment-hero-content .hero-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(78, 204, 163, 0.12);
    border: 2px solid rgba(78, 204, 163, 0.3);
    margin-bottom: 2rem;
    animation: iconPulse 3s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(78, 204, 163, 0.2); }
    50% { box-shadow: 0 0 0 15px rgba(78, 204, 163, 0); }
}

.payment-hero-content .hero-icon svg {
    width: 36px;
    height: 36px;
    fill: #4ECCA3;
}

.payment-hero-content .extra-lg-text {
    padding-top: 0 !important;
    font-size: 4.5rem;
    line-height: 4.2rem;
    margin-bottom: 1.5rem;
}

.payment-hero-content .hero-subtitle {
    color: rgba(255, 255, 255, 0.66);
    font-family: 'Comfortaa', cursive;
    font-size: 1.26rem;
    line-height: 2rem;
    max-width: 600px;
    margin: 0 auto;
}

/* -----------------------------------
    Bank Details Section
------------------------------------*/
.bank-details-section {
    background-color: #232931;
    padding: 5rem 3.5rem 4rem;
}

.bank-details-section .section-label {
    text-align: center;
    margin-bottom: 3rem;
}

.bank-details-section .section-label span {
    display: inline-block;
    font-family: "Lalezar", cursive;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #4ECCA3;
    padding: 0.6rem 1.8rem 0.4rem;
    border: 1px solid rgba(78, 204, 163, 0.3);
    border-radius: 10rem;
    background: rgba(78, 204, 163, 0.06);
}

.bank-card {
    max-width: 700px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(78, 204, 163, 0.2);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3),
                0 0 80px rgba(78, 204, 163, 0.04);
    transition: all 0.4s ease;
}

.bank-card:hover {
    border-color: rgba(78, 204, 163, 0.4);
    box-shadow: 0 12px 50px rgba(0, 0, 0, 0.4),
                0 0 100px rgba(78, 204, 163, 0.08);
    transform: translateY(-4px);
}

.bank-card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1.8rem;
    margin-bottom: 1.8rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.bank-card-header .card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 12px;
    background: rgba(78, 204, 163, 0.1);
    border: 1px solid rgba(78, 204, 163, 0.2);
}

.bank-card-header .card-icon svg {
    width: 24px;
    height: 24px;
    fill: #4ECCA3;
}

.bank-card-header .card-title {
    font-family: "Lalezar", cursive;
    font-size: 1.5rem;
    color: #fff;
    margin: 0;
    line-height: 1.4;
}

.bank-card-header .card-subtitle {
    font-family: 'Comfortaa', cursive;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
}

/* Individual Bank Fields */
.bank-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.2rem;
    margin-bottom: 0.5rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    transition: all 0.3s ease;
}

.bank-field:hover {
    background: rgba(78, 204, 163, 0.04);
    border-color: rgba(78, 204, 163, 0.15);
}

.bank-field:last-child {
    margin-bottom: 0;
}

.bank-field-info {
    flex: 1;
    min-width: 0;
}

.bank-field-label {
    display: block;
    font-family: 'Comfortaa', cursive;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.3rem;
}

.bank-field-value {
    display: block;
    font-family: "Lalezar", cursive;
    font-size: 1.15rem;
    color: #fff;
    word-break: break-all;
}

.copy-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 1rem 0.35rem;
    font-family: "Lalezar", cursive;
    font-size: 0.8rem;
    color: #4ECCA3;
    background: rgba(78, 204, 163, 0.08);
    border: 1px solid rgba(78, 204, 163, 0.25);
    border-radius: 10rem;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.copy-btn svg {
    width: 14px;
    height: 14px;
    fill: #4ECCA3;
    transition: all 0.3s ease;
}

.copy-btn:hover {
    background: rgba(78, 204, 163, 0.15);
    border-color: #4ECCA3;
    color: #fff;
    transform: scale(1.05);
}

.copy-btn:hover svg {
    fill: #fff;
}

.copy-btn.copied {
    background: #4ECCA3;
    color: #232931;
    border-color: #4ECCA3;
}

.copy-btn.copied svg {
    fill: #232931;
}

/* -----------------------------------
    Copy All Button Section
------------------------------------*/
.copy-all-section {
    background-color: #232931;
    padding: 0 3.5rem 5rem;
    text-align: center;
}

.copy-all-btn {
    display: inline-block;
    font-family: "Lalezar", cursive;
    font-size: 1.35rem;
    color: #fff;
    text-transform: uppercase;
    padding: 1.2rem 3rem 0.9rem;
    border-radius: 10rem;
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, #4ECCA3 0%, #3db88e 100%);
    box-shadow: 0 4px 20px rgba(78, 204, 163, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.copy-all-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transition: left 0.5s ease;
}

.copy-all-btn:hover::before {
    left: 100%;
}

.copy-all-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(78, 204, 163, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.copy-all-btn:active {
    transform: translateY(-1px);
}

.copy-all-btn svg {
    width: 18px;
    height: 18px;
    fill: #fff;
    vertical-align: middle;
    margin-right: 0.5rem;
    margin-top: -3px;
}

/* -----------------------------------
    Payment Instructions Section
------------------------------------*/
.payment-instructions {
    background-color: #393E46;
    padding: 6rem 3.5rem;
    text-align: center;
}

.payment-instructions .lg-text {
    margin-bottom: 4rem;
}

.steps-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

/* Timeline line */
.steps-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(78, 204, 163, 0.3), rgba(78, 204, 163, 0.05));
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 2rem;
    text-align: left;
    position: relative;
}

.step-item:last-child {
    margin-bottom: 0;
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 50%;
    background: rgba(78, 204, 163, 0.08);
    border: 2px solid rgba(78, 204, 163, 0.3);
    font-family: "Lalezar", cursive;
    font-size: 1.8rem;
    color: #4ECCA3;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.step-item:hover .step-number {
    background: rgba(78, 204, 163, 0.15);
    border-color: #4ECCA3;
    transform: scale(1.08);
    box-shadow: 0 0 25px rgba(78, 204, 163, 0.2);
}

.step-content {
    flex: 1;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 1.5rem 2rem;
    transition: all 0.3s ease;
}

.step-item:hover .step-content {
    background: rgba(78, 204, 163, 0.04);
    border-color: rgba(78, 204, 163, 0.15);
    transform: translateX(5px);
}

.step-content p {
    font-family: 'Comfortaa', cursive;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    line-height: 1.7;
}

/* -----------------------------------
    Trust Section
------------------------------------*/
.trust-section {
    background-color: #232931;
    text-align: center;
    padding: 6rem 3.5rem 5rem;
}

.trust-section .lg-text {
    margin-bottom: 3rem;
}

.trust-items {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 1.2rem 2rem;
    transition: all 0.3s ease;
    flex: 1 1 300px;
    max-width: 380px;
}

.trust-item:hover {
    background: rgba(78, 204, 163, 0.06);
    border-color: rgba(78, 204, 163, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.trust-item .trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: rgba(78, 204, 163, 0.1);
    border: 1px solid rgba(78, 204, 163, 0.2);
}

.trust-item .trust-icon svg {
    width: 20px;
    height: 20px;
    fill: #4ECCA3;
}

.trust-item span {
    font-family: 'Comfortaa', cursive;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
}

/* -----------------------------------
    Toast Notification
------------------------------------*/
.payment-toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: #4ECCA3;
    color: #232931;
    font-family: "Lalezar", cursive;
    font-size: 1rem;
    padding: 0.9rem 2rem 0.7rem;
    border-radius: 10rem;
    box-shadow: 0 8px 30px rgba(78, 204, 163, 0.4);
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.payment-toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.payment-toast svg {
    width: 18px;
    height: 18px;
    fill: #232931;
}

/* -----------------------------------
    Payment CTA Card (for index page)
------------------------------------*/
.payment-cta-card {
    max-width: 500px;
    margin: 3rem auto 0;
    background: rgba(78, 204, 163, 0.06);
    border: 1px solid rgba(78, 204, 163, 0.2);
    border-radius: 16px;
    padding: 2rem 2.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.payment-cta-card:hover {
    border-color: rgba(78, 204, 163, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.payment-cta-card p {
    font-family: "Lalezar", cursive;
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1rem;
}

/* -----------------------------------
    Nav Pay Now Button
------------------------------------*/
.nav-pay-btn {
    display: inline-block;
    font-family: "Lalezar", cursive;
    font-size: 0.9rem;
    color: #232931 !important;
    text-transform: uppercase;
    padding: 0.55rem 1.3rem 0.35rem;
    border-radius: 10rem;
    background: #4ECCA3;
    transition: all 0.3s ease-in-out;
    pointer-events: all;
    letter-spacing: 0.5px;
    margin-left: 15px;
    text-decoration: none !important;
    vertical-align: middle;
}

.nav-pay-btn:hover {
    background: #3db88e;
    transform: scale(1.06);
    box-shadow: 0 4px 15px rgba(78, 204, 163, 0.4);
    color: #fff !important;
}

/* -----------------------------------
    Responsive Styles
------------------------------------*/
@media (max-width: 992px) {
    .payment-hero {
        min-height: 50vh;
    }

    .payment-hero-content .extra-lg-text {
        font-size: 3.5rem;
        line-height: 3.2rem;
    }

    .payment-hero-content .hero-subtitle {
        font-size: 1.05rem;
    }

    .bank-details-section {
        padding: 4rem 2rem 3rem;
    }

    .bank-card {
        padding: 2rem;
    }

    .bank-field {
        padding: 0.9rem 1rem;
    }

    .bank-field-value {
        font-size: 1.05rem;
    }

    .payment-instructions {
        padding: 5rem 2rem;
    }

    .step-number {
        width: 60px;
        height: 60px;
        min-width: 60px;
        font-size: 1.5rem;
    }

    .steps-container::before {
        left: 30px;
    }

    .step-content {
        padding: 1.2rem 1.5rem;
    }

    .trust-section {
        padding: 5rem 2rem 4rem;
    }
}

@media (max-width: 768px) {
    .payment-hero {
        min-height: 45vh;
        padding-top: 80px;
    }

    .payment-hero-content .extra-lg-text {
        font-size: 2.8rem;
        line-height: 2.6rem;
    }

    .payment-hero-content .hero-subtitle {
        font-size: 0.95rem;
        line-height: 1.6rem;
    }

    .payment-hero-content .hero-icon {
        width: 64px;
        height: 64px;
    }

    .payment-hero-content .hero-icon svg {
        width: 28px;
        height: 28px;
    }

    .bank-details-section {
        padding: 3rem 1rem 2rem;
    }

    .bank-card {
        padding: 1.5rem;
        border-radius: 16px;
    }

    .bank-card-header {
        padding-bottom: 1.2rem;
        margin-bottom: 1.2rem;
    }

    .bank-card-header .card-title {
        font-size: 1.25rem;
    }

    .bank-field {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.6rem;
        padding: 1rem;
    }

    .copy-btn {
        margin-left: 0;
        width: 100%;
        justify-content: center;
        padding: 0.5rem 1rem 0.4rem;
    }

    .copy-all-section {
        padding: 0 1rem 4rem;
    }

    .copy-all-btn {
        width: 100%;
        max-width: 400px;
        font-size: 1.2rem;
        padding: 1.1rem 2rem 0.85rem;
    }

    .payment-instructions {
        padding: 4rem 1rem;
    }

    .steps-container::before {
        display: none;
    }

    .step-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }

    .step-content {
        width: 100%;
    }

    .step-content p {
        text-align: center;
    }

    .trust-section {
        padding: 4rem 1rem 3rem;
    }

    .trust-items {
        flex-direction: column;
        align-items: center;
    }

    .trust-item {
        width: 100%;
        max-width: 100%;
    }

    .payment-cta-card {
        margin: 2rem 1rem 0;
        padding: 1.5rem;
    }

    .nav-pay-btn {
        font-size: 0.8rem;
        padding: 0.45rem 1rem 0.3rem;
        margin-left: 10px;
    }
}

@media (max-width: 576px) {
    .payment-hero-content .extra-lg-text {
        font-size: 2.2rem;
        line-height: 2.2rem;
    }

    .payment-hero-content .hero-subtitle {
        font-size: 0.85rem;
    }

    .bank-card-header .card-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .bank-field-value {
        font-size: 1rem;
    }

    .step-number {
        width: 56px;
        height: 56px;
        min-width: 56px;
        font-size: 1.3rem;
    }
}
