/*
Theme Name: Anexados Complete
Theme URI: https://anexados.com.br/
Author: Anexados
Description: Tema WordPress premium para o Anexados — estúdio de podcast, videoaula e lançamentos em Jundiaí. SEO local, mobile-first, páginas estruturadas por serviço e edição visual pelo personalizador.
Version: 2.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: anexados-complete
*/

/* ─── TOKENS ───────────────────────────────────── */
:root {
  --bg:     #0c0b14;
  --bg2:    #141222;
  --card:   #18152a;
  --card2:  #211b37;
  --text:   #f5f3ff;
  --muted:  #c4b5fd;
  --muted2: #d6d3e6;
  --line:   rgba(255,255,255,0.08);
  --p:      #7c3aed;
  --p2:     #a855f7;
  --accent: #ede9fe;
  --gold:   #facc15;
  --green:  #22c55e;
  --shadow: 0 18px 60px rgba(0,0,0,0.35);
  --r:      22px;
  --max:    1180px;
}

/* ─── RESET ────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left,  rgba(124,58,237,0.24), transparent 32%),
    radial-gradient(circle at top right, rgba(168,85,247,0.14), transparent 26%),
    linear-gradient(180deg, #0c0b14 0%, #0e0c17 100%);
  background-attachment: fixed;
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a    { color: inherit; text-decoration: none; }
img  { max-width: 100%; display: block; height: auto; }
ul   { list-style: none; }
button, input, textarea, select { font-family: inherit; }

.container { width: min(100% - 32px, var(--max)); margin: 0 auto; }

/* ─── ACESSIBILIDADE ───────────────────────────── */
.skip-link { position: absolute; left: -9999px; top: auto; }
.skip-link:focus { left: 16px; top: 16px; background: #fff; color: #000; padding: 8px 12px; border-radius: 8px; z-index: 9999; }

/* ─── TOPBAR ────────────────────────────────────── */
.topbar {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  background: rgba(12,11,20,0.72);
  border-bottom: 1px solid var(--line);
}
.topbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; min-height: 72px;
}
.custom-logo { max-height: 46px; width: auto; }
.brand-text strong { font-size: 1.05rem; letter-spacing: .04em; display: block; }
.brand-text span   { color: var(--muted); font-size: .88rem; display: block; }

.main-nav ul { display: flex; gap: 2px; align-items: center; flex-wrap: wrap; }
.main-nav a  {
  color: var(--muted2); font-size: .88rem; padding: 8px 11px;
  border-radius: 8px; transition: all .15s; white-space: nowrap; display: block;
}
.main-nav a:hover,
.main-nav a.current-menu-item { background: rgba(124,58,237,.15); color: var(--accent); }

/* ─── BOTÕES ────────────────────────────────────── */
.btn, .btn-out, .btn-soft {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; padding: 13px 22px; font-weight: 700;
  cursor: pointer; border: 1px solid transparent;
  transition: all .2s; font-size: .9rem; gap: 7px; white-space: nowrap;
  text-decoration: none;
}
.btn {
  background: linear-gradient(135deg, var(--p), var(--p2));
  color: #fff; box-shadow: 0 10px 28px rgba(124,58,237,.35);
}
.btn:hover     { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(124,58,237,.45); color: #fff; }
.btn-out       { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.03); color: var(--text); }
.btn-out:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.3); }
.btn-soft      { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.03); color: var(--accent); }
.btn-full      { width: 100%; justify-content: center; }

/* ─── RIBBON / TICKER ──────────────────────────── */
.review-ribbon {
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: linear-gradient(90deg, rgba(124,58,237,.08), rgba(255,255,255,.02), rgba(168,85,247,.08));
}
.review-track {
  display: flex; gap: 16px; width: max-content;
  padding: 11px 0; animation: anexados-marquee 34s linear infinite;
}
.review-ribbon:hover .review-track { animation-play-state: paused; }
.review-pill {
  white-space: nowrap; padding: 9px 16px; border-radius: 999px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  color: var(--muted2); font-size: .88rem; font-weight: 700;
}
@keyframes anexados-marquee { from { transform: translateX(0) } to { transform: translateX(-50%) } }

