/* ================================================
   HERO SECTION — Premium Design
   ================================================ */
.huzfp--hero {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding: 120px 20px 80px;
}

.huzfp--hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #022c22 0%, #064e3b 30%, #065f46 60%, #047857 100%);
    z-index: 0;
}

.huzfp--hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 1;
}

.huzfp--floating-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 1;
    animation: huzfp-float 8s ease-in-out infinite;
}

.huzfp--orb-1 {
    width: 400px;
    height: 400px;
    background: rgba(16, 185, 129, 0.15);
    top: -100px;
    right: -100px;
}

.huzfp--orb-2 {
    width: 300px;
    height: 300px;
    background: rgba(52, 211, 153, 0.1);
    bottom: -50px;
    left: -50px;
    animation-delay: -3s;
}

.huzfp--orb-3 {
    width: 200px;
    height: 200px;
    background: rgba(110, 231, 183, 0.08);
    top: 50%;
    left: 50%;
    animation-delay: -5s;
}

@keyframes huzfp-float {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(30px, -30px) scale(1.05);
    }

    66% {
        transform: translate(-20px, 20px) scale(0.95);
    }
}

.huzfp--hero-content {
    position: relative;
    z-index: 10;
    max-width: 800px;
    margin: 0 auto;
}

/* Hero Badge */
.huzfp--hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    margin-bottom: 24px;
    position: relative;
    backdrop-filter: blur(10px);
}

.huzfp--hero-badge svg {
    color: #34d399;
}

.huzfp--hero-badge span {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.huzfp--badge-pulse {
    position: absolute;
    inset: 0;
    border-radius: 100px;
    border: 1px solid rgba(52, 211, 153, 0.4);
    animation: huzfp-pulse 2s ease-out infinite;
}

@keyframes huzfp-pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.15);
        opacity: 0;
    }
}

/* Hero Heading */
.huzfp--hero h1 {
    font-family: 'Outfit', sans-serif;
    font-size: 52px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.1;
    margin: 0 0 20px 0;
}

.huzfp--text-gradient {
    background: linear-gradient(135deg, #34d399, #6ee7b7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Hero Subtitle */
.huzfp--hero-subtitle {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 32px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Hero CTA Buttons */
.huzfp--hero-cta {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.huzfp--btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 700;
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.huzfp--btn-glow {
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.4);
}

.huzfp--btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
}

.huzfp--btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.huzfp--btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

/* Hero Trust Items */
.huzfp--hero-trust {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.huzfp--trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.huzfp--trust-item svg {
    color: #34d399;
}

.huzfp--trust-item span {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
}

/* Hero Stats Grid */
.huzfp--hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 700px;
    margin: 0 auto;
}

.huzfp--hero-stat {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 20px 12px;
    text-align: center;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.huzfp--hero-stat:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

.huzfp--stat-icon {
    width: 40px;
    height: 40px;
    background: rgba(16, 185, 129, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    color: #34d399;
}

.huzfp--stat-number {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
}

.huzfp--stat-label {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 4px;
}

/* Hero Responsive */
@media (max-width: 768px) {
    .huzfp--hero {
        min-height: 80vh;
        padding: 100px 16px 60px;
    }

    .huzfp--hero h1 {
        font-size: 32px;
    }

    .huzfp--hero-subtitle {
        font-size: 15px;
    }

    .huzfp--hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .huzfp--stat-number {
        font-size: 22px;
    }

    .huzfp--btn-primary,
    .huzfp--btn-secondary {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
        font-size: 15px;
    }

    .huzfp--hero-trust {
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .huzfp--hero h1 {
        font-size: 28px;
    }

    .huzfp--hero-badge span {
        font-size: 11px;
    }
}

/* ================================================
   HOMEPAGE SECTIONS — Image + Text Layout
   New unique content sections for Betpro Exchange
   ================================================ */

/* ---- Shared Section Base ---- */
.bp-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.bp-section:nth-child(even) {
    background: #f8fafb;
}

.bp-section__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.bp-section__container--reverse .bp-section__content {
    order: -1;
}

/* ---- Section Tag ---- */
.bp-section__tag {
    display: inline-block;
    padding: 6px 16px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(5, 150, 105, 0.08));
    color: #059669;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 100px;
    border: 1px solid rgba(16, 185, 129, 0.2);
    margin-bottom: 16px;
}

/* ---- Section Title ---- */
.bp-section__title {
    font-family: 'Outfit', sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    color: #0f172a;
    margin: 0 0 20px 0;
}

.bp-highlight {
    background: linear-gradient(135deg, #059669, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ---- Section Text ---- */
.bp-section__text {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #475569;
    margin: 0 0 16px 0;
}

/* ---- Image Wrapper ---- */
.bp-img-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease;
}

.bp-img-wrapper:hover {
    transform: translateY(-6px);
}

.bp-img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* ---- Image Badge ---- */
.bp-img-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    padding: 12px 18px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.bp-img-badge--bottom {
    top: auto;
    bottom: 20px;
    right: 20px;
}

.bp-img-badge__number {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: #059669;
    line-height: 1;
}

.bp-img-badge__label {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 2px;
}

/* ---- Checklist ---- */
.bp-checklist {
    list-style: none;
    padding: 0;
    margin: 24px 0;
}

.bp-checklist li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #334155;
    border-bottom: 1px solid #f1f5f9;
}

.bp-checklist li:last-child {
    border-bottom: none;
}

.bp-checklist li svg {
    flex-shrink: 0;
}

/* ---- Buttons ---- */
.bp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 12px;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.bp-btn--primary {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}

.bp-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(16, 185, 129, 0.4);
}

.bp-btn--secondary {
    background: #f1f5f9;
    color: #334155;
    border: 1px solid #e2e8f0;
}

.bp-btn--secondary:hover {
    background: #e2e8f0;
    transform: translateY(-2px);
}

/* ================================================
   WHY CHOOSE — Feature Cards
   ================================================ */
.bp-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 28px;
}

.bp-feature-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
}

.bp-feature-card:hover {
    border-color: rgba(16, 185, 129, 0.3);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.08);
    transform: translateY(-3px);
}

