/**
 * Front Page Styles - HUZFP PREFIX (Isolated & Consistent with page-about/page-betpro-account)
 * Color Scheme: Gold #D4AF37, Dark #000000, Accents #FFD700
 * @package Betpro_Theme
 */

/* ==========================================================================
   BACKWARD COMPATIBILITY - Legacy Class Overrides
   These styles apply the new design to sections still using old class names
   ========================================================================== */

/* Section base overrides */
.section.faq,
.section.testimonials,
.section.markets,
.section.comparison,
.section.pricing,
.section.account-available,
.section.recent-articles,
.section.risks {
    padding: 100px 0;
}

/* Section header overrides */
.section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section .section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.section .section-header p {
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

.section .section-header.phi-heading-white h2 {
    color: #fff;
}

.section .section-header.phi-heading-white p {
    color: #94a3b8;
}

.section .section-header.phi-heading-black h2 {
    color: #1a202c;
}

.section .section-header.phi-heading-black p {
    color: #64748b;
}

/* Section tag override */
.section .section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15), rgba(184, 134, 11, 0.1));
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #D4AF37;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Highlight text override */
.section .highlight {
    background: linear-gradient(135deg, #FFD700, #D4AF37, #B8860B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* FAQ Section override */
.section.faq {
    background: linear-gradient(180deg, #050505 0%, #0a0a0a 100%);
}

.section.faq .faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(212, 175, 55, 0.1);
    border-radius: 16px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.section.faq .faq-item:hover {
    border-color: rgba(212, 175, 55, 0.4);
}

.section.faq .faq-question {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 22px 25px;
    cursor: pointer;
}

.section.faq .faq-question h3 {
    flex: 1;
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.section.faq .faq-icon svg {
    color: #D4AF37;
}

.section.faq .faq-toggle {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.2), rgba(184, 134, 11, 0.15));
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section.faq .faq-toggle svg {
    color: #D4AF37;
    transition: transform 0.3s ease;
}

.section.faq .faq-item.active .faq-toggle {
    background: #D4AF37;
}

.section.faq .faq-item.active .faq-toggle svg {
    color: #000;
    transform: rotate(45deg);
}

.section.faq .faq-answer {
    display: none;
    padding: 0 25px 22px;
}

.section.faq .faq-item.active .faq-answer {
    display: block;
}

.section.faq .faq-answer p {
    color: #94a3b8;
    line-height: 1.8;
    margin: 0;
}

.section.faq .faq-categories {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.section.faq .faq-category {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: #94a3b8;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.section.faq .faq-category:hover,
.section.faq .faq-category.active {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.2), rgba(184, 134, 11, 0.15));
    border-color: rgba(212, 175, 55, 0.4);
    color: #D4AF37;
}

.section.faq .faq-category svg {
    color: inherit;
}

.section.faq .faq-search-wrapper {
    max-width: 500px;
    margin: 0 auto 30px;
}

.section.faq .faq-search {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 12px 20px;
}

.section.faq .faq-search svg {
    color: #94a3b8;
}

.section.faq .faq-search input {
    flex: 1;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1rem;
    outline: none;
}

.section.faq .faq-search input::placeholder {
    color: #64748b;
}

.section.faq .faq-results-info {
    text-align: center;
    color: #94a3b8;
    font-size: 0.9rem;
    margin-bottom: 30px;
}

.section.faq .faq-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 30px 40px;
    margin-top: 50px;
}

.section.faq .faq-cta-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.section.faq .faq-cta-content svg {
    color: #D4AF37;
}

.section.faq .faq-cta-content h3 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.section.faq .faq-cta-content p {
    color: #94a3b8;
    margin: 0;
}

.section.faq .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #D4AF37, #B8860B);
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.section.faq .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(212, 175, 55, 0.5);
}

/* Testimonials Section override */
.section.testimonials {
    background: #f8f9fa;
}

.section.testimonials .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.section.testimonials .testimonial-card {
    background: white;
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.section.testimonials .testimonial-card:hover {
    transform: translateY(-8px);
    border-color: rgba(212, 175, 55, 0.4);
    box-shadow: 0 20px 50px rgba(212, 175, 55, 0.1);
}

.section.testimonials .stars {
    display: flex;
    gap: 4px;
    margin-bottom: 15px;
}

.section.testimonials .stars svg {
    color: #D4AF37;
}

.section.testimonials .testimonial-card>p {
    color: #64748b;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 20px;
}

.section.testimonials .author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.section.testimonials .author-avatar {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #D4AF37, #B8860B);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    font-size: 0.9rem;
}

.section.testimonials .author strong {
    display: block;
    color: #1a202c;
    font-size: 1rem;
}

.section.testimonials .author span {
    color: #64748b;
    font-size: 0.85rem;
}

/* Responsive for legacy sections */
@media (max-width: 1024px) {
    .section.testimonials .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .section .section-header h2 {
        font-size: 2rem;
    }

    .section.testimonials .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .section.faq .faq-cta {
        flex-direction: column;
        text-align: center;
    }

    .section.faq .faq-cta-content {
        flex-direction: column;
    }
}

/* ==========================================================================
   HERO SECTION - PREMIUM DESIGN
   ========================================================================== */
.huzfp--hero {
    position: relative;
    min-height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 20px 80px;
    background: linear-gradient(135deg, #050505 0%, #0a0a0a 50%, #141414 100%);
    overflow: hidden;
}

.huzfp--hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 30% 20%, rgba(212, 175, 55, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 80%, rgba(184, 134, 11, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(255, 215, 0, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.huzfp--hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(212, 175, 55, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(212, 175, 55, 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%);
}

.huzfp--floating-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    animation: huzfpFloat 20s ease-in-out infinite;
}

.huzfp--orb-1 {
    width: 400px;
    height: 400px;
    background: rgba(212, 175, 55, 0.15);
    top: 10%;
    left: 10%;
}

.huzfp--orb-2 {
    width: 300px;
    height: 300px;
    background: rgba(184, 134, 11, 0.1);
    bottom: 20%;
    right: 15%;
    animation-delay: -7s;
}

.huzfp--orb-3 {
    width: 200px;
    height: 200px;
    background: rgba(255, 215, 0, 0.1);
    top: 50%;
    right: 30%;
    animation-delay: -14s;
}

@keyframes huzfpFloat {

    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);
    }
}

.huzfp--hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.huzfp--hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.2), rgba(184, 134, 11, 0.15));
    border: 1px solid rgba(212, 175, 55, 0.4);
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #D4AF37;
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
}

