.elementor-2649 .elementor-element.elementor-element-a41dc11{--display:flex;}.elementor-2649 .elementor-element.elementor-element-0da902a{--spacer-size:50px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2649 .elementor-element.elementor-element-0da902a{--spacer-size:152px;}}/* Start custom CSS for html, class: .elementor-element-6b4441d *//* ========================================
   CARTA DE VINHOS - ECO PORTO RESORT
   CSS Personalizado para Elementor Pro
   ======================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.carta-vinhos {
    font-family: 'Source Sans Pro', sans-serif;
    background: linear-gradient(135deg, #2c1810 0%, #4a2c2a 30%, #3d2914 70%, #1a1a1a 100%);
    color: #f5f5f5;
    line-height: 1.6;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

/* Efeito de textura de fundo */
.carta-vinhos::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(212, 175, 55, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(139, 69, 19, 0.1) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}

.carta-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
}

/* ========================================
   HEADER
   ======================================== */

.carta-header {
    text-align: center;
    margin-bottom: 30px;
    padding: 25px 15px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(212, 175, 55, 0.2);
    position: relative;
    overflow: hidden;
}

.carta-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent, rgba(212, 175, 55, 0.05), transparent);
    animation: shimmer 4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes shimmer {
    0%, 100% { transform: translateX(-100%) skewX(-15deg); opacity: 0; }
    50% { transform: translateX(100%) skewX(-15deg); opacity: 1; }
}

.carta-header h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 6vw, 4rem);
    color: #d4af37;
    margin-bottom: 8px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    font-weight: 300;
    letter-spacing: 3px;
    position: relative;
    z-index: 1;
}

.carta-header .subtitle {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.1rem, 3.5vw, 1.5rem);
    color: #c9a96e;
    font-style: italic;
    opacity: 0.95;
    position: relative;
    z-index: 1;
}

/* ========================================
   CATEGORIAS
   ======================================== */

.wine-categories {
    display: grid;
    gap: 25px;
}

.category {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 18px;
    padding: 20px;
    border: 1px solid rgba(212, 175, 55, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.category::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.05), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.category:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.15);
    border-color: rgba(212, 175, 55, 0.4);
}

.category:hover::before {
    opacity: 1;
}

.category-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 4.5vw, 2.2rem);
    color: #d4af37;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    font-weight: 400;
}

.category-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d4af37, transparent);
    border-radius: 1px;
}

/* ========================================
   GRID DE VINHOS
   ======================================== */

.wine-grid {
    display: grid;
    gap: 18px;
}

.wine-item {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 14px;
    padding: 18px;
    border-left: 4px solid #d4af37;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.wine-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(212, 175, 55, 0.08), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.wine-item:hover::before {
    opacity: 1;
}

.wine-item:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.12);
    border-left-color: #f4d03f;
}

.wine-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.wine-name {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.1rem, 3.2vw, 1.35rem);
    color: #f5f5f5;
    font-weight: 600;
    flex: 1;
    min-width: 180px;
    line-height: 1.3;
}

.wine-price {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.2rem, 3.5vw, 1.5rem);
    color: #d4af37;
    font-weight: 700;
    white-space: nowrap;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.wine-description {
    color: #c9a96e;
    font-size: clamp(0.9rem, 2.8vw, 1.05rem);
    line-height: 1.5;
    font-style: italic;
    opacity: 0.92;
    position: relative;
    z-index: 1;
}

.wine-origin {
    display: inline-block;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.25), rgba(212, 175, 55, 0.15));
    color: #d4af37;
    padding: 5px 14px;
    border-radius: 25px;
    font-size: clamp(0.75rem, 2.2vw, 0.85rem);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    position: relative;
    z-index: 1;
}

.wine-grape {
    display: inline-block;
    background: linear-gradient(135deg, rgba(139, 90, 43, 0.4), rgba(139, 90, 43, 0.25));
    color: #e8d5b7;
    padding: 5px 14px;
    border-radius: 25px;
    font-size: clamp(0.75rem, 2.2vw, 0.85rem);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(139, 90, 43, 0.4);
    position: relative;
    z-index: 1;
}

.wine-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

/* ========================================
   BOTÃO
   ======================================== */

.button {
    display: inline-block;
    background: linear-gradient(45deg, #d4af37, #c9a96e);
    color: #2c1810;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    margin-top: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    background: linear-gradient(45deg, #f4d03f, #d4af37);
}

/* ========================================
   RESPONSIVO
   ======================================== */

@media (max-width: 480px) {
    .carta-container {
        padding: 12px;
    }
    
    .carta-header {
        padding: 20px 12px;
        margin-bottom: 25px;
    }
    
    .category {
        padding: 18px;
    }
    
    .wine-item {
        padding: 16px;
    }
    
    .wine-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .wine-name {
        min-width: auto;
        margin-bottom: 5px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .carta-container {
        padding: 20px;
    }
    
    .wine-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 769px) {
    .carta-container {
        padding: 30px;
    }
    
    .wine-grid {
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    }
    
    .category {
        padding: 30px;
    }
}

@media (min-width: 1024px) {
    .wine-categories {
        grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    }
}

/* ========================================
   ANIMAÇÕES
   ======================================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.category {
    animation: fadeInUp 0.8s ease forwards;
}

.category:nth-child(1) { animation-delay: 0.1s; }
.category:nth-child(2) { animation-delay: 0.2s; }
.category:nth-child(3) { animation-delay: 0.3s; }
.category:nth-child(4) { animation-delay: 0.4s; }

.wine-item {
    animation: fadeInUp 0.6s ease forwards;
}

/* ========================================
   SCROLLBAR PERSONALIZADA
   ======================================== */

.carta-vinhos::-webkit-scrollbar {
    width: 10px;
}

.carta-vinhos::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
}

.carta-vinhos::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #d4af37, #c9a96e);
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.carta-vinhos::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #f4d03f, #d4af37);
}

/* ========================================
   EFEITOS TOUCH PARA MOBILE
   ======================================== */

@media (hover: none) and (pointer: coarse) {
    .wine-item:active {
        transform: translateX(4px) scale(0.98);
        transition: transform 0.1s ease;
    }
    
    .category:active {
        transform: translateY(-4px) scale(0.99);
        transition: transform 0.1s ease;
    }
}

/* ========================================
   ACESSIBILIDADE
   ======================================== */

@media (prefers-contrast: high) {
    .wine-description {
        color: #e6d7b8;
        opacity: 1;
    }
    
    .wine-origin {
        background: rgba(212, 175, 55, 0.4);
        border-color: rgba(212, 175, 55, 0.6);
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}/* End custom CSS */