/* Pataxó Tech — Premium Technical Assistance Landing Page */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Space Grotesk', sans-serif;
  background-color: #111111;
  color: #F2F2F2;
  line-height: 1.6;
  overflow-x: hidden;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== HEADER ===== */
.header {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background-color: rgba(17, 17, 17, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(46, 46, 46, 0.5);
  border-radius: 16px;
  padding: 14px 32px;
  width: calc(100% - 48px);
  max-width: 1280px;
}

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

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.logo-image {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: block;
}

.logo-text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #F2F2F2;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  gap: 32px;
  align-items: center;
}

.nav-links a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #F2F2F2;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #005AFF;
}

.btn-whatsapp-header {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 16px;
  background-color: #005AFF;
  color: white;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-whatsapp-header:hover {
  box-shadow: 0 0 20px rgba(0, 90, 255, 0.6);
  transform: translateY(-2px);
}

.btn-whatsapp-mobile {
  display: none;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  order: 2;
}

.nav-toggle-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #F2F2F2;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ===== HERO SECTION ===== */
.hero {
  position: relative;
  height: 95vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 0;
  background-color: #0A0A0B;
  overflow: hidden;
  margin-top: 0;
}

.hero-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.15) grayscale(0.5);
  display: block;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 10, 11, 0.95) 0%, rgba(10, 10, 11, 0.6) 40%, transparent 100%),
              linear-gradient(180deg, rgba(10, 10, 11, 0.8) 0%, transparent 50%, rgba(10, 10, 11, 0.8) 100%);
  z-index: 1;
}

.hero-grid-lines {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hero-grid-vertical {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(110, 110, 115, 0.08);
}

.hero-grid-20 {
  left: 20%;
}

.hero-grid-80 {
  right: 20%;
}

.hero-grid-horizontal {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(110, 110, 115, 0.08);
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

.hero-text {
  max-width: 600px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border: 1px solid #2E5BFF;
  background-color: transparent;
  margin-bottom: 32px;
  animation: fade-in-up 0.8s ease-out 0.1s both;
}

.hero-badge-dot {
  width: 8px;
  height: 8px;
  background-color: #2E5BFF;
  animation: pulse-dot 2s ease-in-out infinite;
}

.hero-badge span:last-child {
  font-size: 11px;
  font-weight: 700;
  color: #F5F5F7;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(46, 91, 255, 0.7);
  }
  50% {
    opacity: 0.8;
    box-shadow: 0 0 0 6px rgba(46, 91, 255, 0);
  }
}

.hero-title {
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -0.04em;
  color: #F5F5F7;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-title-line {
  display: block;
  animation: fade-in-up 0.8s ease-out forwards;
}

.hero-title-line:nth-child(1) {
  animation-delay: 0.2s;
}

.hero-title-line:nth-child(2) {
  animation-delay: 0.3s;
}

.hero-title-line:nth-child(3) {
  animation-delay: 0.4s;
}

.hero-title-highlight {
  color: #2E5BFF;
}

.hero-subtitle {
  font-size: 16px;
  line-height: 1.8;
  color: #6E6E73;
  margin-bottom: 40px;
  max-width: 600px;
  animation: fade-in-up 0.8s ease-out 0.5s both;
}

.hero-ctas {
  display: flex;
  gap: 16px;
  margin-bottom: 48px;
  animation: fade-in-up 0.8s ease-out 0.6s both;
}

.btn {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  padding: 14px 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-primary-kinetic {
  background-color: #2E5BFF;
  color: #F5F5F7;
  position: relative;
  overflow: hidden;
}

.btn-primary-kinetic .arrow-icon {
  transition: transform 0.3s ease;
  transform: translateX(0);
}

.btn-primary-kinetic:hover {
  box-shadow: 0 0 20px rgba(46, 91, 255, 0.6);
  transform: translateY(-2px);
}

.btn-primary-kinetic:hover .arrow-icon {
  transform: translateX(4px);
}

.btn-secondary-kinetic {
  background-color: transparent;
  border: 1px solid #2E5BFF;
  color: #F5F5F7;
}

.btn-secondary-kinetic:hover {
  background-color: rgba(46, 91, 255, 0.1);
  box-shadow: 0 0 16px rgba(46, 91, 255, 0.4);
}

.hero-trust-badges {
  display: flex;
  gap: 32px;
  animation: fade-in-up 0.8s ease-out 0.7s both;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #F5F5F7;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.trust-dot {
  width: 6px;
  height: 6px;
  background-color: #2E5BFF;
  display: block;
  flex-shrink: 0;
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #6E6E73;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  animation: fade-in-up 0.8s ease-out 0.8s both;
}

.scroll-arrow {
  color: #6E6E73;
  animation: bounce-arrow 2s ease-in-out infinite;
}

@keyframes bounce-arrow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}

/* ===== SECTION LABELS & TITLES (KINETIC) ===== */
.section-label-kinetic {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2E5BFF;
  letter-spacing: 1px;
  margin-bottom: 16px;
  display: inline-block;
}

.section-title-kinetic {
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 800;
  line-height: 1.1;
  color: #F5F5F7;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.section-title-kinetic .highlight {
  color: #2E5BFF;
}

/* ===== SERVIÇOS SECTION (KINETIC) ===== */
.servicos {
  background-color: #0A0A0B;
  padding: 60px 0;
}

.servicos-header {
  text-align: center;
  margin-bottom: 48px;
}

.servicos-title-block {
  animation: fade-in-up 0.8s ease-out 0.1s both;
}

.servicos-description {
  font-size: 15px;
  line-height: 1.8;
  color: #6E6E73;
  animation: fade-in-up 0.8s ease-out 0.2s both;
}

.services-grid-kinetic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid rgba(110, 110, 115, 0.2);
}

