:root {
    --bg-color: #1a0b2e; /* Deep purple */
    --text-color: #ffffff;
    --accent-gold: #d4af37;
    --accent-gold-glow: rgba(212, 175, 55, 0.6);
    --belt-gray: #333333;
    --card-bg: rgba(40, 40, 50, 0.8);
    --font-family: 'Inter', sans-serif;
    --font-size-base: 16px;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --transition-default: all 0.3s ease;
    --color-bg: #1a0b2e;
    --color-text: #ffffff;
    --color-accent-gold: #d4af37;
    --color-accent-gold-glow: rgba(212, 175, 55, 0.6);
    --color-belt-gray: #333333;
    --color-card-bg: rgba(40, 40, 50, 0.8);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-family);
    background-color: var(--color-bg);
    color: var(--color-text);
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 36px; /* Espaço para a Top Bar fixa */
}

/* Top Bar - Frete Grátis */
.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
    background-color: var(--color-accent-gold);
    color: var(--color-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 600;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 16px;
    text-align: center;
}

.top-bar strong {
    font-weight: 800;
    /* margin-left: 4px; */
}

/* Header */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    position: relative;
    z-index: 10;
}

.logo img {
    height: 50px;
    width: auto;
    display: block;
}

.nav {
    display: flex;
    gap: 30px;

}

.nav a {
    color: var(--text-color);
    text-decoration: none;
    font-size: 0.9rem;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.nav a:hover {
    opacity: 1;
}

.btn {
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: var(--font-weight-bold);
    cursor: pointer;
    transition: var(--transition-default);
    text-transform: uppercase;
    font-size: 0.8rem;
}

.btn-outline {
    background: transparent;
    border: 1px solid var(--color-accent-gold);
    color: var(--color-text);
}

.btn-outline:hover {
    background: var(--color-accent-gold);
    color: #000;
}

.btn-secondary {
    background-color: transparent;
    border: 1px solid var(--accent-gold);
    color: var(--accent-gold);
    padding: 10px 20px;
    font-size: 0.9rem;
    width: 100%;
}

.btn-secondary:hover {
    background-color: var(--accent-gold);
    color: var(--bg-color);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}

.btn-primary {
    background: linear-gradient(90deg, #c5a028, #e5c558);
    border: none;
    color: var(--color-bg);
    margin-top: 30px;
    padding: 15px 40px;
}

.btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px var(--color-accent-gold-glow);
}

/* Botão de Ação Principal (CTA) para WhatsApp */



.btn-cta-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px; /* Espaçamento entre ícone e texto */
    padding: 14px 28px;
    border-radius: 30px; /* Padronizado com .btn */
    font-weight: var(--font-weight-bold);
    cursor: pointer;
    transition: var(--transition-default);
    text-transform: uppercase;
    font-size: 0.9rem;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
    text-transform: capitalize;
    border: none;
    text-decoration: none; /* Garante que links pareçam botões */
}

.btn-cta-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
}

/* Ícone do WhatsApp via Pseudo-elemento */
.btn-cta-whatsapp::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff; /* Cor do ícone */
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347z M12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z"/></svg>');
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

/* Hero Section */
.hero {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 60px;
    position: relative;
    overflow: hidden;
}

/* Background Topographic Lines (Simulated) */
.hero::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 600px;
    height: 600px;
    background: repeating-radial-gradient(
        circle at center,
        transparent 0,
        transparent 20px,
        rgba(255, 255, 255, 0.05) 21px,
        transparent 22px
    );
    opacity: 0.5;
    z-index: 0;
}

.hero-content {
    z-index: 2;
    margin-bottom: 40px;
}

h1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 15px;
    margin-bottom: 0;
}

.highlight {
    color: var(--accent-gold);
}

/* Conveyor Belt Area */
.conveyor-container {
    position: relative;
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
}



