/*
 Theme Name: Athirson Clemer
 Theme URI: https://athirsonclemer.com.br
 Author: Athirson Clemer
 Author URI: https://athirsonclemer.com.br
 Description: Tema personalizado para o site do Athirson Clemer.
 Template: astra
 Version: 1.0
*/

/* ====== VARIÁVEIS GERAIS ====== */
:root {
  --bg-main: #050509;
  --bg-alt: #0d0d14;
  --bg-elevated: #15151f;
  --gold: #f5c451;
  --gold-soft: #f2d182;
  --text-main: #f5f5f5;
  --text-muted: #b3b3c3;
  --border-soft: #232334;
  --radius-lg: 18px;
  --radius-md: 12px;
  --radius-sm: 8px;
  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.55);
  --transition-fast: 0.2s ease-out;
  --font-main: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ====== BASE ====== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-main);
  background: radial-gradient(circle at top left, #181824 0, #050509 45%);
  color: var(--text-main);
}

/* Header do Astra no tema preto + dourado */
.site-header,
.main-header-bar {
  background: #050509;
  border-bottom: 1px solid rgba(245, 196, 81, 0.25);
}

.site-title a,
.main-header-menu a,
.main-header-menu .menu-link {
  color: var(--text-main);
}

.main-header-menu a:hover,
.main-header-menu .menu-link:hover,
.main-header-menu .current-menu-item > a {
  color: var(--gold-soft);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--gold);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Container global */
.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ====== BOTÕES ====== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.9rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background-color var(--transition-fast),
              color var(--transition-fast),
              box-shadow var(--transition-fast),
              transform var(--transition-fast),
              border-color var(--transition-fast);
}

.btn--primary {
  background: linear-gradient(135deg, #f5c451, #f2d182);
  color: #141419;
  box-shadow: 0 10px 25px rgba(245, 196, 81, 0.35);
}

.btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 35px rgba(245, 196, 81, 0.45);
}

.btn--ghost {
  background: transparent;
  color: var(--text-main);
  border-color: rgba(245, 196, 81, 0.55);
}

.btn--ghost:hover {
  background: rgba(245, 196, 81, 0.07);
  border-color: var(--gold);
  transform: translateY(-1px);
}

.btn--whatsapp {
  background: #1ebe5d;
  color: #0b0b10;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

.btn--whatsapp:hover {
  background: #1ad35e;
  transform: translateY(-1px);
}

/* ====== SEÇÕES GENÉRICAS ====== */
.section {
  padding: 4.5rem 0;
}

.section--about,
.section--services,
.section--portfolio {
  background: radial-gradient(circle at top right, #181824 0, #050509 55%);
}

.section__header {
  text-align: center;
  margin-bottom: 2.75rem;
}

.section__title {
  font-size: 2rem;
  margin: 0 0 0.75rem;
  letter-spacing: 0.03em;
}

.section__subtitle {
  max-width: 620px;
  margin: 0 auto;
  color: var(--text-muted);
  font-size: 0.98rem;
}

.section__cta {
  text-align: center;
  margin-top: 2.5rem;
}

/* ====== HERO ====== */
.hero {
  padding: 5.2rem 0 4rem;
  background: radial-gradient(circle at top left, #24243a 0, #050509 55%);
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr);
  gap: 3rem;
  align-items: center;
}

.hero__tagline {
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-soft);
  display: inline-block;
  margin-bottom: 0.85rem;
}

.hero__title {
  font-size: 2.9rem;
  line-height: 1.05;
  margin: 0 0 0.7rem;
}

.hero__subtitle {
  margin: 0 0 1.8rem;
  color: var(--text-muted);
  max-width: 520px;
  font-size: 0.98rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.hero__side {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__card {
  background: linear-gradient(145deg, #15151f, #090912);
  border-radius: 22px;
  border: 1px solid rgba(245, 196, 81, 0.16);
  padding: 1.6rem 1.7rem;
  box-shadow: var(--shadow-soft);
  max-width: 320px;
}

.hero__card-title {
  margin: 0 0 0.45rem;
  color: var(--gold-soft);
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero__card-text {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.93rem;
}

/* ====== SOBRE ====== */
.section--about {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.about__grid {
  display: grid;
  grid-template-columns: minmax(0, 3.2fr) minmax(0, 2fr);
  gap: 2.4rem;
  align-items: start;
}

.about__text p {
  margin: 0 0 1rem;
  color: var(--text-muted);
  font-size: 0.97rem;
}

.link-more {
  display: inline-flex;
  margin-top: 0.5rem;
  font-weight: 500;
  color: var(--gold-soft);
}

.link-more:hover {
  color: var(--gold);
}

.about__highlights {
  display: grid;
  gap: 0.9rem;
}

.about__item {
  background: linear-gradient(145deg, #181824, #101018);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(245, 196, 81, 0.14);
}

.about__label {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-muted);
}

.about__value {
  display: block;
  margin-top: 0.15rem;
  font-weight: 600;
}

/* ====== SERVIÇOS ====== */
.section--services {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.7rem;
}

.service-card {
  background: linear-gradient(145deg, #171722, #101018);
  border-radius: 18px;
  padding: 1.6rem 1.5rem 1.7rem;
  border: 1px solid rgba(245, 196, 81, 0.14);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.55);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(245, 196, 81, 0.12), transparent 55%);
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card__title {
  margin: 0 0 0.65rem;
  font-size: 1.1rem;
}

.service-card__text {
  margin: 0 0 0.9rem;
  color: var(--text-muted);
  font-size: 0.94rem;
}

.service-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-muted);
}

.service-card__list li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.35rem;
}

.service-card__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--gold-soft);
}

/* ====== PORTFÓLIO ====== */
.section--portfolio {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.portfolio__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.7rem;
}

.portfolio-card {
  background: #101018;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(245, 196, 81, 0.12);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.6);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
}

.portfolio-card__link {
  color: inherit;
  text-decoration: none;
  display: block;
  height: 100%;
}

.portfolio-card__thumb img {
  width: 100%;
  display: block;
}

.portfolio-card__body {
  padding: 1.1rem 1.2rem 1.25rem;
}

.portfolio-card__title {
  margin: 0 0 0.4rem;
  font-size: 1rem;
}

.portfolio-card__excerpt {
  margin: 0 0 0.75rem;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.portfolio-card__more {
  font-size: 0.85rem;
  color: var(--gold-soft);
}

.portfolio-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 196, 81, 0.45);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.75);
}

