/* ==========================================================================
   Green Digital — Theme v2
   Tokens e utilidades derivados do design Lovable.
   Todos os seletores são prefixados com `gd-` para coexistir com Bootstrap
   e com o main.css legado sem risco de conflito.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Design tokens (CSS variables HSL — mesmos valores do src/index.css do Lovable)
   -------------------------------------------------------------------------- */
:root {
  /* Base */
  --gd-background: 150 20% 98%;
  --gd-foreground: 156 22% 5%;

  --gd-card: 0 0% 100%;
  --gd-card-foreground: 156 22% 5%;

  /* Greens */
  --gd-primary: 151 70% 19%;
  --gd-primary-foreground: 150 20% 98%;
  --gd-primary-light: 152 69% 31%;
  --gd-primary-glow: 165 73% 46%;

  --gd-secondary: 150 30% 95%;
  --gd-secondary-foreground: 151 70% 19%;

  --gd-muted: 150 15% 95%;
  --gd-muted-foreground: 220 9% 46%;

  --gd-accent: 165 73% 46%;
  --gd-accent-foreground: 156 22% 5%;

  --gd-border: 220 13% 91%;
  --gd-input: 220 13% 91%;
  --gd-ring: 151 70% 19%;

  /* Radius */
  --gd-radius: 0.5rem;
  --gd-radius-lg: 1rem;
  --gd-radius-xl: 1.25rem;
  --gd-radius-2xl: 1.5rem;

  /* Gradients */
  --gd-gradient-hero: linear-gradient(135deg, hsl(151 70% 19%) 0%, hsl(152 69% 31%) 100%);
  --gd-gradient-cta: linear-gradient(135deg, hsl(165 73% 46%) 0%, hsl(152 69% 31%) 100%);
  --gd-gradient-subtle: linear-gradient(180deg, hsl(150 20% 98%) 0%, hsl(150 30% 95%) 100%);

  /* Shadows */
  --gd-shadow-sm: 0 1px 2px 0 hsl(151 70% 19% / 0.05);
  --gd-shadow-md: 0 4px 12px -2px hsl(151 70% 19% / 0.08);
  --gd-shadow-lg: 0 20px 40px -12px hsl(151 70% 19% / 0.18);
  --gd-shadow-glow: 0 0 40px hsl(165 73% 46% / 0.35);

  /* Transitions */
  --gd-transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  /* Typography */
  --gd-font-display: 'Plus Jakarta Sans', 'Inter', system-ui, -apple-system, sans-serif;
  --gd-font-body: 'Inter', 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}

/* --------------------------------------------------------------------------
   2. Layout helpers
   -------------------------------------------------------------------------- */
.gd-container-tight {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .gd-container-tight { padding-left: 1.5rem; padding-right: 1.5rem; }
}
@media (min-width: 1024px) {
  .gd-container-tight { padding-left: 2rem; padding-right: 2rem; }
}

.gd-section { padding-top: 5rem; padding-bottom: 5rem; }
.gd-section-sm { padding-top: 3rem; padding-bottom: 3rem; }
.gd-section-lg { padding-top: 7rem; padding-bottom: 7rem; }

/* --------------------------------------------------------------------------
   3. Backgrounds & surfaces
   -------------------------------------------------------------------------- */
.gd-bg-background { background-color: hsl(var(--gd-background)); }
.gd-bg-card       { background-color: hsl(var(--gd-card)); }
.gd-bg-secondary  { background-color: hsl(var(--gd-secondary) / 0.3); }
.gd-bg-primary    { background-color: hsl(var(--gd-primary)); color: hsl(var(--gd-primary-foreground)); }
.gd-bg-accent     { background-color: hsl(var(--gd-accent)); color: hsl(var(--gd-accent-foreground)); }

.gd-gradient-hero    { background: var(--gd-gradient-hero); color: hsl(var(--gd-primary-foreground)); }
.gd-gradient-cta     { background: var(--gd-gradient-cta); }
.gd-gradient-subtle  { background: var(--gd-gradient-subtle); }

