@import url('sync_site_2026_asset_pack/assets/tokens/sync-tokens.css');

/* ==========================================================================
   Reset & Base Styles
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background-color: var(--sync-preto-profundo);
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--sync-preto-profundo);
  color: var(--sync-off-white);
  font-family: var(--sync-font-body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
}

/* ==========================================================================
   Background Grid & Glow Effects
   ========================================================================== */

/* Glow effect using radial gradients */
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1000px;
  pointer-events: none;
  background: 
    radial-gradient(circle at 85% 20%, rgba(255, 45, 111, 0.12), transparent 45%),
    radial-gradient(circle at 15% 15%, rgba(243, 21, 86, 0.06), transparent 30%);
  z-index: -2;
}

/* Tech grid overlay */
body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image: 
    linear-gradient(rgba(247, 247, 245, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 247, 245, 0.015) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
  z-index: -1;
}

/* ==========================================================================
   Layout Containers
   ========================================================================== */
.shell {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

/* ==========================================================================
   Topbar Navigation
   ========================================================================== */
.topbar {
  position: sticky;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  background: rgba(7, 8, 11, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(247, 247, 245, 0.06);
}

.topbar .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.brand {
  display: flex;
  align-items: center;
}

.brand .logo {
  height: 26px;
  width: auto;
  display: block;
}

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

.nav a {
  color: rgba(247, 247, 245, 0.65);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 99px;
  border: 1px solid transparent;
  transition: all 0.25s ease;
}

.nav a:hover {
  color: var(--sync-off-white);
  background: rgba(255, 255, 255, 0.03);
}

.nav a.active {
  color: var(--sync-vermelho-glow);
  background: rgba(243, 21, 86, 0.06);
  border-color: rgba(243, 21, 86, 0.25);
}

.topbar-actions {
  display: flex;
  align-items: center;
}

.btn-topbar {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(7, 8, 11, 0.6);
  border: 1px solid rgba(243, 21, 86, 0.4);
  border-radius: 99px;
  padding: 8px 18px;
  color: var(--sync-off-white);
  font-family: var(--sync-font-heading);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 0 12px rgba(243, 21, 86, 0.05);
}

.btn-topbar:hover {
  background: rgba(243, 21, 86, 0.1);
  border-color: var(--sync-vermelho-glow);
  box-shadow: 0 0 20px rgba(243, 21, 86, 0.25);
  transform: translateY(-1px);
}

.btn-topbar .btn-arrow {
  transition: transform 0.3s ease;
}

.btn-topbar:hover .btn-arrow {
  transform: translateX(3px);
}

/* Hamburger menu button */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 22px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 101;
}

.menu-toggle span {
  width: 100%;
  height: 2px;
  background-color: var(--sync-off-white);
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* ==========================================================================
   Hero Section Layout
   ========================================================================== */
.hero-container {
  position: relative;
  min-height: calc(70vh - 80px);
  min-height: 480px;
  display: flex;
  align-items: center;
}

.hero-section {
  width: 100%;
  padding: 60px 0 30px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 40px;
  align-items: center;
}

.hero-content {
  position: relative;
  z-index: 5;
}

/* ==========================================================================
   Typography & Copy
   ========================================================================== */
.kicker-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.red-line {
  display: inline-block;
  width: 32px;
  height: 2px;
  background-color: var(--sync-vermelho);
  border-radius: 2px;
}

.eyebrow {
  font-family: var(--sync-font-heading);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--sync-vermelho);
}

h1 {
  font-family: var(--sync-font-heading);
  font-size: clamp(32px, 3.6vw, 46px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  color: var(--sync-off-white);
}

h1 .highlight {
  color: var(--sync-vermelho);
  font-weight: 500;
  position: relative;
}

.lead {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(247, 247, 245, 0.65);
  max-width: 530px;
  margin: 0 0 28px;
}

/* ==========================================================================
   Action Buttons
   ========================================================================== */
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 99px;
  padding: 11px 24px;
  font-family: var(--sync-font-heading);
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(135deg, var(--sync-vermelho) 0%, var(--sync-vermelho-glow) 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 8px 30px rgba(243, 21, 86, 0.35);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(243, 21, 86, 0.5);
  filter: brightness(1.08);
}

.btn-secondary {
  background: rgba(7, 8, 11, 0.6);
  color: var(--sync-off-white);
  border: 1px solid rgba(243, 21, 86, 0.35);
}

.btn-secondary:hover {
  background: rgba(243, 21, 86, 0.08);
  border-color: var(--sync-vermelho-glow);
  color: #ffffff;
  transform: translateY(-2px);
}

.btn .btn-arrow {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

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

/* ==========================================================================
   Pillar Cards Section
   ========================================================================== */
.divider-kicker {
  font-family: var(--sync-font-heading);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: rgba(247, 247, 245, 0.35);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.divider-kicker .dot {
  color: var(--sync-vermelho);
  font-weight: 800;
}

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

.card {
  display: flex;
  gap: 14px;
  align-items: center;
  background: var(--sync-card);
  border: 1px solid var(--sync-border);
  border-radius: 12px;
  padding: 14px 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 8px 32px rgba(0, 0, 0, 0.25);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(243, 21, 86, 0.35);
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 40px rgba(0, 0, 0, 0.45),
    0 0 20px rgba(243, 21, 86, 0.08);
}

.card-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.card-icon {
  width: 26px;
  height: 26px;
  color: var(--sync-vermelho);
  transition: all 0.35s ease;
}

.card:hover .card-icon {
  transform: scale(1.08);
  filter: drop-shadow(0 0 8px rgba(255, 45, 111, 0.45));
}

.card-body h3 {
  font-family: var(--sync-font-heading);
  font-size: 15px;
  font-weight: 500;
  color: var(--sync-off-white);
  margin: 0 0 2px;
  letter-spacing: -0.02em;
}

.card-body p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  color: rgba(247, 247, 245, 0.5);
  margin: 0;
}

/* ==========================================================================
   Hero Desktop Visual Styling
   ========================================================================== */
.hero-visual-mobile {
  display: none;
}

.hero-visual-desktop {
  display: none;
}

@media (min-width: 992px) {
  .hero-visual-desktop {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1; /* Behind text column content (z-index: 5) */
  }
  
  .hero-visual-image {
    position: absolute;
    right: 4vw;
    top: 50%;
    width: 42vw;
    min-width: 580px;
    max-width: 780px;
    height: auto;
    pointer-events: none;
    animation: floating-s 6s ease-in-out infinite;
    filter: drop-shadow(0 25px 60px rgba(0, 0, 0, 0.75));
  }
}

@keyframes floating-s {
  0%, 100% { transform: translateY(-50%); }
  50% { transform: translateY(-52%); }
}

/* ==========================================================================
   Responsive & Adaptive Styles
   ========================================================================== */

@media (max-width: 991px) {
  .hero-container {
    min-height: auto;
  }
  
  .hero-section {
    padding: 40px 0 60px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  /* Show Mobile Visual inline using background positioning to center the S */
  .hero-visual-mobile {
    display: block;
    width: 100%;
    height: 340px;
    margin: 0 auto 16px;
    background-image: url('s.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: drop-shadow(0 8px 30px rgba(0,0,0,0.5));
  }
  
  .hero-actions {
    margin-bottom: 40px;
  }
  
  .cards-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .card {
    padding: 18px;
  }
  
  /* Mobile menu adjustments */
  .menu-toggle {
    display: flex;
  }
  
  .nav {
    display: none; /* simple hidden nav, can toggle with js */
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: rgba(7, 8, 11, 0.96);
    border-bottom: 1px solid rgba(247, 247, 245, 0.08);
    flex-direction: column;
    padding: 24px;
    gap: 16px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  
  .nav.open {
    display: flex;
  }
  
  .nav a {
    width: 100%;
    text-align: center;
  }
  
  .topbar-actions {
    display: none; /* Hide topbar CTA on mobile, simple layout */
  }
  
  .menu-toggle.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
  }
  
  .menu-toggle.open span:nth-child(2) {
    opacity: 0;
  }
  
  .menu-toggle.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -7px);
  }
}

@media (max-width: 480px) {
  h1 {
    margin-bottom: 20px;
  }
  
  .hero-actions {
    flex-direction: column;
    width: 100%;
  }
  
  .hero-actions .btn {
    width: 100%;
  }
}

/* ==========================================================================
   Ecosystem Section Styles
   ========================================================================== */
.ecosystem-section {
  padding: 30px 0 100px;
  background-color: var(--sync-preto-profundo);
  border-top: 1px solid rgba(247, 247, 245, 0.05);
  position: relative;
  overflow: hidden;
}

.ecosystem-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 64px;
}

.ecosystem-info h2 {
  font-family: var(--sync-font-heading);
  font-size: clamp(34px, 3.6vw, 48px);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin: 0 0 24px;
  color: var(--sync-off-white);
}

.ecosystem-info h2 .highlight {
  color: var(--sync-vermelho);
  font-weight: 500;
}

.section-lead {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(247, 247, 245, 0.65);
  max-width: 500px;
  margin: 0 0 32px;
}

.scroll-cue {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--sync-cinza-apoio);
  opacity: 0.75;
}

.mouse-icon {
  color: var(--sync-vermelho);
  animation: mouse-float 2s ease-in-out infinite;
}

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

/* Diagram Container & Overlays */
.ecosystem-diagram-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.diagram-wrapper {
  position: relative;
  width: min(540px, 100%);
  aspect-ratio: 906 / 681;
  margin-bottom: 32px;
}

.diagram-image {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
  filter: drop-shadow(0 8px 32px rgba(0,0,0,0.5));
}

.diagram-node {
  position: absolute;
  width: 16%;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}

/* Pulse ring effect on hover/active */
.diagram-node::before {
  content: "";
  position: absolute;
  inset: -4px;
  border: 2px solid var(--sync-vermelho);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.92);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.diagram-node:hover::before,
.diagram-node.active::before {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 0 15px rgba(243, 21, 86, 0.45);
}

/* Individual node placements */
.node-produtos {
  left: 49.63%;
  top: 11.17%;
}

.node-projects {
  left: 13.59%;
  top: 73.04%;
}

.node-consulting {
  left: 86.15%;
  top: 73.56%;
}

/* Labels are now integrated inside simbolo3.png directly */

/* ==========================================================================
   Tab Navigation Bar
   ========================================================================== */
.tabs-nav-bar {
  margin-bottom: 56px;
  border-bottom: 1px solid rgba(247, 247, 245, 0.06);
}

.tabs-nav-wrapper {
  display: flex;
  justify-content: center;
  gap: 36px;
}

.tab-btn {
  background: none;
  border: none;
  padding: 16px 20px;
  font-family: var(--sync-font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(247, 247, 245, 0.45);
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.tab-btn::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--sync-vermelho);
  transform: scaleX(0);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.tab-btn:hover {
  color: var(--sync-off-white);
}

.tab-btn.active {
  color: var(--sync-off-white);
  text-shadow: 0 0 10px rgba(243, 21, 86, 0.2);
}

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

/* ==========================================================================
   Tab Content Panels & Transitions
   ========================================================================== */
.tab-panels-container {
  position: relative;
  min-height: 400px;
}

.tab-panel {
  display: none;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.tab-panel.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.panel-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 56px;
  align-items: start;
}

.panel-intro {
  position: sticky;
  top: 110px;
}

.panel-kicker {
  font-family: var(--sync-font-heading);
  font-size: 10px;
  font-weight: 800;
  color: var(--sync-vermelho);
  letter-spacing: 0.15em;
  margin-bottom: 16px;
  display: block;
}

.panel-intro h3 {
  font-family: var(--sync-font-heading);
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin: 0 0 18px;
  color: var(--sync-off-white);
}

.panel-intro p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(247, 247, 245, 0.6);
  margin: 0 0 32px;
}

.btn-outline-glow {
  background: rgba(7, 8, 11, 0.6);
  border: 1px solid rgba(243, 21, 86, 0.35);
  color: var(--sync-off-white);
}

.btn-outline-glow:hover {
  background: rgba(243, 21, 86, 0.08);
  border-color: var(--sync-vermelho-glow);
  box-shadow: 0 0 20px rgba(243, 21, 86, 0.25);
  color: #ffffff;
}

/* ==========================================================================
   Tab Panel Content: PRODUTOS
   ========================================================================== */
.products-grid-6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.p-card {
  background: var(--sync-card);
  border: 1px solid var(--sync-border);
  border-radius: 12px;
  padding: 22px 20px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 8px 30px rgba(0, 0, 0, 0.25);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.p-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.p-card:hover {
  transform: translateY(-4px);
  border-color: rgba(243, 21, 86, 0.35);
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 36px rgba(0, 0, 0, 0.4),
    0 0 20px rgba(243, 21, 86, 0.06);
}

.card-plus {
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 16px;
  font-weight: 300;
  color: rgba(247, 247, 245, 0.25);
  transition: color 0.3s ease;
  user-select: none;
}

.p-card:hover .card-plus {
  color: var(--sync-vermelho);
}

.p-card-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}

.p-card-icon {
  width: 24px;
  height: 24px;
  color: var(--sync-vermelho);
  transition: transform 0.35s ease;
}

.p-card:hover .p-card-icon {
  transform: scale(1.08);
  filter: drop-shadow(0 0 8px rgba(255, 45, 111, 0.45));
}

.p-card h4 {
  font-family: var(--sync-font-heading);
  font-size: 15px;
  font-weight: 600;
  color: var(--sync-off-white);
  margin: 0 0 6px;
  letter-spacing: -0.02em;
}

.p-card p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.45;
  color: rgba(247, 247, 245, 0.5);
  margin: 0;
}

