﻿@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&family=Merriweather:wght@700&display=swap');

:root {
  --oc-green-900: #123a30;
  --oc-green-700: #1f6d5a;
  --oc-green-500: #3f9b7a;
  --oc-sand: #f3ebdc;
  --oc-ink: #1b1f23;
  --oc-muted: #5f6b75;
  --sidebar-width: 270px;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  color: var(--oc-ink);
  background: radial-gradient(circle at top right, #f6fff8 0, #eef4f2 40%, #e4ece9 100%);
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Merriweather', serif;
}

.public-shell {
  background: linear-gradient(130deg, var(--oc-green-900), #0e2420 50%, #173f35 100%);
  color: #fff;
}

.public-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(8px);
  background: rgba(18, 58, 48, 0.8);
}

.hero-section {
  padding-top: 2rem;
}

.hero-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  font-size: 0.8rem;
}

.hero-title {
  margin-top: 0.8rem;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.2;
}

.hero-text {
  color: rgba(255, 255, 255, 0.86);
}

.hero-carousel-item {
  min-height: 330px;
  background: linear-gradient(20deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.1)),
    linear-gradient(120deg, #2a8f74, #6fbf9d);
}

#lancamentos {
  background: var(--oc-sand);
  color: var(--oc-ink);
}

.section-heading p {
  color: var(--oc-muted);
}

