/* public_html/now/assets/css/landing-page.css */

body {
    font-family: 'Poppins', sans-serif;
    padding-top: 70px; 
}
/* Estilos Gerais (Navbar, Hero, Features, etc. - mantidos como antes) */
.navbar { transition: all 0.3s ease-in-out; }
.navbar-brand { font-weight: 700; }
.navbar .nav-link { font-weight: 600; color: #555; transition: color 0.3s; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--bs-primary); }
.navbar .btn-primary { transition: all 0.3s ease; }
.hero-section { background: linear-gradient(rgba(45, 62, 80, 0.7), rgba(45, 62, 80, 0.7)), url('https://i.postimg.cc/Nj28x0XK/pedir1.jpg'); background-size: cover; background-position: center; padding: 120px 0; }
.hero-section h1 { text-shadow: 2px 2px 4px rgba(0,0,0,0.5); }
.hero-section .btn-warning { color: #000; border-color: #ffc107; font-weight: 700; }
.feature-card { padding: 30px; border-radius: 10px; background-color: #f8f9fa; transition: transform 0.3s, box-shadow 0.3s; height: 100%; }
.feature-card:hover { transform: translateY(-10px); box-shadow: 0 10px 20px rgba(0,0,0,0.08); }
.feature-icon { width: 70px; height: 70px; border-radius: 50%; margin: 0 auto; font-size: 2rem; display: flex; align-items: center; justify-content: center; }

/* Seção "Loja Pronta" com VÍDEO - AJUSTADO */
#setup-service { background-color: #f0f5ff; }

.mobile-mockup {
    position: relative;
    max-width: 300px; /* Largura um pouco menor para melhor proporção */
    margin: 0 auto;
    border: 12px solid #111;
    border-radius: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    padding: 2px;
    background: #111;
}
.mobile-mockup::before { /* Notch/câmera */
    content: '';
    display: block;
    width: 60px;
    height: 5px;
    background: #111;
    border-radius: 10px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.mobile-mockup .video-container {
    border-radius: 30px; 
    overflow: hidden;
    height: 540px; /* ALTURA AJUSTADA */
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-mockup video {
    width: 100%;
    height: 100%;
    object-fit: contain; /* ALTERAÇÃO PRINCIPAL: DE 'cover' PARA 'contain' */
}
body {
    font-family: 'Poppins', sans-serif;
    padding-top: 70px; 
}

/* Navbar - AJUSTADO */
.navbar { transition: all 0.3s ease-in-out; }
.navbar-brand { 
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.navbar-logo {
    max-height: 45px; /* Ajuste a altura do seu logo aqui */
    width: auto;
}
.navbar .nav-link { font-weight: 600; color: #555; transition: color 0.3s; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--bs-primary); }
.navbar .btn-primary { transition: all 0.3s ease; }

/* Seção Galeria de Imagens (Mantida) */
#gallery { background-color: #fff; }
.gallery-item { display: block; overflow: hidden; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); transition: all 0.3s ease; cursor: pointer; }
.gallery-item img { transition: transform 0.3s ease; width: 100%; height: 250px; object-fit: cover; }
.gallery-item:hover { box-shadow: 0 8px 25px rgba(0,0,0,0.2); transform: translateY(-5px); }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-placeholder { border: 2px dashed #e0e0e0; border-radius: 12px; color: #a0a0a0; background-color: #f8f9fa; }
#galleryModal .modal-content { background-color: rgba(0, 0, 0, 0.8); box-shadow: none; }
#galleryModal .btn-close-white { opacity: 1; font-size: 1.2rem; }

/* Pricing, FAQ, CTA e Footer (mantidos como antes) */
.pricing-card { border: 1px solid #e0e0e0; border-radius: 15px; transition: all 0.3s ease-in-out; }
.pricing-card .card-header { background-color: #f8f9fa; border-bottom: none; border-top-left-radius: 15px; border-top-right-radius: 15px; }
.pricing-card .pricing-price { color: var(--bs-primary); }
.features-list { font-size: 0.95rem; line-height: 1.8; }
.features-list li { display: flex; align-items: center; margin-bottom: 10px; }
.features-list .bi { margin-right: 10px; font-size: 1.2rem; }
.pricing-card-vip { border: 2px solid var(--bs-primary); transform: scale(1.03); position: relative; overflow: hidden; z-index: 10; }
.vip-badge { position: absolute; top: 18px; right: -35px; background-color: #ffc107; color: #000; padding: 5px 40px; transform: rotate(45deg); font-weight: bold; font-size: 0.8rem; box-shadow: 0 2px 5px rgba(0,0,0,0.2); }
.pricing-card-vip .card-header { background-color: #e7f1ff; }
.accordion-button:not(.collapsed) { background-color: var(--bs-primary); color: white; box-shadow: none; }
.accordion-button:not(.collapsed)::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
.accordion-item { border-radius: 8px !important; margin-bottom: 10px; border: 1px solid #dee2e6; }
.final-cta { background-color: #343a40; color: white; }