.bp-feature-card__icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(5, 150, 105, 0.05));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    color: #059669;
}

.bp-feature-card h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px 0;
}

.bp-feature-card p {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #64748b;
    margin: 0;
}

/* ================================================
   HOW IT WORKS — Steps
   ================================================ */
.bp-steps {
    margin: 28px 0;
}

.bp-step {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #f1f5f9;
}

.bp-step:last-child {
    border-bottom: none;
}

.bp-step__number {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    font-weight: 900;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.25);
}

.bp-step__info h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px 0;
}

.bp-step__info p {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

/* ================================================
   DEPOSITS — Payment Methods
   ================================================ */
.bp-payment-methods {
    margin: 24px 0;
}

.bp-payment-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 14px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.bp-payment-item:hover {
    border-color: rgba(16, 185, 129, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.bp-payment-item__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
}

.bp-payment-item__icon--jazz {
    background: linear-gradient(135deg, #e31837, #c41230);
}

.bp-payment-item__icon--easy {
    background: linear-gradient(135deg, #36b37e, #2d9967);
}

.bp-payment-item__icon--bank {
    background: linear-gradient(135deg, #0052cc, #003d99);
}

.bp-payment-item__info h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px 0;
}

.bp-payment-item__info p {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #64748b;
    margin: 0;
}

.bp-deposit-note {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    background: rgba(16, 185, 129, 0.05);
    border: 1px solid rgba(16, 185, 129, 0.15);
    border-radius: 12px;
    margin-top: 8px;
}

.bp-deposit-note span {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #334155;
    line-height: 1.5;
}

.bp-deposit-note svg {
    flex-shrink: 0;
}

/* ================================================
   SUPPORT — Stats
   ================================================ */
.bp-support-stats {
    display: flex;
    gap: 24px;
    margin: 28px 0;
}

.bp-support-stat {
    text-align: center;
    padding: 16px 20px;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 14px;
    flex: 1;
}

.bp-support-stat__value {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 900;
    color: #059669;
    line-height: 1;
}

.bp-support-stat__label {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    margin-top: 4px;
}

.bp-support-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================
   CTA BANNER — Full Width
   ================================================ */
.bp-cta-banner {
    position: relative;
    padding: 100px 24px;
    text-align: center;
    overflow: hidden;
}

.bp-cta-banner__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bp-cta-banner__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(2, 44, 34, 0.92), rgba(6, 78, 59, 0.88));
}

.bp-cta-banner__content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}

.bp-cta-banner__content h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 38px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 16px 0;
}

.bp-cta-banner__content h2 span {
    color: #34d399;
}

.bp-cta-banner__content p {
    font-family: 'Outfit', sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 32px 0;
}

.bp-cta-banner__actions {
    margin-bottom: 24px;
}

.bp-btn--cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 17px;
    font-weight: 800;
    border-radius: 14px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.4);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.bp-btn--cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
}