.portfolio__empty {
  color: var(--text-muted);
  text-align: center;
  grid-column: 1 / -1;
}

/* ====== CTA CONTATO ====== */
.section--contact-cta {
  padding: 3.8rem 0 4.2rem;
  background: linear-gradient(135deg, #15151f, #090912);
  border-top: 1px solid rgba(245, 196, 81, 0.28);
}

.contact-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}

.contact-cta__title {
  margin: 0 0 0.5rem;
  font-size: 1.6rem;
}

.contact-cta__subtitle {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.contact-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

/* ====== RESPONSIVO ====== */
@media (max-width: 900px) {
  .hero__inner,
  .about__grid,
  .contact-cta__inner {
    grid-template-columns: 1fr;
    display: grid;
  }

  .services__grid,
  .portfolio__grid {
    grid-template-columns: 1fr;
  }

  .hero__inner {
    gap: 2.6rem;
  }

  .hero__title {
    font-size: 2.3rem;
  }

  .contact-cta__inner {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 4.2rem;
  }

  .section {
    padding: 3.5rem 0;
  }

  .hero__actions,
  .contact-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ===== AJUSTES DE CONTRASTE ===== */

/* Texto principal um pouco mais claro */
body {
  color: #fdfdfd;
}

/* Títulos mais claros */
.hero__title,
.section__title {
  color: #fdfdfd;
}

/* Subtítulos e textos menores com contraste melhor */
.hero__subtitle,
.section__subtitle,
.about__text p,
.service-card__text,
.service-card__list,
.portfolio-card__excerpt,
.contact-cta__subtitle {
  color: #d6d6e5;
}

/* Tagline do topo mais visível */
.hero__tagline {
  color: #ffd978;
}

/* Fundo do hero um pouco menos azul e mais “neutro” escuro */
.hero {
  background: radial-gradient(circle at top left, #242332 0, #050509 55%);
}

/* Seções alternadas um pouco mais claras */
.section--about,
.section--services,
.section--portfolio {
  background: radial-gradient(circle at top right, #202033 0, #050509 55%);
}

/* ===== HOVERS MAIS FORTES EM BOTÕES ===== */

.btn--primary {
  transform: translateY(0);
  box-shadow: 0 10px 28px rgba(245, 196, 81, 0.45);
}

.btn--primary:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 18px 45px rgba(245, 196, 81, 0.65);
  filter: brightness(1.05);
}

.btn--ghost {
  border-color: rgba(245, 196, 81, 0.7);
}

.btn--ghost:hover {
  background: rgba(245, 196, 81, 0.16);
  border-color: #f5c451;
  color: #fff;
  transform: translateY(-2px);
}

.btn--whatsapp:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.8);
}

/* ===== HOVERS EM CARDS ===== */

.service-card {
  transform: translateY(0);
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out, border-color 0.2s ease-out;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.85);
  border-color: rgba(245, 196, 81, 0.7);
}

.portfolio-card {
  transform: translateY(0);
}

.portfolio-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 196, 81, 0.8);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.9);
}

/* Links de texto com hover mais evidente */
a {
  transition: color 0.15s ease-out, text-shadow 0.15s ease-out;
}

.hero__content a:hover,
.section a:hover {
  color: #ffe08a;
  text-shadow: 0 0 10px rgba(245, 196, 81, 0.6);
  text-decoration: none;
}

/* ===== AJUSTES DE LEGIBILIDADE ESPECÍFICOS ===== */

/* 1) Tagline do topo em negrito */
.hero__tagline {
  font-weight: 700;
  color: #ffd978; /* mantém o dourado, só reforça */
}

/* 2) Títulos dos cards da seção "No que posso ajudar" */
.service-card__title {
  color: #fdfdfd;       /* branco bem visível */
  font-weight: 600;     /* semibold */
}

/* Deixa ainda mais destacado no hover dos cards */
.service-card:hover .service-card__title {
  color: #ffe08a;       /* dourado claro no hover */
}

/* 3) Título e texto da CTA final ("Vamos tirar sua ideia do papel?") */
.section--contact-cta .contact-cta__title {
  color: #fdfdfd;
  font-weight: 600;
}

.section--contact-cta .contact-cta__subtitle {
  color: #d6d6e5;
}


