:root {
  --green: #a9fe03;
  --bg-dark: #080808;
  --card-bg: #111111;
  --card-border: #222;
  --text-white: #ffffff;
  --text-gray: #b0b0b0;
  --font-heading: "Roboto Condensed", sans-serif;
  --font-body: "Roboto", sans-serif;
  --spacing-section: 80px;
}
.testimonials-track {
  display: flex;
  flex-direction: column;
  gap: 24px;
  will-change: transform;
  max-height: 650px;
  overflow-y: auto; /* overlay é obsoleto */
  padding-right: 6px; /* evita cortar o conteúdo */

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #2a2a2a #0f0f0f;
}

/* Chrome, Edge, Safari */
.testimonials-track::-webkit-scrollbar {
  width: 6px;
}

.testimonials-track::-webkit-scrollbar-track {
  background: transparent;
}

.testimonials-track::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.18);
  border-radius: 10px;
}

.testimonials-track::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.32);
}

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

html,
body {
  width: 100%;
  overflow-x: hidden;
  background-color: var(--bg-dark);
}

body {
  color: var(--text-white);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 10000;
  padding: 10px 14px;
  border-radius: 12px;
  background: var(--green);
  color: #0b0b0f;
  text-decoration: none;
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 0.22s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

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

.data-note {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.70);
  margin-top: 10px;
}

/* Typography Helpers */
h1,
h2,
h3,
h4 {
  font-family: var(--font-heading);
  text-transform: uppercase;
  font-weight: 700;
}

p {
  color: var(--text-gray);
  font-size: 1.05rem;
  line-height: 1.5;
}

/* Sections */
.section {
  padding: var(--spacing-section) 0;
  border-bottom: 1px solid #1a1a1a;
  position: relative;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Ensure full width for specific layouts */
.monetizacao-layout,
.panoramica-layout,
.presenca-layout,
.contratacao-layout,
.equip-grid,
.admin-grid,
.diff-grid,
.modalidades-grid {
  width: 100%;
}

.monetizacao .section-heading,
.monetizacao .subtitle-text,
.panoramica .section-heading,
.panoramica .subtitle-text,
.presenca .section-heading,
.presenca .subtitle-text {
  text-align: left;
}

/* Animation Classes */
/* Fade-in-up removed in favor of AOS */

/* Icon Refinement - Minimalist */
i.fa-solid,
i.fa-regular,
i.fa-brands {
  font-size: 0.9em;
  opacity: 0.9;
}
.stat-card i,
.pain-item i,
.grid-card i,
.equip-icon i,
.pano-card i {
  font-size: 1.5rem;
  opacity: 1;
}

/* Components: Labels */
.section-label {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.green-line {
  width: 40px;
  height: 4px;
  background-color: var(--green);
  display: block;
}

.label-text {
  color: var(--green);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.section-heading {
  font-size: 3.3rem;
  line-height: 1.1;
  margin-bottom: 2rem;
}

.mb-large {
  margin-bottom: 3rem;
}

/* Logo */
.top-header {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 100;
}

.logo {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1;
  text-align: right;
  border-left: 3px solid var(--green);
  padding-left: 10px;
}

.logo span {
  display: block;
}

.logo-white {
  color: #fff;
}
.logo-green {
  color: var(--green);
}

/* --- Section 0: HERO --- */
.hero-section {
  position: relative;
  padding: 0;
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background:
    radial-gradient(
      circle at 10% 0%,
      rgba(169, 254, 3, 0.08) 0,
      transparent 45%
    ),
    radial-gradient(
      circle at 90% 100%,
      rgba(169, 254, 3, 0.1) 0,
      transparent 50%
    ),
    #000;
  border-bottom: 1px solid #a9fe0359;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(255, 255, 255, 0.05) 0,
      transparent 50%
    ),
    radial-gradient(circle at 80% 80%, rgb(0 0 0 / 28%) 0, #00000080 60%);
  mix-blend-mode: darken;
  opacity: 1;
  z-index: 1;
}

.hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px 80px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.hero-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 44px;
  padding: 8px 0;
  width: 100%;
}

.hero-nav-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero-logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1rem;
  color: #000;
}

.hero-logo-text {
  display: flex;
  flex-direction: column;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
}

.hero-logo-text span:first-child {
  color: #fff;
}

.hero-logo-text span:last-child {
  color: var(--green);
}

.hero-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.9rem;
}

.mobile-menu-toggle {
  display: none;
}

.menu-close-btn {
  display: none;
}

.hero-menu a {
  color: #f5f5f5;
  text-decoration: none;
  opacity: 0.8;
  transition:
    color 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease;
}

.hero-menu a:hover {
  color: var(--green);
  opacity: 1;
  transform: translateY(-2px);
}

.hero-menu-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.hero-menu-dropdown::after {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: 100%;
  height: 16px;
}

.hero-menu-dropdown .dropdown-label {
  color: #f5f5f5;
  opacity: 0.8;
  cursor: pointer;
  transition:
    color 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease;
}

.hero-menu-dropdown:hover .dropdown-label {
  color: var(--green);
  opacity: 1;
  transform: translateY(-2px);
}

.hero-menu-dropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 190px;
  background: #050509;
  border-radius: 12px;
  border: 1px solid #222;
  padding: 10px 0;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
  z-index: 50;
}

.hero-menu-dropdown:hover .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.hero-menu-dropdown .dropdown-menu a {
  display: block;
  padding: 8px 16px;
  font-size: 0.85rem;
  color: #f5f5f5;
  opacity: 0.8;
  text-decoration: none;
  white-space: nowrap;
}

.hero-menu-dropdown .dropdown-menu a:hover {
  background: rgba(169, 254, 3, 0.08);
  color: var(--green);
  opacity: 1;
}

.hero-nav-right .btn-nav-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.hero-nav-right .btn-nav-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  background: #f5f5f5;
}

.hero-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f5f5f5;
  margin-bottom: 24px;
}

.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(169, 254, 3, 0.8);
}

.hero-title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(2.6rem, 4vw, 3.6rem);
  line-height: 1.05;
  color: #ffffff;
  max-width: 720px;
  margin: 0 auto 20px;
}

.hero-subtitle {
  font-size: 0.96rem;
  color: #fff;
  max-width: 540px;
  margin: 0 auto 32px;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.btn-hero-primary,
.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 400;
  font-size: 0.95rem;
  text-decoration: none;
}

.btn-hero-primary {
  background: var(--green);
  color: #000;
  box-shadow: 0 14px 40px rgba(169, 254, 3, 0.35);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.btn-hero-secondary {
  background: #ffffff;
  color: #000;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.btn-hero-primary span:first-child {
  font-size: 1rem;
}

.btn-hero-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(169, 254, 3, 0.5);
  background: #d6ff5c;
}

.btn-hero-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.6);
  background: #111;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

.section-cta {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.footer-cta {
  justify-content: flex-start;
  margin-top: 18px;
}

.btn-cta,
.btn-cta-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 400;
  font-size: 0.95rem;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.btn-cta::after,
.btn-cta-outline::after {
  content: "➜";
  font-size: 0.95em;
  line-height: 1;
  transform: translateX(0);
  transition: transform 0.22s ease;
  opacity: 0.95;
}

.btn-cta:hover::after,
.btn-cta-outline:hover::after {
  transform: translateX(4px);
}

.btn-cta {
  background: var(--green);
  color: #0b0b0f;
  border: 1px solid rgba(169, 254, 3, 0.65);
  box-shadow: 0 18px 45px rgba(169, 254, 3, 0.22);
}

.btn-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 55px rgba(169, 254, 3, 0.28);
  background: #d6ff5c;
  border-color: rgba(169, 254, 3, 0.75);
}

.btn-cta-outline {
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.btn-cta-outline:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.diferenciais .btn-cta-outline {
  color: #0b0b0f;
  border-color: rgba(15, 23, 42, 0.14);
  background: rgba(15, 23, 42, 0.02);
}

.diferenciais .btn-cta-outline:hover {
  background: rgba(15, 23, 42, 0.04);
  border-color: rgba(15, 23, 42, 0.24);
  color: #0b0b0f;
}

.painel-admin .btn-cta {
  color: #0b0b0f;
  background: var(--green);
  border-color: rgba(169, 254, 3, 0.4);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
}

.painel-admin .btn-cta:hover {
  background: #d6ff5c;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
}

.painel-admin .btn-cta-outline {
  color: #0b0b0f;
  border-color: rgba(15, 23, 42, 0.14);
}

.painel-admin .btn-cta-outline:hover {
  border-color: rgba(15, 23, 42, 0.24);
  color: #0b0b0f;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.lead-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.policy-modal {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: none;
}

.policy-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.policy-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(6px);
}

.policy-modal-panel {
  position: relative;
  width: min(980px, calc(100% - 32px));
  max-height: calc(100% - 32px);
  overflow: auto;
  background: #0b0b0f;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 18px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.55);
  padding: 22px 22px 26px;
}

.policy-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.86);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.policy-modal-close:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
}

.policy-modal-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 6px 6px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  margin-bottom: 18px;
}

.policy-logo {
  height: 40px;
  width: auto;
  display: block;
}

.policy-modal-header h3 {
  margin: 0 0 6px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 800;
}

.policy-updated {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.85rem;
}

.policy-content {
  padding: 0 6px;
}

.policy-content p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
  font-size: 0.95rem;
  margin: 0 0 14px;
}

.policy-content h4 {
  color: var(--green);
  margin: 18px 0 10px;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.policy-content p:last-child {
  margin-bottom: 0;
}

.lead-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(6px);
}

.lead-modal-panel {
  position: relative;
  width: min(980px, calc(100% - 32px));
  max-height: calc(100% - 32px);
  overflow: auto;
  background: #0b0b0f;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.55);
  padding: 22px 22px 26px;
}

.lead-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.86);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease;
}

.lead-modal-close:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
}

.lead-modal-header {
  padding: 6px 6px 10px;
  margin-bottom: 14px;
}

.lead-modal-header h3 {
  margin: 0 0 10px;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 800;
}

.lead-modal-header p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
  font-size: 0.95rem;
}

.lead-modal-contacts {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.lead-modal-contacts a {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
}

.lead-modal-contacts a:hover {
  color: var(--green);
}

.lead-modal-tabs {
  display: flex;
  gap: 26px;
  padding: 8px 6px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 22px;
}

.lead-tab {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 700;
  cursor: pointer;
  padding: 10px 0;
  position: relative;
  transition: color 0.22s ease;
}

.lead-tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  height: 2px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.lead-tab.active {
  color: var(--green);
}

.lead-tab.active::after {
  transform: scaleX(1);
}

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

.lead-row {
  display: grid;
  gap: 16px;
}

.lead-row.two {
  grid-template-columns: 1fr 1fr;
}

.lead-row.three {
  grid-template-columns: 1fr 1fr 1fr;
}

.lead-field label {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 8px;
}

.lead-field .req {
  color: var(--green);
}

.lead-field input {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
  padding: 0 14px;
  outline: none;
  transition:
    border-color 0.22s ease,
    background 0.22s ease;
}

.lead-field input::placeholder {
  color: rgba(255, 255, 255, 0.28);
}

.lead-field input:focus {
  border-color: rgba(169, 254, 3, 0.4);
  background: rgba(255, 255, 255, 0.06);
}

.lead-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.lead-submit {
  border: none;
  background: var(--green);
  color: #0b0b0f;
  padding: 14px 26px;
  border-radius: 14px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
  box-shadow: 0 18px 45px rgba(169, 254, 3, 0.22);
}

.lead-submit-icon {
  display: inline-flex;
  transform: translateX(0);
  transition: transform 0.22s ease;
}

.lead-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 55px rgba(169, 254, 3, 0.28);
  background: #d6ff5c;
}

