/* ==================== CONFIGURAÇÕES GLOBAIS ==================== */

/* Importação de fontes */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Montserrat:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500;600;700;800&family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* Reset e configurações básicas */
:root {
  /* Cores primárias */
  --primary-color: #051259;
  /* Azul escuro */
  --secondary-color: #fe3988;
  /* Rosa */
  --accent-color: #CFF305;
  /* Amarelo esverdeado */

  /* Variantes de cores */
  --primary-light: #192b7d;
  --primary-dark: #04104b;
  --secondary-light: #f85c96;
  --secondary-dark: #d31860;
  --accent-light: #deff4a;
  --accent-dark: #b4d600;

  /* Cores de fundo */
  --bg-light: #f5f7ff;
  --bg-dark: #051945;
  --bg-gradient-light: linear-gradient(135deg, #f5f7ff 0%, #e6ecff 100%);
  --bg-gradient-dark: linear-gradient(135deg, #051945 0%, #071769 100%);

  /* Cores de texto */
  --text-light: #f5f7ff;
  --text-dark: #051259;
  --text-muted-light: rgba(245, 247, 255, 0.7);
  --text-muted-dark: rgba(5, 18, 89, 0.7);

  /* Elementos de UI */
  --card-bg-light: rgba(255, 255, 255, 0.9);
  --card-bg-dark: rgba(255, 255, 255, 0.03);
  --card-shadow-light: 0 10px 30px rgba(5, 18, 89, 0.08);
  --card-shadow-dark: 0 10px 30px rgba(0, 0, 0, 0.15);
  --input-bg-light: rgba(255, 255, 255, 0.9);
  --input-bg-dark: rgba(255, 255, 255, 0.05);


  /* Fontes */
  --font-primary: 'Barlow', sans-serif;
  /* Para títulos */
  --font-secondary: 'Poppins', sans-serif;
  /* Para textos */


  /* Espaçamentos */
  --container-padding: 2rem;
  --section-spacing: 5rem;
  --element-spacing: 1.5rem;

  /* Transições */
  --transition-fast: 0.3s ease;
  --transition-medium: 0.5s ease;
  --transition-slow: 0.8s ease;

  /* Raios de borda */
  --border-radius-sm: 4px;
  --border-radius-md: 8px;
  --border-radius-lg: 16px;
  --border-radius-xl: 24px;
  --border-radius-round: 50%;


  --bg-gradient-light: linear-gradient(135deg, #f5f7ff 0%, #e6ecff 100%);
  --bg-gradient-dark: linear-gradient(135deg, #051945 0%, #071769 100%);
}

/* Modo escuro (padrão) */
body {
  --bg-color: var(--bg-dark);
  --text-color: var(--text-light);
  --text-muted: var(--text-muted-light);
  --bg-gradient: var(--bg-gradient-dark);
  --card-bg: var(--card-bg-dark);
  --card-shadow: var(--card-shadow-dark);
  --input-bg: var(--input-bg-dark);
}

/* Modo claro */
body[data-theme="light"] {
  --bg-color: var(--bg-light);
  --text-color: var(--text-dark);
  --text-muted: var(--text-muted-dark);
  --bg-gradient: var(--bg-gradient-light);
  --card-bg: var(--card-bg-light);
  --card-shadow: var(--card-shadow-light);
  --input-bg: var(--input-bg-light);
  --bg-light: #f8faff;
  --card-bg-light: rgba(255, 255, 255, 1);
  --card-shadow-light: 0 5px 15px rgba(5, 18, 89, 0.05);
  background-image:
    radial-gradient(circle at 15% 15%, rgba(5, 18, 89, 0.02) 0%, transparent 25%),
    radial-gradient(circle at 85% 85%, rgba(242, 48, 120, 0.02) 0%, transparent 25%);
  background-attachment: fixed;
}

body[data-theme="dark"] {
  --bg-gradient: var(--bg-gradient-dark);
  background-color: var(--bg-color);
  background-image:
    radial-gradient(circle at 15% 15%, rgba(207, 243, 5, 0.08) 0%, transparent 25%),
    radial-gradient(circle at 85% 85%, rgba(242, 48, 120, 0.08) 0%, transparent 25%);
  background-attachment: fixed;
}

/* Padrão sutil para o tema escuro */
body[data-theme="dark"] {
  background-image:
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(circle at 15% 15%, rgba(207, 243, 5, 0.08) 0%, transparent 25%),
    radial-gradient(circle at 85% 85%, rgba(242, 48, 120, 0.08) 0%, transparent 25%);
  background-attachment: fixed;
}

/* Padrão sutil para o tema claro */
body[data-theme="light"] {
  background-image:
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23051259' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(circle at 15% 15%, rgba(5, 18, 89, 0.05) 0%, transparent 25%),
    radial-gradient(circle at 85% 85%, rgba(242, 48, 120, 0.05) 0%, transparent 25%);
  background-attachment: fixed;
}

/* Cards com estilo clean */
.service-card,
.site-type-card,
.testimonial,
.contact-form {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background-color: rgba(10, 20, 40, 0.2);
  transition: all 0.4s ease;
}

.service-card,
.site-type-card,
.portfolio-item,
.testimonial {
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    box-shadow 0.4s ease,
    background-color 0.3s ease;
}

.service-card:hover,
.site-type-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

body[data-theme="light"] .service-card,
body[data-theme="light"] .site-type-card,
body[data-theme="light"] .testimonial,
body[data-theme="light"] .price-table,
body[data-theme="light"] .accordion-item {
  background-color: #ffffff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 1px 3px rgba(5, 18, 89, 0.02);
}

body[data-theme="light"] .portfolio-item {
  background: transparent;
  box-shadow: none;
  border: none;
}


/* Sombras melhoradas para efeito de profundidade */
:root {
  --card-shadow-dark: 0 1px 3px rgba(0, 0, 0, 0.03);
  --card-shadow-light: 0 1px 3px rgba(5, 18, 89, 0.02);
}

/* Estados hover mais sutis */
.service-card:hover,
.site-type-card:hover,
.portfolio-item:hover,
.testimonial:hover {
  transform: translateY(-3px);
  box-shadow: none;
}

body[data-theme="light"] .service-card:hover,
body[data-theme="light"] .site-type-card:hover,
body[data-theme="light"] .portfolio-item:hover,
body[data-theme="light"] .testimonial:hover {
  transform: translateY(-3px);
  box-shadow: none;
}

/* Reset global */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  outline: none;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  /* 1rem = 10px */
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  display: flex;
  flex-direction: column;
  font-family: var(--font-secondary);
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--text-color);
  background-color: var(--bg-color);
  min-height: 100vh;
  overflow-x: hidden;
  transition: background-color var(--transition-medium);
}

body>*:not(.footer) {
  flex-shrink: 0;
  /* Evita que elementos encolham */
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

.container {
  max-width: 1400px;
  width: 92%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

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

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

a {
  color: inherit;
  transition: color var(--transition-fast);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  letter-spacing: -0.02em;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.service-title,
.timeline-content h3,
.trust-feature h3,
.site-type-card h4,
.category-title,
.testimonial-name,
.contact-info h3 {
  font-family: var(--font-primary);
  font-weight: 600;
}

.btn,
.nav-link,
.service-card,
.portfolio-item,
.testimonial {
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    box-shadow 0.4s ease,
    background-color 0.3s ease,
    color 0.3s ease;
}

.service-card,
.site-type-card,
.portfolio-item,
.testimonial,
.contact-form {
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.4s ease;
  overflow: hidden;
}

.btn:hover,
.service-card:hover,
.site-type-card:hover {
  transform: translateY(-8px) scale(1.01);
}

p {
  margin-bottom: 1.5rem;
}

/* Utilitários */
.highlight {
  font-family: var(--font-primary);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--accent-color);
  position: relative;
  display: inline-block;
}

.highlight::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: rgba(207, 243, 5, 0.2);
  z-index: -1;
  border-radius: 4px;
}

body[data-theme="light"] .highlight {
  color: var(--secondary-color);
}

body[data-theme="light"] .highlight::after {
  background-color: rgba(207, 243, 5, 0.2);
}

.section-light {
  background-color: var(--bg-color);
}

.section-light,
.section-gradient {
  padding: 12rem 0;
}

.section-gradient {
  position: relative;
  background: var(--bg-gradient);
  overflow: hidden;
}

.section-gradient::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='rgba(255,255,255,0.025)' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 80px 80px;
}

body[data-theme="light"] .section-gradient::before {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='rgba(5,18,89,0.02)' fill-rule='evenodd'/%3E%3C/svg%3E");
}

/* ==================== PRELOADER ==================== */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

#preloader.fade-out {
  opacity: 0;
}

#preloader .loader {
  width: 80px;
  height: 80px;
}

#loader-circle {
  fill: none;
  stroke: var(--secondary-color);
  stroke-width: 4;
  stroke-dasharray: 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite alternate;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 200;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

/* ==================== HEADER ==================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0;
  z-index: 100;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

/* Transição mais suave para o header */
.header * {
  transition: all 0.3s ease;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 var(--container-padding);
}

.header.scrolled {
  padding: 1rem 0;
  height: 70px;
  background-color: var(--primary-color) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
}

.logo {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 160px;
  z-index: 1;
}

.logo img {
  height: 40px;
  width: auto;
  transition: height 0.3s ease;
}

.header.scrolled .logo img {
  height: 35px;
}

.navbar {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 100%;
  margin: 0;
  padding: 0;
}

.nav-item {
  height: 100%;
  margin: 0 0.5rem;
  display: flex;
  align-items: center;
}