.huzfp--hero-badge svg {
    color: #D4AF37;
}

.huzfp--badge-pulse {
    width: 8px;
    height: 8px;
    background: #D4AF37;
    border-radius: 50%;
    animation: huzfpPulse 2s ease-in-out infinite;
}

@keyframes huzfpPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(1.3);
    }
}

.huzfp--hero h1 {
    font-size: 3.8rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.15;
}

.huzfp--text-gradient {
    background: linear-gradient(135deg, #FFD700, #D4AF37, #B8860B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.huzfp--hero-subtitle {
    font-size: 1.2rem;
    color: #94a3b8;
    max-width: 750px;
    margin: 0 auto 40px;
    line-height: 1.8;
}

.huzfp--hero-cta {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.huzfp--btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 36px;
    background: linear-gradient(135deg, #D4AF37, #B8860B);
    color: #fff;
    font-weight: 600;
    font-size: 1.05rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3);
    text-decoration: none;
}

.huzfp--btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(212, 175, 55, 0.5);
    color: #fff;
}

.huzfp--btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 36px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-weight: 600;
    font-size: 1.05rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.huzfp--btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
    color: #fff;
}

.huzfp--btn-glow {
    animation: huzfpGlow 2s ease-in-out infinite;
}

@keyframes huzfpGlow {

    0%,
    100% {
        box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3);
    }

    50% {
        box-shadow: 0 4px 40px rgba(212, 175, 55, 0.5);
    }
}

.huzfp--hero-trust {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.huzfp--trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #94a3b8;
    font-size: 0.95rem;
    font-weight: 500;
}

.huzfp--trust-item svg {
    color: #D4AF37;
}

/* Hero Stats Grid */
.huzfp--hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.huzfp--hero-stat {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 25px 20px;
    text-align: center;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.huzfp--hero-stat:hover {
    transform: translateY(-5px);
    border-color: rgba(212, 175, 55, 0.5);
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.15);
}

.huzfp--stat-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.2), rgba(184, 134, 11, 0.15));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.huzfp--stat-icon svg {
    color: #D4AF37;
}

