/* ===========================
   Fonts
   =========================== */
@import url('https://fonts.cdnfonts.com/css/gotham');

/* ===========================
   Header Contact Button
   =========================== */
.btn-header-contact {
    background-color: #6ba541;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: inline-block;
    margin-left: 20px;
}

.btn-header-contact:hover {
    background-color: #5a8f36;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(107, 165, 65, 0.3);
}

@media (max-width: 768px) {
    .header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    .header .nav {
        display: flex;
        align-items: center;
        flex: 1;
        justify-content: flex-end;
        gap: 10px;
    }

    .btn-header-contact {
        flex: 1;
        text-align: center;
        padding: 10px 15px;
        font-size: 11px;
        margin: 0;
        max-width: 200px;
    }

    .mobile-menu-toggle {
        order: 2;
        flex-shrink: 0;
    }
}

/* ===========================
   Hero Section Adjustments
   =========================== */
.hero-content h1 {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero-services {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 48px;
        letter-spacing: 1px;
    }

    .hero-services {
        font-size: 12px;
        letter-spacing: 1px;
    }
}

/* ===========================
   Services Home - Layout PDF
   =========================== */

/* Service Block - Container Geral */
.service-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* Service Content - Área de Texto */
.service-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 30px;
    background-color: #ffffff;
}

/* Service Icon */
.service-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Service Title */
.service-title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #2c3e50;
}

/* Service Subtitle */
.service-subtitle {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #2c3e50;
}

/* Service Buttons */
.service-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

/* Buttons Styles */
.btn-dark {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 2px solid #2c3e50;
}

.btn-dark:hover {
    background-color: #1a252f;
    border-color: #1a252f;
}

.btn-outline-red {
    background-color: transparent;
    color: #e74c3c;
    padding: 15px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 2px solid #e74c3c;
}

.btn-outline-red:hover {
    background-color: #e74c3c;
    color: #ffffff;
}

.btn-outline-dark {
    background-color: transparent;
    color: #2c3e50;
    padding: 15px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 2px solid #2c3e50;
}

.btn-outline-dark:hover {
    background-color: #2c3e50;
    color: #ffffff;
}

.btn-light {
    background-color: #ffffff;
    color: #2c3e50;
    padding: 15px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
}

.btn-light:hover {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.btn-outline-white {
    background-color: transparent;
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
}

.btn-outline-white:hover {
    background-color: #ffffff;
    color: #2c3e50;
}

/* Service Photo */
.service-photo {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.service-photo img {
    width: 100%;
    height: auto;
    display: block;
}

/* ===========================
   Festas Infantis
   =========================== */
.service-festas {
    background-color: #ffffff;
}

.service-header-content {
    display: flex;
    flex-direction: column;
    padding: 60px 40px;
    background-color: #ffffff;
    gap: 20px;
    align-items: flex-start;
}

.service-header-top {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.service-icon-large {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.service-icon-large img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-title-large {
    font-size: 36px;
    font-weight: 700;
    color: #1e3a5f;
    margin-bottom: 10px;
    letter-spacing: 1px;
    border-bottom: 2px solid #1e3a5f;
    padding-bottom: 15px;
}

.service-subtitle-large {
    font-size: 20px;
    font-weight: 400;
    color: #2c3e50;
    margin-bottom: 30px;
    margin-top: 20px;
}

.service-buttons-inline {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-dark-filled {
    background-color: #1e3a5f;
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Gotham', sans-serif;
    font-weight: 300;
    font-size: 13px;
    transition: all 0.3s ease;
    border: 2px solid #1e3a5f;
    display: inline-block;
}

.btn-dark-filled:hover {
    background-color: #152a45;
    border-color: #152a45;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(30, 58, 95, 0.3);
}

.btn-outline-dark {
    background-color: transparent;
    color: #1e3a5f;
    padding: 10px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Gotham', sans-serif;
    font-weight: 300;
    font-size: 13px;
    transition: all 0.3s ease;
    border: 2px solid #1e3a5f;
    display: inline-block;
}

.btn-outline-dark:hover {
    background-color: #1e3a5f;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(30, 58, 95, 0.3);
}

.btn-light {
    background-color: #ffffff;
    color: #1e3a5f;
    padding: 10px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Gotham', sans-serif;
    font-weight: 300;
    font-size: 13px;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
    display: inline-block;
}

.btn-light:hover {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.3);
}

.btn-outline-white {
    background-color: transparent;
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Gotham', sans-serif;
    font-weight: 300;
    font-size: 13px;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
    display: inline-block;
}

.btn-outline-white:hover {
    background-color: #ffffff;
    color: #1e3a5f;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
    .service-header-content {
        flex-direction: column;
        padding: 30px 20px;
        gap: 15px;
        align-items: flex-start;
    }

    .service-header-top {
        display: flex;
        align-items: center;
        gap: 15px;
        width: 100%;
    }

    .service-icon-large {
        width: 70px;
        height: 70px;
        padding: 0;
        flex-shrink: 0;
    }

    .service-icon-large img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.15));
    }

    .service-title-large {
        font-size: 38px;
        margin-bottom: 0;
        padding-bottom: 12px;
        flex: 1;
        line-height: 1.2;
    }

    .service-subtitle-large {
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: 0;
        padding-left: 0;
        line-height: 1.4;
    }

    .service-buttons-inline {
        flex-direction: row;
        width: 100%;
        gap: 12px;
        justify-content: center;
        padding: 0 20px;
    }

    .service-buttons-inline a {
        flex: 1;
        text-align: center;
        padding: 10px 18px;
        font-size: 13px;
        font-weight: 300;
        white-space: nowrap;
        border-radius: 6px;
    }

    .service-photo {
        width: 100%;
        height: auto;
        overflow: hidden;
        max-height: 550px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .service-photo img {
        width: 100%;
        height: 100%;
        max-height: 550px;
        display: block;
        object-fit: contain;
        object-position: center;
    }
}

/* ===========================
   Eventos Corporativos
   =========================== */
.service-corporativo {
    flex-direction: column-reverse;
}

.service-corporativo .service-header-content {
    background-color: #1e3a5f;
}

.service-corporativo .service-title-large {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

.service-corporativo .service-subtitle-large {
    color: #ffffff;
}

/* ===========================
   Locação de Campos
   =========================== */
.service-campos {
    background-color: #ffffff;
}

.service-campos .service-header-content {
    background-color: #ffffff;
}

/* ===========================
   Unidades
   =========================== */
.service-unidades {
    background-color: #1e3a5f;
}

.unidades-content {
    padding: 40px 20px;
    text-align: center;
}

.unidades-title {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 0 auto 15px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 10px;
    display: inline-block;
}

.unidades-subtitle {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 300;
}

.unidades-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 30px;
    padding: 0 20px;
}

.unidades-buttons a {
    flex: 1;
    text-align: center;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 300;
    white-space: nowrap;
    border-radius: 6px;
}

.unidades-list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
    text-align: left;
}

.unidades-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.unidades-column p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}