.lead-submit:hover .lead-submit-icon {
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .lead-row.two,
  .lead-row.three {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hero-section {
    background-position: right;
    background-attachment: scroll;
    min-height: auto;
    padding-bottom: 60px;
  }

  .hero-bg-overlay {
    background: rgba(0, 0, 0, 0.55);
    mix-blend-mode: normal;
    opacity: 1;
  }

  .hero-container {
    min-height: auto;
  }

  .hero-main {
    justify-content: flex-start;
    min-height: 60vh;
  }

  .hero-buttons {
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .btn-hero-primary,
  .btn-hero-secondary {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .hero-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0;
    z-index: 100;
    width: 100%;
  }

  .hero-nav-left {
    order: 1;
    flex: 0 0 auto;
  }

  .mobile-menu-toggle {
    display: block !important;
    order: 999;
    z-index: 200;
    margin-left: auto;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 0;
    color: #fff;
  }

  .mobile-menu-toggle i {
    font-size: 1.25rem;
  }

  .hero-menu {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(8, 8, 8, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 40px 20px;
    margin: 0;
    border-top: none;
    flex-wrap: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition:
      transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
      opacity 0.35s ease,
      visibility 0.35s ease;
    z-index: 9999;
  }

  .hero-menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  .menu-close-btn {
    display: block;
    position: absolute;
    top: 22px;
    right: 22px;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    color: #fff;
    font-size: 1.25rem;
    cursor: pointer;
    transition:
      transform 0.2s ease,
      border-color 0.2s ease;
  }

  .menu-close-btn:hover {
    transform: rotate(90deg);
    border-color: rgba(169, 254, 3, 0.45);
  }

  .hero-menu a {
    font-size: 1.02rem;
    font-weight: 600;
    padding: 8px 0;
    width: 100%;
    text-align: left;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .hero-menu a:hover {
    color: var(--green);
  }

  .hero-menu-dropdown {
    flex-direction: column;
    width: 100%;
    align-items: normal;
    gap: 16px;
  }

  .hero-menu-dropdown .dropdown-label {
    display: none;
  }

  .hero-menu-dropdown .dropdown-menu {
    position: static;
    background: transparent;
    border: none;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
    width: auto;
  }

  .hero-menu-dropdown .dropdown-menu a {
    font-size: 1.02rem;
    padding: 0;
  }

  .hero-nav-right {
    display: none;
  }

  .hero-container {
    padding-top: 24px;
  }

  .hero-main {
    margin-top: 32px;
  }
}

@media (max-width: 600px) {
  .hero-title {
    font-size: 2.1rem;
  }

  .hero-nav-right {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero-nav-right .btn-nav-primary {
    width: 100%;
    max-width: 260px;
  }
}

/* --- SECTION 1: QUEM SOMOS --- */
.quem-somos {
  background-color: #181818;
  padding: 100px 0;
  position: relative;
  border-bottom: 1px solid #222;
  overflow: hidden;
}

.quem-somos .content-wrapper {
  position: relative;
  z-index: 2;
  max-width: 1300px;
}

.main-title {
  font-size: 3.2rem; /* Reduced size significantly */
  line-height: 1.1;
  margin-bottom: 2rem;
  font-weight: 700;
  max-width: 900px;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--font-heading);
  letter-spacing: 1px;
}

.main-description {
  font-size: 1.15rem;
  color: #b0b0b0;
  max-width: 800px;
  margin-bottom: 4rem;
  line-height: 1.6;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 5rem;
}

.stat-card {
  background: rgba(20, 20, 20, 0.6); /* Darker, more subtle background */
  backdrop-filter: blur(5px);
  padding: 25px;
  border-left: 4px solid var(--green); /* Slightly thinner border */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  transition: transform 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
  background: rgba(30, 30, 30, 0.8);
}

.stat-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.stat-icon {
  font-size: 1.5rem;
  color: var(--green);
}

.stat-header h3 {
  font-size: 1.1rem;
  margin: 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: var(--font-heading);
}

.stat-desc {
  font-size: 0.95rem;
  color: #999;
  line-height: 1.5;
  margin: 0;
}

.bottom-stats {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* Align top */
  padding-top: 30px;
  max-width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.b-stat {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.b-stat-number {
  font-family: var(--font-heading);
  font-size: 3.5rem; /* Reduced from 5rem to match image scale better */
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  color: #fff;
  display: block;
}

.b-stat-number.text-green {
  color: var(--green);
}

.b-stat-label {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

/* Responsive Quem Somos */
@media (max-width: 992px) {
  .main-title {
    font-size: 3rem;
  }

  .stats-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bottom-stats {
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    align-items: center;
  }

  .b-stat-number {
    font-size: 4rem;
  }
}

/* --- Restored Utility Classes --- */
.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.left-col {
  padding-right: 10px;
}

.text-content p {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #ccc;
}

.right-col-image {
  position: relative;
  height: 100%;
  min-height: 300px; /* Reduced min-height */
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.image-placeholder {
  width: 100%;
  height: 100%;
  background-image: url("https://images.unsplash.com/photo-1574629810360-7efbbe195018?q=80&w=2093&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  min-height: 500px;
}

.image-overlay {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  border-left: 4px solid var(--green);
}

.overlay-text {
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
}

/* --- SECTION 2: CENARIO ATUAL --- */
.cenario-atual {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.6) 100%),
    url("https://images.unsplash.com/photo-1579952363873-27f3bade9f55?q=80&w=2000&auto=format&fit=crop"); /* Player kicking ball bg */
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  position: relative;
}

.cenario-atual .split-layout {
  align-items: flex-start; /* Align top */
}

.cenario-atual .left-col {
  padding-right: 40px;
  position: sticky;
  top: 100px;
}

.cenario-atual .section-heading {
  font-size: 3.5rem; /* Keep this one slightly controlled if needed, or let it inherit 4rem */
  margin-bottom: 1.5rem;
  max-width: 400px;
}

.cenario-atual .text-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #ccc;
  border-left: 2px solid #333;
  padding-left: 20px;
  margin-bottom: 30px;
}

.market-pain {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
  font-style: italic;
  font-size: 0.9rem;
  margin-top: 20px;
}

.warning-icon {
  color: var(--green);
}

/* Pain List Styling */
.pain-list {
  display: flex;
  flex-direction: column;
  gap: 10px; /* Tighter gap like the image */
  margin-top: 0;
}

.pain-item {
  background: rgba(20, 20, 20, 0.6); /* Semi-transparent dark */
  padding: 20px 25px;
  border-radius: 4px;
  border: none;
  border-left: 3px solid transparent; /* Hidden border for hover effect */
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-start; /* Align icon with title */
  gap: 20px;
  backdrop-filter: blur(5px);
}

.pain-item:hover {
  background: rgba(30, 30, 30, 0.8);
  border-left-color: var(--green);
  transform: translateX(5px);
}

.icon-circle {
  width: 45px;
  height: 45px;
  background: #0f0f0f; /* Dark circle */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green); /* Green icon */
  flex-shrink: 0;
  font-size: 1.1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.pain-text h3 {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 700;
}

.pain-text p {
  font-size: 0.9rem; /* Reduced per global request + specific hierarchy */
  color: #999;
  margin: 0;
  line-height: 1.4;
}

/* --- SECTION 3: SOLUCAO --- */
.solucao {
  background: linear-gradient(180deg, #121316 0%, #0d0e10 100%);
  padding: 100px 0;
}

.solucao .section-heading {
  color: #fff;
}

.solucao .subtitle-text {
  color: rgba(255, 255, 255, 0.78);
}

.right-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.grid-card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.055),
    rgba(255, 255, 255, 0.03)
  );
  padding: 28px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  position: relative;
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.28);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.grid-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(169, 254, 3, 0.1), transparent 46%),
    radial-gradient(
      circle at 92% 8%,
      rgba(255, 255, 255, 0.08),
      transparent 40%
    );
  pointer-events: none;
  opacity: 0.9;
}

.grid-card > * {
  position: relative;
}

.grid-card:hover {
  border-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.36);
}

.card-icon-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
}

.card-icon-top i {
  width: 34px;
  height: 34px;
  background: rgba(169, 254, 3, 0.14);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 1.05rem;
  border: 1px solid rgba(169, 254, 3, 0.22);
}

.card-label-small {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.68);
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px 10px;
  border-radius: 999px;
}

.grid-card h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 700;
}

.grid-card p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  margin: 0;
}

/* Feature Box (Left Side) */
.left-col-featured {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.feature-highlight-card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.03)
  );
  padding: 42px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.35);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.feature-highlight-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 12% 20%,
    rgba(169, 254, 3, 0.1),
    transparent 48%
  );
  pointer-events: none;
}

.highlight-content h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #fff;
}

.highlight-content p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.74);
  margin-bottom: 0;
}

.feature-icons-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.f-icon-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.f-icon-item i {
  width: 32px;
  height: 32px;
  background: rgba(169, 254, 3, 0.14);
  border-radius: 10px;
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
  border: 1px solid rgba(169, 254, 3, 0.22);
}

.f-icon-item span {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
}

/* Move tags inside the first card instead of highlight box based on image 3? 
   Actually Image 3 shows tags "FULL HD" "2K" inside the "Câmeras FullHD/2K" card.
   Wait, the HTML structure currently has tags inside .feature-highlight-card (Left).
   But Image 3 clearly shows "FULL HD | 2K" badges inside the "Câmeras FullHD / 2K" card (Right Top).
   I need to move the HTML for tags too. 
*/

.tech-tags {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.tag {
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.16);
  letter-spacing: 0.5px;
}

/* --- SECTION 4: COMO FUNCIONA --- */
.como-funciona {
  background-color: #0b0b0b;
  position: relative;
  overflow: hidden;
  min-height: 790px;
}

.como-funciona-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Dark overlay + Image */
  background:
    linear-gradient(to bottom, rgb(0 0 0), rgb(0 0 0 / 47%)), url(bg_como_funciona.jpeg);
 
  background-size: cover;
  background-position: bottom;

  background-repeat: no-repeat;
  z-index: 0;
}

.como-funciona .container {
  position: relative;
  z-index: 1;
}

.como-funciona .subtitle-text {
  font-size: 1.1rem;
  color: #ccc;
  margin-bottom: 60px;
  font-weight: 300;
}

.steps-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  position: relative;
  gap: 20px;
}

/* Connecting Line Visual */
.steps-line-visual {
  position: absolute;
  top: 50px; /* Center of the 100px circle */
  left: 10%;
  width: 80%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15%;
}

