:root {
  --conta-accent: var(--color-secondary);
  --conta-gradient: linear-gradient(135deg, rgba(10, 37, 64, 0.08), rgba(0, 184, 148, 0.25));
}

.experience-hub {
  position: relative;
  width: 100%;
  padding: clamp(5rem, 10vw, 7rem) clamp(1.5rem, 6vw, 4rem);
  background: linear-gradient(180deg, rgba(5, 12, 32, 0.96) 0%, rgba(3, 7, 22, 0.98) 100%);
  overflow: hidden;
}

.experience-hub::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(124, 241, 255, 0.18) 0%, transparent 70%);
  filter: blur(30px);
  opacity: 0.8;
}

.experience-hub__container {
  position: relative;
  z-index: 1;
  width: min(100% - 2 * var(--spacing-sm), 1220px);
  margin: 0 auto;
  display: grid;
  gap: clamp(3rem, 6vw, 4rem);
}

.experience-hub__grid {
  display: flex;
  justify-content: center;
}

.experience-hub__about {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(124, 241, 255, 0.22);
  border-radius: 28px;
  padding: clamp(2.2rem, 5vw, 3rem);
  display: grid;
  gap: 1.6rem;
  max-width: 780px;
  text-align: center;
  box-shadow: 0 38px 86px rgba(3, 10, 28, 0.45);
  backdrop-filter: blur(18px);
}

.experience-hub__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1.2rem;
  border-radius: 999px;
  background: rgba(124, 241, 255, 0.12);
  border: 1px solid rgba(124, 241, 255, 0.28);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: #7cf1ff;
}

.experience-hub__about h2 {
  font-size: clamp(2.1rem, 4.2vw, 2.8rem);
  color: #ffffff;
  line-height: 1.2;
}

.experience-hub__about p {
  color: rgba(235, 240, 255, 0.75);
  line-height: 1.7;
}

.experience-hub__highlights {
  display: grid;
  gap: 1.1rem;
  text-align: center;
}

.experience-hub__highlights li {
  display: grid;
  gap: 0.35rem;
  padding: 0.9rem 1.2rem;
  border-radius: 18px;
  background: rgba(7, 16, 40, 0.45);
  border: 1px solid rgba(124, 241, 255, 0.16);
}

.experience-hub__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.experience-hub__testimonials {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(124, 241, 255, 0.18);
  border-radius: 28px;
  padding: clamp(2rem, 5vw, 2.8rem);
  display: grid;
  gap: clamp(1.6rem, 4vw, 2.2rem);
  box-shadow: 0 32px 80px rgba(1, 8, 24, 0.55);
  backdrop-filter: blur(16px);
}

.experience-hub__testimonials header {
  display: grid;
  gap: 0.6rem;
  text-align: center;
}

.experience-hub__testimonials header span {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(124, 241, 255, 0.8);
  font-size: 0.78rem;
}

.experience-hub__testimonials header h3 {
  color: #ffffff;
  font-size: clamp(1.8rem, 3.2vw, 2.2rem);
}

