/*========================

RESET

=========================*/

*{

margin:0;

padding:0;

box-sizing:border-box;

}

html{

scroll-behavior:smooth;

}

body{

font-family:'Poppins',sans-serif;

color:#333;

background:white;

}

img{

max-width:100%;

display:block;

}

a{

text-decoration:none;

}

ul{

list-style:none;

}

/*========================

HEADER

=========================*/

.header{

position:fixed;

top:0;

left:0;

width:100%;

padding:18px 7%;

display:flex;

justify-content:space-between;

align-items:center;

z-index:999;

background: rgba(255,255,255,0.08);
backdrop-filter: blur(12px);

}

.logo img{

height:70px;

}

nav ul{

display:flex;

gap:35px;

}

nav a{

color:white;

font-weight:500;

transition:.3s;

}

nav a:hover{

color:#d7b25c;

}

/*========================

HERO

=========================*/

.hero{

height:100vh;

background:url("../img/hero.jpg") center center/cover no-repeat;

position:relative;

display:flex;

justify-content:center;

align-items:center;

text-align:center;

}

.overlay{

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

background:linear-gradient(

rgba(0,0,0,.35),

rgba(0,0,0,.35)

);

}

.hero-content{

position:relative;

z-index:2;

color:white;

width:min(900px,90%);

}

.hero-content h4{

letter-spacing:4px;

font-weight:400;

margin-bottom:20px;

}

.hero-content h1{

font-family:'Playfair Display',serif;

font-size:68px;

line-height:1.1;

margin-bottom:30px;

}

.hero-content p{

font-size:20px;

line-height:1.8;

margin-bottom:45px;

}

.hero-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

.btn{

padding:16px 35px;

border-radius:50px;

font-weight:600;

transition:.35s;

}

.btn-primary{

background:#c6a34f;

color:white;

}

.btn-primary:hover{

background:#b28f39;

transform:translateY(-3px);

}

.btn-secondary{

border:2px solid white;

color:white;

}

.btn-secondary:hover{

background:white;

color:#1f4d36;

}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
}

body{

    padding-bottom:48px;

}

.landing-page{

    position:relative;

    width:100%;

    height:100vh;

    background:url("../img/background.jpg") center center/cover no-repeat;

    display:flex;

    justify-content:center;

    align-items:center;

    overflow:hidden;

}

.overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.15);

}

.landing-content{

    position:relative;

    z-index:10;

    text-align:center;

    color:white;

}

.logo{

    width:230px;

    margin-bottom:15px;

    transform:translateY(-90px);

    z-index:20;

    position:relative;

    filter:drop-shadow(0 8px 20px rgba(0,0,0,.35));

}

.landing-content h1{

    font-family: Georgia, "Times New Roman", serif;

    font-size:6rem;

    font-weight:400;

    letter-spacing:8px;

    color:#14398d;

    margin-top:-70px;

    margin-bottom:70px;

    text-shadow:
        0 2px 2px rgba(255,255,255,.95),
        0 0 15px rgba(255,255,255,.8),
        2px 2px 6px rgba(0,0,0,.35);

}

.languages{

    display:flex;

    justify-content:center;

    align-items:flex-start;

    gap:170px;

    margin-top:30px;

}

.language-card{

    text-align:center;

}

.language-card h3{

    color:white;

    font-size:2rem;

    font-weight:600;

    line-height:1.25;

    text-shadow:0 3px 8px rgba(0,0,0,.6);

    margin-bottom:18px;

}

.language-card img{

    width:64px;

    border-radius:50%;

    box-shadow:0 8px 18px rgba(0,0,0,.35);

    transition:.35s;

    margin-bottom:18px;

}

.language-card img:hover{

    transform:scale(1.12);

}

.language-card img:hover{

    transform:scale(1.1);

}

.language-card a{

    display:inline-block;

    background:#193b87;

    color:white;

    padding:12px 35px;

    border-radius:10px;

    text-decoration:none;

    font-size:1.5rem;

    font-weight:600;

    border:2px solid #d6b35c;

    transition:.3s;

}

.language-card a:hover{

    background:#d6b35c;

    color:#193b87;

}