/* ─── HERO ──────────────────────────────────────── */
.hero { padding: 88px 0 60px; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 36px; align-items: center; }
.eyebrow {
  display: inline-flex; padding: 8px 14px; border-radius: 999px;
  background: rgba(168,85,247,.12); color: var(--accent);
  border: 1px solid rgba(168,85,247,.18); font-size: .88rem; margin-bottom: 18px;
}
h1 {
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  line-height: 1.08; letter-spacing: -.03em;
  margin-bottom: 16px; max-width: 12ch;
}
h2 { font-size: clamp(1.4rem, 3vw, 2.1rem); line-height: 1.1; margin-bottom: 12px; }
h3 { font-size: 1.08rem; margin-bottom: 8px; color: var(--text); }
.hero p, section p, .muted, .card p { color: var(--muted2); line-height: 1.75; }
.hero > .container > .hero-grid > div > p { font-size: 1.05rem; max-width: 58ch; margin: 0 0 22px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-points  { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.point {
  border: 1px solid var(--line); background: rgba(255,255,255,.03);
  border-radius: 18px; padding: 15px;
}
.point strong { display: block; font-size: .96rem; margin-bottom: 5px; color: var(--text); }
.point span   { color: var(--muted2); font-size: .86rem; }

/* ─── HERO CARD ─────────────────────────────────── */
.hero-card {
  background: rgba(124,58,237,.10);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 24px 64px rgba(0,0,0,.4);
  overflow: hidden;
  position: relative;
}
.top-proof {
  display: inline-flex; padding: 7px 12px; border-radius: 999px;
  background: rgba(34,197,94,.12); border: 1px solid rgba(34,197,94,.2);
  font-size: .82rem; font-weight: 700; margin-bottom: 10px; color: var(--text);
}
.studio-label {
  display: inline-block; padding: 6px 12px; border-radius: 999px;
  background: rgba(255,255,255,.08); color: var(--accent);
  font-size: .84rem; margin-bottom: 16px;
}
.preview {
  border-radius: 18px;
  background: rgba(18,15,32,.9);
  border: 1px solid rgba(255,255,255,.08);
  padding: 18px;
  display: grid; gap: 12px; align-content: start;
}
.preview-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.preview-top strong { font-size: .86rem; }
.dots { display: flex; gap: 6px; }
.dots span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.3); }
.preview-panel {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06);
  border-radius: 14px; padding: 14px;
}
.service-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 12px; }
.service-tabs > div {
  border-radius: 12px;
  background: rgba(124,58,237,.25);
  border: 1px solid rgba(124,58,237,.3);
  min-height: 58px; padding: 12px;
  display: flex; align-items: flex-end;
  font-weight: 700; color: var(--accent); font-size: .82rem;
}
.photo-strip-title { font-size: .8rem; color: var(--muted2); margin-bottom: 7px; }
.photo-strip {
  overflow: hidden; border-radius: 12px;
  border: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.02);
}
.photo-row {
  display: flex; gap: 8px; padding: 8px;
  width: max-content; animation: anexados-photos 20s linear infinite;
  will-change: transform;
}
.photo-strip:hover .photo-row { animation-play-state: paused; }
@keyframes anexados-photos { 0% { transform: translateX(0) } 100% { transform: translateX(-50%) } }
.photo-card {
  width: 96px; height: 68px; border-radius: 10px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(124,58,237,.2);
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 6px; font-size: .68rem; color: var(--accent);
  flex-shrink: 0; overflow: hidden; position: relative;
}
.photo-card img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; border-radius: 9px;
}
.launch-box {
  border-radius: 12px;
  background: rgba(124,58,237,.2);
  border: 1px solid rgba(124,58,237,.25);
  min-height: 76px; padding: 14px;
  display: flex; align-items: center;
  font-weight: 700; color: var(--accent); font-size: .84rem;
  line-height: 1.5;
}