.nav-link {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-family: var(--font-primary);
  font-weight: 600;
  padding: 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: all 0.3s ease;
  overflow: hidden;
}

.nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--accent-color);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  opacity: 0;
}

.nav-link:hover::before {
  transform: translateX(0);
  opacity: 0.7;
}

.nav-link::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 0;
  height: 2px;
  background-color: var(--accent-color);
  transition: width 0.3s ease, opacity 0.3s ease;
  transform: translateX(-50%);
  opacity: 0;
}

body[data-theme="light"] .nav-link::after {
  background-color: var(--secondary-color);
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 70%;
  opacity: 1;
}

.nav-link.active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 70%;
  height: 2px;
  background-color: var(--accent-color);
  transform: translateX(-50%);
  opacity: 1;
  transition: none;
}

body[data-theme="light"] .nav-link.active::after {
  background-color: var(--secondary-color);
}

.nav-link.active:hover::after {
  transform: translateX(-50%);
  width: 70%;
}

.nav-link:not(.active):hover::after {
  width: 70%;
  opacity: 1;
}

.nav-link::after {
  opacity: 0;
  width: 0;
}

.nav-contact-btn {
  font-family: var(--font-primary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: var(--secondary-color);
  color: var(--text-light) !important;
  padding: 0.8rem 1.5rem;
  border-radius: var(--border-radius-md);
  font-weight: 600;
  margin-left: 1.5rem;
  box-shadow: 0 4px 10px rgba(242, 48, 120, 0.3);
  transition: all 0.3s ease;
  height: auto;
  display: flex;
  align-items: center;
}

.nav-contact-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(242, 48, 120, 0.4);
}

.theme-toggle {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.5rem;
  font-size: 2rem;
  transition: all 0.3s ease;
}

.theme-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(15deg);
}

.mobile-controls {
  display: none;
  align-items: center;
}

.simple-toggle {
  width: 30px;
  height: 30px;
}

.menu-toggle {
  width: 4rem;
  height: 4rem;
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
}

.menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: var(--text-light);
  margin: 3px 0;
  transition: all var(--transition-fast);
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ==================== BOTÕES ==================== */
.btn {
  display: inline-block;
  padding: 1.2rem 2.5rem;
  border-radius: var(--border-radius-md);
  font-family: var(--font-primary);
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 1.6rem;
  text-align: center;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    box-shadow 0.3s ease,
    background-color 0.3s ease,
    color 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%, -50%);
  transform-origin: 50% 50%;
}

.btn:active {
  transform: scale(0.97);
  transition: transform 0.1s;
}

.btn:active::after {
  animation: ripple 0.6s ease-out;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(30, 30);
    opacity: 0;
  }
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease-out;
  z-index: -1;
}

.btn:hover::before {
  left: 0;
}

.btn-sm {
  padding: 0.9rem 1.6rem;
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
}

.btn-sm::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  transition: left 0.6s ease;
}

.btn-sm:hover::after {
  left: 100%;
}

/* Melhorar transição entre modo claro/escuro */
body,
.site-type-card,
.site-type-icon,
.btn-sm {
  transition: all var(--transition-medium);
}

/* Animação sutil para botão "Solicitar Orçamento" */
.site-type-card a.btn-sm {
  animation: subtle-pulse 3s infinite;
}

@keyframes subtle-pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.03);
  }

  100% {
    transform: scale(1);
  }
}

.btn-primary {
  background-color: var(--accent-color);
  color: var(--primary-color);
  box-shadow: 0 4px 15px rgba(207, 243, 5, 0.3);
  border: 2px solid var(--accent-color);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(207, 243, 5, 0.4);
  background-color: var(--accent-light);
}

.btn-secondary {
  background-color: var(--secondary-color);
  color: var(--text-light);
  box-shadow: 0 4px 15px rgba(242, 48, 120, 0.3);
  border: 2px solid var(--secondary-color);
}

.btn-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(242, 48, 120, 0.4);
  background-color: var(--secondary-light);
}

.btn-outline {
  background-color: transparent;
  color: var(--text-color);
  border: 2px solid var(--text-color);
}

.btn-outline:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.1);
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

body[data-theme="light"] .btn-outline {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-service {
  width: 100%;
  background-color: var(--secondary-color);
  color: var(--text-light);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 1.2rem;
}

.btn-service::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--accent-color);
  z-index: -1;
  transition: width var(--transition-fast);
}

.btn-service:hover {
  color: var(--primary-color);
  transform: translateY(-3px);
}

.btn-service:hover::before {
  width: 100%;
}

/* Pulsating animation */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(207, 243, 5, 0.3);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(207, 243, 5, 0.5);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(207, 243, 5, 0.3);
  }
}

.pulse-animation {
  animation: enhanced-pulse 2s infinite;
  box-shadow: 0 0 0 0 rgba(207, 243, 5, 0.5);
}

@keyframes enhanced-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(207, 243, 5, 0.5);
  }

  70% {
    transform: scale(1.03);
    box-shadow: 0 0 0 10px rgba(207, 243, 5, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(207, 243, 5, 0);
  }
}

/* ==================== HERO SECTION ==================== */
.hero {
  position: relative;
  min-height: 100vh;
  padding: 10rem 0 6rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: var(--bg-color);
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255,255,255,0.05)'/%3E%3C/svg%3E");
}

body[data-theme="light"] .hero::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(5,18,89,0.05)'/%3E%3C/svg%3E");
  opacity: 0.4;
}

.particles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 3;
  /* Acima do background, mas abaixo do conteúdo */
  pointer-events: none;
}

.hero .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
  z-index: 2;
}

.hero-content {
  flex: 1;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 4rem 0;
}

.hero-title {
  font-family: var(--font-primary);
  font-size: 4.6rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-color);
}

.hero-subtitle {
  font-size: 2.2rem;
  color: var(--text-muted);
  margin-bottom: 3rem;
  font-weight: 400;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.hero-stats {
  max-width: 85%;
  margin: 0 auto 3.5rem;
}

.stat-highlight {
  max-width: 800px;
  font-size: 1.7rem;
  line-height: 1.6;
  padding: 1.8rem 2.5rem;
  background: rgba(5, 18, 89, 0.8);
  border-left: 4px solid var(--secondary-color);
  border-radius: var(--border-radius-md);
  margin: 0 auto 1.5rem;
  text-align: left;
}

body[data-theme="light"] .stat-highlight {
  background: rgba(230, 235, 255, 0.9);
  color: var(--primary-color);
}

.stat-highlight p {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.6;
}

.stat-highlight p:last-child {
  margin-bottom: 0;
}

.stat-highlight strong {
  color: var(--accent-color);
  font-weight: 700;
}

body[data-theme="light"] .stat-highlight strong {
  color: var(--secondary-color);
}

.mini-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
}

.mini-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--border-radius-md);
  padding: 1.5rem;
  transition: all var(--transition-fast);
}

.mini-service:hover {
  transform: translateY(-5px);
  background: rgba(207, 243, 5, 0.1);
}

body[data-theme="light"] .mini-service {
  background: rgba(5, 18, 89, 0.05);
}

body[data-theme="light"] .mini-service:hover {
  background: rgba(242, 48, 120, 0.1);
}

.mini-service i {
  font-size: 3.2rem;
  color: var(--accent-color);
  margin-bottom: 1rem;
}

body[data-theme="light"] .mini-service i {
  color: var(--secondary-color);
}

.mini-service span {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}

.hero-cta {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
}

/* Modo Escuro - Botões */
body[data-theme="dark"] .hero-cta .btn-primary {
  background-color: var(--accent-color);
  color: var(--primary-color);
  border: 2px solid var(--accent-color);
  box-shadow: 0 4px 15px rgba(207, 243, 5, 0.3);
}

body[data-theme="dark"] .hero-cta .btn-primary:hover {
  background-color: transparent;
  color: var(--secondary-color);
  border-color: var(--secondary-color);
  transform: translateY(-3px);
}

body[data-theme="dark"] .hero-cta .btn-outline {
  background-color: var(--secondary-color);
  color: var(--bg-dark);
  border: 2px solid var(--secondary-color);
}

body[data-theme="dark"] .hero-cta .btn-outline:hover {
  background-color: transparent;
  color: var(--accent-color);
  border-color: var(--accent-color);
  transform: translateY(-3px);
}

/* Modo Claro - Botões */
body[data-theme="light"] .hero-cta .btn-primary {
  background-color: var(--primary-color);
  color: var(--text-light);
  border: 2px solid var(--primary-color);
  box-shadow: 0 4px 15px rgba(5, 18, 89, 0.3);
}

body[data-theme="light"] .hero-cta .btn-primary:hover {
  background-color: transparent;
  color: var(--secondary-color);
  border-color: var(--secondary-color);
  transform: translateY(-3px);
}

body[data-theme="light"] .hero-cta .btn-outline {
  background-color: var(--secondary-color);
  color: var(--text-light);
  border: 2px solid var(--secondary-color);
}

body[data-theme="light"] .hero-cta .btn-outline:hover {
  background-color: transparent;
  color: var(--primary-color);
  border-color: var(--primary-color);
  transform: translateY(-3px);
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50px;
  padding: 1rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

body[data-theme="light"] .trust-badge {
  background: rgba(5, 18, 89, 0.05);
}

body[data-theme="light"] .trust-badge:hover {
  background: rgba(242, 48, 120, 0.1);
}

.trust-badge i {
  font-size: 2rem;
  color: var(--bg-dark);
}

body[data-theme="dark"] .trust-badge i {
  color: var(--text-light);
}


.trust-badge span {
  font-size: 1.4rem;
  font-weight: 500;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--border-radius-round);
  font-size: 2rem;
  color: var(--accent-color);
  transition: all var(--transition-fast);
}