.experience-hub__cards {
  display: grid;
  gap: clamp(1rem, 3vw, 1.6rem);
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.experience-card {
  background: rgba(7, 16, 40, 0.55);
  border: 1px solid rgba(124, 241, 255, 0.18);
  border-radius: 20px;
  padding: clamp(1.4rem, 3.5vw, 1.9rem);
  display: grid;
  gap: 1rem;
  color: rgba(235, 240, 255, 0.85);
  position: relative;
  overflow: hidden;
}

.experience-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(124, 241, 255, 0.2), transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.experience-card:hover::before,
.experience-card:focus-within::before {
  opacity: 1;
}

.experience-card p {
  margin: 0;
  font-style: italic;
  line-height: 1.7;
}

.experience-card span {
  font-size: 0.85rem;
  color: rgba(124, 241, 255, 0.9);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .experience-hub__cta {
    flex-direction: column;
    align-items: stretch;
  }
}


.page--contabilidade {
  background: radial-gradient(120% 120% at 15% 15%, rgba(124, 241, 255, 0.12), rgba(11, 18, 40, 0.92)),
    linear-gradient(160deg, #050a1b 0%, #132551 55%, #0a1735 100%);
  color: rgba(235, 240, 255, 0.92);
}

/* Remove dark background for contact page to show white sections */
.page--contabilidade .contact-premium,
.page--contabilidade .map-premium,
.page--contabilidade .cta-contact {
  position: relative;
  z-index: 1;
}

.page--contabilidade .site-header {
  background: rgba(14, 25, 54, 0.65);
  border-bottom: 1px solid rgba(124, 241, 255, 0.2);
  backdrop-filter: blur(14px);
}

.page--contabilidade .site-header__brand img {
  width: clamp(120px, 14vw, 160px);
}

.page--contabilidade .site-nav a {
  color: rgba(235, 240, 255, 0.82);
  font-weight: 500;
  letter-spacing: 0.02em;
  position: relative;
}

.page--contabilidade .site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 2px;
  background: linear-gradient(135deg, #7cf1ff, #556fff);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.page--contabilidade .site-nav a:hover::after,
.page--contabilidade .site-nav a:focus::after,
.page--contabilidade .site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

/* Botões dentro do nav - Desktop */
.page--contabilidade .site-nav__link {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 600;
  padding: 0.6rem 1.15rem;
  border-radius: 10px;
  border: 2px solid rgba(124, 241, 255, 0.25);
  background: rgba(124, 241, 255, 0.08) !important;
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.page--contabilidade .site-nav__link:hover {
  color: #ffffff !important;
  background: rgba(124, 241, 255, 0.15) !important;
  border-color: rgba(124, 241, 255, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(124, 241, 255, 0.25);
}

.page--contabilidade .site-nav__cta {
  color: #05102c !important;
  background: linear-gradient(135deg, #7cf1ff 0%, #6b7fff 100%) !important;
  font-weight: 700;
  padding: 0.6rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(85, 111, 255, 0.25);
  border: 2px solid rgba(124, 241, 255, 0.3);
  transition: all 0.3s ease;
}

.page--contabilidade .site-nav__cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(85, 111, 255, 0.35);
  background: linear-gradient(135deg, #8ef5ff 0%, #7a8aff 100%) !important;
  color: #05102c !important;
}

/* Toggle hamburguer - cor branca/cyan */
.page--contabilidade .site-header__toggle {
  border-color: rgba(124, 241, 255, 0.25);
  background: rgba(124, 241, 255, 0.08);
}

.page--contabilidade .site-header__toggle:hover {
  background: rgba(124, 241, 255, 0.15);
  border-color: rgba(124, 241, 255, 0.4);
}

.page--contabilidade .hamburger-icon span {
  background: #7cf1ff;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: clamp(4rem, 9vw, 6rem) 0;
  display: flex;
  align-items: center;
  background: radial-gradient(circle at 15% 20%, rgba(124, 241, 255, 0.18), rgba(10, 25, 55, 0.02) 45%),
    linear-gradient(135deg, rgba(7, 16, 40, 0.95) 0%, rgba(12, 27, 63, 0.82) 50%, rgba(8, 20, 48, 0.9) 100%);
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero::before {
  background:
    linear-gradient(135deg, rgba(5, 12, 32, 0.82) 0%, rgba(5, 12, 32, 0.55) 45%, rgba(9, 20, 46, 0.35) 100%),
    url("../img/contabilidade-escritorio-novo-fachada.jpeg");
  background-size: cover;
  background-position: center;
  opacity: 0.28;
}

.hero::after {
  background: linear-gradient(180deg, rgba(5, 10, 27, 0) 0%, rgba(5, 10, 27, 0.9) 95%);
}

.hero__halo {
  position: absolute;
  width: clamp(380px, 40vw, 520px);
  height: clamp(380px, 40vw, 520px);
  filter: blur(80px);
  opacity: 0.45;
  pointer-events: none;
  border-radius: 50%;
}

.hero__halo--left {
  top: -15%;
  left: -10%;
  background: radial-gradient(circle, rgba(124, 241, 255, 0.4) 0%, rgba(124, 241, 255, 0) 70%);
}

.hero__halo--right {
  bottom: -18%;
  right: -12%;
  background: radial-gradient(circle, rgba(85, 111, 255, 0.45) 0%, rgba(85, 111, 255, 0) 70%);
}

.hero__grid {
  position: relative;
  z-index: 1;
  width: min(100% - 3rem, 1120px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(2rem, 5vw, 3rem);
  align-items: center;
  justify-items: center;
}


.hero__content h1 {
  color: #7cf1ff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero__content p {
  max-width: 540px;
  color: rgba(235, 240, 255, 0.78);
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(124, 241, 255, 0.25);
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  text-transform: uppercase;
  color: rgba(235, 240, 255, 0.78);
  margin-bottom: 1.5rem;
}

.hero__subtitle {
  font-size: clamp(1.1rem, 2.3vw, 1.4rem);
  color: rgba(124, 241, 255, 0.9);
  font-weight: 500;
  margin-bottom: 1rem;
}

.btn.btn-outline {
  background: transparent;
  border: 1px solid rgba(124, 241, 255, 0.4);
  color: #7cf1ff;
}

.btn.btn-outline:hover,
.btn.btn-outline:focus {
  border-color: #7cf1ff;
  color: #ffffff;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: clamp(1rem, 3vw, 1.6rem);
  margin-top: clamp(2rem, 4vw, 2.8rem);
}

.hero__stat {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(124, 241, 255, 0.18);
  border-radius: 18px;
  padding: 1.2rem 1.4rem;
}

.hero__stat dt {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #7cf1ff;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.hero__stat dd {
  margin: 0;
  color: rgba(235, 240, 255, 0.72);
  font-size: 0.9rem;
}

.hero__media {
  position: relative;
  justify-self: center;
}

.hero__media img {
  border-radius: var(--radius-lg);
  box-shadow: 0 38px 72px rgba(4, 10, 30, 0.55);
  object-fit: cover;
  min-height: 320px;
  max-width: clamp(280px, 46vw, 480px);
}

.hero__caption {
  margin-top: 1rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(124, 241, 255, 0.2);
  color: rgba(235, 240, 255, 0.76);
  font-size: 0.9rem;
  box-shadow: 0 22px 40px rgba(3, 10, 33, 0.35);
}

.hero__caption strong {
  display: block;
  color: #ffffff;
  margin-top: 0.35rem;
}

.section {
  color: rgba(235, 240, 255, 0.88);
  width: min(100% - 2 * var(--spacing-sm), 1180px);
  margin: 0 auto;
  padding: clamp(2.4rem, 6vw, 3.6rem) 0;
}

.section--light {
  background: rgba(255, 255, 255, 0.95);
  color: var(--color-primary);
  border-radius: 24px;
  box-shadow: 0 24px 44px rgba(8, 18, 40, 0.2);
  padding: clamp(2.4rem, 6vw, 3.4rem) 0;
  margin: 0 auto;
}

.section:not(.section--light) .card,
.section:not(.section--light) .testimonial,
.section:not(.section--light) .gallery__item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(124, 241, 255, 0.16);
  color: inherit;
}

.section:not(.section--light) .card h3,
.section:not(.section--light) strong {
  color: #7cf1ff;
}

.band {
  width: 100%;
  margin: 0;
  padding: clamp(3.2rem, 7vw, 4.8rem) 0;
}


section + section,
.band + .section,
.section + .band {
  margin-top: 0;
}

@media (max-width: 768px) {
  .hero {
    min-height: auto;
    padding: clamp(3rem, 12vw, 4.5rem) 0;
  }
}

.band--services {
  background: #ffffff;
  color: var(--color-primary);
  box-shadow: 0 44px 96px rgba(8, 18, 40, 0.14);
}

.band--dark {
  background: linear-gradient(135deg, rgba(8, 18, 40, 0.95) 0%, rgba(9, 20, 46, 0.78) 100%);
  border-top: 1px solid rgba(124, 241, 255, 0.14);
  border-bottom: 1px solid rgba(124, 241, 255, 0.14);
  padding: clamp(5rem, 9vw, 7rem) 0;
}

.band__container {
  width: min(100% - 2 * var(--spacing-sm), 1180px);
  margin: 0 auto;
}


.band__header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto clamp(2.2rem, 5.5vw, 3.2rem);
  display: grid;
  gap: 1rem;
}

.band__header span {
  display: inline-flex;
  justify-content: center;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: #7cf1ff;
}

.band--services .band__header span {
  color: rgba(8, 18, 40, 0.6);
}

.band--services .band__header h2,
.band--services .band__header p {
  color: var(--color-primary);
}

.band__grid {
  display: grid;
  gap: clamp(1.6rem, 4vw, 2.6rem);
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.band-card {
  background: rgba(8, 18, 40, 0.04);
  border-radius: 18px;
  border: 1px solid rgba(8, 18, 40, 0.08);
  padding: clamp(1.9rem, 4.5vw, 2.7rem);
  display: grid;
  gap: 1.1rem;
  box-shadow: 0 24px 52px rgba(8, 18, 40, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.band-card:hover,
.band-card:focus-within {
  transform: translateY(-8px);
  box-shadow: 0 32px 72px rgba(8, 18, 40, 0.18);
  border-color: rgba(8, 18, 40, 0.16);
}

.band-card__header {
  display: grid;
  gap: 0.55rem;
  align-items: baseline;
}

.band-card__header span {
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(8, 18, 40, 0.55);
}

.band-card__header h3 {
  font-size: 1.35rem;
  color: var(--color-primary);
}

.band-card p {
  color: rgba(8, 18, 40, 0.75);
  line-height: 1.65;
}

.band-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 600;
  color: var(--color-primary);
}

.band-card__link::after {
  content: "→";
  transition: transform 0.3s ease;
}

.band-card__link:hover::after,
.band-card__link:focus::after {
  transform: translateX(6px);
}

.band--dark .band__header span {
  color: rgba(124, 241, 255, 0.85);
}

.band--dark .band__header h2 {
  color: #ffffff;
}

.band__links {
  display: grid;
  gap: clamp(1.8rem, 4vw, 2.6rem);
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.band-link {
  background: #ffffff;
  color: var(--color-primary);
  border-radius: 18px;
  padding: clamp(1.9rem, 4.5vw, 2.6rem);
  box-shadow: 0 26px 52px rgba(5, 12, 36, 0.22);
  display: grid;
  gap: 1.1rem;
  justify-items: center;
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.band-link__logo {
  width: 100%;
  max-width: 180px;
  height: 120px;
  object-fit: contain;
  object-position: center;
}

.band-link h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.band-link a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  color: var(--color-primary);
}

.band-link__cta {
  padding: 0.75rem 1.4rem;
  border-radius: 999px;
  background: rgba(8, 18, 40, 0.08);
  border: 1px solid rgba(8, 18, 40, 0.14);
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.band-link a::after {
  content: "→";
  transition: transform 0.3s ease;
}

.band-link a:hover::after,
.band-link a:focus::after {
  transform: translateX(6px);
}

.band-link:hover,
.band-link:focus-within {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 34px 72px rgba(5, 12, 36, 0.28);
}

.band-link:hover .band-link__cta,
.band-link:focus-within .band-link__cta {
  background: linear-gradient(135deg, rgba(7, 16, 40, 0.9), rgba(12, 27, 63, 0.85));
  color: #ffffff;
  border-color: rgba(124, 241, 255, 0.3);
}


.gallery-showcase {
  position: relative;
  width: 100%;
  padding: clamp(4rem, 10vw, 6rem) clamp(1.5rem, 6vw, 4rem);
  background: radial-gradient(150% 180% at 15% 20%, rgba(124, 241, 255, 0.18), rgba(8, 18, 40, 0.92) 55%),
    linear-gradient(180deg, rgba(5, 12, 32, 0.92) 0%, rgba(4, 9, 24, 0.96) 100%);
  overflow: hidden;
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
}

.gallery-showcase__container {
  width: min(100% - 2 * var(--spacing-sm), 1200px);
  margin: 0 auto;
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
}

.gallery-showcase__header {
  text-align: center;
  color: rgba(235, 240, 255, 0.9);
  display: grid;
  gap: 1rem;
  max-width: 820px;
  margin: 0 auto;
}

.gallery-showcase__header h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 2.8rem);
}

.gallery-showcase__header p {
  color: rgba(235, 240, 255, 0.75);
}

.gallery-showcase__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.2rem, 3.5vw, 2.4rem);
  width: 100%;
}

.gallery-showcase__item {
  position: relative;
  overflow: hidden;
  min-height: clamp(220px, 32vw, 420px);
  border-radius: 24px;
  isolation: isolate;
  display: grid;
  grid-template-rows: 1fr auto;
  cursor: zoom-in;
}

.gallery-showcase__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 9, 24, 0) 0%, rgba(4, 9, 24, 0.85) 80%);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
}

.gallery-showcase__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.4s ease;
}

.gallery-showcase__item figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 1.1rem clamp(1rem, 2.5vw, 1.6rem);
  color: rgba(235, 240, 255, 0.92);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.gallery-showcase__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(124, 241, 255, 0.35);
  background: rgba(7, 16, 40, 0.8);
  color: #7cf1ff;
  font-weight: 700;
  font-size: 1rem;
  transition: transform 0.3s ease, background 0.3s ease;
}

.gallery-showcase__item:hover::before,
.gallery-showcase__item:focus-within::before {
  opacity: 1;
}

.gallery-showcase__item:hover img,
.gallery-showcase__item:focus-within img {
  transform: scale(1.06);
}

@media (max-width: 1280px) {
  .gallery-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .gallery-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .gallery-showcase__grid {
    grid-template-columns: 1fr;
  }
}

.gallery-modal {
  position: fixed;
  inset: 0;
  background: rgba(3, 7, 18, 0.85);
  display: grid;
  place-items: center;
  padding: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999;
}

.gallery-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.gallery-modal__image {
  max-width: min(90vw, 1100px);
  max-height: 80vh;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 32px 84px rgba(0, 0, 0, 0.6);
}

.gallery-modal__caption {
  margin-top: 1.5rem;
  color: rgba(235, 240, 255, 0.85);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}

.gallery-modal__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(7, 16, 40, 0.8);
  color: #ffffff;
  border: 1px solid rgba(124, 241, 255, 0.3);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.gallery-slider__control span {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media (min-width: 1280px) {
  .gallery-slide {
    min-height: 78vh;
  }
}

@media (max-width: 768px) {
  .gallery-slider__track {
    grid-auto-columns: 100%;
  }

  .gallery-slide {
    min-height: clamp(240px, 60vh, 400px);
  }

  .gallery-slider__control {
    display: none;
  }
}

.band__metrics {
  display: grid;
  gap: clamp(1.2rem, 3.5vw, 2rem);
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.band-metric {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  border: 1px solid rgba(124, 241, 255, 0.18);
  padding: clamp(1.6rem, 4vw, 2.2rem);
  color: rgba(235, 240, 255, 0.82);
  box-shadow: 0 24px 52px rgba(5, 12, 36, 0.28);
}

.band-metric dt {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
  color: #7cf1ff;
}

.band-metric dd {
  margin: 0;
  line-height: 1.7;
}

.section--light .section__eyebrow,
.section--light h2,
.section--light p,
.section--light li,
.section--light figcaption {
  color: inherit;
}

.section--light .card,
.section--light .gallery__item,
.section--light .testimonial,
.section--light .final-cta__inner {
  background: #ffffff;
  color: var(--color-primary);
}

.section__eyebrow {
  color: #7cf1ff;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.btn.btn-link {
  color: #7cf1ff;
}

.btn.btn-link:hover,
.btn.btn-link:focus {
  color: #ffffff;
}

.site-footer--expanded .site-footer__grid {
  display: grid;
  gap: clamp(1.8rem, 4vw, 2.8rem);
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.site-footer__column {
  display: grid;
  gap: 1rem;
}

.site-footer__about p {
  color: rgba(235, 240, 255, 0.76);
  line-height: 1.7;
}

.site-footer__social {
  display: inline-flex;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(124, 241, 255, 0.22);
  color: #7cf1ff;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.site-footer__social a:hover,
.site-footer__social a:focus {
  background: rgba(124, 241, 255, 0.3);
  color: #ffffff;
  transform: translateY(-2px);
}

.site-footer__creditos a {
  color: #7cf1ff;
}

.floating-whatsapp {
  position: fixed;
  right: clamp(1.2rem, 4vw, 2rem);
  bottom: clamp(1.5rem, 5vw, 2.5rem);
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #ffffff;
  box-shadow: 0 22px 44px rgba(18, 140, 126, 0.35);
  font-weight: 600;
  z-index: 99;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus {
  transform: translateY(-2px);
  box-shadow: 0 26px 54px rgba(18, 140, 126, 0.45);
}

.page--contabilidade .site-footer {
  background: rgba(14, 25, 54, 0.65);
  border-top: 1px solid rgba(124, 241, 255, 0.18);
  color: rgba(235, 240, 255, 0.78);
}

.page--contabilidade .site-footer h3,
.page--contabilidade .site-footer a,
.page--contabilidade .site-footer__bottom a {
  color: #7cf1ff;
}

.page--contabilidade .site-footer a:hover,
.page--contabilidade .site-footer a:focus {
  color: #ffffff;
}

.services__grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.highlights__grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: start;
}

.highlights__list strong {
  display: block;
  font-size: 1.4rem;
  color: var(--conta-accent);
}

.about__grid {
  display: grid;
  gap: var(--spacing-lg);
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.about__media img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.about__values {
  list-style: none;
  padding: 0;
  margin: var(--spacing-sm) 0;
  display: grid;
  gap: 0.75rem;
}

.testimonials__grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.gallery__grid {
  display: grid;
  gap: var(--spacing-md);
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.gallery__item {
  position: relative;
  background: var(--color-surface);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery__item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.gallery__item figcaption {
  padding: var(--spacing-xs) var(--spacing-sm);
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: var(--color-primary);
}

.gallery__item:hover,
.gallery__item:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 20px 36px rgba(10, 37, 64, 0.16);
}

.gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 184, 148, 0.08), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery__item:hover::after,
.gallery__item:focus-within::after {
  opacity: 1;
}

.cta-whatsapp {
  display: none;
}

.page-hero {
  background: var(--conta-gradient);
  color: var(--color-primary);
}

.page-hero__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  text-align: center;
}

.services-detail .accordion,
.faq__grid article,
.industries__grid article,
.team-card,
.story__grid,
.contact__card,
.contact__info,
.story__media img {
  background: var(--color-surface);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}

.accordion {
  padding: var(--spacing-md);
  margin-bottom: var(--spacing-md);
}

.accordion__header h2 {
  margin-bottom: var(--spacing-xs);
}

.accordion__content ul {
  padding-left: 1.2rem;
  margin: 0;
  display: grid;
  gap: 0.4rem;
  color: var(--color-muted);
}

.industries__grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.faq__grid {
  display: grid;
  gap: var(--spacing-md);
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.faq__grid article {
  padding: var(--spacing-md);
}

.faq__grid h3 {
  margin-bottom: var(--spacing-xs);
}

.story__grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--spacing-lg);
  padding: var(--spacing-md);
}

.story__timeline {
  margin: var(--spacing-sm) 0 0;
  padding-left: 1.4rem;
  display: grid;
  gap: 0.5rem;
  color: var(--color-muted);
}

.team__grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.team-card {
  padding: var(--spacing-md);
  text-align: center;
}

.team-card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto var(--spacing-sm);
  box-shadow: var(--shadow-card);
}

.team-card span {
  display: block;
  font-weight: 500;
  color: var(--color-primary);
  margin-bottom: 0.4rem;
}

.contact {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(245, 246, 250, 0.9) 100%);
}

.contact__grid {
  display: grid;
  gap: var(--spacing-lg);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.contact__card,
.contact__info {
  padding: var(--spacing-md);
}

.contact-form {
  display: grid;
  gap: var(--spacing-sm);
}

.form-group {
  display: grid;
  gap: 0.35rem;
}

.form-group label {
  font-weight: 600;
  color: var(--color-primary);
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(10, 37, 64, 0.12);
  font: inherit;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--conta-accent);
  box-shadow: 0 0 0 3px rgba(0, 184, 148, 0.2);
}

.contact__privacy {
  font-size: 0.85rem;
  color: var(--color-muted);
}

.contact__list {
  list-style: none;
  padding: 0;
  margin: var(--spacing-sm) 0;
  display: grid;
  gap: 0.75rem;
}

.contact__list strong {
  display: block;
  color: var(--color-primary);
  margin-bottom: 0.2rem;
}

.map__frame iframe {
  width: 100%;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}

.final-cta__inner .btn-primary {
  background: var(--conta-accent);
  box-shadow: 0 12px 24px rgba(0, 184, 148, 0.25);
}

/* Hero About Centered */
.hero--about {
  min-height: 75vh;
}

.hero__grid--center {
  grid-template-columns: 1fr;
  max-width: 920px;
  text-align: center;
}

.hero__content--center {
  display: grid;
  gap: 1.2rem;
  justify-items: center;
  align-items: center;
}

.hero__content--center h1 {
  max-width: 780px;
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  line-height: 1.15;
}

.hero__content--center p {
  max-width: 680px;
}

/* Timeline Premium */
.timeline-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 246, 250, 0.95) 100%);
  border-radius: 32px;
  padding: clamp(3rem, 7vw, 5rem) 0;
  margin: clamp(2rem, 5vw, 3rem) auto;
  box-shadow: 0 32px 64px rgba(8, 18, 40, 0.12);
}