/* ─── SEÇÕES BASE ───────────────────────────────── */
section { padding: 36px 0; }
.section-head { margin-bottom: 28px; }
.section-head.center { text-align: center; }
.section-head.center .section-sub { margin: 0 auto; }
.badge-inline {
  display: inline-flex; padding: 7px 13px; border-radius: 999px;
  background: rgba(168,85,247,.12); border: 1px solid rgba(168,85,247,.18);
  color: var(--accent); font-size: .84rem; margin-bottom: 12px;
}
.section-sub { font-size: .98rem; color: var(--muted2); max-width: 60ch; margin-top: 8px; line-height: 1.75; }

/* ─── CARDS ─────────────────────────────────────── */
.card, .card-sm, .review-card, .location-card, .form-card, .contact-card, .page-card, .page-side-card {
  border: 1px solid var(--line); background: rgba(255,255,255,.03);
  border-radius: var(--r); padding: 24px; box-shadow: var(--shadow);
}
.card-sm { padding: 18px; border-radius: 18px; }

/* ─── GRIDS ─────────────────────────────────────── */
.cards-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cards-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

/* ─── SOFT BOX ──────────────────────────────────── */
.soft-box {
  background: linear-gradient(180deg, rgba(124,58,237,.14), rgba(255,255,255,.03));
  border: 1px solid var(--line); border-radius: 28px; padding: 28px;
}

/* ─── ESTATÍSTICAS ──────────────────────────────── */
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 28px 0; }
.stat-item {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px; padding: 18px; text-align: center;
}
.stat-item strong {
  display: block; font-size: 1.9rem; font-weight: 800;
  background: linear-gradient(135deg, var(--p), var(--p2));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; margin-bottom: 4px;
}
.stat-item span { font-size: .82rem; color: var(--muted2); }

/* ─── LOCALIZAÇÃO ───────────────────────────────── */
.location-wrap { display: grid; grid-template-columns: 1fr .95fr; gap: 20px; align-items: stretch; }
.building-box {
  border-radius: 28px; min-height: 300px; border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.02)),
              radial-gradient(circle at 70% 35%, rgba(124,58,237,.22), transparent 35%), #161224;
  padding: 24px; display: flex; align-items: flex-end; justify-content: center; text-align: center;
}
.building-box img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
.building-placeholder strong { display: block; color: var(--accent); margin-bottom: 8px; }
.building-placeholder span   { color: var(--muted2); font-size: .88rem; }
.loc-row {
  display: flex; gap: 12px; padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.loc-row:last-of-type { border-bottom: none; }
.loc-icon {
  width: 36px; height: 36px; background: rgba(124,58,237,.15);
  border-radius: 9px; display: flex; align-items: center; justify-content: center;
  font-size: 16px; flex-shrink: 0; margin-top: 2px;
}
.loc-key { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--accent); margin-bottom: 3px; }
.loc-val { font-size: .9rem; color: var(--text); }
.loc-val small { display: block; font-size: .82rem; color: var(--muted2); margin-top: 2px; }

/* ─── REVIEWS ───────────────────────────────────── */
.review-stars { color: var(--gold); font-size: 1rem; letter-spacing: 2px; margin-bottom: 10px; }
.review-card p { font-style: italic; margin-bottom: 12px; }
.review-card strong { font-size: .9rem; color: var(--text); display: block; padding-top: 12px; border-top: 1px solid var(--line); }