.product-card img {
  height: 190px;
  object-fit: cover;
  background: linear-gradient(45deg, #f8d693, #f3ebdc);
  padding: 1.5rem;
}

.app-wrapper {
  min-height: 100vh;
  display: grid;
  grid-template-columns: var(--sidebar-width) 1fr;
  transition: grid-template-columns 0.25s ease;
}

.app-wrapper.sidebar-collapsed {
  grid-template-columns: 0px 1fr;
}

.app-wrapper.sidebar-collapsed .app-sidebar {
  overflow: hidden;
  padding: 0;
  min-width: 0;
}

.app-sidebar {
  background: linear-gradient(180deg, var(--oc-green-900), #0f2d26);
  color: #fff;
  padding: 1.25rem 1rem;
  overflow: auto;
  transition: padding 0.25s ease, min-width 0.25s ease;
}

.brand-block {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.3rem;
}

.brand-logo {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(120deg, #f2a93b, #ffd48a);
  color: #2a2a2a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.brand-block small {
  display: block;
  opacity: 0.75;
}

.sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.sidebar-link {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
}

.sidebar-link:hover,
.sidebar-link.active {
  background: rgba(255, 255, 255, 0.16);
}

.sidebar-link.active {
  font-weight: 600;
  background: rgba(255, 255, 255, 0.22);
}

.sidebar-group-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  padding: 0.75rem 0.75rem 0.2rem;
  margin-top: 0.25rem;
}

.sidebar-group-label:first-child {
  margin-top: 0;
  padding-top: 0.25rem;
}

.sidebar-note {
  margin-top: 1rem;
  border-top: 1px dashed rgba(255, 255, 255, 0.35);
  padding-top: 0.9rem;
  font-size: 0.78rem;
  opacity: 0.75;
}

.app-content {
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.app-header {
  position: sticky;
  top: 0;
  z-index: 15;
  background: linear-gradient(90deg, var(--oc-green-700), var(--oc-green-500));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
}

.app-title {
  margin: 0;
  font-size: 1.1rem;
}

.app-main {
  padding: 1rem;
}

.app-footer,
.public-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  color: #67717a;
  font-size: 0.85rem;
}

.app-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 1rem;
  background: #fff;
}

.dashboard-welcome p {
  color: var(--oc-muted);
  margin: 0;
}

.dashboard-card {
  color: #fff;
}

.dashboard-card-primary {
  background: linear-gradient(120deg, #2863ad, #3d7ccc);
}

.dashboard-card-success {
  background: linear-gradient(120deg, #1f7658, #41aa83);
}

.dashboard-card-warning {
  background: linear-gradient(120deg, #bc7c1b, #dda14a);
}

.shortcut-card {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e6ece9;
  padding: 1rem;
  color: var(--oc-ink);
  min-height: 78px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.shortcut-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 20px rgba(16, 48, 40, 0.12);
}

.table-row-link {
  cursor: pointer;
}

.table-row-link:hover {
  background-color: #f4faf7;
}

.login-section {
  min-height: 72vh;
  display: grid;
  place-items: center;
}

.login-card {
  border-radius: 18px;
}

.product-form-shell {
  background: #fff;
}

.product-form-shell .card-body {
  padding: 0.95rem !important;
}

.product-section {
  border: 1px solid #cfd6dc;
  border-radius: 8px;
  padding: 0.6rem 0.65rem;
  background: #fff;
}

.product-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  border-bottom: 1px solid #e4e9ee;
  padding-bottom: 0.45rem;
}

.product-section-head h5 {
  color: #1d3e66;
  font-size: 1rem;
  font-style: italic;
  text-transform: uppercase;
}

.product-section-head span {
  font-size: 0.74rem;
  color: #6a777f;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.product-form-shell .form-label {
  font-size: 0.74rem;
  color: #4e5f70;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}

.product-photo-box {
  height: 106px;
  border: 1px solid #d6dde4;
  border-radius: 6px;
  background: #f8fafc;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.product-photo-preview {
  max-width: 50%;
  max-height: 78%;
  object-fit: contain;
  padding: 0;
}

.product-photo-empty {
  color: #8794a0;
  font-size: 0.82rem;
  text-align: center;
}

.product-metric-card {
  border: 1px solid #d6dde4;
  border-radius: 6px;
  padding: 0.5rem;
  background: #fff;
}

.product-metric-card h6 {
  margin-bottom: 0.4rem;
  color: #2e4f71;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.product-metric-card .form-control {
  padding: 0.18rem 0.45rem;
  font-size: 0.88rem;
}

.product-compact-grid {
  display: grid;
  gap: 0.35rem;
}

.product-compact-label {
  min-width: 88px;
  justify-content: flex-start;
  font-size: 0.74rem;
  text-transform: uppercase;
  color: #34506b;
  background: #f3f6f9;
}

.product-compact-grid .form-control {
  font-size: 0.95rem;
}

.product-title-input {
  font-weight: 800;
  font-style: italic;
}

.product-dimensions-single-block {
  border: 1px solid #d6dde4;
  border-radius: 6px;
  background: #fff;
  padding: 0.5rem;
}

.product-dimensions-title {
  font-size: 0.76rem;
  text-transform: uppercase;
  color: #2e4f71;
  font-weight: 700;
  text-align: center;
}

.product-dimensions-single-block .form-label {
  text-align: center;
  display: block;
  font-size: 0.68rem;
  margin-bottom: 0.15rem;
}

.product-dimensions-single-block .form-label small {
  font-size: 0.62rem;
}

@media (max-width: 991px) {
  .app-wrapper {
    grid-template-columns: 1fr;
  }

  .app-sidebar {
    position: fixed;
    left: -280px;
    top: 0;
    bottom: 0;
    width: var(--sidebar-width);
    z-index: 40;
    transition: left 0.25s ease;
  }

  .app-wrapper.sidebar-open .app-sidebar {
    left: 0;
  }

  .app-footer {
    flex-direction: column;
  }

  .product-section-head {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* =================================================================
   GONÇALVES DECOR — LANDING PAGE
   Tipografia: 'Playfair Display' (títulos) + sistema (corpo)
   ================================================================= */

/* ── Variáveis da landing ── */
:root {
  --gd-ink:     #0c0b09;
  --gd-dark:    #111010;
  --gd-surface: #1a1917;
  --gd-card:    #222120;
  --gd-border:  rgba(255,255,255,0.07);
  --gd-gold:    #c9a84c;
  --gd-gold-lt: #e8cb80;
  --gd-cream:   #f5f0e8;
  --gd-muted:   rgba(245,240,232,0.52);
  --gd-r:       12px;
  --gd-font-display: 'Playfair Display', Georgia, serif;
}

/* ── Reset geral da landing ── */
.public-shell {
  background: var(--gd-ink);
  color: var(--gd-cream);
  font-family: 'Inter', system-ui, sans-serif;
}

/* ── Header público ── */
.public-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: transparent;
  transition: background 0.4s ease, backdrop-filter 0.4s ease;
}

.public-header.scrolled {
  background: rgba(12,11,9,0.88) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--gd-border);
}

.public-header .navbar-brand {
  font-family: var(--gd-font-display);
  letter-spacing: 0.06em;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gd-cream) !important;
  transition: color 0.2s;
}

.public-header .navbar-brand:hover {
  color: var(--gd-gold) !important;
}

.public-header .nav-link {
  color: rgba(245,240,232,0.78) !important;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 0.2s;
}

.public-header .nav-link:hover {
  color: var(--gd-gold) !important;
}

/* ── Footer público ── */
.public-footer {
  background: var(--gd-ink);
  border-top: 1px solid var(--gd-border);
  color: var(--gd-muted);
  font-size: 0.82rem;
}

/* ── Botões ── */
.gd-btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--gd-gold);
  color: var(--gd-ink);
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-size: 0.76rem;
  padding: 1rem 2.2rem;
  border-radius: 60px;
  text-decoration: none;
  transition: background 0.22s, transform 0.22s, box-shadow 0.22s;
  box-shadow: 0 4px 24px rgba(201,168,76,0.28);
}
.gd-btn-gold:hover {
  background: var(--gd-gold-lt);
  color: var(--gd-ink);
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(201,168,76,0.38);
}

.gd-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: var(--gd-cream);
  font-weight: 600;
  letter-spacing: 0.09em;
  font-size: 0.76rem;
  text-transform: uppercase;
  padding: 0.98rem 2.2rem;
  border-radius: 60px;
  border: 1.5px solid rgba(245,240,232,0.3);
  text-decoration: none;
  transition: border-color 0.22s, color 0.22s, transform 0.22s;
}
.gd-btn-outline:hover {
  border-color: var(--gd-gold);
  color: var(--gd-gold);
  transform: translateY(-3px);
}

