/**
 * Betpro Account Page Styles - HUZACC PREFIX (Isolated)
 * @package Betpro_Theme
 */

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.huzacc--hero {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 20px 80px;
    background: linear-gradient(135deg, #0a0a12 0%, #0d1117 50%, #1a1f2e 100%);
    overflow: hidden;
}

.huzacc--hero-bg {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse at 30% 20%, rgba(16, 185, 129, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 80%, rgba(5, 150, 105, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(0, 212, 255, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.huzacc--hero-grid {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(16, 185, 129, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 185, 129, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.4;
    mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
}

.huzacc--floating-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    animation: huzaccFloat 20s ease-in-out infinite;
}

.huzacc--orb-1 {
    width: 400px;
    height: 400px;
    background: rgba(16, 185, 129, 0.15);
    top: 10%;
    left: 10%;
}

.huzacc--orb-2 {
    width: 300px;
    height: 300px;
    background: rgba(59, 130, 246, 0.1);
    bottom: 20%;
    right: 15%;
    animation-delay: -7s;
}

.huzacc--orb-3 {
    width: 200px;
    height: 200px;
    background: rgba(139, 92, 246, 0.1);
    top: 50%;
    right: 30%;
    animation-delay: -14s;
}

@keyframes huzaccFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(30px, -30px) scale(1.05); }
    50% { transform: translate(-20px, 20px) scale(0.95); }
    75% { transform: translate(-30px, -20px) scale(1.02); }
}

.huzacc--hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.huzacc--hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(5, 150, 105, 0.15));
    border: 1px solid rgba(16, 185, 129, 0.4);
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #10b981;
    margin-bottom: 25px;
    backdrop-filter: blur(10px);
}

.huzacc--hero-badge svg {
    color: #10b981;
}

.huzacc--hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.huzacc--text-gradient {
    background: linear-gradient(135deg, #10b981, #34d399, #059669);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.huzacc--hero-subtitle {
    font-size: 1.2rem;
    color: #94a3b8;
    max-width: 700px;
    margin: 0 auto 35px;
    line-height: 1.8;
}

.huzacc--hero-cta {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.huzacc--btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.3);
    text-decoration: none;
    font-size: 1rem;
}

.huzacc--btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(16, 185, 129, 0.5);
    color: #fff;
}

.huzacc--btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.huzacc--btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
    color: #fff;
}

.huzacc--btn-glow {
    animation: huzaccGlow 2s ease-in-out infinite;
}

@keyframes huzaccGlow {
    0%, 100% { box-shadow: 0 4px 20px rgba(16, 185, 129, 0.3); }
    50% { box-shadow: 0 4px 40px rgba(16, 185, 129, 0.5); }
}

.huzacc--hero-trust {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.huzacc--trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #94a3b8;
    font-size: 0.9rem;
    font-weight: 500;
}

.huzacc--trust-item svg {
    color: #10b981;
}

/* ==========================================================================
   SECTION BASE
   ========================================================================== */
.huzacc--section {
    padding: 100px 0;
}

.huzacc--section-header {
    text-align: center;
    margin-bottom: 60px;
}

.huzacc--section-tag {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(5, 150, 105, 0.1));
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #10b981;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.huzacc--section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.huzacc--section-header p {
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