/* ─── CHECK LIST ────────────────────────────────── */
.check-list { list-style: none; display: grid; gap: 8px; }
.check-list li { position: relative; padding-left: 22px; color: var(--muted2); font-size: .92rem; line-height: 1.6; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: #86efac; font-weight: 800; }

/* ─── FAQ ───────────────────────────────────────── */
.faq-item { border: 1px solid var(--line); border-radius: 14px; margin-bottom: 10px; overflow: hidden; transition: border-color .2s; }
.faq-item.open { border-color: rgba(168,85,247,.4); }
.faq-question {
  padding: 17px 20px; font-size: .94rem; font-weight: 700; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  transition: background .15s; user-select: none; color: var(--text);
}
.faq-question:hover { background: rgba(124,58,237,.1); }
.faq-icon {
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(124,58,237,.2); color: var(--accent);
  font-size: 16px; font-weight: 700; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: transform .3s, background .2s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--p); color: #fff; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s cubic-bezier(.4,0,.2,1); }
.faq-answer-inner { padding: 0 20px 18px; font-size: .9rem; color: var(--muted2); line-height: 1.8; }
.faq-item.open .faq-answer { max-height: 300px; }

/* ─── FORMULÁRIO ────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 20px; align-items: stretch; }
.contact-list { list-style: none; display: grid; gap: 10px; margin-top: 18px; }
.contact-list li { color: var(--muted2); font-size: .9rem; }
.contact-list li strong { color: var(--accent); }
.anexados-form { display: grid; gap: 14px; }
.form-group { display: grid; gap: 6px; }
.form-group label {
  font-weight: 700; font-size: .82rem; text-transform: uppercase;
  letter-spacing: .07em; color: var(--muted2);
}
.form-group input,
.form-group textarea {
  width: 100%; border-radius: 14px; padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04); color: var(--text);
  font: inherit; outline: none; transition: border-color .2s; font-size: .92rem;
}
.form-group input:focus,
.form-group textarea:focus { border-color: var(--p); box-shadow: 0 0 0 3px rgba(124,58,237,.15); }
.form-group textarea { min-height: 130px; resize: vertical; }

/* ─── CIDADES ───────────────────────────────────── */
.city-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.city-tag {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px; padding: 9px 18px; font-size: .86rem;
  color: var(--muted2); font-weight: 600; transition: all .2s; cursor: default;
}
.city-tag:hover { background: rgba(124,58,237,.15); border-color: rgba(124,58,237,.4); color: var(--accent); }
.city-tag.principal { background: linear-gradient(135deg, var(--p), var(--p2)); border-color: transparent; color: #fff; }

/* ─── BREADCRUMB ────────────────────────────────── */
.breadcrumbs { font-size: .84rem; color: var(--muted); margin-bottom: 16px; }
.breadcrumbs a { color: var(--muted2); }
.breadcrumbs a:hover { color: var(--accent); }
.breadcrumbs span { color: var(--muted); }

/* ─── PÁGINA INTERNA ────────────────────────────── */
.page-hero { padding: 56px 0 24px; }
.page-hero h1 { font-size: clamp(1.8rem, 4vw, 3.1rem); max-width: 20ch; }
.page-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; }
.page-side-card { position: sticky; top: 100px; height: fit-content; }

/* ─── FOOTER ────────────────────────────────────── */
footer { padding: 30px 0 52px; }
.footer-wrap {
  display: flex; justify-content: space-between; gap: 28px; flex-wrap: wrap;
  border-top: 1px solid var(--line); padding-top: 24px;
}
.footer-brand img { height: 34px; filter: brightness(0) invert(1); opacity: .85; margin-bottom: 12px; }
.footer-brand p { font-size: .84rem; color: rgba(255,255,255,.45); line-height: 1.7; max-width: 240px; }
.footer-col h4 {
  font-size: .76rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .1em; color: rgba(255,255,255,.35); margin-bottom: 14px;
}
.footer-col a,
.footer-col p { display: block; font-size: .84rem; color: rgba(255,255,255,.5); margin-bottom: 8px; transition: color .15s; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid var(--line); padding-top: 18px; margin-top: 18px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
}
.footer-bottom p { font-size: .76rem; color: rgba(255,255,255,.3); }

/* ─── WP ADMIN BAR ──────────────────────────────── */
.admin-bar .topbar { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .topbar { top: 46px; } }

/* ─── RESPONSIVE — TABLET (≤1040px) ────────────── */
@media (max-width: 1040px) {
  .hero-grid       { grid-template-columns: 1fr; gap: 28px; }
  .location-wrap,
  .contact-grid,
  .page-grid       { grid-template-columns: 1fr; }
  .cards-3,
  .cards-4,
  .reviews-grid,
  .hero-points,
  .stats-grid      { grid-template-columns: 1fr 1fr; }
  .page-side-card  { position: static; }
  .hero            { padding: 64px 0 48px; }
  .hero-card       { max-width: 560px; margin: 0 auto; width: 100%; }
}

/* ─── RESPONSIVE — MOBILE (≤720px) ─────────────── */
@media (max-width: 720px) {
  .main-nav        { display: none; }
  .topbar-inner    { min-height: 60px; flex-wrap: nowrap; }
  .nav-btn         { padding: 9px 14px; font-size: .82rem; }
  .hero            { padding: 44px 0 32px; }
  h1               { max-width: none; font-size: clamp(1.8rem, 7vw, 2.6rem); }
  section          { padding: 26px 0; }
  .container       { width: calc(100% - 24px); }
  .hero-grid       { grid-template-columns: 1fr; gap: 20px; }
  .hero-card       { max-width: 100%; padding: 16px; border-radius: 16px; }
  .hero-points     { grid-template-columns: 1fr; gap: 8px; }
  .hero-actions    { flex-direction: column; }
  .hero-actions .btn,
  .hero-actions .btn-out { width: 100%; justify-content: center; }
  .studio-label    { display: none; }
  .preview         { min-height: auto; padding: 12px; gap: 10px; border-radius: 14px; }
  .preview-panel   { padding: 10px; }
  .service-tabs    { grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 10px; }
  .service-tabs > div { min-height: 44px; padding: 10px; font-size: .78rem; }
  .photo-card      { width: 78px; height: 54px; font-size: .64rem; border-radius: 8px; }
  .photo-row       { gap: 6px; padding: 6px; animation-duration: 16s; }
  .launch-box      { min-height: 56px; padding: 12px; font-size: .8rem; }
  .cards-2, .cards-3, .cards-4,
  .reviews-grid, .stats-grid,
  .loc-grid, .location-wrap,
  .contact-grid, .ctt-grid,
  .page-grid       { grid-template-columns: 1fr; }
  .soft-box        { padding: 16px 14px; }
  .card, .card-sm  { padding: 16px 14px; }
  .page-gallery    { grid-template-columns: 1fr 1fr; }
  .footer-wrap     { flex-direction: column; gap: 20px; }
  .footer-bottom   { flex-direction: column; text-align: center; gap: 4px; }
  .page-side-card  { position: static; }
  .page-hero-photo { max-height: 220px; }
  .btn-full        { width: 100%; justify-content: center; }
}

/* ─── MOBILE MENU HAMBURGUER ────────────────────── */
.menu-toggle {
  display: none;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line);
  color: var(--text); border-radius: 8px;
  padding: 8px 12px; cursor: pointer;
  font-size: .82rem; font-weight: 600;
  align-items: center; gap: 6px;
  white-space: nowrap; flex-shrink: 0;
}
@media (max-width: 720px) {
  .menu-toggle { display: flex; }
  .nav-links-wrap { display: none; }
  .main-nav.aberto { display: block; }
  .main-nav.aberto ul {
    flex-direction: column;
    padding: 12px 20px 16px;
    background: rgba(10,8,22,.98);
    border-top: 1px solid var(--line);
    position: absolute;
    top: 100%; left: 0; right: 0;
    z-index: 99;
    box-shadow: 0 8px 32px rgba(0,0,0,.5);
  }
  .main-nav.aberto a {
    padding: 13px 8px;
    border-radius: 0;
    font-size: .96rem;
    border-bottom: 1px solid rgba(255,255,255,.05);
  }
  .main-nav.aberto a:last-child { border-bottom: none; }
}