.bp-cta-banner__trust {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.bp-cta-banner__trust span {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
}

/* ================================================
   EXCHANGE — Dark Banner (Full Width)
   ================================================ */
.bp-exchange-banner {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.bp-exchange-banner__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #022c22 0%, #064e3b 40%, #065f46 70%, #047857 100%);
    z-index: 0;
}

.bp-exchange-banner__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 50px 50px;
}

.bp-exchange-banner__inner {
    position: relative;
    z-index: 10;
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.bp-exchange-banner__title {
    font-family: 'Outfit', sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.2;
    margin: 16px 0 24px;
}

.bp-exchange-banner__title span {
    color: #10b981;
}

.bp-exchange-banner__text {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 14px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.bp-exchange-banner .bp-exchange-types {
    max-width: 950px;
    margin: 32px auto 24px;
}

.bp-exchange-banner .bp-exchange-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
}

.bp-exchange-banner .bp-exchange-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.bp-exchange-banner .bp-exchange-card h3 {
    color: #ffffff;
}

.bp-exchange-banner .bp-exchange-card p {
    color: rgba(255, 255, 255, 0.6);
}

.bp-exchange-banner .bp-exchange-note {
    background: rgba(16, 185, 129, 0.1);
    border-color: rgba(16, 185, 129, 0.2);
    max-width: 700px;
    margin: 0 auto;
}

.bp-exchange-banner .bp-exchange-note span {
    color: rgba(255, 255, 255, 0.75);
}

/* ================================================
   EXCHANGE — Back/Lay Cards (shared)
   ================================================ */
.bp-exchange-types {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 28px 0 20px;
}

.bp-exchange-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 22px;
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    text-align: left;
}

.bp-exchange-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.bp-exchange-card--back {
    border-left: 4px solid #3b82f6;
}

.bp-exchange-card--lay {
    border-left: 4px solid #ef4444;
}

.bp-exchange-card__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.bp-exchange-card__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bp-exchange-card--back .bp-exchange-card__icon {
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
}

.bp-exchange-card--lay .bp-exchange-card__icon {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

.bp-exchange-card h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.bp-exchange-card p {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    line-height: 1.65;
    color: #64748b;
    margin: 0;
}

.bp-exchange-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 18px;
    background: rgba(5, 150, 105, 0.05);
    border: 1px solid rgba(5, 150, 105, 0.15);
    border-radius: 12px;
}

.bp-exchange-note svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.bp-exchange-note span {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #334155;
    line-height: 1.55;
}

/* ================================================
   DEPOSITS — Full-Width Card Grid
   ================================================ */
.bp-deposits-full {
    padding: 80px 0;
    background: #f8fafb;
}

.bp-deposits-full__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
}

.bp-deposits-full__header {
    text-align: center;
    margin-bottom: 40px;
}

.bp-deposits-full__intro {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #475569;
    max-width: 700px;
    margin: 16px auto 0;
}

.bp-deposits-full__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 32px;
}

.bp-payment-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 28px 22px;
    transition: all 0.3s ease;
    position: relative;
}