.email-box{

    position:absolute;

    right:50px;

    bottom:45px;

    background:white;

    padding:18px 28px;

    border:3px solid #193b87;

    box-shadow:0 10px 25px rgba(0,0,0,.25);

}

.email-box a{

    color:#2f2f6d;

    text-decoration:none;

    font-size:1.3rem;

}

.productos{

padding:80px 10%;

background:#f5f5f5;

}

.productos h2{

text-align:center;

font-size:40px;

margin-bottom:50px;

color:#0b6b2b;

}

.cards{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

gap:30px;

}

.card{

background:white;

border-radius:18px;

overflow:hidden;

box-shadow:0 15px 30px rgba(0,0,0,.12);

transition:.4s;

}

.card:hover{

transform:translateY(-10px);

}

.card img{

width:100%;

height:240px;

object-fit:cover;

}

.card h3{

padding:20px 20px 10px;

font-size:28px;

color:#0b6b2b;

}

.card p{

padding:0 20px 25px;

line-height:1.7;

color:#555;

}

/*=========================
    PRODUCTOS
=========================*/

.productos{
    padding:80px 8%;
    background:#f7f7f7;
}

.productos h2{
    text-align:center;
    font-size:42px;
    color:#0c6b33;
    margin-bottom:50px;
}

.cards{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

    gap:30px;

}

.card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 15px 35px rgba(0,0,0,.12);

    transition:.35s;

}

.card:hover{

    transform:translateY(-10px);

}

.card img{

    width:100%;

    height:230px;

    object-fit:cover;

}

.card h3{

    padding:20px;

    color:#0c6b33;

    font-size:28px;

}

.card p{

    padding:0 20px 25px;

    line-height:1.7;

    color:#555;

}

/*=========================
HIGHLIGHTS
=========================*/

.highlights{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:40px;

padding:90px 8%;

background:#fff;

text-align:center;

}

.highlight{

padding:25px;

transition:.35s;

}

.highlight:hover{

transform:translateY(-8px);

}

.highlight-number{

font-size:42px;

font-weight:700;

color:#c8a45b;

margin-bottom:20px;

}

.highlight h3{

font-size:24px;

margin-bottom:15px;

color:#1d1d1d;

}

.highlight p{

font-size:17px;

line-height:1.8;

color:#666;

}

/*==================================
ABOUT HOME
==================================*/

.about-home{

display:grid;

grid-template-columns:1fr 1fr;

align-items:center;

gap:70px;

padding:110px 8%;

background:#f9f9f9;

}

.about-image img{

width:100%;

border-radius:18px;

box-shadow:0 15px 35px rgba(0,0,0,.15);

transition:.4s;

}

.about-image img:hover{

transform:scale(1.02);

}

.section-subtitle{

letter-spacing:4px;

font-size:14px;

color:#c8a45b;

font-weight:600;

}

.about-content h2{

font-size:46px;

margin:20px 0;

line-height:1.2;

color:#222;

}

.about-content p{

font-size:18px;

line-height:1.9;

color:#666;

margin-bottom:25px;

}

.btn-primary{

display:inline-block;

padding:15px 38px;

background:#c8a45b;

color:#fff;

border-radius:40px;

text-decoration:none;

font-weight:600;

transition:.35s;

}

.btn-primary:hover{

background:#b48e43;

transform:translateY(-3px);

box-shadow:0 12px 25px rgba(0,0,0,.15);

}

/*=================================
PRODUCTOS HOME
=================================*/

.products-home{

padding:110px 8%;

background:#ffffff;

}

.section-title{

max-width:750px;

margin:auto;

text-align:center;

margin-bottom:70px;

}

.section-title span{

letter-spacing:4px;

font-size:14px;

font-weight:600;

color:#c8a45b;

}

.section-title h2{

font-size:48px;

margin:20px 0;

color:#222;

}

.section-title p{

font-size:18px;

line-height:1.8;

color:#666;

}

.products-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

gap:35px;

}

.product-box{

position:relative;

overflow:hidden;

border-radius:18px;

height:420px;

text-decoration:none;

}

.product-box img{

width:100%;

height:100%;

object-fit:cover;

transition:.6s;

}

.product-box:hover img{

transform:scale(1.12);

}