.huzfp--stat-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    background: linear-gradient(135deg, #FFD700, #D4AF37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 5px;
}

.huzfp--stat-label {
    font-size: 0.85rem;
    color: #94a3b8;
    font-weight: 500;
}

/* ==========================================================================
   SECTION BASE STYLES
   ========================================================================== */
.huzfp--section {
    padding: 100px 0;
}

.huzfp--section-header {
    text-align: center;
    margin-bottom: 60px;
}

.huzfp--section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15), rgba(184, 134, 11, 0.1));
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #D4AF37;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.huzfp--section-tag svg {
    color: #D4AF37;
}

.huzfp--section-header h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.huzfp--section-header p {
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

.huzfp--heading-white h2 {
    color: #fff;
}

.huzfp--heading-white p {
    color: #94a3b8;
}

.huzfp--heading-dark h2 {
    color: #1a202c;
}

.huzfp--heading-dark p {
    color: #64748b;
}

.huzfp--highlight {
    background: linear-gradient(135deg, #FFD700, #D4AF37, #B8860B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ==========================================================================
   ABOUT BETPRO SECTION
   ========================================================================== */
.huzfp--about {
    background: #ffffff;
}

.huzfp--about-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    align-items: start;
}

.huzfp--about-main {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.05), rgba(184, 134, 11, 0.03));
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 24px;
    padding: 45px;
}

.huzfp--about-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #D4AF37, #B8860B);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.huzfp--about-icon svg {
    color: #fff;
}

.huzfp--about-main h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 20px;
}

.huzfp--about-main p {
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 15px;
}

.huzfp--about-main p strong {
    color: #1a202c;
}

.huzfp--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 14px 14px 0;
    margin-top: 25px;
}

.huzfp--highlight-box svg {
    color: #3b82f6;
    flex-shrink: 0;
    margin-top: 3px;
}

.huzfp--highlight-box strong {
    display: block;
    color: #1a202c;
    margin-bottom: 8px;
    font-size: 1.05rem;
}

.huzfp--highlight-box p {
    color: #64748b;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.7;
}

.huzfp--about-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.huzfp--about-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 25px;
    transition: all 0.3s ease;
}

.huzfp--about-card:hover {
    transform: translateY(-5px);
    border-color: #D4AF37;
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.1);
}

.huzfp--about-card svg {
    color: #D4AF37;
    margin-bottom: 15px;
}

.huzfp--about-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 8px;
}

.huzfp--about-card p {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

/* ==========================================================================
   FEATURES SECTION
   ========================================================================== */
.huzfp--features {
    background: linear-gradient(180deg, #0a0a12 0%, #0d1117 100%);
}

.huzfp--features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.huzfp--feature-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 40px 30px;
    transition: all 0.3s ease;
    position: relative;
}

.huzfp--feature-card:hover {
    transform: translateY(-10px);
    border-color: rgba(212, 175, 55, 0.4);
    box-shadow: 0 25px 60px rgba(212, 175, 55, 0.1);
}

.huzfp--feature-number {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 3rem;
    font-weight: 800;
    color: rgba(212, 175, 55, 0.1);
}

.huzfp--feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.2), rgba(184, 134, 11, 0.15));
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.huzfp--feature-icon svg {
    color: #D4AF37;
}

.huzfp--feature-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.huzfp--feature-card p {
    color: #94a3b8;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* ==========================================================================
   STATS SECTION
   ========================================================================== */
.huzfp--stats {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.08), rgba(184, 134, 11, 0.05));
    padding: 80px 0;
}

.huzfp--stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.huzfp--stats-card {
    background: #fff;
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 20px;
    padding: 35px;
    text-align: center;
    transition: all 0.3s ease;
}

.huzfp--stats-card:hover {
    transform: translateY(-8px);
    border-color: #D4AF37;
    box-shadow: 0 20px 50px rgba(212, 175, 55, 0.15);
}

.huzfp--stats-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #D4AF37, #B8860B);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.huzfp--stats-icon svg {
    color: #fff;
}

.huzfp--stats-number {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #D4AF37, #B8860B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 5px;
}

.huzfp--stats-label {
    font-size: 1rem;
    font-weight: 600;
    color: #1a202c;
}

/* ==========================================================================
   HOW IT WORKS SECTION
   ========================================================================== */
.huzfp--how-it-works {
    background: #ffffff;
}

