@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500;600;700&display=swap');

/* Premium Hero Pattern */
.hero-pattern {
    background-image: linear-gradient(rgba(49, 7, 11, 0.85), rgba(121, 17, 27, 0.95)), url('https://images.unsplash.com/photo-1579684385127-1ef15d508118?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* Glassmorphism Utilities */
.glass-panel {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.glass-panel-dark {
    background: rgba(49, 7, 11, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(197, 160, 89, 0.2);
}

/* Enhanced Cards */
.news-card, .safety-card {
    border-top: 4px solid #79111B;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 440px;
    background: white;
}

.news-card:hover, .safety-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 30px -5px rgba(121, 17, 27, 0.15), 0 15px 15px -5px rgba(121, 17, 27, 0.08);
    border-color: #C5A059;
}

/* Badges Premium */
.innovation-badge, .safety-badge {
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.innovation-badge {
    background: linear-gradient(90deg, #79111B, #31070B);
    color: white;
}

.safety-badge {
    background: #31070B;
    color: #C5A059;
}

.date-badge {
    color: #79111B;
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #C5A059;
    display: inline-block;
    margin-bottom: 12px;
    padding-bottom: 2px;
}

.synopsis-label {
    font-size: 9px;
    font-weight: 800;
    color: #9CA3AF;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
    border-top: 1px solid #F3F4F6;
    padding-top: 10px;
    text-align: center;
    position: relative;
    z-index: 2;
}

/* Shimmer Effect */
.shimmer {
    position: relative;
    overflow: hidden;
}
.shimmer::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
    animation: shimmer 2.5s infinite;
}
@keyframes shimmer {
    100% { left: 200%; }
}

/* Smooth Accordion and Details */
details > summary { list-style: none; cursor: pointer; transition: color 0.3s ease; }
details > summary::-webkit-details-marker { display: none; }
details[open] summary ~ * { animation: sweep .4s cubic-bezier(0.4, 0, 0.2, 1); }
@keyframes sweep { 
    0% {opacity: 0; transform: translateY(-15px) scale(0.98)} 
    100% {opacity: 1; transform: translateY(0) scale(1)} 
}

/* Floating Animation */
.float-anim {
    animation: float 6s ease-in-out infinite;
}
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}


/* --- CONTEÚDO MIGRADO DE motores-style.css --- */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Montserrat:wght@300;400;500;600;700&display=swap');

/* Premium Hero Pattern */
.hero-pattern {
    background-image: linear-gradient(rgba(49, 7, 11, 0.85), rgba(121, 17, 27, 0.95)), url('https://images.unsplash.com/photo-1579684385127-1ef15d508118?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* Glassmorphism Utilities */
.glass-panel {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.glass-panel-dark {
    background: rgba(49, 7, 11, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(197, 160, 89, 0.2);
}

/* Enhanced Cards */
.news-card, .safety-card {
    border-top: 4px solid #79111B;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 440px;
    background: white;
}

.news-card:hover, .safety-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 30px -5px rgba(121, 17, 27, 0.15), 0 15px 15px -5px rgba(121, 17, 27, 0.08);
    border-color: #C5A059;
}

/* Badges Premium */
.innovation-badge, .safety-badge {
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.innovation-badge {
    background: linear-gradient(90deg, #79111B, #31070B);
    color: white;
}

.safety-badge {
    background: #31070B;
    color: #C5A059;
}

.date-badge {
    color: #79111B;
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #C5A059;
    display: inline-block;
    margin-bottom: 12px;
    padding-bottom: 2px;
}

.synopsis-label {
    font-size: 9px;
    font-weight: 800;
    color: #9CA3AF;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
    border-top: 1px solid #F3F4F6;
    padding-top: 10px;
    text-align: center;
    position: relative;
    z-index: 2;
}

/* Shimmer Effect */
.shimmer {
    position: relative;
    overflow: hidden;
}
.shimmer::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
    animation: shimmer 2.5s infinite;
}
@keyframes shimmer {
    100% { left: 200%; }
}

/* Smooth Accordion and Details */
details > summary { list-style: none; cursor: pointer; transition: color 0.3s ease; }
details > summary::-webkit-details-marker { display: none; }
details[open] summary ~ * { animation: sweep .4s cubic-bezier(0.4, 0, 0.2, 1); }
@keyframes sweep { 
    0% {opacity: 0; transform: translateY(-15px) scale(0.98)} 
    100% {opacity: 1; transform: translateY(0) scale(1)} 
}

/* Floating Animation */
.float-anim {
    animation: float 6s ease-in-out infinite;
}
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

/* Design em Arco para Imagens de Alto Padrão */
.img-arco {
    border-top-left-radius: 10rem;
    border-top-right-radius: 10rem;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

/* Efeito de Flutuação Suave para Elementos de Destaque */
.anim-flutuar {
    animation: flutuar 6s ease-in-out infinite;
}
@keyframes flutuar {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