/* ── Eyebrow ── */
.gd-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gd-gold);
  margin-bottom: 0.9rem;
}
.gd-eyebrow::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 1.5px;
  background: var(--gd-gold);
  flex-shrink: 0;
}

/* ── Divisor dourado ── */
.gd-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--gd-gold) 40%, var(--gd-gold) 60%, transparent 100%);
  opacity: 0.18;
}

/* =================================================================
   SEÇÃO HERO
   ================================================================= */
.gd-hero {
  position: relative;
  min-height: 100svh;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--gd-ink);
}

.gd-hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.gd-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  display: block;
  animation: gd-zoom 14s ease forwards;
}

@keyframes gd-zoom {
  from { transform: scale(1.08); }
  to   { transform: scale(1.0); }
}

/* Overlay: escuro à esquerda para legibilidade do texto, abre à direita */
.gd-hero-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg,
      rgba(12,11,9,0.82) 0%,
      rgba(12,11,9,0.50) 40%,
      rgba(12,11,9,0.08) 100%
    ),
    linear-gradient(to top,
      rgba(12,11,9,0.45) 0%,
      transparent 35%
    );
}

.gd-hero-body {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 100px; /* compensar header fixo */
}

.gd-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.3);
  border-radius: 60px;
  padding: 0.35rem 1rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gd-gold);
  margin-bottom: 1.6rem;
}

.gd-hero-title {
  font-family: var(--gd-font-display);
  font-size: clamp(2.8rem, 7vw, 6rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--gd-cream);
  margin-bottom: 1.4rem;
}

.gd-hero-title .accent {
  color: var(--gd-gold);
  font-style: italic;
}

.gd-hero-sub {
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  color: rgba(245,240,232,0.68);
  line-height: 1.75;
  margin-bottom: 2.8rem;
  max-width: 480px;
}