.overlay{

position:absolute;

left:0;

bottom:0;

width:100%;

padding:35px;

background:linear-gradient(to top, rgba(0,0,0,.80), rgba(0,0,0,.10));

color:white;

transition:.35s;

}

.overlay h3{

font-size:34px;

margin-bottom:10px;

}

.overlay p{

font-size:17px;

line-height:1.6;

opacity:.9;

}

/*=================================
WHY US
=================================*/

.why-us{

padding:110px 8%;

background:#f8f8f8;

}

.why-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

gap:35px;

margin-top:70px;

}

.why-card{

background:white;

padding:40px;

border-radius:18px;

box-shadow:0 15px 30px rgba(0,0,0,.08);

transition:.35s;

}

.why-card:hover{

transform:translateY(-10px);

}

.icon{

font-size:48px;

margin-bottom:20px;

}

.why-card h3{

font-size:26px;

margin-bottom:20px;

color:#1f4d36;

}

.why-card p{

line-height:1.8;

color:#666;

}

/*==========================
FOOTER
==========================*/

.footer{

    position:fixed;

    bottom:0;

    left:0;

    width:100%;

    height:48px;

    background:#1c1c1c;

    color:white;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:0 30px;

    font-size:13px;

    z-index:999;

    border-top:1px solid rgba(255,255,255,.1);

}

.footer-container{

    max-width:1200px;

    margin:auto;

    padding:60px 20px;

    display:grid;

    grid-template-columns:
        repeat(auto-fit,minmax(250px,1fr));

    gap:40px;

}

.footer-logo{

    width:170px;

    margin-bottom:20px;

}

.footer h3{

    margin-bottom:18px;

    color:#d4af37;

}

.footer p{

    line-height:1.8;

    color:#d0d0d0;

}

.footer ul{

    list-style:none;

    padding:0;

}

.footer li{

    margin-bottom:12px;

    color:#d0d0d0;

}

.footer-bottom{

    text-align:center;

    border-top:1px solid #333;

    padding:25px;

    color:#888;

}

.footer-email{

    color:white;

    text-decoration:none;

    transition:.3s;

}

.footer-email:hover{

    color:#d4af37;

    text-decoration:underline;

}

/* =========================================
   HEADER PREMIUM
   ========================================= */

.brand{
    display:flex;
    align-items:center;
    z-index:1002;
}

.brand img{
    height:58px;
    width:auto;
}

.menu-toggle{
    display:none;
}

.main-nav ul{
    display:flex;
    align-items:center;
    gap:32px;
}

.language-link{
    border:1px solid rgba(255,255,255,.6);
    border-radius:30px;
    padding:7px 14px;
}

/* Menú legible sobre todas las secciones */
.header{
    background:rgba(19,48,32,.94);
    box-shadow:0 5px 22px rgba(0,0,0,.16);
}

.main-nav a{
    color:#f3d37d;
}

.main-nav a:hover,
.main-nav a:focus-visible{
    color:#fff;
}
html{
    scroll-behavior:smooth;
    scroll-padding-top:82px;
}

.markets-home{
    padding:100px 8%;
    background:#f6f3ec;
}

.markets-grid{
    max-width:1100px;
    margin:45px auto 0;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}

.markets-grid article{
    min-height:150px;
    padding:32px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:10px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 12px 35px rgba(22,45,30,.08);
    text-align:center;
}

.markets-grid strong{
    color:#173d29;
    font-family:'Playfair Display',serif;
    font-size:28px;
}

.markets-grid span{
    color:#5e675f;
    line-height:1.6;
}

.contact-home{
    padding:100px 20px 120px;
    background:linear-gradient(135deg,#173d29,#24563a);
    color:#fff;
    text-align:center;
}

.contact-home span{
    color:#d8b459;
    letter-spacing:4px;
    font-size:13px;
}

.contact-home h2{
    max-width:800px;
    margin:18px auto;
    color:#fff;
    font-size:clamp(34px,5vw,56px);
}

.contact-home p{
    max-width:650px;
    margin:0 auto 32px;
    color:rgba(255,255,255,.84);
}

@media(max-width:768px){
    .markets-home,
    .contact-home{
        padding:75px 22px;
    }

    .markets-grid{
        grid-template-columns:1fr;
    }
}
