/* =====================
   RESET & BASE
===================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  color: #444;
  line-height: 1.6;
  background-color: #fff;
}

.skip-link {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: #ffffff;
  color: #69066d;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-200%);
  transition: transform 0.2s ease;
  z-index: 2000;
}

.skip-link:focus {
  transform: translateY(0);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: #69066d;
  text-decoration: underline;
}

a:hover {
  text-decoration-thickness: 2px;
}

.btn,
.btn-card,
.btn-menu,
.btn-whatsapp,
.btn-cookie,
.btn-download,
.back-link,
.menu li a,
.menu li .dropdown-toggle,
.social-links a,
.footer-links a,
.footer-contact a {
  text-decoration: none;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #b65abc;
  outline-offset: 3px;
}

/* =====================
   COLORS (IDENTIDADE)
===================== */

.inclusiva {
  background-color: #69066d;
  color: #fff;
}

.inclusiva2 {
  background-color: #7a1f7e;
  color: #fff;
}

/* =====================
   CONTAINER
===================== */

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 1rem;
  margin: 0 auto;
}

/* =====================
   HEADER
===================== */

#header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1000;
  border-bottom: 1px solid #eee;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.logo {
  max-width: 20%;
}

.logo a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #69066d;
}

/* =====================
   NAV
===================== */

.nav {
  position: relative;
}

.menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu li {
  position: relative;
}

.menu li a,
.menu li .dropdown-toggle {
  display: block;
  padding: 0.75rem 1rem;
  font-weight: 600;
}

.menu li a:hover,
.menu li .dropdown-toggle:hover {
  color: #b65abc;
}

/* Dropdown styles */
.menu .has-dropdown {
  position: relative;
  color: #69066d;
}

.menu .has-dropdown > .dropdown-toggle::after {
  content: " ▼";
  font-size: 0.7rem;
  margin-left: 0.3rem;
}

.menu .dropdown-toggle {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-align: left;
  width: 100%;
}

.menu .dropdown {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  border-radius: 4px;
  overflow: hidden;
}

.menu.open .dropdown {
  display: block;
  margin-top: 0.5rem;
}


#menu-servicos{
  width: max-content;
}

/* Dropdown active state */
.menu .has-dropdown.active .dropdown {
  display: block;
}

.menu .dropdown li a {
  padding: 0.75rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  border-left: 3px solid transparent;
}

.menu .dropdown li a:hover {
  background: #f0f0f0;
  border-left-color: #7a1f7e;
}

.menu-toggle {
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #69066d;
}

