@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap');

:root {
  /* Exact Background matching logo */
  --bg-primary: #212832;

  /* Brand Colors: Blue and Purple */
  --brand-blue: #3b82f6;
  --brand-purple: #8b5cf6;
  --brand-gradient: linear-gradient(135deg, var(--brand-blue), var(--brand-purple));

  /* Texts */
  --text-main: #ffffff;
  --text-muted: #e2e8f0;
  /* Clareado para leitura */

  /* Glass/Cards matching #212832 */
  --surface-card: rgba(255, 255, 255, 0.03);
  --border-light: rgba(255, 255, 255, 0.08);

  --font-main: 'Outfit', sans-serif;
  --transition-normal: all 0.3s ease;
}

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

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--bg-primary);
  color: var(--text-main);
  font-family: var(--font-main);
  line-height: 1.6;
  overflow-x: hidden;
}

::selection {
  background: var(--brand-purple);
  color: #fff;
}

/* Gradients */
.text-gradient {
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Utils */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: 8rem 0;
}

.section-title {
  text-align: center;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  margin-bottom: 1rem;
}

.section-subtitle {
  text-align: center;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto 4rem;
  font-size: 1.125rem;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-size: 1rem;
  transition: var(--transition-normal);
}

.btn-primary {
  background: var(--brand-gradient);
  color: #fff;
  box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
  position: relative;
  z-index: 1;
}

.btn-primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: transparent;
  box-shadow: 0 0 15px 5px rgba(139, 92, 246, 0.6);
  z-index: -1;
  animation: pulse-border 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  opacity: 0;
}

@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }

  50% {
    transform: scale(1.05) scaleY(1.15);
    opacity: 0;
  }

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

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(139, 92, 246, 0.5);
  background: linear-gradient(135deg, #4f46e5, #9333ea);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border: 1px solid var(--border-light);
  overflow: hidden;
}

.btn-arrow .arrow-icon {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 18px;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--brand-blue);
}

.btn-arrow:hover .arrow-icon {
  transform: translateX(6px);
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(33, 40, 50, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  height: 90px;
  display: flex;
  align-items: center;
  transition: height 0.3s ease, backdrop-filter 0.3s ease;
}

/* Header ao rolar: encolhe levemente e aumenta blur */
.header.scrolled {
  height: 70px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(20, 25, 35, 0.98);
  border-bottom-color: rgba(139, 92, 246, 0.2);
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
}

.logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 12px;
  margin-left: -3rem;
}

.logo-text {
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 800;
  /* Metade densa super futurista */
  letter-spacing: 4px;
  /* Espaçamento de marca sci-fi */
  text-transform: uppercase;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}

/* CSS Crop e Transparência nativa para a logo da aba Header */
.logo img {
  height: 65px;
  /* Aumentado drasticamente as ondas para dominar o lado esquerdo */
  width: auto;
  border-radius: 6px;
  transition: transform 0.3s ease;
}

.logo img:hover {
  transform: scale(1.05);
}

/* Botão CTA exclusivo da navbar - maior sem afetar header height */
.nav-cta {
  padding: 0.85rem 2rem !important;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #ffffff !important;
  /* Blindagem total: impede nav-links a:hover de sumir as letras */
}

.nav-cta:hover {
  color: #ffffff !important;
}

.nav-links {
  display: flex;
  align-items: center;
  /* O SEGREDO DO ALINHAMENTO VERTICAL DA LISTA E BOTOES */
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: var(--text-main);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: var(--transition-normal);
}

.nav-links a:hover {
  color: var(--brand-purple);
}

.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

/* SECTION 1: INÍCIO (Animated Hero Background) */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

/* Canvas Animado de Fundo */
.hero-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  /* Para não atrapalhar clicks nos botões */
  opacity: 0.8;
  /* Suaviza as ondas na tela */
}

/* Moving Background effect */
.hero-bg {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(139, 92, 246, 0.15) 0%, transparent 40%),
    radial-gradient(circle at 80% 20%, rgba(59, 130, 246, 0.15) 0%, transparent 30%);
  animation: bg-rotate 25s linear infinite;
  z-index: -1;
  pointer-events: none;
}