.belt-platform {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-image: url('img/belt.png');
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: 0 center;
    z-index: 1;
    transition: background-position 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.belt-track {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 5;
    transition: transform 0.5s ease;
}

/* Luggage Items */
.luggage {
    width: 200px;
    height: 260px;
    background: transparent;
    position: absolute;
    bottom: 14%;
    transform-origin: bottom center;
    transition: var(--transition-default);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: visible;
}

/* Visual details removed - using real images only (exceto luggage-image que tem sombra) */
.luggage:not(.luggage-image)::before,
.luggage:not(.luggage-image)::after {
    display: none;
}
.handle {
    width: 45px;
    height: 15px;
    border: 3px solid #333;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    position: absolute;
    top: -15px;
}

/* Remove decorative elements from image-based luggage */
.luggage-image {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
}

.luggage-image.center {
    box-shadow: none !important;
    border: none !important;
}

.luggage-image::before,
.luggage-image::after {
    display: none;
}

/* Sombra suave embaixo da mala */
.luggage-shadow {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 25px;
    background: radial-gradient(
        ellipse 50% 50% at center,
        rgba(39, 0, 61, 0.5) 0%,
        rgba(39, 0, 61, 0.705) 40%,
        transparent 70%
    );
    filter: blur(10px);
    pointer-events: none;
}

/* Sombra mais intensa na mala central */
.luggage.center .luggage-shadow {
    width: 95%;
    height: 30px;
    background: radial-gradient(
        ellipse 50% 50% at center,
        rgba(39, 0, 61, 0.25) 0%,
        rgba(39, 0, 61, 0.5) 40%,
        transparent 70%
    );
    filter: blur(10px);
}

/* Fixed Spotlight Effect - Always centered */
.spotlight-fixed {
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
    width: 750px;
    height: 600px;
    background-image: url('img/light.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    opacity: 1;
    pointer-events: none;
    z-index: 4;
    display:none;
}

/* States based on position */
.luggage.center {
    z-index: 10;
}

.luggage.left-1 {
    z-index: 5;
    opacity: 0.7;
    filter: brightness(0.6);
}

.luggage.right-1 {
    z-index: 5;
    opacity: 0.7;
    filter: brightness(0.6);
}

.luggage.left-2 {
    z-index: 2;
    opacity: 0.4;
    filter: brightness(0.4);
}

.luggage.right-2 {
    z-index: 2;
    opacity: 0.4;
    filter: brightness(0.4);
}

/* Hidden items */
.luggage.hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateX(0) scale(0);
}

/* Glow Effect */
.center-glow {
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, var(--accent-gold-glow) 0%, transparent 70%);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    animation: pulse 3s infinite;
}

@keyframes pulse {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }
    50% { transform: translate(-50%, -50%) scale(1.1); opacity: 0.8; }
    100% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }
}

/* Info Card */
.info-card {
    position: absolute;
    top: 20px;
    left: 56%; 
    background: var(--color-card-bg);
    backdrop-filter: blur(10px);
    padding: 15px 25px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    z-index: 20;
    width: 250px;
    text-align: left;
    transition: all 0.3s ease;
    transform: translateX(0);
}

.info-card.visible {
    transform: translateX(5px);
}

.info-card h3 {
    font-size: 1rem;
    margin-bottom: 5px;
}

.item-meta {
    font-size: 0.8rem;
    color: #aaa;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.item-specs {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
    padding: 8px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.85rem;
    color: #ddd;
}

.spec-icon {
    font-size: 1rem;
}

/* Pricing Section - Similar ao concorrente */
.pricing-section {
    text-align: center;
    padding: 12px 0;
    margin-bottom: 12px;
}

.price-label {
    font-size: 0.75rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.price-value {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
    margin-bottom: 4px;
}

.currency {
    font-size: 1rem;
    font-weight: 600;
    color: var(--accent-gold);
}

.amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--accent-gold);
    line-height: 1;
}

.price-period {
    font-size: 0.75rem;
    color: #aaa;
}


/* Controls */
.controls {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    z-index: 20;
}