/* ==========================================================================
   Tab Panel Content: SYNC PROJECTS
   ========================================================================== */
.flow-diagram-container {
  position: relative;
  width: 100%;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flow-columns-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
  z-index: 5;
}

.flow-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.flow-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(17, 19, 26, 0.7);
  border: 1px solid rgba(247, 247, 245, 0.08);
  border-radius: 8px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.flow-box:hover {
  border-color: rgba(243, 21, 86, 0.35);
  background: rgba(17, 19, 26, 0.9);
  box-shadow: 
    0 8px 25px rgba(0, 0, 0, 0.35),
    0 0 15px rgba(243, 21, 86, 0.05);
  transform: translateY(-2px);
}

.flow-icon {
  width: 16px;
  height: 16px;
  color: var(--sync-vermelho);
  flex-shrink: 0;
}

.flow-box span {
  font-family: var(--sync-font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--sync-off-white);
}

/* Core anchor element at the bottom center */
.flow-core-anchor {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 36px;
  position: relative;
  z-index: 6;
}

.core-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sync-vermelho) 0%, var(--sync-vermelho-glow) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 25px rgba(243, 21, 86, 0.5);
  transition: all 0.3s ease;
  cursor: pointer;
}

.core-circle:hover {
  transform: scale(1.08);
  box-shadow: 0 0 32px rgba(243, 21, 86, 0.7);
}