.social-links a:hover {
  transform: translateY(-3px);
  background: var(--accent-color);
  color: var(--primary-color);
}

body[data-theme="light"] .social-links a {
  background: rgba(5, 18, 89, 0.05);
  color: var(--primary-color);
}

body[data-theme="light"] .social-links a:hover {
  background: var(--primary-color);
  color: var(--text-light);
}

.hero-image {
  flex: 1;
  max-width: 500px;
  position: relative;
  z-index: 2;
}

.hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 3;
}

.hero-wave svg {
  width: 100%;
  height: auto;
  fill: var(--bg-color);
  display: block;
}

body[data-theme="light"] .hero-wave svg {
  fill: var(--bg-light);
}

/* ==================== SECTION HEADERS ==================== */
.section-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 5rem;
}

.section-title {
  font-family: var(--font-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 3.6rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.8rem;
  color: var(--text-muted);
  margin-bottom: 2rem;
}

.section-line {
  width: 120px;
  height: 4px;
  background: linear-gradient(to right, var(--secondary-color), var(--accent-color));
  margin: 0 auto;
  border-radius: 3px;
}

/* ==================== ABOUT SECTION ==================== */
.about {
  padding: 10rem 0;
}

.about-content {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
}

.about-image {
  flex: 1;
  max-width: 450px;
}

.about-text {
  flex: 1;
}

.about-lead {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  color: var(--text-color);
}

.about-text h3 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}

.benefits-list {
  margin-bottom: 3rem;
}

.benefits-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  transition: all var(--transition-fast);
}

.benefits-list li:hover {
  transform: translateX(5px);
}

.benefits-list li,
.service-benefits li {
  transition: transform 0.3s ease, padding-left 0.3s ease;
}

.benefits-list li:hover,
.service-benefits li:hover {
  transform: translateX(10px);
  padding-left: 5px;
}

.benefits-list i,
.service-benefits .benefit-header::before {
  transition: transform 0.3s ease, color 0.3s ease;
}

.benefits-list li:hover i,
.service-benefits li:hover .benefit-header::before {
  transform: scale(1.3) rotate(5deg);
  color: var(--secondary-color);
}

.benefits-list i {
  font-size: 2.2rem;
  color: var(--accent-color);
  margin-right: 1.5rem;
  flex-shrink: 0;
}

body[data-theme="light"] .benefits-list i {
  color: var(--secondary-color);
}

.benefits-list span {
  font-size: 1.6rem;
  line-height: 1.5;
}

.about-cta {
  margin-top: 3rem;
}

.cta-text {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: var(--accent-color);
}

body[data-theme="light"] .cta-text {
  color: var(--secondary-color);
}

/* ==================== SERVICES SECTION ==================== */
.services {
  padding: 8rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 6rem;
  flex-grow: 1;
}

.service-card {
  background: var(--card-bg);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: var(--card-shadow);
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  flex: 1;
  max-width: 380px;
  display: flex;
  flex-direction: column;
}

body[data-theme="light"] .service-card {
  background-color: #ffffff;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: linear-gradient(to bottom, var(--accent-color), var(--secondary-color));
  transition: height 0.5s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: none;
}

.service-card:hover::before {
  height: 100%;
}

body[data-theme="light"] .service-card:hover {
  box-shadow: none;
}

body[data-theme="light"] .service-card,
body[data-theme="light"] .site-type-card,
body[data-theme="light"] .portfolio-item,
body[data-theme="light"] .testimonial {
  box-shadow: none;
}

.service-header {
  padding: 35px 20px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body[data-theme="light"] .service-header {
  border-bottom: 1px solid rgba(5, 18, 89, 0.1);
}

.service-icon {
  font-size: 4.5rem;
  color: var(--accent-color);
  margin-bottom: 1.5rem;
  display: inline-block;
  transition: all var(--transition-medium);
}

.service-card:hover .service-icon {
  transform: scale(1.2) rotateY(180deg);
}

body[data-theme="light"] .service-icon {
  color: var(--secondary-color);
}

.service-title {
  font-size: 2.5rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color);
  margin-bottom: 0;
}

.service-tag {
  background: var(--secondary-color);
  color: var(--text-light);
  padding: 16px 15px;
  font-family: var(--font-primary);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 1.4rem;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.2rem 1.5rem;
  font-size: 1.3rem;
}

.service-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 2.5rem;
}

.benefits-title {
  font-size: 1.6rem;
  text-align: center;
  color: var(--text-color);
  margin-bottom: 2rem;
  position: relative;
}

.benefits-title::before,
.benefits-title::after {
  content: "—";
  color: var(--secondary-color);
  margin: 0 1rem;
  opacity: 0.7;
}

.service-benefits {
  flex-grow: 1;
  margin-bottom: 2rem;
}

.service-benefits li {
  margin-bottom: 2rem;
  padding-left: 0.5rem;
  transition: all var(--transition-fast);
}

.service-benefits li:hover {
  transform: translateX(5px);
}

.benefit-header {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 1.6rem;
  color: var(--text-color);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.benefit-header::before {
  content: "•";
  color: var(--secondary-color);
  font-size: 2rem;
  margin-right: 1rem;
  transition: all var(--transition-fast);
}

body[data-theme="light"] .benefit-header::before {
  color: var(--secondary-color);
}

.service-benefits li:hover .benefit-header::before {
  transform: scale(1.3);
}

.benefit-desc {
  padding-left: 2.2rem;
  font-size: 1.4rem;
  color: var(--text-muted);
}

/* Site Types Section */
.site-types {
  margin-top: 8rem;
  background: rgba(5, 18, 89, 0.8);
  border-radius: var(--border-radius-lg);
  padding: 4rem 3rem;
  position: relative;
  overflow: hidden;
}

.site-types::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><circle cx="1" cy="1" r="1" fill="rgba(255,255,255,0.05)"/></svg>');
  background-size: 20px 20px;
  opacity: 0.5;
}

body[data-theme="light"] .site-types {
  background: rgba(5, 18, 89, 0.05);
}

.site-types-title {
  font-size: 2.8rem;
  text-align: center;
  color: var(--text-light);
  margin-bottom: 4rem;
}

body[data-theme="light"] .site-types-title {
  color: var(--primary-color);
}

.site-types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  align-items: stretch;
}

.site-type-card {
  background: #ffffff;
  border-radius: var(--border-radius-md);
  padding: 3rem 2rem;
  text-align: center;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all var(--transition-fast);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.site-type-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

body[data-theme="light"] .site-type-card:hover {
  box-shadow: 0 15px 35px rgba(5, 18, 89, 0.15);
}

.site-type-card.popular {
  border: 2px solid var(--secondary-color);
  padding-top: 4.5rem;
}

/* Melhorando o visual dos cards no tema escuro */
body[data-theme="dark"] .site-type-card {
  background: linear-gradient(145deg, var(--primary-light), var(--primary-dark));
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: var(--card-shadow-dark);
  transition: transform var(--transition-medium), box-shadow var(--transition-fast);
}

body[data-theme="dark"] .site-type-card:hover {
  transform: translateY(-8px);
  border-color: rgba(242, 48, 120, 0.2);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* Card popular com destaque mais refinado */
body[data-theme="dark"] .site-type-card.popular {
  border-color: var(--secondary-color);
  position: relative;
}

body[data-theme="dark"] .site-type-card.popular::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, var(--secondary-color), var(--accent-color));
}

/* Melhorando visibilidade do texto */
body[data-theme="dark"] .site-type-card h4 {
  color: var(--accent-color);
  font-weight: 700;
}

body[data-theme="dark"] .site-type-card p {
  color: var(--text-light);
  line-height: 1.6;
}

/* Refinando ícones */
body[data-theme="dark"] .site-type-icon {
  background: rgba(242, 48, 120, 0.15);
  box-shadow: 0 0 15px rgba(242, 48, 120, 0.1);
  transform: scale(1.1);
  transition: transform var(--transition-fast), background-color var(--transition-fast);
}

body[data-theme="dark"] .site-type-card:hover .site-type-icon {
  transform: scale(1.2) rotate(5deg);
  background: rgba(242, 48, 120, 0.25);
}

/* Tag de prazo mais visível */
body[data-theme="dark"] .site-type-tag {
  background: rgba(242, 48, 120, 0.15);
  color: var(--text-light);
  font-weight: 600;
}

.popular-tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--secondary-color);
  color: var(--text-light);
  padding: 0.8rem 0;
  font-weight: 600;
  font-size: 1.4rem;
  border-radius: var(--border-radius-md) var(--border-radius-md) 0 0;
}

body[data-theme="dark"] .popular-tag {
  background: var(--secondary-color);
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 0.9rem 0;
}

/* Melhorar legibilidade de texto nos cards */
body[data-theme="dark"] .site-type-card h4 {
  font-size: 2.1rem;
  margin-bottom: 1.8rem;
  letter-spacing: -0.01em;
}

body[data-theme="dark"] .site-type-card p {
  font-size: 1.5rem;
  opacity: 0.9;
  margin-bottom: 2.2rem;
}

.site-type-icon {
  width: 70px;
  height: 70px;
  background: rgba(242, 48, 120, 0.1);
  border-radius: var(--border-radius-round);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  transition: all var(--transition-fast);
}

.site-type-card:hover .site-type-icon {
  transform: scale(1.1) rotate(10deg);
}

.site-type-icon i {
  font-size: 3rem;
  color: var(--secondary-color);
}