.huzfp--steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.huzfp--step-card {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.05), rgba(184, 134, 11, 0.02));
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 24px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}

.huzfp--step-card:hover {
    transform: translateY(-10px);
    border-color: rgba(212, 175, 55, 0.4);
    box-shadow: 0 25px 60px rgba(212, 175, 55, 0.1);
}

.huzfp--step-number {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #D4AF37, #B8860B);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.huzfp--step-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15), rgba(184, 134, 11, 0.1));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px auto;
    transition: all 0.3s ease;
}

.huzfp--step-icon svg {
    color: #D4AF37;
}

.huzfp--step-card:hover .huzfp--step-icon {
    transform: scale(1.1) rotate(5deg);
}

.huzfp--step-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 15px;
}

.huzfp--step-card p {
    color: #64748b;
    line-height: 1.7;
    font-size: 0.95rem;
}

.huzfp--info-box {
    display: flex;
    gap: 20px;
    padding: 30px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(99, 102, 241, 0.05));
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.huzfp--info-box svg {
    color: #3b82f6;
    flex-shrink: 0;
    margin-top: 3px;
}

.huzfp--info-box strong {
    display: block;
    color: #1a202c;
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.huzfp--info-box p {
    color: #64748b;
    line-height: 1.7;
    margin: 0;
}

/* ==========================================================================
   CTA SECTION
   ========================================================================== */
.huzfp--cta {
    background: linear-gradient(180deg, #0a0a12 0%, #0d1117 100%);
    text-align: center;
}

.huzfp--cta-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.huzfp--cta h2 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}

.huzfp--cta>p {
    font-size: 1.15rem;
    color: #94a3b8;
    margin-bottom: 40px;
    line-height: 1.8;
}

.huzfp--cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.huzfp--cta-trust {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.huzfp--cta-trust span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #94a3b8;
    font-size: 0.95rem;
    font-weight: 500;
}

.huzfp--cta-trust svg {
    color: #D4AF37;
}

/* ==========================================================================
   DEALER SECTION
   ========================================================================== */
.huzfp--dealer {
    background: linear-gradient(180deg, #0a0a12 0%, #0d1117 100%);
}

.huzfp--dealer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

.huzfp--dealer-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.huzfp--dealer-content p {
    color: #94a3b8;
    line-height: 1.8;
    margin-bottom: 15px;
}

.huzfp--dealer-features {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.huzfp--dealer-features li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 0;
    color: #e2e8f0;
    font-weight: 500;
    font-size: 1.05rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.huzfp--dealer-features li:last-child {
    border-bottom: none;
}

.huzfp--dealer-features li svg {
    color: #D4AF37;
    flex-shrink: 0;
}

.huzfp--dealer-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px;
    text-align: center;
}

.huzfp--dealer-avatar {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #D4AF37, #B8860B);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
}

.huzfp--dealer-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.huzfp--dealer-card span {
    display: block;
    color: #D4AF37;
    font-weight: 600;
    margin-bottom: 20px;
}

.huzfp--dealer-stats {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
}

.huzfp--dealer-stat {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.05);
    padding: 12px 18px;
    border-radius: 12px;
    color: #e2e8f0;
    font-size: 0.95rem;
}

.huzfp--dealer-stat-icon {
    font-size: 1.2rem;
}

.huzfp--whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 18px 25px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    transition: all 0.3s ease;
    text-decoration: none;
}

.huzfp--whatsapp-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
    color: #fff;
}

/* ==========================================================================
   ACCOUNTS SECTION
   ========================================================================== */
.huzfp--accounts {
    background: #f8fafc;
}

.huzfp--accounts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.huzfp--account-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 35px;
    transition: all 0.3s ease;
    position: relative;
}

.huzfp--account-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.huzfp--account-popular {
    border: 2px solid #D4AF37;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.05), rgba(184, 134, 11, 0.02));
}

.huzfp--popular-badge {
    position: absolute;
    top: -12px;
    right: 25px;
    background: linear-gradient(135deg, #D4AF37, #B8860B);
    color: #fff;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.huzfp--account-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.huzfp--account-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.huzfp--icon-client {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(99, 102, 241, 0.1));
}

.huzfp--icon-client svg {
    color: #3b82f6;
}

.huzfp--icon-dealer {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15), rgba(184, 134, 11, 0.1));
}

.huzfp--icon-dealer svg {
    color: #D4AF37;
}

