/* =========================================
   VYNCULO — Page Styles
   ========================================= */

:root {
  --vy-navy:       #172440;
  --vy-navy-2:     #1e2f52;
  --vy-navy-light: #253d6e;
  --vy-gold:       #F5A800;
  --vy-gold-dark:  #c98d00;
  --vy-gold-glow:  rgba(245, 168, 0, 0.18);
  --vy-gold-soft:  rgba(245, 168, 0, 0.08);
}

/* Override section-label color on Vynculo page */
.vy-page .section-label {
  color: var(--vy-gold);
}

/* =========================================
   SHARED TYPOGRAPHY
   ========================================= */
.vy-title {
  font-size: clamp(1.65rem, 3.2vw, 2.625rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--dark);
  margin-bottom: 20px;
}

.vy-title--light {
  color: var(--white);
}

.vy-subtitle {
  font-size: 1.0625rem;
  color: var(--gray);
  line-height: 1.75;
  max-width: 620px;
  margin: 0 auto;
}

.vy-gold {
  color: var(--vy-gold);
}

.vy-label-gold {
  color: var(--vy-gold) !important;
}

/* =========================================
   BUTTONS
   ========================================= */
.btn-vy-gold {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--vy-gold);
  color: var(--vy-navy) !important;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 100px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 24px rgba(245, 168, 0, 0.35);
  white-space: nowrap;
}

.btn-vy-gold:hover {
  background: var(--vy-gold-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 36px rgba(245, 168, 0, 0.45);
}

.btn-vy-lg {
  font-size: 1.0625rem;
  padding: 16px 40px;
}

.btn-vy-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 100px;
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-vy-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--white) !important;
}

/* Active nav item in dropdown */
.vy-nav-active strong {
  color: var(--vy-gold) !important;
}

/* =========================================
   HERO
   ========================================= */
.vy-hero {
  background: var(--vy-navy);
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 100px 24px 80px;
}

.vy-hero-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 65% 55% at 75% 45%, rgba(245, 168, 0, 0.09) 0%, transparent 65%),
    radial-gradient(ellipse 45% 50% at 15% 90%, rgba(0, 180, 216, 0.07) 0%, transparent 60%);
  pointer-events: none;
}

.vy-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

/* Left — text */
.vy-hero-top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
}

.vy-hero-logo {
  height: 40px;
  width: auto;
}

.vy-hero-by {
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding-left: 14px;
}

.vy-hero-by strong {
  color: var(--cyan);
}

.vy-hero-title {
  font-size: clamp(2.1rem, 4.2vw, 3.4rem);
  font-weight: 900;
  line-height: 1.12;
  color: var(--white);
  margin-bottom: 22px;
}

.vy-hero-sub {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
  margin-bottom: 38px;
  max-width: 540px;
}

.vy-hero-sub strong {
  color: var(--white);
}

.vy-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 52px;
}

/* Stats strip */
.vy-hero-stats {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.vy-stat-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.vy-stat-value {
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--vy-gold);
  line-height: 1;
}

.vy-stat-desc {
  font-size: 0.6875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.vy-stat-sep {
  width: 1px;
  height: 34px;
  background: rgba(255, 255, 255, 0.12);
}

/* Right — image */
.vy-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vy-hero-img {
  width: 100%;
  max-width: 640px;
  border-radius: 20px;
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.06);
}

/* =========================================
   O QUE É O VYNCULO
   ========================================= */
.vy-intro {
  padding: 96px 24px;
  background: var(--white);
}

.vy-intro-inner {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}

.vy-intro-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  text-align: left;
  margin: 32px 0 60px;
}

.vy-intro-body p {
  font-size: 1rem;
  color: var(--gray);
  line-height: 1.78;
}

.vy-intro-body p strong {
  color: var(--dark);
}

.vy-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.vy-pillar {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 20px 24px;
  text-align: center;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.vy-pillar:hover {
  border-color: rgba(245, 168, 0, 0.4);
  box-shadow: 0 8px 32px rgba(245, 168, 0, 0.1);
  transform: translateY(-4px);
}

.vy-pillar-icon {
  font-size: 1.875rem;
  display: block;
  margin-bottom: 14px;
}

.vy-pillar h4 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
}

.vy-pillar p {
  font-size: 0.8125rem;
  color: var(--gray);
  line-height: 1.6;
}

/* =========================================
   POR QUE O VYNCULO — BENEFITS
   ========================================= */
.vy-benefits {
  padding: 96px 24px;
  background: var(--off-white);
}

.vy-benefits-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.vy-benefits-visual img {
  width: 100%;
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
}

.vy-benefits-text > p {
  color: var(--gray);
  line-height: 1.75;
  margin-bottom: 32px;
}

.vy-checklist {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.vy-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--dark);
  line-height: 1.55;
}

.vy-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  min-width: 22px;
  background: var(--vy-gold-glow);
  border: 1.5px solid var(--vy-gold);
  border-radius: 50%;
  margin-top: 1px;
  position: relative;
}

.vy-check::after {
  content: '';
  display: block;
  width: 5px;
  height: 9px;
  border-right: 2px solid var(--vy-gold);
  border-bottom: 2px solid var(--vy-gold);
  transform: rotate(45deg) translateY(-1px);
}

/* =========================================
   FEATURES — GRANDES (alternating rows)
   ========================================= */
.vy-features {
  background: var(--white);
  padding-top: 96px;
}

