/* ===== FIRST SECTION MODERN ===== */
.hero-clean{
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 22%, rgba(214,183,95,0.10), transparent 22%),
        radial-gradient(circle at 18% 35%, rgba(110,168,255,0.08), transparent 24%),
        linear-gradient(90deg, rgba(2,6,23,0.98) 0%, rgba(6,10,20,0.96) 100%);
}

.hero-clean-container{
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 60px;
    align-items: center;
    width: 100%;
}

.hero-clean-content{
    position: relative;
    z-index: 2;
}

.hero-clean-badge{
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.02);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
}

.hero-clean-title{
    margin: 0 0 18px;
    line-height: 1.02;
}

.hero-clean-line{
    display: block;
}

.hero-clean-title .hero-clean-line:first-child{
    font-size: clamp(3rem, 7vw, 5.3rem);
    font-weight: 800;
    color: #fff;
}

.hero-clean-title .profession-text{
    min-height: 1.2em;
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 800;
    background: linear-gradient(90deg, #d6b75f 0%, #6ea8ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-clean-subtitle{
    max-width: 620px;
    color: #cfd6e4;
    font-size: 1.05rem;
    line-height: 1.85;
    margin: 0 0 28px;
}

.hero-clean-actions{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.hero-clean-socials{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hero-clean-socials a{
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.12);
    color: #d6b75f;
    text-decoration: none;
    background: rgba(255,255,255,0.03);
    transition: all .3s ease;
}

.hero-clean-socials a:hover{
    transform: translateY(-3px);
    color: #6ea8ff;
    border-color: rgba(110,168,255,0.35);
}

.hero-clean-visual{
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-clean-image-card{
    width: 100%;
    max-width: 460px;
    padding: 10px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.02);
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
    overflow: hidden;
}

.hero-clean-image{
    width: 100%;
    display: block;
    border-radius: 22px;
    object-fit: cover;
}

.hero-clean-scroll{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #d1d5db;
    font-size: 12px;
    letter-spacing: 3px;
}

.hero-clean-scroll-line{
    width: 1px;
    height: 50px;
    background: linear-gradient(to bottom, transparent, #d6b75f, transparent);
}

.hero-clean-bg{
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    pointer-events: none;
}

.hero-clean-bg-1{
    width: 260px;
    height: 260px;
    top: 90px;
    right: 15%;
    background: rgba(214,183,95,0.10);
}

.hero-clean-bg-2{
    width: 220px;
    height: 220px;
    left: 8%;
    bottom: 90px;
    background: rgba(110,168,255,0.08);
}

/* ===== SECOND SECTION ===== */
.hero-trust-section{
    padding: 80px 0;
}

.hero-trust-container{
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.hero-trust-left h2{
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.12;
    margin: 0 0 16px;
    color: #fff;
}

.hero-trust-left p{
    color: #cfd6e4;
    font-size: 1.02rem;
    line-height: 1.85;
    margin: 0;
    max-width: 600px;
}

.hero-trust-right{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.trust-stat-card{
    padding: 26px 20px;
    border-radius: 22px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
    text-align: center;
}

.trust-stat-card h3{
    margin: 0 0 10px;
    font-size: 2.8rem;
    line-height: 1;
    color: #d6b75f;
    font-family: 'Playfair Display', serif;
}

.trust-stat-card p{
    margin: 0;
    color: #d1d5db;
    font-size: .98rem;
}

/* ===== CALL BUTTON ===== */
.floating-call-btn{
    position: fixed;
    right: 20px;
    bottom: 22px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #d6b75f 0%, #6ea8ff 100%);
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    box-shadow: 0 14px 35px rgba(0,0,0,0.30);
    z-index: 999;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px){
    .hero-clean{
        min-height: auto;
        padding-top: 120px;
        padding-bottom: 50px;
    }

    .hero-clean-container{
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .hero-clean-visual{
        order: 1;
    }

    .hero-clean-content{
        order: 2;
    }

    .hero-trust-container{
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .hero-trust-right{
        grid-template-columns: 1fr;
    }

    .hero-clean-scroll{
        bottom: 10px;
    }
}

@media (max-width: 576px){
    .hero-clean-badge{
        font-size: 13px;
        padding: 8px 14px;
        margin-bottom: 16px;
    }

    .hero-clean-title .hero-clean-line:first-child{
        font-size: 2.4rem;
    }

    .hero-clean-title .profession-text{
        font-size: 2rem;
    }

    .hero-clean-subtitle{
        font-size: 15px;
        line-height: 1.7;
    }

    .hero-clean-actions{
        flex-direction: column;
        align-items: stretch;
    }

    .hero-clean-actions .btn{
        width: 100%;
        text-align: center;
    }

    .hero-clean-socials a{
        width: 42px;
        height: 42px;
    }

    .hero-clean-image-card{
        border-radius: 22px;
        padding: 8px;
    }

    .hero-clean-image{
        border-radius: 16px;
    }

    .hero-clean-scroll{
        font-size: 11px;
        letter-spacing: 2px;
    }

    .hero-clean-scroll-line{
        height: 36px;
    }

    .hero-trust-section{
        padding: 50px 0;
    }

    .trust-stat-card h3{
        font-size: 2.2rem;
    }

    .floating-call-btn{
        width: 54px;
        height: 54px;
        right: 14px;
        bottom: 14px;
        font-size: 20px;
    }
}