.unidades-column strong {
    font-weight: 700;
    margin-right: 5px;
}

.unidades-map {
    width: 100%;
    margin-top: 20px;
}

.unidades-map img {
    width: 100%;
    height: auto;
    display: block;
}

/* ===========================
   Footer Novo
   =========================== */
.footer-new {
    background-color: #1e3a5f;
    padding: 50px 20px 30px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-section {
    color: #ffffff;
}

.footer-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #ffffff;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
    text-transform: capitalize;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-social {
    text-align: center;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.social-icons a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.social-icons img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

/* Botão Flutuante WhatsApp */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    z-index: 999;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.6);
}

.whatsapp-float img {
    width: 32px;
    height: 32px;
    filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 20px;
        right: 20px;
        width: 55px;
        height: 55px;
    }

    .whatsapp-float img {
        width: 28px;
        height: 28px;
    }
}

/* ===========================
   Desktop Optimizations
   =========================== */
@media (min-width: 1024px) {
    /* Service Blocks - Layout Horizontal */
    .service-block {
        display: grid;
        grid-template-columns: 1fr 1fr;
        min-height: 600px;
    }

    .service-header-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 80px 60px;
    }

    .service-photo {
        height: 100%;
        min-height: 600px;
    }

    .service-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Festas Infantis - Content Left, Photo Right */
    .service-festas {
        grid-template-columns: 1fr 1fr;
    }

    .service-festas .service-header-content {
        order: 1;
    }

    .service-festas .service-photo {
        order: 2;
    }

    /* Eventos Corporativos - Photo Left, Content Right */
    .service-corporativo {
        grid-template-columns: 1fr 1fr;
        flex-direction: row;
    }

    .service-corporativo .service-photo {
        order: 1;
    }

    .service-corporativo .service-header-content {
        order: 2;
    }

    /* Locação de Campos - Content Left, Photo Right */
    .service-campos {
        grid-template-columns: 1fr 1fr;
    }

    .service-campos .service-header-content {
        order: 1;
    }

    .service-campos .service-photo {
        order: 2;
    }

    /* Service Title e Subtitle Desktop */
    .service-title-large {
        font-size: 48px;
        margin-bottom: 15px;
    }

    .service-subtitle-large {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .service-icon-large {
        width: 140px;
        height: 140px;
    }

    /* Unidades Section Desktop */
    .service-unidades {
        display: block;
    }

    .unidades-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        padding: 80px 60px;
        max-width: 1400px;
        margin: 0 auto;
        align-items: center;
    }

    .unidades-title {
        font-size: 48px;
        text-align: left;
        margin-bottom: 20px;
    }

    .unidades-subtitle {
        font-size: 28px;
        text-align: left;
        margin-bottom: 30px;
    }

    .unidades-buttons {
        justify-content: flex-start;
        padding: 0;
        margin-bottom: 40px;
    }

    .unidades-buttons a {
        flex: none;
    }

    .unidades-list-grid {
        text-align: left;
        margin-bottom: 0;
    }

    .unidades-column p {
        font-size: 18px;
    }

    .unidades-map {
        margin-top: 0;
    }

    .unidades-map img {
        max-width: 500px;
        margin: 0 auto;
    }

    /* Footer Desktop */
    .footer-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 60px;
        padding: 0 40px;
    }

    .footer-section {
        text-align: left;
    }

    .footer-social {
        text-align: right;
    }

    .social-icons {
        justify-content: flex-end;
    }
}

/* Extra Large Screens */
@media (min-width: 1400px) {
    .service-header-content {
        padding: 100px 80px;
    }

    .service-title-large {
        font-size: 56px;
    }

    .service-subtitle-large {
        font-size: 28px;
    }

    .service-icon-large {
        width: 160px;
        height: 160px;
    }

    .unidades-content {
        padding: 100px 80px;
    }
}