.site-type-card h4 {
  font-size: 2rem;
  color: var(--secondary-color);
  margin-bottom: 1.5rem;
}

.site-type-card p {
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--text-dark);
  height: 6.5em;
  margin-bottom: 3.5rem;
  flex-grow: 1;
}

.site-type-card .btn {
  margin-top: auto;
  color: var(--secondary-color);
}

.site-type-card .btn:hover {
  background-color: var(--secondary-color);
  color: var(--bg-light);
}

.site-type-tag {
  display: inline-block;
  background: rgba(242, 48, 120, 0.1);
  color: var(--text-dark);
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  font-weight: 500;
}

/* ==================== PROCESS SECTION ==================== */
.process {
  padding: 10rem 0;
  position: relative;
}

.timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto 6rem;
  padding: 2rem 0;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, var(--accent-color), var(--secondary-color));
  transform: translateX(-50%);
  z-index: 1;
}

.timeline-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 4rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 2;
}

.timeline-number {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 60px;
  height: 60px;
  background: var(--accent-color);
  color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 800;
  box-shadow: 0 0 0 6px var(--bg-color), 0 0 0 10px rgba(255, 255, 255, 0.1);
}

body[data-theme="light"] .timeline-number {
  background: var(--secondary-color);
  color: var(--text-light);
  box-shadow: 0 0 0 6px var(--bg-light), 0 0 0 10px rgba(5, 18, 89, 0.1);
}

.timeline-content {
  width: 42%;
  background: var(--card-bg);
  border-radius: var(--border-radius-md);
  padding: 2.5rem;
  box-shadow: var(--card-shadow);
  transition: all var(--transition-fast);
  position: relative;
  z-index: 2;
}

.timeline-content::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(242, 48, 120, 0.1));
  transition: width 0.5s ease;
  z-index: -1;
}

.timeline-content:hover::after {
  width: 100%;
}

.timeline-item:nth-child(odd) .timeline-content {
  margin-right: auto;
  margin-left: 8%;
}

.timeline-item:nth-child(even) .timeline-content {
  margin-left: auto;
  margin-right: 8%;
}

.timeline-content:hover {
  transform: translateY(-3px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

body[data-theme="light"] .timeline-content:hover {
  box-shadow: 0 2px 4px rgba(5, 18, 89, 0.03);
}

.timeline-item.active .timeline-number {
  transform: translateX(-50%) scale(1.1);
  box-shadow: 0 0 0 6px var(--bg-color), 0 0 15px var(--accent-color);
}

.timeline-content h3 {
  text-align: center;
  font-size: 2rem;
  color: var(--accent-color);
  margin-bottom: 1.5rem;
}

body[data-theme="light"] .timeline-content h3 {
  color: var(--secondary-color);
}

.timeline-content p {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.trust-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
  gap: 2.5rem;
  margin-top: 6rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
  padding: 0 2rem;
}

.trust-feature {
  background: var(--card-bg);
  border-radius: var(--border-radius-md);
  padding: 3rem 2.5rem;
  text-align: center;
  box-shadow: var(--card-shadow);
  transition: all var(--transition-fast);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trust-feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

body[data-theme="light"] .trust-feature:hover {
  box-shadow: 0 2px 5px rgba(5, 18, 89, 0.03);
}

.trust-feature i {
  font-size: 4rem;
  color: var(--accent-color);
  margin-bottom: 2rem;
  display: inline-block;
  transition: all var(--transition-fast);
}

.trust-feature:hover i {
  transform: scale(1.2) rotate(10deg);
}

body[data-theme="light"] .trust-feature i {
  color: var(--secondary-color);
}

.trust-feature h3 {
  font-size: 2rem;
  color: var(--text-color);
  margin-bottom: 1.5rem;
}

.trust-feature p {
  font-size: 1.5rem;
  color: var(--text-muted);
  margin-bottom: 0;
}

/* ==================== PORTFOLIO SECTION ==================== */
.portfolio {
  background: var(--bg-gradient);
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  box-sizing: border-box;
}

.portfolio .container {
  max-width: 1400px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.portfolio::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><circle cx="2" cy="2" r="1" fill="rgba(255,255,255,0.05)"/></svg>');
  background-size: 30px 30px;
  opacity: 0.4;
  z-index: 1;
}

.portfolio-categories {
  margin-top: 5rem;
}

.category-title {
  font-size: 2.4rem;
  text-align: center;
  color: var(--text-color);
  margin-bottom: 3rem;
}

.portfolio-slider {
  overflow: hidden !important;
  padding: 2rem 0 5rem;
  position: relative;
  margin: 0 auto;
  max-width: 1300px;
}

.portfolio-item {
  position: relative;
  border-radius: var(--border-radius-md);
  overflow: hidden;
  height: 400px;
  margin: 0 15px;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
  transition: all var(--transition-fast);
  z-index: 1;
  background: transparent;
}

.portfolio-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  z-index: 2;
}

body[data-theme="light"] .portfolio-item:hover {
  box-shadow: 0 15px 35px rgba(5, 18, 89, 0.2);
}

.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    filter 0.6s ease;
  filter: grayscale(30%);
}

.portfolio-item:hover img {
  transform: scale(1.08);
  filter: grayscale(0%) brightness(0.8);
}

.portfolio-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top,
      rgba(5, 18, 89, 0.95) 0%,
      rgba(5, 18, 89, 0.7) 50%,
      rgba(5, 18, 89, 0) 100%);
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 5;
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

body[data-theme="light"] .portfolio-overlay {
  background: linear-gradient(to top,
      rgba(5, 18, 89, 0.9) 0%,
      rgba(5, 18, 89, 0.7) 50%,
      rgba(5, 18, 89, 0.3) 100%);
}

.portfolio-overlay h4 {
  font-size: 2.4rem;
  color: var(--accent-color);
  margin-bottom: 1rem;
  transform: translateY(20px);
  opacity: 0;
  transition: all var(--transition-fast) 0.1s;
}

.portfolio-item:hover .portfolio-overlay h4 {
  transform: translateY(0);
  opacity: 1;
}

.portfolio-overlay p {
  font-size: 1.5rem;
  color: var(--text-light);
  margin-bottom: 2rem;
  transform: translateY(20px);
  opacity: 0;
  transition: all var(--transition-fast) 0.2s;
}

.portfolio-item:hover .portfolio-overlay p {
  transform: translateY(0);
  opacity: 1;
}

.tech-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  transform: translateY(20px);
  opacity: 0;
  transition: all var(--transition-fast) 0.3s;
}

.portfolio-item:hover .tech-tags {
  transform: translateY(0);
  opacity: 1;
}

.tech-tags span {
  background: rgba(255, 255, 255, 0.2);
  color: var(--text-light);
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-weight: 500;
}

.portfolio-overlay a {
  width: 4.5rem;
  height: 4.5rem;
  background: var(--accent-color);
  color: var(--primary-color);
  border-radius: var(--border-radius-round);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transform: translateY(20px) scale(0.8);
  opacity: 0;
  transition: all var(--transition-fast) 0.4s;
  z-index: 6;
}

.portfolio-item:hover .portfolio-overlay a {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.portfolio-overlay a:hover {
  background: var(--secondary-color);
  transform: scale(1.1) !important;
}

.portfolio-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--text-color);
  opacity: 0.5;
}

.portfolio-slider .swiper-pagination-bullet-active {
  background: var(--secondary-color);
  opacity: 1;
}

.portfolio-slider .swiper-pagination {
  z-index: 20;
}

.portfolio-slider .swiper-button-next,
.portfolio-slider .swiper-button-prev {
  width: 50px;
  height: 50px;
  color: var(--text-light);
  background: var(--secondary-color);
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.portfolio-slider .swiper-button-next:hover,
.portfolio-slider .swiper-button-prev:hover {
  background: var(--accent-color);
  color: var(--primary-color);
  transform: scale(1.1);
}

.portfolio-slider .swiper-button-next:after,
.portfolio-slider .swiper-button-prev:after {
  font-size: 2rem;
  font-weight: bold;
}

/* ==================== TESTIMONIALS SECTION ==================== */
.testimonials {
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
}

.testimonials-slider {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0 5rem;
}

.testimonial {
  position: relative;
  display: flex;
  background: var(--card-bg);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: var(--card-shadow);
}

.testimonial::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, var(--secondary-color), var(--accent-color));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.testimonial:hover::before {
  opacity: 1;
}

.testimonial-image {
  width: 35%;
  position: relative;
}

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

.testimonial-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(5, 18, 89, 0.2), rgba(5, 18, 89, 0.3));
}

.testimonial-content {
  width: 65%;
  padding: 4rem;
  position: relative;
}

.quote-icon {
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  font-size: 3.5rem;
  color: var(--secondary-color);
  opacity: 0.6;
  transition: all 0.4s ease;
  transform: rotate(-5deg);
  z-index: 1;
}

.quote-icon i {
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

.testimonial:hover .quote-icon {
  transform: translateY(-8px) rotate(-10deg) scale(1.15);
  opacity: 0.8;
  color: var(--accent-color);
}

body[data-theme="light"] .quote-icon {
  color: var(--secondary-color);
  opacity: 0.5;
}

body[data-theme="light"] .testimonial:hover .quote-icon {
  color: var(--secondary-color);
  opacity: 0.7;
}

.testimonial-text {
  font-size: 1.6rem;
  line-height: 1.7;
  color: var(--text-color);
  font-style: italic;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}

.testimonial-name {
  font-size: 1.8rem;
  color: var(--text-color);
  margin-bottom: 1rem;
  font-weight: 700;
}

.testimonial-name span {
  display: block;
  font-size: 1.4rem;
  color: var(--accent-color);
  font-weight: 400;
  margin-top: 0.5rem;
}

body[data-theme="light"] .testimonial-name span {
  color: var(--secondary-color);
}

.rating {
  display: flex;
  gap: 0.5rem;
}

.rating i {
  color: var(--accent-color);
  font-size: 1.8rem;
}

body[data-theme="light"] .rating i {
  color: var(--secondary-color);
}

.testimonials-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--text-color);
  opacity: 0.5;
}