.core-icon {
  width: 26px;
  height: 26px;
  color: #ffffff;
}

.core-pill {
  margin-top: 14px;
  padding: 6px 16px;
  background: rgba(7, 8, 11, 0.9);
  border: 1px solid rgba(243, 21, 86, 0.35);
  border-radius: 99px;
  font-family: var(--sync-font-heading);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--sync-off-white);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

/* SVG Line Connections Backdrop */
.flow-lines-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.flow-line {
  stroke-dasharray: 4,4;
  animation: flow-dash-anim 35s linear infinite;
}

@keyframes flow-dash-anim {
  to {
    stroke-dashoffset: -1000;
  }
}

/* ==========================================================================
   Tab Panel Content: SYNC CONSULTING
   ========================================================================== */
.panel-consulting-layout {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 40px;
  align-items: center;
}

/* CSS Radar Animation */
.radar-container {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px solid rgba(243, 21, 86, 0.12);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: radial-gradient(circle, rgba(243, 21, 86, 0.02) 0%, transparent 70%);
}

.radar-circle {
  border-radius: 50%;
  border: 1px solid rgba(243, 21, 86, 0.08);
  position: absolute;
}

.circle-mid {
  width: 170px;
  height: 170px;
}

.circle-inner {
  width: 90px;
  height: 90px;
}

