/* Adesivos Country — Área institucional + moldura compartilhada (header/footer). Depende de brand.css */

/* ===== Header compartilhado ===== */
.ac-site-header { background: var(--ac-black); border-bottom: 2px solid var(--ac-gold); position: sticky; top: 0; z-index: 60; }
.ac-site-header-in { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 10px; padding-bottom: 10px; }
.ac-site-brand img { height: 50px; width: auto; display: block; }
.ac-site-nav { display: flex; align-items: center; gap: 6px; }
.ac-site-link { color: #e6e6e6; text-decoration: none; font-weight: 600; font-size: 15px; padding: 9px 14px; border-radius: 8px; transition: color .15s, background .15s; }
.ac-site-link:hover { color: #fff; background: rgba(255,255,255,.06); }
.ac-site-link.is-active { color: var(--ac-gold-light); }
.ac-site-wa { margin-left: 8px; }
.ac-site-nav-toggle { display: none; }
.ac-site-burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; }
.ac-site-burger span { width: 24px; height: 2px; background: var(--ac-gold-light); display: block; }

@media (max-width: 860px) {
  .ac-site-burger { display: flex; }
  .ac-site-nav { position: absolute; top: 100%; left: 0; right: 0; background: var(--ac-black); border-bottom: 2px solid var(--ac-gold);
    flex-direction: column; align-items: stretch; gap: 0; padding: 8px 14px 16px; max-height: 0; overflow: hidden; transition: max-height .25s ease; }
  .ac-site-nav-toggle:checked ~ .ac-site-nav { max-height: 380px; }
  .ac-site-link { padding: 12px 8px; border-bottom: 1px solid rgba(255,255,255,.06); border-radius: 0; }
  .ac-site-wa { margin: 10px 0 0; text-align: center; }
}

/* ===== Footer compartilhado ===== */
.ac-site-footer { background: var(--ac-black); color: #cfcfcf; border-top: 2px solid var(--ac-gold); margin-top: 40px; }
.ac-site-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr 1fr; gap: 26px; padding: 40px 18px 30px; }
.ac-foot-brand img { height: 60px; width: auto; margin-bottom: 10px; }
.ac-foot-name { color: #fff; font-weight: 800; letter-spacing: 1px; margin: 0; }
.ac-foot-legal { color: var(--ac-gold-light); font-size: 13px; margin: 2px 0; }
.ac-foot-since { color: #9a9a9a; font-size: 13px; margin: 4px 0 0; }
.ac-foot-col h3 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .6px; margin: 0 0 12px; }
.ac-foot-col a, .ac-foot-col span { display: block; color: #cfcfcf; text-decoration: none; font-size: 14px; padding: 4px 0; }
.ac-foot-col a:hover { color: var(--ac-gold-light); }
.ac-site-footer-bar { border-top: 1px solid rgba(255,255,255,.08); font-size: 12.5px; color: #8a8a8a; }
.ac-site-footer-bar .ac-container { padding-top: 16px; padding-bottom: 16px; text-align: center; }

@media (max-width: 860px) {
  .ac-site-footer-grid { grid-template-columns: 1fr 1fr; gap: 22px; }
}
@media (max-width: 520px) {
  .ac-site-footer-grid { grid-template-columns: 1fr; text-align: center; }
  .ac-foot-brand img { margin-left: auto; margin-right: auto; }
}

/* ===== Páginas institucionais ===== */
.ac-site { background: #fff; color: #1a1a1a; min-height: 100dvh; display: flex; flex-direction: column; }
.ac-site-main { flex: 1; }

/* Hero */
.ac-hero { position: relative; background: radial-gradient(1100px 600px at 50% -10%, #1d1810 0%, #0a0a0a 50%, #000 100%); color: #fff; text-align: center; padding: 70px 18px 76px; overflow: hidden; }
.ac-hero::before { content: ""; position: absolute; top: -160px; left: 50%; transform: translateX(-50%); width: 520px; height: 520px; background: radial-gradient(circle, rgba(176,138,53,.32) 0%, rgba(176,138,53,0) 62%); pointer-events: none; }
.ac-hero-inner { position: relative; max-width: 820px; margin: 0 auto; }
/* Hero com foto de fundo (camada escura já vem no inline style p/ legibilidade) */
.ac-hero-photo { background-size: cover; background-position: center; }
.ac-hero-photo::before { opacity: .55; }
.ac-hero-badge { display: inline-block; font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--ac-gold-light); border: 1px solid rgba(176,138,53,.5); border-radius: 999px; padding: 7px 16px; margin-bottom: 20px; background: rgba(176,138,53,.08); }
.ac-hero h1 { font-size: clamp(30px, 6vw, 56px); font-weight: 900; text-transform: uppercase; line-height: 1.05; margin: 0 0 18px; }
.ac-hero h1 .gold { background: linear-gradient(180deg, var(--ac-gold-light), var(--ac-gold)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.ac-hero-sub { color: #d2d2d2; font-size: clamp(15px, 2.6vw, 19px); line-height: 1.6; max-width: 640px; margin: 0 auto 30px; }
.ac-hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.ac-hero .ac-btn { padding: 15px 28px; font-size: 16px; }

/* Section base */
.ac-sec { padding: 56px 0; }
.ac-sec-alt { background: var(--ac-gray); }
.ac-sec-title { text-align: center; font-size: clamp(24px, 4vw, 34px); font-weight: 800; margin: 0 0 10px; color: #111; }
.ac-sec-title .gold { color: var(--ac-gold); }
.ac-sec-lead { text-align: center; color: #666; max-width: 640px; margin: 0 auto 34px; font-size: 16px; line-height: 1.6; }

/* Diferenciais */
.ac-diff-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.ac-diff-card { background: #fff; border: 1px solid #ececec; border-radius: 14px; padding: 24px; box-shadow: var(--ac-shadow); }
.ac-sec-alt .ac-diff-card { background: #fff; }
.ac-diff-ico { width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; background: var(--ac-black); color: var(--ac-gold-light); margin-bottom: 14px; }
.ac-diff-ico svg { width: 24px; height: 24px; }
.ac-diff-card h3 { margin: 0 0 6px; font-size: 17px; color: #111; }
.ac-diff-card p { margin: 0; color: #666; font-size: 14px; line-height: 1.5; }

/* Passos */
.ac-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; }
.ac-step { text-align: center; padding: 10px; position: relative; }
.ac-step-num { width: 52px; height: 52px; margin: 0 auto 14px; border-radius: 50%; background: linear-gradient(180deg, var(--ac-gold-light), var(--ac-gold)); color: #1a1208; font-weight: 800; font-size: 20px; display: flex; align-items: center; justify-content: center; }
.ac-step h3 { margin: 0 0 6px; font-size: 16px; color: #111; }
.ac-step p { margin: 0; color: #666; font-size: 14px; }

/* About resumo */
.ac-about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; }
.ac-about-split h2 { font-size: clamp(22px, 3.4vw, 30px); margin: 0 0 14px; color: #111; }
.ac-about-split p { color: #555; line-height: 1.7; font-size: 16px; margin: 0 0 14px; }
.ac-about-badge { display: inline-block; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--ac-gold); font-weight: 700; margin-bottom: 10px; }

/* Vídeos — Veja em ação (Reels vertical, clique para tocar) */
.ac-videos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 760px; margin: 0 auto; }
.ac-video-card { position: relative; aspect-ratio: 9 / 16; background: #000; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.25); }
.ac-video { width: 100%; height: 100%; object-fit: cover; display: block; background: #000; }
.ac-video-ov { position: absolute; inset: 0; border: none; cursor: pointer; padding: 0; display: flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 50% 45%, rgba(176,138,53,.18), transparent 60%), linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.55)); }
.ac-video-ov.is-hidden { display: none; }
.ac-video-play { width: 66px; height: 66px; border-radius: 50%; background: linear-gradient(180deg, var(--ac-gold-light), var(--ac-gold)); position: relative; box-shadow: 0 6px 22px rgba(0,0,0,.45); transition: transform .15s; }
.ac-video-ov:hover .ac-video-play { transform: scale(1.06); }
.ac-video-play::after { content: ''; position: absolute; top: 50%; left: 54%; transform: translate(-50%,-50%); border-style: solid; border-width: 12px 0 12px 20px; border-color: transparent transparent transparent #1a1208; }
@media (max-width: 700px) { .ac-videos { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
@media (max-width: 440px) { .ac-videos { grid-template-columns: 1fr; max-width: 300px; } }

/* Faixa catálogo */
.ac-cta-band { background: linear-gradient(120deg, #0a0a0a, #1c160c); color: #fff; border-radius: 18px; padding: 44px 30px; text-align: center; }
.ac-cta-band.has-bg { background-size: cover; background-position: center; }
.ac-cta-band h2 { font-size: clamp(22px, 4vw, 32px); margin: 0 0 8px; }
.ac-cta-band p { color: #d2d2d2; margin: 0 0 22px; font-size: 16px; }

/* CTA final */
.ac-cta-final { background: var(--ac-black); color: #fff; text-align: center; padding: 60px 18px; }
.ac-cta-final h2 { font-size: clamp(24px, 4.4vw, 36px); margin: 0 0 12px; }
.ac-cta-final p { color: #cfcfcf; max-width: 560px; margin: 0 auto 26px; font-size: 17px; }

/* Sobre (página) */
.ac-about-block { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; margin-bottom: 38px; }
.ac-about-block:nth-child(even) .ac-about-text { order: 2; }
.ac-about-text h2 { font-size: clamp(20px, 3vw, 28px); margin: 0 0 12px; color: #111; }
.ac-about-text h2 .gold { color: var(--ac-gold); }
.ac-about-text p { color: #555; line-height: 1.7; font-size: 16px; margin: 0 0 12px; }
.ac-about-figure { background: var(--ac-black); border-radius: 16px; min-height: 200px; display: flex; align-items: center; justify-content: center; padding: 24px; overflow: hidden; }
.ac-about-figure img { max-height: 150px; width: auto; }
/* Quando há foto real, ela preenche o quadro */
.ac-about-figure.has-photo { padding: 0; min-height: 280px; }
.ac-about-figure.has-photo img { width: 100%; height: 100%; min-height: 280px; max-height: none; object-fit: cover; }
.ac-mission { background: var(--ac-gray); border-left: 4px solid var(--ac-gold); border-radius: 12px; padding: 26px; font-size: 18px; color: #333; line-height: 1.6; }

/* Contato (página) */
.ac-contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; margin-bottom: 30px; }
.ac-contact-card { background: #fff; border: 1px solid #ececec; border-radius: 14px; padding: 24px; text-align: center; box-shadow: var(--ac-shadow); }
.ac-contact-card .ac-diff-ico { margin: 0 auto 14px; }
.ac-contact-card h3 { margin: 0 0 6px; font-size: 16px; color: #111; }
.ac-contact-card p, .ac-contact-card a { margin: 2px 0; color: #555; font-size: 15px; text-decoration: none; display: block; }
.ac-contact-card a:hover { color: var(--ac-gold); }
.ac-contact-cta { text-align: center; }

@media (max-width: 760px) {
  .ac-about-split, .ac-about-block { grid-template-columns: 1fr; }
  .ac-about-block:nth-child(even) .ac-about-text { order: 0; }
  .ac-about-figure { min-height: 140px; }
  .ac-sec { padding: 42px 0; }
}