.testimonials-slider .swiper-pagination-bullet-active {
  background: var(--secondary-color);
  opacity: 1;
}

/* ==================== FAQ SECTION ==================== */
.faq {
  background: var(--bg-gradient);
  padding: 10rem 0;
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
}

.faq::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 20% 30%, rgba(207, 243, 5, 0.15) 0%, transparent 20%),
    radial-gradient(circle at 80% 70%, rgba(242, 48, 120, 0.15) 0%, transparent 20%);
  z-index: 1;
  pointer-events: none;
}

body[data-theme="light"] .faq::before {
  background:
    radial-gradient(circle at 20% 30%, rgba(5, 18, 89, 0.08) 0%, transparent 20%),
    radial-gradient(circle at 80% 70%, rgba(242, 48, 120, 0.08) 0%, transparent 20%);
}

.faq .container {
  position: relative;
  z-index: 2;
}

#faq p a {
  color: var(--secondary-color);
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 2px;
  font-weight: bold;
  transition: all var(--transition-fast);
}

.accordion {
  max-width: 900px;
  margin: 0 auto;
}

.accordion-item {
  background: var(--card-bg);
  border-radius: var(--border-radius-md);
  margin-bottom: 2rem;
  box-shadow: var(--card-shadow);
  overflow: hidden;
  transition: all var(--transition-fast);
}

.accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

body[data-theme="light"] .accordion-item:hover {
  box-shadow: 0 2px 5px rgba(5, 18, 89, 0.02);
}

.accordion-header {
  padding: 2rem 2.5rem;
  background: transparent;
  color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  cursor: pointer;
  border: none;
  transition: all var(--transition-fast);
}

.accordion-header h3 {
  font-size: 1.8rem;
  margin-bottom: 0;
  font-family: var(--font-primary);
  font-weight: 600;
  letter-spacing: -0.01em;
  padding-right: .5rem;
}

.accordion-header i {
  font-size: 1.8rem;
  color: var(--accent-color);
  transition: all var(--transition-fast);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
}

body[data-theme="light"] .accordion-header i {
  color: var(--primary-color);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition-medium);
}

.accordion-item.active .accordion-header {
  background-color: var(--secondary-color);
  color: var(--text-light);
}

.accordion-item.active .accordion-header i {
  transform: rotate(135deg);
  background: var(--text-light);
  color: var(--secondary-color);
}

.accordion-header i.bx-plus:before,
.accordion-header i.bx-minus:before {
  content: "";
  display: block;
  position: relative;
}

.accordion-header i:before {
  content: "";
  width: 12px;
  height: 2px;
  background: currentColor;
  position: absolute;
}

.accordion-header i:after {
  content: "";
  width: 2px;
  height: 12px;
  background: currentColor;
  position: absolute;
}

.accordion-item.active .accordion-content {
  max-height: 1000px;
}

.accordion-content {
  padding: 0 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body[data-theme="light"] .accordion-content {
  border-top: 1px solid rgba(5, 18, 89, 0.1);
}

.accordion-content p {
  padding: 2rem 0;
  font-size: 1.5rem;
  line-height: 1.6;
}

.accordion-content ul {
  padding: 0 0 2rem 2rem;
}

.accordion-content li {
  margin-bottom: 1rem;
  list-style-type: disc;
  font-size: 1.5rem;
}

.faq-services {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin: 2rem 0;
}

.faq-service {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: var(--border-radius-md);
  text-align: center;
  transition: all var(--transition-fast);
}

.faq-service:hover {
  transform: translateY(-5px);
  background: rgba(207, 243, 5, 0.1);
}

body[data-theme="light"] .faq-service {
  background: rgba(5, 18, 89, 0.05);
}

body[data-theme="light"] .faq-service:hover {
  background: rgba(207, 243, 5, 0.1);
}

.faq-service i {
  font-size: 3.5rem;
  color: var(--accent-color);
  margin-bottom: 1.5rem;
}

body[data-theme="light"] .faq-service i {
  color: var(--primary-color);
}

.faq-service h4 {
  font-size: 1.8rem;
  color: var(--text-color);
  margin-bottom: 1rem;
}

.faq-service p {
  font-size: 1.4rem;
  padding: 0 !important;
}

.faq-bonus {
  background: rgba(207, 243, 5, 0.1);
  padding: 2rem;
  border-radius: var(--border-radius-md);
  margin: 2rem 0;
  display: flex;
  align-items: center;
  gap: 2rem;
}

body[data-theme="light"] .faq-bonus {
  background: rgba(5, 18, 89, 0.05);
}

.faq-bonus i {
  font-size: 3.5rem;
  color: var(--accent-color);
  flex-shrink: 0;
}

body[data-theme="light"] .faq-bonus i {
  color: var(--primary-color);
}

.faq-bonus p {
  margin: 0;
  padding: 0 !important;
  font-size: 1.5rem;
}

.price-tables {
  margin: 3rem 0;
}

.price-category {
  margin-bottom: 3rem;
}

.price-category h4 {
  font-size: 2rem;
  color: var(--accent-color);
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body[data-theme="light"] .price-category h4 {
  color: var(--primary-color);
  border-bottom: 1px solid rgba(5, 18, 89, 0.1);
}

.price-category h4 i {
  font-size: 2.4rem;
  margin-right: 1rem;
}

.price-table {
  background: var(--card-bg);
  border-radius: var(--border-radius-md);
  overflow: hidden;
  margin-bottom: 2rem;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

body[data-theme="light"] .price-row {
  border-bottom: 1px solid rgba(5, 18, 89, 0.05);
}

.price-row:last-child {
  border-bottom: none;
}

.price-info {
  flex: 1;
}

.price-info h5 {
  font-size: 1.8rem;
  color: var(--text-color);
  margin-bottom: 0.5rem;
}

.price-info span {
  font-size: 1.4rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
}

.price-info span i {
  margin-right: 0.5rem;
  color: var(--accent-color);
}

body[data-theme="light"] .price-info span i {
  color: var(--primary-color);
}

.price-value {
  min-width: 200px;
  text-align: right;
}

.regular-price {
  font-size: 1.5rem;
  color: var(--text-muted);
  text-decoration: line-through;
  margin-bottom: 0.5rem;
}

.special-price {
  font-size: 1.8rem;
  color: var(--accent-color);
  font-weight: 600;
}

body[data-theme="light"] .special-price {
  color: var(--secondary-color);
}

.price-recommendation {
  background: rgba(242, 48, 120, 0.1);
  border-radius: var(--border-radius-md);
  padding: 2.5rem;
  margin-top: 3rem;
  text-align: center;
}

.price-recommendation p {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}

/* ==================== CONTACT SECTION ==================== */
.contact {
  padding: 8rem 5%;
  position: relative;
}

/* Modo claro */
body[data-theme="light"] .contact {
  background: var(--bg-light);
}

/* Modo escuro */
body[data-theme="dark"] .contact {
  background: var(--bg-dark);
}

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

.contact-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  align-items: flex-start;
}

.contact-left {
  flex: 1;
  max-width: 45%;
  position: relative;
  z-index: 1;
}

.section-title {
  font-size: 3.2rem;
  margin-bottom: 1.5rem;
  color: var(--primary-color);
  font-weight: 700;
  line-height: 1.3;
}

body[data-theme="dark"] .section-title {
  color: var(--text-light);
}

.highlight {
  color: var(--secondary-color);
  position: relative;
  font-weight: 700;
}

.section-subtitle {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 3rem;
  color: var(--text-dark);
}

body[data-theme="dark"] .section-subtitle {
  color: var(--text-light);
}

.contact-image {
  max-width: 100%;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  margin-top: 2rem;
}

.contact-image img {
  width: 87%;
  height: auto;
  border-radius: var(--border-radius-lg);
  transition: transform var(--transition-medium);
  border: 3px solid var(--secondary-color);
  box-shadow: var(--card-shadow-light);
}

.contact-image:hover img {
  transform: scale(1.03);
}

.contact-form {
  flex: 1;
  max-width: 50%;
  border-radius: var(--border-radius-xl);
  padding: 3rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Linha superior colorida do formulário - Modo claro */
body[data-theme="light"] .contact-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  z-index: 2;
}

/* Linha superior colorida do formulário - Modo escuro (amarelo e rosa) */
body[data-theme="dark"] .contact-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--accent-color), var(--secondary-color));
  z-index: 2;
}

/* Modo claro - formulário branco */
body[data-theme="light"] .contact-form {
  background: var(--card-bg-light);
  color: var(--text-dark);
  box-shadow: var(--card-shadow-light);
}

/* Modo escuro - formulário azul */
body[data-theme="dark"] .contact-form {
  background: var(--bg-dark);
  color: var(--text-light);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--card-shadow-dark);
}

#contactForm {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px 5px;
}

.form-row {
  display: flex;
  gap: 16px;
  width: 100%;
  margin-bottom: 5px;
}