.timeline {
  position: relative;
  max-width: 920px;
  margin: clamp(2.5rem, 6vw, 4rem) auto 0;
  padding: 0 clamp(1rem, 4vw, 2rem);
}

.timeline::before {
  content: "";
  position: absolute;
  left: clamp(2.5rem, 5vw, 4rem);
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, 
    rgba(0, 184, 148, 0.2) 0%, 
    rgba(0, 184, 148, 0.6) 50%, 
    rgba(0, 184, 148, 0.2) 100%);
  border-radius: 999px;
}

.timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1.8rem, 4vw, 3rem);
  margin-bottom: clamp(3rem, 6vw, 4.5rem);
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.timeline__item.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.timeline__marker {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.timeline__year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(74px, 10vw, 92px);
  height: clamp(74px, 10vw, 92px);
  border-radius: 50%;
  background: linear-gradient(135deg, #ffffff 0%, #f5f6fa 100%);
  border: 4px solid rgba(0, 184, 148, 0.3);
  box-shadow: 0 12px 32px rgba(0, 184, 148, 0.25), 
              0 0 0 8px rgba(0, 184, 148, 0.1),
              inset 0 2px 8px rgba(0, 184, 148, 0.15);
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  font-weight: 700;
  color: var(--color-primary);
  letter-spacing: 0.02em;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline__item:hover .timeline__year {
  transform: scale(1.08);
  box-shadow: 0 16px 42px rgba(0, 184, 148, 0.35), 
              0 0 0 12px rgba(0, 184, 148, 0.15),
              inset 0 2px 8px rgba(0, 184, 148, 0.2);
}

.timeline__item--present .timeline__year {
  background: linear-gradient(135deg, #00b894 0%, #00a380 100%);
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(0, 184, 148, 0.45), 
              0 0 0 12px rgba(0, 184, 148, 0.2),
              0 0 28px rgba(0, 184, 148, 0.3);
}

.timeline__content {
  background: #ffffff;
  border-radius: 20px;
  padding: clamp(1.8rem, 4.5vw, 2.6rem);
  box-shadow: 0 8px 24px rgba(10, 37, 64, 0.08);
  border: 1px solid rgba(10, 37, 64, 0.06);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline__content::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 32px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-color: transparent #ffffff transparent transparent;
  filter: drop-shadow(-2px 0 4px rgba(10, 37, 64, 0.06));
}

.timeline__item:hover .timeline__content {
  transform: translateX(8px);
  box-shadow: 0 16px 36px rgba(10, 37, 64, 0.14);
}

.timeline__title {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  color: var(--color-primary);
  margin-bottom: 0.6rem;
  font-weight: 700;
}

.timeline__generation {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: rgba(0, 184, 148, 0.08);
  color: var(--conta-accent);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 184, 148, 0.15);
}

.timeline__content > p {
  color: rgba(10, 37, 64, 0.78);
  line-height: 1.7;
  margin: 1rem 0;
}

.timeline__highlight {
  margin-top: 1.4rem;
  padding: 1.1rem 1.4rem;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0, 184, 148, 0.06) 0%, rgba(0, 184, 148, 0.02) 100%);
  border-left: 4px solid rgba(0, 184, 148, 0.5);
  color: rgba(10, 37, 64, 0.75);
  font-size: 0.95rem;
  line-height: 1.6;
}

