/* Espaçamento e Divisórias das Seções (Restaurado) */
section {
  padding: 100px 0; /* Margem generosa original entre blocos */
}

/* Seção Hero */
.hero {
  padding: 60px 0 80px 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.3fr;
  gap: 40px;
  align-items: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tagline {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
}

h1 {
  font-family: var(--font-serif);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.15;
  color: var(--text-light);
}

h1 span {
  color: var(--gold);
}

.description {
  color: var(--text-muted);
  font-size: 16px;
  max-width: 480px;
}

/* Pequenas Estatísticas do Hero (Restauradas) */
.hero-mini-stats {
  display: flex;
  gap: 30px;
  margin-top: 10px;
}

.mini-stat-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mini-stat-icon {
  color: var(--gold);
  font-size: 18px;
}

.mini-stat-value {
  font-weight: 700;
  font-size: 16px;
  color: var(--text-light);
}

.mini-stat-label {
  font-size: 11px;
  color: var(--text-muted);
  display: block;
}

/* Dispositivos (Mockups de Altíssima Fidelidade Original) */
.mockup-wrapper {
  position: relative;
  height: 480px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.laptop-mockup {
  width: 75%;
  aspect-ratio: 16/10;
  background: #222;
  border-radius: 12px;
  border: 4px solid #333;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 2;
  transform: translateX(-40px);
  overflow: hidden;
}

.laptop-screen {
  width: 100%;
  height: 100%;
  background-color: var(--cream-light);
  padding: 16px;
  display: flex;
  flex-direction: column;
  color: #333;
  position: relative;
  justify-content: space-between;
}

.mockup-tab-content {
  display: none;
  animation: fadeIn 0.4s ease-in-out forwards;
}

.mockup-tab-content.active {
  display: block;
}

.laptop-portrait {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  background-image: url("https://images.unsplash.com/photo-1544005313-94ddf0286df2?auto=format&fit=crop&q=80&w=400");
  background-size: cover;
  background-position: center;
}

.mockup-nav {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 8px;
  margin-top: auto;
}

.mockup-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 8px;
  color: #666;
  cursor: pointer;
  gap: 2px;
  transition: color 0.2s;
}

.mockup-nav-item.active,
.mockup-nav-item:hover {
  color: var(--gold);
}

.tablet-mockup {
  position: absolute;
  right: 10px;
  top: 10%;
  width: 32%;
  aspect-ratio: 3/4;
  background: #151515;
  border-radius: 14px;
  border: 3px solid #2d2d2d;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  z-index: 4;
  overflow: hidden;
}

.tablet-screen {
  width: 100%;
  height: 100%;
  background-color: var(--cream-light);
  padding: 12px;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}

.tablet-portrait {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  background-image: url("https://images.unsplash.com/photo-1544005313-94ddf0286df2?auto=format&fit=crop&q=80&w=400");
  background-size: cover;
  background-position: center;
}

.phone-mockup {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-10px);
  width: 22%;
  aspect-ratio: 9/19;
  background: #0d0d0d;
  border-radius: 20px;
  border: 3px solid #333;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8);
  z-index: 5;
  overflow: hidden;
}

.phone-screen {
  width: 100%;
  height: 100%;
  background-color: var(--cream-light);
  padding: 8px;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.phone-portrait {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  background-image: url("https://images.unsplash.com/photo-1544005313-94ddf0286df2?auto=format&fit=crop&q=80&w=400");
  background-size: cover;
  background-position: center;
}

/* Barra de Estatísticas Principal (Breathing Padding Original) */
.stats-bar {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  background: rgba(13, 1, 2, 0.5);
  padding: 30px 0; /* Padding espaçado original restaurado */
  margin: 40px 0;
}

.stats-bar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.bar-stat-item {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}

.bar-stat-item:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.bar-stat-icon {
  color: var(--gold);
  font-size: 24px;
}

.bar-stat-number {
  font-size: 22px;
  font-weight: 700;
}

.bar-stat-desc {
  font-size: 12px;
  color: var(--text-muted);
}

/* Seção Sobre Nós */
.about-image-container {
  transform: scale(1.12);
}
.about {
  background:
    radial-gradient(
      circle at 80% 50%,
      rgba(94, 14, 24, 0.45) 0%,
      transparent 50%
    ),
    var(--bg-color);
}

.about-grid {
  display: grid;

  grid-template-columns: 48% 52%;

  gap: 40px;

  align-items: center;
}
.about-image-container {
  position: relative;

  display: flex;

  justify-content: center;

  align-items: center;

  min-height: 550px;
}

.blended-rose-image {
  width: 100%;

  max-width: 650px;

  position: relative;

  z-index: 5;

  filter: drop-shadow(0 40px 60px rgba(0, 0, 0, 0.55))
    drop-shadow(0 0 25px rgba(212, 163, 89, 0.18));

  animation: roseFloat 7s ease-in-out infinite;
}
.rose-glow-back {
  position: absolute;

  width: 500px;

  height: 500px;

  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(212, 163, 89, 0.22) 0%,
    rgba(125, 25, 40, 0.18) 35%,
    transparent 75%
  );

  filter: blur(70px);

  z-index: 1;
}
.rose-sparkle {
  position: absolute;

  color: #d4a359;

  font-size: 18px;

  opacity: 0.7;

  animation: twinkle 4s infinite;

  z-index: 8;
}