.menu.open {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 72px;
  background: #fff;
  width: 220px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* =====================
   HERO
===================== */

#hero {
  padding: 4rem 0;
  background-image: url("../img/header-bg-2.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0;
	display: flex;
	justify-content: center;
	width: 100%;
	background-color: #f0f0f0;
	max-width: 100%;
}

.hero-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.hero-text h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.hero-text p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

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

/* =====================
   BUTTONS
===================== */

.btn {
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.btn.primary {
  background: #69066d;
  color: #fff;
}

.btn.primary:hover {
  background: #5a0a61;
}

.btn.secondary {
  border: 2px solid #69066d;
  color: #69066d;
}

.quote-select {
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  display: inline-block;
  border: none;
  cursor: pointer;
  background: #69066d;
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
}

.quote-select:hover {
  background: #5a0a61;
}

.quote-select option {
  background: #fff;
  color: #333;
}

/* =====================
   SECTIONS
===================== */

section {
  padding: 4rem 0;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-header h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.section-header p {
  max-width: 640px;
  margin: 0 auto;
  font-size: 1rem;
}

.section-header.light h2,
.section-header.light p {
  color: #fff;
}

/* =====================
   CARDS
===================== */

.cards {
  display: grid;
  gap: 1.5rem;
}

.card {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.card h3 {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.5rem;
}

.card.light {
  background: rgba(255,255,255,0.1);
  color: #fff;
}

/* Product Cards - Modernos */
.product-card {
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
}

.product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #69066d 0%, #7a1f7e 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(105, 6, 109, 0.2);
}

.product-card:hover::before {
  opacity: 0.05;
}

.card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #b65abc 0%, #7a1f7e 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: #ffffff;
  transition: all 0.3s ease;
}

.product-card:hover .card-icon {
  transform: scale(1.1) rotate(5deg);
  background: linear-gradient(135deg, #69066d 0%, #7a1f7e 100%);
}

.card-icon svg {
  width: 32px;
  height: 32px;
}

.product-card h3 {
  font-size: 1.2rem;
  color: #69066d;
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
}

.product-card:hover h3 {
  color: #7a1f7e;
}

.product-card p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.btn-card {
  align-self: flex-start;
  padding: 0.75rem 1.75rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.card-buttons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn-card.primary {
  background: linear-gradient(135deg, #69066d 0%, #7a1f7e 100%);
  color: #ffffff;
}

.btn-card.primary:hover {
  background: linear-gradient(135deg, #7a1f7e 0%, #69066d 100%);
  transform: translateX(4px);
  box-shadow: 0 8px 16px rgba(105, 6, 109, 0.3);
}

.btn-card.primary:focus-visible {
  outline: 2px solid #69066d;
  outline-offset: 2px;
}

.btn-card.secondary {
  background: #ffffff;
  color: #69066d;
  border: 2px solid #7a1f7e;
}

.btn-card.secondary:hover {
  background: #7a1f7e;
  color: #ffffff;
  transform: translateX(4px);
}

/* =====================
   DIFFERENTIAL CARDS
===================== */

.differential-card {
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f5f0f8 0%, #ffffff 100%);
  border: 2px solid transparent;
}

.differential-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(105, 6, 109, 0.15);
  border-color: #7a1f7e;
}

.differential-card .card-icon {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(105, 6, 109, 0.15);
}

.icon-gradient-1 {
  background: linear-gradient(135deg, #E63946 0%, #A2103D 100%);
}

.icon-gradient-2 {
  background: linear-gradient(135deg, #F77F00 0%, #D66200 100%);
}

.icon-gradient-3 {
  background: linear-gradient(135deg, #06A77D 0%, #005C5A 100%);
}

.icon-gradient-4 {
  background: linear-gradient(135deg, #7B68EE 0%, #5A4B9F 100%);
}

.differential-card:hover .card-icon {
  transform: scale(1.15) rotate(-5deg);
  box-shadow: 0 12px 30px rgba(105, 6, 109, 0.25);
}

.differential-card .card-icon svg {
  width: 36px;
  height: 36px;
}

.differential-card h3 {
  font-size: 1.3rem;
  color: #69066d;
  margin-bottom: 0.75rem;
  text-align: center;
  transition: color 0.3s ease;
}

.differential-card:hover h3 {
  color: #7a1f7e;
}

.differential-card p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
  text-align: center;
}

.card-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding-top: 1rem;
  border-top: 2px solid #b65abc;
  text-align: center;
}

.card-stat strong {
  font-size: 1.8rem;
  color: #7a1f7e;
  font-weight: 700;
}

.card-stat span {
  font-size: 0.85rem;
  color: #76408b;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.differential-card:hover .card-stat strong {
  color: #69066d;
}

/* =====================
   CTA
===================== */

#cta {
  text-align: center;
}

#cta h2 {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1.5rem;
}

/* =====================
   CONTACT
===================== */

.contact-form {
  max-width: 600px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-form .form-row.full-width {
  grid-template-columns: 1fr;
}

.contact-form .form-col {
  display: flex;
  flex-direction: column;
}

.contact-form .form-col.full-width {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-family: "Open Sans", sans-serif;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #999;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: #69066d;
  box-shadow: 0 0 0 3px rgba(105, 6, 109, 0.1);
}

.contact-form select {
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 20px;
  padding-right: 2.5rem;
}

@media (max-width: 600px) {
  .contact-form .form-row {
    grid-template-columns: 1fr;
  }
}


/* =====================
   BOTÃO WHATSAPP
===================== */

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #1ebe5d;/* #25D366;*/
  color: white; /* #ffffff; */
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.btn-whatsapp svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
  background-color: #198754;
  transform: translateY(-1px);
}

.btn-whatsapp:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}



/* =====================
   FOOTER
===================== */

/* Seção Sobre */
.sobre-resumo {
  display: grid;
  gap: 3rem;
  margin-top: 2rem;
}

.sobre-destaque {
  text-align: center;
}

.sobre-destaque h3 {
  color: #69066d;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.sobre-intro {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #3d4852;
  max-width: 800px;
  margin: 0 auto 2rem;
}

.sobre-intro strong {
  color: #69066d;
  font-weight: 600;
}

.sobre-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
  padding: 2rem;
  background: linear-gradient(135deg, #f8f0f9 0%, #fff 100%);
  border-radius: 12px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #69066d;
  margin-bottom: 0.5rem;
}

.stat-label {
  display: block;
  font-size: 0.95rem;
  color: #5a6c7d;
  font-weight: 500;
}

.sobre-content {
  display: grid;
  gap: 3rem;
  margin-top: 2rem;
}

.sobre-text h3 {
  color: #69066d;
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
}

.sobre-text p {
  color: #3d4852;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.sobre-text strong {
  color: #69066d;
  font-weight: 600;
}

.sobre-values {
  background: linear-gradient(135deg, #f8f0f9 0%, #fff 100%);
  padding: 2.5rem 2rem;
  border-radius: 12px;
}

.sobre-values h3 {
  color: #69066d;
  font-size: 1.75rem;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 600;
}

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

.value-card {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(105, 6, 109, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(105, 6, 109, 0.15);
}

.value-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #d3186f 0%, #69066d 100%);
  border-radius: 50%;
  color: #fff;
}

.value-icon svg {
  width: 32px;
  height: 32px;
}

.value-card h4 {
  color: #69066d;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.value-card p {
  color: #5a6c7d;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* =====================
   FOOTER
===================== */

#footer {
  background: #69066d;
  color: #fff;
  padding: 3rem 1rem 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-section h3 {
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.footer-section p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  line-height: 1.6;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

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

.footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
}

.footer-contact svg {
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  margin: 0;
}

/* Redes Sociais no Footer */
.social-links {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

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

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

.social-links svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

/* =====================
   BOTÕES FLUTUANTES
===================== */

.floating-actions {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  z-index: 999;
}

/* Botão voltar ao topo */
.btn-top {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #1f2933;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-whatsapp.floating {
  width: 56px;
  height: 56px;
  padding: 0;
  justify-content: center;
  border-radius: 50%;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}

/* =====================
   LGPD - COOKIES (MODERN UI)
===================== */

.cookie-banner {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  max-width: 420px;
  background: linear-gradient(135deg, #69066d 0%, #7a1f7e 100%);
  color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(105, 6, 109, 0.3);
  display: none;
  z-index: 9999;
  padding: 0;
  opacity: 0;
  animation: slideInCookie 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@keyframes slideInCookie {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cookie-content {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.cookie-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.cookie-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  color: #b65abc;
  opacity: 0.9;
}

.cookie-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
}

.cookie-description {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 400;
}

.cookie-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.cookie-link:hover {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9);
}

.cookie-link:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
  border-radius: 2px;
}

.cookie-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
}

.btn-cookie {
  padding: 0.65rem 1.25rem;
  border: none;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  white-space: nowrap;
}

.btn-cookie.primary {
  background: #ffffff;
  color: #69066d;
}

.btn-cookie.primary:hover,
.btn-cookie.primary:focus {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-cookie.primary:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}

.btn-cookie.secondary {
  background: transparent;
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
}

.btn-cookie.secondary:hover,
.btn-cookie.secondary:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
}

.btn-cookie.secondary:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}

/* Animação de saída */
.cookie-banner.fade-out {
  animation: fadeOutCookie 0.3s ease forwards;
}

@keyframes fadeOutCookie {
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}

/* Responsividade */
@media (max-width: 640px) {
  .cookie-banner {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    max-width: none;
  }

  .cookie-content {
    padding: 1.5rem;
    gap: 1rem;
  }

  .cookie-title {
    font-size: 1rem;
  }

  .cookie-description {
    font-size: 0.85rem;
  }

  .cookie-actions {
    flex-direction: column;
    gap: 0.5rem;
  }

  .btn-cookie {
    width: 100%;
  }
}


/* =====================
   DARK MODE
===================== */

@media (prefers-color-scheme: dark) {

  .btn-top {
    background: #ffffff;
    color: #1f2933;
  }

  .btn-top:hover,
  .btn-top:focus {
    background: #e5e7eb;
  }

  .floating-actions {
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.6));
  }

}

/* =====================
   RESPONSIVE
===================== */

@media (min-width: 768px) {
  .hero-text h1 {
    font-size: 3.5rem;
  }

  .section-header h2 {
    font-size: 2.8rem;
  }

  .hero-container {
    grid-template-columns: 1fr 1fr; /* desktop: 2 colunas */
    align-items: center;
  }

  .menu {
    display: flex;
    gap: 1rem;
  }

  .menu-toggle {
    display: none;
  }

  .menu.open {
    position: static;
    flex-direction: row;
    box-shadow: none;
    width: auto;
  }

  /* Dropdown desktop styles */
  .menu .has-dropdown {
    position: relative;
  }

  .menu .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 205px;
    margin-top: 0.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 0.5rem 0;
  }

  /* Desktop: show dropdown when active */
  .menu .has-dropdown.active .dropdown {
    display: block;
  }

  .menu .dropdown li a {
    padding: 0.75rem 1.25rem;
    border-left: none;
  }

  .menu .dropdown li a:hover {
    background: #f5f0f8;
  }

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

  #servicos .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Seção Sobre - Tablet */
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sobre-resumo {
    gap: 2rem;
  }
}

@media (min-width: 868px) {
  .cards {
    grid-template-columns: repeat(4, 1fr);
  }

  #servicos .cards {
    grid-template-columns: repeat(3, 1fr);
  }

  /* Footer em grid */
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Seção Sobre - Desktop */
  .values-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  }

  /* Seção Sobre - Desktop Grande */
  .sobre-content {
    align-items: start;
  }

  .sobre-resumo {
    gap: 3rem;
  }
}

