/* Páginas internas — extensão do design system (styles.css) */

/* hero interno */
.hero-int { position: relative; background: var(--ink, #0e3f00); padding: 150px 0 72px; overflow: hidden; }
.hero-int-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-int-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,40,4,.72), rgba(10,40,4,.86)); }
.hero-int-inner { position: relative; z-index: 2; max-width: 880px; }
.hero-int-title { color: #fff; margin: 14px 0 16px; }
.hero-int-lead { color: rgba(255,255,255,.88); font-size: 1.12rem; line-height: 1.65; max-width: 62ch; margin-bottom: 26px; }

/* prosa e listas de conteúdo */
.prose { max-width: 760px; }
.prose p { color: #3a4a36; line-height: 1.7; margin-bottom: 18px; font-size: 1.05rem; }
.prose strong { color: var(--ink, #0e3f00); }

.check-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px 28px; margin-top: 22px; padding: 0; list-style: none; }
.check-grid li { position: relative; padding: 10px 0 10px 34px; color: #2f3d2b; line-height: 1.5; border-bottom: 1px solid rgba(14,63,0,.08); }
.check-grid li::before { content: ""; position: absolute; left: 0; top: 12px; width: 20px; height: 20px; border-radius: 50%; background: #1eaf09; -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>') center/contain no-repeat; mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>') center/contain no-repeat; }

/* seção 2 colunas: texto + FOTO em formato orgânico da marca (pedido do André) */
.sec-duo { display: grid; grid-template-columns: 1.12fr .88fr; gap: 56px; align-items: center; }
.sec-duo .sec-head { margin-bottom: 30px; }
.sec-duo-foto { position: relative; }
.blob-wrap { position: relative; display: block; }
.blob-wrap::before { content: ''; position: absolute; inset: 0; z-index: 0;
  transform: rotate(-4deg) translate(16px, 16px);
  background: var(--cream-2, #e4efdb); border-radius: 62% 38% 54% 46% / 56% 48% 52% 44%; }
.blob-wrap::after { content: ''; position: absolute; width: 20px; height: 20px; right: 6%; top: -8px; z-index: 2;
  background: var(--green, #1bd505); border-radius: 64% 36% 56% 44% / 58% 46% 54% 42%; transform: rotate(-10deg); }
.blob-foto { position: relative; z-index: 1; width: 100%; height: auto; aspect-ratio: 5 / 4; object-fit: cover;
  border-radius: 62% 38% 54% 46% / 56% 48% 52% 44%; display: block; }
@media (max-width: 900px){
  .sec-duo { grid-template-columns: 1fr; gap: 36px; }
  .sec-duo-foto { max-width: 430px; margin: 0 auto; }
}

/* galeria de fotos — height:auto OBRIGATÓRIO (o atributo height do WP vence o
   aspect-ratio sem ele; era o que desalinhava as fileiras) */
.gal-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 16px; }
.gal-grid img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 14px; display: block;
  transition: transform .35s var(--ease, ease), box-shadow .35s; }
.gal-grid img:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 18px 38px -20px rgba(14,63,0,.35); }
@media (max-width: 560px){ .gal-grid { grid-template-columns: 1fr 1fr; gap: 10px; } .gal-grid img { border-radius: 10px; } }

/* "O que tem na recreação" (Dia das Crianças): cards compactos de serviço,
   foto pequena OU ícone da marca — enxuto, "não fotos grandes" (André 2026-07-23) */
.serv-mini-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 6px; }
.serv-mini { background: #fff; border: 1px solid var(--line, #e2e8dc); border-radius: 16px; overflow: hidden; transition: transform .3s, box-shadow .3s, border-color .3s; }
.serv-mini:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(14,63,0,.12); border-color: var(--gold-line, rgba(27,213,5,.34)); }
.serv-mini-media { aspect-ratio: 4 / 3; position: relative; overflow: hidden; }
.serv-mini-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.serv-mini.is-icon .serv-mini-media { background: linear-gradient(160deg, #eef6e6, #e2eed8); display: grid; place-items: center; }
.serv-mini-icon { display: grid; place-items: center; }
.serv-mini-icon svg { width: 46px; height: 46px; color: var(--green-2, #1eaf09); }
.serv-mini h3 { font-family: var(--display, inherit); font-weight: 600; font-size: 1rem; color: var(--forest, #0e3f00); text-align: center; margin: 0; padding: 14px 10px; }
@media (max-width: 860px){ .serv-mini-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 520px){ .serv-mini-grid { grid-template-columns: 1fr 1fr; gap: 12px; } }

/* vídeo "Veja na prática" — facade click-to-play (thumb local; embed só no clique) */
.video-facade { position: relative; aspect-ratio: 16 / 9; max-width: 900px; margin: 0 auto;
  border-radius: 18px; overflow: hidden; cursor: pointer; background: #000;
  box-shadow: 0 22px 50px -26px rgba(14,63,0,.45); }
.video-facade .video-thumb { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s var(--ease, ease); }
.video-facade::after { content: ''; position: absolute; inset: 0; background: rgba(5,31,0,.20); transition: background .3s; }
.video-facade:hover .video-thumb { transform: scale(1.04); }
.video-facade:hover::after { background: rgba(5,31,0,.06); }
.video-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2;
  width: 78px; height: 55px; padding: 0; border: 0; background: none; cursor: pointer; }
.video-play svg { width: 100%; height: 100%; filter: drop-shadow(0 4px 14px rgba(0,0,0,.45)); }
.video-play .yt-bg { fill: var(--green-2, #1eaf09); transition: fill .3s, transform .3s; }
.video-facade:hover .video-play .yt-bg { fill: var(--green, #1bd505); }
.video-iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-facade.playing::after, .video-facade.playing .video-play { display: none; }

/* grid de cards (hub de pacotes, veja também) */
.hub-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 22px; }
.hub-card { display: flex; flex-direction: column; background: #fff; border-radius: 18px; overflow: hidden; text-decoration: none; box-shadow: 0 6px 24px rgba(14,63,0,.08); transition: transform .2s, box-shadow .2s; }
.hub-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(14,63,0,.14); }
.hub-card img { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; }
.hub-card .hc-body { padding: 18px 20px 22px; }
.hub-card h3 { color: var(--ink, #0e3f00); font-size: 1.15rem; margin: 0 0 6px; }
.hub-card p { color: #3a4a36; font-size: .95rem; line-height: 1.55; margin: 0; }
.hub-card .link-arrow { margin-top: 10px; display: inline-block; }

/* cards RICOS de pacote (festa infantil): FOTO REAL + selo da arte sobreposto
   (linguagem do site original) + lista completa */
.pac-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 10px; }
.pac-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line, #e2e8dc); border-radius: 18px; overflow: hidden; transition: transform .3s, box-shadow .3s, border-color .3s; }
.pac-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(14,63,0,.14); border-color: var(--gold-line, rgba(27,213,5,.34)); }
/* topo: foto real do evento com o selo redondo da arte por cima */
.pac-top { position: relative; display: block; }
.pac-top .pac-foto { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.pac-selo { position: absolute; left: 50%; bottom: -44px; transform: translateX(-50%); width: 92px; height: 92px; border-radius: 50%; background: #fff; border: 4px solid #fff; box-shadow: 0 10px 26px rgba(14,63,0,.28); overflow: hidden; z-index: 2; }
.pac-selo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pac-body { padding: 24px 26px 22px; }
.pac-body-c { padding-top: 58px; }
.pac-body-c h3, .pac-body-c .pac-badge { text-align: center; }
.pac-body h3 { color: var(--forest, #0e3f00); font-size: 1.3rem; margin: 0 0 4px; }
.pac-badge { font-family: var(--sub, inherit); font-weight: 600; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--green-2, #1eaf09); margin-bottom: 12px; }
.pac-base { font-weight: 700; color: #2f3d2b; font-size: .95rem; margin: 0 0 4px; }
.pac-itens { list-style: none; margin: 0 0 14px; padding: 0; }
.pac-itens li { position: relative; padding: 4px 0 4px 26px; color: #2f3d2b; font-size: .95rem; line-height: 1.45; }
.pac-itens li::before { content: ""; position: absolute; left: 0; top: 7px; width: 16px; height: 16px; border-radius: 50%; background: #1eaf09; -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>') center/contain no-repeat; mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>') center/contain no-repeat; }
/* variante DESTAQUE (Arena): card na linha inteira, foto lateral preenchendo */
.pac-card-wide { grid-column: 1 / -1; }
@media (min-width: 1081px){ .pac-card-wide { display: grid; grid-template-columns: 340px 1fr; } }
.pac-media-foto { display: block; padding: 0; position: relative; min-height: 200px; }
.pac-media-foto img { position: absolute; inset: 0; max-width: none; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 1080px){ .pac-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px){ .pac-selo { width: 84px; height: 84px; bottom: -40px; } .pac-body-c { padding-top: 52px; } .pac-media-foto { min-height: 210px; } }

/* blocos numerados (por que contratar) e blocos de serviço (quem somos) */
.num-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 22px; }
.num-item { background: #fff; border-radius: 18px; padding: 26px 26px 24px; box-shadow: 0 6px 24px rgba(14,63,0,.06); }
.num-item .nn { font-family: var(--font-display, inherit); font-weight: 800; color: #1eaf09; font-size: 1rem; letter-spacing: .08em; }
.num-item h3 { color: var(--ink, #0e3f00); font-size: 1.15rem; margin: 8px 0 8px; }
.num-item p { color: #3a4a36; line-height: 1.6; margin: 0; font-size: .98rem; }
.num-item .tags { color: #5a6b55; font-size: .85rem; letter-spacing: .02em; display: block; margin-bottom: 6px; }

/* stats mini (festa infantil) */
.mini-stats { display: flex; flex-wrap: wrap; gap: 34px; margin-top: 26px; }
.mini-stats .ms strong { display: block; font-size: 1.9rem; color: var(--ink, #0e3f00); font-weight: 800; }
.mini-stats .ms span { color: #5a6b55; font-size: .92rem; }

/* LEÃO em marca d'água (regra: UM por página em bloco claro — depoimentos quando
   existem; senão o FAQ). Sutil, atrás do conteúdo, canto inferior direito. */
.sec-leao, .sec-quotes { position: relative; overflow: hidden; }
.sec-leao .container, .sec-quotes .container { position: relative; z-index: 1; }
.sec-leao.ink-lion::after, .sec-quotes.ink-lion::after { width: 460px; height: 466px; right: -110px; bottom: -96px; background: rgba(14,63,0,.06); }

/* depoimentos — acabamento da marca (2026-07-23): aspas verdes decorativas,
   tipografia display no texto (linguagem dos depoimentos da home), avatar leão-verde */
.quote-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px; }
.quote-card { position: relative; display: flex; flex-direction: column; gap: 18px;
  background: #fff; border: 1px solid var(--line, #e2e8dc); border-radius: 18px;
  padding: 56px 28px 24px; box-shadow: 0 6px 24px rgba(14,63,0,.06);
  transition: transform .3s, box-shadow .3s, border-color .3s; }
.quote-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(14,63,0,.13); border-color: var(--gold-line, rgba(27,213,5,.34)); }
.quote-card::before { content: '\201C'; position: absolute; top: 10px; left: 22px;
  font-family: var(--display, inherit); font-size: 4rem; line-height: 1; color: var(--green, #1bd505); opacity: .8; }
.quote-card blockquote { margin: 0; flex: 1; font-family: var(--display, inherit); font-weight: 500;
  font-size: 1.16rem; line-height: 1.5; letter-spacing: -.005em; color: var(--forest, #0e3f00); }
.quote-card figcaption { display: flex; align-items: center; gap: 12px; margin-top: auto;
  padding-top: 16px; border-top: 1px solid var(--line-soft, rgba(14,63,0,.07)); }
.quote-card .av { width: 44px; height: 44px; border-radius: 50%; background: var(--forest, #0e3f00);
  color: var(--green, #1bd505); display: flex; align-items: center; justify-content: center;
  font-family: var(--display, inherit); font-weight: 600; flex: none; }
.quote-card figcaption strong { display: block; color: var(--ink, #14210e); font-size: .95rem; }

/* FAQ */
.faq-list { max-width: 860px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(14,63,0,.12); padding: 6px 0; }
.faq-item summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px 4px; font-weight: 700; color: var(--ink, #0e3f00); font-size: 1.06rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.4rem; line-height: 1; color: #1eaf09; flex: none; transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding: 0 4px 18px; margin: 0; color: #3a4a36; line-height: 1.65; max-width: 62ch; }

/* seção de canais (orçamento) */
.canais { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 8px; }
.canais a { display: inline-flex; align-items: center; gap: 8px; background: #fff; border-radius: 999px; padding: 10px 20px; color: var(--ink, #0e3f00); font-weight: 700; text-decoration: none; box-shadow: 0 4px 16px rgba(14,63,0,.08); }
.canais a:hover { background: #eef7ea; }

/* form do Elementor dentro do shell */
.orc-form-wrap { max-width: 900px; margin: 0 auto; background: #fff; border-radius: 22px; padding: 34px; box-shadow: 0 10px 36px rgba(14,63,0,.09); }

@media (max-width: 720px) {
  .hero-int { padding: 120px 0 52px; }
}

/* ============ blog ============ */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 26px; }
.blog-card { overflow: hidden; }
.blog-card-link { display: block; text-decoration: none; color: inherit; height: 100%; }
.blog-card-img img { width: 100%; height: 200px; object-fit: cover; display: block; }
.blog-card-body { padding: 20px 22px 24px; }
.blog-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; font-size: .85rem; color: #6b7f64; }
.blog-cat { background: #e7f6e3; color: var(--forest, #0e3f00); font-weight: 700; padding: 3px 10px; border-radius: 999px; font-size: .78rem; }
.blog-card-body h2 { margin: 0 0 8px; }
.blog-card-body p { color: #3a4a36; line-height: 1.55; margin: 0 0 12px; }
.blog-pagination { margin-top: 34px; display: flex; gap: 8px; justify-content: center; }
.blog-pagination .page-numbers { padding: 8px 14px; border-radius: 10px; background: #fff; border: 1px solid var(--line, #e2e8dc); text-decoration: none; color: var(--forest, #0e3f00); font-weight: 700; }
.blog-pagination .page-numbers.current { background: var(--green, #1eaf09); color: #fff; border-color: var(--green, #1eaf09); }
.blog-vazio { font-size: 1.05rem; color: #3a4a36; }
.post-wrap { max-width: 860px; }
.post-capa img { width: 100%; border-radius: 18px; display: block; }
.post-data { color: #d9e8d4; font-size: .95rem; }
.post-body { margin-top: 28px; font-size: 1.08rem; line-height: 1.75; color: #2c3a28; max-width: 72ch; }
.post-body h2 { color: var(--forest, #0e3f00); font-size: 1.6rem; margin: 34px 0 12px; }
.post-body h3 { color: var(--forest, #0e3f00); font-size: 1.25rem; margin: 26px 0 10px; }
.post-body p { margin: 0 0 16px; }
.post-body ul, .post-body ol { margin: 0 0 16px; padding-left: 24px; }
.post-body li { margin-bottom: 6px; }
.post-body a { color: var(--green, #1eaf09); font-weight: 600; }
.post-body img { max-width: 100%; height: auto; border-radius: 12px; }
.post-body blockquote { border-left: 4px solid var(--green, #1eaf09); margin: 20px 0; padding: 6px 18px; color: #3a4a36; background: #f4f8f1; border-radius: 0 10px 10px 0; }
.post-voltar { margin-top: 30px; }
.blog-veja { list-style: none; margin: 0; padding: 0; }
.blog-veja li { border-bottom: 1px solid var(--line, #e2e8dc); }
.blog-veja a { display: block; padding: 14px 4px; text-decoration: none; color: var(--forest, #0e3f00); font-weight: 700; font-size: 1.1rem; }
.blog-veja a:hover { color: var(--green, #1eaf09); }

/* ============ form de orçamento próprio ============ */
.orc-form { display: grid; gap: 18px; max-width: 720px; background: #fff; border: 1px solid var(--line, #e2e8dc); border-radius: 18px; padding: 28px; }
.orc-hp { position: absolute !important; left: -9999px !important; height: 0; width: 0; opacity: 0; }
.orc-campo { display: grid; gap: 7px; margin: 0; border: 0; padding: 0; }
.orc-campo > span, .orc-radios legend { font-weight: 700; color: var(--forest, #0e3f00); font-size: .98rem; }
.orc-req { color: var(--green, #1eaf09); }
.orc-campo input[type=text], .orc-campo input[type=email], .orc-campo input[type=tel],
.orc-campo input[type=date], .orc-campo textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line, #e2e8dc); border-radius: 12px;
  font: inherit; color: #22301e; background: #fbfdf9; transition: border-color .15s;
}
.orc-campo input:focus, .orc-campo textarea:focus { outline: none; border-color: var(--green, #1eaf09); }
.orc-radios { display: grid; gap: 8px; }
.orc-radios legend { margin-bottom: 6px; }
.orc-opt { display: flex; align-items: center; gap: 9px; font-size: .98rem; color: #2c3a28; cursor: pointer; }
.orc-opt input { accent-color: var(--green, #1eaf09); width: 17px; height: 17px; }
.orc-divisor { margin-top: 8px; padding-top: 18px; border-top: 1px solid var(--line, #e2e8dc);
  font-weight: 800; letter-spacing: .1em; text-transform: uppercase; font-size: .82rem; color: #6b7f64; }
.orc-enviar { justify-self: start; }
.orc-sucesso { background: #eefbe9; border: 1px solid #bfe8b2; border-radius: 18px; padding: 28px; }
.orc-sucesso h3 { color: var(--forest, #0e3f00); margin: 0 0 8px; font-size: 1.3rem; }
.orc-sucesso p { color: #2c3a28; margin: 0 0 16px; }
.orc-erro { background: #fdf0ee; border: 1px solid #f3c4bc; border-radius: 12px; padding: 14px 18px; margin-bottom: 18px; color: #7a2e20; }