.steps-line-visual i {
  color: rgba(169, 254, 3, 0.5); /* Faint green arrows */
  font-size: 1.2rem;
  background: #000; /* Mask the line behind arrows */
  padding: 0 10px;
}

.step-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.step-circle-wrapper {
  position: relative;
  margin-bottom: 25px;
}

.step-circle {
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #fff;
  backdrop-filter: blur(4px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

.step-circle:hover {
  transform: scale(1.05);
}

.border-green {
  border: 3px solid var(--green);
  color: #fff;
}

.border-white {
  border: 3px solid #fff;
  color: #fff;
}

.step-number {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #000;
  font-weight: 800;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
}

.bg-green {
  background-color: var(--green);
}
.bg-yellow {
  background-color: #dfff00;
} /* Acid yellow for step 2 */

.step-content-box {
  background: rgba(20, 20, 20, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  width: 100%;
  max-width: 320px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: border-color 0.3s ease;
}

.step-content-box:hover {
  border-color: var(--green);
}

.step-content-box h3 {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.text-green {
  color: var(--green);
}
.text-yellow {
  color: #dfff00;
}

.step-content-box p {
  font-size: 0.9rem;
  color: #ccc;
  line-height: 1.5;
  margin: 0;
}

.step-arrow {
  display: none;
}

/* --- SECTION 5: DIFERENCIAIS --- */
.diferenciais {
  background: linear-gradient(180deg, #f7f8fb 0%, #eef0f4 100%);
  color: #0b0b0f;
}

.diferenciais .section-label .label-text {
  color: rgba(15, 23, 42, 0.55);
}

.diff-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 22px;
  margin-top: 40px;
}

.diff-card {
  grid-column: span 4;
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  text-align: left;
  border: 1px solid rgba(15, 23, 42, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 270px;
  height: 100%;
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.08);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
  overflow: hidden;
}

.diff-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 14% 16%,
    rgba(169, 254, 3, 0.1),
    transparent 48%
  );
  pointer-events: none;
  opacity: 0.85;
}

.diff-card > * {
  position: relative;
}

.diff-card:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 23, 42, 0.14);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.12);
}

.card-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
  width: 100%;
}

.diff-icon-box {
  width: 50px;
  height: 50px;
  background: #0b0b0f;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 1.2rem;
  border: 1px solid rgba(15, 23, 42, 0.14);
}

.active-green {
  background: var(--green);
  color: #000;
  border: none;
  box-shadow: 0 0 15px rgba(169, 254, 3, 0.4);
}

.card-num {
  font-size: 0.8rem;
  color: rgba(15, 23, 42, 0.35);
  font-weight: 700;
  font-family: var(--font-heading);
  margin-top: 5px;
}

.text-green {
  color: var(--green) !important;
}

.diff-card .text-green,
.admin-card .text-green {
  color: #0b0b0f !important;
}

.vimeo-card .text-green {
  color: var(--green) !important;
}

.diff-card h3 {
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: #0b0b0f;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}

.diff-card p {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.5;
  margin: 0;
}

/* Vimeo Card Specifics */
.vimeo-card {
  grid-column: span 8;
  border: 1px solid rgba(169, 254, 3, 0.2);
  background: radial-gradient(circle at top left, #121f0a, #0a0a0a);
}

.vimeo-card::before {
  opacity: 0.65;
}

.vimeo-card .card-num {
  color: rgba(255, 255, 255, 0.35);
}

.vimeo-card p {
  color: rgba(255, 255, 255, 0.7);
}

.vimeo-card h3 {
  color: #fff;
}

.vimeo-logo-container {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: -12px;
}

.vimeo-logo-img {
     width: 22vh;
}

/* Brand Card Specifics */
.brand-card-blue {
  grid-column: 1 / -1;
  background: #080a10;
  border: 1px solid #2a3a55; /* Blueish border */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(42, 58, 85, 0.2);
}

.brand-card-blue::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(8, 10, 16, 0.55), rgba(8, 10, 16, 0.92)),
    image-set(
      url("04.webp") type("image/webp"),
      url("04.png") type("image/png")
    );
  background-size: auto, cover;
  background-position: center, center;
  opacity: 1;
}

@media (max-width: 1100px) {
  .diff-card {
    grid-column: span 6;
  }

  .vimeo-card {
    grid-column: 1 / -1;
  }

  .diff-card:nth-child(3) {
    grid-row: auto;
  }
}

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

  .diff-card {
    grid-column: auto;
  }
}

.brand-center-content {
  text-align: center;
  z-index: 2;
}

.brand-logo-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
}

.b-logo-white {
  color: #fff;
  font-weight: 800;
  font-size: 0.9rem;
  line-height: 1;
}

.b-logo-green {
  color: var(--green);
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1;
}

.logo-icon-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.5rem;
  color: rgba(255, 255, 255, 0.03);
  z-index: -1;
}

.brand-card-blue h3 {
  margin-bottom: 5px;
  font-size: 1.2rem;
  color: #fff;
}

.brand-card-blue p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

/* Page number style */
.page-num {
  position: absolute;
  bottom: 20px;
  right: 40px;
  font-size: 0.8rem;
  color: #333;
  font-family: var(--font-heading);
  letter-spacing: 1px;
}

/* --- SECTION 6: MODALIDADES --- */
.modalidades {
  background: linear-gradient(180deg, #121316 0%, #0d0e10 100%);
  position: relative;
  overflow: hidden;
}

.modalidades .section-heading {
  color: #fff;
}

.modalidades .subtitle-text {
  color: rgba(255, 255, 255, 0.78);
}

.modalidades-bg-blobs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background:
    radial-gradient(circle at 85% 12%, rgb(169 254 3 / 4%), transparent 42%),
    radial-gradient(circle at 12% 88%, rgb(169 254 3 / 0%), transparent 48%);
  z-index: 0;
}

.modalidades .container {
  position: relative;
  z-index: 1;
}

.modalidades-layout {
  display: grid;
  align-items: flex-start;
  gap: 40px;
}

.modalidades-right {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 993px) {
  .modalidades-layout {
    grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
  }

  .modalidades-right {
    justify-content: flex-start;
  }

  .modalidades-img {
    max-width: 520px;
  }
}

.modalidades-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
  max-width: 720px;
}

.modal-card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.055),
    rgba(255, 255, 255, 0.03)
  );
  padding: 26px;
  border-radius: 18px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.09);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.22);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
  overflow: hidden;
}

.modal-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 14% 16%,
    rgba(169, 254, 3, 0.1),
    transparent 48%
  );
  pointer-events: none;
  opacity: 0.9;
}

.modal-card > * {
  position: relative;
}

.modal-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.32);
}

.modal-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
  width: 100%;
}

.modal-icon-box {
  width: 50px;
  height: 50px;
  background: rgba(169, 254, 3, 0.14);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 1.2rem;
  border: 1px solid rgba(169, 254, 3, 0.22);
}

.modal-num {
  font-size: 0.8rem;
  color: #444;
  font-weight: 700;
  font-family: var(--font-heading);
  margin-top: 5px;
}

.modal-card h3 {
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.modal-card p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  margin: 0;
}

/* Specific icon adjustment for Padel if needed */
.modal-card .fa-table-tennis-paddle-ball {
  font-size: 1.1rem;
}

/* --- SECTION 7: BENEFICIOS --- */
.beneficios {
  background-color: #050505;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.beneficios-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Darker overlay for better contrast */
  background:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.95) 25%,
      rgba(0, 0, 0, 0.85) 60%,
      rgba(0, 0, 0, 0.6)
    ),
    url("https://images.unsplash.com/photo-1626244421855-4428885c7d81?q=80&w=2070&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.beneficios .container {
  position: relative;
  z-index: 1;
}

/* Custom Section Label for Beneficios (Left-aligned line) */
.beneficios .section-label {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.beneficios .green-line {
  width: 30px;
  height: 4px;
  background-color: var(--green);
  display: block;
}

.beneficios .label-text {
  font-size: 1rem;
  letter-spacing: 1px;
}

.beneficios-content-wrapper {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr; /* More space for the list */
  gap: 100px;
  align-items: flex-start;
}

/* Left Column Styles */
.beneficios-left {
  position: sticky;
  top: 100px;
  padding-top: 20px;
}

.beneficios-left .section-heading {
  font-size: 3.7rem;
  font-weight: 800;
  line-height: 0.95;
  margin-bottom: 40px;
  text-align: left;
  text-transform: uppercase;
}

.description-large {
  font-size: 1.1rem;
  color: #b0b0b0;
  line-height: 1.6;
  padding-left: 25px;
  border-left: 4px solid #4a5a75; /* Steel Blue/Grey from image */
  margin-bottom: 50px;
  font-weight: 400;
}

.rocket-highlight {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1rem;
  color: #666;
  font-style: italic;
  font-weight: 500;
}

.rocket-highlight i {
  color: var(--green);
  font-size: 1.3rem;
}

/* Right Column Styles (The List) */
.beneficios-right {
  display: flex;
  flex-direction: column;
  gap: 1px; /* Very tight gap like the image */
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 22px;
  background: rgba(10, 10, 10, 0.85); /* Very dark blocks */
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 25px 30px;
  border-radius: 4px;
  width: 100%;
  transition: all 0.2s ease;
  border-left: none; /* Reset */
}

.benefit-item:nth-child(even) {
  background: rgba(12, 12, 12, 0.85);
}

.benefit-item:hover {
  background: rgba(18, 18, 18, 0.92);
  transform: translateX(2px);
}

.benefit-icon-circle {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: rgba(20, 20, 20, 1); /* Dark circle */
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.92rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.benefit-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.benefit-text h3 {
  font-size: 1.05rem;
  color: #fff;
  margin: 0;
  font-weight: 700;
}

.benefit-text p {
  font-size: 0.95rem;
  color: #888;
  margin: 0;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 992px) {
  .beneficios-content-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .beneficios-left {
    position: static;
    text-align: center;
    padding-top: 0;
  }

  .beneficios .section-label {
    justify-content: center;
  }

  .beneficios-left .section-heading {
    text-align: center;
    font-size: 3rem;
  }

  .description-large {
    border-left: none;
    padding-left: 0;
    text-align: center;
    border-top: 3px solid #4a5a75;
    padding-top: 20px;
  }

  .rocket-highlight {
    justify-content: center;
  }
}

/* --- SECTION 8: STREAMING --- */
.streaming {
  background-color: #1f1f1f;
  padding: 100px 0;
}

.streaming .section-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pill-red {
  background: #b91c1c;
  color: #fff;
}

.streaming .section-heading {
  margin-bottom: 40px;
}

.streaming-layout {
  display: grid;
  grid-template-columns: 55% 40%;
  gap: 60px;
  align-items: flex-start;
}

.streaming-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

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

/* --- SECTION 10: PAINEL ADMIN --- */
.painel-admin {
  background: linear-gradient(180deg, #f7f8fb 0%, #f0f2f6 100%);
  color: #0b0b0f;
}

.painel-admin .section-label {
  justify-content: center;
}

.painel-admin .section-label .label-text {
  color: rgba(15, 23, 42, 0.55);
}

.painel-admin .section-heading {
  color: #0b0b0f;
  text-align: center;
}

.painel-admin .subtitle-text {
  color: #4b5563;
  text-align: center;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  gap: 22px;
  margin-top: 30px;
}

.admin-card {
  --pad: 28px;
  --icon-col: 32px;
  --icon-gap: 22px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  padding: var(--pad);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
  display: grid;
  grid-template-columns: var(--icon-col) 1fr;
  grid-template-rows: auto auto;
  column-gap: var(--icon-gap);
  row-gap: 10px;
  position: relative;
  overflow: hidden;
}

.admin-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 14% 18%,
    rgba(169, 254, 3, 0.1),
    transparent 52%
  );
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.22s ease;
}

.admin-card > * {
  position: relative;
}

.admin-card::after {
  content: "";
  position: absolute;
  left: calc(var(--pad) + var(--icon-col) + 11px);
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: rgba(15, 23, 42, 0.05);
}

.admin-card:hover {
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.09);
  transform: translateY(-1px);
}