/* =====================
   reCAPTCHA v3 BADGE
===================== */

/* Aviso de privacidade do reCAPTCHA */
.recaptcha-notice {
  font-size: 0.75rem;
  color: #666;
  margin: 0.75rem 0;
  text-align: center;
  line-height: 1.4;
  padding: 0.5rem;
  background-color: #f9f9f9;
  border-radius: 4px;
  border-left: 3px solid #69066d;
}

.recaptcha-notice a {
  color: #69066d;
  font-weight: 500;
  text-decoration: underline;
}

.recaptcha-notice a:hover {
  opacity: 0.8;
}

/* Estilizar a badge do reCAPTCHA */
.grecaptcha-badge {
  visibility: visible !important;
  bottom: 10px !important;
  left: -186px !important;
  right: auto !important;
  position: fixed !important;
  z-index: 9999 !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  transition: left 0.2s ease !important;
}

.grecaptcha-badge:hover {
  left: 10px !important;
}

/* Badge light theme (padrão) */
.grecaptcha-badge iframe {
  max-width: 100%;
  border-radius: 4px;
  backface-visibility: hidden;
}

/* Adicionar sombra sutil à badge */
.grecaptcha-badge {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}


.quote-select {
  padding: 0.75rem;
  border: 2px solid #69066d;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  background-color: white;
  color: #333;
  width: auto;
  text-align: center;
}