/* Formulário Modo Claro */
body[data-theme="light"] #contactForm input,
body[data-theme="light"] #contactForm textarea {
  width: 100%;
  padding: 14px 16px;
  background: var(--input-bg-light);
  border: 1px solid rgba(5, 18, 89, 0.1);
  border-radius: var(--border-radius-md);
  font-size: 15px;
  color: var(--text-dark);
  transition: all var(--transition-fast);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  font-family: var(--font-secondary);
}

body[data-theme="light"] #contactForm input::placeholder,
body[data-theme="light"] #contactForm textarea::placeholder {
  color: rgba(5, 18, 89, 0.6);
}

body[data-theme="light"] #contactForm input:focus,
body[data-theme="light"] #contactForm textarea:focus {
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 3px rgba(242, 48, 120, 0.1);
  outline: none;
  background: white;
}

/* Formulário Modo Escuro - Contraste melhorado para placeholders */
body[data-theme="dark"] #contactForm input,
body[data-theme="dark"] #contactForm textarea {
  width: 100%;
  padding: 14px 16px;
  background: var(--input-bg-dark);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--border-radius-md);
  font-size: 15px;
  color: var(--text-light);
  transition: all var(--transition-fast);
  font-family: var(--font-secondary);
}

/* Melhorar contraste dos placeholders no modo escuro */
body[data-theme="dark"] #contactForm input::placeholder,
body[data-theme="dark"] #contactForm textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

body[data-theme="dark"] #contactForm input:focus,
body[data-theme="dark"] #contactForm textarea:focus {
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 3px rgba(242, 48, 120, 0.2);
  outline: none;
  background: rgba(255, 255, 255, 0.12);
}

#contactForm textarea {
  min-height: 120px;
  resize: vertical;
  margin-top: 5px;
}

/* Opções de serviços */
.services-options {
  margin: 15px 0;
}

.services-options p {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: var(--font-secondary);
}

body[data-theme="light"] .services-options p {
  color: var(--text-dark);
}

body[data-theme="dark"] .services-options p {
  color: var(--text-light);
}

.services-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

/* Estilo refinado para os checkboxes */
/* Modo claro - opções de serviço */
body[data-theme="light"] .service-option {
  flex: 1 1 auto;
  min-width: 30%;
  display: flex;
  align-items: center;
  padding: 12px 18px;
  background-color: rgba(242, 48, 120, 0.08);
  border: 1px solid rgba(242, 48, 120, 0.2);
  border-radius: 50px;
  cursor: pointer;
  transition: all var(--transition-fast);
  justify-content: flex-start;
  box-shadow: 0 2px 6px rgba(242, 48, 120, 0.05);
}

/* Modo escuro - opções de serviço */
body[data-theme="dark"] .service-option {
  flex: 1 1 auto;
  min-width: 30%;
  display: flex;
  align-items: center;
  padding: 12px 18px;
  background-color: rgba(242, 48, 120, 0.12);
  border: 1px solid rgba(242, 48, 120, 0.25);
  border-radius: 50px;
  cursor: pointer;
  transition: all var(--transition-fast);
  justify-content: flex-start;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.service-option:hover {
  background-color: rgba(242, 48, 120, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(242, 48, 120, 0.2);
}

/* Esconder checkbox original */
.service-option input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Estilo para o checkbox personalizado */
.custom-checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  flex-shrink: 0;
}

/* Criar o checkbox personalizado */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

/* Estilo no modo claro */
body[data-theme="light"] .checkmark {
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(242, 48, 120, 0.5);
}

/* Estilo no modo escuro */
body[data-theme="dark"] .checkmark {
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(242, 48, 120, 0.6);
}

/* Quando o checkbox está marcado, alterar cor de fundo */
.service-option input:checked~.checkmark {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

/* Criar o checkmark/indicador (escondido quando não marcado) */
.checkmark:after {
  content: "✓";
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: bold;
}

/* Mostrar o indicador quando marcado */
.service-option input:checked~.checkmark:after {
  display: block;
}

/* Texto checkbox - modo claro */
body[data-theme="light"] .service-option .checkbox-text {
  font-size: 14px;
  color: var(--text-dark);
  white-space: nowrap;
  font-family: var(--font-secondary);
}

/* Texto checkbox - modo escuro */
body[data-theme="dark"] .service-option .checkbox-text {
  font-size: 14px;
  color: var(--text-light);
  white-space: nowrap;
  font-family: var(--font-secondary);
}

.service-option.selected {
  background-color: rgba(242, 48, 120, 0.25) !important;
  box-shadow: 0 2px 8px rgba(242, 48, 120, 0.15) !important;
}

/* Botão de envio */
.submit-btn {
  width: 100%;
  padding: 16px;
  background: var(--secondary-color);
  color: white;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-secondary);
  border: none;
  border-radius: var(--border-radius-md);
  cursor: pointer;
  transition: all var(--transition-fast);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  animation: pulse 2s infinite;
}

.submit-btn:hover {
  animation-play-state: paused;
  background-color: var(--secondary-dark);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(242, 48, 120, 0.3);
}

.submit-btn i {
  font-size: 1.8rem;
}

/* Animação de pulso para botões de destaque */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(242, 48, 120, 0.2);
  }

  50% {
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(242, 48, 120, 0.4);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(242, 48, 120, 0.2);
  }
}

/* ==================== FOOTER ==================== */
.footer {
  background: var(--primary-color);
  color: var(--text-light);
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  bottom: 0;
}

body[data-theme="light"] .footer {
  background: #f1f5ff;
  /* Fundo mais claro para o tema light */
  color: var(--primary-color);
}

.footer-top {
  padding: 6rem 4% 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body[data-theme="light"] .footer-top {
  border-bottom: 1px solid rgba(5, 18, 89, 0.1);
}

.footer .container {
  max-width: 1400px;
  width: 92%;
  margin: 0 auto;
  padding: 0;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem;
}

.footer-column {
  flex: 1;
  min-width: 200px;
}

.about-column {
  flex: 2;
  min-width: 300px;
}

.footer-logo {
  margin-bottom: 2rem;
}

.footer-logo img {
  max-width: 150px;
}

.footer-column p {
  font-size: 1.5rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2rem;
}

body[data-theme="light"] .footer-column p {
  color: rgba(5, 18, 89, 0.7);
}

.footer-social {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.footer-social a {
  width: 4rem;
  height: 4rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--border-radius-round);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--text-light);
  transition: all var(--transition-fast);
}

.footer-social a:hover {
  background: var(--secondary-color);
  transform: translateY(-3px);
}

body[data-theme="light"] .footer-social a {
  background: rgba(5, 18, 89, 0.1);
  color: var(--primary-color);
}

body[data-theme="light"] .footer-social a:hover {
  background: var(--secondary-color);
  color: var(--text-light);
}

.footer-column h3 {
  font-family: var(--font-primary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  color: var(--accent-color);
  font-weight: 600;
  position: relative;
  padding-bottom: 1rem;
}

.footer-column h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--secondary-color);
  border-radius: 2px;
}

body[data-theme="light"] .footer-column h3::after {
  background: var(--accent-color);
  /* Manter amarelo no tema claro também */
}

body[data-theme="light"] .footer-column h3 {
  color: var(--secondary-color);
}

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

.footer-links a {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  transition: all var(--transition-fast);
  display: block;
  padding: 0.5rem 0;
}

.footer-links a:hover {
  color: var(--accent-color);
  transform: translateX(5px);
}

body[data-theme="light"] .footer-links a {
  color: rgba(5, 18, 89, 0.7);
}

body[data-theme="light"] .footer-links a:hover {
  color: var(--secondary-color);
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.footer-contact i {
  font-size: 1.8rem;
  color: var(--secondary-color);
}

.footer-contact a,
.footer-contact span {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  transition: all var(--transition-fast);
}

.footer-contact a:hover {
  color: var(--accent-color);
}

body[data-theme="light"] .footer-contact a,
body[data-theme="light"] .footer-contact span {
  color: rgba(5, 18, 89, 0.7);
}

body[data-theme="light"] .footer-contact a:hover {
  color: var(--secondary-color);
}

.footer-bottom {
  padding: 2rem 4%;
  text-align: center;
}

.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.7);
}

body[data-theme="light"] .copyright {
  color: rgba(5, 18, 89, 0.7);
}

.back-to-top {
  width: 4.5rem;
  height: 4.5rem;
  background: var(--secondary-color);
  color: var(--text-light);
  border-radius: var(--border-radius-round);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  transition: all var(--transition-fast);
  position: relative;
  z-index: 10;
}

.back-to-top:hover {
  background: var(--accent-color);
  color: var(--primary-color);
  transform: translateY(-5px);
}

body[data-theme="light"] .back-to-top:hover {
  background: var(--primary-color);
  color: var(--text-light);
}

/* ==================== EXIT POPUP REVISADO ==================== */
.exit-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.exit-popup.show {
  opacity: 1;
  visibility: visible;
}

.popup-content {
  background: var(--primary-color);
  border-radius: var(--border-radius-lg);
  width: 90%;
  max-width: 500px;
  padding: 4rem;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  text-align: center;
  transform: scale(0.8);
  transition: all 0.4s ease;
}

.exit-popup.show .popup-content {
  transform: scale(1);
}

body[data-theme="light"] .popup-content {
  background: white;
  color: var(--primary-color);
}

.popup-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--border-radius-round);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  font-size: 1.8rem;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.popup-close:hover {
  background: var(--secondary-color);
  transform: rotate(90deg);
}

body[data-theme="light"] .popup-close {
  background: rgba(5, 18, 89, 0.1);
  color: var(--primary-color);
}

body[data-theme="light"] .popup-close:hover {
  background: var(--secondary-color);
  color: var(--text-light);
}

.popup-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}