.gd-text-gradient {
  background: var(--gd-gradient-cta);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.gd-shadow-sm      { box-shadow: var(--gd-shadow-sm); }
.gd-shadow-md      { box-shadow: var(--gd-shadow-md); }
.gd-shadow-elegant { box-shadow: var(--gd-shadow-lg); }
.gd-shadow-glow    { box-shadow: var(--gd-shadow-glow); }

.gd-transition-smooth { transition: var(--gd-transition-smooth); }

/* Padrão de bolinhas usado no fundo do hero */
.gd-dotted-pattern {
  background-image: radial-gradient(circle at 1px 1px, white 1px, transparent 0);
  background-size: 32px 32px;
}

/* --------------------------------------------------------------------------
   4. Typography
   -------------------------------------------------------------------------- */
.gd-font-display { font-family: var(--gd-font-display); }
.gd-font-body    { font-family: var(--gd-font-body); }

.gd-h1-display {
  font-family: var(--gd-font-display);
  font-weight: 800;
  font-size: clamp(2.25rem, 4.2vw + 1rem, 4rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.gd-h2-display {
  font-family: var(--gd-font-display);
  font-weight: 800;
  font-size: clamp(1.75rem, 2.6vw + 0.8rem, 2.5rem);
  line-height: 1.15;
  letter-spacing: -0.015em;
}

.gd-h3-display {
  font-family: var(--gd-font-display);
  font-weight: 700;
  font-size: clamp(1.25rem, 1.2vw + 0.75rem, 1.5rem);
  line-height: 1.3;
}

.gd-h2 {
  font-family: var(--gd-font-display);
  font-weight: 700;
  font-size: clamp(1.5rem, 1.8vw + 0.75rem, 2rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0;
}

.gd-h3 {
  font-family: var(--gd-font-display);
  font-weight: 700;
  font-size: clamp(1.125rem, 0.9vw + 0.75rem, 1.35rem);
  line-height: 1.3;
  margin: 0;
}

.gd-icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--gd-radius-lg);
  background: hsl(var(--gd-primary) / 0.08);
  color: hsl(var(--gd-primary));
  font-size: 1.15rem;
}

.gd-label {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  color: hsl(var(--gd-foreground));
  margin-bottom: 0.4rem;
}

.gd-input,
input.gd-input,
select.gd-input,
textarea.gd-input {
  width: 100%;
  padding: 0.7rem 0.9rem;
  min-height: 2.75rem;
  font-family: var(--gd-font-body);
  font-size: 0.95rem;
  line-height: 1.4;
  color: hsl(var(--gd-foreground));
  background: #fff;
  border: 1px solid hsl(var(--gd-border));
  border-radius: var(--gd-radius-lg);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: none;
}
.gd-input:focus,
input.gd-input:focus,
select.gd-input:focus,
textarea.gd-input:focus {
  outline: none;
  border-color: hsl(var(--gd-primary));
  box-shadow: 0 0 0 3px hsl(var(--gd-primary) / 0.15);
}
textarea.gd-input { min-height: 7rem; resize: vertical; }

.gd-eyebrow {
  display: inline-block;
  font-family: var(--gd-font-display);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: hsl(var(--gd-primary));
}

.gd-eyebrow-accent { color: hsl(var(--gd-accent)); }
.gd-eyebrow-light  { color: hsl(var(--gd-primary-foreground) / 0.9); }

.gd-badge-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid hsl(var(--gd-primary-foreground) / 0.2);
  background: hsl(var(--gd-primary-foreground) / 0.05);
  color: hsl(var(--gd-primary-foreground));
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.gd-text-muted    { color: hsl(var(--gd-muted-foreground)); }
.gd-text-primary  { color: hsl(var(--gd-primary)); }
.gd-text-accent   { color: hsl(var(--gd-accent)); }
.gd-text-light    { color: hsl(var(--gd-primary-foreground)); }
.gd-text-on-dark  { color: hsl(var(--gd-primary-foreground) / 0.85); }

/* --------------------------------------------------------------------------
   5. Buttons
   -------------------------------------------------------------------------- */
.gd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  min-height: 3rem;
  border: 1px solid transparent;
  border-radius: var(--gd-radius);
  font-family: var(--gd-font-display);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: var(--gd-transition-smooth);
  line-height: 1.2;
}
.gd-btn:hover { text-decoration: none; transform: translateY(-1px); }
.gd-btn:focus-visible {
  outline: 2px solid hsl(var(--gd-ring));
  outline-offset: 2px;
}

.gd-btn-accent {
  background-color: hsl(var(--gd-accent));
  color: hsl(var(--gd-accent-foreground));
}
.gd-btn-accent:hover {
  background-color: hsl(var(--gd-accent) / 0.9);
  color: hsl(var(--gd-accent-foreground));
}

.gd-btn-primary {
  background-color: hsl(var(--gd-primary));
  color: hsl(var(--gd-primary-foreground));
}
.gd-btn-primary:hover {
  background-color: hsl(var(--gd-primary-light));
  color: hsl(var(--gd-primary-foreground));
}

.gd-btn-outline {
  background-color: transparent;
  border-color: hsl(var(--gd-border));
  color: hsl(var(--gd-primary));
}
.gd-btn-outline:hover {
  background-color: hsl(var(--gd-primary) / 0.05);
  border-color: hsl(var(--gd-primary));
  color: hsl(var(--gd-primary));
}

.gd-btn-outline-light {
  background-color: transparent;
  border-color: hsl(var(--gd-primary-foreground) / 0.3);
  color: hsl(var(--gd-primary-foreground));
}
.gd-btn-outline-light:hover {
  background-color: hsl(var(--gd-primary-foreground) / 0.1);
  color: hsl(var(--gd-primary-foreground));
}

.gd-btn-sm { padding: 0.5rem 1rem; min-height: 2.25rem; font-size: 0.875rem; }
.gd-btn-lg { padding: 0.875rem 1.75rem; min-height: 3.25rem; font-size: 1.05rem; }

/* --------------------------------------------------------------------------
   6. Cards
   -------------------------------------------------------------------------- */
.gd-card {
  background-color: hsl(var(--gd-card));
  color: hsl(var(--gd-card-foreground));
  border: 1px solid hsl(var(--gd-border));
  border-radius: var(--gd-radius-xl);
  padding: 1.5rem;
  box-shadow: var(--gd-shadow-sm);
  transition: var(--gd-transition-smooth);
}

.gd-card-hover:hover {
  box-shadow: var(--gd-shadow-lg);
  transform: translateY(-4px);
  border-color: hsl(var(--gd-primary) / 0.3);
}

.gd-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: var(--gd-radius);
  background-color: hsl(var(--gd-primary) / 0.1);
  color: hsl(var(--gd-primary));
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.gd-card-icon-gradient {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: var(--gd-radius-lg);
  background: var(--gd-gradient-cta);
  color: hsl(var(--gd-primary-foreground));
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

/* Chip (usado para bairros, tags) */
.gd-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: hsl(var(--gd-primary) / 0.05);
  color: hsl(var(--gd-primary));
  border: 1px solid hsl(var(--gd-primary) / 0.18);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: var(--gd-transition-smooth);
}
.gd-chip:hover {
  background: hsl(var(--gd-primary) / 0.12);
  color: hsl(var(--gd-primary));
  text-decoration: none;
}
.gd-chip i { font-size: 0.8rem; }

/* --------------------------------------------------------------------------
   7. Accordion (FAQ) — apenas restyling do accordion do Bootstrap
   -------------------------------------------------------------------------- */
.gd-accordion-wrap {
  background: hsl(var(--gd-card));
  border: 1px solid hsl(var(--gd-border));
  border-radius: var(--gd-radius-xl);
  padding: 0 1.5rem;
}
.gd-accordion-wrap .accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid hsl(var(--gd-border));
}
.gd-accordion-wrap .accordion-item:last-child { border-bottom: 0; }
.gd-accordion-wrap .accordion-button {
  background: transparent;
  box-shadow: none;
  font-family: var(--gd-font-display);
  font-weight: 600;
  color: hsl(var(--gd-foreground));
  padding: 1.1rem 0.25rem;
}
.gd-accordion-wrap .accordion-button:not(.collapsed) {
  color: hsl(var(--gd-primary));
  background: transparent;
  box-shadow: none;
}
.gd-accordion-wrap .accordion-body {
  color: hsl(var(--gd-muted-foreground));
  line-height: 1.6;
  padding: 0.25rem 0.25rem 1.25rem;
}