.radar-sweep {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg, rgba(243, 21, 86, 0.22) 0deg, transparent 75deg, transparent 360deg);
  animation: radar-spin-anim 3.5s linear infinite;
}

@keyframes radar-spin-anim {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.radar-center-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sync-vermelho);
  position: absolute;
  box-shadow: 0 0 12px var(--sync-vermelho-glow);
  z-index: 5;
}

.radar-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sync-vermelho-glow);
  position: absolute;
  box-shadow: 0 0 10px var(--sync-vermelho-glow);
  animation: radar-dot-ping 2s ease-in-out infinite;
}

@keyframes radar-dot-ping {
  0%, 100% { transform: scale(1); opacity: 0.35; }
  50% { transform: scale(1.35); opacity: 1; filter: brightness(1.2); }
}

.dot-1 {
  top: 28%;
  left: 38%;
  animation-delay: 0.4s;
}

.dot-2 {
  top: 58%;
  left: 68%;
  animation-delay: 1.1s;
}

.dot-3 {
  top: 73%;
  left: 28%;
  animation-delay: 1.8s;
}

/* Consulting List Items */
.consulting-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.c-item {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 16px 20px;
  background: var(--sync-card);
  border: 1px solid var(--sync-border);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 4px 15px rgba(0,0,0,0.15);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.c-item:hover {
  border-color: rgba(243, 21, 86, 0.3);
  transform: translateX(4px);
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 8px 25px rgba(0, 0, 0, 0.25),
    0 0 15px rgba(243, 21, 86, 0.04);
}

.c-item-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.c-item-icon {
  width: 20px;
  height: 20px;
  color: var(--sync-vermelho);
  transition: transform 0.3s ease;
}

.c-item:hover .c-item-icon {
  transform: scale(1.08);
}

.c-item-text h4 {
  font-family: var(--sync-font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--sync-off-white);
  margin: 0 0 3px;
}

.c-item-text p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  color: rgba(247, 247, 245, 0.5);
  margin: 0;
}