.timeline__highlight strong {
  color: var(--conta-accent);
  font-weight: 600;
  display: block;
  margin-bottom: 0.3rem;
}

.timeline__highlight--accent {
  background: linear-gradient(135deg, rgba(0, 184, 148, 0.12) 0%, rgba(0, 184, 148, 0.06) 100%);
  border-left-color: var(--conta-accent);
  border-left-width: 5px;
}

.timeline__highlight--accent strong {
  font-size: 1rem;
}

/* Values Section */
.section.values .section__header h2,
.section.values .section__header p {
  color: #ffffff;
}

.section.values .section__header h2 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
}

/* Values Grid Enhanced */
.values__grid {
  display: grid;
  gap: clamp(1.6rem, 4vw, 2.4rem);
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 2rem;
}

.values__grid article {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(124, 241, 255, 0.16);
  border-radius: 18px;
  padding: clamp(1.6rem, 4vw, 2.2rem);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.values__grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(124, 241, 255, 0.3);
  box-shadow: 0 18px 38px rgba(5, 12, 36, 0.25);
}

.values__grid h3 {
  color: #7cf1ff;
  font-size: 1.3rem;
  margin-bottom: 0.7rem;
  font-weight: 600;
}

.values__grid p {
  color: rgba(235, 240, 255, 0.78);
  line-height: 1.7;
}

/* Culture Section Enhanced */
.culture-enhanced {
  padding: clamp(5rem, 10vw, 8rem) 0;
}

.culture-enhanced__content {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  gap: clamp(3rem, 6vw, 4.5rem);
}

.culture-enhanced__header {
  text-align: center;
  display: grid;
  gap: 1.2rem;
}

.culture-enhanced__header .section__eyebrow {
  color: #7cf1ff;
}

.culture-enhanced__header h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  line-height: 1.2;
  margin: 0;
}

.culture-enhanced__text {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  display: grid;
  gap: 1.2rem;
}

.culture-enhanced__text p {
  color: rgba(235, 240, 255, 0.85);
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  line-height: 1.7;
  margin: 0;
}

.culture-enhanced__features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(2rem, 5vw, 3rem);
  margin-top: 1rem;
}

