#PaymentPage .section {
    padding: 28px 0 40px;
}

/* HERO */
#PaymentPage .heroCard {
    display: flex;
    gap: 18px;
    align-items: center;
    padding: clamp(16px, 2.2vw, 22px);
    border-radius: 22px;
    background: transparent;
    border: 1px solid rgba(15, 23, 42, .08);
}

#PaymentPage .heroText {
    flex: 1;
    text-align: left;
}

#PaymentPage .heroTitle {
    margin: 0 0 6px;
    font-size: clamp(24px, 2.6vw, 38px);
    line-height: 1.15;
    font-weight: 950;
    color: #0f172a;
}

#PaymentPage .heroSub {
    margin: 0;
    color: rgba(2, 6, 23, .72);
    line-height: 1.75;
    font-size: 15px;
}

/* CONTENT CARD */
#PaymentPage .tocCard {
       background: transparent;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 22px;
    padding: 14px;
}

#PaymentPage .policyTitle {
    margin: 0;
    font-size: 22px;
    font-weight: 900;
    color: rgba(23, 41, 82, 0.96);
}

#PaymentPage .policyText {
    margin: 10px 0 16px;
    color: rgba(23, 41, 82, 0.78);
    line-height: 1.75;
}

#PaymentPage .noteText {
       margin: 0;
    color: #020617b8;
    line-height: 1.75;
    font-size: 14.6px;
}

/* PAYMENT CONTENT */
#PaymentPage .p-content {
    padding: 22px;
    border-radius: 22px;
    border: 1px solid rgba(23, 41, 82, 0.12);
    backdrop-filter: blur(1px);
    text-align: left;
}

#PaymentPage .question {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 900;
    color: rgba(23, 41, 82, 0.96);
}

/* PAYMENT LIST */
#PaymentPage .checkout-payment {
    width: 100%;
}

#PaymentPage .payment-list {
    border-top: 1px solid #e5e5e5;
}

#PaymentPage .payment-row {
    display: flex;
  align-items: center;
  padding: 18px 10px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  gap: 14px;
}

#PaymentPage .payment-row:hover {
    background: #f8f9fa;
}

/* #PaymentPage .payment-row.active {
    border-color: rgba(255, 49, 88, 0.55);
    background: rgba(255, 49, 88, 0.05);
    box-shadow: 0 12px 28px rgba(10, 20, 40, 0.10);
} */

#PaymentPage .payment-row input {
  transform: scale(1.2);
}

#PaymentPage .payment-row input[type="radio"] {
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
    accent-color: #ff3158;
}

#PaymentPage .payment-text {
   flex: 1;
}

#PaymentPage .payment-text strong {
    display: block;
  font-size: 18px;
}

#PaymentPage .payment-text span {
   font-size: 15px;
  color: #777;
}

#PaymentPage .payment-logo {
    width: 100px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: 10px;
    background: #fff;
}

#PaymentPage .payment-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* CONTINUE BUTTON */
#PaymentPage .continue-btn {
     width: 100%;
  background: #18405b;
  border: none;
  color: #fff;
  padding: 14px;
  font-size: 16px;
  margin-top: 25px;
  border-radius: 4px;
  cursor: pointer;
}

#PaymentPage .continue-btn:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(255, 49, 88, 0.22);
}

#PaymentPage .continue-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

/* ALTERNATIVE PAYMENT */
#PaymentPage .alternative-wrapper {
    display: flex;
    flex-direction: column;
}

#PaymentPage .alternative-payment {
    width: 100%;
}

#PaymentPage .alt-title {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 900;
    color: rgba(23, 41, 82, 0.96);
}

#PaymentPage .alternative-payment .tocCard {
    margin-top: 0;
}

#PaymentPage .alternative-payment .tocCard + .tocCard {
    margin-top: 1rem;
}

#PaymentPage .alternative-payment .policyText {
    margin: 0;
}

#PaymentPage .alternative-payment a,
#PaymentPage .payment-help a {
    color: rgba(255, 49, 88, 1);
    font-weight: 800;
    text-decoration: none;
}

#PaymentPage .alternative-payment a:hover,
#PaymentPage .payment-help a:hover {
    text-decoration: underline;
}

/* NOTE BOX */
#PaymentPage .alternative-payment .tocCard:last-child {
    background: rgba(255, 193, 7, 0.05);
    border-color: rgba(255, 193, 7, 0.20);
}