/* --------------------------------------------------------------------------
   8. Animations (substitutos leves ao framer-motion)
   -------------------------------------------------------------------------- */
@keyframes gd-fade-up {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes gd-scale-in {
  from { opacity: 0; transform: scale(0.96); }
  to   { opacity: 1; transform: scale(1); }
}
@keyframes gd-pulse-soft {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.03); }
}

.gd-fade-up   { animation: gd-fade-up 0.6s cubic-bezier(0.4, 0, 0.2, 1) both; }
.gd-scale-in  { animation: gd-scale-in 0.5s cubic-bezier(0.4, 0, 0.2, 1) both; }

@media (prefers-reduced-motion: reduce) {
  .gd-fade-up, .gd-scale-in { animation: none; }
}

/* --------------------------------------------------------------------------
   9. Hero helpers
   -------------------------------------------------------------------------- */
.gd-hero {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}
@media (min-width: 1024px) {
  .gd-hero { padding: 7rem 0; }
}

.gd-hero-bg-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  pointer-events: none;
}

.gd-hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}
@media (min-width: 640px) {
  .gd-hero-metrics { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.gd-metric-value {
  font-family: var(--gd-font-display);
  font-weight: 800;
  font-size: clamp(1.5rem, 1.6vw + 0.9rem, 1.875rem);
  line-height: 1;
  color: hsl(var(--gd-accent));
}
.gd-metric-label {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  color: hsl(var(--gd-primary-foreground) / 0.7);
  letter-spacing: 0.02em;
}

/* --------------------------------------------------------------------------
   10. Process steps (01–04)
   -------------------------------------------------------------------------- */
.gd-step-number {
  font-family: var(--gd-font-display);
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1;
  color: hsl(var(--gd-primary) / 0.15);
}

/* --------------------------------------------------------------------------
   11. WhatsApp FAB (restyle do .whatsapp-float existente)
   -------------------------------------------------------------------------- */
.gd-whatsapp-fab {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #fff !important;
  font-size: 1.75rem;
  text-decoration: none;
  box-shadow: 0 10px 25px -5px rgba(37, 211, 102, 0.45);
  transition: var(--gd-transition-smooth);
  animation: gd-whatsapp-pulse 2.5s infinite;
}
.gd-whatsapp-fab:hover {
  transform: scale(1.08);
  color: #fff;
  box-shadow: 0 15px 35px -5px rgba(37, 211, 102, 0.55);
}
.gd-whatsapp-fab i { line-height: 1; }

@keyframes gd-whatsapp-pulse {
  0%   { box-shadow: 0 10px 25px -5px rgba(37,211,102,0.45), 0 0 0 0 rgba(37,211,102,0.6); }
  70%  { box-shadow: 0 10px 25px -5px rgba(37,211,102,0.45), 0 0 0 14px rgba(37,211,102,0); }
  100% { box-shadow: 0 10px 25px -5px rgba(37,211,102,0.45), 0 0 0 0 rgba(37,211,102,0); }
}

@media (max-width: 768px) {
  .gd-whatsapp-fab {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.5rem;
    right: 1rem;
    bottom: 1rem;
  }
}

/* --------------------------------------------------------------------------
   12. Header / Navbar v2
   -------------------------------------------------------------------------- */
.gd-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 997;
  background: hsl(var(--gd-foreground) / 0.96);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid hsl(var(--gd-primary-foreground) / 0.08);
  transition: var(--gd-transition-smooth);
}
.gd-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.85rem 0;
}
.gd-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: hsl(var(--gd-primary-foreground));
  font-family: var(--gd-font-display);
  font-weight: 800;
  font-size: 1.1rem;
  text-decoration: none;
  letter-spacing: -0.01em;
}
.gd-logo:hover { color: hsl(var(--gd-accent)); text-decoration: none; }
.gd-logo img { max-height: 48px; width: auto; }
.gd-logo .gd-logo-highlight { color: hsl(var(--gd-accent)); }

.gd-nav { display: none; }
@media (min-width: 992px) {
  .gd-nav { display: flex; align-items: center; gap: 0.25rem; }
}
.gd-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.6rem 0.9rem;
  color: hsl(var(--gd-primary-foreground) / 0.85);
  font-family: var(--gd-font-display);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border-radius: var(--gd-radius);
  transition: var(--gd-transition-smooth);
}
.gd-nav a:hover,
.gd-nav a.active {
  color: hsl(var(--gd-accent));
  background: hsl(var(--gd-primary-foreground) / 0.08);
  text-decoration: none;
}

/* Dropdown (desktop) */
.gd-has-dropdown { position: relative; }
.gd-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 320px;
  background: hsl(var(--gd-card));
  border: 1px solid hsl(var(--gd-border));
  border-radius: var(--gd-radius-lg);
  box-shadow: var(--gd-shadow-md);
  padding: 0.5rem;
  margin-top: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: var(--gd-transition-smooth);
}
.gd-has-dropdown:hover > .gd-dropdown,
.gd-has-dropdown:focus-within > .gd-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.gd-dropdown a {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: var(--gd-radius);
  color: hsl(var(--gd-foreground));
}
.gd-dropdown a strong {
  display: block;
  font-family: var(--gd-font-display);
  font-weight: 600;
  font-size: 0.92rem;
}
.gd-dropdown a span {
  display: block;
  font-size: 0.78rem;
  color: hsl(var(--gd-muted-foreground));
  font-weight: 400;
  margin-top: 0.1rem;
}

.gd-mobile-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--gd-radius);
  border: 1px solid hsl(var(--gd-primary-foreground) / 0.18);
  background: hsl(var(--gd-primary-foreground) / 0.08);
  color: hsl(var(--gd-primary-foreground));
  font-size: 1.25rem;
  cursor: pointer;
}
@media (min-width: 992px) {
  .gd-mobile-toggle { display: none; }
}