.control-btn {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    transition: var(--transition-default);
}

.control-btn:hover {
    background: var(--color-accent-gold);
    color: black;
}

/* ========================================
   HOW IT WORKS SECTION
======================================== */
.how-section {
    background: linear-gradient(180deg, #0d0a1f 0%, #151030 100%);
    padding: 80px 0;
}

.how-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header */
.how-header {
    text-align: center;
    margin-bottom: 56px;
}

.how-title {
    font-size: clamp(1.75rem, 5vw, 2.25rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px;
}

.how-subtitle {
    font-size: 1rem;
    color: #9ca3af;
    margin: 0;
    line-height: 1.5;
}

/* Timeline */
.timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.timeline-step {
    display: flex;
    gap: 20px;
}

/* Step Indicator (Number + Line) */
.step-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.step-dot {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: #9ca3af;
}

.step-dot--highlight {
    background: #25D366;
    border-color: #25D366;
    color: #fff;
}

.step-line {
    width: 2px;
    flex: 1;
    min-height: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
    margin: 8px 0;
}

/* Step Content */
.step-content {
    flex: 1;
    padding-bottom: 40px;
}

.step-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px;
}

.step-desc {
    font-size: 0.9rem;
    color: #9ca3af;
    line-height: 1.6;
    margin: 0;
}

/* Step Icon Box */
.step-icon-box {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    margin-bottom: 16px;
}

.step-icon-box--whatsapp {
    background: rgba(37, 211, 102, 0.12);
    border-color: rgba(37, 211, 102, 0.25);
    color: #25D366;
}

/* Suitcase Card (Step 1) */
.suitcase-card {
    display: flex;
    gap: 16px;

    margin-bottom: 16px;
}

.suitcase-image {
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #9ca3af;
}

.suitcase-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.suitcase-badge {
    display: inline-block;
    background: var(--accent-gold);
    color: #0d0a1f;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: fit-content;
}

.suitcase-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.price-from {
    font-size: 0.7rem;
    color: #6b7280;
}

.price-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
}

.price-unit {
    font-size: 0.8rem;
    color: #9ca3af;
}

.suitcase-tip {
    font-size: 0.75rem;
    color: #6b7280;
}

/* CTA Step */


.btn-cta-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 14px 28px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 16px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.header .btn-cta-whatsapp {
    margin: 0;
}

.action-bar .btn-cta-whatsapp {
    margin-top: 0;
}

.btn-cta-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
}

.btn-cta-whatsapp:focus {
    outline: 2px solid #25D366;
    outline-offset: 2px;
}

.cta-note {
    display: block;
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 10px;
}

/* Trust Footer */
.trust-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.875rem;
    color: #9ca3af;
}

.trust-item svg {
    color: #25D366;
    flex-shrink: 0;
}