#PaymentPage .noteText {
    margin: 0;
}

/* PAYMENT HELP */
#PaymentPage .payment-help {
    background: #fff;
    padding: 18px 22px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    font-size: 13.5px;
}

#PaymentPage .payment-help .policyText {
    margin: 0;
    color: rgba(23, 41, 82, 0.78);
    line-height: 1.75;
}

/* GENERAL CONTENT */
#PaymentPage .shell {
    padding: 22px;
    border-radius: 22px;
    border: 1px solid rgba(23, 41, 82, 0.12);
    backdrop-filter: blur(1px);
    margin-top: 15px;
}

#PaymentPage .title {
    margin: 0;
    font-size: 22px;
    font-weight: 900;
    color: rgba(23, 41, 82, 0.96);
}

#PaymentPage .lead {
    margin: 10px 0 16px;
    color: rgba(23, 41, 82, 0.78);
    line-height: 1.75;
}

#PaymentPage .list {
    display: grid;
    gap: 12px;
    margin-top: 12px;
}

/* PARTNER ITEM */
#PaymentPage .partnerCard {
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(23, 41, 82, 0.12);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
    text-align: start;
}

#PaymentPage .partnerCard:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 49, 88, 0.28);
    box-shadow: 0 18px 34px rgba(10, 20, 40, 0.12);
}

#PaymentPage .logoWrap {
    height: 166px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(153, 146, 255, 0.1);
    border: 1px dashed rgba(23, 41, 82, 0.14);
    padding: 12px;
}

#PaymentPage .logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#PaymentPage .info {
    min-width: 0;
}

#PaymentPage .partnerName {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    color: rgba(23, 41, 82, 0.96);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#PaymentPage .address {
    margin: 8px 0 0;
    color: rgba(23, 41, 82, 0.76);
    line-height: 1.7;
}

/* APPLY BOX */
#PaymentPage .apply {
    margin-top: 18px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 49, 88, 0.06);
    border: 1px solid rgba(255, 49, 88, 0.14);
    text-align: start;
}

#PaymentPage .applyTitle {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    color: rgba(23, 41, 82, 0.96);
}

#PaymentPage .applyText {
    margin: 8px 0 0;
    color: rgba(23, 41, 82, 0.78);
    line-height: 1.75;
}

#PaymentPage .mail {
    font-weight: 900;
    text-decoration: none;
    color: rgba(255, 49, 88, 1);
}

#PaymentPage .mail:hover {
    text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    #PaymentPage .payment-row {
        grid-template-columns: 24px 1fr 90px;
    }

    #PaymentPage .payment-logo {
        width: 90px;
    }
}

@media (max-width: 768px) {
    #PaymentPage .heroCard {
        padding: 18px;
    }

    #PaymentPage .heroTitle {
        font-size: 28px;
    }

    #PaymentPage .tocCard {
        padding: 18px;
    }

    #PaymentPage .partnerCard {
        grid-template-columns: 1fr;
    }

    #PaymentPage .logoWrap {
        height: 140px;
    }

    #PaymentPage .payment-row {
        grid-template-columns: 24px 1fr 80px;
        gap: 10px;
        padding: 12px;
    }

    #PaymentPage .payment-logo {
        width: 80px;
        height: 48px;
    }
}

@media (max-width: 576px) {
    #PaymentPage .heroCard {
        padding: 16px;
        border-radius: 18px;
    }

    #PaymentPage .heroTitle {
        font-size: 24px;
    }

    #PaymentPage .heroSub {
        font-size: 14px;
    }

    #PaymentPage .tocCard {
        padding: 16px;
        border-radius: 18px;
    }

    #PaymentPage .policyTitle,
    #PaymentPage .question,
    #PaymentPage .alt-title {
        font-size: 19px;
    }

    #PaymentPage .payment-row {
        grid-template-columns: 22px 1fr;
    }

    #PaymentPage .payment-logo {
        display: none;
    }

    #PaymentPage .payment-text strong {
        font-size: 14px;
    }

    #PaymentPage .payment-text span {
        font-size: 13px;
    }

    #PaymentPage .p-content {
        padding: 16px;
        border-radius: 18px;
    }

    #PaymentPage .payment-help {
        padding: 16px;
    }
}