.rs-1 {
  top: 40px;

  right: 100px;
}

.rs-2 {
  bottom: 70px;

  left: 50px;
}

.rs-3 {
  top: 220px;

  left: 20px;
}
@keyframes roseFloat {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes petalFloat {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-15px) rotate(8deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@keyframes twinkle {
  0%,
  100% {
    opacity: 0.3;

    transform: scale(1);
  }

  50% {
    opacity: 1;

    transform: scale(1.5);
  }
}
/* Seção Como Funciona */
.how-it-works {
  padding: 100px 0;
  border-bottom: 1px solid var(--border-color); /* Divisória sutil original */
}

.steps-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
}

.step-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.step-num-icon {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(212, 163, 89, 0.1);
  border: 1.5px dashed var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 24px;
}

.step-num-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: var(--gold-gradient);
  color: #120103;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-card h3 {
  font-size: 16px;
  font-weight: 600;
}

.step-card p {
  font-size: 13px;
  color: var(--text-muted);
}

.step-arrow {
  color: var(--gold);
  font-size: 20px;
  opacity: 0.5;
}

.how-it-works-action-row {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* Seção Produtos */
.products {
  padding: 100px 0;
  background: rgba(13, 1, 2, 0.3);
  border-bottom: 1px solid var(--border-color); /* Divisória sutil original */
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.product-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.product-img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.product-info {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
  justify-content: space-between;
}

.product-title {
  font-size: 15px;
  font-weight: 600;
}

.product-desc {
  font-size: 11px;
  color: var(--text-muted);
  line-height: 1.4;
}

.btn-card-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--gold);
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 10px;
  margin-top: auto;
}

/* Seção Recursos */
.features {
  padding: 100px 0;
  border-bottom: 1px solid var(--border-color); /* Divisória sutil original */
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.feature-item {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  padding: 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Seção FAQ */
.faq {
  padding: 100px 0;
  background: rgba(13, 1, 2, 0.4);
  border-bottom: 1px solid var(--border-color); /* Divisória sutil original */
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.faq-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Seção Depoimentos */
.testimonials {
  padding: 100px 0;
  border-bottom: 1px solid var(--border-color); /* Divisória sutil original */
}

.testimonials-carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  display: flex;
}

.testimonials-track {
  display: flex;
  gap: 24px;
  width: max-content;
  will-change: transform;
  animation: continuousScroll 32s linear infinite;
}

.testimonials-carousel-container:hover .testimonials-track,
.testimonials-carousel-container:active .testimonials-track {
  animation-play-state: paused;
}

@keyframes continuousScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(-50% - 12px), 0, 0);
  }
}

.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  padding: 30px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 360px;
  flex-shrink: 0;
}

/* Seção Seja um Parceiro */
.partner-section {
  padding: 100px 0;
  background: rgba(13, 1, 2, 0.5);
}

.partner-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}

.partner-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.partner-info h2 {
  font-family: var(--font-serif);
  font-size: 36px;
  line-height: 1.2;
}

.partner-info p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
}

/* Banner de Fechamento */
.banner-cta {
  position: relative;
  background-image:
  linear-gradient(rgba(17, 1, 3, 0.65), rgba(17, 1, 3, 0.85)),
  url("./../img/depoimentos/familiapordosol.png");
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  text-align: center;
}

.banner-content {
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.banner-title {
  font-family: var(--font-serif);
  font-size: 40px;
  font-weight: 500;
}

.banner-title span {
  font-style: italic;
  color: var(--gold);
}