.huzfp--icon-master {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(234, 179, 8, 0.1));
}

.huzfp--icon-master svg {
    color: #f59e0b;
}

.huzfp--account-header h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 4px;
}

.huzfp--account-subtitle {
    font-size: 0.85rem;
    color: #64748b;
}

.huzfp--account-price {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e8f0;
}

.huzfp--price-amount {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #D4AF37, #B8860B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.huzfp--price-note {
    font-size: 0.85rem;
    color: #64748b;
}

.huzfp--account-desc {
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.huzfp--account-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.huzfp--account-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: #1a202c;
    font-size: 0.9rem;
}

.huzfp--account-features li svg {
    color: #D4AF37;
    flex-shrink: 0;
}

.huzfp--account-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;
}

.huzfp--account-btn:hover {
    background: #D4AF37;
    color: #fff;
}

.huzfp--btn-dealer-active {
    background: linear-gradient(135deg, #D4AF37, #B8860B);
    color: #fff;
}

.huzfp--btn-dealer-active:hover {
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
}

/* ==========================================================================
   TESTIMONIALS SECTION
   ========================================================================== */
.huzfp--testimonials {
    background: #ffffff;
}

.huzfp--testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.huzfp--testimonial-card {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.05), rgba(184, 134, 11, 0.02));
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s ease;
}

.huzfp--testimonial-card:hover {
    transform: translateY(-8px);
    border-color: rgba(212, 175, 55, 0.4);
    box-shadow: 0 20px 50px rgba(212, 175, 55, 0.1);
}

.huzfp--stars {
    display: flex;
    gap: 4px;
    margin-bottom: 15px;
}

.huzfp--stars svg {
    color: #f59e0b;
}

.huzfp--testimonial-card>p {
    color: #64748b;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 20px;
}

.huzfp--author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.huzfp--author-avatar {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #D4AF37, #B8860B);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    font-size: 0.9rem;
}

.huzfp--author strong {
    display: block;
    color: #1a202c;
    font-size: 1rem;
}

.huzfp--author span {
    color: #64748b;
    font-size: 0.85rem;
}

/* ==========================================================================
   FAQ SECTION
   ========================================================================== */
.huzfp--faq {
    background: linear-gradient(180deg, #0a0a12 0%, #0d1117 100%);
}

.huzfp--faq-grid {
    max-width: 900px;
    margin: 0 auto;
}

.huzfp--faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.huzfp--faq-item:hover {
    border-color: rgba(212, 175, 55, 0.4);
}

.huzfp--faq-question {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 22px 25px;
    cursor: pointer;
}

.huzfp--faq-question svg:first-child {
    color: #D4AF37;
    flex-shrink: 0;
}

.huzfp--faq-question h3 {
    flex: 1;
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.huzfp--faq-toggle {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(5, 150, 105, 0.15));
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.huzfp--faq-toggle svg {
    color: #10b981;
    transition: transform 0.3s ease;
}

.huzfp--faq-item.active .huzfp--faq-toggle {
    background: #10b981;
}

.huzfp--faq-item.active .huzfp--faq-toggle svg {
    color: #fff;
    transform: rotate(45deg);
}

.huzfp--faq-answer {
    display: none;
    padding: 0 25px 22px;
}

.huzfp--faq-item.active .huzfp--faq-answer {
    display: block;
}

.huzfp--faq-answer p {
    color: #94a3b8;
    line-height: 1.8;
    margin: 0;
}

/* ==========================================================================
   MARKETS SECTION
   ========================================================================== */
.huzfp--markets {
    background: #f8fafc;
}

.huzfp--markets-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.huzfp--market-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.huzfp--market-card:hover {
    transform: translateY(-8px);
    border-color: #10b981;
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.1);
}

.huzfp--market-icon {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(5, 150, 105, 0.1));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.huzfp--market-icon svg {
    color: #10b981;
}

.huzfp--market-card:hover .huzfp--market-icon {
    transform: scale(1.1) rotate(5deg);
}

.huzfp--market-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 8px;
}

.huzfp--market-card p {
    color: #64748b;
    font-size: 0.9rem;
}

/* ==========================================================================
   COMPARISON SECTION
   ========================================================================== */
