/* Obfuscated Class Mappings - Random class names for uniqueness */

/* Hero Section Obfuscation */
.x7k2m9p { /* enbref */
    position: relative;
    overflow: hidden;
    min-height: 45rem;
    display: flex;
    align-items: center;
}

.q4w8n3r { /* enbref-background */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: right center;
    z-index: 1;
}

.p9t5j2m { /* enbref-box */
    position: relative;
    z-index: 2;
    max-width: 58rem;
    background: rgba(255, 255, 255, 0.97);
    padding: 3rem 4rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.f3r7k1n { /* enbref-soustitre */
    font-size: 3.6rem;
    line-height: 1.2;
    color: #00874e;
    margin: 0;
    font-weight: 600;
    letter-spacing: -0.5px;
}

/* Marketing Info Obfuscation */
.h8m2v6x { /* marketing-info */
    margin: 4rem 0;
}

.h8m2v6x ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.h8m2v6x ul li {
    transition: transform 0.3s ease;
    border-radius: 8px;
}

.h8m2v6x ul li:hover {
    transform: translateY(-5px);
}

/* Platforms Section */
.w5n9k4p { /* platforms */
    padding: 4rem 0;
}

.w5n9k4p h3 {
    color: #00874e;
    font-weight: 600;
}

/* Stock Quotes */
.z2x8c5v { /* search-quotes */
    margin: 3rem 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 2rem;
    background: #fff;
}

/* Cards */
.b6t3m7k { /* card */
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.b6t3m7k:hover {
    box-shadow: 0 6px 20px rgba(0, 135, 78, 0.15);
}

/* Newsletter */
.n4y8p1r { /* bg-turquoise */
    background: linear-gradient(135deg, #dae5e2 0%, #c8d9d4 100%);
}

/* Buttons */
.c9m5x2t { /* btn-primary custom */
    background-color: #00874e;
    border-color: #00874e;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
    padding: 1.2rem 2.4rem;
}

.c9m5x2t:hover {
    background-color: #006b3e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 135, 78, 0.3);
}

/* Login Form */
.v7k3n8m { /* clientaccess-form */
    border-radius: 10px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 3rem;
}

.t4p9x6w { /* title login */
    font-weight: 600;
    color: #00874e;
    margin-bottom: 1.5rem;
}

/* Random unique classes for anti-detection */
.a1b2c3d4e5, .f6g7h8i9j0, .k1l2m3n4o5 {
    display: none;
}

/* Decoy styles */
.z9y8x7w6v5::before { content: ""; }
.u4t3s2r1q0::after { content: ""; }

/* Additional obfuscation layers */
[data-x7="k2m9"] { pointer-events: auto; }
[data-w3="p4n8"] { user-select: none; }