.service-card-kinetic {
  padding: 40px;
  border-right: 1px solid rgba(110, 110, 115, 0.2);
  border-bottom: 1px solid rgba(110, 110, 115, 0.2);
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: fade-in-up 0.6s ease-out forwards;
  overflow: hidden;
}

.service-card-kinetic:nth-child(3n) {
  border-right: none;
}

.service-card-kinetic:nth-last-child(-n+3) {
  border-bottom: none;
}

.service-card-kinetic:nth-child(1) { animation-delay: 0.1s; }
.service-card-kinetic:nth-child(2) { animation-delay: 0.2s; }
.service-card-kinetic:nth-child(3) { animation-delay: 0.3s; }
.service-card-kinetic:nth-child(4) { animation-delay: 0.4s; }
.service-card-kinetic:nth-child(5) { animation-delay: 0.5s; }
.service-card-kinetic:nth-child(6) { animation-delay: 0.6s; }
.service-card-kinetic:nth-child(7) { animation-delay: 0.7s; }
.service-card-kinetic:nth-child(8) { animation-delay: 0.8s; }

.service-card-index {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 12px;
  font-weight: 700;
  color: #2E5BFF;
  opacity: 0.6;
}

.service-icon-kinetic {
  display: block;
  width: 32px;
  height: 32px;
  margin-bottom: 20px;
  color: #2E5BFF;
  transition: transform 0.3s ease;
}

.service-card-kinetic h3 {
  font-size: 16px;
  font-weight: 700;
  color: #F5F5F7;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.service-card-kinetic p {
  font-size: 14px;
  color: #6E6E73;
  line-height: 1.6;
}

.service-card-kinetic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background-color: #2E5BFF;
  transition: left 0.4s ease;
}

.service-card-kinetic:hover {
  background-color: rgba(255, 255, 255, 0.04);
}

.service-card-kinetic:hover .service-icon-kinetic {
  transform: scale(1.15);
}

.service-card-kinetic:hover::after {
  left: 0;
}

/* ===== AVALIAÇÕES SECTION (KINETIC) ===== */
.avaliacoes-kinetic {
  background-color: #0A0A0B;
  padding: 60px 0;
  border-bottom: 1px solid rgba(110, 110, 115, 0.2);
}

.avaliacoes-header {
  text-align: center;
  margin-bottom: 40px;
  animation: fade-in-up 0.8s ease-out 0.1s both;
}

.avaliacoes-subtitle {
  font-size: 14px;
  color: #6E6E73;
  margin-top: 12px;
  font-weight: 600;
}

.reviews-container-kinetic {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}

.reviews-track-kinetic {
  display: flex;
  gap: 24px;
  animation: scroll-marquee-left 40s linear infinite;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.reviews-track-kinetic.reviews-track-reverse {
  animation: scroll-marquee-right 40s linear infinite;
}

.reviews-track-kinetic:hover {
  animation-play-state: paused;
}

.reviews-track-kinetic.dragging {
  cursor: grabbing;
}

@keyframes scroll-marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 12px));
  }
}

@keyframes scroll-marquee-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(50% + 12px));
  }
}

.review-card-kinetic {
  flex: 0 0 340px;
  padding: 24px;
  background-color: #0A0A0B;
  border: 1px solid rgba(110, 110, 115, 0.2);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.3s ease;
}

