/* Scrollbar personalizada global: arredondada, thumb escura, track clara */

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 12px;
  background: #95a5a6;
}
::-webkit-scrollbar-track {
  background-color: #95a5a6;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #2c3e50;
  border: 1px solid #95a5a6;
}
::-webkit-scrollbar-thumb:hover {
  background: #1a252f;
}
::-webkit-scrollbar-corner {
  background: #95a5a6;
}

/* Remove as setas (botões) da scrollbar */
::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  height: 0;
  display: none;
}

/* Footer */
/* Importação de fontes modernas */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Montserrat:wght@600;700&family=Roboto+Mono:wght@400;700&display=swap");
.site-footer {
  background: #f8f9fa;
  color: #2c3e50;
  padding: 2.5rem 0 0.5rem 0;
  font-size: 1rem;
  border-top: 1px solid #e0e0e0;
  position: relative;
  z-index: 10;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 1.5rem 20px;
  gap: 2.5rem;
}
.footer-col {
  flex: 1 1 220px;
  min-width: 220px;
  max-width: 300px;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer-col h4 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.pagamento-icones {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  justify-content: center;
}
/* Padronização dos ícones de pagamento para cobrir todos os casos do HTML */
.pagamento-icones img {
  height: 34px;
  width: 54px;
  object-fit: contain;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 2px #0001;
  padding: 2px 8px;
}
.footer-col.envio ul,
.footer-col.contato ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-col.envio li,
.footer-col.contato li {
  margin-bottom: 0.5rem;
  color: #2c3e50;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}
.footer-col.contato i {
  color: #f39c12;
  font-size: 1.1rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-col.contato a {
  color: #2c3e50;
  text-decoration: underline;
  transition: color 0.2s;
  justify-content: center;
}
.footer-col.contato a:hover {
  color: #f39c12;
}
.selos-seguranca {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.selos-seguranca img {
  margin-bottom: 0.2rem;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(44, 62, 80, 0.07);
  width: 180px !important;
  max-width: 180px;
  min-width: 180px;
  object-fit: contain;
}
.footer-copy {
  text-align: center;
  color: #888;
  font-size: 0.95rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.3rem;
  box-shadow: 0 4px 16px rgba(44, 62, 80, 0.18);
  z-index: 9999;
  transition: background 0.2s, box-shadow 0.2s;
  text-decoration: none;
}
.whatsapp-float:hover {
  background: #128c7e;
  color: #fff;
  box-shadow: 0 8px 24px rgba(44, 62, 80, 0.25);
}
@media (max-width: 900px) {
  .footer-container {
    flex-direction: column;
    gap: 1.5rem;
    padding: 0 10px 1.5rem 10px;
    align-items: center;
  }
  .footer-col {
    min-width: 0;
    width: 100%;
    max-width: 400px;
    margin-bottom: 1.2rem;
    align-items: center;
    text-align: center;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.navbar {
  background: #2c3e50;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 20px;
}

.logo h2 {
  color: #f39c12;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  /* Títulos modernos */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Montserrat", "Inter", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-family: "Inter", Arial, sans-serif;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 2rem;
}

.nav-menu a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.nav-menu a:hover {
  color: #f39c12;
}

.nav-menu .special-link {
  background: linear-gradient(135deg, #f39c12, #e67e22);
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.nav-menu .special-link:hover {
  background: linear-gradient(135deg, #e67e22, #d35400);
  color: white;
  transform: translateY(-2px);
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: white;
  margin: 3px 0;
  transition: 0.3s;
}

/* Hero Section */
.hero {
  background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
  color: white;
  padding: 120px 0 80px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hero-content h1 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-primary {
  background: #f39c12;
  color: white;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  transition: background 0.3s;
  border: none;
  cursor: pointer;
}

.btn-primary:hover {
  background: #d68910;
}

.btn-secondary {
  background: transparent;
  color: white;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  transition: all 0.3s;
  border: 2px solid white;
  cursor: pointer;
}

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

.hero-video {
  position: relative;
}

/* =========================
   PLAYER DE VÍDEO HERO (YouTube)
   ========================= */
.video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 12px 32px rgba(44, 62, 80, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  z-index: 1;
  transition: opacity 0.3s;
}

/* Video poster overlay para player do hero */
.video-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-poster .video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-container .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(44, 62, 80, 0.85);
  border: none;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(44, 62, 80, 0.18);
  cursor: pointer;
  z-index: 2;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
  outline: none;
}
.video-container .play-btn:focus {
  box-shadow: 0 0 0 3px #f39c12;
}
.video-container .play-btn:hover {
  background: #f39c12;
  transform: translate(-50%, -50%) scale(1.08);
}
.video-container .play-btn i {
  color: white;
  font-size: 2.3rem;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 16px;
  z-index: 3;
  background: #000;
}

@media (max-width: 768px) {
  .video-container {
    border-radius: 10px;
    aspect-ratio: 16/9;
    min-height: 180px;
  }
  .video-thumb {
    border-radius: 10px;
  }
  .video-container .play-btn {
    width: 54px;
    height: 54px;
    font-size: 1.5rem;
  }
  .video-container iframe {
    border-radius: 10px;
  }
}

/* Estilo para o iframe do vídeo do YouTube */
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: none;
  background: #000;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Highlights Section */
.highlights {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.highlights h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #2c3e50;
}

.highlights-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2rem;
  align-items: stretch;
}

@media (max-width: 1024px) {
  .highlights-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .highlights-grid {
    grid-template-columns: 1fr;
  }
}

.highlight-card {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  /* overflow: hidden; removido para evitar scroll interno */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  /* Impede scroll interno nos cards de destaque em dispositivos móveis */
  .highlight-card {
    overflow: visible !important;
    -webkit-overflow-scrolling: auto !important;
    touch-action: pan-x pan-y;
  }
}

.highlight-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.highlight-card.featured {
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
  color: white;
  transform: scale(1.05);
}

.highlight-card.featured:hover {
  transform: scale(1.05) translateY(-10px);
}

.highlight-image {
  position: relative;
  margin-bottom: 1.5rem;
}

.highlight-image i {
  font-size: 4rem;
  color: #f39c12;
  margin-bottom: 1rem;
}

.highlight-card.featured .highlight-image i {
  color: white;
}

.badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #e74c3c;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: bold;
}

.highlight-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #2c3e50;
}

.highlight-card.featured h3 {
  color: white;
}

.highlight-card p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex: 1 1 auto;
}

.highlight-card.featured p {
  color: rgba(255, 255, 255, 0.9);
}

.price {
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #f39c12;
  margin-bottom: 1.5rem;
}

.highlight-card.featured .price {
  color: white;
  font-size: 1.4rem;
}

/* Botões nos cartões de destaque */
.highlight-card .btn-primary,
.highlight-card .btn-secondary {
  margin-top: auto;
  min-width: 160px;
  font-size: 1rem;
  padding: 12px 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 2px solid transparent;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 240px;
}
@media (max-width: 768px) {
  .highlight-card .btn-primary,
  .highlight-card .btn-secondary {
    min-width: 120px;
    font-size: 0.95rem;
    padding: 10px 16px;
    width: 95%;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.highlight-card .btn-primary {
  background: #f39c12;
  color: white;
  border-color: #f39c12;
}

.highlight-card .btn-primary:hover {
  background: #d68910;
  border-color: #d68910;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.highlight-card .btn-secondary {
  background: white;
  color: #2c3e50;
  border-color: #2c3e50;
}

.highlight-card .btn-secondary:hover {
  background: #2c3e50;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.highlight-card.featured .btn-primary {
  background: white;
  color: #f39c12;
  border-color: white;
  font-weight: bold;
}

.highlight-card.featured .btn-primary:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #d68910;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

/* Marketplace Section */
.marketplace {
  padding: 80px 0;
  background: white;
  min-height: 100vh;
}

.marketplace-header {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}

.back-btn {
  background: #6c757d;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s;
}

.back-btn:hover {
  background: #5a6268;
}

.marketplace-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.product-gallery {
  position: sticky;
  top: 100px;
}

.main-image {
  margin-bottom: 3rem;
}

.main-image img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.thumbnail-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.thumbnail {
  width: 100%;
  height: 80px;
  object-fit: contain;
  background-color: #f8f9fa;
  border-radius: 10px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s, transform 0.3s;
  border: 3px solid transparent;
}

.thumbnail:hover {
  opacity: 1;
  transform: scale(1.05);
}

.thumbnail.active {
  opacity: 1;
  border-color: #f39c12;
}

/* Botão "Ver Mais" */
.show-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f39c12, #e67e22);
  color: white;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 80px;
  position: relative;
  overflow: hidden;
}

.show-more-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(243, 156, 18, 0.4);
}

.show-more-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  padding: 2px;
}

.show-more-content i {
  font-size: 1rem;
}

.show-more-content span {
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 1;
}

.show-more-content small {
  font-size: 0.6rem;
  opacity: 0.8;
  line-height: 1;
}

/* Galeria expandida */
.expanded-thumbnails {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 2px solid #e0e0e0;
}

.expanded-thumbnails.show {
  display: grid;
}

/* Vídeo thumbnails */
.video-thumbnail {
  position: relative;
}

.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  z-index: 2;
  transition: all 0.3s ease;
}

.video-thumbnail:hover .video-overlay {
  background: rgba(243, 156, 18, 0.9);
  transform: translate(-50%, -50%) scale(1.1);
}

/* Responsivo para galeria expandida */
@media (max-width: 768px) {
  .expanded-thumbnails {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 480px) {
  .expanded-thumbnails {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Modal Galeria Completa */
.full-gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  z-index: 2000;
  display: none;
  flex-direction: column;
}

.full-gallery-modal.active {
  display: flex;
}

.gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  background: rgba(44, 62, 80, 0.9);
  color: white;
  border-bottom: 2px solid rgba(243, 156, 18, 0.3);
}

.gallery-header h3 {
  margin: 0;
  font-size: 1.5rem;
  color: #f39c12;
}

.close-gallery {
  background: none;
  border: none;
  color: white;
  font-size: 1.8rem;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-gallery:hover {
  background: rgba(231, 76, 60, 0.8);
  transform: scale(1.1);
}

.gallery-content {
  flex: 1;
  padding: 30px;
  overflow-y: auto;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
  max-width: 1400px;
  margin: 0 auto;
}

.gallery-item {
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  background: #2c3e50;
}

.gallery-item:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 30px rgba(243, 156, 18, 0.3);
}

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

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

.gallery-item.video {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.gallery-item.video i {
  font-size: 3rem;
  margin-bottom: 10px;
  color: #f39c12;
}

.gallery-item.video span {
  font-size: 0.9rem;
  font-weight: 600;
}

/* Modal de visualização individual */
.gallery-view-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(5px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 3000;
}

.gallery-view-modal.active {
  display: flex;
}

.gallery-close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  background: rgba(231, 76, 60, 0.8);
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 3001;
}

.gallery-close-btn:hover {
  background: rgba(231, 76, 60, 1);
  transform: scale(1.1);
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(44, 62, 80, 0.8);
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  padding: 20px 15px;
  border-radius: 10px;
  transition: all 0.3s ease;
  z-index: 3001;
}

.gallery-nav:hover {
  background: rgba(243, 156, 18, 0.9);
  transform: translateY(-50%) scale(1.1);
}

.gallery-nav.prev {
  left: 30px;
}

.gallery-nav.next {
  right: 30px;
}

.gallery-view-content {
  width: 95%;
  height: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.gallery-view-content img,
.gallery-view-content video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7);
  background: #000;
}

.gallery-view-content video {
  background: #000;
}

.gallery-caption {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 1rem;
  max-width: 80%;
  text-align: center;
}

.gallery-counter {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(243, 156, 18, 0.9);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
}

/* Responsivo para galeria completa */
@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
  }

  .gallery-header {
    padding: 15px 20px;
  }

  .gallery-header h3 {
    font-size: 1.2rem;
  }

  .gallery-content {
    padding: 20px 15px;
  }

  .gallery-nav {
    font-size: 1.5rem;
    padding: 15px 10px;
  }

  .gallery-nav.prev {
    left: 15px;
  }

  .gallery-nav.next {
    right: 15px;
  }

  .gallery-close-btn {
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}

.customization-panel {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.customization-panel h3 {
  color: #2c3e50;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8);
}

.option-group {
  margin-bottom: 2rem;
}

.option-group label {
  display: block;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 1rem;
  font-size: 1rem;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.option-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.option-btn {
  background: white;
  border: 2px solid #ddd;
  padding: 10px 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 0.9rem;
  text-align: left;
  width: 100%;
}

.option-btn:hover {
  border-color: #f39c12;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.option-btn.active {
  background: #f39c12;
  border-color: #f39c12;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(243, 156, 18, 0.3);
}

/* Size Selector Styles */
.size-selector {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.size-presets h4 {
  color: #2c3e50;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.size-details {
  text-align: left;
  width: 100%;
  pointer-events: none; /* Prevent child elements from blocking clicks */
  padding: 0.5rem 0;
}

.size-details strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #2c3e50;
  font-size: 1rem;
}

.dimensions {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  pointer-events: none; /* Prevent child elements from blocking clicks */
}

.dimensions span {
  font-size: 0.85rem;
  color: #2c3e50;
  font-weight: normal;
  pointer-events: none; /* Prevent child elements from blocking clicks */
}

.price-display {
  color: #f39c12;
  font-weight: bold;
}

.varanda-info {
  color: #2c3e50;
  font-size: 0.85rem;
}

.varanda-toggle-inline {
  margin-top: 0.5rem;
  pointer-events: auto; /* Allow clicks on toggle */
}

.custom-size-panel {
  background: white;
  padding: 1.5rem;
  border-radius: 10px;
  border: 2px solid #e0e0e0;
  margin-top: 1rem;
}

.custom-size-panel h4 {
  color: #2c3e50;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.custom-dimensions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.dimension-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.dimension-group label {
  font-size: 0.9rem;
  color: #2c3e50;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.dimension-group input[type="number"] {
  padding: 8px 12px;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.2s ease;
}

.dimension-group input[type="number"]:focus {
  outline: none;
  border-color: #f39c12;
}

.dimension-group input[type="checkbox"] {
  width: auto;
  margin-right: 0.5rem;
}

.custom-size-preview {
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
}

.custom-size-preview h5 {
  color: #2c3e50;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.size-preview-box {
  background: white;
  padding: 1rem;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  margin-bottom: 1rem;
}

/* Varanda Toggle Styles - Estrutura Organizada em Camadas */
.varanda-toggle-inline {
  margin-top: 0.5rem;
  pointer-events: auto; /* Allow clicks on toggle */
}

/* Camada 1: Container principal da seção varanda */
.varanda-checkbox-small {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #2c3e50;
}

/* Camada 2: Texto principal "Incluir varanda?" */
.varanda-label {
  color: #2c3e50;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

/* Camada 3: Container do checkbox + preço */
.checkbox-varanda {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.2rem 0;
  line-height: 1;
}

/* Camada 4a: Área do checkbox */
.checkbox-area {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  min-width: 0; /* Permite flexibilidade */
  position: relative;
  z-index: 10;
}

.checkbox-varanda input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #2c3e50;
  cursor: pointer;
  border-radius: 3px;
  border: 2px solid #2c3e50;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin: 0;
  background-color: white;
  position: relative;
  z-index: 10;
}

.checkbox-varanda input[type="checkbox"]:hover {
  border-color: #1a252f;
  transform: scale(1.05);
  background-color: #1a252f;
}

.checkbox-varanda input[type="checkbox"]:checked {
  background-color: #f39c12;
  border-color: #f39c12;
}

.checkbox-varanda input[type="checkbox"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(44, 62, 80, 0.3);
}

/* Camada 4b: Área do preço */
.varanda-price {
  font-family: "Inter", Arial, sans-serif;
  color: #f39c12;
  font-weight: bold;
  font-size: 0.9rem;
  flex-shrink: 0;
}

/* Estilos para botão ativo - Estados da varanda em botões selecionados */

.option-btn.active .checkbox-varanda input[type="checkbox"] {
  border-color: #2c3e50;
  background-color: white;
  position: relative;
  z-index: 15;
}

.option-btn.active .checkbox-varanda input[type="checkbox"]:hover {
  border-color: #1a252f;
  background-color: #f8f9fa;
  transform: scale(1.1);
}

.option-btn.active .checkbox-varanda input[type="checkbox"]:checked {
  background-color: #f39c12;
  border-color: #f39c12;
  position: relative;
  z-index: 15;
}

/* Option Price Info Styles */
.option-price-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.option-name {
  font-weight: 600;
  color: inherit;
}

.option-price {
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.8rem;
  color: #f39c12;
  font-weight: 500;
}

/* Palette Expand Section */
.palette-expand-section {
  margin: 1rem 0;
  text-align: center;
}

.btn-expand-colors {
  background: none;
  border: 2px dashed #e0e0e0;
  padding: 0.8rem 1.2rem;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #666;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}

.btn-expand-colors:hover {
  color: #b8b8b8;
}

.btn-expand-colors i {
  transition: transform 0.3s ease;
}

.btn-expand-colors.expanded i {
  transform: rotate(180deg);
}

.preview-text {
  color: #2c3e50;
  font-weight: 500;
  line-height: 1.5;
}

.btn-apply-size {
  background: linear-gradient(135deg, #3498db, #2980b9);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 auto;
}

.btn-apply-size:hover {
  background: linear-gradient(135deg, #2980b9, #1c5985);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

.color-selector {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Palette Selector Styles */
.palette-selector h4 {
  color: #2c3e50;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.palette-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.palette-card {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.palette-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.palette-card.active {
  border-color: #f39c12;
  box-shadow: 0 8px 25px rgba(243, 156, 18, 0.3);
}

.palette-preview {
  display: flex;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.color-strip {
  flex: 1;
  height: 100%;
}

.palette-info h5 {
  margin: 0.5rem 0 0.25rem 0;
  color: #2c3e50;
  font-size: 0.9rem;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.palette-info p {
  margin: 0;
  color: #666;
  font-size: 0.8rem;
}

/* Palette Customization - Unified Section */
.palette-customization {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 12px;
  border: 2px solid #e0e0e0;
}

.palette-customization h4 {
  color: #2c3e50;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  text-align: center;
}

.palette-preview-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.palette-preview-section h5 {
  color: #2c3e50;
  font-size: 1rem;
  margin: 0;
  font-weight: 600;
}

.main-palette-preview {
  display: flex;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 350px;
}

.main-palette-preview .color-strip {
  flex: 1;
  height: 100%;
  transition: transform 0.2s ease;
}

.main-palette-preview .color-strip:hover {
  transform: scale(1.05);
  z-index: 1;
}

.palette-labels {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 350px;
  margin-top: 0.5rem;
}

.palette-labels span {
  font-size: 0.8rem;
  color: #666;
  text-align: center;
  flex: 1;
  font-weight: 500;
}

.color-controls {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.color-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.color-part:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.color-part label {
  font-size: 0.9rem;
  color: #2c3e50;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.color-part input[type="color"] {
  width: 60px;
  height: 40px;
  border: 3px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.2s ease;
  background: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.color-part input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
  border: none;
  border-radius: 5px;
}

.color-part input[type="color"]::-webkit-color-swatch {
  border: none;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.color-part input[type="color"]::-moz-color-swatch {
  border: none;
  border-radius: 5px;
}

.color-part input[type="color"]:hover {
  border-color: #f39c12;
}

.btn-apply-palette {
  background: linear-gradient(135deg, #f39c12, #e67e22);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(243, 156, 18, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.btn-apply-palette:hover {
  background: linear-gradient(135deg, #e67e22, #d35400);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(243, 156, 18, 0.4);
}

.btn-apply-palette:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(243, 156, 18, 0.3);
}

.checkbox-options {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.checkbox-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.checkbox-option input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #f39c12;
}

/* Checkbox dentro dos botões de tamanho */
.option-btn .checkbox-option {
  margin-top: 0.5rem;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

.option-btn .checkbox-option:hover {
  background: rgba(255, 255, 255, 0.2);
}

.option-btn .checkbox-option input[type="checkbox"] {
  pointer-events: auto;
  z-index: 3;
  position: relative;
}

.option-btn.active .checkbox-option {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}

.option-btn .checkbox-option span {
  color: #2c3e50;
  font-size: 0.9rem;
  font-weight: 500;
}

.price-summary {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  margin-top: 2rem;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.total-price {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  margin-bottom: 1.5rem;
}

.total-price span {
  font-family: "Inter", Arial, sans-serif;
  color: #f39c12;
}

.btn-large {
  padding: 18px 40px;
  font-size: 1.1rem;
  width: 100%;
}

.btn-large i {
  margin-right: 0.5rem;
} /* Services Section */
.services {
  padding: 80px 0;
  background: #f8f9fa;
}

.services h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #2c3e50;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.service-card {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

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

.service-card i {
  font-size: 3rem;
  color: #f39c12;
  margin-bottom: 1rem;
}

.service-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #2c3e50;
}

.service-card p {
  color: #666;
  line-height: 1.6;
}

/* About Section */
.about {
  padding: 80px 0;
  background: white;
}

.about-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.about h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #2c3e50;
}

.about p {
  font-size: 1.1rem;
  margin-bottom: 3rem;
  color: #666;
  line-height: 1.8;
}

.features {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.feature i {
  color: #f39c12;
  font-size: 1.2rem;
}

.feature span {
  font-weight: bold;
  color: #2c3e50;
}

/* Contact Section */
.contact {
  padding: 80px 0;
  background: #f8f9fa;
}

.contact h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #2c3e50;
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: white;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.contact-item.clickable {
  cursor: pointer;
  border: 2px solid transparent;
}

.contact-item.clickable:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-color: #f39c12;
}

.contact-item.clickable:hover i {
  transform: scale(1.2);
  color: #d68910;
}

.contact-item i {
  font-size: 2.5rem;
  color: #f39c12;
  min-width: 60px;
  transition: all 0.3s ease;
}

.contact-item.clickable i {
  font-size: 3rem;
  color: #f39c12;
}

.contact-item h3 {
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.contact-item p {
  font-weight: bold;
  color: #f39c12;
  margin-bottom: 0.2rem;
}

.contact-item.clickable p {
  color: #f39c12;
}

.contact-item span {
  color: #666;
  font-size: 0.9rem;
}

.contact-item small {
  color: #f39c12;
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 0.3rem;
  display: block;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

.contact-form {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-form input,
.contact-form textarea {
  font-family: "Inter", Arial, sans-serif;
  width: 100%;
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #f39c12;
}

.contact-form textarea {
  resize: vertical;
}

/* Footer */
footer {
  background: #2c3e50;
  color: white;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .nav-menu {
    position: fixed;
    left: -100%;
    top: 70px;
    flex-direction: column;
    background-color: #2c3e50;
    width: 100%;
    text-align: center;
    transition: 0.3s;
    padding: 2rem 0;
  }

  .nav-menu.active {
    left: 0;
  }

  .hero .container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 2.5rem;
  }

  .hero-buttons {
    justify-content: center;
  }

  .video-container {
    margin-top: 2rem;
  }

  .highlights-grid {
    grid-template-columns: 1fr;
  }

  .highlight-card.featured {
    transform: none;
  }

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

  .marketplace-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .product-gallery {
    position: static;
  }

  .main-image img {
    height: 300px;
  }

  .option-buttons {
    flex-direction: column;
  }

  .option-btn {
    text-align: center;
  }

  .contact-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .features {
    flex-direction: column;
    align-items: center;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .palette-grid {
    grid-template-columns: 1fr;
  }

  .color-controls {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
  }

  .main-palette-preview {
    height: 60px;
    max-width: 300px;
  }

  .palette-labels span {
    font-size: 0.7rem;
  }

  .color-part {
    padding: 0.8rem;
  }

  .color-part input[type="color"] {
    width: 45px;
    height: 45px;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    cursor: pointer;
    transition: border-color 0.2s ease;
    background: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .color-part input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
    border: none;
    border-radius: 50%;
  }

  .color-part input[type="color"]::-webkit-color-swatch {
    border: none;
    border-radius: 50%;
  }

  .color-part input[type="color"]::-moz-color-swatch {
    border: none;
    border-radius: 50%;
  }

  .custom-dimensions {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }

  .option-btn .size-details .dimensions {
    gap: 0.1rem;
  }

  .option-btn .size-details .dimensions span {
    font-size: 0.75rem;
  }
}

@media (max-width: 480px) {
  .logo h2 {
    font-size: 1.2rem;
  }

  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .services h2,
  .about h2,
  .contact h2,
  .highlights h2 {
    font-size: 2rem;
  }

  .container {
    padding: 0 10px;
    max-width: 100%;
    overflow-x: hidden;
  }

  .customization-panel {
    padding: 0.8rem;
  }

  /* Responsividade da seção varanda - Mobile */
  .varanda-checkbox-small {
    gap: 0.2rem;
  }

  .varanda-label {
    font-size: 0.85rem;
    margin-bottom: 0.1rem;
  }

  .checkbox-varanda {
    gap: 0.3rem;
    padding: 0.1rem 0;
  }

  .checkbox-area {
    gap: 0.2rem;
  }

  .checkbox-varanda input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }

  .checkbox-text {
    font-size: 0.8rem;
  }

  .varanda-price {
    font-size: 0.8rem;
  }

  .marketplace-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .thumbnail-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .color-controls {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
  }

  .color-part {
    padding: 0.6rem;
  }

  .color-part input[type="color"] {
    width: 40px;
    height: 40px;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    cursor: pointer;
    transition: border-color 0.2s ease;
    background: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .color-part input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
    border: none;
    border-radius: 50%;
  }

  .color-part input[type="color"]::-webkit-color-swatch {
    border: none;
    border-radius: 50%;
  }

  .color-part input[type="color"]::-moz-color-swatch {
    border: none;
    border-radius: 50%;
  }

  .palette-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .main-palette-preview {
    height: 50px;
    max-width: 250px;
  }

  .palette-labels span {
    font-size: 0.65rem;
  }

  .palette-customization {
    padding: 1rem;
  }

  .palette-preview-section {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }

  .btn-apply-palette {
    padding: 12px 20px;
    font-size: 1rem;
  }

  .option-group {
    margin-bottom: 1.5rem;
  }

  .custom-dimensions {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .dimension-group input[type="number"] {
    padding: 6px 10px;
    font-size: 0.9rem;
  }

  .option-btn .size-details .dimensions span {
    font-size: 0.7rem;
  }

  .btn-apply-size {
    padding: 8px 16px;
    font-size: 0.85rem;
  }

  body {
    overflow-x: hidden;
  }

  .marketplace {
    overflow-x: hidden;
  }
}
/* Footer bottom bar e tech */
.footer-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eeeeee;
  padding: 0.7rem 2.5rem 0.7rem 1.2rem;
  min-height: 48px;
}
.footer-tech {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.98rem;
  color: #444;
  white-space: nowrap;
}
.footer-bottom-bar .footer-copy {
  margin-right: 60px;
  text-align: right;
  color: #888;
  font-size: 0.95rem;
  background: none;
}

/* ================================
   SEÇÃO DE FEEDBACK E AVALIAÇÃO
   ================================ */
.feedback-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.feedback-content {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.feedback-section h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #2c3e50;
}

.feedback-section p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 3rem;
}

.feedback-form-container {
  background: white;
  padding: 3rem;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 4rem;
}

/* Sistema de Avaliação por Estrelas */
.rating-section {
  margin-bottom: 2rem;
  text-align: center;
}

.rating-label {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.star-rating {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.star {
  font-size: 3rem;
  color: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}

.star:hover,
.star.hovered {
  color: #f39c12;
  transform: scale(1.2);
}

.star.selected {
  color: #f39c12;
}

.rating-text {
  font-size: 1rem;
  color: #666;
  font-weight: 500;
}

/* Formulário de Feedback */
.feedback-form {
  text-align: left;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.form-group input[type="text"],
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 15px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1rem;
  font-family: "Inter", Arial, sans-serif;
  transition: border-color 0.3s ease;
}

.form-group input[type="text"]:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #f39c12;
  box-shadow: 0 0 0 3px rgba(243, 156, 18, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

/* Checkbox customizado */
.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.checkbox-label {
  display: flex !important;
  align-items: flex-start;
  gap: 0.8rem;
  cursor: pointer;
  font-size: 0.95rem;
  line-height: 1.4;
}

.checkbox-label input[type="checkbox"] {
  display: none;
}

.checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-top: 2px;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark {
  background: #f39c12;
  border-color: #f39c12;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark::after {
  content: "✓";
  color: white;
  font-weight: bold;
  font-size: 14px;
}

/* Botão de envio */
.btn-feedback {
  width: 100%;
  padding: 18px 24px;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(243, 156, 18, 0.3);
  transition: all 0.3s ease;
}

.btn-feedback:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(243, 156, 18, 0.4);
}

/* Exibição de Avaliações */
.reviews-display h3 {
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: 2rem;
  text-align: center;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.review-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.reviewer-info {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.reviewer-name {
  font-weight: 700;
  color: #2c3e50;
  font-size: 1.1rem;
}

.service-tag {
  background: #f39c12;
  color: white;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 500;
  width: fit-content;
}

.review-stars {
  display: flex;
  gap: 2px;
}

.review-stars .star {
  font-size: 1.2rem;
  color: #ddd;
}

.review-stars .star.filled {
  color: #f39c12;
}

.review-text {
  color: #666;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-style: italic;
}

.review-date {
  color: #999;
  font-size: 0.9rem;
  font-weight: 500;
}

/* Classes para elementos do envio e selos */
.envio-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.envio-icone {
  font-size: 22px !important;
  vertical-align: middle;
  color: #f39c12;
}

.selos-info {
  text-align: center;
  font-size: 0.85rem;
  margin-top: 4px;
  color: #333;
}

/* Responsividade para Feedback */
@media (max-width: 768px) {
  .feedback-section {
    padding: 60px 0;
  }

  .feedback-section h2 {
    font-size: 2rem;
  }

  .feedback-form-container {
    padding: 2rem;
    margin-bottom: 3rem;
  }

  .star {
    font-size: 2.5rem;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .review-card {
    padding: 1.5rem;
  }

  .review-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

@media (max-width: 480px) {
  .feedback-form-container {
    padding: 1.5rem;
  }

  .star {
    font-size: 2rem;
    gap: 0.3rem;
  }

  .btn-feedback {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .checkbox-label {
    font-size: 0.9rem;
  }
}

/* ========================
   ESTILOS ESPECÍFICOS DA CASINHA
   ======================== */

/* Hero Section da Casinha */
.casinha-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 120px 0 80px;
  color: white;
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.casinha-hero .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.casinha-hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.casinha-hero p {
  font-size: 1.2rem;
  opacity: 0.9;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 2rem 0;
}

.stat-item {
  text-align: center;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  backdrop-filter: blur(10px);
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  display: block;
}

.stat-text {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  opacity: 0.8;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.btn-large {
  padding: 15px 30px;
  font-size: 1.1rem;
  font-weight: 600;
}

.btn-secondary {
  background: transparent;
  border: 2px solid white;
  color: white;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: white;
  color: #764ba2;
  transform: translateY(-2px);
}

.hero-image {
  position: relative;
}

.main-hero-img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Galeria da Casinha */
.galeria-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.galeria-section h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #2c3e50;
}

.galeria-section p {
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 3rem;
}

.galeria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.galeria-item {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.galeria-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.galeria-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.galeria-item:hover img {
  transform: scale(1.05);
}

.galeria-info {
  padding: 1.5rem;
}

.galeria-info h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #2c3e50;
}

.galeria-info p {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
  text-align: left;
}

/* Modal da Galeria */
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal.show {
  opacity: 1;
}

.modal-content {
  position: relative;
  margin: 5% auto;
  max-width: 90%;
  max-height: 80%;
  text-align: center;
}

.modal-content img {
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
}

.close:hover {
  color: #f39c12;
}

#modalCaption {
  color: white;
  font-size: 1.1rem;
  margin-top: 1rem;
  padding: 0 2rem;
}

/* Características */
.caracteristicas-section {
  padding: 80px 0;
  background: white;
}

.caracteristicas-section h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #2c3e50;
}

.caracteristicas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.caracteristica-card {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
}

.caracteristica-card:hover {
  background: white;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.caracteristica-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f39c12, #e67e22);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 2rem;
}

.caracteristica-card h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #2c3e50;
}

.caracteristica-card p {
  color: #666;
  line-height: 1.6;
}

/* Seção de Personalização/Marketplace */
.personalizacao-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.personalizacao-section h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #2c3e50;
}

.personalizacao-section > .container > p {
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 3rem;
}

.marketplace-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  max-width: 1400px;
  margin: 0 auto;
}

.product-gallery .main-image {
  margin-bottom: 1rem;
}

.product-gallery .main-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.thumbnail-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}

.thumbnail {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.thumbnail:hover,
.thumbnail.active {
  border-color: #f39c12;
  transform: scale(1.05);
}

.customization-panel {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.customization-panel h3 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: #2c3e50;
}

.option-group {
  margin-bottom: 2rem;
}

.option-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #2c3e50;
  font-size: 1.1rem;
}

.option-buttons {
  display: grid;
  gap: 0.8rem;
}

.option-btn {
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  padding: 1rem;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
  width: 100%;
}

.option-btn:hover {
  border-color: #f39c12;
  background: #fff;
}

.option-btn.active {
  border-color: #f39c12;
  background: #fff8f0;
}

.option-price-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.option-name {
  font-weight: 600;
  color: #2c3e50;
}

.option-price {
  color: #f39c12;
  font-weight: 600;
}

/* Tamanhos específicos */
.size-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.dimensions {
  font-size: 0.9rem;
  color: #666;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.price-display {
  color: #f39c12;
}

.varanda-toggle-inline {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid #e9ecef;
}

.varanda-checkbox-small {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
}

.checkbox-varanda {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.varanda-price {
  color: #27ae60;
  font-weight: 600;
  font-size: 0.8rem;
}

/* Painel de tamanho personalizado */
.custom-size-panel {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 10px;
  margin-top: 1rem;
}

.custom-dimensions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.dimension-group label {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.dimension-group input[type="number"] {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.custom-size-preview {
  background: white;
  padding: 1rem;
  border-radius: 8px;
  margin-top: 1rem;
}

.size-preview-box {
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 5px;
  margin: 0.5rem 0;
}

.btn-apply-size {
  background: #f39c12;
  color: white;
  border: none;
  padding: 0.7rem 1rem;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}

/* Paletas de Cores */
.palette-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.palette-card {
  background: white;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.palette-card:hover,
.palette-card.active {
  border-color: #f39c12;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.palette-preview {
  display: flex;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.8rem;
}

.color-strip {
  flex: 1;
}

.palette-info h5 {
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
  color: #2c3e50;
}

.palette-info p {
  font-size: 0.8rem;
  color: #666;
  margin: 0;
}

.btn-expand-colors {
  background: #6c757d;
  color: white;
  border: none;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0;
  transition: all 0.3s ease;
}

.btn-expand-colors:hover {
  background: #5a6268;
}

.palette-customization {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 10px;
  margin-top: 1rem;
}

.main-palette-preview {
  display: flex;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.palette-labels {
  display: flex;
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 1rem;
}

.palette-labels span {
  flex: 1;
  text-align: center;
}

.color-controls {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
}

.color-part {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.color-part label {
  font-size: 0.9rem;
  font-weight: 600;
}

.color-part input[type="color"] {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.btn-apply-palette {
  background: #27ae60;
  color: white;
  border: none;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  margin-top: 1rem;
  transition: background 0.3s ease;
}

/* Checkboxes de Extras */
.checkbox-options {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.checkbox-option {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem;
  background: #f8f9fa;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.checkbox-option:hover {
  background: #e9ecef;
}

.checkbox-option input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* Resumo de Preço */
.price-summary {
  background: #2c3e50;
  color: white;
  padding: 2rem;
  border-radius: 15px;
  margin-top: 2rem;
  text-align: center;
}

.total-price {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

/* FAQ */
.faq-section {
  padding: 80px 0;
  background: white;
}

.faq-section h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #2c3e50;
}

.faq-grid {
  display: grid;
  gap: 1rem;
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: #f8f9fa;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e9ecef;
}

.faq-question {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: #f8f9fa;
}

.faq-question h4 {
  margin: 0;
  color: #2c3e50;
  font-size: 1.1rem;
}

.faq-question i {
  color: #f39c12;
  transition: transform 0.3s ease;
}

.faq-answer {
  padding: 0 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  padding: 0 1.5rem 1.5rem;
}

.faq-answer p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Responsividade da Casinha */
@media (max-width: 768px) {
  .casinha-hero .container {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
  }

  .casinha-hero h1 {
    font-size: 2.5rem;
  }

  .hero-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .marketplace-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .custom-dimensions {
    grid-template-columns: 1fr;
  }

  .color-controls {
    grid-template-columns: repeat(2, 1fr);
  }

  .option-buttons {
    gap: 0.5rem;
  }

  .option-price-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }

  .size-details .dimensions {
    font-size: 0.8rem;
  }

  .caracteristicas-grid,
  .galeria-grid {
    grid-template-columns: 1fr;
  }

  .modal-content {
    margin: 10% auto;
    max-width: 95%;
  }
}