/* Responsive: Mobile */
@media (max-width: 767px) {
    .header {
        padding: 16px 20px;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
    }
    
    .nav {
        order: 3;
        width: 100%;
        justify-content: center;
        gap: 16px;
    }

    .header .btn-cta-whatsapp {
        display: none;
    }
    
    .header .btn-outline {
        font-size: 0.8rem;
        padding: 8px 14px;
    }
    
    .hero {
        padding: 20px 16px;
    }
    
    .hero-content {
        text-align: center;
        padding: 0 8px;
    }
    
    .hero-content h1 {
        font-size: 1.6rem;
    }
    
    .hero-subtitle {
        font-size: 0.9rem;
    }
    
    .conveyor-container {
        margin: 0 auto;
    }
    
    .info-card {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        transform: none;
        width: 100%;
        max-width: none;
        border-radius: 16px 16px 0 0;
        padding: 12px 16px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        z-index: 100;
    }

    .info-card #whatsapp-card {
        flex: 0 0 100%;
        width: 100%;
    }
    
    .info-card #item-title {
        display: none;
    }
    
    .info-card .item-meta,
    .info-card .price-period {
        display: none;
    }
    
    .info-card .price-label {
        display: block;
        font-size: 0.65rem;
        margin-bottom: 2px;
    }
    
    .info-card .item-specs {
        display: flex;
        gap: 8px;
        margin: 0;
        padding: 0;
        border: none;
    }
    
    .info-card .item-specs .spec-item:last-child {
        display: none;
    }
    
    .info-card .spec-item {
        font-size: 1.2rem;
        gap: 3px;
    }
    
    .info-card .spec-icon {
        font-size: 0.75rem;
    }
    
    /* Agrupa nome + peso à esquerda */
    .info-card > h3,
    .info-card > .item-specs {
        flex-shrink: 1;
        min-width: 0;
    }
    
    .info-card .pricing-section {
        padding: 0;
        margin: 0;
        flex-shrink: 0;
    }
    
    .info-card .price-value {
        gap: 2px;
    }
    
    .info-card .currency {
        font-size: 0.75rem;
    }
    
    .info-card .amount {
        font-size: 1.25rem;
    }
    
    .info-card .btn-whatsapp {
        padding: 12px;
        flex-shrink: 0;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .info-card .btn-whatsapp .btn-text {
        display: none;
    }
    
    .info-card .btn-whatsapp svg {
        width: 22px;
        height: 22px;
    }
    
    .controls {
        justify-content: center;
    }
    
    .how-section {
        padding: 60px 16px;
    }
    
    .how-container {
        padding: 0;
    }
    
    .how-header {
        margin-bottom: 40px;
    }
    
    .how-title {
        font-size: 1.5rem;
    }
}

/* Responsive: Desktop */
@media (min-width: 768px) {

    .nav {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .how-section {
        padding: 100px 0;
    }
    
    .how-container {
        max-width: 900px;
    }
    
    .timeline-step {
        gap: 32px;
        max-width: 45vw;
    }
    
    .step-dot {
        width: 44px;
        height: 44px;
        font-size: 1rem;
    }
    
    .step-content {
        padding-bottom: 48px;
    }
    
/* Vinheta - Fade nas extremidades */
.conveyor-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(
        ellipse 30% 100% at center,
        transparent 50%,
        rgba(26, 11, 46, 0.4) 70%,
        rgba(26, 11, 46, 0.9) 90%,
        rgba(26, 11, 46, 1) 100%
    );
    pointer-events: none;
    z-index: 15;
}

    
}

/* ========================================
   MODAL BENTO GRID - DETALHES DO PRODUTO
======================================== */
.modal-overlay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    margin: 0;
    background: rgba(26, 11, 46, 0.97);
    border: none;
    z-index: 2000;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding: 30px;
    backdrop-filter: blur(10px);
}

.modal-overlay::backdrop {
    background: transparent;
}

.modal-overlay[open] {
    display: flex;
}

.modal-container {
    width: 100%;
    max-width: 1000px;
    position: relative;
    animation: modalFadeIn 0.4s ease-out;
}

@keyframes modalFadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

/* Botão Fechar */
.close-btn {
    position: absolute;
    top: -50px;
    right: 0;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.7);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    z-index: 10;
}

.close-btn:hover {
    background: rgba(255,255,255,0.1);
    color: white;
    transform: scale(1.05);
}

/* Bento Grid System */
.bento-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    grid-template-rows: auto auto;
    grid-gap: 12px;
    width: 100%;
}

/* Cards Base */
.bento-grid .card {
    background: rgba(30, 20, 50, 0.6);
    border: 2px solid rgba(100, 80, 140, 0.4);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease;
}

.bento-grid .card:hover {
    border-color: rgba(120, 100, 160, 0.6);
    box-shadow: inset 0 0 1em rgba(255, 255, 255, 0.1)
}

/* Left Column */
/* Hero Card Specifics */
.bento-grid .hero-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bento-grid .hero-card::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255, 215, 0, 0.4), transparent 60%);
    filter: blur(25px);
    z-index: 1;
}