.gd-mobile-drawer {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: var(--gd-transition-smooth);
  z-index: 998;
}
.gd-mobile-drawer.gd-open { opacity: 1; visibility: visible; }
.gd-mobile-drawer-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(320px, 85vw);
  background: hsl(var(--gd-card));
  padding: 1.25rem;
  overflow-y: auto;
  transform: translateX(100%);
  transition: var(--gd-transition-smooth);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.gd-mobile-drawer.gd-open .gd-mobile-drawer-inner { transform: translateX(0); }
.gd-mobile-drawer a {
  display: block;
  padding: 0.65rem 0.85rem;
  border-radius: var(--gd-radius);
  color: hsl(var(--gd-foreground));
  font-family: var(--gd-font-display);
  font-weight: 600;
  text-decoration: none;
}
.gd-mobile-drawer a:hover {
  background: hsl(var(--gd-primary) / 0.06);
  color: hsl(var(--gd-primary));
  text-decoration: none;
}
.gd-mobile-drawer a.gd-mobile-child {
  padding-left: 1.75rem;
  font-weight: 500;
  font-size: 0.9rem;
  color: hsl(var(--gd-muted-foreground));
}

/* --------------------------------------------------------------------------
   13. Footer v2
   -------------------------------------------------------------------------- */
.gd-footer {
  background: hsl(var(--gd-foreground));
  color: hsl(var(--gd-primary-foreground) / 0.8);
  padding-top: 4rem;
  padding-bottom: 0;
}
.gd-footer a {
  color: hsl(var(--gd-primary-foreground) / 0.75);
  text-decoration: none;
  transition: var(--gd-transition-smooth);
}
.gd-footer a:hover { color: hsl(var(--gd-accent)); text-decoration: none; }
.gd-footer h4 {
  font-family: var(--gd-font-display);
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: hsl(var(--gd-primary-foreground));
  margin-bottom: 1rem;
}
.gd-footer-bottom {
  margin-top: 3rem;
  padding: 1.5rem 0;
  border-top: 1px solid hsl(var(--gd-primary-foreground) / 0.1);
  font-size: 0.85rem;
}
.gd-footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: hsl(var(--gd-primary-foreground) / 0.1);
  color: hsl(var(--gd-primary-foreground)) !important;
  margin-right: 0.5rem;
  transition: var(--gd-transition-smooth);
}
.gd-footer-social:hover {
  background: hsl(var(--gd-accent));
  color: hsl(var(--gd-accent-foreground)) !important;
  transform: translateY(-2px);
}

/* --------------------------------------------------------------------------
   14. Utility classes utilitárias extras
   -------------------------------------------------------------------------- */
.gd-rounded-2xl { border-radius: var(--gd-radius-2xl); }
.gd-rounded-xl  { border-radius: var(--gd-radius-xl); }
.gd-rounded-lg  { border-radius: var(--gd-radius-lg); }

.gd-border { border: 1px solid hsl(var(--gd-border)); }
.gd-border-primary { border-color: hsl(var(--gd-primary) / 0.3); }

.gd-divider {
  height: 1px;
  background: hsl(var(--gd-border));
  border: 0;
  margin: 2rem 0;
}

.gd-star-row { color: hsl(var(--gd-accent)); font-size: 0.95rem; letter-spacing: 0.1rem; }

/* --------------------------------------------------------------------------
   15. Correções globais quando páginas novas são montadas
   -------------------------------------------------------------------------- */

/* Evita que o body padrão do template legado force estilos que conflitem */
body.gd-theme-v2 {
  font-family: var(--gd-font-body);
  color: hsl(var(--gd-foreground));
  background: hsl(var(--gd-background));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.gd-theme-v2 h1,
body.gd-theme-v2 h2,
body.gd-theme-v2 h3,
body.gd-theme-v2 h4,
body.gd-theme-v2 h5,
body.gd-theme-v2 h6 {
  font-family: var(--gd-font-display);
  letter-spacing: -0.01em;
}

/* Compensar a altura do header fixo em páginas v2.
   Altura real do .gd-header ≈ 0.85rem (top) + 0.85rem (bottom) + 48px (logo)
   + 1px de borda ≈ 76px. Mantemos o mesmo valor em todos os breakpoints
   para evitar o espaço em branco entre o header e o hero. */
body.gd-theme-v2 { padding-top: 76px; }
@media (min-width: 992px) {
  body.gd-theme-v2 { padding-top: 76px; }
}

/* Remover padding-top duplicado do <main> herdado do main.css:
   o body.gd-theme-v2 já compensa o header fixo, evitando o espaço em
   branco entre o header e o hero. */
body.gd-theme-v2 main,
body.gd-theme-v2 #main {
  padding-top: 0;
}

/* --------------------------------------------------------------------------
   Blog — container estreito para leitura e tipografia do artigo (prose)
   -------------------------------------------------------------------------- */
.gd-container-article {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .gd-container-article { padding-left: 1.5rem; padding-right: 1.5rem; }
}

.gd-prose {
  color: hsl(var(--gd-foreground));
  font-size: 1.0625rem;
  line-height: 1.75;
}
.gd-prose > * + * { margin-top: 1.25rem; }
.gd-prose p { margin: 0 0 1.25rem; }
.gd-prose h2 {
  font-family: var(--gd-font-heading);
  font-size: clamp(1.5rem, 2.2vw + 1rem, 1.875rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: hsl(var(--gd-foreground));
  margin: 2.5rem 0 1rem;
}
.gd-prose h3 {
  font-family: var(--gd-font-heading);
  font-size: clamp(1.2rem, 1.4vw + 0.9rem, 1.45rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: hsl(var(--gd-foreground));
  margin: 2.25rem 0 0.85rem;
  position: relative;
  padding-left: 0.85rem;
}
.gd-prose h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  bottom: 0.3em;
  width: 4px;
  border-radius: 2px;
  background: hsl(var(--gd-accent));
}
.gd-prose h4 {
  font-family: var(--gd-font-heading);
  font-size: 1.125rem;
  font-weight: 700;
  color: hsl(var(--gd-foreground));
  margin: 1.75rem 0 0.75rem;
}
.gd-prose ul,
.gd-prose ol { margin: 0 0 1.5rem; padding-left: 1.35rem; }
.gd-prose ul li,
.gd-prose ol li { margin-bottom: 0.55rem; }
.gd-prose ul li::marker { color: hsl(var(--gd-accent)); }
.gd-prose strong { color: hsl(var(--gd-foreground)); font-weight: 700; }
.gd-prose a {
  color: hsl(var(--gd-primary));
  text-decoration: underline;
  text-decoration-color: hsl(var(--gd-primary) / 0.35);
  text-underline-offset: 2px;
  transition: color .2s ease, text-decoration-color .2s ease;
}
.gd-prose a:hover {
  color: hsl(var(--gd-accent));
  text-decoration-color: hsl(var(--gd-accent));
}
.gd-prose blockquote {
  margin: 1.75rem 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid hsl(var(--gd-accent));
  background: hsl(var(--gd-muted) / 0.5);
  border-radius: 0 .5rem .5rem 0;
  font-style: italic;
  color: hsl(var(--gd-muted-foreground));
}
.gd-prose img {
  max-width: 100%;
  height: auto;
  border-radius: .75rem;
  margin: 1.75rem 0;
}

.gd-article-featured-image {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 30px -12px hsl(var(--gd-foreground) / 0.18);
  margin-bottom: 2.5rem;
  aspect-ratio: 16/9;
  background: hsl(var(--gd-muted));
}
.gd-article-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gd-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.25rem;
  align-items: center;
  color: hsl(var(--gd-primary-foreground) / 0.85);
  font-size: .9rem;
  margin-top: 1.5rem;
}
.gd-article-meta .dot {
  width: 4px; height: 4px; border-radius: 50%;
  background: hsl(var(--gd-primary-foreground) / 0.4);
  display: inline-block;
}