/* ── REVIEW AUTHOR ── */
.review-author{display:flex;align-items:center;gap:10px;padding-top:12px;border-top:1px solid var(--line);}
.review-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;border:2px solid rgba(124,58,237,.3);}
.review-avatar-placeholder{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--p),var(--p2));display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;color:#fff;flex-shrink:0;}
.review-author strong{font-size:.88rem;color:var(--text);}

/* ── PAGE HERO PHOTO ── */
.page-hero-photo{width:100%;max-height:420px;object-fit:cover;border-radius:var(--r);margin-bottom:28px;border:1px solid var(--line);}
.page-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0;}
.page-gallery img{width:100%;height:180px;object-fit:cover;border-radius:14px;border:1px solid var(--line);}
.page-gallery-ph{background:rgba(255,255,255,.03);border:1px dashed rgba(255,255,255,.15);border-radius:14px;height:180px;display:flex;align-items:center;justify-content:center;text-align:center;padding:12px;font-size:.78rem;color:var(--muted2);}
@media(max-width:720px){.page-gallery{grid-template-columns:1fr 1fr;}}


/* ===== SOBRE NÓS ===== */
.sobre-nos-page {
  padding: 64px 0;
}

.sobre-nos-page .section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.sobre-nos-page .lead {
  max-width: 720px;
  color: rgba(255,255,255,.82);
  line-height: 1.7;
}