.popup-header i {
  font-size: 4rem;
  color: var(--secondary-color);
  margin-bottom: 1.5rem;
}

.popup-header h3 {
  font-size: 2.4rem;
  color: var(--text-light);
  margin-bottom: 0;
}

body[data-theme="light"] .popup-header h3 {
  color: var(--primary-color);
}

.popup-content p {
  font-size: 1.6rem;
  color: var(--text-muted);
  margin-bottom: 3rem;
}

.popup-buttons {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.popup-buttons .btn {
  width: 100%;
}

.popup-dismiss {
  background: transparent;
  color: var(--text-muted);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.popup-dismiss:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--text-light);
}

body[data-theme="light"] .popup-dismiss {
  color: var(--text-muted-dark);
  border: 1px solid rgba(5, 18, 89, 0.1);
}

body[data-theme="light"] .popup-dismiss:hover {
  background: rgba(5, 18, 89, 0.05);
  color: var(--primary-color);
}

/* ==================== WHATSAPP FLOAT ==================== */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: var(--border-radius-round);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
  z-index: 99;
  transition: all var(--transition-fast);
}

.whatsapp-float:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

body[data-theme="dark"] .whatsapp-float {
  box-shadow: 0 2px 4px rgba(37, 211, 102, 0.2);
  background: var(--accent-color);
  color: var(--bg-dark);
}

body[data-theme="light"] .whatsapp-float {
  box-shadow: 0 2px 4px rgba(37, 211, 102, 0.2);
  background: var(--bg-dark);
  color: white;
}

/* Animação de brilho */
@keyframes glow {
  0% {
    box-shadow: 0 2px 4px rgba(37, 211, 102, 0.2);
  }

  50% {
    box-shadow: 0 3px 6px rgba(37, 211, 102, 0.3);
  }

  100% {
    box-shadow: 0 2px 4px rgba(37, 211, 102, 0.2);
  }
}

.whatsapp-float {
  animation: glow 3s infinite;
}

/* ==================== MEDIA QUERIES REFATORADAS ==================== */

/* Tablets grandes e laptops pequenos */
@media (max-width: 1200px) {
  .services-grid {
    gap: 25px;
  }

  .container {
    width: 90%;
    max-width: 1100px;
  }

  .about-content {
    gap: 3rem;
  }
}