.review-card-kinetic:hover {
  border-color: #2E5BFF;
  box-shadow: 0 0 20px rgba(46, 91, 255, 0.2);
}

.review-stars-kinetic {
  color: #2E5BFF;
  font-size: 12px;
  letter-spacing: 2px;
}

.review-text-kinetic {
  font-size: 14px;
  color: #C8C8C8;
  line-height: 1.7;
  font-style: italic;
}

.review-header-kinetic {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-avatar-kinetic {
  width: 40px;
  height: 40px;
  background-color: #2E5BFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}

.review-name-kinetic {
  font-weight: 600;
  color: #F5F5F7;
  font-size: 13px;
}

.review-source-kinetic {
  font-size: 11px;
  color: #6E6E73;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ===== CONTATO SECTION (KINETIC) ===== */
.contato-kinetic {
  background-color: #0A0A0B;
  padding: 60px 0;
  border-bottom: 1px solid rgba(110, 110, 115, 0.2);
}

.contato-divider-top,
.contato-divider-bottom {
  height: 1px;
  background-color: rgba(110, 110, 115, 0.2);
  margin-bottom: 80px;
}

.contato-divider-bottom {
  margin-bottom: 0;
  margin-top: 80px;
}

.contato-block {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  animation: fade-in-up 0.8s ease-out 0.1s both;
}

.contato-block .section-label-kinetic {
  justify-content: center;
}

.contato-block .section-title-kinetic {
  justify-content: center;
}

.contato-description {
  font-size: 15px;
  color: #6E6E73;
  margin-bottom: 40px;
  line-height: 1.8;
}

.btn-cta-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  background-color: #2E5BFF;
  color: #F5F5F7;
  border: none;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-cta-whatsapp:hover {
  box-shadow: 0 0 20px rgba(46, 91, 255, 0.6);
  transform: translateY(-2px);
}

.btn-cta-whatsapp .arrow-icon {
  transition: transform 0.3s ease;
  transform: translateX(0);
}

.btn-cta-whatsapp:hover .arrow-icon {
  transform: translateX(4px);
}

/* ===== FOOTER (KINETIC) ===== */
.footer-kinetic {
  background-color: #0A0A0B;
  padding: 48px 0 24px;
  color: #F5F5F7;
}

.footer-grid-kinetic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  margin-bottom: 48px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-logo-kinetic {
  font-size: 16px;
  font-weight: 700;
  color: #F5F5F7;
  letter-spacing: -0.02em;
}

.footer-description {
  font-size: 13px;
  line-height: 1.6;
  color: #6E6E73;
}

.footer-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2E5BFF;
  letter-spacing: 0.5px;
}

.footer-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #F5F5F7;
  text-decoration: none;
  transition: color 0.3s ease;
  width: fit-content;
}

.footer-link:hover {
  color: #2E5BFF;
}

.footer-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.footer-address {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #6E6E73;
  line-height: 1.6;
}

.footer-address p {
  margin: 0;
}

.footer-divider-kinetic {
  height: 1px;
  background-color: rgba(110, 110, 115, 0.2);
  margin-bottom: 24px;
}

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

.footer-copyright {
  font-size: 12px;
  color: #6E6E73;
  margin: 0;
}

.footer-links-bottom {
  display: flex;
  gap: 24px;
}

.footer-links-bottom a {
  font-size: 12px;
  color: #6E6E73;
  text-decoration: none;
  transition: color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.footer-links-bottom a:hover {
  color: #2E5BFF;
}

/* ===== SOBRE SECTION ===== */
.sobre {
  background-color: #F5F5F5;
  padding: 80px 0;
}

.sobre .container {
  color: #111111;
}

.section-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #005AFF;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.section-title {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.sobre .section-title {
  color: #111111;
}

.section-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 48px;
  color: #555555;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

.stat-card {
  padding: 32px;
  background-color: white;
  border-left: 4px solid #005AFF;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.stat-number {
  font-size: 36px;
  font-weight: 800;
  color: #005AFF;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 14px;
  color: #555555;
}

.sobre-image {
  width: 100%;
  height: 300px;
  background-color: #E8E8E8;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  font-size: 16px;
  overflow: hidden;
}

.maps-iframe {
  border-radius: 12px !important;
}

/* ===== SECTION SUBTITLE ===== */
.section-subtitle {
  font-size: 16px;
  color: #999999;
  margin-bottom: 48px;
}

/* ===== CERTIFICADOS SECTION ===== */
.certificados {
  background-color: #FFFFFF;
  padding: 80px 0;
}

.certificados .section-label {
  color: #005AFF;
}

.certificados .section-title {
  color: #111111;
}

.certificados .section-subtitle {
  color: #555555;
}

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

.cert-card {
  padding: 32px;
  background-color: white;
  border-left: 4px solid #005AFF;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.cert-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 12px;
}

.cert-card p {
  font-size: 14px;
  color: #555555;
  line-height: 1.7;
}

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 70px;
  height: 70px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4), 0 0 40px rgba(37, 211, 102, 0.2);
  transition: all 0.3s ease;
  z-index: 999;
}