/* ==========================================================================
   LEGACY OVERRIDES — Páginas regionais e de serviço por cidade
   Faz com que classes antigas herdem o visual do design system v2 sem
   precisar reescrever HTML em dezenas de páginas.
   Todas as regras vivem sob `body.gd-theme-v2` para não afetar páginas
   que optem pelo layout legado.
   ========================================================================== */

/* Section titles / subtitles legados → tipografia v2 */
body.gd-theme-v2 .section-title,
body.gd-theme-v2 h2.section-title,
body.gd-theme-v2 h3.section-title {
  font-family: var(--gd-font-heading);
  font-size: clamp(1.65rem, 2vw + 1rem, 2.25rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: hsl(var(--gd-foreground));
  margin-bottom: 0.85rem;
}
body.gd-theme-v2 .section-subtitle {
  font-size: 1.05rem;
  line-height: 1.65;
  color: hsl(var(--gd-muted-foreground));
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}
body.gd-theme-v2 .features,
body.gd-theme-v2 .services,
body.gd-theme-v2 .testimonials,
body.gd-theme-v2 .contact,
body.gd-theme-v2 .services-grid,
body.gd-theme-v2 .process-section,
body.gd-theme-v2 .results-section,
body.gd-theme-v2 .content-section {
  padding: 4.5rem 0;
}
body.gd-theme-v2 .services.bg-light,
body.gd-theme-v2 .process-section.bg-light,
body.gd-theme-v2 .contact.section-bg,
body.gd-theme-v2 .testimonials.section-bg {
  background: hsl(var(--gd-muted) / 0.35) !important;
}
body.gd-theme-v2 .section-title.text-center { text-align: center; }

/* ---- "Como ajudamos" / feature-card ---- */
body.gd-theme-v2 .feature-card {
  background: hsl(var(--gd-card));
  border: 1px solid hsl(var(--gd-border));
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 1px 2px hsl(var(--gd-foreground) / 0.04);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
body.gd-theme-v2 .feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px -12px hsl(var(--gd-foreground) / 0.18);
  border-color: hsl(var(--gd-primary) / 0.35);
}
body.gd-theme-v2 .feature-card .feature-icon,
body.gd-theme-v2 .feature-card > .feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: .85rem;
  background: linear-gradient(135deg, hsl(var(--gd-primary) / 0.12), hsl(var(--gd-accent) / 0.12));
  color: hsl(var(--gd-primary));
  font-size: 1.35rem;
  margin-bottom: .25rem;
}
body.gd-theme-v2 .feature-card h3 {
  font-family: var(--gd-font-heading);
  font-size: 1.125rem;
  font-weight: 700;
  color: hsl(var(--gd-foreground));
  margin: 0;
}
body.gd-theme-v2 .feature-card p {
  color: hsl(var(--gd-muted-foreground));
  line-height: 1.6;
  margin: 0;
  font-size: .95rem;
}

/* ---- "Serviços" (regional + services-grid por cidade) ---- */
body.gd-theme-v2 .service-card {
  background: hsl(var(--gd-card));
  border: 1px solid hsl(var(--gd-border));
  border-radius: 1rem;
  padding: 1.75rem;
  box-shadow: 0 1px 2px hsl(var(--gd-foreground) / 0.04);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
body.gd-theme-v2 .service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px -14px hsl(var(--gd-foreground) / 0.2);
  border-color: hsl(var(--gd-primary) / 0.35);
}
body.gd-theme-v2 .service-card .service-content { display: contents; }
body.gd-theme-v2 .service-card .service-icon,
body.gd-theme-v2 .service-card > .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: .9rem;
  background: linear-gradient(135deg, hsl(var(--gd-primary)), hsl(var(--gd-accent)));
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  flex: 0 0 auto;
}
body.gd-theme-v2 .service-card h3 {
  font-family: var(--gd-font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  color: hsl(var(--gd-foreground));
  margin: 0 0 .65rem;
  line-height: 1.3;
}
body.gd-theme-v2 .service-card p {
  color: hsl(var(--gd-muted-foreground));
  line-height: 1.6;
  margin: 0 0 1rem;
  font-size: .95rem;
}
body.gd-theme-v2 .service-card .service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .4rem;
}
body.gd-theme-v2 .service-card .service-list li {
  position: relative;
  padding-left: 1.35rem;
  font-size: .9rem;
  color: hsl(var(--gd-foreground));
  line-height: 1.5;
}
body.gd-theme-v2 .service-card .service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .4em;
  width: 14px;
  height: 14px;
  background: hsl(var(--gd-accent));
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M13.5 4.5l-7 7L2.5 7.5' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M13.5 4.5l-7 7L2.5 7.5' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain;
}

