/* ============================================================
   COMPONENTES REUTILIZÁVEIS
   ============================================================ */

/* SERVIÇOS PREMIUM */
.services-premium { padding: 100px 0; background: #fff; }
.header-align-left { text-align: left; max-width: 850px; margin-bottom: 50px; }
.tag-verde { background: #25d366; color: white; padding: 6px 20px; border-radius: 25px; font-weight: 800; font-size: 0.85rem; display: inline-block; }
.title-premium { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 2.2rem; color: #333; margin: 15px 0; line-height: 1.2; }
.subtitle-premium { color: #666; font-size: 1.1rem; margin: 0; }
.services-grid-premium { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; }
.service-card { display: flex; flex-direction: column; background: #ffffff; padding: 40px 30px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.12); transition: all 0.4s ease; text-align: left; height: 100%; }
.service-card:hover { transform: translateY(-10px); box-shadow: 0 20px 60px rgba(0,0,0,0.18); }
.service-title-highlight { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.35rem; color: #222; margin-bottom: 20px; border-left: 5px solid #25d366; padding-left: 15px; line-height: 1.2; min-height: 50px; display: flex; align-items: center; }
.service-card p { color: #555; line-height: 1.6; margin-bottom: 30px; font-size: 1rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.service-links-wrapper { margin-top: auto; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #f0f0f0; padding-top: 20px; }
.link-saiba-mais { color: #888; text-decoration: none; font-weight: 700; font-size: 0.9rem; transition: 0.3s; }
.link-saiba-mais:hover { color: #25d366; padding-left: 5px; }
.btn-service { background-color: #25d366; color: white !important; padding: 10px 18px; border-radius: 6px; text-decoration: none; font-weight: 800; font-size: 0.85rem; transition: 0.3s; text-transform: uppercase; }

/* SOBRE NÓS */
.section-sobre-nos-elite { padding: 100px 0; background-color: #ffffff; overflow: hidden; }
.sobre-nos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.detalhe-amarelo-logo { display: block; width: 60px; height: 6px; background-color: #f2ec0a; margin-bottom: 15px; border-radius: 3px; }
.title-sobre { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 2.4rem; color: #1a1a1a; line-height: 1.1; }
.text-sobre { font-size: 1.1rem; line-height: 1.8; color: #444; margin-bottom: 25px; }
.btn-orcamento-elite { display: inline-flex; align-items: center; gap: 12px; background: #1a1a1a; color: #fff !important; padding: 18px 35px; border-radius: 50px; font-weight: 800; text-decoration: none; transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.btn-orcamento-elite:hover { background-color: #f2ec0a; color: #1a1a1a !important; transform: scale(1.05); }
.sobre-nos-image-container { position: relative; padding: 20px; }
.moldura-decorativa-logo { position: absolute; top: 0; right: 0; width: 80%; height: 90%; background-color: #f2ec0a; border-radius: 30px; z-index: 1; }
.img-sobre-premium-shadow { position: relative; z-index: 2; width: 100%; border-radius: 25px; box-shadow: 0 30px 60px rgba(0,0,0,0.2); display: block; transition: 0.3s ease; }
@media (max-width: 992px) { .sobre-nos-grid { grid-template-columns: 1fr; gap: 40px; } .title-sobre { font-size: 1.8rem; } .moldura-decorativa-logo { width: 100%; height: 100%; } }

/* DEPOIMENTOS */
.secao-depoimentos-premium { padding: 100px 0; background-color: #f9f9f9; }
.depoimentos-grid-elite { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; margin-top: 50px; }
.card-depoimento-premium { background: #ffffff; padding: 40px; border-radius: 20px; position: relative; box-shadow: 0 15px 40px rgba(0,0,0,0.06); transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); border: none; }
.card-depoimento-premium:hover { transform: translateY(-10px); box-shadow: 0 30px 70px rgba(0,0,0,0.12); }
.aspas-decorativa { position: absolute; top: 20px; right: 30px; font-size: 80px; font-family: serif; color: rgba(242, 236, 10, 0.15); line-height: 1; pointer-events: none; }
.estrelas-premium { color: #f2ec0a; margin-bottom: 20px; font-size: 0.9rem; }
.texto-depoimento { color: #555; font-size: 1.05rem; line-height: 1.7; font-style: italic; margin-bottom: 30px; position: relative; z-index: 2; }
.cliente-info-premium { display: flex; align-items: center; gap: 15px; border-top: 1px solid #f0f0f0; padding-top: 20px; }
.avatar-cliente { width: 50px; height: 50px; border-radius: 50%; background-size: cover; background-position: center; border: 2px solid #f2ec0a; }
.nome-cliente { display: block; font-weight: 800; color: #222; font-size: 1rem; }
.local-cliente { font-size: 0.85rem; color: #888; }

/* FAQ */
.secao-faq-premium { padding: 100px 0; background-color: #4a4a4a; }
.faq-header-center { text-align: center; max-width: 800px; margin: 0 auto 60px auto; }
.tag-verde-faq { background-color: #25d366; color: #fff; padding: 7px 22px; border-radius: 50px; font-weight: 800; font-size: 0.85rem; display: inline-block; margin-bottom: 20px; }
.title-faq { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 2.6rem; color: #ffffff; line-height: 1.1; margin-bottom: 15px; }
.subtitle-faq { color: #e0e0e0; font-size: 1.15rem; }
.faq-grid-container { max-width: 900px; margin: 0 auto; }
.faq-card-item { background-color: #ffffff; margin-bottom: 20px; border-radius: 15px; transition: all 0.4s ease; box-shadow: 0 12px 30px rgba(0,0,0,0.35); border: 1px solid rgba(0,0,0,0.05); list-style: none; }
.faq-question-trigger { padding: 25px 35px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; list-style: none; outline: none; }
.faq-question-trigger::-webkit-details-marker { display: none; }
.faq-card-item summary { list-style: none; }
.faq-question-trigger span { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.2rem; color: #25d366; }
.icon-plus-dark { color: #222222; font-size: 1.3rem; transition: 0.4s ease; }
.faq-content-answer { padding: 0 35px 30px 35px; color: #444; font-size: 1.05rem; line-height: 1.7; }
.faq-card-item[open] { box-shadow: 0 20px 50px rgba(0,0,0,0.45); transform: translateY(-5px); }
.faq-card-item[open] .icon-plus-dark { transform: rotate(45deg); color: #ff4d4d; }
@media (max-width: 768px) { .title-faq { font-size: 1.8rem; } .faq-question-trigger span { font-size: 1.05rem; } .faq-question-trigger { padding: 20px; } }

/* FOOTER ELITE */
.footer-elite-total { padding: 80px 0 40px; background-color: #1a1a1a; color: #ffffff; }
.footer-main-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; }
.tag-verde-footer { color: #25d366; font-weight: 800; font-size: 0.9rem; display: block; margin-bottom: 15px; }
.footer-title { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 2.5rem; margin-bottom: 30px; }
.address-details p { color: #cccccc; font-size: 1.15rem; line-height: 1.6; margin-bottom: 8px; }
.address-details i { color: #25d366; margin-right: 10px; }
.btn-footer-whatsapp { display: inline-block; margin-top: 30px; background-color: #25d366; color: #fff; padding: 18px 35px; border-radius: 50px; font-weight: 800; text-decoration: none; transition: 0.3s ease; box-shadow: 0 10px 20px rgba(37, 211, 102, 0.2); }
.btn-footer-whatsapp:hover { transform: translateY(-3px); background-color: #1ebe57; }
.map-frame-shadow { border-radius: 20px; overflow: hidden; box-shadow: 0 15px 45px rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.05); }
.footer-divider { border: 0; border-top: 1px solid rgba(255,255,255,0.07); margin: 60px 0 30px; }
.footer-bottom-legal { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.footer-legal-links a { color: #888; text-decoration: none; font-size: 0.9rem; transition: 0.3s; }
.footer-legal-links a:hover { color: #25d366; }
.dot-separator { color: #444; margin: 0 10px; }
.footer-copyright p { color: #666; font-size: 0.9rem; }
@media (max-width: 992px) { .footer-main-grid { grid-template-columns: 1fr; text-align: center; } .footer-bottom-legal { flex-direction: column; gap: 20px; } }