.whatsapp-float img {
  width: 38px;
  height: 38px;
}

.whatsapp-float:hover {
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.5), 0 0 60px rgba(37, 211, 102, 0.3);
  transform: translateY(-6px) scale(1.08);
}

/* ===== FADE-IN ANIMATION ===== */
@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fade-in-up 0.8s ease-out forwards;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .header-container {
    gap: 16px;
  }

  .nav-toggle {
    display: flex;
    margin-left: auto;
  }

  .btn-whatsapp-header {
    order: 3;
    padding: 8px 12px;
    font-size: 12px;
    white-space: nowrap;
  }

  .logo-text {
    font-size: 17px;
  }

  .logo-image {
    width: 36px;
    height: 36px;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background-color: rgba(17, 17, 17, 0.97);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(46, 46, 46, 0.5);
    border-radius: 16px;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.3s ease, opacity 0.25s ease, padding 0.3s ease;
  }

  .nav-links.open {
    max-height: 400px;
    opacity: 1;
    pointer-events: auto;
    padding: 12px 20px;
  }

  .nav-links a {
    padding: 12px 0;
    border-bottom: 1px solid rgba(242, 242, 242, 0.08);
  }

  .nav-links a:last-child {
    border-bottom: none;
  }

  .btn-whatsapp-header {
    display: none;
  }

  .btn-whatsapp-mobile {
    display: block;
    padding: 12px 16px;
    margin: 8px 0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #005AFF;
    color: white;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    letter-spacing: 0.5px;
  }

  .btn-whatsapp-mobile:hover {
    background-color: #0047CC;
    box-shadow: 0 0 16px rgba(0, 90, 255, 0.5);
    transform: none;
  }

  .hero {
    height: auto;
    min-height: 100vh;
    padding: 80px 0 120px;
  }

  .hero-grid-vertical {
    display: none;
  }

  .hero-grid-horizontal {
    display: none;
  }

  .hero-title {
    font-size: clamp(28px, 5vw, 48px);
  }

  .hero-ctas {
    flex-direction: column;
  }

  .hero-trust-badges {
    flex-direction: column;
    gap: 16px;
  }

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

  .servicos-header {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

  .service-card-kinetic:nth-child(2n) {
    border-right: none;
  }

  .service-card-kinetic:nth-child(n+3) {
    border-bottom: none;
  }

  .section-title-kinetic {
    font-size: clamp(28px, 4vw, 44px);
  }

  .footer-grid-kinetic {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom-kinetic {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }

  .section-title {
    font-size: 32px;
  }

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

@media (max-width: 480px) {
  .hero {
    height: auto;
    min-height: 100vh;
    padding: 60px 0 100px;
  }

  .hero-content {
    padding: 0 16px;
  }

  .hero-title {
    font-size: clamp(24px, 4vw, 36px);
  }

  .hero-subtitle {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .hero-ctas {
    gap: 12px;
    margin-bottom: 32px;
    flex-direction: column;
  }

  .btn {
    padding: 12px 20px;
    font-size: 12px;
  }

  .btn-cta-whatsapp {
    width: 100%;
    justify-content: center;
  }

  .hero-trust-badges {
    flex-direction: column;
    gap: 12px;
  }

  .hero-scroll-indicator {
    bottom: 16px;
  }

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

  .service-card-kinetic,
  .service-card-kinetic:nth-child(n+3) {
    padding: 24px;
    border-right: none !important;
    border-bottom: 1px solid rgba(110, 110, 115, 0.2);
  }

  .service-card-kinetic:last-child,
  .service-card-kinetic:nth-child(n+3):last-child {
    border-bottom: none;
  }

  .section-title {
    font-size: 24px;
  }

  .section-title-kinetic {
    font-size: clamp(20px, 3vw, 32px);
  }

  .review-card-kinetic {
    flex: 0 0 280px;
  }

  .footer-label {
    margin-top: 16px;
  }

  .footer-label:first-child {
    margin-top: 0;
  }

  .whatsapp-float {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}