/* ---- Depoimentos ---- */
/* main.css trata .testimonials como carrossel (flex + width:400px); no v2 usamos
   grid — largura fixa do legado transbordava da célula e sobreponha os cards. */
body.gd-theme-v2 .testimonials .testimonials-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
  overflow: visible;
  padding: 0;
  scrollbar-width: auto;
  -ms-overflow-style: auto;
}
body.gd-theme-v2 .testimonials::after {
  content: none;
  display: none;
}
body.gd-theme-v2 .testimonials .testimonial-item {
  background: hsl(var(--gd-card));
  border: 1px solid hsl(var(--gd-border));
  border-radius: 1rem;
  padding: 1.75rem;
  box-shadow: 0 1px 2px hsl(var(--gd-foreground) / 0.04);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  width: auto;
  max-width: 100%;
  min-width: 0;
  flex: initial;
  margin: 0;
}
body.gd-theme-v2 .testimonial-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px -12px hsl(var(--gd-foreground) / 0.18);
  border-color: hsl(var(--gd-primary) / 0.3);
}
body.gd-theme-v2 .testimonial-item::before {
  content: "\201C";
  position: absolute;
  top: -.5rem;
  left: 1rem;
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 1;
  color: hsl(var(--gd-accent) / 0.2);
  pointer-events: none;
}
body.gd-theme-v2 .testimonial-item .testimonial-content {
  font-size: .95rem;
  line-height: 1.65;
  color: hsl(var(--gd-foreground));
  position: relative;
  z-index: 1;
}
body.gd-theme-v2 .testimonial-item .testimonial-content i.quote-icon-left,
body.gd-theme-v2 .testimonial-item .testimonial-content i.quote-icon-right,
body.gd-theme-v2 .testimonial-item .quote-icon-left,
body.gd-theme-v2 .testimonial-item .quote-icon-right {
  display: none;
}
body.gd-theme-v2 .testimonial-item .client-info {
  border-top: 1px solid hsl(var(--gd-border));
  padding-top: .85rem;
  color: hsl(var(--gd-primary));
  font-weight: 600;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .03em;
}
body.gd-theme-v2 .testimonial-item .client-info span { color: inherit; }

/* ---- Formulário de contato legado ---- */
body.gd-theme-v2 .contact .info {
  background: hsl(var(--gd-card));
  border: 1px solid hsl(var(--gd-border));
  border-radius: 1rem;
  padding: 2rem 1.75rem;
  width: 100%;
  box-shadow: 0 1px 2px hsl(var(--gd-foreground) / 0.04);
}
body.gd-theme-v2 .contact .info > * + * { margin-top: 1.25rem; }
body.gd-theme-v2 .contact .info .address,
body.gd-theme-v2 .contact .info .email,
body.gd-theme-v2 .contact .info .phone {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  grid-template-rows: auto auto;
  gap: .1rem .85rem;
  align-items: start;
}
body.gd-theme-v2 .contact .info i {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: .65rem;
  background: hsl(var(--gd-primary) / 0.1);
  color: hsl(var(--gd-primary));
  font-size: 1.1rem;
}
body.gd-theme-v2 .contact .info h4 {
  margin: 0;
  font-size: .9rem;
  font-weight: 700;
  color: hsl(var(--gd-foreground));
  text-transform: none;
  letter-spacing: 0;
  font-family: var(--gd-font-heading);
}
body.gd-theme-v2 .contact .info p {
  margin: 0;
  color: hsl(var(--gd-muted-foreground));
  font-size: .92rem;
  line-height: 1.5;
}
body.gd-theme-v2 .contact .info p a { color: hsl(var(--gd-primary)); text-decoration: none; }
body.gd-theme-v2 .contact .info p a:hover { text-decoration: underline; }

/* Formulário legado — só quando dentro de `.contact` (evita afetar contato.php,
   que já usa `.gd-card` como wrapper). */
body.gd-theme-v2 .contact .php-email-form {
  background: hsl(var(--gd-card));
  border: 1px solid hsl(var(--gd-border));
  border-radius: 1rem;
  padding: 2rem 1.75rem;
  width: 100%;
  box-shadow: 0 1px 2px hsl(var(--gd-foreground) / 0.04);
}
body.gd-theme-v2 .php-email-form .form-group { margin-bottom: 1.1rem; }
body.gd-theme-v2 .php-email-form label {
  display: block;
  font-size: .85rem;
  font-weight: 600;
  color: hsl(var(--gd-foreground));
  margin-bottom: .35rem;
}
body.gd-theme-v2 .php-email-form .form-control {
  display: block;
  width: 100%;
  padding: .65rem .9rem;
  font-size: .95rem;
  line-height: 1.5;
  color: hsl(var(--gd-foreground));
  background: hsl(var(--gd-background));
  border: 1px solid hsl(var(--gd-border));
  border-radius: .6rem;
  transition: border-color .2s ease, box-shadow .2s ease;
  font-family: inherit;
}
body.gd-theme-v2 .php-email-form .form-control:focus {
  outline: none;
  border-color: hsl(var(--gd-primary) / 0.6);
  box-shadow: 0 0 0 3px hsl(var(--gd-primary) / 0.15);
}
body.gd-theme-v2 .php-email-form textarea.form-control { min-height: 160px; resize: vertical; }
body.gd-theme-v2 .php-email-form button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .85rem 1.65rem;
  border: none;
  border-radius: .6rem;
  background: hsl(var(--gd-accent));
  color: hsl(var(--gd-primary-foreground));
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: filter .2s ease, transform .2s ease;
  min-height: 2.85rem;
}
body.gd-theme-v2 .php-email-form button[type="submit"]:hover {
  filter: brightness(1.07);
  transform: translateY(-1px);
}
body.gd-theme-v2 .php-email-form .loading,
body.gd-theme-v2 .php-email-form .error-message,
body.gd-theme-v2 .php-email-form .sent-message { display: none; }

/* --------------------------------------------------------------------------
   Páginas de cidade (hub) — foto no hero
   -------------------------------------------------------------------------- */