/* ==========================================================================
   Ecosystem Mobile Responsive
   ========================================================================== */
@media (max-width: 991px) {
  .ecosystem-section {
    padding: 60px 0;
  }
  
  .ecosystem-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 40px;
  }
  
  .section-lead {
    margin-bottom: 24px;
  }
  
  .scroll-cue {
    display: none; /* Mouse hint hidden on mobile */
  }
  
  .ecosystem-diagram-container {
    max-width: 360px;
    margin: 0 auto;
  }
  
  /* Diagram labels integrated in image */
  
  .tabs-nav-bar {
    margin-bottom: 40px;
  }
  
  .tabs-nav-wrapper {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .tab-btn {
    padding: 10px 12px;
    font-size: 11px;
  }
  
  .panel-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  
  .panel-intro {
    position: relative;
    top: 0;
  }
  
  .panel-intro p {
    margin-bottom: 20px;
  }
  
  .products-grid-6 {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  
  .flow-columns-wrapper {
    gap: 16px;
  }
  
  .flow-box {
    padding: 10px 12px;
  }
  
  .flow-box span {
    font-size: 9px;
  }
  
  .flow-lines-svg {
    display: none; /* Hide dashed connection lines on mobile */
  }
  
  .panel-consulting-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 480px) {
  .products-grid-6 {
    grid-template-columns: 1fr;
  }
  
  .flow-columns-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .flow-diagram-container {
    min-height: auto;
  }
  
  .flow-core-anchor {
    margin-top: 24px;
  }
  
  .core-pill {
    font-size: 8px;
    padding: 4px 10px;
  }
}

/* ==========================================================================
   Cases Section Styles
   ========================================================================== */
.cases-section {
  padding: 100px 0;
  background-color: var(--sync-preto-profundo);
  border-top: 1px solid rgba(247, 247, 245, 0.05);
  position: relative;
}

.cases-header {
  margin-bottom: 56px;
}

.cases-header h2 {
  font-family: var(--sync-font-heading);
  font-size: clamp(34px, 3.6vw, 48px);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin: 0 0 20px;
  color: var(--sync-off-white);
}

.cases-header h2 .highlight {
  color: var(--sync-vermelho);
  font-weight: 500;
}

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

.case-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--sync-card);
  border: 1px solid var(--sync-border);
  border-radius: 16px;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 8px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.case-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.case-card:hover {
  transform: translateY(-6px);
  border-color: rgba(243, 21, 86, 0.35);
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 16px 40px rgba(0, 0, 0, 0.45),
    0 0 25px rgba(243, 21, 86, 0.06);
}

.case-badge {
  font-family: var(--sync-font-heading);
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--sync-vermelho-glow);
  background: rgba(243, 21, 86, 0.06);
  border: 1px solid rgba(243, 21, 86, 0.18);
  border-radius: 99px;
  padding: 4px 12px;
  align-self: flex-start;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.case-metric {
  font-family: var(--sync-font-heading);
  font-size: clamp(38px, 4.2vw, 48px);
  font-weight: 300;
  color: var(--sync-off-white);
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}

.case-metric-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sync-vermelho);
  margin-bottom: 24px;
}

.case-card h3 {
  font-family: var(--sync-font-heading);
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--sync-off-white);
  margin: 0 0 10px;
  letter-spacing: -0.015em;
}

.case-card p {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(247, 247, 245, 0.55);
  margin: 0;
}

.case-footer {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(247, 247, 245, 0.05);
}