@keyframes bg-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.hero-content {
  max-width: 780px;
  width: 100%;
  z-index: 1;
  background: rgba(25, 30, 40, 0.45);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 2.8rem clamp(1.5rem, 3vw, 3.5rem);
  border-radius: clamp(16px, 3vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.1s ease-out;
}

/* Badge de Topo */
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 50px;
  background: rgba(33, 40, 50, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-muted);
  font-size: clamp(0.7rem, 2vw, 0.85rem);
  font-weight: 500;
  margin-bottom: 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.status-dot {
  width: 8px;
  height: 8px;
  background: #10b981;
  /* Verde esmeralda sinalizando online/disponível */
  border-radius: 50%;
  box-shadow: 0 0 10px #10b981;
  animation: pulse-dot 2s infinite;
}

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

  50% {
    transform: scale(1.5);
    opacity: 0.5;
  }

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

.hero-title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  /* Reduzido para caber melhor no card compacto */
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  width: 100%;
}

.hero-content p {
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  color: var(--text-main);
  margin-bottom: 1.5rem;
  max-width: 100%;
  margin-inline: auto;
  font-weight: 300;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  line-height: 1.5;
}

/* Orbitais (Métricas Flutuantes Laterais) */
.floating-metric {
  position: absolute;
  background: rgba(20, 25, 35, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 2;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  animation: float-y 6s ease-in-out infinite;
}

.floating-metric.metric-left {
  top: 10%;
  left: -80px;
  /* Avança sobre o background pra fora da caixa principal */
  animation-delay: 0s;
}

.floating-metric.metric-right {
  bottom: 20%;
  right: -80px;
  animation-delay: 3s;
  /* Delay pra rodar oposto */
  flex-direction: row-reverse;
  text-align: right;
}

@keyframes float-y {

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

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

.metric-icon {
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.metric-text strong {
  display: block;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.1;
}

.metric-text span {
  font-size: 0.8rem;
  color: var(--text-muted);
}


.hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

/* SECTION 2: SOBRE NÓS (Vertical Photo Card) */
.about {
  background: rgba(0, 0, 0, 0.2);
  /* Slight darkening over bg-primary */
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.about-card-vertical {
  background: var(--surface-card);
  border-radius: 20px;
  padding: 3px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  display: flex;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

/* O feixe de luz mágico 💥 */
.about-card-vertical::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(transparent, transparent, transparent, var(--brand-purple), var(--brand-blue));
  animation: spin-glow 4s linear infinite;
  z-index: 0;
}

@keyframes spin-glow {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Container interno da foto que isola do painel falso */
.about-card-vertical-inner {
  background: var(--bg-primary);
  /* Fundo igual ao site */
  border-radius: 18px;
  padding: 1.5rem;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.about-photo-placeholder {
  width: 100%;
  aspect-ratio: 9/12;
  background: rgba(33, 40, 50, 0.5);
  border-radius: 12px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  position: relative;
  z-index: 1;
  border: 1px dashed var(--brand-blue);
}

.about-body {
  position: relative;
  z-index: 1;
}

.about-body h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

/* SECTION 3: LAYOUTS (3 Cards Tilt 3D) */
.layouts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  perspective: 1000px;
  /* Necessário para permitir efeito 3D */
}

.layout-card {
  background: var(--surface-card);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 3rem 2rem;
  transition: transform 0.1s ease-out, box-shadow 0.1s ease-out, background 0.3s ease;
  /* Transição muito leve para não travar na matemática do mouse */
  display: flex;
  flex-direction: column;
  height: 100%;
  transform-style: preserve-3d;
  will-change: transform;
}

.layout-card:hover {
  border-color: var(--brand-purple);
  box-shadow: 0 20px 40px rgba(139, 92, 246, 0.15);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-5px);
  /* Efeito tilt adicionado no script js */
}

.layout-icon {
  width: 60px;
  height: 60px;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-blue);
  margin-bottom: 1.5rem;
}

.layout-card h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.layout-card ul {
  list-style: none;
  margin-bottom: 2rem;
  flex-grow: 1;
}

.layout-card ul li {
  margin-bottom: 0.5rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Card de destaque - Site Profissional */
.layout-card-featured {
  position: relative;
  border-color: transparent;
  background: linear-gradient(var(--bg-primary), var(--bg-primary)) padding-box,
              linear-gradient(135deg, var(--brand-blue), var(--brand-purple)) border-box;
  border: 2px solid transparent;
  box-shadow: 0 0 40px rgba(139, 92, 246, 0.2);
  transform: translateY(-8px); /* Elevado para destacar */
}

.layout-card-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--brand-gradient);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 50px;
  white-space: nowrap;
  letter-spacing: 0.5px;
}

/* Ícone com gradiente azul→roxo */
.layout-icon-gradient {
  background: var(--brand-gradient);
  color: #fff;
}

/* Botão WhatsApp verde */
.btn-wpp {
  background: #25D366;
  color: #fff;
  border: none;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-wpp:hover {
  background: #1ebe5b;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
  color: #fff;
}

/* SECTION 4: FEEDBACK (Infinite Carousel) */
.feedback-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2rem 0;
  background: rgba(0, 0, 0, 0.1);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

/* Gradient Maska nas pontas */
.feedback-marquee::before,
.feedback-marquee::after {
  content: '';
  position: absolute;
  top: 0;
  width: 15%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.feedback-marquee::before {
  left: 0;
  background: linear-gradient(to right, var(--bg-primary), transparent);
}

.feedback-marquee::after {
  right: 0;
  background: linear-gradient(to left, var(--bg-primary), transparent);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll-left 25s linear infinite; /* Mais dinâmico */
}

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

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }

  /* Assume repeated content */
}

.feedback-card {
  width: 350px;
  background: var(--surface-card);
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 2.5rem 2rem;
  margin: 0 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

/* Watermark de aspas grandes no fundo */
.quote-watermark {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 100px;
  height: 100px;
  color: rgba(255, 255, 255, 0.02);
  z-index: 0;
}

.feedback-stars {
  display: flex;
  gap: 5px;
  margin-bottom: 1.5rem;
  color: #fbbf24;
  /* Amarelo premium (gold) */
  z-index: 1;
}

.star-filled {
  width: 16px;
  height: 16px;
  fill: #fbbf24;
}

.feedback-client {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  z-index: 1;
}

.client-logo {
  width: 40px;
  height: 40px;
  background: var(--brand-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.feedback-text {
  color: var(--text-muted);
  font-style: italic;
  line-height: 1.5;
  z-index: 1;
}

/* SECTION 5: CONTATO (Protocolo) */
.contact-container {
  max-width: 700px;
  margin: 0 auto;
  background: var(--surface-card);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3), 0 0 60px rgba(139, 92, 246, 0.08);
}

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

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #fff;
}

.form-control {
  width: 100%;
  padding: 1rem 1.25rem;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  color: #fff;
  font-family: var(--font-main);
  font-size: 1rem;
  transition: var(--transition-normal);
}

.form-control:focus {
  outline: none;
  border-color: var(--brand-blue);
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2394a3b8%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem top 50%;
  background-size: 0.65rem auto;
}

select.form-control option {
  background-color: var(--bg-primary);
  color: #fff;
}

textarea.form-control {
  resize: vertical;
  min-height: 150px;
}

/* --- ESTILOS DO MULTI-STEP --- */
.step-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 2.5rem;
}

.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.step-label {
  font-size: 0.72rem;
  color: var(--text-muted);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.step-dot {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--surface-card);
  border: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--text-muted);
  transition: var(--transition-normal);
}

.step-dot.active {
  background: var(--brand-blue);
  color: #fff;
  border-color: var(--brand-blue);
  box-shadow: 0 0 15px rgba(59, 130, 246, 0.5);
}

.step-line {
  flex: 1;
  height: 2px;
  background: var(--border-light);
  max-width: 50px;
}

.form-step {
  display: none;
  animation: fadeInStep 0.4s ease forwards;
}

.form-step.active {
  display: block;
}

@keyframes fadeInStep {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* --- MEGA FOOTER --- */
.footer {
  background: rgba(15, 20, 25, 0.95);
  /* Cobre o bg-primary com tom mais escuro denso corporativo */
  padding: 5rem 0 0 0;
  border-top: 1px solid var(--border-light);
  color: var(--text-muted);
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--brand-blue), var(--brand-purple), transparent);
  opacity: 0.5;
}

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