.culture-feature {
  display: flex;
  gap: 1.4rem;
  padding: clamp(1.8rem, 4vw, 2.4rem);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(124, 241, 255, 0.12);
  border-radius: 20px;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.culture-feature:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(0, 184, 148, 0.3);
  box-shadow: 0 16px 42px rgba(5, 12, 36, 0.3);
}

.culture-feature__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(0, 184, 148, 0.12);
  border: 2px solid rgba(0, 184, 148, 0.25);
  color: #7cf1ff;
  transition: transform 0.3s ease, background 0.3s ease;
}

.culture-feature:hover .culture-feature__icon {
  transform: scale(1.1) rotate(5deg);
  background: rgba(0, 184, 148, 0.18);
}

.culture-feature__content {
  flex: 1;
  display: grid;
  gap: 0.6rem;
  align-content: start;
}

.culture-feature__content h3 {
  color: #ffffff;
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

.culture-feature__content p {
  color: rgba(235, 240, 255, 0.75);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* Responsive Culture Enhanced */
@media (max-width: 768px) {
  .culture-enhanced__features {
    grid-template-columns: 1fr;
  }
  
  .culture-feature {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  
  .culture-feature__icon {
    width: 56px;
    height: 56px;
  }
}

/* Responsive Timeline - Novo layout para mobile */
@media (max-width: 768px) {
  /* Hero About Mobile */
  .hero--about {
    min-height: auto;
    padding: 3rem 1rem;
  }

  .hero__grid--center {
    padding: 0;
  }

  .hero__content--center h1 {
    font-size: clamp(1.75rem, 6vw, 2.5rem);
    line-height: 1.2;
  }

  .hero__content--center .hero__subtitle {
    font-size: 1rem;
  }

  .hero__content--center p {
    font-size: 0.95rem;
  }

  .hero__badge {
    font-size: 0.85rem;
    padding: 0.4rem 0.9rem;
  }

  /* Timeline Mobile - Layout completamente novo */
  .timeline-section {
    padding: 2.5rem 0;
    margin: 0;
    border-radius: 0;
    overflow-x: hidden;
    width: 100%;
  }

  .timeline-section .container {
    padding: 0 1rem;
    max-width: 100%;
    overflow-x: hidden;
  }

  .timeline {
    padding: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    position: relative;
    width: 100%;
  }

  /* Linha central conectando os cards */
  .timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2rem;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, 
      rgba(0, 184, 148, 0.2) 0%, 
      rgba(0, 184, 148, 0.5) 50%, 
      rgba(0, 184, 148, 0.2) 100%);
    z-index: 0;
  }
  
  .timeline__item {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    opacity: 1;
    transform: none;
    width: 100%;
  }
  
  /* Mostrar o marker como ano acima do card */
  .timeline__marker {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
  }

  .timeline__year {
    background: #ffffff;
    background-image: linear-gradient(135deg, rgba(0, 184, 148, 0.15) 0%, rgba(0, 184, 148, 0.08) 100%);
    color: var(--conta-accent);
    font-size: 1.3rem;
    font-weight: 800;
    padding: 0.5rem 1.5rem;
    border-radius: 12px;
    border: 2px solid rgba(0, 184, 148, 0.25);
    box-shadow: 0 4px 12px rgba(0, 184, 148, 0.15);
    letter-spacing: 0.5px;
    width: auto;
    height: auto;
    position: relative;
  }

  /* Card sem ano no topo */
  .timeline__content {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.5rem 1.25rem;
    border: 2px solid rgba(0, 184, 148, 0.15);
    box-shadow: 0 8px 24px rgba(10, 37, 64, 0.08);
    overflow: hidden;
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }

  /* Remover a setinha e o ::after */
  .timeline__content::before,
  .timeline__content::after {
    display: none;
  }

  /* Conteúdo do card */
  .timeline__title {
    font-size: 1.2rem;
    margin: 0 0 0.65rem 0;
    padding: 0;
    color: var(--color-primary);
    text-align: center;
  }

  .timeline__generation {
    font-size: 0.8rem;
    padding: 0.35rem 0.8rem;
    margin: 0 auto 1rem;
    display: inline-block;
    text-align: center;
    width: auto;
  }

  .timeline__content > p {
    font-size: 0.9rem;
    line-height: 1.65;
    margin: 0.75rem 0;
    padding: 0;
    color: rgba(10, 37, 64, 0.78);
    text-align: left;
  }

  .timeline__highlight {
    padding: 1rem;
    margin: 1rem 0 0;
    font-size: 0.85rem;
    background: rgba(0, 184, 148, 0.05);
    border-top: 2px solid rgba(0, 184, 148, 0.12);
    border-radius: 0 0 12px 12px;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    margin-bottom: -1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.5rem;
  }

  .timeline__highlight strong {
    font-size: 0.9rem;
    color: var(--conta-accent);
  }

  /* Remover efeitos hover no mobile */
  .timeline__item:hover .timeline__content {
    transform: none;
  }

  /* Outras seções - ajustes gerais mobile */
  .section {
    padding: 2.5rem 0;
    overflow-x: hidden;
  }

  .section .container {
    padding: 0 1rem;
    max-width: 100%;
    overflow-x: hidden;
  }

  .section__header {
    margin-bottom: 2rem;
  }

  .section__header h2 {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }

  .values,
  .culture-enhanced,
  .band {
    padding: 2.5rem 0;
    overflow-x: hidden;
  }

  .values .container,
  .culture-enhanced .container,
  .band .container {
    padding: 0 1rem;
  }
}

@media (max-width: 480px) {
  /* Hero About - telas pequenas */
  .hero--about {
    padding: 2.5rem 0.75rem;
  }

  .hero__content--center h1 {
    font-size: 1.5rem;
  }

  .hero__content--center .hero__subtitle {
    font-size: 0.9rem;
  }

  .hero__content--center p {
    font-size: 0.875rem;
  }

  .hero__badge {
    font-size: 0.75rem;
    padding: 0.35rem 0.8rem;
  }

  /* Timeline - telas pequenas com mesmo estilo vertical */
  .timeline-section {
    padding: 2rem 0;
  }

  .timeline-section .container {
    padding: 0 0.75rem;
  }

  .timeline {
    gap: 2rem;
  }

  .timeline::before {
    top: 1.75rem;
  }

  .timeline__item {
    gap: 0.65rem;
  }

  .timeline__year {
    font-size: 1.15rem;
    padding: 0.45rem 1.25rem;
    background: #ffffff;
    background-image: linear-gradient(135deg, rgba(0, 184, 148, 0.15) 0%, rgba(0, 184, 148, 0.08) 100%);
  }

  .timeline__content {
    padding: 1.25rem 1rem;
  }

  .timeline__title {
    font-size: 1.1rem;
    margin-bottom: 0.55rem;
  }

  .timeline__generation {
    font-size: 0.75rem;
    padding: 0.3rem 0.7rem;
    margin-bottom: 0.85rem;
  }

  .timeline__content > p {
    font-size: 0.85rem;
    line-height: 1.6;
    margin: 0.65rem 0;
  }

  .timeline__highlight {
    padding: 0.85rem 1rem 1.25rem;
    font-size: 0.8rem;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: -1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .timeline__highlight strong {
    font-size: 0.85rem;
  }

  /* Outras seções - telas pequenas */
  .section {
    padding: 2rem 0;
  }

  .section .container {
    padding: 0 0.75rem;
  }

  .section__header h2 {
    font-size: 1.4rem;
  }

  .values,
  .culture-enhanced,
  .band {
    padding: 2rem 0;
  }

  .values .container,
  .culture-enhanced .container,
  .band .container {
    padding: 0 0.75rem;
  }
}

/* CTA Premium Section */
.cta-premium {
  position: relative;
  width: 100%;
  padding: clamp(4rem, 8vw, 6rem) 0;
  background: radial-gradient(120% 150% at 50% -20%, rgba(124, 241, 255, 0.18), rgba(8, 18, 40, 0.95) 45%),
    linear-gradient(160deg, rgba(7, 16, 40, 0.98) 0%, rgba(12, 27, 63, 0.92) 50%, rgba(8, 20, 48, 0.96) 100%);
  overflow: hidden;
}

.cta-premium::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -15%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 184, 148, 0.15) 0%, transparent 70%);
  filter: blur(60px);
  opacity: 0.6;
  pointer-events: none;
}

