@charset "utf-8";
body{
    background:#050505;
    color:#fff;
}

.breeders-hero{
    position:relative;
    min-height:68vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:120px 20px 80px;
    background:
        linear-gradient(rgba(0,0,0,.72), rgba(0,0,0,.92)),
        url('../images/hero-criaderos.jpg') center/cover no-repeat;
    overflow:hidden;
}

.breeders-content{
    position:relative;
    max-width:850px;
    text-align:center;
    z-index:2;
}

.hero-badge,
.section-head span,
.profile-label,
.services-box span{
    display:inline-block;
    color:#d6b14a;
    letter-spacing:2px;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    margin-bottom:14px;
}

.breeders-content h1{
    font-size:clamp(38px, 6vw, 76px);
    line-height:1;
    margin-bottom:22px;
}

.breeders-content p{
    color:#cfcfcf;
    max-width:680px;
    margin:0 auto 32px;
    font-size:18px;
    line-height:1.7;
}

.hero-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:16px 28px;
    border-radius:999px;
    background:linear-gradient(135deg,#d6b14a,#ffe27a);
    color:#090909;
    font-weight:900;
    text-decoration:none;
    box-shadow:0 20px 45px rgba(214,177,74,.25);
}

.breeders-section,
.profile-details-section,
.breeder-horses-section{
    padding:80px 6%;
}

.section-head{
    text-align:center;
    margin-bottom:45px;
}

.section-head h2{
    font-size:clamp(30px,4vw,48px);
    margin:0 0 12px;
}

.section-head p{
    color:#aaa;
}

.breeders-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.breeder-card{
    background:linear-gradient(180deg,#141414,#090909);
    border:1px solid rgba(214,177,74,.22);
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 30px 80px rgba(0,0,0,.45);
    transition:.35s ease;
}

.breeder-card:hover{
    transform:translateY(-8px);
    border-color:rgba(255,226,122,.55);
}

.breeder-image{
    position:relative;
    height:250px;
    overflow:hidden;
}

.breeder-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s ease;
}

.breeder-card:hover .breeder-image img{
    transform:scale(1.08);
}

.verified-badge{
    position:absolute;
    top:18px;
    left:18px;
    background:rgba(0,0,0,.68);
    color:#ffe27a;
    padding:8px 13px;
    border-radius:999px;
    font-size:12px;
    font-weight:800;
    backdrop-filter:blur(10px);
}

.breeder-body{
    padding:24px;
}

.breeder-location{
    color:#d6b14a;
    font-size:13px;
    font-weight:700;
}

.breeder-body h3{
    font-size:24px;
    margin:10px 0;
}

.breeder-body p{
    color:#aaa;
    line-height:1.6;
    font-size:14px;
}

.breeder-stats{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin:22px 0;
}

.breeder-stats div{
    padding:14px;
    border-radius:18px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
}

.breeder-stats strong{
    display:block;
    color:#ffe27a;
    font-size:18px;
}

.breeder-stats span{
    color:#888;
    font-size:12px;
}

.breeder-actions{
    display:flex;
    gap:12px;
}

.btn-profile{
    flex:1;
    text-align:center;
    padding:14px;
    border-radius:999px;
    background:#fff;
    color:#000;
    text-decoration:none;
    font-weight:900;
}

.btn-whatsapp{
    width:52px;
    height:52px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#25D366;
    color:#fff;
    text-decoration:none;
    font-size:22px;
}

/* PERFIL CRIADERO */

.breeder-profile-hero{
    padding:120px 6% 50px;
    background:
        radial-gradient(circle at top,#33290d,transparent 45%),
        #050505;
}

.profile-card-main{
    max-width:1180px;
    margin:auto;
    display:grid;
    grid-template-columns:280px 1fr;
    gap:36px;
    padding:36px;
    border-radius:36px;
    background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
    border:1px solid rgba(214,177,74,.28);
    box-shadow:0 40px 100px rgba(0,0,0,.55);
}

.profile-avatar{
    width:280px;
    height:280px;
    border-radius:32px;
    overflow:hidden;
    border:1px solid rgba(255,226,122,.35);
}

.profile-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.profile-info h1{
    font-size:clamp(34px,5vw,62px);
    margin:0 0 10px;
}

.profile-city{
    color:#d6b14a;
    font-weight:700;
}

.profile-description{
    max-width:760px;
    color:#c9c9c9;
    line-height:1.8;
}

.profile-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:28px;
}

.profile-actions a{
    padding:14px 22px;
    border-radius:999px;
    text-decoration:none;
    font-weight:900;
}

.profile-whatsapp{
    background:#25D366;
    color:#fff;
}

.profile-mail,
.profile-social{
    background:#fff;
    color:#000;
}

.profile-info-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
    max-width:1180px;
    margin:auto;
}

.profile-info-box,
.services-box{
    background:#101010;
    border:1px solid rgba(214,177,74,.2);
    border-radius:28px;
    padding:28px;
}

.profile-info-box i{
    color:#d6b14a;
    font-size:30px;
    margin-bottom:16px;
}

.profile-info-box h3{
    color:#aaa;
    font-size:15px;
}

.profile-info-box strong{
    color:#ffe27a;
    font-size:26px;
}

.services-box{
    max-width:1180px;
    margin:28px auto 0;
}

.services-box h2{
    font-size:36px;
    margin:0 0 14px;
}

.services-box p{
    color:#cfcfcf;
    line-height:1.8;
}

.horses-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

.horse-card-mini{
    background:#111;
    border-radius:24px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.08);
}

.horse-img{
    height:210px;
}

.horse-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.horse-mini-body{
    padding:20px;
}

.horse-mini-body span{
    color:#d6b14a;
    font-size:12px;
    text-transform:uppercase;
    font-weight:800;
}

.horse-mini-body h3{
    margin:8px 0;
    font-size:22px;
}

.horse-mini-body p{
    color:#999;
    font-size:14px;
}

.horse-mini-body strong{
    display:block;
    color:#ffe27a;
    margin-bottom:16px;
}

.horse-mini-body a{
    display:block;
    text-align:center;
    padding:12px;
    border-radius:999px;
    background:#fff;
    color:#000;
    font-weight:900;
    text-decoration:none;
}

.empty-state{
    grid-column:1 / -1;
    text-align:center;
    padding:60px 20px;
    border-radius:28px;
    background:#101010;
    border:1px solid rgba(214,177,74,.2);
}

.empty-state i{
    font-size:42px;
    color:#d6b14a;
    margin-bottom:18px;
}

@media(max-width:1024px){
    .breeders-grid,
    .horses-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .profile-card-main{
        grid-template-columns:1fr;
        text-align:center;
    }

    .profile-avatar{
        margin:auto;
    }

    .profile-actions{
        justify-content:center;
    }
}

@media(max-width:640px){
    .breeders-section,
    .profile-details-section,
    .breeder-horses-section{
        padding:55px 18px;
    }

    .breeders-grid,
    .horses-grid,
    .profile-info-grid{
        grid-template-columns:1fr;
    }

    .profile-card-main{
        padding:24px;
        border-radius:28px;
    }

    .profile-avatar{
        width:210px;
        height:210px;
    }

    .profile-actions a{
        width:100%;
        text-align:center;
    }
}/* CSS Document */

