/* ===== Reset & base ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', Arial, sans-serif;
  color: #2b2b2b;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

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

.container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== Header ===== */
.site-header {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
}

.logo {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.logo img {
  height: 44px;
  width: auto;
}

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

.main-nav a {
  font-weight: 600;
  font-size: 15px;
  color: #4a4a8a;
  padding: 6px 2px;
  transition: color 0.2s ease;
}

.main-nav a:hover {
  color: #e91e8c;
}

.main-nav a.active {
  color: #2b2b6b;
  border-bottom: 2px solid #e91e8c;
}

.has-dropdown {
  position: relative;
}

.dropdown-toggle .chevron {
  font-size: 12px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  min-width: 220px;
  background: linear-gradient(135deg, #5b6fd6, #7b5fd6);
  border-radius: 4px;
  padding: 6px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.2s ease;
  box-shadow: 0 12px 30px rgba(60, 40, 140, 0.25);
}

.has-dropdown:hover .dropdown-menu,
.has-dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu li a {
  display: block;
  padding: 12px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.dropdown-menu li a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.nav-toggle {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.nav-toggle span {
  width: 26px;
  height: 3px;
  background: #4a4a8a;
  border-radius: 2px;
}

/* ===== Hero ===== */
.hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #6a3fd6 0%, #c23fa8 55%, #ef2e8f 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 74px;
  padding: 60px 0;
}

.hero-text {
  max-width: 560px;
  text-align: left;
  flex-shrink: 0;
}

.hero-label {
  color: #f4d9ff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.hero-title {
  color: #fff;
  font-weight: 800;
  font-size: 42px;
  line-height: 1.24;
  position: relative;
  margin-bottom: 22px;
}

.hero-title span {
  color: #d9b8ff;
}

.hero-subtitle {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  opacity: 0.95;
}

.hero-orcamento-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  padding: 16px 30px;
  border: none;
  border-radius: 50px;
  background: #fff;
  color: #7b3fd6;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(20, 10, 40, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-orcamento-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(20, 10, 40, 0.35);
}

/* --- Hero mockup (laptop + celular, substitui a ilustração antiga) --- */
.hero-mockup {
  position: relative;
  flex: 0 1 460px;
  max-width: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px 46px;
}

.dl-laptop {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.dl-screen {
  background: #1c1830;
  border-radius: 12px 12px 4px 4px;
  padding: 9px 9px 0;
  box-shadow: 0 30px 60px rgba(30, 10, 60, 0.4);
}

.dl-cam {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3a3552;
  margin: 0 auto 7px;
}

.dl-page {
  background: #fff;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  padding-bottom: 14px;
}

.dl-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-bottom: 1px solid #f0eef7;
}

.dl-nav-dot {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: linear-gradient(135deg, #6a3fd6, #ef2e8f);
  flex-shrink: 0;
}

.dl-nav-line {
  height: 6px;
  border-radius: 3px;
  background: #ece9f7;
  flex: 1;
}

.dl-nav-line.short {
  flex: 0 0 26px;
}

.dl-hero {
  margin: 12px 14px;
  border-radius: 10px;
  padding: 20px 16px;
  background: linear-gradient(135deg, #6a3fd6 0%, #c23fa8 55%, #ef2e8f 100%);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dl-hero-line {
  display: block;
  height: 9px;
  width: 78%;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.85);
}

.dl-hero-line.short {
  width: 50%;
  background: rgba(255, 255, 255, 0.6);
}

.dl-hero-btn {
  display: block;
  margin-top: 6px;
  width: 74px;
  height: 16px;
  border-radius: 20px;
  background: #fff;
}

.dl-cards {
  display: flex;
  gap: 10px;
  padding: 0 14px;
}

.dl-cards span {
  flex: 1;
  height: 40px;
  border-radius: 8px;
  background: #f4f2fa;
}

.dl-cards span:nth-child(2) {
  background: #efe6fb;
}

.dl-cards span:nth-child(3) {
  background: #fbe6f1;
}

.dl-base {
  height: 12px;
  background: linear-gradient(180deg, #ded9ea, #c7c1dc);
  border-radius: 0 0 10px 10px;
  margin: 0 -6px;
  box-shadow: 0 8px 16px rgba(30, 10, 60, 0.25);
}

.dl-phone {
  position: absolute;
  right: -8%;
  bottom: -34px;
  width: 108px;
  background: #1c1830;
  border-radius: 20px;
  padding: 10px 7px;
  box-shadow: 0 20px 40px rgba(30, 10, 60, 0.35);
  z-index: 2;
}

.dp-notch {
  width: 30px;
  height: 5px;
  border-radius: 3px;
  background: #3a3552;
  margin: 0 auto 8px;
}

.dp-screen {
  background: #fff;
  border-radius: 12px;
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dp-line {
  height: 6px;
  width: 60%;
  border-radius: 3px;
  background: #ece9f7;
}

.dp-block {
  height: 44px;
  border-radius: 8px;
  background: linear-gradient(135deg, #6a3fd6, #ef2e8f);
}

.dp-row {
  height: 6px;
  border-radius: 3px;
  background: #f0eef7;
  width: 100%;
}

.dp-row.short {
  width: 65%;
}

.dl-float {
  position: absolute;
  z-index: 3;
  top: 4px;
  left: -6px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 12px;
  padding: 10px 16px;
  font-size: 12.5px;
  font-weight: 700;
  color: #2b2b4a;
  box-shadow: 0 14px 30px rgba(30, 10, 60, 0.25);
  animation: heroFloat 4s ease-in-out infinite;
}

.dl-float-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #23c48a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

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

/* ===== Como Funciona ===== */
.how-it-works {
  position: relative;
  overflow: hidden;
  padding: 90px 0 70px;
  background: #fff;
}

.corner-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  height: 260px;
  background: linear-gradient(135deg, rgba(123, 95, 214, 0) 45%, rgba(91, 143, 214, 0.55) 70%, rgba(59, 120, 200, 0.85) 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  pointer-events: none;
}

.section-label {
  text-align: center;
  color: #5b3fa0;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-title {
  position: relative;
  text-align: center;
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 70px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.title-black {
  color: #1a1a1a;
}

.title-pink {
  color: #e91e8c;
  font-size: 26px;
  font-weight: 600;
}

.title-purple {
  color: #7b3fd6;
}

.title-bar {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-38%);
  width: 45%;
  min-width: 260px;
  height: 10px;
  border-radius: 6px;
  background: #c7a9f0;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 56px;
}

.step-card {
  padding: 28px 22px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: border-color 0.25s ease, opacity 0.7s ease, transform 0.7s ease;
  opacity: 0;
  transform: translateY(36px);
}

.step-card.in-view {
  opacity: 1;
  transform: translateY(0);
}

.steps-grid .step-card:nth-child(1) { transition-delay: 0s; }
.steps-grid .step-card:nth-child(2) { transition-delay: 0.15s; }
.steps-grid .step-card:nth-child(3) { transition-delay: 0.3s; }
.steps-grid .step-card:nth-child(4) { transition-delay: 0.45s; }

.step-card .feature-icon-badge {
  margin-left: auto;
  margin-right: auto;
}

.badge-step-purple { background: linear-gradient(135deg, #a678e0, #7b3fd6); }
.badge-step-blue { background: linear-gradient(135deg, #5fc0e8, #2f6fd6); }
.badge-step-pink { background: linear-gradient(135deg, #ff6fae, #e91e8c); }
.badge-step-teal { background: linear-gradient(135deg, #4dd0c4, #1f8f82); }

.step-card h3 {
  font-size: 21px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.step-card p {
  font-size: 14.5px;
  color: #6b6b6b;
  line-height: 1.7;
}

.link-strong {
  font-weight: 700;
  color: #6b6b6b;
  text-decoration: underline;
}

.step-purple:hover { border-color: #b39ddb; }
.step-blue:hover { border-color: #5fc0e8; }
.step-pink:hover { border-color: #e91e8c; }
.step-teal:hover { border-color: #2bb3a3; }

.briefing-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  max-width: 420px;
  margin: 0 auto;
  padding: 18px 34px;
  border-radius: 50px;
  background: linear-gradient(120deg, #7b3fd6, #e91e8c);
  background-size: 180% 180%;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  box-shadow: 0 12px 30px rgba(150, 40, 160, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-position 0.5s ease;
  animation: gradientShift 4s ease-in-out infinite;
}

.briefing-cta strong {
  font-weight: 800;
}

.briefing-cta-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  transition: transform 0.25s ease;
}

.briefing-cta:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 18px 40px rgba(150, 40, 160, 0.4);
}

.briefing-cta:hover .briefing-cta-arrow {
  transform: translateX(4px);
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* ===== Design Exclusivo ===== */
.design-exclusivo {
  position: relative;
  margin-top: 80px;
  padding: 80px 0;
  background: linear-gradient(135deg, #6a3fd6 0%, #a23fc2 55%, #e91e8c 100%);
  overflow: hidden;
}

.design-exclusivo::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.12) 0, transparent 45%),
    radial-gradient(circle at 85% 80%, rgba(255, 255, 255, 0.1) 0, transparent 45%);
  pointer-events: none;
}

.design-exclusivo-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 10px;
  align-items: center;
}

.de-label {
  color: #fce8ff;
}

.design-exclusivo-text h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 1.25;
  color: #fff;
  margin: 10px 0 16px;
}

.design-exclusivo-text h2 span {
  color: #ffd166;
}

.design-exclusivo-text p {
  color: #f4e9ff;
  font-size: 16px;
  max-width: 540px;
  line-height: 1.7;
}

.de-points {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.de-point {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  padding: 18px 20px;
  transition: transform 0.25s ease, background 0.25s ease;
}

.de-point:hover {
  transform: translateX(6px);
  background: rgba(255, 255, 255, 0.16);
}

.de-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.de-point h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.de-point p {
  color: #f0e3ff;
  font-size: 13.5px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .design-exclusivo-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .design-exclusivo-text p {
    max-width: 100%;
    margin: 0 auto;
  }

  .de-point {
    text-align: left;
  }
}

@media (max-width: 780px) {
  .design-exclusivo {
    padding: 56px 0;
  }

  .design-exclusivo-text h2 {
    font-size: 28px;
  }
}

/* ===== Recursos (Features) ===== */
.features {
  padding: 100px 0 110px;
  background: #fbfaff;
}

.features-head {
  text-align: center;
  margin-bottom: 56px;
}

.features-title {
  font-size: 38px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 18px;
}

.features-title .hl {
  color: #e91e8c;
}

.features-bar {
  display: block;
  width: 90px;
  height: 6px;
  border-radius: 6px;
  background: #c7a9f0;
  margin: 0 auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.feature-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 32px 28px;
  box-shadow: 0 6px 20px rgba(30, 20, 60, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(30, 20, 60, 0.1);
}

/* Especificidade maior que .reveal para não perder a transição de hover */
.feature-card.reveal {
  transition: opacity 0.7s ease, transform 0.35s ease, box-shadow 0.25s ease;
}

.feature-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 14px;
  color: #6b6b6b;
  line-height: 1.65;
}

.social-icons-row {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.instagram-bg {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.feature-icon-badge {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.badge-seo { background: linear-gradient(135deg, #3f8fe0, #2f6fd6); }
.badge-responsive { background: linear-gradient(135deg, #2bb3a3, #1f8f82); }
.badge-speed { background: linear-gradient(135deg, #f7a63f, #e91e8c); }
.badge-apps { background: linear-gradient(135deg, #7b3fd6, #5b3fa0); }
.badge-support { background: linear-gradient(135deg, #5b6fd6, #7b5fd6); }
.badge-arts { background: linear-gradient(135deg, #ee2a7b, #f9ce34); }
.badge-systems { background: linear-gradient(135deg, #2f6fd6, #7b3fd6); }
.badge-logo { background: linear-gradient(135deg, #e91e8c, #7b3fd6); }

.features-grid .feature-card:nth-child(1) { transition-delay: 0s; }
.features-grid .feature-card:nth-child(2) { transition-delay: 0.1s; }
.features-grid .feature-card:nth-child(3) { transition-delay: 0.2s; }
.features-grid .feature-card:nth-child(4) { transition-delay: 0.1s; }
.features-grid .feature-card:nth-child(5) { transition-delay: 0.2s; }
.features-grid .feature-card:nth-child(6) { transition-delay: 0.3s; }
.features-grid .feature-card:nth-child(7) { transition-delay: 0.1s; }
.features-grid .feature-card:nth-child(8) { transition-delay: 0.2s; }
.features-grid .feature-card:nth-child(9) { transition-delay: 0.3s; }

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

@media (max-width: 600px) {
  .features {
    padding: 70px 0 80px;
  }

  .features-title {
    font-size: 28px;
  }

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

/* ===== Marketing Digital (divisor entre seções brancas) ===== */
.marketing-digital {
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(160deg, #100c30 0%, #3a1f6e 45%, #9c2a7a 100%);
}

.md-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.8;
  background-image:
    radial-gradient(1.4px 1.4px at 8% 22%, #fff, transparent),
    radial-gradient(1.4px 1.4px at 18% 68%, #fff, transparent),
    radial-gradient(1px 1px at 28% 15%, #fff, transparent),
    radial-gradient(1.6px 1.6px at 35% 45%, #fff, transparent),
    radial-gradient(1px 1px at 47% 75%, #fff, transparent),
    radial-gradient(1.4px 1.4px at 55% 25%, #fff, transparent),
    radial-gradient(1px 1px at 62% 60%, #fff, transparent),
    radial-gradient(1.6px 1.6px at 70% 18%, #fff, transparent),
    radial-gradient(1px 1px at 78% 50%, #fff, transparent),
    radial-gradient(1.4px 1.4px at 85% 30%, #fff, transparent),
    radial-gradient(1px 1px at 92% 70%, #fff, transparent),
    radial-gradient(1.4px 1.4px at 15% 88%, #fff, transparent),
    radial-gradient(1px 1px at 60% 88%, #fff, transparent),
    radial-gradient(1.4px 1.4px at 95% 12%, #fff, transparent);
}

.md-shoot {
  position: absolute;
  z-index: 0;
  width: 90px;
  height: 1.5px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  transform: rotate(-35deg);
}

.md-shoot-1 {
  top: 22%;
  left: 12%;
}

.md-shoot-2 {
  top: 65%;
  left: 75%;
  width: 60px;
}

.md-planet {
  position: absolute;
  z-index: 0;
  top: 18%;
  right: 8%;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f4b76b, #e9836b);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.md-planet::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
}

.md-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding: 90px 0 76px;
}

.md-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

.md-label {
  color: #f4d9ff;
}

.md-title {
  font-size: 38px;
  font-weight: 800;
  color: #fff;
  margin: 10px 0 14px;
}

.md-title span {
  color: #6fd6ff;
}

.md-sub {
  color: #e7defc;
  font-size: 16px;
  max-width: 560px;
  line-height: 1.6;
  margin: 0 auto;
}

.md-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}

.md-more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 14.5px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12px 26px;
  border-radius: 50px;
  margin-top: 8px;
  transition: background 0.25s ease, transform 0.25s ease;
}

.md-more-link:hover {
  background: rgba(255, 255, 255, 0.24);
  transform: translateY(-2px);
}

.md-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  padding: 30px 20px;
  transition: transform 0.25s ease, background 0.25s ease;
}

.md-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.15);
}

.md-card-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e9bd7, #6a3fd6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.md-card h4 {
  color: #fff;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.3;
}

.md-card p {
  color: #e7defc;
  font-size: 13.5px;
  line-height: 1.55;
}

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

@media (max-width: 780px) {
  .marketing-digital {
    min-height: 0;
    padding: 56px 0;
  }

  .md-inner {
    padding: 0;
    gap: 34px;
  }

  .md-title {
    font-size: 28px;
  }

  .md-planet,
  .md-shoot {
    display: none;
  }
}

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

/* ===== Recursos dos Sites (flip cards) ===== */
.site-resources {
  padding: 100px 0 110px;
  background: #f7f5fc;
}

.site-resources-hint {
  color: #8a8aa3;
  font-size: 14px;
  margin-top: 10px;
}

.rf-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.rf-card {
  height: 190px;
  perspective: 1200px;
}

.rf-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transform-style: preserve-3d;
}

.rf-front,
.rf-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 16px;
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.rf-front {
  background: #fff;
  border: 1.5px solid #ddd6f0;
  box-shadow: 0 6px 18px rgba(60, 40, 140, 0.06);
}

.rf-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f1ecfb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.rf-front h3 {
  font-size: 15.5px;
  font-weight: 700;
  color: #2b2b4a;
}

.rf-back {
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
}

.rf-back h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.rf-back p {
  font-size: 13px;
  line-height: 1.55;
  opacity: 0.95;
}

.rf-back-teal { background: linear-gradient(135deg, #17b9a8, #1e9bd7); }
.rf-back-pink { background: linear-gradient(135deg, #e91e8c, #a23fc2); }
.rf-back-purple { background: linear-gradient(135deg, #6a3fd6, #8a5fd0); }
.rf-back-blue { background: linear-gradient(135deg, #1e6fd7, #1e9bd7); }
.rf-back-coral { background: linear-gradient(135deg, #ff7a59, #e91e8c); }

.rf-card.flip-right .rf-back { transform: rotateY(180deg); }
.rf-card.flip-right:hover .rf-card-inner,
.rf-card.flip-right.is-flipped .rf-card-inner { transform: rotateY(180deg); }

.rf-card.flip-left .rf-back { transform: rotateY(-180deg); }
.rf-card.flip-left:hover .rf-card-inner,
.rf-card.flip-left.is-flipped .rf-card-inner { transform: rotateY(-180deg); }

.rf-card.flip-down .rf-back { transform: rotateX(-180deg); }
.rf-card.flip-down:hover .rf-card-inner,
.rf-card.flip-down.is-flipped .rf-card-inner { transform: rotateX(-180deg); }

.rf-card.flip-up .rf-back { transform: rotateX(180deg); }
.rf-card.flip-up:hover .rf-card-inner,
.rf-card.flip-up.is-flipped .rf-card-inner { transform: rotateX(180deg); }

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

@media (max-width: 600px) {
  .site-resources {
    padding: 70px 0 80px;
  }

  .rf-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .rf-card {
    height: 170px;
  }
}

/* ===== Quer mais? 10 motivos ===== */
.motivos {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  display: flex;
  align-items: center;
  background: linear-gradient(160deg, #1e9bd7 0%, #d6479b 40%, #8a5fd0 70%, #5b3fa0 100%);
}

.motivos-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(220, 223, 43, 0.4), rgba(10, 5, 30, 0.4)), url('../assets/images/motivos-bg.png');
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.motivos-inner {
  position: relative;
  z-index: 1;
  padding: 90px 0 70px;
}

.motivos-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
}

.motivos-label {
  color: #fce8ff;
}

.motivos-title {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.35;
}

.motivos-title span {
  font-weight: 800;
  color: #ffd166;
}

.motivos-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.motivo-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  padding: 24px 14px;
  text-align: center;
  transition: transform 0.25s ease, background 0.25s ease;
}

.motivo-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.18);
}

.motivo-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}

.motivo-card p {
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.5;
}

.motivos-grid .motivo-card:nth-child(1) { transition-delay: 0s; }
.motivos-grid .motivo-card:nth-child(2) { transition-delay: 0.06s; }
.motivos-grid .motivo-card:nth-child(3) { transition-delay: 0.12s; }
.motivos-grid .motivo-card:nth-child(4) { transition-delay: 0.18s; }
.motivos-grid .motivo-card:nth-child(5) { transition-delay: 0.24s; }
.motivos-grid .motivo-card:nth-child(6) { transition-delay: 0.06s; }
.motivos-grid .motivo-card:nth-child(7) { transition-delay: 0.12s; }
.motivos-grid .motivo-card:nth-child(8) { transition-delay: 0.18s; }
.motivos-grid .motivo-card:nth-child(9) { transition-delay: 0.24s; }
.motivos-grid .motivo-card:nth-child(10) { transition-delay: 0.3s; }

.motivo-card.reveal {
  transition: opacity 0.7s ease, transform 0.35s ease, background 0.25s ease;
}

@media (max-width: 1100px) {
  .motivos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 860px) {
  .motivos {
    min-height: auto;
    flex-direction: column;
  }

  .motivos-bg {
    background-image: url('../assets/images/motivos-bg-mobile.jpg');
  }

  .motivos-inner {
    padding: 60px 0 50px;
  }

  .motivos-title {
    font-size: 26px;
  }

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

/* ===== Scroll reveal genérico ===== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

  .title-pink {
    font-size: 20px;
  }

  .corner-accent {
    width: 140px;
    height: 140px;
  }
}

/* ===== Página de Templates de Sites ===== */
.templates-page {
  padding: 90px 0 110px;
}

.templates-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 30px;
}

.templates-hint {
  color: #6b6b85;
  font-size: 15px;
  margin-top: 34px;
}

.templates-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.tf-btn {
  border: none;
  background: transparent;
  color: #8a8aa3;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 22px;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.tf-btn:hover {
  color: #7b3fd6;
}

.tf-btn.active {
  background: linear-gradient(135deg, #6a3fd6, #a23fc2);
  color: #fff;
}

.templates-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.template-card {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  box-shadow: 0 10px 26px rgba(60, 40, 140, 0.12);
}

.template-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.4s ease;
}

.template-card:hover img {
  transform: scale(1.05);
}

.template-overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 12, 40, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.template-card:hover .template-overlay {
  opacity: 1;
}

.template-link-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(220, 220, 230, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, background 0.25s ease;
}

.template-link-icon:hover {
  transform: scale(1.15);
  background: rgba(255, 255, 255, 0.35);
}

.template-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 16px;
  color: #fff;
  font-weight: 700;
  font-size: 14.5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.templates-empty {
  text-align: center;
  color: #8a8aa3;
  font-size: 15px;
  margin-top: 20px;
}

@media (max-width: 1100px) {
  .templates-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 700px) {
  .templates-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .templates-page {
    padding: 60px 0 80px;
  }
}

@media (max-width: 460px) {
  .templates-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
  }
}

/* ===== Página de Briefing ===== */
.briefing-page {
  padding: 50px 0 100px;
}

.briefing-back {
  display: inline-block;
  margin-bottom: 30px;
  color: #7b3fd6;
  font-weight: 600;
  font-size: 14px;
}

.briefing-back:hover {
  text-decoration: underline;
}

.briefing-heading {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 50px;
}

.briefing-heading h1 {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 40px;
}

.title-pink-sm {
  color: #e91e8c;
  font-size: 22px;
  font-weight: 600;
}

.title-bar-static {
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  height: 8px;
  border-radius: 6px;
  background: #c7a9f0;
}

.briefing-heading p {
  color: #8a8a8a;
  font-size: 15.5px;
  line-height: 1.7;
}

.briefing-form {
  max-width: 760px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 26px;
}

.form-group label {
  display: block;
  font-weight: 600;
  font-size: 14.5px;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.req {
  color: #e63946;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 3px 3px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background: #fafafa;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 14.5px;
  color: #333;
  transition: border-color 0.2s ease, background 0.2s ease;
}

#loginEmail,
#loginSenha {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  font-size: 15px;
  border: 1px solid #bcc4ce;
  border-radius: 8px;
  background-color: #f8fafc;
  color: #1e293b;
  box-sizing: border-box;
  outline: none;
  transition: all 0.2s ease;
}

/* Efeito ao clicar no campo de e-mail ou senha */
#loginEmail:focus,
#loginSenha:focus {
  background-color: #ffffff;
  border-color: #3b82f6;
  box-shadow: 10 10 10 3px rgba(59, 130, 246, 0.15);
}

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

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #7b3fd6;
  background: #fff;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
}

.radio-option {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 14.5px;
  color: #444;
  cursor: pointer;
}

.radio-option input {
  width: 16px;
  height: 16px;
  accent-color: #7b3fd6;
}

.btn-submit {
  display: block;
  width: 100%;
  max-width: 220px;
  margin: 10px auto 0;
  padding: 15px 0;
  border: none;
  border-radius: 50px;
  background: linear-gradient(120deg, #2f6fd6, #3f8fe0);
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 10px 24px rgba(47, 111, 214, 0.3);
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(47, 111, 214, 0.4);
}

.form-feedback {
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
  min-height: 20px;
}

.form-feedback.success {
  color: #2bb3a3;
}

.form-feedback.error {
  color: #e63946;
}

@media (max-width: 600px) {
  .briefing-heading h1 {
    font-size: 32px;
  }
}

/* ===== Modal: Simulador de orçamento ===== */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20, 10, 40, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.modal-overlay.open {
  opacity: 1;
  visibility: visible;
}

.modal-box {
  background: #fff;
  border-radius: 18px;
  max-width: 640px;
  width: 100%;
  max-height: 88vh;
  overflow: hidden;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  transform: translateY(24px);
  transition: transform 0.3s ease;
}

.modal-overlay.open .modal-box {
  transform: translateY(0);
}

/* O X fica fixo no canto do popup (fora da área que rola), assim não é
   preciso descer até o final para fechar depois de ver o resultado */
.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: #f2f2f5;
  color: #444;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
  z-index: 5;
}

.modal-close:hover {
  background: #e5e5ea;
}

.modal-step {
  overflow-y: auto;
  flex: 1;
  min-height: 0;
  padding: 40px 38px;
}

.modal-step h3 {
  font-size: 25px;
  font-weight: 800;
  margin: 4px 0 10px;
  color: #1a1a1a;
}

.modal-sub {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 28px;
}

.oq-group {
  margin-bottom: 22px;
}

.oq-group label {
  display: block;
  font-weight: 600;
  font-size: 14.5px;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.oq-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.oq-option {
  padding: 10px 18px;
  border-radius: 50px;
  border: 1.5px solid #e2e2e2;
  background: #fafafa;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #444;
  cursor: pointer;
  transition: all 0.2s ease;
}

.oq-option:hover {
  border-color: #b39ddb;
}

.oq-option.selected {
  background: linear-gradient(120deg, #7b3fd6, #e91e8c);
  border-color: transparent;
  color: #fff;
}

.oq-row {
  display: flex;
  gap: 24px;
}

/* Garante que os grupos condicionais realmente somem quando escondidos —
   sem isso, o display:flex de .oq-row teria prioridade sobre [hidden] */
.oq-conditional[hidden] {
  display: none !important;
}

.oq-group-sm {
  flex: 1;
  min-width: 0;
}

.oq-calc-btn {
  margin-top: 12px;
  max-width: none;
  width: 100%;
}

.oq-calc-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.oq-results {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 22px;
}

.oq-tier {
  border: 1.5px solid #eee;
  border-radius: 14px;
  padding: 22px 24px;
  position: relative;
}

.oq-tier.featured {
  border-color: #e91e8c;
  box-shadow: 0 10px 30px rgba(233, 30, 140, 0.12);
}

.oq-tier-badge {
  position: absolute;
  top: -11px;
  right: 20px;
  background: #e91e8c;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.oq-tier h4 {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.oq-tier .oq-price {
  font-size: 21px;
  font-weight: 800;
  color: #7b3fd6;
  margin-bottom: 10px;
}

.oq-tier .oq-desc {
  font-size: 13.5px;
  color: #777;
  line-height: 1.55;
  margin-bottom: 16px;
}

.oq-whats-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 50px;
  background: #25d366;
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  transition: transform 0.2s ease;
}

.oq-whats-btn:hover {
  transform: translateY(-2px);
}

.oq-back-btn {
  background: none;
  border: none;
  color: #7b3fd6;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
}

.oq-back-btn:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .modal-box {
    border-radius: 14px;
  }

  .modal-step {
    padding: 32px 22px;
  }

  .oq-row {
    flex-direction: column;
    gap: 0;
  }

  .modal-step h3 {
    font-size: 21px;
  }
}

/* ===== Páginas de serviço (Loja Virtual, Marketing Digital...) ===== */
.service-hero {
  min-height: 0;
  padding: 70px 0;
}

.service-recursos {
  min-height: 0;
  padding: 90px 0 100px;
}

.service-hero .hero-orcamento-btn {
  margin-top: 30px;
}

.service-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.service-badge {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 50px;
}

.service-cta {
  padding: 90px 0;
  background: #fbfaff;
  text-align: center;
}

.service-cta-inner {
  max-width: 620px;
  margin: 0 auto;
}

.service-cta-title {
  font-size: 32px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 10px 0 16px;
  line-height: 1.3;
}

.service-cta-title span {
  color: #7b3fd6;
}

.service-cta-sub {
  color: #6b6b6b;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 32px;
}

.service-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.service-cta-link {
  color: #7b3fd6;
  font-weight: 600;
  font-size: 14.5px;
}

.service-cta-link:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .service-hero {
    padding: 56px 0;
  }

  .service-recursos {
    padding: 56px 0 70px;
  }

  .service-cta {
    padding: 60px 0;
  }

  .service-cta-title {
    font-size: 26px;
  }
}

/* ===== Investimento do Site (planos) ===== */
.investimento {
  padding: 100px 0 110px;
  background: #fff;
}

.investimento-head {
  text-align: center;
  margin-bottom: 60px;
}

.investimento-hint {
  color: #7a7a7a;
  font-size: 15px;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: stretch;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fbfaff;
  border: 1px solid #ece9f7;
  border-radius: 18px;
  padding: 38px 30px 32px;
  box-shadow: 0 6px 20px rgba(30, 20, 60, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(30, 20, 60, 0.1);
}

.pricing-card.featured {
  background: linear-gradient(160deg, #ffffff 0%, #f6effe 100%);
  border-color: #d9b8ff;
  box-shadow: 0 14px 34px rgba(123, 63, 214, 0.14);
  transform: scale(1.03);
}

.pricing-card.featured:hover {
  transform: scale(1.03) translateY(-6px);
}

.pricing-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(120deg, #7b3fd6, #e91e8c);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.pricing-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.pricing-card:nth-child(1) .pricing-icon { background: linear-gradient(135deg, #f7a63f, #e91e8c); }
.pricing-card:nth-child(2) .pricing-icon { background: linear-gradient(135deg, #2f6fd6, #7b3fd6); }
.pricing-card:nth-child(3) .pricing-icon { background: linear-gradient(135deg, #7b3fd6, #5b3fa0); }

.pricing-plan {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.pricing-value {
  font-size: 32px;
  font-weight: 800;
  color: #7b3fd6;
  margin-bottom: 22px;
}

.pricing-value small {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #9a9a9a;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 2px;
}

.pricing-list {
  flex: 1;
  margin-bottom: 28px;
}

.pricing-list li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 12px;
}

.pricing-list li:last-child {
  margin-bottom: 0;
}

.pricing-list li strong {
  color: #1a1a1a;
  font-weight: 700;
}

.pricing-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e9dcfb;
}

.pricing-list li::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 6px;
  width: 6px;
  height: 9px;
  border-right: 2px solid #7b3fd6;
  border-bottom: 2px solid #7b3fd6;
  transform: rotate(45deg);
}

.pricing-btn {
  width: 100%;
  border: none;
  border-radius: 50px;
  padding: 15px 20px;
  background: linear-gradient(120deg, #7b3fd6, #e91e8c);
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pricing-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(123, 63, 214, 0.25);
}

@media (max-width: 980px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto;
  }

  .pricing-card.featured {
    transform: none;
    order: -1;
  }

  .pricing-card.featured:hover {
    transform: translateY(-6px);
  }
}

@media (max-width: 600px) {
  .investimento {
    padding: 70px 0 80px;
  }

  .investimento-head {
    margin-bottom: 40px;
  }
}

/* ===== Back to top ===== */
.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: #eef0f2;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 200;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ===== WhatsApp float ===== */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  left: 24px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  z-index: 200;
  transition: transform 0.2s ease;
}

.whatsapp-float:hover {
  transform: scale(1.08);
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .hero {
    align-items: flex-start;
    min-height: 0;
  }

  .hero-inner {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 44px 0 48px;
    gap: 36px;
  }

  .hero-text {
    max-width: 100%;
    text-align: center;
  }

  .hero-mockup {
    max-width: 340px;
  }

  .hero-title {
    font-size: 34px;
  }

  .hero-subtitle {
    font-size: 17px;
  }
}

@media (max-width: 780px) {
  .logo {
    left: 20px;
  }

  .logo img {
    height: 34px;
  }

  .nav-toggle {
    display: flex;
  }

  .main-nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .main-nav.open {
    max-height: 500px;
  }

  .main-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 12px 24px 20px;
  }

  .main-nav ul li {
    width: 100%;
  }

  .main-nav a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    box-shadow: none;
    border-radius: 0;
    background: #f4f2fb;
    margin-top: 4px;
  }

  .has-dropdown.open .dropdown-menu {
    display: block;
  }

  .dropdown-menu li a {
    color: #4a4a8a;
    padding: 10px 16px;
  }

  .hero-mockup {
    max-width: 280px;
  }

  .hero-title {
    font-size: 28px;
  }
}

/* ===== Depoimentos ===== */
.depoimentos {
  padding: 100px 0 110px;
  background: #fff;
}

.depoimentos-head {
  text-align: center;
  margin-bottom: 60px;
}

.depoimentos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.depoimento-top {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.depoimento-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.5px;
}

.depoimento-info h4 {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  color: #1a1a1a;
  margin-bottom: 6px;
}

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

.depoimento-quote-icon {
  margin-left: auto;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1;
  color: #e5e5ea;
}

.depoimento-text {
  color: #6b6b6b;
  font-style: italic;
  font-size: 14.5px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .depoimentos-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .depoimentos {
    padding: 70px 0 80px;
  }

  .depoimentos-head {
    margin-bottom: 40px;
  }
}

/* ===== Perguntas do Site (FAQ) ===== */
.perguntas {
  padding: 100px 0 110px;
  background: #f7f5fc;
}

.perguntas-head {
  text-align: center;
  margin-bottom: 20px;
}

.perguntas-illustration {
  display: block;
  width: 100%;
  max-width: 340px;
  height: auto;
  margin: 0 auto 40px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #e6e2f2;
}

.faq-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: none;
  border: none;
  text-align: left;
  padding: 18px 0;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  color: #1a1a1a;
  cursor: pointer;
}

.faq-item.is-open .faq-toggle {
  color: #7b3fd6;
}

.faq-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f0ecfa;
  color: #7b3fd6;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-answer {
  padding: 0 0 20px;
}

.faq-answer p {
  color: #6b6b6b;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-link {
  color: #7b3fd6;
  font-weight: 600;
}

.faq-link:hover {
  text-decoration: underline;
}

@media (max-width: 780px) {
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 600px) {
  .perguntas {
    padding: 70px 0 80px;
  }

  .perguntas-illustration {
    max-width: 260px;
    margin-bottom: 30px;
  }
}

/* ===== Rodapé (mapa + informações) ===== */
.footer-map iframe {
  display: block;
  width: 100%;
  height: 500px;
  border: 0;
  pointer-events: auto; /* Força os eventos de clique a funcionarem no iframe */
}
.footer-map {
  position: relative;
  z-index: 10; /* Eleva a camada do mapa acima de elementos vizinhos com transform */
  pointer-events: auto;
}

.site-footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #100c30 0%, #3a1f6e 45%, #9c2a7a 100%);
}

.footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 40px;
  padding: 60px 0 36px;
 }


.footer-logo img {
  height: 42px;
}

.footer-about p {
  color: #e7defc;
  font-size: 14px;
  line-height: 1.65;
  margin: 18px 0 26px;
  max-width: 340px;
}

.footer-col h4 {
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 4px;
}

.footer-sub-label {
  color: #6fd6ff;
  font-weight: 700;
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 18px 0 6px;
}

.footer-col p {
  color: #e7defc;
  font-size: 14.5px;
  line-height: 1.6;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin: 14px 0 26px;
}

.footer-social a {
  transition: transform 0.2s ease;
}

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

.footer-security {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 9px 16px;
  border-radius: 8px;
}

.footer-google {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 17px;
}

.footer-google span:nth-child(1) { color: #4285F4; }
.footer-google span:nth-child(2) { color: #EA4335; }
.footer-google span:nth-child(3) { color: #FBBC05; }
.footer-google span:nth-child(4) { color: #4285F4; }
.footer-google span:nth-child(5) { color: #34A853; }
.footer-google span:nth-child(6) { color: #EA4335; }

.footer-payment {
  margin-top: 6px;
}

.footer-payment h4 {
  margin-bottom: 14px;
}

.footer-payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-payment-badge {
  background: #fff;
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.3px;
  line-height: 1;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 0;
  text-align: center;
}

.footer-bottom p {
  color: #cfc3ea;
  font-size: 12.5px;
}

@media (max-width: 900px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-about {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .footer-map iframe {
    height: 240px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    padding: 46px 32px 30px;
    gap: 32px;
  }
}

/* ===== Login / Conta ===== */
.login-icon-btn {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: #f2f0fb;
  color: #4a4a8a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.login-icon-btn:hover {
  background: #e6e1fb;
}

.login-icon-btn svg {
  width: 19px;
  height: 19px;
}

body.is-logged-in .login-icon-btn {
  background: linear-gradient(135deg, #5b6fd6, #e91e8c);
  color: #fff;
}

.conta-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 24px;
  min-width: 190px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(60, 40, 140, 0.18);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.2s ease;
  z-index: 120;
}

.conta-dropdown.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.conta-dropdown a,
.conta-dropdown button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 12px;
  border-radius: 6px;
  border: none;
  background: none;
  font-size: 14px;
  font-weight: 600;
  color: #3a3a5a;
  cursor: pointer;
}

.conta-dropdown a:hover,
.conta-dropdown button:hover {
  background: #f2f0fb;
  color: #e91e8c;
}

@media (max-width: 780px) {
  .login-icon-btn {
    right: 68px;
  }

  .conta-dropdown {
    right: 16px;
  }
}

.modal-box--narrow {
  max-width: 400px;
}

.form-erro {
  background: #fdeceb;
  color: #c0392b;
  font-size: 13.5px;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.form-aviso {
  background: #fff6e0;
  color: #8a6d1a;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 14px;
  border-radius: 8px;
  margin-bottom: 16px;
  line-height: 1.5;
}

/* ===== Admin: edição dos Depoimentos ===== */
.depoimento-card {
  position: relative;
}

.depoimento-admin-bar {
  display: flex;
  justify-content: center;
  margin-bottom: 34px;
}

/* Sem isso, o atributo "hidden" não vence a regra "display:flex" acima
   (empate de especificidade entre a regra do navegador e a nossa) e os
   botões de admin ficam visíveis mesmo para quem não está logado. */
.depoimento-admin-bar[hidden] {
  display: none !important;
}

.depoimento-admin-actions {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 6px;
  z-index: 2;
}

.depoimento-admin-actions button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f0fb;
  color: #5b5b8a;
  transition: background 0.2s ease, color 0.2s ease;
}

.depoimento-admin-actions button:hover {
  background: #e6e1fb;
}

.depoimento-admin-actions .depoimento-delete-btn:hover {
  background: #fdeceb;
  color: #c0392b;
}

.depoimento-admin-actions svg {
  width: 14px;
  height: 14px;
}

.depoimento-confirm {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.97);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 14px;
  text-align: center;
  padding: 16px;
  z-index: 3;
}

.depoimento-confirm p {
  font-size: 14px;
  font-weight: 600;
  color: #2b2b4a;
}

.depoimento-confirm-actions {
  display: flex;
  gap: 10px;
}

.depoimento-confirm-actions button {
  padding: 7px 16px;
  border-radius: 20px;
  border: none;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
}

.depoimento-confirm-sim {
  background: #e74c3c;
  color: #fff;
}

.depoimento-confirm-nao {
  background: #eee;
  color: #333;
}

.btn-add-depoimento {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #5b6fd6, #e91e8c);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 11px 22px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
}

.btn-add-depoimento[hidden] {
  display: none !important;
}

.btn-add-depoimento:hover {
  opacity: 0.9;
}

.color-swatches {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}

.color-swatch {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
}

.color-swatch.selected {
  border-color: #2b2b6b;
}