.admin-card:hover::before {
  opacity: 1;
}

.admin-icon-box {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  margin-bottom: 0;
  font-size: 0.95rem;
  grid-column: 1;
  grid-row: 1 / span 2;
}

.admin-card h3 {
  font-size: 1.02rem;
  margin-bottom: 0;
  color: #0b0b0f;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  grid-column: 2;
  grid-row: 1;
}

.admin-card p {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.55;
  margin: 0;
  grid-column: 2;
  grid-row: 2;
}

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

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

/* --- SECTION 11: MONETIZAÇÃO --- */
.monetizacao {
  background-color: #050505;
  padding: 100px 0;
}

.monetizacao .section-heading {
  font-size: 3rem;
  letter-spacing: 1px;
}

.monetizacao .subtitle-text {
  color: #a0a6af;
}

.monetizacao-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  margin-top: 40px;
  /* align-items: center; */
}

.monet-steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.monet-step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  position: relative;
  padding: 18px 24px;
  border-radius: 8px;
  background: #05070c;
  border: 1px solid #151923;
}

.monet-step.active-step .monet-icon-wrapper {
  background: var(--green);
  color: #000;
  border-color: var(--green);
  box-shadow: 0 0 15px rgba(169, 254, 3, 0.3);
}

.monet-icon-wrapper {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #3c424f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 1rem;
  transition: all 0.3s ease;
}

.monet-step-index {
  font-weight: 800;
  font-size: 1rem;
}

.monet-step-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.monet-step-text h3 {
  font-size: 1.1rem;
  color: #fff;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.highlight-text {
  display: block;
  color: var(--green);
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.monet-step-text p {
  font-size: 0.9rem;
  color: #888;
  margin: 0;
  line-height: 1.4;
}

/* Price Box */
.monet-price-box {
  margin-top: 30px;
  padding: 25px 30px;
  border-radius: 12px;
  background: #0f0f0f;
  border: 1px solid #222;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 25px;
}

.monet-price-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--green);
}

.price-icon {
  font-size: 1.8rem;
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: rgba(169, 254, 3, 0.05);
  border: 1px solid rgba(169, 254, 3, 0.1);
  border-radius: 50%;
  flex-shrink: 0;
}

.price-content-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.price-info {
  display: flex;
  flex-direction: column;
  min-width: 180px;
}

.monet-price-label {
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 5px;
  font-weight: 600;
}

.monet-price-value {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.blur-price {
  filter: blur(6px);
  pointer-events: none;
}

.price-divider {
  width: 1px;
  height: 70px;
  background: #222;
  margin: 0 30px;
}

.price-quote {
  font-size: 1rem;
  color: #999;
  font-style: italic;
  line-height: 1.4;
  flex: 1;
}

.calc-highlight {
  display: block;
  margin-top: 8px;
  color: var(--green);
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .monet-price-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
    gap: 20px;
  }

  .price-icon {
    margin-bottom: 0;
  }

  .price-content-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .price-divider {
    width: 100%;
    height: 1px;
    margin: 10px 0;
  }

  .price-info {
    min-width: auto;
  }
}

/* Phone Mockups */
.monet-screens {
  position: relative;
    width: 100%;
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.phones-mockup-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.phone-vertical {
  position: absolute;
  top: -120px;
  left: 10%;
  width: 280px;
  height: 560px;
  background: #000;
  border-radius: 35px;
  border: 8px solid #1a1a1a;
  box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.5);
  z-index: 1;
  overflow: hidden;
}

.phone-horizontal {
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 500px;
  height: 300px;
  background: #000;
  border-radius: 25px;
  border: 8px solid #1a1a1a;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  z-index: 2;
  overflow: hidden;
}

.phone-screen {
  width: 100%;
  height: 100%;
  background-size: 100% 100%; /* Força preenchimento total */
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.app-ui-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
}

.app-header {
  display: flex;
  justify-content: space-between;
}

.app-logo {
  font-weight: 900;
  color: var(--green);
  background: #000;
  padding: 2px 8px;
  font-size: 0.8rem;
}

.app-banner-bottom {
  display: flex;
  gap: 5px;
}

.banner-item {
  background: #fff;
  color: #000;
  padding: 5px 10px;
  font-size: 0.6rem;
  font-weight: 700;
  border-radius: 4px;
}

.app-banner-strip {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  display: flex;
  gap: 5px;
  justify-content: center;
}

.banner-box {
  width: 40px;
  height: 25px;
  background: #fff;
  font-size: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #000;
}

.banner-box.red {
  background: #d32f2f;
  color: #fff;
}
.banner-box.orange {
  background: #f57c00;
  color: #fff;
}
.banner-box.black {
  background: #000;
  color: #fff;
}

.planos {
  background-color: #050505;
  padding: 100px 0;
}

.planos .section-heading {
  font-size: 3.5rem;
}

.planos .subtitle-text {
  color: #a0a6af;
  max-width: 520px;
  font-size: 1.05rem;
}

.planos-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 50px;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
  z-index: 999;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.7);
}

@media (max-width: 768px) {
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
    font-size: 1.6rem;
  }
}

.plano-card {
  background: #05070c;
  border-radius: 12px;
  border: 1px solid #333;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.plano-title {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.plano-subtitle {
  font-size: 0.9rem;
  color: var(--text-gray);
  margin-bottom: 20px;
}

.plano-preco {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.plano-valor {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  font-weight: 800;
}

.plano-legenda {
  font-size: 0.75rem;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.plano-preco.adicional .plano-valor-adicional {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 800;
}

.plano-valor-adicional {
  color: #ffffff;
}

.plano-tag {
  background: #111111;
  border-radius: 999px;
  padding: 6px 14px;
  display: inline-flex;
  align-items: center;
  font-size: 0.8rem;
  color: #d0d0d0;
  margin-bottom: 18px;
}

.plano-tag-destaque {
  background: #ffffff;
  color: #000000;
}

.plano-lista {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.9rem;
}

.plano-lista li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #d0d0d0;
}

.plano-lista li i {
  color: var(--green);
  margin-top: 3px;
  font-size: 0.7rem;
}

.plano-footer {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #333;
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.plano-footer-label {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999999;
}

.plano-footer-text {
  color: #e4e8f0;
}

.plano-footer-text.destaque {
  color: var(--green);
  font-weight: 700;
}

.plano-ouro .plano-title {
  color: var(--green);
}

.plano-premium {
  border: 2px solid var(--green);
  box-shadow: 0 0 30px rgba(169, 254, 3, 0.3);
}

.plano-ribbon {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 16px;
  background: var(--green);
  color: #000;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 999px;
}

.plano-panoramica {
  background: transparent;
  border: 1px solid #333;
}

/* Responsive */
@media (max-width: 1024px) {
  .split-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

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

  .diff-grid,
  .modalidades-grid,
  .admin-grid,
  .equip-grid {
    grid-template-columns: 1fr 1fr;
  }

  .beneficios-layout,
  .streaming-layout,
  .monetizacao-layout {
    grid-template-columns: 1fr;
  }

  .beneficios-layout {
    row-gap: 30px;
  }
}

@media (max-width: 768px) {
  .diff-grid,
  .modalidades-grid,
  .admin-grid,
  .equip-grid,
  .planos-grid {
    grid-template-columns: 1fr;
  }

  .steps-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .steps-line-visual {
    display: none;
  }

  .step-arrow {
    transform: rotate(90deg);
    margin: 20px 0;
  }

  .section-heading {
    font-size: 2.5rem;
  }

  .quem-somos .main-title {
    font-size: 2.5rem;
  }
}

/* --- SECTION 12: PANORAMICA --- */
.panoramica {
  background: linear-gradient(180deg, #121316 0%, #0d0e10 100%);
  position: relative;
  overflow: hidden;
}

.panoramica::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 84% 16%,
      rgba(169, 254, 3, 0.12),
      transparent 44%
    ),
    radial-gradient(circle at 16% 84%, rgba(169, 254, 3, 0.08), transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.panoramica .container {
  position: relative;
  z-index: 1;
}

.panoramica .section-heading {
  color: #fff;
}

.panoramica .subtitle-text {
  color: rgba(255, 255, 255, 0.78);
}

.panoramica-header-row {
  margin-bottom: 20px;
}
.badge-4k {
  background: rgba(169, 254, 3, 0.16);
  color: var(--green);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.6em;
  vertical-align: middle;
  border: 1px solid rgba(169, 254, 3, 0.22);
}
.panoramica-badge-row {
  margin-bottom: 40px;
}
.ideal-badge {
  border: 1px solid rgba(169, 254, 3, 0.28);
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.04);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
}
.panoramica-layout {
  display: grid;
  grid-template-columns: 45% 50%;
  gap: 5%;
  align-items: center;
}
.pano-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}
.pano-card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.055),
    rgba(255, 255, 255, 0.03)
  );
  padding: 26px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.22);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
  position: relative;
  overflow: hidden;
}

.pano-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 14% 16%,
    rgba(169, 254, 3, 0.1),
    transparent 48%
  );
  pointer-events: none;
  opacity: 0.9;
}

.pano-card > * {
  position: relative;
}

.pano-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.32);
}
.pano-card i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(169, 254, 3, 0.14);
  border: 1px solid rgba(169, 254, 3, 0.22);
  font-size: 1.05rem;
  color: var(--green);
  margin-bottom: 14px;
}
.pano-card h4 {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #fff;
}
.pano-card p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.pano-pricing-box {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.055),
    rgba(255, 255, 255, 0.03)
  );
  padding: 26px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.22);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.pano-pricing-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 10% 30%,
    rgba(169, 254, 3, 0.1),
    transparent 50%
  );
  pointer-events: none;
  opacity: 0.9;
}