.sobre-nos-page .sobre-grid {
  display: block !important;
}

.sobre-nos-page .sobre-content {
  margin-bottom: 28px !important;
  padding: 28px;
  border-radius: 24px;
}

.sobre-nos-page .sobre-content h2 {
  margin-bottom: 14px;
}

.sobre-nos-page .sobre-content p {
  color: rgba(255,255,255,.82);
  line-height: 1.7;
}

.sobre-nos-page .sobre-side {
  display: flex !important;
  gap: 18px !important;
  align-items: stretch;
}

.sobre-nos-page .sobre-side > * {
  width: calc(50% - 9px) !important;
}

.foto-pessoa-card {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}

.foto-placeholder {
  min-height: 260px;
  border-radius: 18px;
  background: rgba(124,58,237,.12);
  border: 1px solid rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.84);
  font-weight: 700;
  margin-bottom: 14px;
}

.foto-pessoa-card h3 {
  margin: 8px 0;
}

.foto-pessoa-card p {
  color: rgba(255,255,255,.76);
  line-height: 1.6;
}

.foto-real {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  margin-bottom: 16px;
  border: 1px solid rgba(255,255,255,.08);
}

.premium-card {
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 20px 50px rgba(0,0,0,.18);
  overflow: hidden;
}

.foto-info {
  padding-top: 4px;
}

.cargo-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 12px;
  color: #fff;
  background: linear-gradient(135deg, rgba(124,58,237,.95), rgba(168,85,247,.9));
  box-shadow: 0 10px 24px rgba(124,58,237,.25);
}

.premium-card h3 {
  margin: 0 0 8px;
  font-size: 1.5rem;
}

.premium-card p {
  margin: 0;
  color: rgba(255,255,255,.78);
  line-height: 1.7;
}

@media (max-width: 980px) {
  .foto-placeholder {
    min-height: 220px;
  }

  .foto-real {
    height: 240px;
  }

  .premium-card h3 {
    font-size: 1.3rem;
  }

  .sobre-nos-page .sobre-side {
    display: block !important;
  }

  .sobre-nos-page .sobre-side > * {
    width: 100% !important;
    margin-bottom: 18px;
  }
}

/* ===== LOGO NO HERO ===== */
.eyebrow-logo {
  margin-bottom: 18px;
}

.eyebrow-logo .custom-logo-link {
  display: inline-block;
}

.eyebrow-logo .custom-logo {
  max-height: 52px;
  width: auto;
  display: block;
}

@media (max-width: 768px) {
  .eyebrow-logo .custom-logo {
    max-height: 40px;
  }
}

/* =========================================================
   AJUSTE FORTE — HERO MOBILE + LOGOS
   ========================================================= */

/* logo do topo */
.topbar .custom-logo,
.topbar .custom-logo-link img,
.topbar .site-logo img,
.topbar .brand img {
  height: 58px !important;
  max-height: 58px !important;
  width: auto !important;
  max-width: none !important;
}

.topbar-inner {
  min-height: 82px !important;
}

/* logo da hero */
.eyebrow-logo,
.eyebrow-logo .custom-logo-link {
  display: block !important;
  width: 100% !important;
}

.eyebrow-logo img,
.eyebrow-logo .custom-logo {
  width: 260px !important;
  height: auto !important;
  max-height: none !important;
  max-width: 100% !important;
  display: block !important;
}