/* ===== AJUSTE: HOVERS MAIS SUAVES NOS BOTÕES ===== */

/* Botão principal (dourado) */
.btn--primary {
  /* um pouco menos sombra que antes */
  box-shadow: 0 8px 22px rgba(245, 196, 81, 0.4);
}

.btn--primary:hover {
  transform: translateY(-1px);            /* antes era -3px + scale */
  box-shadow: 0 12px 30px rgba(245, 196, 81, 0.5);
  filter: none;                           /* tira aquele brilho extra */
}

/* Botão contornado */
.btn--ghost:hover {
  background: rgba(245, 196, 81, 0.12);   /* mantém o dourado, mas mais suave */
  border-color: #f5c451;
  color: #ffffff;
  transform: translateY(-1px);            /* antes -2px */
}

/* Botão WhatsApp */
.btn--whatsapp {
  background: #25D366;    /* verde padrão do WhatsApp */
  color: #ffffff;         /* texto branco */
}

.btn--whatsapp:hover {
  background: #1ebe5d;    /* um pouco mais escuro no hover */
  transform: translateY(-1px);           /* bem suave */
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.6);
}

/* ===== AJUSTE FINO DOS BOTÕES (MENOS BRILHO) ===== */

/* Botão principal (dourado) */
.btn--primary {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);  /* sombra mais curta e escura */
}

.btn--primary:hover {
  transform: translateY(-1px);                 /* leve deslocamento */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.55);  /* tira aquele glow amarelo gigante */
  filter: none;
}

/* Botão contornado (ghost) */
.btn--ghost {
  box-shadow: none;
}

.btn--ghost:hover {
  background: rgba(245, 196, 81, 0.12);
  border-color: #f5c451;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

/* Botão WhatsApp */
.btn--whatsapp {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
}

.btn--whatsapp:hover {
  transform: translateY(-1px);
  background: #1ebe5d;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.55);  /* também sem brilho exagerado */
}

/* ===== INVERTER CORES DOS BOTÕES DOURADOS NO HOVER ===== */

.btn--primary {
  background: linear-gradient(135deg, #f5c451, #f2d182);
  color: #141419;                 /* texto escuro no estado normal */
  border: 1px solid transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);  /* sombra discreta */
}

.btn--primary:hover {
  background: #050509;            /* fundo escuro no hover */
  color: #f5c451;                 /* texto dourado */
  border-color: #f5c451;          /* borda dourada */
  transform: translateY(-1px);    /* leve movimento */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.55);
}

/* ===== BRANDING NO HEADER (LOGO + NOME) ===== */

/* Enfileirar logo + título numa linha bonitinha */
.ast-site-identity,
.site-branding {
  display: flex;
  align-items: center;
  gap: 0.55rem;             /* espaço entre logo e nome */
}

/* Tamanho da logo no topo */
.custom-logo {
  max-height: 34px;         /* ajusta se quiser maior/menor */
  width: auto;
}

/* Estilo do nome "Athirson Clemer" no header */
.site-title a {
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;         /* mais “logotipo” */
  letter-spacing: 0.14em;   /* afasta as letras */
  text-transform: uppercase;
  font-size: 0.92rem;
  color: #f5c451;           /* dourado */
}

/* Hover do nome no topo */
.site-title a:hover {
  color: #ffe08a;
  text-decoration: none;
}

/* ===== COR DO NOME NO TOPO (MESMO AZUL DA LOGO) ===== */

/* estado normal: azul */
.site-title a {
  color: #1d7ebd;  /* azul bem próximo ao da sua logo AC */
}

/* hover: dourado, como o resto do tema */
.site-title a:hover {
  color: #f5c451;
}

/* Azul mais claro no nome do topo */
.site-title a {
  color: #4fa8ff;   /* teste esse tom */
}

.site-title a:hover {
  color: #f5c451;   /* hover continua dourado */
}

/* ===== PÁGINA DE CONTATO ===== */