.pano-pricing-box > * {
  position: relative;
}
.pano-monthly {
  display: flex;
  flex-direction: column;
}
.pano-monthly .label {
  font-size: 0.8rem;
  color: #888;
  letter-spacing: 1px;
}
.pano-monthly .value {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--green);
}
.pano-monthly .value small {
  font-size: 0.9rem;
}
.pano-monthly .note {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 5px;
}
.pano-equip {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.pano-equip .label {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.62);
}
.pano-equip .value {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}
.pano-img-container {
  position: relative;
  width: 100%;
  height: 360px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.35);
}
.pano-img-placeholder {
  width: 100%;
  height: 100%;
  background-image: url("https://images.unsplash.com/photo-1522778119026-d647f0565c6a?q=80&w=2070&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
}
.wide-view-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.8);
  border: 2px solid var(--green);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--green);
}
.wide-view-badge strong {
  font-size: 1.4rem;
  line-height: 1;
}
.wide-view-badge span {
  font-size: 0.6rem;
}

/* --- SECTION 13: CONTRATACAO --- */
.contratacao {
  background: #0b0b0f;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.contratacao .section-heading {
  color: #fff;
}

.contratacao .subtitle-text {
  color: rgba(255, 255, 255, 0.78);
}

.contratacao::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 18%, rgba(169, 254, 3, 0.1), transparent 44%),
    radial-gradient(
      circle at 14% 84%,
      rgba(169, 254, 3, 0.06),
      transparent 50%
    ),
    linear-gradient(180deg, rgba(11, 11, 15, 0.55), rgba(11, 11, 15, 0.92)),
    image-set(
      url("banner.webp") type("image/webp"),
      url("banner.png") type("image/png")
    );
  background-size: auto, auto, auto, cover;
  background-position: center, center, center, center;
  background-repeat: no-repeat;
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}

.contratacao .container {
  position: relative;
  z-index: 1;
}
.contratacao-layout {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  position: relative;
  gap: 30px;
}
.contrato-col {
  flex: 1;
  background: rgba(255, 255, 255, 0.045);
  padding: 40px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.contrato-col.venda {
  border-top: 4px solid rgba(169, 254, 3, 0.75);
}
.contrato-col.comodato {
  border-top: 4px solid rgba(255, 255, 255, 0.14);
}
.col-title {
  font-size: 2.5rem;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 5px;
}
.col-subtitle {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 30px;
  font-size: 1rem;
}
.contrato-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  flex-grow: 1;
}
.contrato-features li {
  display: flex;
  gap: 15px;
  margin-bottom: 24px;
  align-items: flex-start;
}
.contrato-features li i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(169, 254, 3, 0.14);
  border: 1px solid rgba(169, 254, 3, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 1rem;
  margin-top: 2px;
}
.contrato-features li div strong {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 4px;
}
.contrato-features li div span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.4;
}
.contrato-footer {
  margin-top: 30px;
  color: var(--green);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(169, 254, 3, 0.06);
  border: 1px solid rgba(169, 254, 3, 0.5);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.contrato-footer::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px var(--green);
}
.vs-divider {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.65);
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.55);
  z-index: 2;
}
.viabilidade-alert {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  padding: 18px 20px;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 20px;
}
.viabilidade-alert i {
  color: #ffcc00;
}
.viabilidade-alert strong {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8rem;
  display: block;
  margin-bottom: 3px;
}