.huzacc--heading-white h2 { color: #fff; }
.huzacc--heading-white p { color: #94a3b8; }
.huzacc--heading-dark h2 { color: #1a202c; }
.huzacc--heading-dark p { color: #64748b; }

.huzacc--highlight {
    background: linear-gradient(135deg, #10b981, #34d399, #059669);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ==========================================================================
   WHAT IS BETPRO SECTION
   ========================================================================== */
.huzacc--what-is {
    background: #ffffff;
}

.huzacc--what-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    align-items: start;
}

.huzacc--info-card {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.05), rgba(5, 150, 105, 0.03));
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 24px;
    padding: 40px;
}

.huzacc--card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.huzacc--card-icon svg {
    color: #fff;
}

.huzacc--info-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 15px;
}

.huzacc--info-card p {
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 20px;
}

.huzacc--highlight-box {
    display: flex;
    gap: 15px;
    padding: 20px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(99, 102, 241, 0.05));
    border-left: 4px solid #3b82f6;
    border-radius: 0 12px 12px 0;
    margin-top: 25px;
}

.huzacc--highlight-box svg {
    color: #3b82f6;
    flex-shrink: 0;
    margin-top: 3px;
}

.huzacc--highlight-box strong {
    display: block;
    color: #1a202c;
    margin-bottom: 5px;
}

.huzacc--highlight-box p {
    color: #64748b;
    font-size: 0.95rem;
    margin: 0;
}

.huzacc--mini-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.huzacc--mini-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 25px;
    transition: all 0.3s ease;
}

.huzacc--mini-card:hover {
    transform: translateY(-5px);
    border-color: #10b981;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.1);
}

.huzacc--mini-card svg {
    color: #10b981;
    margin-bottom: 15px;
}

.huzacc--mini-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 8px;
}

.huzacc--mini-card p {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

/* ==========================================================================
   REGISTRATION STEPS
   ========================================================================== */
.huzacc--registration {
    background: linear-gradient(180deg, #0a0a12 0%, #0d1117 100%);
}

.huzacc--steps-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}

.huzacc--step-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}

.huzacc--step-card:hover {
    transform: translateY(-8px);
    border-color: rgba(16, 185, 129, 0.4);
    box-shadow: 0 20px 50px rgba(16, 185, 129, 0.1);
}

.huzacc--step-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
}

.huzacc--step-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(5, 150, 105, 0.15));
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 20px;
}

.huzacc--step-icon svg {
    color: #10b981;
}

.huzacc--step-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.huzacc--step-card p {
    color: #94a3b8;
    font-size: 0.9rem;
    line-height: 1.6;
}

.huzacc--step-final {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(5, 150, 105, 0.08));
    border-color: rgba(16, 185, 129, 0.3);
}

.huzacc--cta-center {
    text-align: center;
}

.huzacc--cta-note {
    color: #94a3b8;
    font-size: 0.9rem;
    margin-top: 15px;
}

/* ==========================================================================
   ACCOUNT TYPES
   ========================================================================== */
.huzacc--account-types {
    background: #f8fafc;
}

.huzacc--types-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.huzacc--type-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 35px;
    transition: all 0.3s ease;
    position: relative;
}

.huzacc--type-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.huzacc--type-popular {
    border: 2px solid #10b981;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.05), rgba(5, 150, 105, 0.02));
}

.huzacc--popular-badge {
    position: absolute;
    top: -12px;
    right: 25px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.huzacc--type-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.huzacc--type-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.huzacc--icon-client {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(99, 102, 241, 0.1));
}
.huzacc--icon-client svg { color: #3b82f6; }

.huzacc--icon-dealer {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(5, 150, 105, 0.1));
}
.huzacc--icon-dealer svg { color: #10b981; }

.huzacc--icon-master {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(234, 179, 8, 0.1));
}
.huzacc--icon-master svg { color: #f59e0b; }

.huzacc--type-header h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 4px;
}

.huzacc--type-subtitle {
    font-size: 0.85rem;
    color: #64748b;
}

.huzacc--type-price {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e8f0;
}

.huzacc--price-amount {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #10b981, #059669);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.huzacc--price-note {
    font-size: 0.85rem;
    color: #64748b;
}

.huzacc--type-desc {
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.huzacc--type-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.huzacc--type-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: #1a202c;
    font-size: 0.9rem;
}

.huzacc--type-features li svg {
    color: #10b981;
    flex-shrink: 0;
}

.huzacc--type-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 20px;
    background: #f1f5f9;
    color: #1a202c;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.huzacc--type-btn:hover {
    background: #10b981;
    color: #fff;
}