.section--hero-contact {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background: radial-gradient(circle at top left, #202033 0, #050509 55%);
}

.section__header--center {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.section--contact-main {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 2.5rem;
  align-items: flex-start;
}

@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* Coluna info */

.contact-info__title {
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
}

.contact-info__text {
  color: #d6d6e5;
  margin-bottom: 1.5rem;
}

.contact-info__list {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
}

.contact-info__list li {
  margin-bottom: 0.9rem;
}

.contact-info__label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #999fbc;
  margin-bottom: 0.15rem;
}

.contact-info__value {
  color: #f5f5ff;
  font-size: 0.95rem;
}

.contact-info__value a,
.contact-info__value a:link,
.contact-info__value a:visited {
  color: inherit;
}

.contact-info__value a:hover {
  color: #f5c451;
}

.contact-info__cta {
  margin-top: 1.5rem;
}

/* Card do formulário */

.contact-form-card {
  background: radial-gradient(circle at top left, #181827 0, #050509 60%);
  border-radius: 20px;
  padding: 2rem 2.25rem;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(245, 196, 81, 0.12);
}

.contact-form__title {
  font-size: 1.2rem;
  margin-bottom: 0.35rem;
}

.contact-form__subtitle {
  color: #b3b8d4;
  margin-bottom: 1.5rem;
}

.contact-form .form-row {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

.contact-form label {
  font-size: 0.85rem;
  margin-bottom: 0.25rem;
  color: #d6d6e5;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  border-radius: 999px;
  border: 1px solid #232334;
  background: #070711;
  color: #f5f5ff;
  padding: 0.7rem 0.95rem;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.15s ease-out, box-shadow 0.15s ease-out, background 0.15s ease-out;
}

.contact-form textarea {
  border-radius: 18px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #f5c451;
  box-shadow: 0 0 0 1px rgba(245, 196, 81, 0.4);
  background: #090916;
}

.form-row--inline {
  align-items: flex-start;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.85rem;
  color: #b3b8d4;
}

.checkbox-label input[type="checkbox"] {
  width: auto;
  min-width: 1rem;
}

.form-actions {
  margin-top: 0.75rem;
}

/* Ajuste responsivo */

@media (max-width: 600px) {
  .contact-form-card {
    padding: 1.5rem 1.35rem;
  }
}

/* Mensagens do formulário de contato */
.contact-notice {
  padding: 0.75rem 1rem;
  border-radius: 12px;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.contact-notice--success {
  background: rgba(60, 179, 113, 0.12);
  border: 1px solid rgba(60, 179, 113, 0.6);
  color: #c2f3d8;
}

.contact-notice--error {
  background: rgba(220, 20, 60, 0.12);
  border: 1px solid rgba(220, 20, 60, 0.6);
  color: #ffd2da;
}

/* ===== PÁGINA DE PROJETOS ===== */

.section--portfolio-hero {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background: radial-gradient(circle at top left, #24243a 0, #050509 55%);
}

.portfolio-section-title {
  font-size: 1.4rem;
  margin: 0 0 0.35rem;
}

.portfolio-section-text {
  margin: 0 0 1.8rem;
  color: #d6d6e5;
  max-width: 640px;
}

/* Placeholder visual para thumbs (enquanto não temos imagens reais) */
.portfolio-card__thumb--placeholder {
  background: radial-gradient(circle at top left, #26263a 0, #101018 55%);
  min-height: 120px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0.75rem 0.9rem;
  position: relative;
}

.portfolio-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border: 1px solid rgba(245, 196, 81, 0.6);
  color: #f5c451;
  background: rgba(5, 5, 9, 0.8);
}

.portfolio-card__meta {
  margin: 0;
  font-size: 0.85rem;
  color: #b3b8d4;
}

/* ajuste responsivo leve */
@media (max-width: 900px) {
  .section--portfolio-hero {
    padding-top: 4rem;
  }
}

/* ===== PÁGINA SOBRE ===== */

.section--about-hero {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background: radial-gradient(circle at top left, #24243a 0, #050509 55%);
}

.section--about-main {
  padding-top: 2.5rem;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.6fr);
  gap: 2.5rem;
}

.about-section-title {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.about-section-subtitle {
  max-width: 620px;
  color: #d6d6e5;
  margin-bottom: 1.8rem;
}

.about-main__text p {
  margin-bottom: 0.9rem;
}

.about-main__box {
  background: rgba(10, 10, 18, 0.9);
  border-radius: 18px;
  padding: 1.4rem 1.6rem;
  border: 1px solid rgba(245, 196, 81, 0.15);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.4);
}

.about-main__title {
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
}

.about-main__list {
  padding-left: 1.1rem;
  margin: 0 0 0.8rem;
}

.about-main__list li {
  margin-bottom: 0.35rem;
}

.about-main__cta-text {
  color: #f5c451;
  font-size: 0.92rem;
}

/* Pilares */
.section--pillars {
  padding-top: 2.5rem;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.pillar-card {
  background: rgba(10, 10, 18, 0.9);
  border-radius: 18px;
  padding: 1.3rem 1.4rem;
  border: 1px solid rgba(245, 196, 81, 0.12);
}

.pillar-card__title {
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.pillar-card__text {
  font-size: 0.95rem;
  color: #d8d8e6;
}

/* Tecnologias (chips) */
.section--tools {
  padding-top: 2.5rem;
}

.tools-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.chip {
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(245, 196, 81, 0.4);
  font-size: 0.85rem;
  color: #f5c451;
  background: rgba(5, 5, 9, 0.95);
}

/* Linha do tempo */
.section--timeline {
  padding-top: 2.5rem;
}

.timeline {
  border-left: 1px solid rgba(245, 196, 81, 0.3);
  margin-top: 1.4rem;
  padding-left: 1.4rem;
}

.timeline__item {
  position: relative;
  margin-bottom: 1.4rem;
}

.timeline__dot {
  position: absolute;
  left: -0.6rem;
  top: 0.35rem;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #f5c451;
  box-shadow: 0 0 0 4px rgba(245, 196, 81, 0.2);
}

.timeline__content h3 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.timeline__content p {
  font-size: 0.95rem;
  color: #d8d8e6;
}

/* Responsivo */
@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .pillars-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== PÁGINA BLOG ===== */

.section--blog-hero {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background: radial-gradient(circle at top left, #24243a 0, #050509 55%);
}

.section--blog-list {
  padding-top: 2.5rem;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

/* Card do blog */
.blog-card {
  background: rgba(10, 10, 18, 0.95);
  border-radius: 18px;
  border: 1px solid rgba(245, 196, 81, 0.13);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease-out, box-shadow 0.22s ease-out, border-color 0.22s ease-out;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
  border-color: rgba(245, 196, 81, 0.4);
}

.blog-card__thumb-link {
  display: block;
}

.blog-card__thumb {
  position: relative;
  overflow: hidden;
  max-height: 210px;
}

.blog-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Placeholder quando não houver thumb */
.blog-card__thumb--placeholder {
  background: radial-gradient(circle at top left, #26263a 0, #101018 55%);
  min-height: 160px;
}

/* Categoria */
.blog-card__category {
  position: absolute;
  left: 0.85rem;
  bottom: 0.8rem;
  padding: 0.18rem 0.7rem;
  border-radius: 999px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border: 1px solid rgba(245, 196, 81, 0.7);
  color: #f5c451;
  background: rgba(5, 5, 9, 0.9);
}

/* Corpo */
.blog-card__body {
  padding: 1.1rem 1.2rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.blog-card__title {
  font-size: 1.05rem;
  margin: 0;
}

.blog-card__title a {
  color: #f5f5ff;
  text-decoration: none;
}

.blog-card__title a:hover {
  color: #f5c451;
}

.blog-card__meta {
  font-size: 0.8rem;
  color: #b3b8d4;
  margin: 0;
}

.blog-card__excerpt {
  font-size: 0.93rem;
  color: #d8d8e6;
}

.blog-card__readmore {
  margin-top: 0.4rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #f5c451;
  text-decoration: none;
}

.blog-card__readmore:hover {
  text-decoration: underline;
}

/* Paginação */
.blog-pagination {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.2rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.85rem;
  text-decoration: none;
  border: 1px solid rgba(245, 196, 81, 0.18);
  color: #f5f5ff;
}

.blog-pagination .page-numbers.current {
  background: #f5c451;
  color: #050509;
  border-color: #f5c451;
}

.blog-pagination .page-numbers:hover:not(.current) {
  border-color: rgba(245, 196, 81, 0.55);
}

/* Responsivo */
@media (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== PÁGINA LEGAL / POLÍTICA DE PRIVACIDADE ===== */

.section--legal-hero {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background: radial-gradient(circle at top left, #24243a 0, #050509 55%);
}

.section--legal-body {
  padding-top: 2.5rem;
}

.legal-content {
  max-width: 850px;
}

.legal-content h2 {
  font-size: 1.2rem;
  margin-top: 1.8rem;
  margin-bottom: 0.6rem;
}

.legal-content h3 {
  font-size: 1.05rem;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
}

.legal-content p {
  margin-bottom: 0.7rem;
}

.legal-content ul {
  padding-left: 1.2rem;
  margin-bottom: 0.8rem;
}

.legal-content li {
  margin-bottom: 0.25rem;
}

.legal-content a {
  color: #f5c451;
  text-decoration: none;
}

.legal-content a:hover {
  text-decoration: underline;
}

/* Link da Política de Privacidade no rodapé */
.footer-privacy-link {
  color: var(--gold, #f5c451);
  text-decoration: none;
}

.footer-privacy-link:hover {
  text-decoration: underline;
}

/* =========================================================
   EFEITOS VISUAIS (ENTRADA DA PÁGINA + SCROLL) – SEGURO
   ========================================================= */

/* Só aplicamos os efeitos se o JS marcou <html> com .js-enabled */
html.js-enabled body {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Quando o JS adiciona .ac-animate-page, o body aparece suave */
html.js-enabled body.ac-animate-page {
  opacity: 1;
  transform: none;
}

/* Scroll reveal: só esconde quem tiver .ac-scroll-reveal */
html.js-enabled .ac-scroll-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

html.js-enabled .ac-scroll-reveal.ac-in-view {
  opacity: 1;
  transform: none;
}

/* Acessibilidade – quem usa reduzir movimento vê tudo estático */
@media (prefers-reduced-motion: reduce) {
  html.js-enabled body,
  html.js-enabled body.ac-animate-page,
  html.js-enabled .ac-scroll-reveal,
  html.js-enabled .ac-scroll-reveal.ac-in-view {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}

/* =========================================================
   FAIXA DE PARCEIROS / CLIENTES – TELEPROMPTER
   ========================================================= */

.ac-partners-strip {
  background: linear-gradient(135deg, #050509, #10101c);
  border-top: 1px solid rgba(245, 196, 81, 0.10);
  border-bottom: 1px solid rgba(245, 196, 81, 0.06);
  padding: 32px 0;
  margin-top: 40px;
  overflow: hidden;              /* esconde o que sai da lateral */
}

.ac-partners-inner {
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;              /* “janelinha” fixa */
}

/* trilho que anda, tipo letreiro de jornal */
.ac-partners-marquee {
  display: flex;
  flex-wrap: nowrap;
  gap: 22px;
  animation: ac-partners-marquee 40s linear infinite;
}

/* cada logo ~20% da largura → 5 por vez em telas grandes */
.ac-partner-logo {
  flex: 0 0 18%;
  max-width: 18%;
  height: 64px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 0%, rgba(245,196,81,0.35), transparent 55%),
    rgba(15, 15, 30, 0.95);
  box-shadow:
    0 0 0 1px rgba(245,196,81,0.18),
    0 16px 32px rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
  transition:
    transform 0.23s ease-out,
    box-shadow 0.23s ease-out,
    opacity 0.23s ease-out;
}

/* quando tiver logos reais, basta colocar <img> dentro */
.ac-partner-logo img {
  max-width: 80%;
  max-height: 60%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.9;
  transition: filter 0.2s ease-out, opacity 0.2s ease-out;
}

/* clones ficam um pouco mais discretos, só pro loop ficar suave */
.ac-partner-logo.ac-partner-logo-clone {
  opacity: 0.6;
}

/* hover suave estilo LOUD */
.ac-partner-logo:hover {
  transform: translateY(-4px) scale(1.02);
  opacity: 1;
  box-shadow:
    0 0 0 1px rgba(245,196,81,0.4),
    0 20px 40px rgba(0, 0, 0, 0.9);
}

.ac-partner-logo:hover img {
  filter: none;
  opacity: 1;
}

/* animação do trilho (vai da direita pra esquerda e volta em loop) */
@keyframes ac-partners-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsivo – em telas menores mostramos 2 por vez */
@media (max-width: 768px) {
  .ac-partners-strip {
    padding: 24px 0;
    margin-top: 24px;
  }

  .ac-partner-logo {
    flex: 0 0 40%;
    max-width: 40%;
    height: 56px;
  }
}

/* ===== MENU TOPO: AZUL (IGUAL AO NOME) + HOVER DOURADO ===== */
:root{
  --ac-brand-blue: #4fa8ff; /* mesmo azul do .site-title a */
}

/* Links do menu (desktop e mobile Astra) */
.main-header-menu a,
.main-header-menu .menu-link,
.ast-header-break-point .main-header-menu a,
.ast-header-break-point .main-header-menu .menu-link{
  color: var(--ac-brand-blue) !important;
  opacity: 1 !important;
  text-decoration: none !important;
}

/* Hover + item ativo */
.main-header-menu a:hover,
.main-header-menu .menu-link:hover,
.main-header-menu .current-menu-item > a,
.main-header-menu .current-menu-ancestor > a,
.ast-header-break-point .main-header-menu a:hover,
.ast-header-break-point .main-header-menu .menu-link:hover,
.ast-header-break-point .main-header-menu .current-menu-item > a{
  color: var(--gold) !important; /* dourado do seu tema */
  text-decoration: none !important;
}

/* =========================
   LOGIN WP - ATHIRSON CLEMER
   ========================= */

/* Fundo geral */
body.login {
  background: radial-gradient(1200px 700px at 30% 20%, rgba(79,168,255,.18), transparent 55%),
              radial-gradient(900px 600px at 80% 70%, rgba(217,171,68,.16), transparent 55%),
              linear-gradient(135deg, #05060a, #0b0f1c 55%, #05060a) !important;
  min-height: 100vh;
}

/* Caixa do login */
.login #login {
  width: 360px;
  padding: 26px 28px 22px;
  border-radius: 18px;
  background: rgba(14, 18, 35, 0.78);
  border: 1px solid rgba(217,171,68,.22);
  box-shadow: 0 18px 60px rgba(0,0,0,.55);
  backdrop-filter: blur(10px);
}

/* Ajuste responsivo */
@media (max-width: 420px){
  .login #login{ width: auto; margin: 24px 14px; }
}

/* Logo: troca a do WP pela sua (ajuste o caminho se necessário) */
.login h1 a {
  background-image: url('/wp-content/uploads/logo-ac.png'); /* <-- TROQUE para o caminho real */
  background-size: contain;
  width: 220px;
  height: 72px;
  margin: 0 auto 10px;
}

/* Títulos e textos */
.login #login form,
.login #loginform,
.login #lostpasswordform,
.login #registerform {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.login label {
  color: rgba(255,255,255,.85) !important;
  font-weight: 600;
  letter-spacing: .02em;
}

/* Inputs */
.login input[type="text"],
.login input[type="password"],
.login input[type="email"]{
  background: rgba(10, 12, 20, .75) !important;
  border: 1px solid rgba(79,168,255,.22) !important;
  border-radius: 12px !important;
  padding: 12px 12px !important;
  color: rgba(255,255,255,.92) !important;
  box-shadow: none !important;
  outline: none !important;
}

.login input[type="text"]:focus,
.login input[type="password"]:focus,
.login input[type="email"]:focus{
  border-color: rgba(217,171,68,.65) !important;
  box-shadow: 0 0 0 3px rgba(217,171,68,.18) !important;
}

/* Botão principal */
.login .button-primary{
  background: #d9ab44 !important;
  border: 1px solid rgba(217,171,68,.65) !important;
  color: #0b0f1c !important;
  border-radius: 999px !important;
  padding: 10px 18px !important;
  height: auto !important;
  font-weight: 800 !important;
  letter-spacing: .02em;
  box-shadow: 0 10px 28px rgba(217,171,68,.18);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.login .button-primary:hover,
.login .button-primary:focus{
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow: 0 14px 34px rgba(217,171,68,.22);
}

/* Links */
.login #nav a,
.login #backtoblog a,
.login .privacy-policy-page-link a{
  color: rgba(79,168,255,.9) !important;
  text-decoration: none !important;
  transition: color .18s ease;
}

.login #nav a:hover,
.login #backtoblog a:hover,
.login .privacy-policy-page-link a:hover{
  color: #d9ab44 !important;
}

/* “Lembrar-me” */
.login .forgetmenot label{
  color: rgba(255,255,255,.8) !important;
}

/* Mensagens (erro/sucesso) */
.login .message,
.login .notice,
.login #login_error{
  border-radius: 12px;
  border-left: 4px solid #d9ab44;
  background: rgba(14,18,35,.72);
  color: rgba(255,255,255,.92);
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}

/* Remove o “Powered by WordPress” do rodapé do login */
.login #login p#backtoblog,
.login #login p#nav{
  margin: 12px 0 0;
}

/* =========================
   SUBMENU (DROP-DOWN) - ASTRA
   ========================= */

/* Caixa do submenu */
.main-header-menu .sub-menu {
  background: rgba(8, 10, 16, 0.92);
  border: 1px solid rgba(243, 200, 90, 0.25);
  border-radius: 14px;
  padding: 10px 0;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
}

/* Itens do submenu */
.main-header-menu .sub-menu a {
  color: #1E7BFF; /* azul do site — ajuste pro azul exato do seu logo se quiser */
  padding: 12px 18px;
  font-weight: 600;
  background: transparent;
}

/* Hover + item ativo */
.main-header-menu .sub-menu a:hover,
.main-header-menu .sub-menu li.current-menu-item > a,
.main-header-menu .sub-menu li.current_page_item > a {
  color: #F3C85A; /* dourado */
  background: rgba(243, 200, 90, 0.10);
}

/* Remove divisórias/bordas padrão */
.main-header-menu .sub-menu li {
  border: 0 !important;
}

/* Menu principal (topo) */
.main-header-menu > .menu-item > a {
  color: #1E7BFF;
}

.main-header-menu > .menu-item > a:hover,
.main-header-menu > .menu-item.current-menu-item > a,
.main-header-menu > .menu-item.current_page_item > a {
  color: #F3C85A;
}

/* ===== PROJETOS: THUMB 16:9 GARANTIDA NO CARD ===== */

/* o bloco da thumb vira um “frame” 16:9 */
.portfolio-card__thumb{
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* imagem preenche o frame (corta o excesso, mantendo 16:9) */
.portfolio-card__thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;     /* mantém 16:9 e recorta se precisar */
  object-position: center;
  display: block;
}

/* placeholder também respeita 16:9 */
.portfolio-card__thumb--placeholder{
  aspect-ratio: 16 / 9;
  min-height: auto;      /* remove a altura “solta” */
}

/* =========================
   SINGLE PROJETO (ac_projeto)
========================= */

body.single-ac_projeto .site-content{
  background: transparent;
}

/* HERO */
.ac-single-hero .section__header{
  max-width: 920px;
  margin: 0 auto;
}

.ac-single-title{
  color: #fff;
  font-weight: 800;
  letter-spacing: .2px;
}

.ac-single-subtitle{
  opacity: .9;
}

.ac-single-meta{
  margin-top: 12px;
  font-size: 14px;
  opacity: .85;
}

.ac-single-sep{
  margin: 0 8px;
  opacity: .6;
}

/* CARD DO CONTEÚDO */
.ac-single-card{
  border-radius: 18px;
  overflow: hidden;
  background: rgba(10, 12, 18, .72);
  border: 1px solid rgba(218, 171, 68, .20);
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}

/* THUMB 16:9 (igual seu card) */
.ac-single-thumb{
  aspect-ratio: 16 / 9;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* CONTEÚDO GUTENBERG */
.ac-single-content{
  padding: 26px 26px 18px;
  color: rgba(255,255,255,.88);
  line-height: 1.7;
}

.ac-single-content h2,
.ac-single-content h3{
  color: #fff;
  font-weight: 800;
  margin-top: 22px;
}

.ac-single-content a{
  color: #2d86ff; /* seu azul */
  text-decoration: none;
}
.ac-single-content a:hover{
  color: #d6a844; /* dourado */
}

/* imagens do conteúdo */
.ac-single-content img{
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

/* Botões */
.ac-single-actions{
  padding: 0 26px 26px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Navegação prev/next */
.ac-single-nav{
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.ac-single-nav a{
  color: rgba(255,255,255,.85);
  text-decoration: none;
  opacity: .85;
}
.ac-single-nav a:hover{
  color: #d6a844;
  opacity: 1;
}

/* =========================
 * PAGE TRANSITION (leve, sem tela preta)
 * ========================= */

.ac-page{
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .22s ease, transform .22s ease;
  will-change: opacity, transform;
}

.ac-page.is-ready{
  opacity: 1;
  transform: translateY(0);
}

/* Overlay DESATIVADO (mantém no HTML, mas invisível e sem impacto) */
#acTransition{
  display: none !important;
}

/* =========================
 * FAQ (Accordion)
 * ========================= */
.ac-faq{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.ac-faq-item{
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(10,12,20,.45);
  overflow:hidden;
}

.ac-faq-q{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:16px 16px;
  background: transparent;
  border:0;
  cursor:pointer;
  color:#fff;
  font-weight:900;
  text-align:left;
}

.ac-faq-q:hover{
  background: rgba(255, 204, 102, .07);
}

.ac-faq-icon{
  width:32px;
  height:32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid rgba(255, 204, 102, .25);
  color:#ffcc66;
  flex:0 0 auto;
  font-size:18px;
  line-height:1;
}

.ac-faq-a{
  padding:0 16px 16px;
  color:#fff;
  opacity:.88;
  line-height:1.55;
}

.ac-faq-a p{
  margin:0;
}

/* =========================
 * SERVICOS v2 (5 colunas no desktop)
 * ========================= */

.section--services-v2 .container{
  position: relative;
}

.ac-services-topbar{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}

.ac-services-note{
  margin:0;
  max-width:720px;
  opacity:.86;
  line-height:1.55;
}

.ac-services-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

/* 5 por linha (desktop) */
.ac-services-grid{
  display:grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap:14px;
}

/* 4 por linha (notebooks menores) */
@media (max-width: 1280px){
  .ac-services-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* 3 por linha (tablet) */
@media (max-width: 1024px){
  .ac-services-topbar{ flex-direction:column; align-items:flex-start; }
  .ac-services-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* 2 por linha (mobile grande) */
@media (max-width: 720px){
  .ac-services-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* 1 por linha (mobile) */
@media (max-width: 520px){
  .ac-services-grid{ grid-template-columns: 1fr; }
}

.ac-service-card{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(10,12,20,.45);
  padding:14px;
  display:flex;
  flex-direction:column;
  min-height: 100%;
}

.ac-service-head{ margin-bottom:10px; }

.ac-service-tag{
  display:inline-block;
  font-weight:800;
  font-size:12px;
  letter-spacing:.2px;
  padding:6px 10px;
  border-radius:999px;
  color:#ffcc66;
  border:1px solid rgba(255,204,102,.25);
  background: rgba(255,204,102,.07);
}

.ac-service-title{
  margin:10px 0 8px;
  color:#fff;
  font-weight:900;
  font-size:16px;
  line-height:1.2;
}

.ac-service-desc{
  margin:0;
  opacity:.86;
  line-height:1.5;
  font-size:13px;
}

.ac-service-list{
  margin:12px 0 14px;
  padding-left:18px;
  opacity:.92;
  line-height:1.45;
  font-size:13px;
}

.ac-service-list li{ margin:6px 0; }

.ac-service-cta{
  margin-top:auto;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.ac-service-btn{
  width:100%;
  text-align:center;
}

/* ===== SERVIÇOS: botões menores e mais clean (só nos cards) ===== */

.section--services-v2 .ac-service-cta{
  gap: 8px;
}

.section--services-v2 .ac-service-btn{
  width: 100%;
  padding: 10px 12px !important;
  font-size: 13px !important;
  line-height: 1 !important;
  border-radius: 12px !important;
}

/* se seus .btn tiverem min-height global */
.section--services-v2 .ac-service-btn.btn{
  min-height: 40px !important;
}

/* opcional: deixar o WhatsApp um pouco menos "grosso" visualmente */
.section--services-v2 .ac-service-btn.btn--whatsapp{
  box-shadow: none !important;
}

/* ====== BOTÕES (PADRÃO GLOBAL MAIS CLEAN) ====== */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  /* padrão de altura */
  min-height: 40px;
  padding: 10px 18px;     /* 10px em cima/baixo = “clean” */
  line-height: 1;         /* evita botão “gordo” */

  font-weight: 600;
  font-size: 0.95rem;     /* mantém seu tamanho padrão (se quiser igualzinho aos cards: 13px) */
  border-radius: 999px;   /* mantém o pill do seu tema */
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;

  transition: background-color var(--transition-fast),
              color var(--transition-fast),
              box-shadow var(--transition-fast),
              transform var(--transition-fast),
              border-color var(--transition-fast);
}

/* ===== HOME: "No que posso ajudar" com 5 cards na mesma linha ===== */
.section--services-home .services__grid{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

/* garante altura consistente e evita “card menor” */
.section--services-home .service-card{
  height: 100%;
}

/* Responsivo (sem quebrar feio) */
@media (max-width: 1200px){
  .section--services-home .services__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 900px){
  .section--services-home .services__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px){
  .section--services-home .services__grid{
    grid-template-columns: 1fr;
  }
}

/* ===== CORREÇÃO DE LARGURA GERAL DO SITE =====
 * O Astra estava limitando o miolo do site e os containers internos estavam
 * muito estreitos para telas grandes. Este bloco libera o wrapper principal
 * e amplia o container do tema mantendo respiro lateral.
 */
:root {
  --ac-container-max: 1680px;
  --ac-container-pad: clamp(18px, 4vw, 56px);
}

body:not(.wp-admin) .site-content > .ast-container,
body:not(.wp-admin) .site-content .ast-container {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body:not(.wp-admin) .site-main,
body:not(.wp-admin) #primary,
body:not(.wp-admin) .content-area {
  width: 100% !important;
  max-width: none !important;
}

.container {
  width: 100%;
  max-width: var(--ac-container-max) !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--ac-container-pad) !important;
  padding-right: var(--ac-container-pad) !important;
}

/* Header do Astra alinhado com a nova largura do conteúdo. */
body:not(.wp-admin) .main-header-bar .ast-container,
body:not(.wp-admin) .ast-primary-header-bar .ast-container,
body:not(.wp-admin) .site-header .ast-container {
  width: 100% !important;
  max-width: var(--ac-container-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--ac-container-pad) !important;
  padding-right: var(--ac-container-pad) !important;
}

/* Em telas grandes, aproveita melhor o espaço horizontal do hero. */
@media (min-width: 1200px) {
  .hero__inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    gap: clamp(48px, 6vw, 120px);
  }

  .hero__subtitle {
    max-width: 720px;
  }

  .hero__card {
    max-width: 420px;
  }
}

@media (max-width: 640px) {
  :root {
    --ac-container-pad: 18px;
  }
}