.bento-grid .hero-card::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 70%);
    filter: blur(10px);
    z-index: 1;
}

.bento-grid .hero-card img {
    position: relative;
    z-index: 2; /* Garante que a imagem fique na frente dos brilhos */
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.bento-grid .left-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Hero Card - Imagem Principal */
.bento-grid .hero-card {
    flex: 1;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(ellipse at center, rgba(80, 50, 120, 0.5) 0%, rgba(30, 20, 50, 0.6) 70%);
    margin: 0;
    padding: 20px;
}

.bento-grid .hero-card img {
    max-height: 100%;
    max-width: 100%;
    height: 360px;
    object-fit: contain;
    filter: drop-shadow(0 15px 30px rgba(0,0,0,0.5));
}

/* Features Row - 3 Cards */
.bento-grid .features-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.bento-grid .feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 8px;
    text-align: center;
    gap: 10px;
}

.bento-grid .feature-img {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.6);
}

.bento-grid .feature-label {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.8);
    font-weight: 500;
    line-height: 1.3;
}

/* Lifestyle Card - Coluna Direita */
.bento-grid .lifestyle-card {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    min-height: 300px;
    margin: 0;
    overflow: hidden; /* Contain the zoomed image */
}

.bento-grid .lifestyle-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center; /* Default origin */
    transition: transform 0.4s ease; /* Smooth zoom in/out */
}

.bento-grid .lifestyle-card:hover img {
    transform: scale(2); /* Zoom level */
}

/* Action Bar - Footer */
.bento-grid .action-bar {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 16px 24px;
    background: rgba(20, 15, 35, 0.8);
    border-color: rgba(100, 80, 140, 0.5);
}

 .bento-grid .action-bar .controls {
     margin-bottom: 0;
 }

/* Specs Row */
.specs-row {
    display: flex;
    align-items: center;
    gap: 20px;
}

.spec-box {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.7);
}

.spec-box svg {
    opacity: 0.6;
}

.spec-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.spec-label {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
}

.spec-text strong {
    font-size: 0.95rem;
    color: #fff;
    font-weight: 600;
}

.spec-divider {
    width: 1px;
    height: 35px;
    background: rgba(255,255,255,0.15);
}

/* CTA Button Gold */

/* Modal Responsivo */
@media (max-width: 800px) {
    .modal-overlay {
        padding: 16px;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .modal-container {
        max-width: 100%;
        margin: 0 auto;
    }

    .bento-grid {
        grid-template-columns: 1fr;
    }

    .bento-grid .lifestyle-card {
        grid-row: auto;
        grid-column: auto;
        min-height: 180px;
        order: -1;
    }

    .bento-grid .hero-card {
        min-height: 220px;
    }

    .bento-grid .hero-card img {
        height: 200px;
    }

    .modal-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .close-btn {
        position: sticky;
        top: 0;
        margin: 0 0 16px 0;
        z-index: 100;
        flex-shrink: 0;
    }
}

@media (max-width: 550px) {
    .modal-overlay {
        padding: 12px;
    }

    .bento-grid .lifestyle-card {
        min-height: 150px;
    }

    .bento-grid .hero-card {
        min-height: 180px;
    }

    .bento-grid .hero-card img {
        height: 160px;
    }

    .bento-grid .features-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .bento-grid .feature-card {
        flex-direction: row;
        justify-content: flex-start;
        gap: 12px;
        padding: 12px 16px;
    }

    .bento-grid .feature-img {
        width: 36px;
        height: 36px;
    }

    .bento-grid .feature-img svg {
        width: 24px;
        height: 24px;
    }

    .bento-grid .action-bar {
        flex-direction: column;
        gap: 16px;
        padding: 16px;
    }

    .specs-row {
        width: 100%;
        justify-content: center;
    }

    .cta-button-gold {
        width: 100%;
        padding: 14px 20px;
    }

    .close-btn {
        top: -40px;
        width: 36px;
        height: 36px;
    }
}
