/* RESET BÁSICO */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  color: #222;
  background: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

/* HEADER */
.site-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.site-header nav a {
  margin-left: 20px;
  font-weight: 600;
  color: #333;
}

.site-header nav a.btn {
  background: #e63946;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
}

/* HERO */
.hero-with-photo {
  position: relative;
  height: 90vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 20px;
}

.hero-copy h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.hero-copy .lead {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.cta-row {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.btn {
  background: #e63946;
  color: #fff;
  padding: 12px 20px;
  border-radius: 4px;
  font-weight: bold;
}

.btn.secondary {
  background: #555;
}

/* SEÇÕES */
.section {
  padding: 60px 20px;
}

.section.gray {
  background: #f9f9f9;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #111;
}

h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #222;
}

#sobre p {
  text-align: justify;
}

/* TESTEMUNHOS */
blockquote {
  background: #fff;
  border-left: 4px solid #e63946;
  padding: 15px 20px;
  font-style: italic;
}

blockquote cite {
  display: block;
  margin-top: 10px;
  font-size: 0.9rem;
  color: #555;
}

/* FOOTER */
.site-footer {
  background: #222;
  color: #aaa;
  padding: 20px;
  text-align: center;
  font-size: 0.9rem;
}

#cv {
    max-width: 60%;
    margin: 1rem auto;
    line-height: 1.6;
}

#cv h2 {
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
    margin-top: 40px;
    color: #222;
}

.cv-item {
    margin-bottom: 20px;
}

.cv-item h3 {
    color: #444;
    font-weight: 600;
    margin-bottom: 5px;
}

ul {
    list-style: "✓ ";
    padding-left: 20px;
}
.navbar .nav-link {
    font-weight: 600;
    color: #333;
}
.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #e63946;
}

/* Botão WhatsApp no menu */
.navbar .btn.btn-danger {
    padding: 6px 12px;
    border-radius: 4px;
}

/* Garantir que o brand fica à direita mesmo em layouts custom */
@media (min-width: 992px) {
    .navbar .navbar-brand { margin-left: 1rem; }
}

/* GALERIA */
.gallery .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    cursor: pointer;
}

.gallery .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
}

.gallery .card-img-top,
.gallery video.card-img-top {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
    pointer-events: none;
}

.gallery .card:hover .card-img-top,
.gallery .card:hover video.card-img-top {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .gallery .card-img-top,
    .gallery video.card-img-top {
        height: 250px;
    }
}

.nav-link.active {
    color: #e63946 !important;
}

/* FAQ Accordion */
.accordion-button {
    background-color: #fff;
    color: #333;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #e63946;
    box-shadow: none;
}

.accordion-button:focus {
    border-color: #e63946;
    box-shadow: 0 0 0 0.25rem rgba(230, 57, 70, 0.25);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e63946'%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-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='%23e63946'%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-body {
    color: #555;
    line-height: 1.8;
    padding: 1.5rem;
}

.accordion-item {
    transition: all 0.3s ease;
}

.accordion-item:hover {
    transform: translateY(-2px);
}

/* Gallery Modal */
#galleryModal .modal-content {
    background: rgba(0, 0, 0, 0.9) !important;
}

#galleryModal .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

#galleryModal .modal-body img,
#galleryModal .modal-body video {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
}

#galleryModal .btn-close {
    filter: brightness(0) invert(1);
    opacity: 1;
}

/* Video Card Overlay */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.gallery-card:hover .video-overlay {
    background: rgba(0, 0, 0, 0.3);
}

.play-icon {
    font-size: 4rem;
    color: white;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.gallery-card:hover .play-icon {
    transform: scale(1.1);
}

.video-card .position-relative {
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .play-icon {
        font-size: 3rem;
    }
}