.gd-city-hero__media {
  position: relative;
  border-radius: var(--gd-radius-2xl, 1.25rem);
  overflow: hidden;
  box-shadow: var(--gd-shadow-lg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  aspect-ratio: 4 / 3;
  max-height: 22rem;
  background: rgba(0, 0, 0, 0.15);
  margin-bottom: 1.25rem;
}
.gd-city-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.45s ease;
}
.gd-city-hero__media:hover .gd-city-hero__img {
  transform: scale(1.03);
}
.gd-city-hero__card {
  margin-top: 0;
}

/* Hub regional (body.regional-page) — alinhamento e métricas em grid 2×2 */
body.regional-page.gd-theme-v2 .gd-hero.gd-gradient-hero {
  padding-bottom: clamp(4.25rem, 5.5vw, 5.75rem);
}
body.regional-page.gd-theme-v2 .gd-hero .col-lg-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.regional-page.gd-theme-v2 .gd-hero .gd-city-hero__media {
  max-width: min(100%, 26rem);
  margin-left: auto;
  margin-right: auto;
  align-self: center;
}
@media (min-width: 992px) {
  body.regional-page.gd-theme-v2 .gd-hero .gd-city-hero__media {
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    align-self: stretch;
  }
}
body.regional-page.gd-theme-v2 .gd-hero .gd-city-hero__card {
  margin-top: 1.35rem;
  align-self: center;
  width: 100%;
  max-width: min(100%, 26rem);
}
@media (min-width: 992px) {
  body.regional-page.gd-theme-v2 .gd-hero .gd-city-hero__card {
    align-self: stretch;
    max-width: none;
  }
}
body.regional-page.gd-theme-v2 .gd-hero .gd-hero-metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem 1.35rem;
  margin-top: 2.25rem;
  max-width: 26rem;
}
@media (min-width: 992px) {
  body.regional-page.gd-theme-v2 .gd-hero .gd-hero-metrics {
    margin-top: 2.5rem;
  }
}
body.regional-page.gd-theme-v2 .gd-hero .gd-h1-display {
  text-wrap: balance;
}

/* ==========================================================================
   Páginas /servicos/criacao-de-site-em-* — layout v2
   ========================================================================== */

/* Hero de serviço: usa o mesmo gradient do hero v2 */
body.gd-theme-v2 .service-hero {
  position: relative;
  background: var(--gd-gradient-hero, linear-gradient(135deg, hsl(var(--gd-primary)) 0%, hsl(var(--gd-primary) / 0.92) 50%, hsl(var(--gd-accent) / 0.9) 100%));
  color: hsl(var(--gd-primary-foreground));
  padding: 5rem 0 4.5rem;
  overflow: hidden;
  isolation: isolate;
}
body.gd-theme-v2 .service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, hsl(var(--gd-primary-foreground) / 0.1) 1px, transparent 0);
  background-size: 26px 26px;
  opacity: .55;
  pointer-events: none;
  z-index: -1;
}
body.gd-theme-v2 .service-hero .hero-shape { display: none; }
body.gd-theme-v2 .service-hero .min-vh-75 { min-height: auto !important; }
body.gd-theme-v2 .service-hero .modern-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0 0 1.25rem;
  font-size: .85rem;
}
body.gd-theme-v2 .service-hero .modern-breadcrumb .breadcrumb-item,
body.gd-theme-v2 .service-hero .modern-breadcrumb .breadcrumb-item a {
  color: hsl(var(--gd-primary-foreground) / 0.85);
  text-decoration: none;
}
body.gd-theme-v2 .service-hero .modern-breadcrumb .breadcrumb-item.active { color: #fff; font-weight: 500; }
body.gd-theme-v2 .service-hero .modern-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: hsl(var(--gd-primary-foreground) / 0.5);
  content: "/";
  padding: 0 .45rem;
}
body.gd-theme-v2 .service-hero .hero-tag {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .4rem .85rem;
  border: 1px solid hsl(var(--gd-primary-foreground) / 0.25);
  border-radius: 999px;
  background: hsl(var(--gd-primary-foreground) / 0.1);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: hsl(var(--gd-primary-foreground));
  backdrop-filter: blur(4px);
}
body.gd-theme-v2 .service-hero .service-title {
  font-family: var(--gd-font-heading);
  font-size: clamp(2rem, 3.2vw + 1rem, 3.25rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: #fff;
  margin: 1.25rem 0 1rem;
}
body.gd-theme-v2 .service-hero .service-subtitle {
  font-size: 1.125rem;
  line-height: 1.6;
  color: hsl(var(--gd-primary-foreground) / 0.9);
  margin-bottom: 1.5rem;
  max-width: 34rem;
}
body.gd-theme-v2 .service-hero .service-features-list {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-bottom: 1.5rem;
}
body.gd-theme-v2 .service-hero .service-features-list .feature-item {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .4rem .75rem;
  border: 1px solid hsl(var(--gd-primary-foreground) / 0.25);
  border-radius: 999px;
  background: hsl(var(--gd-primary-foreground) / 0.08);
  color: #fff;
  font-size: .82rem;
  font-weight: 500;
}
body.gd-theme-v2 .service-hero .service-features-list .feature-item i {
  color: hsl(var(--gd-accent));
  font-size: .95rem;
}
body.gd-theme-v2 .service-hero .service-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  align-items: center;
  margin-top: 1rem;
}
body.gd-theme-v2 .service-hero .service-cta .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .85rem 1.65rem;
  background: hsl(var(--gd-accent));
  color: hsl(var(--gd-primary-foreground));
  border: none;
  border-radius: .65rem;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: filter .2s ease, transform .2s ease;
}
body.gd-theme-v2 .service-hero .service-cta .btn-primary:hover {
  filter: brightness(1.07);
  transform: translateY(-1px);
}
body.gd-theme-v2 .service-hero .hero-stats {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}
body.gd-theme-v2 .service-hero .hero-stats .stat-item {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
body.gd-theme-v2 .service-hero .hero-stats .stat-number {
  font-family: var(--gd-font-heading);
  font-size: 1.5rem;
  font-weight: 800;
  color: hsl(var(--gd-accent));
}
body.gd-theme-v2 .service-hero .hero-stats .stat-label {
  font-size: .78rem;
  color: hsl(var(--gd-primary-foreground) / 0.8);
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-top: .2rem;
}
body.gd-theme-v2 .service-hero .hero-animation { text-align: center; }

/* Processo — cards numerados v2 */
body.gd-theme-v2 .process-step {
  background: hsl(var(--gd-card));
  border: 1px solid hsl(var(--gd-border));
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
  height: 100%;
  position: relative;
  box-shadow: 0 1px 2px hsl(var(--gd-foreground) / 0.04);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
body.gd-theme-v2 .process-step:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px -14px hsl(var(--gd-foreground) / 0.2);
  border-color: hsl(var(--gd-primary) / 0.3);
}
body.gd-theme-v2 .process-step .step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: .75rem;
  background: linear-gradient(135deg, hsl(var(--gd-primary)), hsl(var(--gd-accent)));
  color: #fff;
  font-family: var(--gd-font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: .85rem;
  letter-spacing: -0.01em;
}
body.gd-theme-v2 .process-step h3 {
  font-family: var(--gd-font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: hsl(var(--gd-foreground));
  margin: 0 0 .5rem;
}
body.gd-theme-v2 .process-step p {
  color: hsl(var(--gd-muted-foreground));
  margin: 0;
  font-size: .92rem;
  line-height: 1.55;
}

/* Resultados / métricas */
body.gd-theme-v2 .results-section .results-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
body.gd-theme-v2 .results-section .result-item {
  background: hsl(var(--gd-card));
  border: 1px solid hsl(var(--gd-border));
  border-radius: 1rem;
  padding: 1.5rem 1.25rem;
  text-align: center;
  box-shadow: 0 1px 2px hsl(var(--gd-foreground) / 0.04);
}
body.gd-theme-v2 .results-section .result-item .result-number {
  display: block;
  font-family: var(--gd-font-heading);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  color: hsl(var(--gd-primary));
  letter-spacing: -0.02em;
  margin-bottom: .25rem;
}
body.gd-theme-v2 .results-section .result-item p {
  color: hsl(var(--gd-muted-foreground));
  font-size: .9rem;
  margin: 0;
  font-weight: 500;
}

/* Conteúdo SEO — tipografia tipo gd-prose */
body.gd-theme-v2 .content-section .content-text {
  color: hsl(var(--gd-foreground));
  font-size: 1.0625rem;
  line-height: 1.75;
}
body.gd-theme-v2 .content-section .content-text p { margin: 0 0 1.1rem; }
body.gd-theme-v2 .content-section .content-text h2,
body.gd-theme-v2 .content-section .content-text h3 {
  font-family: var(--gd-font-heading);
  font-weight: 700;
  color: hsl(var(--gd-foreground));
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-top: 2rem;
  margin-bottom: .75rem;
  position: relative;
  padding-left: .85rem;
}
body.gd-theme-v2 .content-section .content-text h2 { font-size: clamp(1.4rem, 1.8vw + 1rem, 1.75rem); }
body.gd-theme-v2 .content-section .content-text h3 { font-size: clamp(1.15rem, 1.2vw + .9rem, 1.35rem); }
body.gd-theme-v2 .content-section .content-text h2::before,
body.gd-theme-v2 .content-section .content-text h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: .3em;
  bottom: .3em;
  width: 4px;
  border-radius: 2px;
  background: hsl(var(--gd-accent));
}
body.gd-theme-v2 .content-section .content-text ul,
body.gd-theme-v2 .content-section .content-text ol {
  padding-left: 1.35rem;
  margin: 0 0 1.35rem;
}
body.gd-theme-v2 .content-section .content-text li { margin-bottom: .45rem; }
body.gd-theme-v2 .content-section .content-text ul li::marker { color: hsl(var(--gd-accent)); }
body.gd-theme-v2 .content-section .content-text strong { color: hsl(var(--gd-foreground)); font-weight: 700; }
body.gd-theme-v2 .content-section .content-text ul.service-list {
  list-style: none;
  padding-left: 0;
}
body.gd-theme-v2 .content-section .content-text ul.service-list li {
  position: relative;
  padding-left: 1.5rem;
}
body.gd-theme-v2 .content-section .content-text ul.service-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: hsl(var(--gd-accent));
  font-weight: 700;
}

