/* ===== PRODUCT DETAILS GOOD PAGE STYLES ===== */

/* CSS Variables */
:root {
    --havana-red: #D42E12;
    --havana-red-dark: #6E1E11;
    --havana-gold: #BB9C4B;
    --havana-gray: #D9D9D9;
}

/* ===== HERO SECTION ===== */
.hero-section {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0 60px;
    overflow: hidden;
    z-index: 1;
}

.back-button {
    position: absolute;
    top: 140px;
    left: 200px;
    z-index: 10;
}

.back-button-content {
    background-color: black;
    padding: 0;
    border-radius: 4px;
    display: inline-block;
}

.back-button-text {
    color: white;
    font-family: 'Druk Text', Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0;
    display: block;
}

.product-title-container {
    position: relative;
    z-index: 10;
    width: 80%;
    padding: 0;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 80px;
}

.product-title {
    font-size: 64px;
    font-weight: 900;
    color: white;
    margin-bottom: 30px;
    line-height: 0.8;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.product-title-havana-club {
    font-family: 'Druk Text', Arial, sans-serif !important;
    font-weight: 900 !important;
    font-size: 85px !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
    display: block;
    line-height: 0.9;
    max-width: 40%;
}

.product-title-7-anos {
    font-family: 'Druk Wide', Arial, sans-serif !important;
    font-weight: 700 !important;
    font-size: 85px !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    display: block;
    line-height: 0.9;
}

.red-content-container {
    width: 80%;
    background-color: var(--havana-red);
    padding: 40px;
    display: flex;
    align-items: stretch;
    height: auto;
    margin: 0 auto;
    margin-bottom: 80px;
    overflow: visible;
    position: relative;
}

.description-section {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.product-description {
    font-size: 32px;
    line-height: 1;
    color: white;
    margin-bottom: 30px;
    max-width: 100%;
    text-align: right;
}

.awards-image {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

.bottle-section {
    flex: 0 0 20%;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: visible;
    height: auto;
}

.bottle-section-mobile-image {
    display: none;
}

.bottle-container {
    position: fixed;
    top: 650px; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

.center-bottle-image {
    max-width: none;
    width: 260px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
    transform-origin: center bottom;
    will-change: transform;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    filter: drop-shadow(5px 5px 0 var(--havana-red)) drop-shadow(-5px 5px 0 var(--havana-red)) drop-shadow(5px -5px 0 var(--havana-red)) drop-shadow(-5px -5px 0 var(--havana-red));
    animation: bottleEntrance 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 1;
    display: block;
}

@keyframes bottleEntrance {
    0% {
        opacity: 0;
        transform: translate(-50%, 80%);
    }
    60% {
        opacity: 1;
        transform: translate(-50%, -55%);
    }
    80% {
        transform: translate(-50%, -48%);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/* Havana Club 7 Años Bottle (Inside Red Box, positioned to the right) */
.hero-bottle-container {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.hero-bottle-image {
    width: 150px;
    height: auto;
    object-fit: contain;
}

.bottle-decoration-link {
    position: absolute;
    top: 40px;
    right: -10px;
    z-index: 3;
    display: block;
    transition: transform 0.3s ease;
}

.bottle-decoration-link:hover {
    transform: scale(1.2);
}

.bottle-decoration {
    width: 80px;
    height: auto;
    object-fit: contain;
}



.video-section {
    flex: 0 0 40%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 0 40px;
    box-sizing: border-box;
}

.video-embed-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: stretch;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    background-color: #1a1a1a;
}

.video-thumbnail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    min-height: 100%;
    opacity: 1 !important;
    visibility: visible !important;
}

.video-thumbnail:hover {
    opacity: 0.9;
}

.video-thumbnail:hover .play-button-circle {
    transform: scale(1.1);
}

.video-embed-container iframe {
    min-height: 300px;
}

.embedded-video {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
    padding: 0;
}

.play-button-circle {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.play-button-circle:hover {
    transform: scale(1.1);
}

.play-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

/* ===== FLAVOR PROFILE SECTION ===== */
.flavor-profile-section {
    background: #000000;
    padding: 20px 0;
    position: relative;
    overflow: visible;
    z-index: 5;
}

.flavor-profile-container {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.flavor-profile-left {
    flex: 0 0 35%;
    max-width: 35%;
}

.flavor-profile-title {
    color: #FFFFFF;
    font-size: 64px;
    line-height: 1.25;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 32px;
}

.flavor-profile-description {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 1;
}

.flavor-profile-bottle {
    flex: 0 0 30%;
    max-width: 30%;
    margin: 0;
}

.flavor-bottle-image {
    width: 245px;
    height: 730px;
    transform: rotate(3.5deg);
}

.flavor-profile-right {
    flex: 0 0 35%;
    max-width: 35%;
}

.flavor-icons {
    width: 626px;
    height: 156px;
}

/* ===== DRINKS SECTION ===== */
.drinks-section {
    position: relative;
    padding: 0;
    z-index: 60;
    overflow: hidden;
    min-height: 400px;
}

.drinks-section::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background-image: var(--bg-image-url);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(4px);
    z-index: 0;
}

.drinks-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.drinks-container {
    width: 90%;
    margin: 0 auto;
    padding: 64px 40px;
    position: relative;
    z-index: 2;
}

.drinks-title {
    color: #FFFFFF;
    font-size: 85px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 64px;
    position: relative;
    z-index: 1;
    font-family: 'Druk Text', Arial, sans-serif;
}

/* === CAROUSEL LINEAL INFINITO === */
.css-carousel-demo-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 64px;
    z-index: 100;
    overflow: hidden;
}

.css-cards-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    display: flex;
    justify-content: center;
    z-index: 2;
}

.css-cards {
    display: flex;
    align-items: flex-start;
    gap: 6rem;
    padding-top: 30px;
    margin-bottom: 20px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.css-card {
    position: relative;
    width: 300px;
    flex-shrink: 0;
    text-decoration: none !important;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
    opacity: 0.9;
}

.css-card:hover {
    opacity: 1;
    transform: translateY(-10px) scale(1.05);
    text-decoration: none !important;
}

.css-card-image-wrapper {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

.css-card-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(10px 0 0 var(--havana-red)) 
            drop-shadow(-10px 0 0 var(--havana-red)) 
            drop-shadow(0 10px 0 var(--havana-red)) 
            drop-shadow(0 -10px 0 var(--havana-red))
            drop-shadow(0 15px 30px rgba(0, 0, 0, 0.5));
    transition: all 0.3s ease;
}

.css-card:hover .css-card-image {
    filter: drop-shadow(10px 0 0 var(--havana-red)) 
            drop-shadow(-10px 0 0 var(--havana-red)) 
            drop-shadow(0 10px 0 var(--havana-red)) 
            drop-shadow(0 -10px 0 var(--havana-red))
            drop-shadow(0 20px 40px rgba(212, 46, 18, 0.6)) 
            drop-shadow(0 0 20px rgba(212, 46, 18, 0.4));
    transform: scale(1.05);
}

.cocktail-name {
    color: var(--havana-red);
    font-size: 64px;
    line-height: 1.2;
    font-weight: 900;
    font-style: italic;
    font-family: 'Druk Text', Arial, sans-serif !important;
    text-transform: uppercase;
    margin-top: 16px;
    text-align: center;
    position: relative;
    z-index: 5;
    text-decoration: none !important;
    border-bottom: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.css-card .cocktail-name,
.css-card h3.cocktail-name,
a.css-card .cocktail-name,
a.css-card h3.cocktail-name {
    font-family: 'Druk Text', Arial, sans-serif !important;
    text-decoration: none !important;
    border-bottom: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Animación infinita automática - empieza desde la derecha */
@keyframes scroll {
    from {
        transform: translateX(calc(50vw - 50%));
    }
    to {
        transform: translateX(calc(-50vw - 50%));
    }
}

.css-cards.marquee-active {
    animation: scroll 20s linear infinite;
    will-change: transform;
    justify-content: flex-start;
}

.css-cards.marquee-inactive {
    animation: none;
    justify-content: center;
}

.css-cards-wrapper:hover .css-cards {
    animation-play-state: paused;
}

.css-card:hover {
    z-index: 10;
}



.drink-item {
    text-align: center;
}

.drink-image {
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
}

.drink-7-ginger {
    width: 214px;
    height: 331px;
}

.drink-cancha {
    width: 245px;
    height: 262px;
}

.drink-old-fashioned {
    width: 230px;
    height: 291px;
}

.drink-name {
    font-size: 64px;
    line-height: 1.25;
    font-weight: 900;
    font-style: italic;
    color: var(--havana-red);
}

.drink-name-old-fashioned {
    text-align: right;
}

/* CSS para mostrar solo 3 elementos y mantener el mismo tamaño */
#css-cocktail-1:checked ~ .css-cocktails-cards #css-cocktail-song-1,
#css-cocktail-2:checked ~ .css-cocktails-cards #css-cocktail-song-2,
#css-cocktail-3:checked ~ .css-cocktails-cards #css-cocktail-song-3,
#css-cocktail-4:checked ~ .css-cocktails-cards #css-cocktail-song-4 {
    opacity: 1;
    z-index: 10;
}

/* Mostrar solo 3 elementos por vez */
#css-cocktail-1:checked ~ .css-cocktails-cards #css-cocktail-song-1,
#css-cocktail-1:checked ~ .css-cocktails-cards #css-cocktail-song-2,
#css-cocktail-1:checked ~ .css-cocktails-cards #css-cocktail-song-3,
#css-cocktail-2:checked ~ .css-cocktails-cards #css-cocktail-song-2,
#css-cocktail-2:checked ~ .css-cocktails-cards #css-cocktail-song-3,
#css-cocktail-2:checked ~ .css-cocktails-cards #css-cocktail-song-4,
#css-cocktail-3:checked ~ .css-cocktails-cards #css-cocktail-song-3,
#css-cocktail-3:checked ~ .css-cocktails-cards #css-cocktail-song-4,
#css-cocktail-3:checked ~ .css-cocktails-cards #css-cocktail-song-1,
#css-cocktail-4:checked ~ .css-cocktails-cards #css-cocktail-song-4,
#css-cocktail-4:checked ~ .css-cocktails-cards #css-cocktail-song-1,
#css-cocktail-4:checked ~ .css-cocktails-cards #css-cocktail-song-2 {
    display: block;
}

/* ===== RUMS CAROUSEL SECTION ===== */
.rums-carousel-section {
    padding: 20px 0;
    position: relative;
    background-color: var(--havana-red);
    z-index: 60;
}

.rums-carousel-container {
    width: 90%;
    margin: 0 auto;
    padding: 20px 40px;
}

.rums-title {
    color: #FFFFFF;
    font-size: 85px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 64px;
}

.rums-carousel-wrapper {
    position: relative;
}

.carousel-container {
    overflow: visible;
    padding: 0 60px;
}

.carousel-track {
    display: flex;
    transition: transform 0.3s ease;
    gap: 64px;
    justify-content: center;
    align-items: center;
    width: max-content;
    margin: 0 auto;
}

.rum-item {
    text-align: center;
    flex-shrink: 0;
}

.rum-item:hover .rum-image {
    transform: translate(-50%, -50%) rotate(-5deg) scale(1.1);
}

.rum-circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--havana-red-dark);
    z-index: 1;
}

.rum-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-5deg);
    width: 140%;
    height: auto;
    max-height: 160%;
    object-fit: contain;
    z-index: 2;
    transition: transform 0.3s ease;
}

.rum-text-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rum-brand {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 900;
    font-style: italic;
    color: var(--havana-gold);
    text-transform: uppercase;
    margin-bottom: 2px;
    font-family: var(--font-heading);
}

.rum-name {
    font-size: 43px;
    line-height: 1.1;
    font-weight: 900;
    font-style: italic;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0;
    font-family: var(--font-heading);
}

.carousel-nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.carousel-nav-button.prev {
    left: -30px;
}

.carousel-nav-button.next {
    right: -30px;
}

.carousel-nav-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1200px) {
    .product-title-container {
        width: 85%;
        padding: 0;
    }
    
    .red-content-container {
        width: 85%;
        padding: 60px 30px;
        margin-bottom: 60px;
    }
    
    .flavor-profile-container {
        width: 85%;
        padding: 64px 30px;
    }
    
    .drinks-container {
        width: 85%;
        padding: 64px 30px;
    }
    
    .rums-carousel-container {
        width: 90%;
        padding: 64px 30px;
    }
    
    .flavor-profile-container {
        padding: 0 100px;
    }
    
    .drinks-container {
        padding: 0 80px;
    }
    
    .rums-carousel-container {
        padding: 0 100px;
    }
}