.huzfp--comparison {
    background: linear-gradient(180deg, #0a0a12 0%, #0d1117 100%);
}

.huzfp--comparison-table {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    overflow: hidden;
}

.huzfp--comparison-header {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 0;
    background: rgba(16, 185, 129, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.huzfp--comparison-header>div {
    padding: 20px;
    text-align: center;
    font-weight: 700;
    color: #fff;
}

.huzfp--comparison-header>div:first-child {
    text-align: left;
    color: #94a3b8;
}

.huzfp--comparison-row {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.huzfp--comparison-row:last-child {
    border-bottom: none;
}

.huzfp--comparison-row>div {
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.huzfp--comparison-row>div:first-child {
    justify-content: flex-start;
    color: #e2e8f0;
    font-weight: 500;
}

.huzfp--check {
    width: 28px;
    height: 28px;
    background: rgba(16, 185, 129, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.huzfp--check svg {
    color: #10b981;
}

.huzfp--cross {
    width: 28px;
    height: 28px;
    background: rgba(239, 68, 68, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.huzfp--cross svg {
    color: #ef4444;
}

/* ==========================================================================
   PRICING SECTION
   ========================================================================== */
.huzfp--pricing {
    background: #f8fafc;
}

.huzfp--pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.huzfp--pricing-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}

.huzfp--pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.huzfp--pricing-featured {
    border: 2px solid #10b981;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.05), rgba(5, 150, 105, 0.02));
}

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */
@media (max-width: 1024px) {
    .huzfp--hero h1 {
        font-size: 3rem;
    }

    .huzfp--hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .huzfp--about-grid,
    .huzfp--dealer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .huzfp--features-grid,
    .huzfp--steps-grid,
    .huzfp--accounts-grid,
    .huzfp--testimonials-grid,
    .huzfp--pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .huzfp--stats-grid,
    .huzfp--markets-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .huzfp--comparison-header,
    .huzfp--comparison-row {
        grid-template-columns: 1.5fr repeat(2, 1fr);
    }

    .huzfp--comparison-header>div:last-child,
    .huzfp--comparison-row>div:last-child {
        display: none;
    }
}

@media (max-width: 768px) {
    .huzfp--hero {
        min-height: auto;
        padding: 120px 20px 60px;
    }

    /* Fix: Scale down orbs for mobile to prevent overflow */
    .huzfp--orb-1 {
        width: 200px;
        height: 200px;
    }

    .huzfp--orb-2 {
        width: 150px;
        height: 150px;
    }

    .huzfp--orb-3 {
        width: 100px;
        height: 100px;
    }

    .huzfp--hero h1 {
        font-size: 2.2rem;
    }

    .huzfp--hero-subtitle {
        font-size: 1rem;
    }

    .huzfp--hero-trust {
        flex-direction: column;
        gap: 15px;
    }

    .huzfp--hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .huzfp--hero-stat {
        padding: 20px 15px;
    }

    .huzfp--stat-number {
        font-size: 1.5rem;
    }

    .huzfp--features-grid,
    .huzfp--steps-grid,
    .huzfp--stats-grid,
    .huzfp--accounts-grid,
    .huzfp--testimonials-grid,
    .huzfp--markets-grid,
    .huzfp--pricing-grid {
        grid-template-columns: 1fr;
    }

    .huzfp--section-header h2 {
        font-size: 2rem;
    }

    .huzfp--section {
        padding: 70px 0;
    }

    .huzfp--cta h2 {
        font-size: 2rem;
    }

    .huzfp--info-box {
        flex-direction: column;
        text-align: center;
    }

    .huzfp--comparison-header,
    .huzfp--comparison-row {
        grid-template-columns: 1fr 1fr;
    }

    .huzfp--comparison-header>div:nth-child(3),
    .huzfp--comparison-row>div:nth-child(3) {
        display: none;
    }

    .huzfp--faq-question h3 {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .huzfp--hero h1 {
        font-size: 1.8rem;
    }

    .huzfp--hero-cta {
        flex-direction: column;
    }

    .huzfp--btn-primary,
    .huzfp--btn-secondary {
        width: 100%;
        justify-content: center;
    }

    .huzfp--about-main,
    .huzfp--feature-card,
    .huzfp--step-card,
    .huzfp--account-card {
        padding: 25px;
    }

    .huzfp--dealer-card {
        padding: 30px 20px;
    }

    .huzfp--cta-trust {
        flex-direction: column;
        gap: 15px;
    }
}