.gd-hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.gd-hero-badge {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  z-index: 2;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(12,11,9,0.6);
  backdrop-filter: blur(6px);
  text-align: center;
  animation: gd-spin 22s linear infinite;
  display: none;
}

@media (min-width: 992px) { .gd-hero-badge { display: flex; } }

.gd-hero-badge span:first-child {
  font-family: var(--gd-font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--gd-gold);
  line-height: 1;
}

.gd-hero-badge span:last-child {
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gd-muted);
  margin-top: 0.2rem;
}

/* Seta de scroll */
.gd-hero-scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(245,240,232,0.38);
  text-decoration: none;
  animation: gd-bounce 2.4s ease-in-out infinite;
}
.gd-hero-scroll span {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.gd-hero-scroll i { font-size: 1.1rem; }

@keyframes gd-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(8px); }
}

/* =================================================================
   FILMSTRIP — FAIXA INFINITA
   ================================================================= */
.gd-strip {
  overflow: hidden;
  background: var(--gd-surface);
  border-top: 1px solid var(--gd-border);
  border-bottom: 1px solid var(--gd-border);
  padding: 0;
}

.gd-strip-track {
  display: flex;
  width: max-content;
  animation: gd-scroll 40s linear infinite;
}

.gd-strip-track:hover { animation-play-state: paused; }

@keyframes gd-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.gd-strip-item {
  flex-shrink: 0;
  width: 280px;
  height: 210px;
  overflow: hidden;
  border-right: 1px solid var(--gd-border);
}

.gd-strip-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.5s ease;
}

.gd-strip-item:hover img { transform: scale(1.06); }

/* =================================================================
   FEATURE — FOTO GRANDE + TEXTO
   ================================================================= */
.gd-feature {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--gd-surface);
}

@media (min-width: 900px) {
  .gd-feature { grid-template-columns: 55% 45%; }
  .gd-feature.reverse { grid-template-columns: 45% 55%; direction: rtl; }
  .gd-feature.reverse > * { direction: ltr; }
}

.gd-feature-img {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.gd-feature-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.9s ease;
}

.gd-feature-img:hover img { transform: scale(1.05); }

.gd-feature-copy {
  padding: 5rem 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
}

@media (max-width: 899px) {
  .gd-feature-copy { padding: 3rem 1.5rem; }
}

.gd-feature-copy h2 {
  font-family: var(--gd-font-display);
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  font-weight: 700;
  line-height: 1.18;
  color: var(--gd-cream);
  margin: 0;
}

.gd-feature-copy p {
  color: var(--gd-muted);
  line-height: 1.8;
  font-size: 0.98rem;
  margin: 0;
}

.gd-arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--gd-gold);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: border-color 0.2s, gap 0.2s;
  width: fit-content;
}
.gd-arrow-link:hover {
  border-color: var(--gd-gold);
  color: var(--gd-gold);
  gap: 0.85rem;
}

/* =================================================================
   GALERIA
   ================================================================= */
.gd-gallery {
  background: var(--gd-dark);
  padding: 6rem 0 5rem;
}

.gd-gallery-head {
  text-align: center;
  margin-bottom: 3.5rem;
}

.gd-gallery-head h2 {
  font-family: var(--gd-font-display);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  color: var(--gd-cream);
  margin-bottom: 0.6rem;
}

.gd-gallery-head p {
  color: var(--gd-muted);
  font-size: 0.98rem;
}

/* Grid assimétrico */
.gd-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 220px;
  gap: 6px;
}

.gd-grid-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--gd-r);
  cursor: pointer;
  background: var(--gd-card);
}

.gd-grid-item:nth-child(1) { grid-column: span 5; grid-row: span 2; }
.gd-grid-item:nth-child(2) { grid-column: span 4; grid-row: span 1; }
.gd-grid-item:nth-child(3) { grid-column: span 3; grid-row: span 1; }
.gd-grid-item:nth-child(4) { grid-column: span 4; grid-row: span 1; }
.gd-grid-item:nth-child(5) { grid-column: span 3; grid-row: span 2; }
.gd-grid-item:nth-child(6) { grid-column: span 4; grid-row: span 1; }
.gd-grid-item:nth-child(7) { grid-column: span 5; grid-row: span 1; }
.gd-grid-item:nth-child(8) { grid-column: span 4; grid-row: span 1; }