/* --- SECTION 14: EQUIPAMENTOS --- */
.equipamentos {
  background: linear-gradient(180deg, #0e0f12 0%, #0b0b0f 100%);
  padding: 100px 0;
}
.equip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
.equip-card {
  background: #05070c;
  padding: 28px 24px;
  border-radius: 10px;
  border: 1px solid #181b24;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6);
}
.equip-card.premium {
  border: 1px solid var(--green);
  box-shadow: 0 0 26px rgba(169, 254, 3, 0.25);
}
.equip-card.premium::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--green);
}
.rec-badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: var(--green);
  color: #000;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 12px;
}
.equip-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #11151f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 1.2rem;
  margin-bottom: 22px;
}
.equip-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  min-height: 2.4rem;
}
.equip-card p {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 20px;
  flex-grow: 1;
}
.equip-prices {
  border-top: 1px solid #222;
  padding-top: 15px;
}
.equip-card:first-child .equip-prices {
  border-left: 3px solid var(--green);
  padding-left: 14px;
}
.price-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 0.85rem;
  color: #aaa;
}
.price-line strong {
  color: var(--green);
}
.equip-unit-price {
  border-top: 1px solid #222;
  padding-top: 15px;
  text-align: left;
}
.equip-unit-price span {
  display: block;
  font-size: 0.75rem;
  color: var(--green);
  margin-bottom: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.equip-unit-price strong {
  display: block;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.equip-unit-price small {
  display: block;
  font-size: 0.7rem;
  color: #888;
  margin-top: 5px;
}
.calc-investment {
  background: #111;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.calc-label {
  color: var(--green);
  font-size: 0.9rem;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.calc-formula {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.calc-item {
  background: #222;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1rem;
}
.calc-item small {
  font-size: 0.7rem;
  color: #888;
  margin-left: 5px;
}
.calc-op {
  font-size: 1.2rem;
  color: #666;
}
.calc-op.equals {
  color: var(--green);
}
.calc-result {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--green);
}

/* --- SECTION 15: PRESENÇA --- */
.presenca {
  background-color: #0b0b0b;
}
.presenca-layout {
  display: grid;
  grid-template-columns: 55% 40%;
  gap: 5%;
  margin-top: 40px;
}
.map-area {
  background: #111;
  border-radius: 12px;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #222;
}
.map-placeholder {
  width: 80%;
  height: 80%;
  position: relative;
  background: url("https://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Brazil_blank_map.svg/1024px-Brazil_blank_map.svg.png")
    no-repeat center center;
  background-size: contain;
  opacity: 0.2;
  filter: invert(1);
}
.map-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--green);
  animation: pulse 2s infinite;
}
/* Random positioning for dots to simulate spread */
.dot-1 {
  top: 30%;
  left: 40%;
}
.dot-2 {
  top: 45%;
  left: 45%;
}
.dot-3 {
  top: 50%;
  left: 50%;
}
.dot-4 {
  top: 60%;
  left: 35%;
}
.dot-5 {
  top: 70%;
  left: 55%;
}
.dot-6 {
  top: 40%;
  left: 70%;
}

.presenca-stats {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.stat-simple-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.stat-simple-icon {
  font-size: 2rem;
  color: var(--green);
  width: 50px;
  text-align: center;
}
.stat-simple-text strong {
  display: block;
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
}
.stat-simple-text span {
  display: block;
  font-size: 0.9rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* --- SECTION 16: DEPOIMENTOS --- */
.depoimentos {
  background-color: #080808;
}
.depoimentos-layout {
  display: grid;
  grid-template-columns: 45% 50%;
  gap: 5%;
  margin-top: 40px;
  align-items: start;
}

.testimonials-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.testimonial-card-new {
  background: #0f0f0f;
  border: 1px solid #222;
  border-radius: 12px;
  padding: 30px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.testimonial-stars {
  color: var(--green);
  font-size: 0.9rem;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.testimonial-quote {
  color: #ccc;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 25px;
  font-style: italic;
  position: relative;
  z-index: 2;
}

.quote-bg-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 4rem;
  color: #1a1a1a;
  z-index: 1;
}

.author-row {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid #222;
}

.author-avatar-circle {
  width: 45px;
  height: 45px;
  background: #222;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}

.author-details strong {
  display: block;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.author-details span {
  display: block;
  color: var(--green);
  font-size: 0.8rem;
}

.social-proof-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

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

.social-thumb {
  aspect-ratio: 1/1;
  background: #222;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.social-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.social-stats-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stat-bar {
  background: #111;
  border: 1px solid #222;
  border-radius: 8px;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition:
    transform 0.3s,
    border-color 0.3s;
}

.stat-bar:hover {
  border-color: #333;
  transform: translateX(5px);
}

.stat-bar-info .label {
  display: block;
  font-size: 0.7rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.stat-bar-info .value {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  font-family: var(--font-heading);
  line-height: 1;
}

.stat-bar-icon {
  width: 36px;
  height: 36px;
  background: #1a1a1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
}

/* --- SECTION 17: ROADMAP --- */
.roadmap {
  background-color: #050505;
  padding-bottom: 100px;
}

.roadmap-container-new {
  margin-top: 60px;
  position: relative;
  padding: 0 20px;
  height: 400px; /* Fixed height for split layout */
}

/* The Green Line */
.roadmap-line-new {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--green);
  transform: translateY(-50%);
  z-index: 1;
}

.roadmap-steps-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.r-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 50%; /* Take up half the container height */
}

/* Odd: Top Half */
.r-step:nth-child(odd) {
  align-self: flex-start; /* Top */
  justify-content: flex-end; /* Push content to bottom (near line) */
  padding-bottom: 0;
}

/* Even: Bottom Half */
.r-step:nth-child(even) {
  align-self: flex-end; /* Bottom */
  justify-content: flex-start; /* Push content to top (near line) */
  padding-top: 0;
}

.r-icon-bubble {
  width: 40px;
  height: 40px;
  background: #000;
  border: 2px solid var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 1rem;
  z-index: 3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  flex-shrink: 0;
}

/* Positioning Bubble Exactly on Line */
/* Odd (Top): Bubble is last child. Pull it down 50% of its height to center on bottom edge */
.r-step:nth-child(odd) .r-icon-bubble {
  margin-bottom: -20px; /* Half of 40px */
}

/* Even (Bottom): Bubble is first child. Pull it up 50% of its height to center on top edge */
.r-step:nth-child(even) .r-icon-bubble {
  margin-top: -20px; /* Half of 40px */
}

.r-step:last-child .r-icon-bubble {
  background: var(--green);
  color: #000;
  transform: scale(1.2);
  box-shadow: 0 0 20px rgba(169, 254, 3, 0.4);
}

.r-content {
  text-align: center;
  width: 100%;
  max-width: 180px;
  padding: 0 10px;
}

.r-step:nth-child(odd) .r-content {
  margin-bottom: 30px; /* Space above bubble */
}
.r-step:nth-child(even) .r-content {
  margin-top: 30px; /* Space below bubble */
}

.r-title {
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.r-title span {
  color: var(--green);
  margin-right: 5px;
}

.r-desc {
  color: #888;
  font-size: 0.75rem;
  line-height: 1.3;
}

/* Responsive Roadmap */
@media (max-width: 900px) {
  .roadmap-container-new {
    height: auto;
  }
  .roadmap-steps-flex {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    padding-left: 0;
    height: auto;
  }
  .roadmap-line-new {
    width: 2px;
    height: 100%;
    left: 20px; /* Align with center of bubble (left:0 + 20px center) */
    top: 0;
    transform: none;
  }
  .r-step {
    width: 100%;
    height: auto;
    flex: none;
    align-self: auto !important;
    justify-content: flex-start !important;
    flex-direction: column !important;
    padding: 0 0 0 60px !important; /* Space for bubble */
    gap: 10px;
    margin-bottom: 20px;
  }
  .r-icon-bubble {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 !important;
  }
  .r-content {
    text-align: left;
    max-width: none;
    margin: 0 !important;
    padding: 0;
  }
}

/* --- FOOTER --- */
.main-footer {
  background-color: #050505;
  border-top: 1px solid #1a1a1a;
  padding: 60px 0 30px;
}

.footer-bottom {
  padding-top: 30px;
  border-top: 1px solid #111;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: 40px;
  align-items: flex-start;
   margin-bottom: 35px;
}

.footer-col {
  font-size: 0.85rem;
  color: #aaa;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  text-decoration: none;
}

.footer-logo img {
  height: 34px;
  width: auto;
  display: block;
}

.footer-text {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.74);
  max-width: 260px;
  margin-bottom: 18px;
}

.footer-social-links {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 12px;
}

.footer-social-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  text-decoration: none;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.footer-social-icon:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(169, 254, 3, 0.28);
  color: var(--green);
}

.footer-social-icon i {
  font-size: 1.05rem;
}

.footer-heading {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #f5f5f5;
  margin-bottom: 14px;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-menu a {
  color: #888;
  text-decoration: none;
  font-size: 0.83rem;
}

.footer-menu a:hover {
  color: var(--green);
}

.footer-contact-line {
  font-size: 0.83rem;
  color: #ccc;
}

.footer-attendance {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 0.8rem;
  color: #888;
}

.footer-att-title {
  font-weight: 600;
  color: #f5f5f5;
}

.footer-bottom-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.footer-bottom-links a {
  color: #777;
  font-size: 0.78rem;
  text-decoration: none;
}

.footer-bottom-links a:hover {
  color: var(--green);
}

.footer-copy {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  margin-bottom: 6px;
}

.footer-dev {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.60);
  text-align: center;
}

.footer-dev-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-left: 6px;
}

.footer-dev-link img {
 height: 26px;
    width: auto;
    display: block;
    opacity: 0.92;
    transition: opacity 0.22s ease, transform 0.22s ease;
    position: relative;
    bottom: -6px;
}

.footer-dev-link:hover img {
  opacity: 1;
  transform: translateY(-1px);
}

/* Interactivity & Hover Effects */
.stat-card,
.pain-item,
.grid-card,
.diff-card,
.modal-card,
.equip-card,
.pano-card,
.testimonial-card,
.stream-card,
.admin-card {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.stat-card:hover,
.pain-item:hover,
.grid-card:hover,
.diff-card:hover,
.modal-card:hover,
.equip-card:hover,
.pano-card:hover,
.testimonial-card:hover,
.stream-card:hover,
.admin-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  border-color: #333;
}

.cta-button,
.hero-cta-button {
  padding: 12px 30px;
  border-radius: 999px;
  border: none;
  background: var(--green);
  color: #000;
  font-weight: 700;
  font-family: var(--font-heading);
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
}

.cta-button:hover,
.hero-cta-button:hover {
  transform: scale(1.03);
  box-shadow: 0 0 18px rgba(169, 254, 3, 0.35);
  background-color: #b8ff33;
}

.full-width {
  width: 100%;
  text-align: center;
  padding: 20px;
}

/* Animations */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(169, 254, 3, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(169, 254, 3, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(169, 254, 3, 0);
  }
}

/* --- FINAL RESPONSIVE POLISH (MOBILE FIRST) --- */

/* Global Mobile Adjustments */
@media (max-width: 768px) {
  .container {
    padding: 0 16px;
    width: 100%;
    max-width: 100%;
  }

  .section {
    padding: 60px 0;
    overflow: hidden; /* Prevent horizontal scroll */
  }

  /* Reset sticky positioning on mobile for better flow */
  .cenario-atual .left-col,
  .beneficios-left {
    position: static;
    margin-bottom: 40px;
  }

  /* Grids to Single Column */
  .stats-row,
  .diff-grid,
  .modalidades-grid,
  .beneficios-content-wrapper,
  .streaming-layout,
  .admin-grid,
  .monetizacao-layout,
  .planos-grid,
  .pano-grid,
  .contratacao-layout,
  .equip-grid,
  .equip-grid-new,
  .presenca-grid-new,
  .depoimentos-layout,
  .social-grid-mockup,
  .roadmap-steps-row {
    grid-template-columns: 1fr !important;
    gap: 30px;
  }

  /* Hero Specifics */
  .hero-section {
    background-position: right !important;
    background-attachment: scroll;
    min-height: auto;
    padding-bottom: 60px;
  }

  .hero-nav {
    flex-direction: column;
    gap: 20px;
  }

  .hero-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .hero-buttons {
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }

  .btn-hero-primary,
  .btn-hero-secondary {
    width: 100%;
    justify-content: center;
  }

  /* Typography Scaling */
  .section-heading,
  .main-title {
    font-size: 2.2rem !important;
    word-wrap: break-word;
  }

  .hero-title {
    font-size: 2.4rem !important;
  }

  /* Section Specific Fixes */
  .monet-price-box {
    padding: 20px;
  }

  .monet-price-value {
    font-size: 1.8rem;
  }

  .phones-mockup-container {
    transform: scale(1);
    height: auto;
    aspect-ratio: 1/1;
    margin: 0;
    width: 100%;
  }

  .phone-vertical {
        left: 53%;
        transform: translateX(-50%);
        width: 60%;
        height: auto;
        aspect-ratio: 9 / 15.1;
  }

  .phone-horizontal {
    width: 110%;
    right: 5%;
    bottom: 0;
    height: auto;
    aspect-ratio: 16.8/9;
  }

  /* Roadmap Vertical Fallback */
  .roadmap-horizontal-container {
    display: block;
    height: auto;
    min-height: auto;
    padding: 0;
  }

  .roadmap-steps-row {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .r-step-box {
    flex-direction: row;
    height: auto;
    margin-bottom: 30px;
    padding-left: 60px;
    text-align: left;
    align-items: flex-start;
    width: 100%;
  }

  .r-icon-circle {
    left: 0;
    top: 0;
    transform: none !important;
    position: absolute;
  }

  .r-step-card {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    width: 100%;
    text-align: left;
    border: none !important; /* Removed green border on mobile */
    padding-left: 0 !important;
  }

  /* Fix Modalidades Grid to 1 Column */
  .modalidades-grid {
    grid-template-columns: 1fr !important;
  }

  /* Adjust font sizes for Presença section */
  .presenca-card h4 {
    font-size: 1rem !important; /* 2px smaller approx */
  }

  .presenca-card p {
    font-size: 0.9rem !important;
  }

  .presenca-card.blue-highlight p {
    font-size: 0.9rem !important;
  }

  .presenca-card .p-content h4 {
    font-size: 1rem !important;
  }

  .r-connector {
    display: none;
  }

  .roadmap-line-container {
    left: 24px; /* Center of 50px circle is 25px, adjust line */
    width: 2px;
    height: 100%;
    top: 0;
    transform: none;
  }

  .roadmap-line-progress {
    width: 2px;
    height: 100%;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
    margin-bottom: 35px;
  }

  .footer-social-links {
    justify-content: center;
  }

  .footer-bottom-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2rem !important;
  }

  .section-heading {
    font-size: 1.8rem !important;
  }

  .stat-number {
    font-size: 2rem;
  }

  .b-stat-number {
    font-size: 2.5rem;
  }

  /* Adjust specific card paddings */
  .stat-card,
  .pain-item,
  .grid-card,
  .diff-card,
  .modal-card,
  .equip-card-new,
  .testimonial-card-new {
    padding: 20px;
  }
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}

html {
  scroll-behavior: smooth;
}

/* --- RESPONSIVE MOBILE TWEAKS --- */
@media (max-width: 768px) {
  .roadmap-steps {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
  }
  .roadmap-line {
    left: 50px;
    width: 4px;
    height: 100%;
    top: 0;
  }
  .roadmap-step {
    width: 100%;
    flex-direction: row;
    margin-bottom: 40px;
    align-items: flex-start;
    gap: 20px;
  }
  .roadmap-node {
    margin: 0;
    flex-shrink: 0;
  }
  .roadmap-card {
    width: 100%;
    margin-top: 0;
    text-align: left;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    row-gap: 30px;
  }
}

@media (max-width: 480px) {
  :root {
    --spacing-section: 60px;
  }
  .section-heading {
    font-size: 1.9rem;
  }
  .hero-logo {
    font-size: 3.5rem;
  }
  .hero-tagline {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 2rem;
  }
  .stat-number {
    font-size: 2rem;
  }
  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .presenca-layout {
    display: flex;
    flex-direction: column;
  }
  .map-area {
    min-height: 250px;
  }
}

.modal-card-top {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.modal-text-block {
  flex: 1;
}

.modal-card .modal-num {
  font-family: var(--font-heading);
  font-weight: 700;
  color: #555;
  font-size: 0.9rem;
  margin-left: 8px;
}

/* Streaming Updates */
.video-player-mockup {
  position: relative;
  width: 100%;
  padding-top: 76.25%; /* 16:9 Aspect Ratio */
  background: #000;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 24px;
  border: 6px solid #262626;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.7);
  background-image: url("https://images.unsplash.com/photo-1626244421855-4428885c7d81?q=80&w=2070&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
}
.player-header {
  position: absolute;
  top: 10px;
  left: 14px;
  right: 14px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 14px;
  /* background: linear-gradient(to right, rgba(0,0,0,0.95), rgba(0,0,0,0.6)); */
  border-radius: 999px;
  z-index: 2;
}
.live-badge {
  background: #b91c1c;
  color: #fff;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.viewers {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  gap: 6px;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.4);
  border: 3px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
  transition:
    transform 0.3s,
    background 0.3s,
    border-color 0.3s;
}
.play-button:hover {
  transform: translate(-50%, -50%) scale(1.06);
  background: rgba(0, 0, 0, 0.7);
  border-color: var(--green);
  color: var(--green);
}
.stream-list-item {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 18px 22px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-left: 2px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
  transition:
    background 0.25s ease,
    transform 0.25s ease,
    border-color 0.25s ease;
}
.stream-list-item + .stream-list-item {
  margin-top: 12px;
}
.stream-list-item:hover {
  background: rgba(255, 255, 255, 0.07);
  transform: translateX(2px);
  border-left-color: var(--green);
}
.stream-list-item.active-item {
  border-left-color: var(--green);
}
.s-icon-box {
  width: 38px;
  height: 38px;
  background: #111111;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  flex-shrink: 0;
  border: 1px solid #333333;
}
.s-icon-box.red-icon {
  color: var(--green);
}

/* NEW STYLES ADDED */
.btn-saiba-mais {
  display: block;
  width: 100%;
  padding: 12px 0;
  margin-top: 20px;
  background: transparent;
  border: 1px solid var(--green);
  color: var(--green);
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 0.9rem;
  cursor: pointer;
}
.btn-saiba-mais:hover {
  background: var(--green);
  color: #000;
  box-shadow: 0 0 15px rgba(169, 254, 3, 0.4);
}

.modalidades-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-top: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border: 1px solid #333;
  display: block;
  object-fit: cover;
}
.s-content h3 {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.s-content p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

.icon-btn i {
  margin-right: 8px;
}

/* Painel Admin Updates */
.admin-icon-box {
  width: 35px;
  height: 35px;
  background: #1a1a1a;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 1rem;
  margin-bottom: 20px;
  border: 1px solid #333;
}

/* Monetizacao Updates */
.monet-icon-wrapper {
  width: 40px;
  height: 40px;
  background: #1a1a1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  border: 1px solid #333;
  flex-shrink: 0;
}
.highlight-text {
  display: block;
  color: var(--green);
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 4px;
  text-transform: uppercase;
}
/* Redundant price styles removed */
.device-mockup {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  border: 8px solid #333;
  background: #000;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}
.mockup-img {
  width: 100%;
  display: block;
}

/* Responsive Fixes for New Layouts */
@media (max-width: 768px) {
  .beneficios-content-wrapper {
    grid-template-columns: 1fr;
  }
  .video-player-mockup {
    margin-bottom: 30px;
  }
}

/* Panoramica Updates */
.pano-img-real {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --- PRINT STYLES --- */
@media print {
  body {
    background: #fff;
    color: #000;
  }
  .section {
    border-bottom: 1px solid #ccc;
    page-break-inside: avoid;
    min-height: auto;
  }
  .hero-section,
  .cta-button,
  .hero-cta-button,
  .footer-social {
    display: none;
  }
  h1,
  h2,
  h3,
  h4,
  p,
  span,
  div {
    color: #000 !important;
  }
  .green-line {
    border: 1px solid #000;
  }
}

/* --- NEW RESPONSIVE FIXES --- */

/* RESPONSIVE */
@media (max-width: 1024px) {
  .split-layout,
  .beneficios-content-wrapper,
  .streaming-layout,
  .monetizacao-layout,
  .panoramica-layout,
  .contratacao-layout {
    grid-template-columns: 1fr;
  }

  .contratacao-layout {
    gap: 40px;
  }
  .vs-divider {
    transform: rotate(90deg);
    margin: 20px 0;
  }

  .planos-grid,
  .equip-grid,
  .admin-grid,
  .diff-grid,
  .modalidades-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-row,
  .steps-container {
    grid-template-columns: 1fr;
  }

  .phones-mockup-container {
    height: 400px;
    transform: scale(0.9);
    transform-origin: center top;
  }

  .phone-horizontal {
    right: -40px;
    bottom: -160px;
  }
}

@media (max-width: 992px) {
  .roadmap-timeline {
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }

  .roadmap-line-new {
    width: 2px;
    height: 100%;
    left: 25px;
    top: 0;
    transform: none;
  }

  .r-step {
    flex-direction: row;
    align-items: center;
    min-height: auto;
    justify-content: flex-start !important;
    text-align: left;
    padding-left: 0;
  }

  .r-step:nth-child(odd) .r-content,
  .r-step:nth-child(even) .r-content {
    position: static;
    width: auto;
    text-align: left;
    padding-left: 20px;
    margin: 0;
  }

  .r-step:nth-child(odd) .r-icon-bubble,
  .r-step:nth-child(even) .r-icon-bubble {
    position: static;
    transform: none;
    flex-shrink: 0;
  }

  .r-step:hover .r-icon-bubble {
    transform: scale(1.1);
  }

  .presenca-layout,
  .depoimentos-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .planos-grid,
  .equip-grid,
  .admin-grid,
  .diff-grid,
  .modalidades-grid,
  .social-grid-mockup {
    grid-template-columns: 1fr;
  }

  .contratacao-layout {
    flex-direction: column;
    align-items: stretch;
  }

  .pano-pricing-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .pano-img-container {
    height: 320px;
  }

  .section-heading {
    font-size: 2rem;
  }
  .hero-logo {
    font-size: 3rem;
  }
  .hero-tagline {
    font-size: 1rem;
  }

  .phones-mockup-container {
    height: 350px;
    transform: scale(0.8);
    width: 100%;
    margin-left: -10%; /* Center compensation if needed, or rely on container */
    width: 120%; /* Expand to counter scale */
  }

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

/* --- RECREATED SECTIONS (PIXEL PERFECT) --- */

/* ROADMAP (HORIZONTAL RECREATED) */
.roadmap-horizontal-container {
  position: relative;
  padding: 100px 0;
  margin-top: 40px;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.roadmap-line-container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px; /* Slightly thicker base line */
  transform: translateY(-50%);
  z-index: 1;
}
.roadmap-line-base {
  width: 100%;
  height: 100%;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
}
.roadmap-line-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--green);
  z-index: 2;
  transition: width 2.5s ease-in-out;
}
.roadmap-line-progress.active {
  width: 100%;
}
.roadmap-steps-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 0 20px;
}

.r-step-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 300px; /* Fixed height to control spacing */
  justify-content: center; /* Center align items to the line */
}

/* Common Icon Style */
.r-icon-circle {
  width: 50px;
  height: 50px;
  background: #000;
  border: 2px solid var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 1.2rem;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
}

/* Animation classes applied by AOS or JS */
.r-icon-circle:hover,
.r-step-box:hover .r-icon-circle {
  transform: translateY(-50%) scale(1.2);
  box-shadow: 0 0 20px rgba(169, 254, 3, 0.4);
}

@keyframes pulseGreen {
  0% {
    box-shadow: 0 0 0 0 rgba(169, 254, 3, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(169, 254, 3, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(169, 254, 3, 0);
  }
}

.r-step-box.highlight .r-icon-circle {
  animation: pulseGreen 2s infinite;
}

/* TOP items */
.r-step-box.top .r-step-card {
  position: absolute;
  bottom: 50%;
  margin-bottom: 50px; /* Space from center line */
}
/* BOTTOM items */
.r-step-box.bottom .r-step-card {
  position: absolute;
  top: 50%;
  margin-top: 50px; /* Space from center line */
}

/* Card Style */
.r-step-card {
  background: #111;
  border: 1px solid #333;
  padding: 20px 15px;
  border-radius: 12px;
  width: 180px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}
.r-step-card:hover {
  border-color: var(--green);
  transform: scale(1.05);
}

/* Connector Lines */
.r-connector {
  position: absolute;
  width: 2px;
  height: 25px; /* Distance to connect to icon area */
  background: #333;
  left: 50%;
  transform: translateX(-50%);
}
/* Top card connector goes down */
.r-step-box.top .r-connector {
  bottom: -25px;
}
/* Bottom card connector goes up */
.r-step-box.bottom .r-connector {
  top: -25px;
}

/* Highlighted last step */
.r-step-box.highlight .r-icon-circle {
  background: var(--green);
  color: #000;
  box-shadow: 0 0 20px rgba(169, 254, 3, 0.6);
}
.r-step-box.highlight .r-step-card {
  border-color: var(--green);
}

/* Typography */
.r-step-num {
  display: block;
  color: #fff;
  font-weight: 800;
  font-size: 0.9rem;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.r-step-desc {
  font-size: 0.75rem;
  color: #999;
  line-height: 1.4;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .roadmap-horizontal-container {
    flex-direction: column;
    height: auto;
    padding: 40px 0;
    align-items: flex-start;
  }
  .roadmap-line-container {
    width: 4px;
    height: 100%;
    left: 30px; /* Vertical line position */
    top: 0;
    transform: none;
  }
  .roadmap-line-progress {
    width: 100%;
    height: 100%;
  }
  .roadmap-steps-row {
    flex-direction: column;
    gap: 40px;
    padding-left: 0;
  }
  .r-step-box {
    height: auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 60px; /* Space for line */
    margin-bottom: 20px;
  }
  .r-icon-circle {
    position: absolute;
    left: -55px; /* Align with line */
    top: 0;
    transform: none;
  }
  .r-step-box.top .r-step-card,
  .r-step-box.bottom .r-step-card {
    position: relative;
    bottom: auto;
    top: auto;
    margin: 0;
    width: 100%;
    text-align: left;
  }
  .r-connector {
    display: none; /* No connectors needed in vertical mobile view */
  }
}

/* EQUIPAMENTOS */
.equip-grid-new {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 22px;
  margin-top: 40px;
}
.equip-card-new {
  grid-column: span 3;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 30px 22px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
  height: 100%;
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.equip-card-new:hover {
  border-color: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.4);
}
.equip-card-new.premium-border {
  border: 1px solid rgba(169, 254, 3, 0.4);
}
.rec-badge-new {
  position: absolute;
  top: -12px;
  right: 20px;
  background: var(--green);
  color: #000;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  text-transform: uppercase;
}
.equip-icon-new {
  width: 40px;
  height: 40px;
  background: rgba(169, 254, 3, 0.14);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 1.2rem;
  margin-bottom: 20px;
  border: 1px solid rgba(169, 254, 3, 0.22);
}
.equip-card-new h3 {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 10px;
  text-transform: none;
  font-family: var(--font-heading);
}
.equip-card-new p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 20px;
  flex-grow: 1;
}
.equip-price-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.price-row-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.62);
}
.price-val {
  font-size: 1.15rem;
  color: var(--green);
  font-weight: 700;
  font-family: var(--font-heading);
}
.price-val.white {
  color: #fff;
}

.equip-card-new::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 14% 16%,
    rgba(169, 254, 3, 0.1),
    transparent 48%
  );
  pointer-events: none;
  opacity: 0.85;
}

.equip-card-new > * {
  position: relative;
}

.equip-card-new:nth-child(1),
.equip-card-new:nth-child(4) {
  grid-column: span 4;
}

.equip-card-new:nth-child(3) {
  grid-column: span 4;
  grid-row: span 2;
}

@media (max-width: 1100px) {
  .equip-card-new {
    grid-column: span 6;
  }

  .equip-card-new:nth-child(3) {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

@media (max-width: 768px) {
  .equip-grid-new {
    grid-template-columns: 1fr;
  }

  .equip-card-new {
    grid-column: auto;
  }
}

/* CALCULATOR AREA (NEW) */
.equip-bottom-section {
  margin-top: 80px; /* Increased top margin */
  position: relative;
  width: 100%;
}
.equip-green-separator {
  width: 100%;
  height: 2px;
  background: var(--green);
  margin-bottom: 50px; /* Increased bottom margin */
}
.calc-layout-row {
  display: flex;
  align-items: center;
  justify-content: center; /* Centralize content */
  gap: 30px;
}
.calc-icon-circle {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--green);
  flex-shrink: 0;
}
.calc-content-area {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.calc-label-top {
  color: var(--green);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.calc-steps-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.calc-part {
  background: #1a1a1a;
  padding: 10px 20px;
  border-radius: 6px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  text-align: center;
  min-width: 80px;
  border: 1px solid #333;
}
.calc-part.col-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
  padding: 5px 20px;
}
.calc-part.col-flex small {
  color: #666;
  font-size: 0.65rem;
  margin-top: 2px;
}
.calc-op {
  color: #555;
  font-size: 1.2rem;
}
.calc-res {
  color: var(--green);
  font-weight: 800;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-family: var(--font-heading);
}

/* Responsive for Calc */
@media (max-width: 768px) {
  .calc-layout-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .calc-steps-wrapper {
    gap: 10px;
  }
  .calc-part {
    padding: 8px 15px;
    font-size: 1rem;
  }
  .calc-res {
    font-size: 1.1rem;
  }
}

/* PRESENÇA */
.presenca-grid-new {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}
.map-visual-container {
  background: #050505;
  border: 1px solid #1a1a1a;
  border-radius: 16px;
  height: 500px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-bg-img {
  width: 100%;
  height: 90%;
  object-fit: contain;
   
}
.map-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--green);
  animation: pulse 2s infinite;
}
/* Random dots for Brazil Map effect */
.d1 {
  top: 35%;
  right: 35%;
}
.d2 {
  top: 45%;
  right: 30%;
}
.d3 {
  top: 55%;
  right: 35%;
}
.d4 {
  top: 60%;
  left: 45%;
}
.d5 {
  top: 70%;
  right: 40%;
}
.d6 {
  bottom: 25%;
  right: 45%;
}
.d7 {
  top: 40%;
  right: 45%;
}
.d8 {
  top: 50%;
  right: 50%;
}

.map-legend-new {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  gap: 20px;
}
.legend-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 0, 0, 0.8);
  padding: 8px 15px;
  border-radius: 8px;
  border-left: 3px solid var(--green);
}
.legend-box img {
  width: 20px;
  height: auto;
}
.legend-info strong {
  display: block;
  font-size: 0.7rem;
  color: #888;
}
.legend-info span {
  display: block;
  font-size: 0.85rem;
  color: #fff;
  font-weight: 700;
}

.presenca-right-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.presenca-card {
  background: #111;
  border: 1px solid #222;
  padding: 11px 25px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.presenca-card.blue-highlight {
  background: #101522; /* Dark blue tone */
  border: 1px solid #1e2a45;
  justify-content: space-between;
}
.p-icon-circle {
  width: 12px;
  height: 12px;
  background: var(--green);
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(169, 254, 3, 0.4);
}
.p-icon-globe {
  color: var(--green);
  font-size: 1.5rem;
}
.p-content h4 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: var(--font-heading);
}
.p-content p {
  color: #888;
  font-size: 1rem;
  line-height: 1.4;
  max-width: 90%;
}
.cta-green-full {
  background: var(--green);
  color: #000;
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  text-decoration: none;
  display: block;
  margin-top: 15px;
  transition: transform 0.2s;
}
.cta-green-full:hover {
  transform: scale(1.02);
  background: #b8ff33;
}
.cta-green-full strong {
  display: block;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 800;
  font-family: var(--font-heading);
}
.cta-green-full span {
  font-size: 0.9rem;
  font-weight: 600;
}

/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 1100px) {
  .equip-grid-new {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .presenca-grid-new {
    grid-template-columns: 1fr;
  }
  .map-visual-container {
   height: 440px;
        margin-top: 25px;
        padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .roadmap-horizontal-container {
    padding: 0;
    min-height: auto;
    display: block;
  }
  .roadmap-steps-row {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
  }
  .roadmap-line-horiz,
  .roadmap-line-progress {
    width: 2px;
    height: 100%;
    left: 20px;
    top: 0;
    transform: none;
  }
  .r-step-box {
    flex-direction: row !important;
    align-items: flex-start !important;
    text-align: left !important;
    margin: 0 0 20px 0 !important;
    top: 0 !important;
    padding-left: 60px;
  }
  .r-step-box .r-icon-circle {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 !important;
  }
  .r-step-content {
    max-width: none;
    min-height: auto;
  }
  .equip-grid-new {
    grid-template-columns: 1fr;
  }
  .calc-formula-new {
    flex-direction: column;
    align-items: stretch;
  }
  .calc-part {
    justify-content: center;
  }
  .calc-op {
    text-align: center;
  }
}

/* --- NEW SCROLL & VIDEO UPDATES --- */

/* Vertical Scroll for Testimonials */
.testimonials-scroll-wrapper {
  height: auto;
  overflow: visible;
  position: relative;
  mask-image: none;
  -webkit-mask-image: none;
}

.testimonials-track {
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* Animation handled by JS for seamless loop */
  will-change: transform;
}

/* Ensure smooth loop by cloning content */
/* We have 9 items (3 unique pairs triplicated: A,B,C, A,B,C, A,B,C).
   The scroll moves 3 items up (33.33% of track).
   When the first set [A,B,C] moves out, the second set [A,B,C] is exactly where the first started.
*/

/* Social Video Container */
.social-video-container {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #333;
  aspect-ratio: 16/9;
  background: #000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}

.social-video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-overlay-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  pointer-events: none;
  z-index: 2;
}

.video-play-icon-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(169, 254, 3, 0.2);
  border: 2px solid var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 1.5rem;
  z-index: 3;
  pointer-events: none;
  animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(169, 254, 3, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(169, 254, 3, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(169, 254, 3, 0);
  }
}

@media (max-width: 960px) {
  .hero-nav {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 28px;
  }

  .hero-nav-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 auto;
  }

  .mobile-menu-toggle {
    flex: 0 0 auto;
    margin-left: auto !important;
  }

  .hero-nav-right {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hero-nav {
    flex-direction: row;
    gap: 20px;
  }

  .modalidades-grid {
    grid-template-columns: 1fr !important;
  }

  .r-step-card {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .r-step-box.highlight .r-step-card {
    border: 0 !important;
  }

  .r-step-card:hover {
    border-color: transparent !important;
    transform: none !important;
  }

  .roadmap-line-progress {
    display: none !important;
  }
}

/* =========================
   SCROLLBAR GLOBAL & FIXES (MIGRADOS DO HTML)
========================= */
/* Chrome, Edge e Safari */
html::-webkit-scrollbar, *::-webkit-scrollbar { width: 8px; height: 8px; }
html::-webkit-scrollbar-track, *::-webkit-scrollbar-track { background: #1a1a1a; border-radius: 10px; }
html::-webkit-scrollbar-thumb, *::-webkit-scrollbar-thumb { background-color: #a9fe03; border-radius: 10px; border: 2px solid #1a1a1a; }
html::-webkit-scrollbar-thumb:hover, *::-webkit-scrollbar-thumb:hover { background-color: #a9fe03; }
/* Firefox */
html, * { scrollbar-width: thin; scrollbar-color: #a9fe03 #1a1a1a; }

/* ADMIN LAYOUT - 3 COLUNAS */
.admin-three-col-container { display: flex; gap: 2rem; align-items: center; margin: 2rem 0; }
.admin-col-left, .admin-col-right { flex: 1; display: flex; flex-direction: column; gap: 1.5rem; }
.admin-col-center { flex: 1.9; display: flex; justify-content: center; align-items: center; }
.admin-main-image { width: 100%; max-width: 100%; height: auto; display: block; margin: 0 auto; }

@media (max-width: 1024px) {
    .admin-three-col-container { flex-direction: column; gap: 2rem; }
    .admin-col-left, .admin-col-right, .admin-col-center { width: 100%; }
    .admin-col-center { order: -1; margin-bottom: 1rem; }
}

/* Ajuste Nav Button */
.nav-btn-adjust { font-size: 0.9rem; padding: 0.6rem 1.2rem; display: inline-flex; align-items: center; gap: 0.5rem; }

/* Barra de Play Vimeo Customizada */
.vimeo-play-bar-container { margin-top: 1.5rem; display: flex; align-items: center; gap: 8px; width: 100%; font-family: Arial, sans-serif; }
.vimeo-play-btn { background-color: #262626; color: #fff; width: 40px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 4px; font-size: 14px; }
.vimeo-progress-area { flex: 1; background-color: #262626; height: 30px; border-radius: 4px 0 0 4px; display: flex; align-items: center; padding-left: 10px; position: relative; }
.vimeo-controls-right { background-color: #262626; height: 30px; border-radius: 0 4px 4px 0; display: flex; align-items: center; gap: 12px; padding-right: 10px; color: #fff; font-size: 12px; }
.vimeo-time-tooltip { position: absolute; top: -22px; left: 18%; background-color: #fff; color: #333; padding: 1px 4px; border-radius: 2px; font-size: 9px; font-weight: 600; pointer-events: none; box-shadow: 0 1px 3px rgba(0,0,0,0.3); }
.vimeo-time-tooltip::after { content: ''; position: absolute; bottom: -3px; left: 5px; border-width: 3px 3px 0; border-style: solid; border-color: #fff transparent transparent transparent; }
.vimeo-progress-bg { width: 100%; height: 8px; background-color: #444; border: 1px solid #555; position: relative; }
.vimeo-progress-fill { width: 20%; height: 100%; background-color: #00adef; }
.vimeo-logo-text { font-family: sans-serif; font-weight: bold; font-style: italic; font-size: 14px; letter-spacing: -0.5px; }
.vimeo-bars-icon { display: flex; align-items: flex-end; gap: 2px; height: 10px; }
.vimeo-bars-icon span { width: 2px; background-color: #00adef; }
.vimeo-bars-icon span:nth-child(1) { height: 4px; }
.vimeo-bars-icon span:nth-child(2) { height: 7px; }
.vimeo-bars-icon span:nth-child(3) { height: 10px; }
.vimeo-bars-icon span:nth-child(4) { height: 6px; }

/* CORREÇÕES MOBILE */
.mobile-menu-header { display: none; }
@media (max-width: 992px) {
    .mobile-menu-header { display: flex; justify-content: center; padding: 1.5rem 0; margin-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
    .mobile-menu-logo { width: 120px; height: auto; }
    body.menu-open .whatsapp-float { display: none !important; visibility: hidden; opacity: 0; pointer-events: none; }
    .hero-menu { background-color: #080808 !important; position: fixed !important; inset: 0 !important; width: 100vw !important; height: 100vh !important; height: 100dvh !important; z-index: 2147483647 !important; overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; display: flex; flex-direction: column; flex-wrap: nowrap !important; justify-content: flex-start; align-items: stretch; padding-top: 0; gap: 0 !important; }
    .hero-menu a, .hero-menu-dropdown .dropdown-menu a { padding: 15px 20px !important; font-size: 1rem !important; border-bottom: 1px solid rgba(255,255,255,0.05); width: 100%; display: block; box-sizing: border-box; }
    .hero-menu-dropdown, .hero-menu-dropdown .dropdown-menu { display: flex !important; flex-direction: column !important; gap: 0 !important; margin: 0 !important; padding: 0 !important; width: 100% !important; }
    .menu-close-btn { position: absolute; top: 1.5rem; right: 1.5rem; z-index: 100000; }
}

@media (max-width: 768px) {
    .diff-grid, .right-col-grid, .admin-col-left, .admin-col-right { grid-template-columns: 1fr !important; display: flex; flex-direction: column; }
    .admin-grid { display: flex !important; flex-direction: column !important; }
    .footer-grid { grid-template-columns: 1fr !important; display: flex; flex-direction: column; gap: 3rem; }
    .footer-col { width: 100%; text-align: center; display: flex; flex-direction: column; align-items: center; }
    .footer-social-links { justify-content: center; }
    .footer-menu { padding: 0; display: flex; flex-direction: column; align-items: center; }
    .footer-menu li { width: 100%; text-align: center; }
    .footer-contact-line, .footer-attendance { text-align: center; }
}

.badge-4k { white-space: nowrap; display: inline-block; }
.contrato-features li i { width: 40px; height: 40px; min-width: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background-color: rgba(169, 254, 3, 0.1); color: #a9fe03; margin-right: 1rem; }
