/* MindMend Our Audios — Premium Audio Marketplace */

.oa2-tag {
    display: inline-block;
    background: #84BF3F;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 30px;
    margin-bottom: 14px;
}

.oa2-banner .hero-text-inner { text-align: center; }
.oa2-banner-sub {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: rgba(255,255,255,0.82);
    max-width: 640px;
    margin: 14px auto 0;
    line-height: 1.7;
}
.oa2-banner-sm .hero-text-inner h1 { font-size: 48px; }

.oa2-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-bottom: 16px;
}
.oa2-back-link:hover { color: #84BF3F; }

/* Products listing */
.oa2-products-section { padding: 80px 0 100px; background: #fff; }
.oa2-products-list { display: flex; flex-direction: column; gap: 32px; }

.oa2-product-card {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 40px;
    align-items: center;
    background: #f8f8f8;
    border-radius: 24px;
    padding: 32px;
    border: 1px solid rgba(132,191,63,0.08);
    transition: box-shadow .3s, transform .3s;
}
.oa2-product-card:hover {
    box-shadow: 0 16px 48px rgba(132,191,63,0.12);
    transform: translateY(-2px);
}

.oa2-product-media { display: flex; flex-direction: column; gap: 16px; }
.oa2-product-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }

.oa2-product-content { min-width: 0; }
.oa2-product-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 12px; }
.oa2-price {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #84BF3F;
}
.oa2-status {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #535353;
    background: #fff;
    padding: 6px 14px;
    border-radius: 20px;
}
.oa2-status-owned { color: #84BF3F; background: rgba(132,191,63,0.12); }

.oa2-product-title {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #2C2C2C;
    margin-bottom: 12px;
    line-height: 1.3;
}
.oa2-product-title a { color: inherit; text-decoration: none; }
.oa2-product-title a:hover { color: #84BF3F; }

.oa2-product-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #535353;
    line-height: 1.8;
    margin-bottom: 16px;
}
.oa2-view-link {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #84BF3F;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.oa2-view-link:hover { color: #72b832; }

/* Buttons */
.oa2-btn-buy { display: inline-flex !important; align-items: center; gap: 8px; justify-content: center; }
.oa2-btn-download { display: inline-flex !important; align-items: center; gap: 8px; background: #2C2C2C !important; }
.oa2-btn-download:hover { background: #1a1a1a !important; }

.oa2-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: transparent;
    border: 2px solid #84BF3F;
    color: #84BF3F;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 24px;
    border-radius: 100px;
    cursor: pointer;
    transition: all .25s;
    text-decoration: none;
}
.oa2-btn-outline:hover { background: #84BF3F; color: #fff; }

.oa2-owned-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #84BF3F;
}

/* Audio Player */
.oa2-player {
    background: #2C2C2C;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.oa2-player-compact .oa2-player-visual { min-height: 200px; }
.oa2-player-full .oa2-player-visual { min-height: 280px; }

.oa2-player-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(135deg, #2C2C2C 0%, #1a1a1a 100%);
}

.oa2-player-waves {
    display: flex;
    align-items: center;
    gap: 4px;
    position: absolute;
    opacity: 0.3;
}
.oa2-player-waves span {
    display: block;
    width: 4px;
    height: 24px;
    background: #84BF3F;
    border-radius: 4px;
    animation: oa2Wave 1.2s ease-in-out infinite;
}
.oa2-player-waves span:nth-child(2) { animation-delay: .1s; height: 40px; }
.oa2-player-waves span:nth-child(3) { animation-delay: .2s; height: 56px; }
.oa2-player-waves span:nth-child(4) { animation-delay: .3s; height: 40px; }
.oa2-player-waves span:nth-child(5) { animation-delay: .4s; height: 24px; }

.oa2-player.is-playing .oa2-player-waves span { animation-play-state: running; }
.oa2-player:not(.is-playing) .oa2-player-waves span { animation-play-state: paused; }

@keyframes oa2Wave {
    0%, 100% { transform: scaleY(0.5); opacity: 0.4; }
    50% { transform: scaleY(1); opacity: 1; }
}

.oa2-play-btn {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #84BF3F;
    border: none;
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: transform .25s, box-shadow .25s;
    box-shadow: 0 8px 24px rgba(132,191,63,0.4);
}
.oa2-play-btn:hover { transform: scale(1.06); box-shadow: 0 12px 32px rgba(132,191,63,0.5); }

.oa2-player-controls { padding: 16px 20px 20px; }
.oa2-progress-wrap {
    height: 6px;
    background: rgba(255,255,255,0.12);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
}
.oa2-progress-bar {
    height: 100%;
    width: 0%;
    background: #84BF3F;
    border-radius: 10px;
    transition: width .1s linear;
}
.oa2-time-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: rgba(255,255,255,0.65);
}
.oa2-preview-label { color: #84BF3F; font-weight: 600; }
.oa2-preview-label-owned { color: #84BF3F; }

/* Single product */
.oa2-single-section { padding: 60px 0 80px; background: #fff; }
.oa2-single-player-card {
    background: #f8f8f8;
    border-radius: 24px;
    padding: 24px;
    position: sticky;
    top: 100px;
}
.oa2-single-actions { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; }
.oa2-single-content { padding-top: 8px; }
.oa2-single-title {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #2C2C2C;
    line-height: 1.25;
    margin: 12px 0 16px;
}
.oa2-single-price {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #84BF3F;
    margin-bottom: 24px;
}
.oa2-single-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #535353;
    line-height: 1.9;
}
.oa2-duration {
    margin-top: 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #535353;
    display: flex;
    align-items: center;
    gap: 8px;
}
.oa2-duration i { color: #84BF3F; }

/* Related */
.oa2-related-section { padding: 60px 0 100px; background: #f8f8f8; }
.oa2-related-title {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #2C2C2C;
    margin-bottom: 32px;
}
.oa2-related-card {
    display: block;
    background: #fff;
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: all .3s;
    height: 100%;
}
.oa2-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(132,191,63,0.12);
    border-bottom-color: #84BF3F;
}
.oa2-related-icon {
    width: 56px; height: 56px;
    background: rgba(132,191,63,0.1);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 14px;
    color: #84BF3F;
    font-size: 22px;
}
.oa2-related-card h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #2C2C2C;
    margin-bottom: 8px;
}
.oa2-related-card span {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #84BF3F;
}

/* Modal */
.oa2-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(2,0,20,0.72);
    backdrop-filter: blur(6px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.oa2-modal-backdrop[hidden] { display: none; }

.oa2-modal {
    background: #fff;
    border-radius: 24px;
    padding: 48px 40px 40px;
    max-width: 460px;
    width: 100%;
    text-align: center;
    position: relative;
    animation: oa2ModalIn .3s ease;
}
@keyframes oa2ModalIn {
    from { opacity: 0; transform: translateY(20px) scale(0.96); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.oa2-modal-close {
    position: absolute;
    top: 16px; right: 16px;
    background: #f8f8f8;
    border: none;
    width: 36px; height: 36px;
    border-radius: 50%;
    cursor: pointer;
    color: #535353;
    display: flex; align-items: center; justify-content: center;
}
.oa2-modal-icon {
    width: 72px; height: 72px;
    background: rgba(132,191,63,0.12);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px;
    color: #84BF3F;
    font-size: 28px;
}
.oa2-modal h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #2C2C2C;
    margin-bottom: 12px;
}
.oa2-modal p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #535353;
    line-height: 1.7;
    margin-bottom: 28px;
}
.oa2-modal-actions { display: flex; flex-direction: column; gap: 10px; }

/* Purchase Success Modal */
.oa2-success-backdrop {
    backdrop-filter: blur(8px);
    background: rgba(2, 0, 20, 0.78);
}
.oa2-success-modal {
    background: #fff;
    border-radius: 28px;
    padding: 44px 40px 36px;
    max-width: 480px;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    animation: oa2SuccessIn .45s cubic-bezier(.2,.8,.2,1);
    box-shadow: 0 24px 64px rgba(132, 191, 63, 0.18), 0 8px 32px rgba(0,0,0,0.12);
}
@keyframes oa2SuccessIn {
    from { opacity: 0; transform: translateY(24px) scale(0.94); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.oa2-success-confetti span {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #84BF3F;
    opacity: 0;
    animation: oa2Confetti 1.2s ease forwards;
}
.oa2-success-confetti span:nth-child(1) { top: 18%; left: 12%; animation-delay: .1s; background: #84BF3F; }
.oa2-success-confetti span:nth-child(2) { top: 22%; right: 14%; animation-delay: .25s; background: #72b832; }
.oa2-success-confetti span:nth-child(3) { top: 8%; left: 45%; animation-delay: .15s; background: #a8d86a; width: 6px; height: 6px; }
.oa2-success-confetti span:nth-child(4) { bottom: 30%; left: 8%; animation-delay: .35s; background: #84BF3F; width: 5px; height: 5px; }
.oa2-success-confetti span:nth-child(5) { bottom: 28%; right: 10%; animation-delay: .2s; background: #6fb52f; }
@keyframes oa2Confetti {
    0% { opacity: 0; transform: translateY(0) scale(0); }
    30% { opacity: 1; transform: translateY(-12px) scale(1); }
    100% { opacity: 0; transform: translateY(-40px) scale(0.5); }
}

.oa2-success-icon-wrap {
    position: relative;
    width: 88px;
    height: 88px;
    margin: 0 auto 20px;
}
.oa2-success-icon-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 3px solid rgba(132,191,63,0.25);
    animation: oa2RingPulse 1.8s ease infinite;
}
@keyframes oa2RingPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.12); opacity: 0.5; }
}
.oa2-success-icon {
    position: relative;
    width: 88px;
    height: 88px;
    background: linear-gradient(135deg, #84BF3F 0%, #72b832 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
    box-shadow: 0 12px 32px rgba(132,191,63,0.4);
    animation: oa2CheckPop .5s cubic-bezier(.2,.8,.2,1) .15s both;
}
@keyframes oa2CheckPop {
    from { transform: scale(0); }
    to { transform: scale(1); }
}

.oa2-success-badge {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #84BF3F;
    background: rgba(132,191,63,0.12);
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 14px;
}
.oa2-success-title {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #2C2C2C;
    margin-bottom: 6px;
    line-height: 1.2;
}
.oa2-success-product {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #84BF3F;
    margin-bottom: 12px;
}
.oa2-success-message {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.75;
    margin-bottom: 20px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}
.oa2-success-features {
    list-style: none;
    padding: 16px 20px;
    margin: 0 0 24px;
    background: #f8f8f8;
    border-radius: 14px;
    text-align: left;
}
.oa2-success-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #535353;
    padding: 6px 0;
}
.oa2-success-features li i { color: #84BF3F; font-size: 14px; flex-shrink: 0; }
.oa2-success-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.oa2-success-actions .home2-btn,
.oa2-success-actions .oa2-btn-outline {
    width: 100%;
    justify-content: center;
}

/* Alerts */
.oa2-alert-wrap { padding-top: 24px; }
.oa2-alert {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    border-radius: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.oa2-alert-success { background: rgba(132,191,63,0.12); color: #4a7a1f; border: 1px solid rgba(132,191,63,0.3); }
.oa2-alert-warning { background: rgba(255,193,7,0.12); color: #856404; border: 1px solid rgba(255,193,7,0.3); }
.oa2-alert-info { background: rgba(41,165,219,0.1); color: #1a6d8f; border: 1px solid rgba(41,165,219,0.25); }

/* Checkout — Premium */
.oa2-checkout-page .home2-footer { margin-top: 0; }

.oa2-co-topbar {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 18px 0;
    margin-top: 80px;
}
.oa2-co-topbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
.oa2-co-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #888;
    flex-wrap: wrap;
}
.oa2-co-breadcrumb a {
    color: #535353;
    text-decoration: none;
    transition: color .2s;
}
.oa2-co-breadcrumb a:hover { color: #84BF3F; }
.oa2-co-breadcrumb span { color: #2C2C2C; font-weight: 600; }
.oa2-co-breadcrumb i { font-size: 10px; color: #ccc; }

.oa2-co-secure-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #84BF3F;
    background: rgba(132,191,63,0.1);
    padding: 7px 14px;
    border-radius: 100px;
}
.oa2-co-secure-badge i { font-size: 13px; }

.oa2-co-main {
    padding: 40px 0 100px;
    background: linear-gradient(180deg, #f8f8f8 0%, #fff 100%);
    min-height: 60vh;
}

/* Steps */
.oa2-co-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 40px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}
.oa2-co-step {
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0.45;
}
.oa2-co-step.is-active { opacity: 1; }
.oa2-co-step-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e8e8e8;
    color: #535353;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.oa2-co-step.is-active .oa2-co-step-num {
    background: #84BF3F;
    color: #fff;
}
.oa2-co-step-label {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #2C2C2C;
    white-space: nowrap;
}
.oa2-co-step-line {
    flex: 1;
    height: 2px;
    background: #e0e0e0;
    margin: 0 16px;
    min-width: 40px;
}

/* Form card */
.oa2-co-form-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #eee;
    padding: 36px 40px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.04);
}
.oa2-co-form-section {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #f0f0f0;
}
.oa2-co-form-section:last-of-type { border-bottom: none; margin-bottom: 24px; padding-bottom: 0; }

.oa2-co-section-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
}
.oa2-co-section-icon {
    width: 42px;
    height: 42px;
    background: rgba(132,191,63,0.12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #84BF3F;
    font-size: 18px;
    flex-shrink: 0;
}
.oa2-co-section-head h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #2C2C2C;
    margin: 0 0 3px;
}
.oa2-co-section-head p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #888;
    margin: 0;
}

.oa2-co-label {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #2C2C2C;
    margin-bottom: 7px;
}
.oa2-co-label span { color: #84BF3F; }
.oa2-co-optional {
    font-weight: 400;
    color: #aaa;
    font-size: 12px;
}
.oa2-co-input {
    width: 100%;
    border: 1.5px solid #e8e8e8;
    border-radius: 10px;
    padding: 13px 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #2C2C2C;
    background: #fafafa;
    transition: border-color .2s, box-shadow .2s, background .2s;
}
.oa2-co-input::placeholder { color: #bbb; }
.oa2-co-input:focus {
    outline: none;
    border-color: #84BF3F;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(132,191,63,0.12);
}
.oa2-co-textarea { resize: vertical; min-height: 88px; }
.oa2-co-error { display: block; color: #dc3545; font-size: 12px; margin-top: 5px; font-family: 'Poppins', sans-serif; }

.oa2-co-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
    padding: 16px 0;
}
.oa2-co-trust-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #666;
}
.oa2-co-trust-item i { color: #84BF3F; font-size: 13px; }

.oa2-co-pay-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: #84BF3F;
    color: #fff;
    border: none;
    border-radius: 100px;
    padding: 16px 32px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background .25s, transform .2s, box-shadow .25s;
    box-shadow: 0 8px 24px rgba(132,191,63,0.35);
}
.oa2-co-pay-btn:hover {
    background: #72b832;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(132,191,63,0.4);
}
.oa2-co-pay-btn:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }
.oa2-co-pay-note {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #aaa;
    margin-top: 14px;
    line-height: 1.6;
}

.oa2-co-spin { animation: oa2Spin 1s linear infinite; display: inline-block; }
@keyframes oa2Spin { to { transform: rotate(360deg); } }

/* Notices */
.oa2-co-notice {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-bottom: 24px;
}
.oa2-co-notice-error {
    background: #fff5f5;
    color: #c0392b;
    border: 1px solid #fadbd8;
}

.oa2-co-notice-info {
    background: rgba(132, 191, 63, 0.1);
    color: #2C2C2C;
    border: 1px solid rgba(132, 191, 63, 0.25);
    margin-bottom: 20px;
}

/* Demo panel — clean, no dashed border */
.oa2-co-demo-panel {
    text-align: center;
    padding: 20px 0 8px;
}
.oa2-co-demo-icon {
    width: 64px;
    height: 64px;
    background: rgba(132,191,63,0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #84BF3F;
    font-size: 26px;
}
.oa2-co-demo-panel h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #2C2C2C;
    margin-bottom: 8px;
}
.oa2-co-demo-panel p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #666;
    margin-bottom: 28px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

/* Order Summary */
.oa2-co-summary {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #eee;
    padding: 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.04);
    position: sticky;
    top: 100px;
}
.oa2-co-summary-title {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #2C2C2C;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.oa2-co-product-row {
    display: grid;
    grid-template-columns: 72px 1fr auto;
    gap: 14px;
    align-items: start;
    margin-bottom: 24px;
}
.oa2-co-product-thumb {
    width: 72px;
    height: 72px;
    background: #2C2C2C;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}
.oa2-co-product-thumb > i {
    color: #84BF3F;
    font-size: 22px;
    position: relative;
    z-index: 2;
}
.oa2-co-thumb-waves {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    opacity: 0.25;
}
.oa2-co-thumb-waves span {
    display: block;
    width: 3px;
    background: #84BF3F;
    border-radius: 3px;
    height: 16px;
}
.oa2-co-thumb-waves span:nth-child(2) { height: 28px; }
.oa2-co-thumb-waves span:nth-child(3) { height: 18px; }

.oa2-co-product-tag {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #84BF3F;
    margin-bottom: 4px;
}
.oa2-co-product-info h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #2C2C2C;
    line-height: 1.35;
    margin-bottom: 4px;
}
.oa2-co-product-info p {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #888;
    line-height: 1.5;
    margin: 0;
}
.oa2-co-product-price {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #84BF3F;
    white-space: nowrap;
}

.oa2-co-summary-lines { margin-bottom: 16px; }
.oa2-co-summary-line {
    display: flex;
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #2C2C2C;
    padding: 8px 0;
}
.oa2-co-summary-line-muted { color: #888; font-size: 13px; }

.oa2-co-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 20px;
}
.oa2-co-summary-total span {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #2C2C2C;
}
.oa2-co-summary-total strong {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #2C2C2C;
}

.oa2-co-includes-label {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #aaa;
    margin-bottom: 12px;
}
.oa2-co-includes ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.oa2-co-includes li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #535353;
    padding: 7px 0;
}
.oa2-co-includes li i { color: #84BF3F; font-size: 14px; flex-shrink: 0; }

.oa2-co-summary-footer {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #f8f8f8;
    border-radius: 12px;
    padding: 14px 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #888;
    line-height: 1.55;
}
.oa2-co-summary-footer i { color: #84BF3F; font-size: 16px; flex-shrink: 0; margin-top: 1px; }

/* Legacy checkout (keep for other pages) */
.oa2-checkout-section { padding: 60px 0 100px; background: #f8f8f8; }
.oa2-checkout-card, .oa2-order-summary {
    background: #fff;
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.04);
}
.oa2-checkout-title {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #2C2C2C;
    margin-bottom: 8px;
}
.oa2-checkout-sub {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #535353;
    margin-bottom: 28px;
}
.oa2-label {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #2C2C2C;
    margin-bottom: 6px;
}
.oa2-input {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 12px 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    transition: border-color .2s;
}
.oa2-input:focus { outline: none; border-color: #84BF3F; box-shadow: 0 0 0 3px rgba(132,191,63,0.15); }
.oa2-textarea { resize: vertical; min-height: 90px; }
.oa2-error { display: block; color: #dc3545; font-size: 12px; margin-top: 4px; }

.oa2-order-summary h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #2C2C2C;
    margin-bottom: 24px;
}
.oa2-summary-item {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
}
.oa2-summary-item strong { font-family: 'Poppins', sans-serif; font-size: 15px; color: #2C2C2C; display: block; }
.oa2-summary-item p { font-family: 'Poppins', sans-serif; font-size: 13px; color: #535353; margin: 4px 0 0; }
.oa2-summary-item > span { font-family: 'Poppins', sans-serif; font-weight: 700; color: #84BF3F; white-space: nowrap; }
.oa2-summary-total {
    display: flex;
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #2C2C2C;
    margin-bottom: 24px;
}
.oa2-summary-features { list-style: none; padding: 0; margin: 0; }
.oa2-summary-features li {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #535353;
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.oa2-summary-features i { color: #84BF3F; font-weight: bold; }

.oa2-demo-box {
    background: #f8f8f8;
    border-radius: 16px;
    padding: 24px;
    border: 2px dashed rgba(132,191,63,0.4);
}
.oa2-demo-box h3 { font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 700; color: #2C2C2C; margin-bottom: 8px; }
.oa2-demo-box p { font-family: 'Poppins', sans-serif; font-size: 14px; color: #535353; margin-bottom: 16px; }

/* Auth */
.oa2-auth-section { padding: 80px 0 100px; background: #f8f8f8; }
.oa2-auth-card {
    max-width: 480px;
    margin: 0 auto;
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.04);
}
.oa2-auth-card h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #2C2C2C;
    margin-bottom: 8px;
    text-align: center;
}
.oa2-auth-sub {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #535353;
    text-align: center;
    margin-bottom: 28px;
}
.oa2-auth-link {
    text-align: center;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #535353;
}
.oa2-auth-link a { color: #84BF3F; font-weight: 600; text-decoration: none; }

.oa2-empty { text-align: center; padding: 60px 20px; }
.oa2-empty h2 { font-family: 'Poppins', sans-serif; color: #2C2C2C; margin-bottom: 12px; }

.oa2-guest-notice-section { padding: 0 0 40px; }
.oa2-login-gate {
    background: #fff;
    border-radius: 20px;
    padding: 48px 40px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0,0,0,0.06);
    border: 1px solid rgba(132,191,63,0.2);
}
.oa2-login-gate-icon {
    width: 72px; height: 72px;
    margin: 0 auto 20px;
    background: rgba(132,191,63,0.15);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 32px; color: #84BF3F;
}
.oa2-login-gate h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px; font-weight: 700; color: #2C2C2C; margin-bottom: 12px;
}
.oa2-login-gate p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px; color: #535353;
    max-width: 520px; margin: 0 auto 28px; line-height: 1.6;
}
.oa2-login-gate-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.oa2-product-locked {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    min-height: 180px; background: rgba(0,0,0,0.03); border-radius: 16px;
    color: #888; gap: 10px; font-family: 'Poppins', sans-serif; font-size: 14px;
}
.oa2-product-locked i { font-size: 36px; color: #ccc; }
.home2-header-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }

.oa2-header-auth-btn {
    background: transparent;
    border: 2px solid #84BF3F;
    color: #84BF3F;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 100px;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s;
    white-space: nowrap;
}
.oa2-header-auth-btn:hover { background: #84BF3F; color: #fff; }

/* Responsive */
@media (max-width: 991px) {
    .oa2-product-card { grid-template-columns: 1fr; }
    .oa2-single-player-card { position: static; }
    .oa2-single-title { font-size: 28px; }
}
@media (max-width: 576px) {
    .oa2-banner-sm .hero-text-inner h1 { font-size: 32px; }
    .oa2-checkout-card, .oa2-order-summary, .oa2-auth-card { padding: 24px; }
    .oa2-co-form-card { padding: 24px 20px; }
    .oa2-co-summary { padding: 24px 20px; position: static; }
    .oa2-co-product-row { grid-template-columns: 60px 1fr; }
    .oa2-co-product-price { grid-column: 2; text-align: left; margin-top: -4px; }
    .oa2-co-step-label { display: none; }
}