.vy-features-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 72px;
  padding: 0 24px;
}

.vy-feat-row {
  border-top: 1px solid var(--border);
  padding: 80px 24px;
}

.vy-feat-row--alt {
  background: var(--off-white);
}

.vy-feat-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.vy-feat-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 100px;
  background: var(--vy-gold-soft);
  border: 1px solid rgba(245, 168, 0, 0.22);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--vy-gold-dark);
  margin-bottom: 20px;
}

.vy-feat-text h3 {
  font-size: clamp(1.375rem, 2.6vw, 1.875rem);
  font-weight: 800;
  color: var(--dark);
  line-height: 1.3;
  margin-bottom: 16px;
}

.vy-feat-text p {
  color: var(--gray);
  line-height: 1.75;
  margin-bottom: 24px;
}

.vy-feat-bullets {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vy-feat-bullets li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--dark);
}

.vy-feat-bullets li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--vy-gold);
  border-radius: 50%;
  flex-shrink: 0;
}

.vy-feat-visual img {
  width: 100%;
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.vy-feat-visual img:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 64px rgba(0, 0, 0, 0.2);
}

/* =========================================
   FEATURES — GRID DE CARDS
   ========================================= */
.vy-grid-section {
  padding: 80px 24px 96px;
  background: var(--off-white);
  border-top: 1px solid var(--border);
}

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

.vy-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.vy-card:hover {
  border-color: rgba(245, 168, 0, 0.35);
  box-shadow: 0 12px 48px rgba(245, 168, 0, 0.12);
  transform: translateY(-5px);
}

.vy-card-img {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--vy-navy);
}

.vy-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.vy-card:hover .vy-card-img img {
  transform: scale(1.06);
}

.vy-card-body {
  padding: 22px 22px 28px;
  flex: 1;
}

.vy-card-icon {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.vy-card-body h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 10px;
}

.vy-card-body p {
  font-size: 0.875rem;
  color: var(--gray);
  line-height: 1.65;
}

.vy-card-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.vy-card-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: var(--gray);
  line-height: 1.5;
}

.vy-card-list li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  min-width: 6px;
  background: var(--vy-gold);
  border-radius: 50%;
}

/* =========================================
   TRANSFORMAÇÃO (dark section)
   ========================================= */
.vy-transform {
  background: var(--vy-navy);
  color: var(--white);
  padding: 96px 24px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.vy-transform-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 50% 100%, rgba(245, 168, 0, 0.07) 0%, transparent 70%);
  pointer-events: none;
}

.vy-transform-header {
  max-width: 820px;
  margin: 0 auto 56px;
}

.vy-transform-img {
  max-width: 960px;
  margin: 0 auto 72px;
}

.vy-transform-img img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
}

.vy-transform-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 0 auto 72px;
}

.vy-transform-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 36px 24px;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.vy-transform-card:hover {
  background: rgba(245, 168, 0, 0.07);
  border-color: rgba(245, 168, 0, 0.22);
  transform: translateY(-4px);
}

.vy-transform-icon {
  font-size: 2.25rem;
  display: block;
  margin-bottom: 18px;
}

.vy-transform-card h4 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}

.vy-transform-card p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.65;
}

.vy-transform-quote {
  max-width: 680px;
  margin: 0 auto;
}

.vy-transform-quote p {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
}

.vy-quote-hl {
  font-size: clamp(1.125rem, 2vw, 1.4375rem) !important;
  font-weight: 700 !important;
  color: var(--vy-gold) !important;
  margin-top: 8px;
}

/* =========================================
   CTA FINAL
   ========================================= */
.vy-cta {
  background: var(--white);
  padding: 96px 24px;
  border-top: 1px solid var(--border);
}

.vy-cta-inner {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

.vy-cta-sub {
  font-size: 1.0625rem;
  color: var(--gray);
  line-height: 1.75;
  margin-bottom: 40px;
}

.vy-cta-note {
  margin-top: 22px;
  font-size: 0.8125rem;
  color: var(--gray-light);
}

.vy-cta-note a {
  color: var(--cyan);
  font-weight: 600;
}

.vy-cta-note a:hover {
  text-decoration: underline;
}

/* =========================================
   RESPONSIVE — Tablet (≤ 1024px)
   ========================================= */
@media (max-width: 1024px) {
  .vy-hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
    text-align: center;
  }

  .vy-hero-top {
    justify-content: center;
  }

  .vy-hero-sub {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .vy-hero-actions {
    justify-content: center;
  }

  .vy-hero-stats {
    justify-content: center;
  }

  .vy-hero-visual {
    order: -1;
  }

  .vy-hero-img {
    max-width: 520px;
  }

  .vy-intro-body {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: left;
  }

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

  .vy-benefits-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .vy-feat-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

  .vy-transform-cols {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* =========================================
   RESPONSIVE — Mobile (≤ 640px)
   ========================================= */
@media (max-width: 768px) {
  .vy-hero {
    padding: 100px 16px 64px;
  }

  .vy-feat-row {
    padding: 60px 16px;
  }

  .vy-hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .vy-hero-actions .btn-vy-gold,
  .vy-hero-actions .btn-vy-ghost {
    width: 100%;
    justify-content: center;
  }

  .vy-pillars {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

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

  .vy-transform-cols {
    grid-template-columns: 1fr;
  }

  .vy-transform-img {
    margin-bottom: 48px;
  }
}
