/* Menu Styles */
.dropdown-menu {
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid #FFD700;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.1);
    padding: 0.8rem 0;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 0.8rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    color: #FFFFFF !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.dropdown-item i {
    font-size: 1.1rem;
    color: #FFD700 !important;
    transition: all 0.3s ease;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.dropdown-item:hover {
    background: rgba(255, 215, 0, 0.1);
    color: #FFD700 !important;
    transform: translateX(10px);
}

.dropdown-item:hover i {
    transform: scale(1.2);
    color: #FFC107 !important;
}

/* Menu de Desbloqueio */
.dropdown-menu .dropdown-item {
    padding: 10px 15px;
    position: relative;
    transition: all 0.3s ease;
}

.dropdown-menu .dropdown-item i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
    color: var(--accent-color);
}

.dropdown-menu .dropdown-item small {
    font-size: 0.8rem;
    opacity: 0.7;
    margin-top: 2px;
}

.dropdown-menu .dropdown-item:hover {
    background: rgba(255, 215, 0, 0.1);
}

.dropdown-menu .dropdown-item:hover i {
    transform: scale(1.1);
}

.dropdown-divider {
    border-color: rgba(255, 215, 0, 0.1);
    margin: 0.5rem 0;
}

.dropdown-menu .special-item {
    border-top: 1px dashed rgba(255, 215, 0, 0.1);
    margin-top: 8px;
    padding-top: 15px;
}