.huzacc--btn-dealer {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
}

.huzacc--btn-dealer:hover {
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}

/* ==========================================================================
   SECURITY SECTION
   ========================================================================== */
.huzacc--security {
    background: #ffffff;
}

.huzacc--security-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.huzacc--security-card {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.05), rgba(5, 150, 105, 0.02));
    border: 1px solid rgba(16, 185, 129, 0.15);
    border-radius: 20px;
    padding: 35px;
    transition: all 0.3s ease;
}

.huzacc--security-card:hover {
    transform: translateY(-8px);
    border-color: rgba(16, 185, 129, 0.4);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.1);
}

.huzacc--security-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.huzacc--security-icon svg {
    color: #fff;
}

.huzacc--security-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 12px;
}

.huzacc--security-card p {
    color: #64748b;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* ==========================================================================
   STATS SECTION
   ========================================================================== */
.huzacc--stats {
    background: linear-gradient(180deg, #0a0a12 0%, #0d1117 100%);
}

.huzacc--stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.huzacc--stat-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 35px;
    text-align: center;
    transition: all 0.3s ease;
}

.huzacc--stat-card:hover {
    transform: translateY(-8px);
    border-color: rgba(16, 185, 129, 0.4);
    box-shadow: 0 20px 50px rgba(16, 185, 129, 0.1);
}

.huzacc--stat-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(5, 150, 105, 0.15));
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.huzacc--stat-icon svg {
    color: #10b981;
}

.huzacc--stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #10b981, #34d399);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 5px;
}

.huzacc--stat-label {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.huzacc--stat-card p {
    color: #94a3b8;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* ==========================================================================
   PAYMENT METHODS
   ========================================================================== */
.huzacc--payment {
    background: #f8fafc;
}

.huzacc--payment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 50px;
}

.huzacc--payment-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 35px;
    transition: all 0.3s ease;
}

