/* Fernet Branca - Estilos exactos basados en Figma */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #ECECEC;
    color: #444444;
    line-height: 1.6;
}

/* Container */
.branca-container {
    max-width: 1668px;
    margin: 0 auto;
    background: #ECECEC;
}

/* Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-overlay {
    position: absolute;
    top: 31px;
    left: 40px;
    right: 40px;
    width: 100%;
    height: 417px;
    background: linear-gradient(0deg, rgba(217, 217, 217, 0) 3.21%, #050956 100%);
    mix-blend-mode: multiply;
    border-radius: 48px 48px 0px 0px;
}

.hero-title {
    position: absolute;
    top: 60px;
    right: 80px;
    font-weight: 500;
    font-size: 64px;
    line-height: 78px;
    text-align: right;
    color: #FFFFFF;
    max-width: 711px;
}

/* Main Content */
.main-content {
    padding: 80px;
    max-width: 1668px;
    margin: 0 auto;
}

/* Two Column Text Section */
.two-column-text {
    display: grid;
    grid-template-columns: 630px 1fr;
    gap: 120px;
    margin-bottom: 80px;
    align-items: start;
    position: relative;
}

.left-text {
    padding-top: 150px; /* Posicionar el texto a la mitad del contenido derecho */
}

.left-text p {
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 44px;
    color: #444444;
}

.right-text p {
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 300; /* Más pesado que 100 para que se vea mejor */
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 30px;
}

.right-text p:first-child {
    font-weight: 400; /* Ligeramente más bold para la pregunta */
}

.right-text p:last-child {
    margin-bottom: 0;
}

/* Image Block */
.image-block {
    margin: 80px -80px;
    text-align: center;
}

.content-image {
    max-width: 1165px;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Text Block Center */
.text-block-center {
    max-width: 1490px;
    margin: 80px auto;
    text-align: center;
}

.text-block-center p {
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    color: #444444;
    margin-bottom: 2px;
}

/* White Box */
.white-box {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 50px 60px;
    margin: 80px auto;
    max-width: 1249px;
}

.white-box p {
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    text-align: center;
    color: #050956;
}

/* Argentina Section */
.argentina-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin: 80px 0;
}

.argentina-text p {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #444444;
}

.argentina-image img {
    width: 100%;
    max-width: 735px;
    height: auto;
    border-radius: 20px;
}

/* Blue Box */
.blue-box {
    background: #050956;
    opacity: 0.9;
    backdrop-filter: blur(2px);
    border-radius: 20px;
    padding: 40px 80px 50px;
    margin: 80px 0;
}

.blue-box h2 {
    font-weight: 900;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.blue-box p {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}

/* Final Text */
.final-text {
    max-width: 1451px;
    margin: 80px auto;
    text-align: center;
}

.final-text p {
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    color: #050956;
}

/* Share Section */
.share-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 60px 0;
    padding: 40px 0;
    border-top: 0.5px solid #AAAAAA;
}

.share-label {
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    color: #000000;
}

.share-buttons {
    display: flex;
    gap: 10px;
}

.share-buttons a.facebook{
    width: 20px
}

.share-buttons a.x{
    width: 30px
}

.share-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #444444;
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-btn:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

/* Related Articles */
.related-articles {
    margin-top: 80px;
}

.related-articles h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.related-item {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.related-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.related-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.related-item h4 {
    padding: 15px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #444444;
}

/* Responsive for Two Column Text */
@media (max-width: 1400px) {
    .main-content {
        padding: 60px;
    }
    
    .hero-title {
        font-size: 48px;
        line-height: 58px;
        right: 60px;
    }
    
    .two-column-text {
        grid-template-columns: 500px 1fr;
        gap: 80px;
    }
}

@media (max-width: 1024px) {
    .main-content {
        padding: 40px;
    }
    
    .hero-title {
        font-size: 40px;
        line-height: 48px;
        right: 40px;
        bottom: 40px;
    }
    
    .two-column-text {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .left-text {
        padding-top: 0;
    }
    
    .left-text p {
        font-size: 28px;
        line-height: 36px;
    }
    
    .right-text p {
        font-size: 26px;
        line-height: 34px;
    }
    
    .text-block-center p {
        font-size: 32px;
        line-height: 36px;
    }
    
    .white-box p {
        font-size: 30px;
        line-height: 38px;
    }
    
    .argentina-section {
        grid-template-columns: 1fr;
    }
    
    .argentina-text p {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 30px;
    }
    
    .blue-box {
        padding: 40px;
    }
    
    .blue-box h2 {
        font-size: 32px;
    }
    
    .blue-box p {
        font-size: 24px;
        line-height: 30px;
    }
    
    .final-text p {
        font-size: 28px;
        line-height: 34px;
    }
    
    .related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hero-section {
        height: 500px;
    }
    
    .hero-title {
        font-size: 32px;
        line-height: 40px;
        right: 20px;
        bottom: 30px;
        max-width: 90%;
    }
    
    .main-content {
        padding: 30px 20px;
    }
    
    .text-block-highlight p {
        font-size: 24px;
        line-height: 32px;
    }
    
    .intro-block p {
        font-size: 20px;
        line-height: 28px;
    }
    
    .image-block {
        margin: 40px -20px;
    }
    
    .text-block-center p {
        font-size: 24px;
        line-height: 30px;
    }
    
    .white-box {
        padding: 30px;
    }
    
    .white-box p {
        font-size: 22px;
        line-height: 30px;
    }
    
    .argentina-text p {
        font-size: 20px;
        line-height: 28px;
    }
    
    .blue-box h2 {
        font-size: 26px;
        line-height: 32px;
    }
    
    .blue-box p {
        font-size: 18px;
        line-height: 24px;
    }
    
    .final-text p {
        font-size: 22px;
        line-height: 28px;
    }
    
    .share-section {
        flex-direction: column;
        gap: 15px;
    }
    
    .related-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 26px;
        line-height: 34px;
    }
    
    .text-block-highlight p {
        font-size: 20px;
        line-height: 28px;
    }
    
    .intro-block p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .text-block-center p {
        font-size: 20px;
        line-height: 26px;
    }
    
    .white-box p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .blue-box h2 {
        font-size: 22px;
    }
    
    .blue-box p {
        font-size: 16px;
        line-height: 22px;
    }
    
    .share-btn {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}