.dropdown-menu .special-item i {
    color: var(--accent-color);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Navbar ajustes */
.navbar {
    padding: 0.5rem 0;
    background: rgba(0, 0, 0, 0.95);
}

.navbar-brand {
    font-size: 1.2rem;
    padding: 0.3rem 0;
}

.navbar-nav {
    margin-left: auto;
}

.nav-item {
    margin: 0 0.3rem;
}

.nav-link {
    padding: 0.5rem 0.8rem;
    font-size: 0.95rem;
}

/* Ajuste do conteúdo principal para compensar navbar fixa */
.hero {
    padding-top: 5rem;
}

@media (max-width: 991px) {
    .navbar-collapse {
        background: rgba(0, 0, 0, 0.95);
        padding: 1rem;
        border-radius: 0.5rem;
        margin-top: 0.5rem;
    }

    .nav-item {
        margin: 0.2rem 0;
    }

    .nav-link {
        padding: 0.4rem 0.6rem;
    }
}

@media (max-width: 576px) {
    .navbar {
        padding: 0.3rem 0;
    }

    .navbar-brand {
        font-size: 1.1rem;
    }

    .navbar-toggler {
        padding: 0.25rem 0.5rem;
        font-size: 1rem;
    }

    .hero {
        padding-top: 4rem;
    }
}

/* Navbar Links */
.nav-link {
    color: #FFFFFF !important;
    font-weight: 600;
    padding: 0.8rem 1rem !important;
    transition: all 0.3s ease;
    position: relative;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.nav-link i {
    font-size: 1.1rem;
    color: #FFD700;
    transition: all 0.3s ease;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.nav-link:hover {
    color: #FFD700 !important;
}

.nav-link:hover i {
    transform: translateY(-2px);
    color: #FFC107;
}

.dropdown-toggle::after {
    transition: all 0.3s ease;
}

.dropdown:hover .dropdown-toggle::after {
    transform: translateY(2px);
}

/* Animação da seta do dropdown */
.dropdown::after {
    content: '▼';
    font-size: 10px;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.dropdown:hover::after {
    transform: rotate(180deg);
}

:root {
    --primary-color: #000000;
    --secondary-color: #1a1a1a;
    --accent-color: #FFD700;
    --accent-hover: #FFC107;
    --success-color: #FFD700;
    --warning-color: #FF9800;
    --danger-color: #FF453A;
    --gray-color: #98989D;
    --text-color: #FFFFFF;
}

/* Animações Globais */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

@keyframes shine {
    0% { background-position: 200% center; }
    100% { background-position: -200% center; }
}

@keyframes gradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Estilos Base */
body {
    background: linear-gradient(135deg, #000000, #1a1a1a);
    color: var(--text-color);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
}

/* Navbar */
.navbar {
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid #FFD700;
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.navbar-brand {
    font-size: 1.8rem;
    font-weight: 700;
    color: #FFD700 !important;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

/* Logo responsivo */
.navbar-brand {
    font-size: 1.4rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.navbar-brand i {
    font-size: 1.2rem;
}

.brand-text-full {
    display: inline;
}

.brand-text-short {
    display: none;
}

/* Media queries para dispositivos móveis */
@media (max-width: 576px) {
    .navbar-brand {
        font-size: 1.1rem;
    }
    
    .brand-text-full {
        display: none;
    }
    
    .brand-text-short {
        display: inline;
    }
}

/* Cards de Serviço */
.service-card {
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid #FFD700;
    border-radius: 20px;
    padding: 2rem;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(10, 132, 255, 0.1), transparent);
    transform: translateX(-100%);
    transition: all 0.6s ease;
}

.service-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(255, 215, 0, 0.2);
    border-color: #FFC107;
}

.service-card:hover::before {
    transform: translateX(100%);
}

.service-card i {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #FFD700;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    text-align: left;
}

.service-list li {
    padding: 8px 0;
    color: var(--text-color);
    opacity: 0.9;
    position: relative;
    padding-left: 25px;
}

.service-list li:before {
    content: "✓";
    color: var(--accent-color);
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Botões */
.btn-custom {
    background: #FFD700;
    color: #000000 !important;
    border: none;
    border-radius: 25px;
    padding: 1rem 2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.btn-custom:hover {
    background: #FFC107;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 215, 0, 0.4);
}

/* Botões de Solicitação */
.btn-solicitar {
    font-size: 0.85rem;
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    background: #ffd700;
    color: #000;
    border: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 500;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.btn-solicitar:hover {
    transform: translateY(-2px);
    background: #ffed4a;
    color: #000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.btn-solicitar i {
    font-size: 0.9rem;
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #FFD700;
    color: #000000 !important;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 999;
}

.whatsapp-float:hover {
    background: #FFC107;
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
}

/* Hero Section */
.hero {
    min-height: 100vh;
    background: linear-gradient(135deg, rgba(0,0,0,0.95), rgba(0,0,0,0.8)), 
                url('https://images.unsplash.com/photo-1511707171634-5f897ff02aa9?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    position: relative;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to top, var(--primary-color), transparent);
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
    position: relative;
    z-index: 2;
}

.hero-description {
    color: #fff;
    margin-top: 2rem;
    line-height: 1.6;
}

.hero-description .lead {
    font-size: clamp(1.1rem, 2.5vw, 1.4rem);
    color: #ffd700;
    font-weight: 600;
    margin-bottom: 1rem;
}

.hero-description p {
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    margin-bottom: 0.5rem;
    opacity: 0.9;
}

.hero-title {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #FFD700;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

.hero-text {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    max-width: 600px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* Título Principal Responsivo */
.main-title {
    font-size: clamp(1.8rem, 5vw, 3.5rem);
    margin-bottom: clamp(1rem, 3vw, 2rem);
    line-height: 1.2;
}

.title-top {
    display: block;
    color: #ffd700;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    margin-bottom: 0.5rem;
}

.title-bottom {
    display: block;
    color: #ffd700;
    font-size: 0.6em;
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    opacity: 0.95;
}

@media (max-width: 576px) {
    .main-title {
        font-size: clamp(1.2rem, 3.5vw, 1.8rem);
    }
    
    .title-bottom {
        font-size: 0.7em;
        margin-top: 0.3rem;
    }
}

/* Título da seção de serviços */
.section-title {
    font-size: clamp(1.6rem, 4vw, 2.5rem);
    margin-bottom: clamp(1.5rem, 4vw, 3rem);
}

.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: #ffd700;
    margin: 15px auto 0;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(255,215,0,0.3);
}

@media (max-width: 768px) {
    .section-title {
        font-size: clamp(1.4rem, 3.5vw, 2rem);
        margin-bottom: clamp(1.2rem, 3.5vw, 2rem);
    }
    
    .section-title::after {
        width: 60px;
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: clamp(1.2rem, 3vw, 1.8rem);
        margin-bottom: clamp(1rem, 3vw, 1.5rem);
    }
    
    .section-title::after {
        width: 50px;
    }
}

/* Galeria de Reparos */
.repairs-gallery {
    background: rgba(0, 0, 0, 0.97);
    padding: 80px 0;
}

.gallery-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.1);
    transition: all 0.3s ease;
}

.gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-info {
    text-align: center;
    padding: 20px;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.gallery-info h3 {
    color: var(--accent-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.gallery-info p {
    color: var(--text-color);
    margin-bottom: 15px;
}

.gallery-info .badge {
    background: var(--accent-color);
    color: var(--primary-color);
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 20px;
}

.gallery-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.2);
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-info {
    transform: translateY(0);
}

/* Upload Section */
.upload-section {
    margin-top: 80px;
    padding: 40px;
    background: rgba(0, 0, 0, 0.95);
    border-radius: 20px;
    border: 1px solid var(--accent-color);
}

.upload-container {
    padding: 30px;
    border-radius: 15px;
    background: rgba(255, 215, 0, 0.05);
}

.upload-form input[type="file"] {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid var(--accent-color);
    color: var(--text-color);
    padding: 12px;
}

.upload-form input[type="text"],
.upload-form select {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid var(--accent-color);
    color: var(--text-color);
    padding: 12px;
}

.upload-form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.upload-form select option {
    background: var(--primary-color);
    color: var(--text-color);
}

/* Modal Styles */
.modal-content {
    background: rgba(0, 0, 0, 0.95);
    border: 1px solid var(--accent-color);
    border-radius: 20px;
    overflow: hidden;
}

.modal-body {
    position: relative;
}

.modal-body .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--accent-color);
    opacity: 1;
    padding: 10px;
    border-radius: 50%;
    z-index: 1;
}

.modal-info {
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
}

.modal-info h3 {
    color: var(--accent-color);
    margin-bottom: 10px;
}

.modal-info p {
    color: var(--text-color);
    margin-bottom: 15px;
}

#modalImage {
    width: 100%;
    max-height: 70vh;
    object-fit: contain;
}

/* Animações */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.gallery-item {
    animation: fadeIn 0.5s ease-out;
}

/* Responsividade */
@media (max-width: 768px) {
    .gallery-item {
        margin-bottom: 20px;
    }
    
    .gallery-item img {
        height: 250px;
    }
    
    .upload-section {
        padding: 20px;
    }
    
    .upload-container {
        padding: 15px;
    }
}

/* Footer */
.footer {
    background: rgba(0, 0, 0, 0.97);
    color: var(--text-color);
    border-top: 1px solid var(--accent-color);
}

.footer p {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Stats Section */
.stats-section {
    background: rgba(0, 0, 0, 0.97);
    border-top: 1px solid rgba(255, 215, 0, 0.1);
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.stat-card {
    padding: 30px;
    border-radius: 15px;
    background: rgba(255, 215, 0, 0.05);
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 215, 0, 0.1);
}

.stat-card i {
    color: var(--accent-color);
    margin-bottom: 15px;
}

.stat-card h2 {
    color: var(--accent-color);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.stat-card p {
    color: var(--text-color);
    font-size: 1.1rem;
    margin: 0;
    opacity: 0.8;
}

/* Animação dos números */
@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.counter {
    animation: countUp 1s ease-out forwards;
}

/* Seção de Pagamento */
.payment-section {
    background: rgba(0, 0, 0, 0.97);
    border-top: 1px solid rgba(255, 215, 0, 0.1);
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.payment-card {
    background: rgba(255, 215, 0, 0.05);
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.payment-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 215, 0, 0.1), transparent);
    opacity: 0;
    transition: all 0.3s ease;
}

.payment-card:hover {
    transform: translateY(-10px);
}

.payment-card:hover::before {
    opacity: 1;
}

.payment-card i {
    color: var(--accent-color);
    margin-bottom: 20px;
}

.payment-card h3 {
    color: var(--accent-color);
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.payment-card p {
    color: var(--text-color);
    opacity: 0.8;
    margin-bottom: 20px;
}

.payment-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.payment-list li {
    color: var(--text-color);
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    opacity: 0.9;
}

.payment-list li:before {
    content: "✓";
    color: var(--accent-color);
    position: absolute;
    left: 0;
    font-weight: bold;
}

.card-brands {
    margin-top: 50px;
    padding: 30px;
    background: rgba(255, 215, 0, 0.05);
    border-radius: 15px;
}

.card-brands h4 {
    color: var(--accent-color);
    font-size: 1.3rem;
    margin-bottom: 25px;
}

.card-brands i {
    color: var(--text-color);
    margin: 0 15px;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.card-brands i:hover {
    color: var(--accent-color);
    opacity: 1;
}

.card-brands p {
    color: var(--text-color);
    opacity: 0.8;
    margin-top: 20px;
    font-size: 1.1rem;
}

/* Criptomoedas */
.crypto-card {
    background: linear-gradient(45deg, rgba(255, 215, 0, 0.05), rgba(247, 147, 26, 0.05));
}

.crypto-card:hover {
    background: linear-gradient(45deg, rgba(255, 215, 0, 0.1), rgba(247, 147, 26, 0.1));
}

.crypto-icons {
    margin-top: 15px;
}

.crypto-icons i {
    font-size: 1.5rem;
    margin: 0 8px;
    color: var(--accent-color);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.crypto-icons i:hover {
    opacity: 1;
    transform: scale(1.1);
}

.crypto-info {
    color: var(--text-color);
    opacity: 0.8;
    font-size: 0.9rem;
    margin-top: 20px;
}

/* Links Sociais */
.social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.social-link {
    display: flex;
    align-items: center;
    color: var(--text-color);
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    background: rgba(255, 215, 0, 0.05);
    transition: all 0.3s ease;
}

.social-link:hover {
    background: rgba(255, 215, 0, 0.1);
    transform: translateY(-3px);
    color: var(--accent-color);
}

.social-link i {
    font-size: 1.5rem;
    margin-right: 10px;
}

.social-link span {
    font-size: 0.9rem;
    font-weight: 500;
}

/* Cores específicas para cada rede social no hover */
.social-link:hover i.fa-instagram {
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.social-link:hover i.fa-youtube {
    color: #ff0000;
}

.social-link:hover i.fa-telegram {
    color: #0088cc;
}

.social-link:hover i.fa-whatsapp {
    color: #25D366;
}

@media (max-width: 768px) {
    .social-links {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .social-link {
        padding: 8px 15px;
    }
}

/* Seção de Localização */
.address-card {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 215, 0, 0.1);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.address-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent-color);
}

.address-card i {
    color: var(--accent-color);
}

.address-card h3 {
    color: var(--accent-color);
    margin-bottom: 20px;
}

.address-card p {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 215, 0, 0.1);
}

.map-container iframe {
    display: block;
}

@media (max-width: 768px) {
    .address-card {
        margin-bottom: 30px;
    }
    
    .map-container {
        height: 300px;
    }
    
    .map-container iframe {
        height: 100%;
    }
}

/* Benefícios do Delivery */
.delivery-benefits {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 215, 0, 0.1);
    border-radius: 10px;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-3px);
    border-color: var(--accent-color);
}

.benefit-item i {
    color: var(--accent-color);
    font-size: 1.2rem;
}

.benefit-item span {
    font-size: 0.9rem;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .delivery-benefits {
        flex-direction: column;
        gap: 1rem;
    }
    
    .benefit-item {
        width: 100%;
        justify-content: center;
    }
}

/* Notificação de Entrega */
.delivery-notification {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid var(--accent-color);
    color: white;
    padding: 15px;
    border-radius: 10px;
    z-index: 9999;
    max-width: 300px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    animation: slideIn 0.5s ease-out, fadeOut 0.5s ease-in 4.5s;
    display: none;
}

.delivery-notification.show {
    display: block;
}

.delivery-notification i {
    color: var(--accent-color);
    margin-right: 10px;
}

.delivery-notification .client-name {
    font-weight: bold;
    color: var(--accent-color);
}

.delivery-notification .location {
    font-size: 0.9em;
    opacity: 0.8;
}

@keyframes slideIn {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* Animações para notificações */
@keyframes slideIn {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.notificacao {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

/* Estilos para horário de atendimento */
.schedule-section {
    background: #f8f9fa;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.schedule-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.schedule-card:hover {
    transform: translateY(-5px);
}

.schedule-days h3 {
    color: #333;
    font-weight: 600;
}

.schedule-days p {
    color: #666;
    font-size: 1.1rem;
}

.schedule-status .badge {
    padding: 8px 15px;
    font-size: 0.9rem;
    border-radius: 20px;
}

.emergency-schedule {
    border-left: 4px solid #ffc107;
    background: rgba(255, 193, 7, 0.1);
}

.emergency-schedule h4 {
    color: #333;
    font-weight: 600;
}

.emergency-schedule .btn-warning {
    background: #ffc107;
    border: none;
    color: #000;
    padding: 8px 20px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.emergency-schedule .btn-warning:hover {
    background: #ffb300;
    transform: translateY(-2px);
}

.text-primary {
    color: #ffd700 !important;
}

/* Delivery Info */
.delivery-text {
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 1.5rem 0;
}

.delivery-text .highlight {
    color: #ffd700;
    font-size: 1.3rem;
    font-weight: 600;
    display: block;
    margin-bottom: 0.5rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.delivery-text strong {
    color: #ffd700;
    font-weight: 600;
}

@media (max-width: 576px) {
    .delivery-text {
        font-size: 1rem;
    }
    
    .delivery-text .highlight {
        font-size: 1.2rem;
    }
}

/* Títulos Responsivos */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}

.main-title {
    font-size: clamp(1.8rem, 5vw, 3.5rem);
    margin-bottom: clamp(1rem, 3vw, 2rem);
}

.section-title {
    font-size: clamp(1.6rem, 4vw, 2.5rem);
    margin-bottom: clamp(1.5rem, 4vw, 3rem);
}

.service-card h3 {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    margin-bottom: 1rem;
}

.delivery-info h3 {
    font-size: clamp(1.4rem, 3.5vw, 2rem);
    margin-bottom: 0.8rem;
}

.delivery-text .highlight {
    font-size: clamp(1.1rem, 3vw, 1.3rem);
}

.delivery-text {
    font-size: clamp(0.9rem, 2.5vw, 1.1rem);
}

/* Ajustes específicos para mobile */
@media (max-width: 576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .section-title::after {
        width: 40px;
        margin-top: 8px;
    }
}

/* Ajustes para tablets */
@media (max-width: 768px) {
    .section-title::after {
        width: 50px;
        margin-top: 10px;
    }
}

/* Ajustes Mobile */
@media (max-width: 576px) {
    /* Container e espaçamentos */
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    /* Seções */
    .section-padding {
        padding: 40px 0;
    }

    /* Cards */
    .service-card {
        padding: 1.5rem;
        margin-bottom: 1rem;
        text-align: center;
    }

    .service-card i {
        font-size: 2rem;
        margin-bottom: 0.8rem;
    }

    .service-card p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
        padding: 0 5px;
    }

    /* Delivery Info */
    .delivery-info {
        padding: 1.2rem;
        margin: 1rem 0;
    }

    .delivery-text br {
        display: none;
    }

    .delivery-text {
        padding: 0 10px;
    }

    /* Benefícios */
    .benefit-item {
        padding: 0.8rem;
        margin: 0.5rem;
        flex: 0 0 calc(50% - 1rem);
    }

    .benefit-item i {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .benefit-item span {
        font-size: 0.9rem;
    }

    /* Botões */
    .btn-solicitar {
        width: 100%;
        max-width: 200px;
        margin: 0.5rem auto;
        justify-content: center;
    }

    /* Espaçamento entre seções */
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .mb-5 {
        margin-bottom: 2rem !important;
    }

    .mt-5 {
        margin-top: 2rem !important;
    }
}

/* Ajustes para telas médias */
@media (max-width: 768px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .col-md-4 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Media queries para dispositivos móveis */
@media (max-width: 576px) {
    .hero-content {
        padding: 1.5rem 0.8rem;
    }

    .hero-description {
        margin-top: 1.5rem;
        padding: 0 0.5rem;
    }

    .hero-description p {
        text-align: center;
    }
}