.huzacc--payment-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.huzacc--payment-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.huzacc--payment-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.huzacc--jazzcash {
    background: linear-gradient(135deg, #dc143c, #b91c1c);
}
.huzacc--jazzcash svg { color: #fff; }

.huzacc--easypaisa {
    background: linear-gradient(135deg, #10b981, #059669);
}
.huzacc--easypaisa svg { color: #fff; }

.huzacc--bank {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}
.huzacc--bank svg { color: #fff; }

.huzacc--payment-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a202c;
}

.huzacc--payment-card > p {
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 20px;
}

.huzacc--payment-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.huzacc--payment-features li {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(5, 150, 105, 0.05));
    color: #10b981;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

/* ==========================================================================
   CONTACT SECTION
   ========================================================================== */
.huzacc--contact {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.05), rgba(5, 150, 105, 0.03));
}

.huzacc--contact-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

.huzacc--contact-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 20px;
}

.huzacc--contact-content > p {
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

.huzacc--contact-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    border: 2px solid #10b981;
    border-radius: 20px;
    padding: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 25px;
}

.huzacc--contact-card:hover {
    transform: translateX(10px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.2);
}

.huzacc--contact-flag {
    font-size: 2.5rem;
}

.huzacc--contact-info {
    flex: 1;
}

.huzacc--contact-country {
    display: block;
    font-size: 0.85rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.huzacc--contact-number {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: #1a202c;
}

.huzacc--contact-status {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    color: #10b981;
    font-weight: 600;
}

.huzacc--status-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    animation: huzaccPulse 2s ease-in-out infinite;
}

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

.huzacc--contact-action {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.huzacc--contact-action svg {
    color: #fff;
}

.huzacc--contact-features {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.huzacc--cf-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #1a202c;
    font-weight: 500;
}

.huzacc--cf-item svg {
    color: #10b981;
}

/* WhatsApp Mockup */
.huzacc--whatsapp-mockup {
    background: #0b141a;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.huzacc--wa-header {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #1f2c33;
    padding: 15px 20px;
}

.huzacc--wa-avatar {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
}

.huzacc--wa-info {
    flex: 1;
}

.huzacc--wa-name {
    display: block;
    color: #fff;
    font-weight: 600;
}

.huzacc--wa-status {
    font-size: 0.8rem;
    color: #10b981;
}

.huzacc--wa-messages {
    padding: 20px;
    min-height: 300px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkFERjI2QjYwQkZEMTFFNzgwODJDQkY2QzlBNkJFRUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkFERjI2QjcwQkZEMTFFNzgwODJDQkY2QzlBNkJFRUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQURGMjZCNDBCRkQxMUU3ODA4MkNCRjZDOUE2QkVFRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCQURGMjZCNTBCRkQxMUU3ODA4MkNCRjZDOUE2QkVFRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAAAAAAALAAAAAAyADIAAAT/8MlJq7046827/2AojmRpnmiqrmzrvnAsz3Rt33iu73zv/8CgcEgsGo/IpHLJbDqf0Kh0Sq1ar9isdsvter/gsHhMLpvP6LR6zW673/C4fE6v2+/4vH7P7/v/gIGCg4SFhoeIiYqLjI2Oj5CRkpOUlZaXmJmam5ydnp+goaKjpKWmp6ipqqusra6vsLGys7S1tre4ubq7vL2+v8DBwsPExcbHyMnKy8zNzs/Q0dLT1NXW19jZ2tvc3d7f4OHi4+Tl5ufo6err7O3u7/Dx8vP09fb3+Pn6+/z9/v8AAwocSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmzZs4c+rcybOnz59AgwodSrSo0aNIkypdyrSp06dQo0qdSrWq1atYs2rdyrWr169gw4odS7as2bNo06pdy7at27dw48qdS7eu3bt48+rdy7ev37+AAwseTLiw4cOIEytezLix48eQI0ueTLmy5cuYM2vezLmz58+gQ4seTbq06dOoU6tezbq169ewY8ueTbu27du4c+vezbu379/AgwsfTry48ePIkytfzry58+fQo0ufTr269evYs2vfzr279+/gw4sfT768+fPo06tfz769+/fw48ufT7++/fv48+vfz7+///8ABijggAQWaOCBCCao4IIMNujggxBGKOGEFFZo4YUYZqjhhhx26OGHIIYo4ogklmjiiSimqOKKLLbo4oswxijjjDTWaOONOOao44489ujjj0AGKeSQRBZp5JFIJqnkkkw26eSTUEYp5ZRUVmnllVhmqeWWXHbp5ZdghinmmGSWaeaZaKap5ppstunmm3DGKeecdNZp55145qnnnnz26eefgAYq6KCEFmrooYgmquiijDbq6KOQRirppJRWaumlmGaq6aacdurpp6CGKuqopJZq6qmopqrqqqy26uqrsMYq66y01mrrrbjmquuuvPbq66/ABivssMQWa+yxyCar7LLMNuvss9BGK+201FZr7bXYZqvtttx26+234IYr7rjklmvuueimq+667Lbr7rvwxivvvPTWa++9+Oar77789uvvvwAHLPDABBds8MEIJ6zwwgw37PDDEEcs8cQUV2zxxRhnrPHGHHfs8ccghyzyyCSXbPLJKKes8sost+zyyzDHLPPMNNds880456zzzjz37PPPQAct9NBEF2300UgnrfTSTDft9NNQRy311FRXbfXVWGet9dZcd+3112CHLfbYZJdt9tlop6322my37fbbcMct99x012333XjnrffefPft99+ABy744IQXbvjhiCeu+OKKI/4YAQQ.');
}

.huzacc--wa-msg {
    max-width: 80%;
    padding: 12px 15px;
    border-radius: 12px;
    margin-bottom: 10px;
    position: relative;
}

.huzacc--wa-msg p {
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

.huzacc--wa-time {
    display: block;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
    text-align: right;
    margin-top: 5px;
}

.huzacc--wa-received {
    background: #1f2c33;
    margin-right: auto;
}

.huzacc--wa-sent {
    background: #005c4b;
    margin-left: auto;
}

/* ==========================================================================
   FAQ SECTION
   ========================================================================== */
.huzacc--faq {
    background: #ffffff;
}

.huzacc--faq-grid {
    max-width: 900px;
    margin: 0 auto;
}

.huzacc--faq-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.huzacc--faq-item:hover {
    border-color: #10b981;
}

.huzacc--faq-question {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 25px;
    cursor: pointer;
}

.huzacc--faq-question svg:first-child {
    color: #10b981;
    flex-shrink: 0;
}

.huzacc--faq-question h3 {
    flex: 1;
    font-size: 1.05rem;
    font-weight: 600;
    color: #1a202c;
    margin: 0;
}

.huzacc--faq-toggle {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(5, 150, 105, 0.05));
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.huzacc--faq-toggle svg {
    color: #10b981;
    transition: transform 0.3s ease;
}

.huzacc--faq-item.active .huzacc--faq-toggle {
    background: #10b981;
}

.huzacc--faq-item.active .huzacc--faq-toggle svg {
    color: #fff;
    transform: rotate(45deg);
}

.huzacc--faq-answer {
    display: none;
    padding: 0 25px 20px;
}

.huzacc--faq-item.active .huzacc--faq-answer {
    display: block;
}

.huzacc--faq-answer p {
    color: #64748b;
    line-height: 1.8;
    margin: 0;
}

/* ==========================================================================
   FINAL CTA SECTION
   ========================================================================== */
.huzacc--final-cta {
    background: linear-gradient(180deg, #0a0a12 0%, #0d1117 100%);
    text-align: center;
}

.huzacc--cta-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.huzacc--cta-wrapper h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}

.huzacc--cta-wrapper > p {
    font-size: 1.15rem;
    color: #94a3b8;
    margin-bottom: 35px;
}

.huzacc--cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.huzacc--cta-trust {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.huzacc--cta-trust span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #94a3b8;
    font-size: 0.9rem;
}

.huzacc--cta-trust svg {
    color: #10b981;
}

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */
@media (max-width: 1024px) {
    .huzacc--what-grid,
    .huzacc--contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .huzacc--types-grid,
    .huzacc--security-grid,
    .huzacc--payment-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .huzacc--steps-container,
    .huzacc--stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .huzacc--hero h1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    .huzacc--hero {
        min-height: auto;
        padding: 120px 20px 60px;
    }
    
    /* Fix: Scale down orbs for mobile */
    .huzacc--orb-1 {
        width: 200px;
        height: 200px;
    }
    
    .huzacc--orb-2 {
        width: 150px;
        height: 150px;
    }
    
    .huzacc--orb-3 {
        width: 100px;
        height: 100px;
    }
    
    .huzacc--hero h1 {
        font-size: 2.2rem;
    }
    
    .huzacc--hero-subtitle {
        font-size: 1rem;
    }
    
    .huzacc--hero-trust {
        flex-direction: column;
        gap: 12px;
    }
    
    .huzacc--types-grid,
    .huzacc--security-grid,
    .huzacc--payment-grid,
    .huzacc--steps-container,
    .huzacc--stats-grid {
        grid-template-columns: 1fr;
    }
    
    .huzacc--section-header h2 {
        font-size: 1.8rem;
    }
    
    .huzacc--section {
        padding: 70px 0;
    }
    
    .huzacc--cta-wrapper h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .huzacc--hero h1 {
        font-size: 1.8rem;
    }
    
    .huzacc--hero-cta {
        flex-direction: column;
    }
    
    .huzacc--btn-primary,
    .huzacc--btn-secondary {
        width: 100%;
        justify-content: center;
    }
    
    .huzacc--contact-card {
        flex-direction: column;
        text-align: center;
    }
    
    .huzacc--contact-features {
        justify-content: center;
    }
}