.bp-payment-card:hover {
    border-color: rgba(16, 185, 129, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.bp-payment-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #ffffff;
}

.bp-payment-card__icon--jazz {
    background: linear-gradient(135deg, #e11d48, #be123c);
}

.bp-payment-card__icon--easy {
    background: linear-gradient(135deg, #16a34a, #15803d);
}

.bp-payment-card__icon--bank {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.bp-payment-card__icon--crypto {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.bp-payment-card__icon--card {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.bp-payment-card h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px;
}

.bp-payment-card p {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

.bp-payment-card__speed {
    display: inline-block;
    margin-top: 14px;
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #059669;
    background: rgba(16, 185, 129, 0.08);
    padding: 4px 10px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* ================================================
   DEPOSITS — Limits Grid
   ================================================ */
.bp-deposit-limits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 32px auto 24px;
    max-width: 700px;
}

.bp-deposit-limit-item {
    text-align: center;
    padding: 24px 16px 20px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    transition: all 0.3s ease;
    border-bottom: 3px solid #059669;
}

.bp-deposit-limit-item:hover {
    border-color: rgba(16, 185, 129, 0.3);
    border-bottom-color: #059669;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.bp-deposit-limit-item__label {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
}

.bp-deposit-limit-item__value {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    font-weight: 900;
    color: #059669;
    line-height: 1.1;
}

/* ================================================
   FAQ — Accordion
   ================================================ */
.bp-faq {
    background: #f8fafb;
}

.bp-faq__container {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px;
}

.bp-faq__header {
    text-align: center;
    margin-bottom: 48px;
}

.bp-faq__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bp-faq-item {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.bp-faq-item:hover {
    border-color: rgba(16, 185, 129, 0.25);
}

.bp-faq-item.active {
    border-color: rgba(16, 185, 129, 0.4);
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.08);
}

.bp-faq-item__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.bp-faq-item__question:hover {
    color: #059669;
}

.bp-faq-item__arrow {
    flex-shrink: 0;
    color: #94a3b8;
    transition: transform 0.3s ease, color 0.3s ease;
}

.bp-faq-item.active .bp-faq-item__arrow {
    transform: rotate(180deg);
    color: #059669;
}

.bp-faq-item__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 24px;
}

.bp-faq-item.active .bp-faq-item__answer {
    max-height: 300px;
    padding: 0 24px 22px;
}

.bp-faq-item__answer p {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
    margin: 0;
}

/* ================================================
   SCROLL ANIMATIONS
   ================================================ */
.bp-section__content,
.bp-section__media {
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.bp-section.bp-animate .bp-section__content,
.bp-section.bp-animate .bp-section__media {
    opacity: 0;
    transform: translateY(30px);
}

.bp-section.bp-animate .bp-section__media--left {
    transform: translateX(-30px);
}

.bp-section.bp-animate .bp-section__media--right {
    transform: translateX(30px);
}

.bp-section.bp-visible .bp-section__content,
.bp-section.bp-visible .bp-section__media {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

.bp-section.bp-visible .bp-section__media {
    transition-delay: 0.15s;
}

/* ================================================
   RESPONSIVE — Tablet & Mobile
   ================================================ */
@media (max-width: 968px) {
    .bp-section {
        padding: 60px 0;
    }

    .bp-section__container,
    .bp-section__container--reverse {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .bp-section__container--reverse .bp-section__content {
        order: 0;
    }

    .bp-section__title {
        font-size: 28px;
    }

    .bp-section__media--left,
    .bp-section__media--right {
        order: -1;
    }

    .bp-features-grid {
        grid-template-columns: 1fr;
    }

    .bp-support-stats {
        gap: 12px;
    }

    .bp-support-stat {
        padding: 12px;
    }

    .bp-support-stat__value {
        font-size: 20px;
    }

    .bp-cta-banner {
        padding: 60px 20px;
    }

    .bp-cta-banner__content h2 {
        font-size: 28px;
    }

    .bp-cta-banner__trust {
        gap: 12px;
    }

    .bp-exchange-types {
        grid-template-columns: 1fr;
    }

    .bp-exchange-banner__title {
        font-size: 28px;
    }

    .bp-exchange-banner {
        padding: 60px 0;
    }

    .bp-deposits-full {
        padding: 60px 0;
    }

    .bp-deposits-full__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bp-deposit-limits {
        gap: 12px;
    }

    .bp-faq__container {
        padding: 0 16px;
    }

    .bp-faq-item__question {
        font-size: 15px;
        padding: 16px 18px;
    }
}

@media (max-width: 480px) {
    .bp-section {
        padding: 48px 0;
    }

    .bp-section__container {
        padding: 0 16px;
        gap: 30px;
    }

    .bp-section__title {
        font-size: 24px;
    }

    .bp-section__text {
        font-size: 15px;
    }

    .bp-support-stats {
        flex-direction: column;
        gap: 10px;
    }

    .bp-support-actions {
        flex-direction: column;
    }

    .bp-btn {
        justify-content: center;
        width: 100%;
    }

    .bp-cta-banner__content h2 {
        font-size: 24px;
    }

    .bp-cta-banner__content p {
        font-size: 15px;
    }

    .bp-cta-banner__trust {
        flex-direction: row;
        gap: 8px;
    }

    .bp-faq-item__question {
        font-size: 14px;
        padding: 14px 16px;
    }

    .bp-faq-item__answer {
        padding: 0 16px;
    }

    .bp-faq-item.active .bp-faq-item__answer {
        padding: 0 16px 18px;
    }

    .bp-exchange-card {
        padding: 16px;
    }

    .bp-exchange-card h3 {
        font-size: 16px;
    }

    .bp-deposit-limit-item__value {
        font-size: 18px;
    }

    .bp-deposit-limits {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .bp-deposit-limit-item {
        padding: 18px 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
    }

    .bp-deposit-limit-item__label {
        margin-bottom: 0;
    }

    .bp-exchange-banner__title {
        font-size: 24px;
    }

    .bp-exchange-banner__text {
        font-size: 14px;
    }

    .bp-deposits-full__grid {
        grid-template-columns: 1fr;
    }

    .bp-deposits-full__intro {
        font-size: 14px;
    }
}