.footer-brand p {
  max-width: 300px;
  line-height: 1.6;
}

.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: var(--transition-normal);
  border: 1px solid var(--border-light);
}

.social-btn:hover {
  background: var(--hover-color, var(--brand-blue));
  border-color: var(--hover-color, var(--brand-blue));
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.footer-col h4 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 0.8rem;
}

.footer-col ul li a {
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition-normal);
  font-size: 0.95rem;
}

.footer-col ul li a:hover {
  color: var(--brand-purple);
  padding-left: 5px;
}

.footer-bottom {
  padding: 2rem 0;
  background: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  text-align: left;
}

/* Responsive */
@media (max-width: 1024px) {

  /* Desativa os cartões orbitais em telas menores/tablets onde eles sobrepõem e causam overflow absurdo horizontal */
  .floating-metric {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background: rgba(33, 40, 50, 0.98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: var(--transition-normal);
  }

  .nav-links.active {
    right: 0;
  }

  .mobile-menu-btn {
    display: block;
    z-index: 1001;
  }

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

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

  .contact-container {
    padding: 2rem 1.5rem;
  }

  /* Header mobile: logo menor e menu hamburguer visível */
  .header {
    height: 70px;
  }

  .logo {
    margin-left: 0; /* Remove margem negativa que quebra em mobile */
  }

  .logo img {
    height: 45px;
  }

  .logo-text {
    font-size: 1.1rem;
    letter-spacing: 2px;
  }

  /* Hero: card principal ocupa a tela inteira sem overflow */
  .hero-content {
    max-width: 100%;
    margin: 0 1rem;
    padding: 2rem 1.25rem;
    border-radius: 16px;
  }

  .hero-title {
    font-size: clamp(1.6rem, 7vw, 2.4rem);
  }

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

  /* Sobre Nós: foto acima, texto abaixo */
  .about-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-card-vertical {
    max-width: 260px;
    margin: 0 auto;
    order: -1; /* Foto antes do texto em mobile */
  }

  /* Layouts: 1 coluna em mobile */
  .layouts-grid {
    grid-template-columns: 1fr;
  }

  .layout-card-featured {
    transform: none; /* Remove elevação vertical no mobile */
  }

  /* Formulário contato */
  .contact-container {
    padding: 1.5rem 1rem;
  }

  .step-indicator {
    gap: 6px;
  }

  .step-label {
    font-size: 0.65rem;
  }

  /* Footer em coluna */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-bottom .container {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }

  /* Seções: menos padding vertical */
  .section {
    padding: 5rem 0;
  }
}

/* Extra pequeno: smartphones estreitos (< 480px) */
@media (max-width: 480px) {
  .logo-text {
    font-size: 0.95rem;
    letter-spacing: 1.5px;
  }

  .hero-content {
    margin: 0 0.5rem;
    padding: 1.5rem 1rem;
  }

  .hero-title {
    font-size: clamp(1.4rem, 8vw, 2rem);
  }

  .status-badge {
    font-size: 0.7rem;
    padding: 4px 10px;
    text-align: center;
  }

  .btn {
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
  }

  .feedback-card {
    width: 280px;
  }

  .section-title {
    font-size: clamp(1.6rem, 7vw, 2rem);
  }

  .contact-container {
    padding: 1.25rem 0.75rem;
  }
}