/* ==========================================================================
   Service pages layout (/servicos/*)
   Loaded after theme-v2.css and services.css on service routes.
   Scoped to .gd-sp-hero so hero styles apply even if body.service-page is missing.
   ========================================================================== */

body.gd-theme-v2 .gd-sp-hero {
  position: relative;
  overflow: hidden;
}

body.gd-theme-v2 .gd-sp-hero-mesh {
  opacity: 0.55;
}

body.gd-theme-v2 .gd-sp-hero-orb {
  position: absolute;
  width: min(380px, 55vw);
  height: min(380px, 55vw);
  border-radius: 50%;
  background: radial-gradient(circle, hsl(var(--gd-accent) / 0.28) 0%, transparent 68%);
  filter: blur(48px);
  pointer-events: none;
}

body.gd-theme-v2 .gd-sp-hero-orb--a {
  top: 8%;
  right: 5%;
}

body.gd-theme-v2 .gd-sp-hero-orb--b {
  bottom: 10%;
  left: -5%;
  width: min(280px, 45vw);
  height: min(280px, 45vw);
  background: radial-gradient(circle, hsl(var(--gd-primary-glow) / 0.2) 0%, transparent 70%);
}

body.gd-theme-v2 .gd-sp-hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* Breadcrumb — horizontal inline nav, no ol numbers */
body.gd-theme-v2 .gd-sp-hero .gd-sp-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  list-style: none !important;
  list-style-type: none !important;
  padding: 0;
  margin: 0 0 1.5rem;
  font-size: 0.85rem;
  color: hsl(var(--gd-primary-foreground) / 0.8);
  counter-reset: none;
}

body.gd-theme-v2 .gd-sp-hero .gd-sp-breadcrumb ol li {
  display: inline-flex;
  align-items: center;
  list-style: none !important;
  list-style-type: none !important;
}

body.gd-theme-v2 .gd-sp-hero .gd-sp-breadcrumb ol li::marker {
  content: none;
}

body.gd-theme-v2 .gd-sp-hero .gd-sp-breadcrumb ol li + li::before {
  content: '/';
  margin-right: 0.35rem;
  opacity: 0.65;
  pointer-events: none;
}

body.gd-theme-v2 .gd-sp-hero .gd-sp-breadcrumb a {
  color: hsl(var(--gd-primary-foreground) / 0.88);
  text-decoration: none;
}

body.gd-theme-v2 .gd-sp-hero .gd-sp-breadcrumb a:hover {
  color: #fff;
  text-decoration: underline;
}

body.gd-theme-v2 .gd-sp-hero .gd-sp-breadcrumb [aria-current="page"] {
  color: #fff;
  font-weight: 500;
}

body.gd-theme-v2 .gd-sp-hero .gd-sp-hero-badge {
  margin-top: 0;
}

body.gd-theme-v2 .gd-sp-hero .gd-sp-hero-title {
  margin-top: 1.25rem;
  animation-delay: 0.05s;
}

body.gd-theme-v2 .gd-sp-hero .gd-sp-hero-lead {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.7;
  max-width: 40rem;
  animation-delay: 0.1s;
}

/* Feature chips in hero */
body.gd-theme-v2 .gd-sp-hero .gd-sp-hero-features {
  list-style: none !important;
  list-style-type: none !important;
  padding: 0;
  margin: 1.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  animation-delay: 0.12s;
}

body.gd-theme-v2 .gd-sp-hero .gd-sp-hero-features li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: hsl(var(--gd-primary-foreground) / 0.1);
  border: 1px solid hsl(var(--gd-primary-foreground) / 0.2);
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.9rem;
  font-weight: 500;
  list-style: none !important;
  list-style-type: none !important;
}

body.gd-theme-v2 .gd-sp-hero .gd-sp-hero-features li::marker {
  content: none;
}

body.gd-theme-v2 .gd-sp-hero .gd-sp-hero-features li i {
  flex-shrink: 0;
}

body.gd-theme-v2 .gd-sp-hero .gd-sp-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.75rem;
  animation-delay: 0.15s;
}

body.gd-theme-v2 .gd-sp-hero .gd-sp-hero-price {
  width: 100%;
  margin: 0.25rem 0 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.88);
}

body.gd-theme-v2 .gd-sp-hero .gd-sp-hero-price strong {
  color: #fff;
}

body.gd-theme-v2 .gd-sp-hero .gd-sp-hero-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin: 1.25rem 0 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.78);
  animation-delay: 0.18s;
}

body.gd-theme-v2 .gd-sp-hero .gd-sp-hero-trust i {
  color: hsl(var(--gd-accent));
}

body.gd-theme-v2 .gd-sp-hero .gd-sp-hero-visual {
  position: relative;
  width: 14rem;
  height: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.gd-theme-v2 .gd-sp-hero .gd-sp-hero-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid hsl(var(--gd-primary-foreground) / 0.15);
}

body.gd-theme-v2 .gd-sp-hero .gd-sp-hero-ring--outer {
  inset: 0;
  animation: gd-svc-ring-pulse 6s ease-in-out infinite;
}

body.gd-theme-v2 .gd-sp-hero .gd-sp-hero-ring--inner {
  inset: 1.25rem;
  border-color: hsl(var(--gd-accent) / 0.35);
  animation: gd-svc-ring-pulse 6s ease-in-out infinite reverse;
}

body.gd-theme-v2 .gd-sp-hero .gd-sp-hero-icon-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 9rem;
  height: 9rem;
  background: hsl(var(--gd-primary-foreground) / 0.08);
  border: 1px solid hsl(var(--gd-primary-foreground) / 0.14);
  border-radius: var(--gd-radius-2xl);
  box-shadow: var(--gd-shadow-lg);
}

body.gd-theme-v2 .gd-sp-hero .gd-sp-hero-icon-wrap i {
  font-size: 3.75rem;
  color: hsl(var(--gd-accent));
}

/* Two-column hero balance (copy + visual) */
body.gd-theme-v2 .gd-sp-hero .row.align-items-center {
  min-height: 0;
}

@keyframes gd-svc-ring-pulse {
  0%, 100% { transform: scale(1); opacity: 0.85; }
  50% { transform: scale(1.04); opacity: 1; }
}

@media (max-width: 991.98px) {
  body.gd-theme-v2 .gd-sp-hero .gd-sp-hero-ctas .gd-btn {
    width: 100%;
    justify-content: center;
  }

  body.gd-theme-v2 .gd-sp-hero .gd-sp-hero-visual {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gd-theme-v2 .gd-sp-hero .gd-sp-hero-ring--outer,
  body.gd-theme-v2 .gd-sp-hero .gd-sp-hero-ring--inner {
    animation: none;
  }
}