.quote-select:hover {
  border-color: #bc60bf;
}

.quote-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Tablet e acima */
@media (max-width: 1024px) {
  .grecaptcha-badge {
    bottom: 10px !important;
    flex-direction: row-reverse !important;
  }
}

/* Em dispositivos móveis, reduzir tamanho se necessário */
@media (max-width: 600px) {
  .grecaptcha-badge {
    bottom: 5px;
    left: -186px !important;
    right: auto !important;
    font-size: 10px;
  }

  .grecaptcha-badge:hover {
    left: 5px !important;
  }
}

/* =====================
   PALETA - OVERRIDES INLINE
===================== */

section[style*="background: linear-gradient(135deg, #69066d 0%, #bc60bf 100%)"] {
  background: linear-gradient(135deg, #69066d 0%, #7a1f7e 100%) !important;
}

div[style*="background: linear-gradient(135deg, #bc60bf 0%, #69066d 100%)"] {
  background: linear-gradient(135deg, #7a1f7e 0%, #69066d 100%) !important;
}

div[style*="background: linear-gradient(135deg, #e7aaea 0%, #bc60bf 100%)"] {
  background: linear-gradient(135deg, #b65abc 0%, #7a1f7e 100%) !important;
}

h4[style*="color: #bc60bf"] {
  color: #7a1f7e !important;
}

[style*="border-left: 4px solid #bc60bf"] {
  border-left-color: #7a1f7e !important;
}

[style*="border-bottom: 2px solid #bc60bf"] {
  border-bottom-color: #7a1f7e !important;
}

[style*="border-top: 2px solid #bc60bf"] {
  border-top-color: #7a1f7e !important;
}

/* =====================
   POLÍTICA DE PRIVACIDADE
===================== */

.privacy-page {
  background-color: #f9f9f9;
}

.privacy-page section {
  background: #fff;
}

.privacy-page .container {
  max-width: 900px;
}

.privacy-page .section-header {
  text-align: left;
  margin-bottom: 2rem;
}

.privacy-page .section-header h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #69066d;
  margin-bottom: 1rem;
}

.privacy-page h2 {
  font-family: "Montserrat", sans-serif;
  color: #69066d;
  margin-top: 3rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #7a1f7e;
  padding-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: 700;
}

.privacy-page h3 {
  font-family: "Montserrat", sans-serif;
  color: #69066d;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.privacy-page p {
  line-height: 1.8;
  margin-bottom: 1rem;
}

.privacy-page ul {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.privacy-page ul li {
  margin-bottom: 0.5rem;
}

.privacy-page a {
  color: #69066d;
  text-decoration: underline;
}

.privacy-page a:hover {
  color: #5a0a61;
}

.back-link {
  display: inline-block;
  margin-bottom: 2rem;
  padding: 0.75rem 1.5rem;
  background: #f0f0f0;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.95rem;
  color: #444;
  transition: background 0.3s ease;
}

.back-link:hover {
  background: #e0e0e0;
  color: #69066d;
}

.download-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
  border-left: 4px solid #7a1f7e;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.download-section h2 {
  margin-top: 0;
  border: none;
  padding-bottom: 0;
}

.download-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.btn-download {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: #69066d;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(105, 6, 109, 0.2);
}

.btn-download:hover {
  background: #5a0a61;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(105, 6, 109, 0.3);
  color: #ffffff;
}

.btn-download svg {
  width: 18px;
  height: 18px;
}

.privacy-divider {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: none;
  border-top: 2px solid #7a1f7e;
  opacity: 0.3;
}

.update-date {
  font-size: 0.95rem;
  color: #666;
  font-style: italic;
  margin-bottom: 2rem;
}