.cta-premium::after {
  content: "";
  position: absolute;
  bottom: -25%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(124, 241, 255, 0.12) 0%, transparent 70%);
  filter: blur(50px);
  opacity: 0.5;
  pointer-events: none;
}

.cta-premium__container {
  position: relative;
  z-index: 1;
  width: min(100% - 2 * var(--spacing-sm), 1120px);
  margin: 0 auto;
  display: grid;
  gap: clamp(2.5rem, 5vw, 3.5rem);
}

.cta-premium__content {
  display: grid;
  gap: clamp(2rem, 4vw, 2.8rem);
}

.cta-premium__header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.cta-premium__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: rgba(0, 184, 148, 0.12);
  border: 1px solid rgba(0, 184, 148, 0.3);
  color: #7cf1ff;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 auto;
}

.cta-premium__title {
  font-size: clamp(1.8rem, 4.3vw, 2.6rem);
  color: #ffffff;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}

.cta-premium__subtitle {
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  color: rgba(235, 240, 255, 0.82);
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto;
}

.cta-premium__benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(1rem, 3vw, 1.6rem);
  max-width: 920px;
  margin: 0 auto;
}

.cta-premium__benefit {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.4rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(124, 241, 255, 0.18);
  border-radius: 14px;
  color: rgba(235, 240, 255, 0.9);
  font-weight: 500;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.cta-premium__benefit:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(0, 184, 148, 0.4);
}

.cta-premium__icon {
  color: #00b894;
  flex-shrink: 0;
}

.cta-premium__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.1rem 2.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #00b894 0%, #00a380 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  box-shadow: 0 18px 42px rgba(0, 184, 148, 0.35), 
              0 0 32px rgba(0, 184, 148, 0.2);
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-cta-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.btn-cta-primary:hover,
.btn-cta-primary:focus {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(0, 184, 148, 0.45), 
              0 0 42px rgba(0, 184, 148, 0.3);
}

.btn-cta-primary:hover::before {
  opacity: 1;
}

.btn-cta-primary svg {
  transition: transform 0.3s ease;
}

.btn-cta-primary:hover svg {
  transform: translateX(4px);
}

.btn-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.1rem 2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(124, 241, 255, 0.3);
  color: #7cf1ff;
  font-weight: 600;
  font-size: 1rem;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.btn-cta-secondary:hover,
.btn-cta-secondary:focus {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.12);
  border-color: #7cf1ff;
  color: #ffffff;
}

.cta-premium__contact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(1.4rem, 3vw, 2rem);
  padding: clamp(2rem, 4vw, 2.8rem);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(124, 241, 255, 0.14);
  border-radius: 20px;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 32px rgba(5, 12, 36, 0.25);
}

.cta-premium__contact-item {
  display: grid;
  gap: 0.4rem;
  text-align: center;
}

.cta-premium__contact-item strong {
  color: #7cf1ff;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.cta-premium__contact-item a {
  color: rgba(235, 240, 255, 0.9);
  font-size: 1.1rem;
  font-weight: 600;
  transition: color 0.3s ease;
}

.cta-premium__contact-item a:hover {
  color: #ffffff;
}

.cta-premium__contact-item span {
  color: rgba(235, 240, 255, 0.75);
  font-size: 0.95rem;
}

/* Responsive CTA Premium */
@media (max-width: 768px) {
  .cta-premium__benefits {
    grid-template-columns: 1fr;
  }
  
  .cta-premium__actions {
    flex-direction: column;
    width: 100%;
  }
  
  .cta-premium__actions .btn {
    width: 100%;
    justify-content: center;
  }
  
  .cta-premium__contact {
    grid-template-columns: 1fr;
  }
}

/* Hero Services */
.hero--services {
  min-height: 70vh;
}

/* Services Premium Section */
.services-premium {
  position: relative;
  width: 100%;
  padding: clamp(4rem, 8vw, 6rem) 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 246, 250, 0.95) 100%);
}

.services-premium__container {
  width: min(100% - 2 * var(--spacing-sm), 1280px);
  margin: 0 auto;
  display: grid;
  gap: clamp(3rem, 6vw, 4.5rem);
}

.services-premium__header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.services-premium__header .section__eyebrow {
  color: var(--conta-accent);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.services-premium__header h2 {
  font-size: clamp(2rem, 4.5vw, 2.5rem);
  color: var(--color-primary);
  line-height: 1.2;
  font-weight: 700;
}

.services-premium__header p {
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  color: rgba(10, 37, 64, 0.7);
  line-height: 1.6;
}

.services-premium__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(2rem, 4vw, 2.8rem);
}

.service-card {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  padding: clamp(2rem, 5vw, 2.8rem);
  display: grid;
  gap: clamp(1.2rem, 3vw, 1.8rem);
  box-shadow: 0 8px 24px rgba(10, 37, 64, 0.08);
  border: 1px solid rgba(10, 37, 64, 0.06);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--conta-accent) 0%, rgba(0, 184, 148, 0.5) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.service-card:hover,
.service-card:focus-within {
  transform: translateY(-12px);
  box-shadow: 0 24px 52px rgba(10, 37, 64, 0.16);
  border-color: rgba(0, 184, 148, 0.2);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(0, 184, 148, 0.1) 0%, rgba(0, 184, 148, 0.05) 100%);
  border: 2px solid rgba(0, 184, 148, 0.15);
  color: var(--conta-accent);
  transition: transform 0.4s ease, background 0.4s ease, border-color 0.4s ease;
}

.service-card:hover .service-card__icon {
  transform: scale(1.1) rotate(5deg);
  background: linear-gradient(135deg, rgba(0, 184, 148, 0.15) 0%, rgba(0, 184, 148, 0.08) 100%);
  border-color: var(--conta-accent);
}

.service-card__header {
  display: grid;
  gap: 0.6rem;
}

.service-card__header h3 {
  font-size: clamp(1.4rem, 3vw, 1.75rem);
  color: var(--color-primary);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.service-card__description {
  font-size: 0.95rem;
  color: rgba(10, 37, 64, 0.65);
  line-height: 1.5;
  margin: 0;
}

.service-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.service-card__list li {
  position: relative;
  padding-left: 1.6rem;
  color: rgba(10, 37, 64, 0.75);
  line-height: 1.6;
  font-size: 0.95rem;
  transition: color 0.3s ease, transform 0.3s ease;
}

.service-card__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--conta-accent);
  font-weight: 700;
  font-size: 1.1rem;
}

.service-card:hover .service-card__list li {
  color: rgba(10, 37, 64, 0.85);
}

.service-card__footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(10, 37, 64, 0.08);
}

.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--conta-accent);
  font-weight: 600;
  font-size: 1rem;
  transition: gap 0.3s ease, color 0.3s ease;
}

.service-card__link:hover,
.service-card__link:focus {
  gap: 0.85rem;
  color: #00a380;
}

/* Responsive Services */
@media (max-width: 992px) {
  .services-premium__grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .services-premium__grid {
    grid-template-columns: 1fr;
  }
  
  .service-card__icon {
    width: 70px;
    height: 70px;
  }
}

/* Segments Section */
.segments-band {
  position: relative;
  overflow: hidden;
}

.segments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1.8rem, 4vw, 2.4rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}

.segment-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(124, 241, 255, 0.16);
  border-radius: 20px;
  padding: clamp(1.8rem, 4vw, 2.4rem);
  display: grid;
  gap: 1rem;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}