/* texto da hero ocupando largura */
.hero,
.hero .container,
.hero-grid,
.hero-grid > div:first-child {
  width: 100% !important;
  max-width: 100% !important;
}

.hero-grid > div:first-child,
.hero-grid > div:first-child > * {
  min-width: 0 !important;
}

.hero h1,
.hero p,
.hero .eyebrow-logo,
.hero-actions {
  width: 100% !important;
  max-width: 100% !important;
}

.hero h1 {
  max-width: none !important;
}

.hero > .container > .hero-grid > div > p {
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 22px !important;
}

/* MOBILE */
@media (max-width: 720px) {

  .topbar .custom-logo,
  .topbar .custom-logo-link img,
  .topbar .site-logo img,
  .topbar .brand img {
    height: 52px !important;
    max-height: 52px !important;
    width: auto !important;
    max-width: none !important;
  }

  .topbar-inner {
    min-height: 68px !important;
  }

  .hero {
    padding: 36px 0 24px !important;
  }

  .hero .container {
    width: calc(100% - 8px) !important;
    max-width: none !important;
  }

  .hero-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .hero-grid > div:first-child {
    width: 100% !important;
    max-width: 100% !important;
    justify-self: stretch !important;
  }

  .eyebrow-logo img,
  .eyebrow-logo .custom-logo {
    width: 200px !important;
    height: auto !important;
    max-height: none !important;
    max-width: 100% !important;
  }

  .hero h1 {
    font-size: clamp(1.55rem, 6.1vw, 2.1rem) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.03em !important;
    max-width: none !important;
    width: 100% !important;
    margin-bottom: 14px !important;
  }

  .hero p,
  .hero > .container > .hero-grid > div > p {
    font-size: 0.98rem !important;
    line-height: 1.68 !important;
    width: 100% !important;
    max-width: none !important;
  }

  .hero-actions {
    width: 100% !important;
  }

  .hero-actions .btn,
  .hero-actions .btn-out {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* Celulares menores */
@media (max-width: 480px) {
  .topbar .custom-logo,
  .topbar .custom-logo-link img,
  .topbar .site-logo img,
  .topbar .brand img {
    height: 48px !important;
    max-height: 48px !important;
  }

  .eyebrow-logo img,
  .eyebrow-logo .custom-logo {
    width: 180px !important;
    height: auto !important;
    max-height: none !important;
    max-width: 100% !important;
  }

  .hero .container {
    width: calc(100% - 6px) !important;
  }

  .hero h1 {
    font-size: clamp(1.4rem, 5.8vw, 1.9rem) !important;
  }

  .hero p,
  .hero > .container > .hero-grid > div > p {
    font-size: 0.95rem !important;
  }
}

/* ===== PULSO VISÍVEL NOS BOTÕES DE ORÇAMENTO / WHATSAPP ===== */

.nav-btn,
a[href*="wa.me"].btn,
a[href*="wa.me"].btn-soft,
a[href*="wa.me"].btn-full {
  position: relative !important;
  overflow: visible !important;
  isolation: isolate;
}

.nav-btn::after,
a[href*="wa.me"].btn::after,
a[href*="wa.me"].btn-soft::after,
a[href*="wa.me"].btn-full::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 2px solid rgba(168,85,247,.55);
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  animation: anexadosPulseRing 1.8s infinite !important;
}

.nav-btn:hover::after,
a[href*="wa.me"].btn:hover::after,
a[href*="wa.me"].btn-soft:hover::after,
a[href*="wa.me"].btn-full:hover::after {
  animation-play-state: paused !important;
}

@keyframes anexadosPulseRing {
  0% {
    transform: scale(1);
    opacity: .9;
  }
  70% {
    transform: scale(1.18);
    opacity: 0;
  }
  100% {
    transform: scale(1.18);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav-btn::after,
  a[href*="wa.me"].btn::after,
  a[href*="wa.me"].btn-soft::after,
  a[href*="wa.me"].btn-full::after {
    animation: none !important;
  }
}