/* Breadcrumbs legados — visual v2 minimalista, compatível com páginas que
   ainda os usam (sitemap, apps-mobile, mapa-do-site etc.) */
body.gd-theme-v2 section.breadcrumbs {
  padding: 1.25rem 0;
  background: hsl(var(--gd-muted) / 0.4);
  border-bottom: 1px solid hsl(var(--gd-border));
}
body.gd-theme-v2 section.breadcrumbs .breadcrumb-title {
  font-family: var(--gd-font-heading);
  font-weight: 700;
  color: hsl(var(--gd-foreground));
  font-size: 1rem;
}
body.gd-theme-v2 section.breadcrumbs ol,
body.gd-theme-v2 section.breadcrumbs .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: .85rem;
  color: hsl(var(--gd-muted-foreground));
}
body.gd-theme-v2 section.breadcrumbs ol li,
body.gd-theme-v2 section.breadcrumbs .breadcrumb .breadcrumb-item {
  display: inline-flex;
  align-items: center;
}
body.gd-theme-v2 section.breadcrumbs ol a,
body.gd-theme-v2 section.breadcrumbs .breadcrumb a {
  color: hsl(var(--gd-primary));
  text-decoration: none;
}
body.gd-theme-v2 section.breadcrumbs ol a:hover,
body.gd-theme-v2 section.breadcrumbs .breadcrumb a:hover { text-decoration: underline; }

/* Seções genéricas `.section` — padding consistente com v2 */
body.gd-theme-v2 section.section,
body.gd-theme-v2 section.section-bg {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* Mobile tuning */
@media (max-width: 768px) {
  body.gd-theme-v2 .service-hero { padding: 3.5rem 0 3rem; }
  body.gd-theme-v2 .service-hero .hero-stats { gap: 1rem; }
  body.gd-theme-v2 .service-hero .hero-animation { display: none; }
  body.gd-theme-v2 .results-section .results-grid { grid-template-columns: repeat(2, 1fr); }
  body.gd-theme-v2 .feature-card,
  body.gd-theme-v2 .service-card,
  body.gd-theme-v2 .testimonial-item,
  body.gd-theme-v2 .process-step { padding: 1.5rem 1.25rem; }
}