.segment-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(0, 184, 148, 0.35);
  box-shadow: 0 18px 42px rgba(5, 12, 36, 0.35);
}

.segment-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 16px;
  background: rgba(0, 184, 148, 0.12);
  border: 2px solid rgba(0, 184, 148, 0.25);
  color: #7cf1ff;
  transition: transform 0.3s ease, background 0.3s ease;
}

.segment-card:hover .segment-card__icon {
  transform: scale(1.1);
  background: rgba(0, 184, 148, 0.18);
}

.segment-card h3 {
  color: #ffffff;
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 700;
  margin: 0;
}

.segment-card p {
  color: rgba(235, 240, 255, 0.78);
  line-height: 1.6;
  font-size: 0.95rem;
  margin: 0;
}

/* FAQ Premium Section */
.faq-premium {
  position: relative;
  width: 100%;
  padding: clamp(4rem, 8vw, 6rem) 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 246, 250, 0.95) 100%);
}

.faq-premium__container {
  width: min(100% - 2 * var(--spacing-sm), 920px);
  margin: 0 auto;
  display: grid;
  gap: clamp(2.5rem, 5vw, 3.5rem);
}

.faq-premium__header {
  text-align: center;
  display: grid;
  gap: 1rem;
}

.faq-premium__header .section__eyebrow {
  color: var(--conta-accent);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.faq-premium__header h2 {
  font-size: clamp(2rem, 4.5vw, 2.6rem);
  color: var(--color-primary);
  line-height: 1.2;
  font-weight: 700;
}

.faq-premium__header p {
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  color: rgba(10, 37, 64, 0.7);
  line-height: 1.6;
  max-width: 680px;
  margin: 0 auto;
}

.faq-accordion {
  display: grid;
  gap: 1.2rem;
}

.faq-item {
  background: #ffffff;
  border: 1px solid rgba(10, 37, 64, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 8px 24px rgba(10, 37, 64, 0.1);
  border-color: rgba(0, 184, 148, 0.2);
}

.faq-item[open] {
  border-color: rgba(0, 184, 148, 0.3);
  box-shadow: 0 12px 32px rgba(10, 37, 64, 0.12);
}

.faq-item__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1.2rem, 3vw, 1.6rem) clamp(1.4rem, 4vw, 2rem);
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  font-weight: 600;
  color: var(--color-primary);
  cursor: pointer;
  list-style: none;
  transition: color 0.3s ease;
}

.faq-item__question::-webkit-details-marker {
  display: none;
}

.faq-item__question:hover {
  color: var(--conta-accent);
}

.faq-item[open] .faq-item__question {
  color: var(--conta-accent);
  border-bottom: 1px solid rgba(10, 37, 64, 0.08);
}

.faq-item__icon {
  flex-shrink: 0;
  color: var(--conta-accent);
  transition: transform 0.3s ease;
}

.faq-item[open] .faq-item__icon {
  transform: rotate(180deg);
}

.faq-item__answer {
  padding: clamp(1.2rem, 3vw, 1.6rem) clamp(1.4rem, 4vw, 2rem);
  color: rgba(10, 37, 64, 0.75);
  line-height: 1.7;
  animation: fadeIn 0.3s ease;
}

.faq-item__answer p {
  margin: 0;
}

.faq-item__answer strong {
  color: var(--conta-accent);
  font-weight: 600;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* CTA Services Section */
.cta-services {
  position: relative;
  width: 100%;
  padding: clamp(4rem, 8vw, 5rem) 0;
  background: linear-gradient(135deg, rgba(0, 184, 148, 0.95) 0%, rgba(0, 163, 128, 0.92) 100%);
  overflow: hidden;
}

.cta-services::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -15%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
  filter: blur(60px);
}

.cta-services__container {
  position: relative;
  z-index: 1;
  width: min(100% - 2 * var(--spacing-sm), 920px);
  margin: 0 auto;
}

.cta-services__content {
  text-align: center;
  display: grid;
  gap: clamp(1.5rem, 3vw, 2rem);
}

.cta-services__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 auto;
}

.cta-services__content h2 {
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  color: #ffffff;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}

.cta-services__content > p {
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  max-width: 680px;
  margin: 0 auto;
}

.cta-services__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  margin: 1rem auto 0;
}

.cta-services__feature {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.95rem;
}

.cta-services__feature svg {
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 0.3rem;
}

.cta-services__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.cta-services .btn-cta-primary {
  background: #ffffff;
  color: var(--conta-accent);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.cta-services .btn-cta-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
  color: #00a380;
}

.cta-services .btn-cta-secondary {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

.cta-services .btn-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: #ffffff;
}

/* Responsive Segments and FAQ */
@media (max-width: 768px) {
  .segments-grid {
    grid-template-columns: 1fr;
  }
  
  .cta-services__features {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-services__actions {
    flex-direction: column;
    width: 100%;
  }
  
  .cta-services__actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* Hero Contact */
.hero--contact {
  min-height: 75vh;
  position: relative;
  z-index: 1;
}

.hero__quick-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.quick-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(124, 241, 255, 0.3);
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.quick-contact-btn:hover,
.quick-contact-btn:focus {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.15);
  border-color: #7cf1ff;
}

.quick-contact-btn svg {
  flex-shrink: 0;
}

.quick-contact-btn--single {
  padding: 1.2rem 2.5rem;
  font-size: 1.1rem;
}

/* Contact Premium Section */
.contact-premium {
  position: relative;
  width: 100%;
  padding: clamp(4rem, 8vw, 6rem) 0;
  background: linear-gradient(180deg, #ffffff 0%, #f5f6fa 100%);
  z-index: 1;
}

.contact-premium__container {
  width: min(100% - 2 * var(--spacing-sm), 1280px);
  margin: 0 auto;
}

.contact-premium__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(3rem, 6vw, 4rem);
  align-items: start;
}

/* Form Premium */
.contact-premium__form-wrapper {
  background: #ffffff;
  border-radius: 24px;
  padding: clamp(2.5rem, 5vw, 3.5rem);
  box-shadow: 0 12px 42px rgba(10, 37, 64, 0.1);
  border: 1px solid rgba(10, 37, 64, 0.06);
}

.contact-premium__form-header {
  margin-bottom: clamp(2rem, 4vw, 2.5rem);
  display: grid;
  gap: 0.6rem;
}

.contact-premium__form-header h2 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  color: var(--color-primary);
  font-weight: 700;
  margin: 0;
}