@media (max-width: 768px) {
    .product-title-container {
        width: 90%;
        padding: 0;
    }
    
    .product-title {
        text-align: left;
        font-size: 60px;
    }
    
    .red-content-container {
        width: 90%;
        flex-direction: column;
        padding: 40px 20px;
        gap: 30px;
        min-height: auto;
        margin-bottom: 50px;
    }
    
    .product-description {
        text-align: center;
        font-size: 28px;
    }
    
    .flavor-profile-container {
        width: 90%;
        padding: 40px 20px;
    }
    
    .drinks-container {
        width: 90%;
        padding: 40px 20px;
    }
    
    .rums-carousel-container {
        width: 90%;
        padding: 40px 20px;
    }
    
    .description-section {
        flex: none;
        width: 100%;
    }
    
    .bottle-section {
        flex: none;
        width: 100%;
    }
    
    .center-bottle-image {
        max-height: 300px;
        top: 150px;
    }
    
    .video-section {
        flex: none;
        width: 100%;
    }
    
    .video-embed-container {
        height: 200px;
    }
    
    .flavor-profile-container {
        flex-direction: column;
        padding: 0 40px;
        gap: 40px;
    }
    
    .flavor-profile-left {
        max-width: 100%;
    }
    
    .flavor-profile-bottle {
        margin: 0;
    }
    
    .flavor-icons {
        width: 100%;
        height: auto;
    }
    
    .drinks-container {
        padding: 0 40px;
    }
    
    .drinks-grid {
        flex-direction: column;
        gap: 40px;
    }
    
    .rums-carousel-container {
        padding: 0 40px;
    }
    
    .carousel-track {
        gap: 32px;
    }
    
    .rum-circle {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 480px) {
    .product-title-container {
        width: 95%;
        padding: 0;
    }
    
    .product-title {
        font-size: 48px;
    }
    
    .red-content-container {
        width: 95%;
        padding: 30px 15px;
        margin-bottom: 40px;
    }
    
    .flavor-profile-container {
        width: 95%;
        padding: 30px 15px;
    }
    
    .drinks-container {
        width: 95%;
        padding: 30px 15px;
    }
    
    .rums-carousel-container {
        width: 95%;
        padding: 30px 15px;
    }
    
    .product-description {
        font-size: 24px;
    }
    
    .flavor-profile-container {
        padding: 0 20px;
    }
    
    .flavor-profile-title {
        font-size: 48px;
    }
    
    .flavor-profile-description {
        font-size: 24px;
    }
    
    .drinks-container {
        padding: 0 20px;
    }
    
    .drinks-title {
        font-size: 60px;
    }
    
    .drink-name {
        font-size: 48px;
    }
    
    .rums-carousel-container {
        padding: 0 20px;
    }
    
    .rums-title {
        font-size: 60px;
    }
}

/* ===== NAVBAR ESTILOS ===== */
.row-view {
    position: absolute !important;
    display: flex;
    align-items: center !important;
    margin-bottom: 0;
    margin-left: 0;
    padding: 20px 5% !important;
    background: transparent !important;
    justify-content: space-between;
    width: 100%;
    transition: all 0.3s ease;
    z-index: 1000;
}

.row-view.scrolled {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    background: #d9d9d9 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 20px !important;
    z-index: 9999;
    align-items: center !important;
}

.row-view.scrolled .image {
    transition: all 0.3s ease;
    height: 80px;
    width: auto;
}

.row-view.scrolled .image2 {
    transition: all 0.3s ease;
    filter: invert(1) brightness(0);
}

.view {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 13px 40px;
    margin-left: auto;
    margin-right: 60px;
    background-image: url('../assets/shnjngqi_expires_30_days.png');
    background-size: cover;
    background-position: center;
}

.text {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Druk Wide', 'Druk Text', Arial, sans-serif;
    font-style: italic;
}

.druk-text-bold-italic {
    font-family: 'Druk Text', Arial, sans-serif;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.image {
    height: 100px;
    object-fit: fill;
    width: 102px;
    transition: all 0.3s ease;
}

.image2 {
    height: 36px;
    object-fit: fill;
    width: 52px;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* ===== SIDE MENU ESTILOS ===== */
.side-menu {
    position: fixed;
    top: 0;
    right: -1000px;
    height: 100vh;
    background: transparent;
    z-index: 9999;
    transition: right 0.3s ease-in-out;
    box-shadow: none;
}

.side-menu.active {
    right: 0;
}

.side-menu-content {
    padding: 60px 0 40px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: transparent;
}

.side-menu-nav {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-end;
}

.menu-item {
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Druk Text', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 2px 20px;
    background: rgba(212, 46, 18, 0.9);
    transition: all 0.3s ease;
    position: relative;
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
    text-align: right;
    width: auto;
    min-width: fit-content;
}

.menu-item:hover {
    color: #FFD700;
    background: rgba(212, 46, 18, 1);
    transform: translateX(-10px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Skip link para accesibilidad */
.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #d42e12;
    color: white;
    padding: 8px;
    text-decoration: none;
    border-radius: 4px;
    z-index: 10001;
    transition: top 0.3s;
}

.skip-link:focus {
    top: 6px;
}

/* Compensación para el body cuando la nav está fija */
body.nav-fixed {
    padding-top: 80px;
}


/* ===== BLOG ESTILOS ===== */
.blog-content {
    margin: 0 auto;
    padding: 0 10%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.blog-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.blog-title {
    color: #FFFFFF;
    font-size: 85px;
    font-weight: bold;
    font-family: 'druk-text-heavy-italic', 'Arial Black', sans-serif;
    line-height: 0.9;
    margin: 0;
    text-transform: uppercase;
}

.blog-title .druk-text {
    color: #FFFFFF;
    font-size: 85px;
    font-weight: bold;
    line-height: 0.9;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', 'Arial Narrow', 'Arial', sans-serif !important;
    font-weight: 900 !important;
    font-stretch: condensed !important;
    letter-spacing: -0.02em !important;
    font-variation-settings: 'wght' 900;
    transform: scaleX(0.7);
}

.blog-title .druk-wide {
    color: #FFFFFF;
    font-size: 85px;
    font-weight: bold;
    line-height: 0.9;
    text-transform: uppercase;
    font-family: 'Druk Wide', 'Arial Black', 'Arial', sans-serif !important;
    font-weight: bold !important;
    font-stretch: expanded !important;
    letter-spacing: -0.02em !important;
}

.blog-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    object-fit: contain;
    margin-left: 200px;
    margin-right: 10px;
}

.blog-circle:hover {
    transform: scale(1.1);
}

.blog-btn {
    background: #D42E12;
    color: #FFFFFF;
    padding: 0 20px;
    font-size: 32px;
    font-weight: bold;
    font-family: 'Roboto Condensed', 'Arial Narrow', 'Arial', sans-serif !important;
    font-weight: 900 !important;
    font-style: italic !important;
    font-stretch: condensed !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
    font-variation-settings: 'wght' 900;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

.blog-btn:hover {
    background: #C02611;
}

/* Responsive para el navbar */
@media (max-width: 768px) {
    .row-view {
        padding: 15px 20px !important;
    }
    
    .row-view.scrolled {
        padding: 10px 15px !important;
    }
    
    .row-view #main-logo {
        height: 60px;
    }
    
    .image2 {
        height: 30px;
        width: 40px;
    }
    
    .view {
        padding: 10px 20px;
        margin-right: 30px;
    }
    
    .text {
        font-size: 18px;
    }
    
    .side-menu {
        width: 100%;
        right: -100%;
    }
    
    .side-menu-content {
        padding: 40px 20px;
        align-items: flex-end;
    }
    
    .side-menu-nav {
        align-items: flex-end;
    }
    
    .menu-item {
        font-size: 16px;
    }
    
    body.nav-fixed {
        padding-top: 60px;
    }
}

@media (max-width: 480px) {
    .row-view.scrolled {
        padding: 8px 12px !important;
    }
    
    .view {
        padding: 8px 15px;
        margin-right: 20px;
    }
    
    .text {
        font-size: 16px;
    }
    
    body.nav-fixed {
        padding-top: 50px;
    }
} 