/* Tablets */
@media (max-width: 1024px) {
  html {
    font-size: 58%;
  }

  /* Ajustes de contêiner */
  .container {
    width: 90%;
    padding: 0;
  }

  /* Seção Hero */
  .hero .container {
    flex-direction: column;
  }

  .hero-content,
  .hero-image {
    max-width: 100%;
  }

  .hero-stats {
    max-width: 90%;
    padding: 1.5rem;
    margin: 0 auto 3rem;
  }

  /* Seção About */
  .about-content {
    flex-direction: column;
  }

  .about-text {
    max-width: 100%;
    margin: 0;
  }

  .about-image {
    max-width: 300px;
    margin: 0 auto 3rem;
  }

  .about-image img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  /* Ajustes timeline */
  .timeline-content {
    width: calc(50% - 30px);
  }

  /* Ajustes contato */
  .contact-wrapper {
    gap: 3rem;
  }

  /* Grid de features */
  .trust-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

/* Tablets pequenos e celulares grandes */
@media (max-width: 992px) {
  html {
    font-size: 57%;
  }

  .section-title {
    font-size: 3.2rem;
  }

  .section-subtitle {
    font-size: 1.6rem;
  }

  /* Ajustes de serviços */
  .services-grid {
    flex-direction: column;
    align-items: center;
  }

  .service-card {
    width: 100%;
    max-width: 500px;
    margin-bottom: 25px;
  }

  /* Ajustes de cards de tipos de site */
  .site-types-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  /* Ajustes de contato */
  .contact-wrapper {
    flex-direction: column;
  }

  .contact-left,
  .contact-form {
    max-width: 100%;
  }

  /* Ajustes de opções de serviço */
  .service-option {
    min-width: 45%;
  }

  /* Conteúdo do form de contato */
  .services-checkboxes {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

/* Celulares médios */
@media (max-width: 768px) {
  html {
    font-size: 55%;
  }

  /* Header e navegação mobile */
  .header {
    height: 65px;
  }

  .logo img {
    height: 32px;
  }

  .header.scrolled {
    height: 60px;
  }

  .container {
    width: 90%;
  }

  /* Ajustes Hero Section */
  .hero {
    padding: 8rem 0 4rem;
  }

  .hero-content {
    padding: 2rem 0;
  }

  .hero-title {
    font-size: 3.4rem;
    margin-bottom: 1.2rem;
    line-height: 1.25;
  }

  .hero-subtitle {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  /* Ajuste crucial para alinhar hero-stats com o subtitle */
  .hero-stats {
    max-width: 92%;
    margin: 0 auto 2.5rem;
  }

  .stat-highlight {
    padding: 1.8rem 2rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .stat-highlight p {
    margin-bottom: 0.8rem;
  }

  /* Mini services otimizados */
  .mini-services {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    justify-content: center;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .mini-service {
    width: 105px;
    height: 105px;
    padding: 1.2rem;
  }

  .mini-service i {
    font-size: 3rem;
    margin-bottom: 0.8rem;
  }

  .mini-service span {
    font-size: 1.3rem;
    line-height: 1.2;
  }

  /* CTA buttons */
  .hero-cta {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
  }

  .hero-cta .btn {
    width: 100%;
    padding: 1.2rem 1rem;
  }

  /* Trust badges responsivos */
  .trust-badges {
    gap: 1.2rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .trust-badge {
    padding: 0.8rem 1.5rem;
  }

  /* Social links */
  .social-links {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  /* Menu mobile */
  .navbar {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100vh;
    background: var(--primary-color);
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 20px 30px;
    transition: right var(--transition-medium);
    z-index: 90;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.15);
  }

  .navbar-mobile {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 1rem 0;
  }

  .navbar-mobile.active {
    display: block;
  }

  .navbar.active {
    width: 260px;
    padding: 70px 15px 30px;
    background-color: var(--primary-color) !important;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.3) !important;
    right: 0;
  }

  body[data-theme="light"] .navbar.active .nav-link,
  body[data-theme="dark"] .navbar.active .nav-link {
    color: var(--text-light) !important;
  }

  .navbar.active .nav-link::after {
    bottom: 5px;
    left: 0;
    transform: none;
  }

  .navbar.active .nav-link.active::after {
    width: 40px;
  }

  .menu-toggle.active span {
    background-color: var(--text-light) !important;
  }

  .menu-toggle {
    width: 3.5rem;
    height: 3.5rem;
  }

  .menu-toggle span {
    width: 22px;
    margin: 2px 0;
  }

  .nav-list {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .nav-item {
    margin: 0.8rem 0;
    width: 100%;
    height: auto;
  }

  .nav-link {
    position: relative;
    display: block;
    padding: 0.9rem 0;
    width: 100%;
    font-size: 1.6rem;
    height: auto;
  }

  .nav-link::after {
    bottom: 0;
    display: none;
  }

  .nav-contact-btn {
    margin-left: 0;
    margin-top: 1.5rem;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .theme-toggle {
    display: none;
  }

  .theme-toggle.mobile {
    display: flex;
  }

  .mobile-controls {
    display: flex;
  }

  /* Timeline ajustes */
  .timeline::before {
    left: 30px;
  }

  .timeline-item {
    flex-direction: column;
    margin-left: 1px;
    margin-bottom: 3rem;
  }

  .timeline-number {
    left: 30px;
    transform: translateX(-50%);
    margin-bottom: 1.5rem;
    width: 45px;
    height: 45px;
    font-size: 1.8rem;
    box-shadow: 0 0 0 4px var(--bg-color), 0 0 0 7px rgba(255, 255, 255, 0.1);
  }

  .timeline-content {
    width: calc(100% - 60px);
    margin-left: 50px !important;
    margin-right: 2rem !important;
    padding-left: 1.5rem;
  }

  .timeline-item.active .timeline-number {
    transform: translateX(-50%) scale(1.1);
  }

  /* Grid responsivo */
  .trust-features {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  /* Testimonial layout */
  .testimonial {
    flex-direction: column;
  }

  .testimonial-image,
  .testimonial-content {
    width: 100%;
  }

  .testimonial-image {
    height: 200px;
  }

  .testimonial-content {
    padding: 2.5rem 2rem;
  }

  .quote-icon {
    top: 1rem;
    left: 1rem;
    font-size: 2.8rem;
  }

  /* FAQs responsivas */
  .faq-services {
    flex-direction: column;
    gap: 1.5rem;
  }

  .faq-bonus {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }

  .faq-bonus i {
    margin-bottom: 1.5rem;
  }

  .price-row {
    flex-direction: column;
  }

  .price-value {
    margin-top: 1.5rem;
    text-align: left;
  }

  /* Form de contato */
  .contact-form {
    padding: 2.5rem 2rem;
  }

  .form-row {
    flex-direction: column;
    gap: 12px;
  }

  .services-checkboxes {
    flex-direction: column;
  }

  .service-option {
    width: 100%;
    min-width: 100%;
    margin-bottom: 0.8rem;
  }

  /* Footer */
  .footer-columns {
    gap: 3rem;
  }

  .footer-column {
    min-width: 100%;
  }

  .footer-top {
    padding: 4rem 4% 3rem;
  }

  .footer-bottom {
    padding: 2rem 4% 3rem;
  }

  .footer-bottom .container {
    flex-direction: column;
    gap: 2rem;
  }

  /* Popup e float button */
  .popup-content {
    padding: 3rem 2rem;
    width: 85%;
  }

  .whatsapp-float {
    width: 50px;
    height: 50px;
    font-size: 2.5rem;
    bottom: 20px;
    right: 20px;
  }

  /* Portfolio */
  .portfolio-slider .swiper-button-next,
  .portfolio-slider .swiper-button-prev {
    display: none;
  }

  .portfolio-slider .swiper-pagination {
    display: block;
    bottom: 0;
  }

  .site-types-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .site-type-card {
    max-width: 100%;
    height: auto;
  }

  .site-type-card.popular {
    order: -1;
    /* Mover o card popular para cima em mobile */
  }

  .contact-image img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  /* Espaçamento entre seções */
  .about,
  .services,
  .process,
  .portfolio,
  .testimonials,
  .faq,
  .contact {
    padding: 7rem 0;
  }

  .service-card:hover,
  .portfolio-item:hover,
  .hero-image img {
    transform: none !important;
    animation: none !important;
    transition: opacity 0.3s ease !important;
  }

  .btn,
  .nav-link,
  .social-links a {
    transition: color 0.3s ease, background-color 0.3s ease !important;
  }

  #particles-canvas {
    opacity: 0.3;
  }

}

/* Celulares pequenos */
@media (max-width: 576px) {
  html {
    font-size: 52%;
  }

  .container {
    width: 92%;
  }

  /* Hero e títulos */
  .hero-title {
    font-size: 3rem;
    line-height: 1.3;
  }

  .hero-subtitle {
    font-size: 1.7rem;
    line-height: 1.4;
    margin-bottom: 1.8rem;
    max-width: 95%;
  }

  /* Ajuste para igualar ao subtitle */
  .hero-stats {
    max-width: 95%;
  }

  .stat-highlight {
    padding: 1.5rem 1.8rem;
    font-size: 1.45rem;
    line-height: 1.5;
  }

  .stat-highlight p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }

  .stat-highlight strong {
    font-size: 1.5rem;
  }

  /* Mini services reorganizados */
  .mini-services {
    gap: 1.2rem;
    max-width: 95%;
    margin-bottom: 2.2rem;
  }

  .mini-service {
    width: 95px;
    height: 95px;
    padding: 1rem;
  }

  .mini-service i {
    font-size: 2.6rem;
    margin-bottom: 0.6rem;
  }

  .mini-service span {
    font-size: 1.2rem;
  }

  /* Cards e serviços */
  .services-grid {
    gap: 20px;
  }

  .service-card {
    min-width: unset;
    width: 100%;
    margin-bottom: 25px;
  }

  .service-header {
    padding: 20px 15px;
    min-height: 80px;
  }

  .service-title {
    font-size: 2.2rem;
  }

  .service-icon {
    font-size: 3.8rem;
    margin-bottom: 1.2rem;
  }

  .service-content {
    padding: 1.8rem;
  }

  .service-benefits li {
    margin-bottom: 1.5rem;
  }

  /* Trust badges */
  .trust-badges {
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2.2rem;
  }

  .trust-badge {
    padding: 0.8rem 1.2rem;
  }

  .trust-badge i {
    font-size: 1.8rem;
  }

  .trust-badge span {
    font-size: 1.3rem;
  }

  .social-links {
    margin-top: 1.2rem;
  }

  .social-links a {
    width: 4rem;
    height: 4rem;
  }

  /* Espaçamento entre seções */
  .about,
  .services,
  .process,
  .portfolio,
  .testimonials,
  .faq,
  .contact {
    padding: 5rem 0;
  }

  .service-card {
    overflow: hidden;
  }

  .portfolio-item {
    height: 280px;
  }

  .portfolio-overlay {
    padding: 1.8rem;
  }

  .portfolio-overlay h4 {
    font-size: 1.8rem;
  }

  /* Detalhes dos benefícios */
  .benefit-header {
    font-size: 1.5rem;
  }

  .benefit-desc {
    font-size: 1.3rem;
  }

  /* Footer */
  .footer-top {
    padding: 4rem 0 3rem;
  }

  .footer-logo img {
    max-width: 130px;
  }

  .contact-form {
    padding: 2.5rem 1.8rem;
  }

  .form-row {
    flex-direction: column;
  }

  /* Accordion panels */
  .accordion-header {
    padding: 1.5rem;
  }

  .accordion-header h3 {
    font-size: 1.6rem;
  }

  .accordion-content {
    padding: 0 1.5rem;
  }

  .section-light,
  .section-gradient {
    padding: 5rem 0;
  }
}

/* Celulares muito pequenos */
@media (max-width: 480px) {
  .timeline-number {
    width: 38px;
    height: 38px;
    font-size: 1.6rem;
    left: 25px;
    box-shadow: 0 0 0 3px var(--bg-color), 0 0 0 5px rgba(255, 255, 255, 0.1);
  }

  .timeline::before {
    left: 25px;
    /* Ajuste a linha do timeline para alinhar com os números menores */
  }

  .timeline-content {
    margin-left: 40px !important;
    width: calc(100% - 50px);
  }
}

@media (max-width: 400px) {
  html {
    font-size: 50%;
  }

  .container {
    width: 94%;
  }

  .hero-title {
    font-size: 2.8rem;
  }

  .hero-subtitle {
    font-size: 1.6rem;
  }

  .section-title {
    font-size: 2.6rem;
  }

  .service-card {
    width: 100%;
    min-width: 100%;
  }

  .service-header {
    padding: 18px 12px;
    min-height: 80px;
  }

  .service-content {
    padding: 1.5rem;
  }

  .service-title {
    font-size: 2rem;
  }

  .service-icon {
    font-size: 3.4rem;
    margin-bottom: 1rem;
  }

  .benefit-header {
    font-size: 1.4rem;
  }

  .benefit-desc {
    font-size: 1.2rem;
  }

  /* Mini services compactos */
  .mini-services {
    justify-content: center;
    max-width: 100%;
  }

  .mini-service {
    width: 85px;
    height: 85px;
    padding: 0.8rem;
  }

  .mini-service i {
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
  }

  .mini-service span {
    font-size: 1.1rem;
  }

  /* Trust badges em uma coluna */
  .trust-badges {
    flex-direction: column;
    gap: 0.8rem;
    align-items: center;
  }

  .trust-badge {
    width: 100%;
    max-width: 200px;
    justify-content: center;
  }

  /* CTA mais compactos */
  .hero-cta {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-cta .btn {
    width: 100%;
    padding: 1.1rem 1.8rem;
  }

  /* Timeline e features */
  .timeline-content {
    padding: 2rem 1.5rem;
  }

  .trust-feature {
    padding: 2rem 1.5rem;
  }

  /* Portfolio */
  .portfolio-item {
    height: 250px;
  }

  /* Testimonials */
  .testimonial-content {
    padding: 2rem 1.5rem;
  }

  /* Formulário de contato */
  .contact-form {
    padding: 2rem 1.5rem;
  }

  .form-row input {
    padding: 12px 14px;
  }

  .service-option {
    padding: 10px 15px;
  }

  .submit-btn {
    padding: 14px;
  }
}

/* Estilos complementares e animações */
@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.hero-image img {
  animation: float 6s ease-in-out infinite;
}

@keyframes glow {
  0% {
    box-shadow: 0 0 10px rgba(242, 48, 120, 0.5);
  }

  50% {
    box-shadow: 0 0 20px rgba(242, 48, 120, 0.8);
  }

  100% {
    box-shadow: 0 0 10px rgba(242, 48, 120, 0.5);
  }
}

.whatsapp-float {
  animation: glow 3s infinite;
}

/* Melhorando scrollbar para uma experiência mais refinada */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bg-color);
}

::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--secondary-light);
}

/* Efeito de texto para logo no hover */
.logo img {
  transition: filter 0.3s ease;
}

.logo:hover img {
  filter: drop-shadow(0 0 8px rgba(242, 48, 120, 0.6));
}

/* Tema escuro (padrão) */
body[data-theme="dark"] .header {
  background-color: var(--accent-color);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

body[data-theme="dark"] .header.scrolled {
  background: rgba(5, 18, 89, 0.95);
}

/* Botão de alternância de tema - escuro */
body[data-theme="dark"] .theme-toggle {
  color: var(--bg-dark);
  background-color: rgba(255, 255, 255, 0.1);
}

/* Botão de alternância de tema - claro */
body[data-theme="light"] .theme-toggle {
  color: var(--primary-color);
  background-color: rgba(5, 18, 89, 0.1);
}

/* Tema claro */
body[data-theme="light"] .header {
  background-color: var(--bg-light);
  box-shadow: 0 4px 15px rgba(5, 18, 89, 0.08);
}

body[data-theme="light"] .header.scrolled {
  background: rgba(5, 18, 89, 0.95);
}

/* Cores dos textos do nav */
body[data-theme="dark"] .header .nav-link {
  color: var(--primary-color);
}

/* Cor dos links no tema claro */
body[data-theme="light"] .header:not(.scrolled) .nav-link {
  color: var(--primary-color);
}

body[data-theme="light"] .header:not(.scrolled) .nav-link::after {
  background-color: var(--secondary-color);
}

body[data-theme="light"] .header .nav-link {
  color: var(--primary-color);
}

body[data-theme="dark"] .header.scrolled .nav-link,
body[data-theme="light"] .header.scrolled .nav-link {
  color: var(--text-light);
}

/* Estados de cor dos links */
body[data-theme="dark"] .nav-link {
  color: var(--text-light);
}

/* Botão de alternância após rolagem */
.header.scrolled .theme-toggle {
  color: var(--text-light) !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
}