.contact-premium__form-header p {
  color: rgba(10, 37, 64, 0.65);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.form-premium {
  display: grid;
  gap: 1.5rem;
}

.form-premium__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.form-premium__group {
  display: grid;
  gap: 0.5rem;
}

.form-premium__group label {
  font-weight: 600;
  color: var(--color-primary);
  font-size: 0.95rem;
}

.form-premium__group input,
.form-premium__group select,
.form-premium__group textarea {
  padding: 0.9rem 1.2rem;
  border-radius: 12px;
  border: 2px solid rgba(10, 37, 64, 0.12);
  font: inherit;
  font-size: 0.95rem;
  background: #ffffff;
  color: var(--color-primary);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-premium__group input:focus,
.form-premium__group select:focus,
.form-premium__group textarea:focus {
  outline: none;
  border-color: var(--conta-accent);
  box-shadow: 0 0 0 4px rgba(0, 184, 148, 0.1);
}

.form-premium__group input::placeholder,
.form-premium__group textarea::placeholder {
  color: rgba(10, 37, 64, 0.4);
}

.form-premium__group textarea {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
}

.form-premium .btn-cta-primary {
  margin-top: 0.5rem;
  width: 100%;
}

.form-premium__privacy {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.85rem;
  color: rgba(10, 37, 64, 0.6);
  line-height: 1.5;
  margin-top: 0.5rem;
}

.form-premium__privacy svg {
  flex-shrink: 0;
  color: var(--conta-accent);
  margin-top: 0.2rem;
}

/* Contact Info Cards */
.contact-premium__info {
  display: grid;
  gap: 1.5rem;
}

.contact-info-card {
  background: #ffffff;
  border: 1px solid rgba(10, 37, 64, 0.08);
  border-radius: 20px;
  padding: clamp(1.8rem, 4vw, 2.2rem);
  display: grid;
  gap: 0.8rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.contact-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(10, 37, 64, 0.12);
  border-color: rgba(0, 184, 148, 0.2);
}

.contact-info-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(0, 184, 148, 0.1);
  border: 2px solid rgba(0, 184, 148, 0.2);
  color: var(--conta-accent);
}

.contact-info-card h3 {
  font-size: 1.2rem;
  color: var(--color-primary);
  font-weight: 700;
  margin: 0;
}

.contact-info-card p {
  color: rgba(10, 37, 64, 0.65);
  font-size: 0.9rem;
  margin: 0;
}

.contact-info-card a {
  color: var(--conta-accent);
  font-weight: 600;
  font-size: 1.05rem;
  transition: color 0.3s ease;
}

.contact-info-card a:hover {
  color: #00a380;
}

.contact-info-card address {
  font-style: normal;
  color: rgba(10, 37, 64, 0.75);
  font-size: 1rem;
  line-height: 1.5;
}

.contact-info-card--highlight {
  background: linear-gradient(135deg, rgba(0, 184, 148, 0.08) 0%, rgba(0, 184, 148, 0.02) 100%);
  border-color: rgba(0, 184, 148, 0.2);
}

.contact-info-card__schedule {
  color: var(--conta-accent) !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
}

/* Map Premium */
.map-premium {
  position: relative;
  width: 100%;
  padding: clamp(4rem, 8vw, 6rem) 0;
  background: linear-gradient(180deg, #f5f6fa 0%, #ffffff 100%);
  z-index: 1;
}

.map-premium__container {
  width: min(100% - 2 * var(--spacing-sm), 1180px);
  margin: 0 auto;
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
}

.map-premium__header {
  text-align: center;
  display: grid;
  gap: 0.8rem;
}

.map-premium__header .section__eyebrow {
  color: var(--conta-accent);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.map-premium__header h2 {
  font-size: clamp(2rem, 4.5vw, 2.6rem);
  color: var(--color-primary);
  font-weight: 700;
  margin: 0;
}

.map-premium__header p {
  color: rgba(10, 37, 64, 0.7);
  font-size: 1.05rem;
  margin: 0;
}

.map-premium__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2rem, 5vw, 3rem);
  margin-top: 1rem;
}

.map-premium__item {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 38px rgba(10, 37, 64, 0.1);
  border: 1px solid rgba(10, 37, 64, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.map-premium__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 48px rgba(10, 37, 64, 0.15);
}

.map-premium__item-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: clamp(1.5rem, 4vw, 2rem);
  background: linear-gradient(135deg, rgba(0, 184, 148, 0.06) 0%, rgba(0, 184, 148, 0.02) 100%);
  border-bottom: 1px solid rgba(10, 37, 64, 0.08);
}

.map-premium__item-header svg {
  color: var(--conta-accent);
  flex-shrink: 0;
}

.map-premium__item-header h3 {
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  color: var(--color-primary);
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}

.map-premium__item-header p {
  font-size: 0.9rem;
  color: rgba(10, 37, 64, 0.65);
  margin: 0.3rem 0 0 0;
}

.map-premium__wrapper {
  position: relative;
  overflow: hidden;
}

.map-premium__wrapper iframe {
  width: 100%;
  height: 400px;
  display: block;
}

.map-premium__details {
  padding: clamp(1.5rem, 4vw, 2rem);
  display: grid;
  gap: 0.8rem;
  background: rgba(245, 246, 250, 0.5);
}

.map-premium__details p {
  font-size: 0.95rem;
  color: rgba(10, 37, 64, 0.75);
  margin: 0;
  line-height: 1.5;
}

.map-premium__details strong {
  color: var(--color-primary);
  font-weight: 600;
}

/* CTA Contact */
.cta-contact {
  position: relative;
  width: 100%;
  padding: clamp(4rem, 8vw, 5.5rem) 0;
  background: linear-gradient(135deg, var(--conta-accent) 0%, #00a380 100%);
  overflow: hidden;
  z-index: 1;
}

.cta-contact::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, transparent 70%);
  filter: blur(60px);
}

.cta-contact__container {
  position: relative;
  z-index: 1;
  width: min(100% - 2 * var(--spacing-sm), 920px);
  margin: 0 auto;
}

.cta-contact__content {
  text-align: center;
  display: grid;
  gap: clamp(1.5rem, 3vw, 2rem);
}

.cta-contact__content h2 {
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  color: #ffffff;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}

.cta-contact__content p {
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  max-width: 680px;
  margin: 0 auto;
}

.cta-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: center;
  margin-top: 1rem;
}

.cta-contact .btn-cta-primary {
  background: #ffffff;
  color: var(--conta-accent);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.cta-contact .btn-cta-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
  color: #00a380;
}

.cta-contact .btn-cta-secondary {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

.cta-contact .btn-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: #ffffff;
}

/* Responsive Contact Page */
@media (max-width: 992px) {
  .contact-premium__grid {
    grid-template-columns: 1fr;
  }
  
  .form-premium__row {
    grid-template-columns: 1fr;
  }
  
  .map-premium__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hero__quick-contact {
    flex-direction: column;
    width: 100%;
  }
  
  .quick-contact-btn {
    width: 100%;
    justify-content: center;
  }
  
  .cta-contact__actions {
    flex-direction: column;
    width: 100%;
  }
  
  .cta-contact__actions .btn {
    width: 100%;
    justify-content: center;
  }
  
  .map-premium__wrapper iframe {
    height: 350px;
  }

  /* Prevenir overflow e melhorar responsividade */
  .page--contabilidade {
    overflow-x: hidden;
  }

  .page--contabilidade .container {
    padding-left: var(--spacing-sm);
    padding-right: var(--spacing-sm);
  }

  /* Ajustar botões muito grandes no mobile */
  .page--contabilidade .btn {
    font-size: 0.95rem !important;
    padding: 0.9rem 1.5rem !important;
  }

  /* Menu fullscreen para contabilidade - fundo azul sólido com destaque cyan */
  .page--contabilidade .site-nav {
    background: linear-gradient(180deg, #0a2540 0%, #051729 100%);
    z-index: 999;
    min-height: 100vh;
    min-height: 100dvh;
  }

  .page--contabilidade .site-nav ul {
    border-bottom: 1px solid rgba(124, 241, 255, 0.2);
  }

  .page--contabilidade .site-nav a {
    color: rgba(255, 255, 255, 0.95);
    background: rgba(124, 241, 255, 0.08);
  }

  .page--contabilidade .site-nav a::after {
    display: none;
  }

  .page--contabilidade .site-nav a:hover,
  .page--contabilidade .site-nav a[aria-current="page"] {
    background: rgba(124, 241, 255, 0.15);
    color: #ffffff;
  }

  /* Botões dentro do menu mobile - contabilidade */
  .page--contabilidade .site-nav__link {
    background: rgba(124, 241, 255, 0.15);
    color: #ffffff;
    border-color: rgba(124, 241, 255, 0.3);
  }

  .page--contabilidade .site-nav__link:hover {
    background: rgba(124, 241, 255, 0.25);
    border-color: rgba(124, 241, 255, 0.5);
  }

  .page--contabilidade .site-nav__cta {
    background: linear-gradient(135deg, #7cf1ff 0%, #6b7fff 100%);
    color: #05102c;
    box-shadow: 0 8px 24px rgba(85, 111, 255, 0.35);
  }

  .page--contabilidade .site-nav__cta:hover {
    box-shadow: 0 12px 32px rgba(85, 111, 255, 0.45);
  }
}

@media (max-width: 480px) {
}