.case-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--sync-font-heading);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: rgba(247, 247, 245, 0.55);
  transition: color 0.3s ease;
  text-transform: uppercase;
  cursor: pointer;
}

.link-arrow {
  color: var(--sync-vermelho);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.case-card:hover .case-link {
  color: var(--sync-vermelho-glow);
}

.case-card:hover .link-arrow {
  transform: translateX(4px);
}

@media (max-width: 991px) {
  .cases-section {
    padding: 60px 0;
  }
  
  .cases-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .cases-header {
    margin-bottom: 40px;
  }
}

/* ==========================================================================
   Call to Action (CTA) Section Styles
   ========================================================================== */
.cta-section {
  padding: 80px 0 60px;
  background-color: var(--sync-preto-profundo);
  position: relative;
  overflow: hidden;
}

.cta-container {
  background: linear-gradient(135deg, rgba(17, 19, 26, 0.6) 0%, rgba(7, 8, 11, 0.85) 100%);
  border: 1px solid rgba(243, 21, 86, 0.2);
  border-radius: 20px;
  padding: 56px 64px;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 12px 40px rgba(0, 0, 0, 0.35);
}

.cta-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.cta-glow {
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 450px;
  height: 280px;
  background: radial-gradient(circle, rgba(243, 21, 86, 0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: 0 auto;
}

.cta-kicker {
  font-family: var(--sync-font-heading);
  font-size: 10px;
  font-weight: 800;
  color: var(--sync-vermelho);
  letter-spacing: 0.15em;
  margin-bottom: 16px;
  display: block;
}

.cta-content h2 {
  font-family: var(--sync-font-heading);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--sync-off-white);
  margin: 0 0 18px;
}

.cta-content p {
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(247, 247, 245, 0.6);
  margin: 0 0 32px;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-cta-whatsapp {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  border: none;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.25);
}

.btn-cta-whatsapp:hover {
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4);
  transform: translateY(-2px);
  filter: brightness(1.08);
}

/* ==========================================================================
   Footer Section Styles
   ========================================================================== */
.footer-section {
  padding: 72px 0 36px;
  background-color: rgba(7, 8, 11, 0.5);
  border-top: 1px solid rgba(247, 247, 245, 0.05);
  position: relative;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr;
  gap: 48px;
  margin-bottom: 56px;
}

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

.footer-logo {
  height: 22px;
  width: auto;
  align-self: flex-start;
}

.brand-desc {
  font-size: 12.5px;
  line-height: 1.55;
  color: rgba(247, 247, 245, 0.45);
  margin: 0;
  max-width: 260px;
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(247, 247, 245, 0.08);
  color: rgba(247, 247, 245, 0.5);
  transition: all 0.25s ease;
}

.social-links a:hover {
  color: var(--sync-vermelho);
  border-color: rgba(243, 21, 86, 0.35);
  background: rgba(243, 21, 86, 0.04);
}

.footer-col h4 {
  font-family: var(--sync-font-heading);
  font-size: 10px;
  font-weight: 800;
  color: var(--sync-off-white);
  letter-spacing: 0.12em;
  margin: 0 0 20px;
}

.links-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.links-col a {
  font-size: 13px;
  color: rgba(247, 247, 245, 0.45);
  text-decoration: none;
  transition: color 0.25s ease;
}

.links-col a:hover {
  color: var(--sync-vermelho-glow);
}

.contact-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(247, 247, 245, 0.45);
  margin: 0;
}

.contact-item svg {
  color: var(--sync-vermelho);
  flex-shrink: 0;
}

.footer-bottom {
  padding-top: 28px;
  border-top: 1px solid rgba(247, 247, 245, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 11.5px;
  color: rgba(247, 247, 245, 0.3);
}

.footer-bottom p {
  margin: 0;
}

.footer-legal-links {
  display: flex;
  gap: 20px;
}

.footer-legal-links a {
  color: rgba(247, 247, 245, 0.3);
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-legal-links a:hover {
  color: var(--sync-off-white);
}

/* ==========================================================================
   CTA & Footer Responsive
   ========================================================================== */
@media (max-width: 991px) {
  .cta-container {
    padding: 44px 32px;
  }
  
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  
  .brand-col {
    grid-column: span 2;
  }
}

@media (max-width: 560px) {
  .cta-container {
    padding: 36px 20px;
  }
  
  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }
  
  .cta-actions .btn {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  
  .brand-col {
    grid-column: span 1;
  }
  
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
}
