/** Guia de Guarapari — refinamento visual 16.2 */
:root{--gg-mobile-gutter:16px;--gg-page-h1:clamp(2rem,4.4vw,3rem)}

/* Ritmo lateral único nas páginas editoriais. */
@media (max-width:767px){
  .guia-wrapper .guia-container,
  .guia-eventos-page .guia-container,
  .guia-comercial__container,
  .gc-categoria__container,
  .blog-template .blog-container,
  .gg-discovery .gg-shell{
    width:100%!important;max-width:none!important;padding-left:var(--gg-mobile-gutter)!important;padding-right:var(--gg-mobile-gutter)!important;margin-left:auto!important;margin-right:auto!important;
  }
}

/* Escala de H1 forte, mas sem dominar a tela. */
.guia-page-title,.gc-header__title,.gc-categoria__title,.blog-hero-title,.gg-title{
  font-size:var(--gg-page-h1)!important;line-height:1.08!important;letter-spacing:-.035em!important;font-weight:750!important;text-wrap:balance;
}
@media(max-width:480px){:root{--gg-page-h1:clamp(1.9rem,9vw,2.35rem)}}

/* Remove qualquer faixa decorativa residual abaixo dos heróis fotográficos. */
.sp-hero,.gevento-hero{border-bottom:0!important;box-shadow:none!important}
.sp-hero+*,.gevento-hero+*{border-top:0!important}
.sp-hero::before,.gevento-hero::before{border-bottom:0!important}

/* Telefone do Integrante: informação clara, sem simular benefício clicável. */
.contato-textual{
  display:inline-flex!important;align-items:center!important;gap:9px!important;width:auto!important;max-width:100%!important;
  min-height:42px!important;padding:8px 14px!important;background:#fff!important;border:1px solid #dbe4ef!important;
  border-radius:999px!important;color:#0b1f33!important;box-shadow:0 4px 14px rgba(15,31,51,.05)!important;
}
.contato-textual__icon{display:inline-grid!important;place-items:center!important;width:auto!important;height:auto!important;flex:0 0 auto!important;border-radius:0!important;background:transparent!important;color:#1268d8!important}
.contato-textual__icon svg{width:17px!important;height:17px!important}
.contato-textual__numero{margin:0!important;font-size:.96rem!important;line-height:1.2!important;font-weight:700!important;color:#0b1f33!important}

/* Gate de contato da vaga para visitantes. */
.gsv__contact-locked{padding:18px!important;border:1px solid #e2e8f0!important;border-radius:16px!important;background:#f8fafc!important}
.gsv__contact-locked p{margin:0 0 12px;color:#475569;font-size:.94rem;line-height:1.55}
.gsv__contact-locked a{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:0 16px;border-radius:999px;background:#0f172a;color:#fff!important;font-weight:700;text-decoration:none}