@media (max-width: 991px) {
  .gd-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 180px;
  }
  .gd-grid-item { grid-column: span 3 !important; grid-row: span 1 !important; }
  .gd-grid-item:nth-child(1),
  .gd-grid-item:nth-child(5) { grid-column: span 6 !important; }
}

@media (max-width: 575px) {
  .gd-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; }
  .gd-grid-item { grid-column: span 1 !important; grid-row: span 1 !important; }
  .gd-grid-item:nth-child(1) { grid-column: span 2 !important; grid-row: span 1 !important; }
}

.gd-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gd-grid-item:hover img { transform: scale(1.08); }

.gd-grid-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12,11,9,0.82) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.35s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.2rem;
}

.gd-grid-item:hover .gd-grid-overlay { opacity: 1; }

.gd-grid-overlay h4 {
  font-family: var(--gd-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gd-cream);
  margin-bottom: 0.2rem;
  line-height: 1.2;
}

.gd-grid-overlay span {
  font-size: 0.72rem;
  color: var(--gd-gold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* =================================================================
   NÚMEROS / STATS
   ================================================================= */
.gd-numbers {
  background: var(--gd-surface);
  padding: 4.5rem 0;
  border-top: 1px solid var(--gd-border);
  border-bottom: 1px solid var(--gd-border);
}

.gd-number-value {
  font-family: var(--gd-font-display);
  font-size: 3rem;
  font-weight: 700;
  color: var(--gd-gold);
  line-height: 1;
  margin-bottom: 0.4rem;
}

.gd-number-label {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gd-muted);
}

.gd-numbers .col + .col {
  border-left: 1px solid var(--gd-border);
}

@media (max-width: 575px) {
  .gd-numbers .col + .col { border-left: none; }
  .gd-number-value { font-size: 2.2rem; }
}

/* =================================================================
   MODAL LIGHTBOX
   ================================================================= */
.gd-lightbox .modal-content {
  background: var(--gd-dark);
  border: 1px solid var(--gd-border);
  border-radius: 16px;
  overflow: hidden;
}

.gd-lightbox-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-height: 78vh;
}

.gd-lightbox-info {
  background: var(--gd-surface);
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  min-height: 280px;
}

.gd-lightbox-info h3 {
  font-family: var(--gd-font-display);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gd-cream);
  margin: 0;
  line-height: 1.2;
}

.gd-lightbox-info p {
  color: var(--gd-muted);
  line-height: 1.75;
  font-size: 0.95rem;
  margin: 0;
}

/* =================================================================
   CTA FINAL
   ================================================================= */
.gd-cta {
  position: relative;
  padding: 9rem 1.5rem;
  overflow: hidden;
  text-align: center;
}

.gd-cta-photo {
  position: absolute;
  inset: 0;
}

.gd-cta-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(0.22) saturate(0.5);
}

.gd-cta-body {
  position: relative;
  z-index: 2;
  max-width: 580px;
  margin: 0 auto;
}

.gd-cta-body h2 {
  font-family: var(--gd-font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: var(--gd-cream);
  margin-bottom: 1rem;
  line-height: 1.15;
}

.gd-cta-body p {
  color: var(--gd-muted);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 2.5rem;
}

/* =================================================================
   ANIMAÇÕES SCROLL-REVEAL
   ================================================================= */
.gd-fade {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.gd-fade.d1 { transition-delay: 0.1s; }
.gd-fade.d2 { transition-delay: 0.22s; }
.gd-fade.d3 { transition-delay: 0.34s; }
.gd-fade.d4 { transition-delay: 0.46s; }

.gd-fade.visible {
  opacity: 1;
  transform: translateY(0);
}