/* Estilos específicos da página inicial - baseados no Elementor original */

/* Hero */
.hero-section {
    position: relative;
    background-color: #111;
    background-image: url('../images/galeria01-updraft-pre-smush-original.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 180px 0 80px;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #221800;
    opacity: 0.64;
    z-index: 0;
}

.hero-section .container { position: relative; z-index: 1; }

.hero-headline {
    text-align: center;
    color: #fff;
    font-size: 64px;
    font-weight: 500;
    line-height: 0.78;
    letter-spacing: -3px;
    margin: 0 0 12px;
    padding: 0 90px;
}

.hero-headline .before-written {
    display: block;
    margin-bottom: 3px;
}

.hero-headline .typed-text {
    font-weight: 300;
    display: block;
}

.hero-description {
    text-align: center;
    max-width: 890px;
    margin: 0 auto 28px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.2px;
    color: #fff;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    max-width: 797px;
    margin: 0 auto;
}

.hero-buttons .btn-wrap { flex: 0 1 auto; }

.hero-buttons .btn {
    font-size: 12.75px;
    padding: 15px 26.25px;
}

/* Especialidades */
.about-section { padding: 24px 0 80px; }

.about-section .section-title-wrap {
    max-width: 773px;
    margin: 0 auto 16.8px;
}

.about-section .section-title {
    margin-bottom: 11.2px;
}

.about-content {
    max-width: 981px;
    margin: 0 auto;
    padding-bottom: 45px;
}

.about-content .section-subtitle { margin-bottom: 28px; }

.about-content .btn-wrap {
    text-align: center;
    margin: 0 0 32px;
}

.about-content .btn,
.testimonials-section .btn-wrap .btn,
.blog-section .btn-wrap .btn {
    font-size: 12.75px;
    padding: 15px 26.25px;
}

/* Como chegar */
.map-section {
    position: relative;
    background-color: #A5821C;
    padding: 60px 0;
}

.map-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: transparent;
    opacity: 0.54;
}

.map-section .container {
    position: relative;
    max-width: 955px;
}

.map-section .section-title { color: #fff; margin-bottom: 11.2px; }
.map-section .section-subtitle { color: #fff; margin-top: 0; margin-bottom: 28px; }
.map-section .btn-wrap { text-align: center; margin-top: 0; }

/* Depoimentos */
.testimonials-section { padding: 80px 0; }

.testimonials-section .section-header {
    max-width: 867px;
    margin: 0 auto 40px;
}

.testimonials-section .section-title {
    margin-bottom: 11.2px;
}

.testimonials-section .section-subtitle {
    margin-top: 0;
    margin-bottom: 0;
}

.testimonials-section .btn-wrap {
    text-align: center;
    max-width: 867px;
    margin: 32px auto 0;
    padding-bottom: 20px;
}

/* Blog */
.blog-section { padding: 60px 0; }

.blog-section .section-header {
    max-width: 1072px;
    margin: 0 auto 40px;
}

.blog-section .btn-wrap {
    text-align: center;
    margin: 40px 0 0;
}

.blog-grid .blog-image {
    width: 100%;
    height: 220px;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.blog-grid .blog-image a {
    display: block;
    height: 100%;
}

.blog-grid .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-grid .blog-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.blog-grid .blog-title {
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
}

.blog-grid .blog-read-more {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    color: #444;
    background-color: #f0f0f0;
    border-radius: 100px;
    padding: 12px 24px;
    box-shadow: none;
    transition: background-color 0.3s, color 0.3s;
}

.blog-grid .blog-read-more:hover {
    background-color: #e0e0e0;
    color: #303030;
}

/* Contato */
.contact-section:not(.contact-section--light) {
    background: linear-gradient(180deg, #c0a558 0%, #957a2e 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 80%, rgba(255, 255, 255, 0.06) 0%, transparent 60%);
    pointer-events: none;
}

.contact-section .container {
    max-width: 1060px;
    position: relative;
    z-index: 1;
}

/* Responsivo - Hero */
@media (max-width: 1024px) {
    .hero-section { padding: 130px 0 60px; }
    .hero-headline { font-size: 50px; letter-spacing: -2px; padding: 0 30px; }
    .section-title { font-size: 50px; }
    .contact-title { font-size: 2.75rem; }
    .about-section { padding: 18px 0 60px; }
    .testimonials-section { padding: 60px 0; }
    .map-section { padding: 80px 30px 70px; }
    .contact-section:not(.contact-section--light) { padding: 60px 0; }
}

@media (max-width: 767px) {
    .hero-section {
        padding: 110px 0 50px;
        background-attachment: scroll;
    }
    .hero-headline {
        font-size: 34px;
        letter-spacing: 0;
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .hero-description { padding: 0 10px; margin-bottom: 19.6px; }
    .hero-buttons { flex-direction: column; gap: 12px; }
    .hero-buttons .btn { width: 100%; max-width: 210px; }
    .section-title { font-size: 44px; letter-spacing: 0; }
    .contact-title { font-size: 2rem; }
    .about-section { padding: 15px 0 50px; }
    .about-content { padding: 0 0 35px; }
    .testimonials-section { padding: 50px 20px; }
    .gallery-grid { grid-template-columns: 1fr; }
}
