/*
Theme Name: MS360 WP Landing
Theme URI: https://escola360.co.mz/
Author: MSolutions360
Author URI: https://escola360.co.mz/
Description: Tema WordPress da Plataforma Escola360. Landing page moderna + Blog integrado, com design Tailwind e foco em escolas moçambicanas.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: ms360-wp-landing
*/

/*
--------------------------------------------------
NOTAS IMPORTANTES
--------------------------------------------------
- Este tema usa Tailwind CSS via CDN (configurado em functions.php)
- O CSS aqui é apenas para overrides globais, se necessário
- Todo o layout principal está nos templates PHP
--------------------------------------------------
*/

html,
body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Evita scroll lateral acidental */
body {
  overflow-x: hidden;
}

/* Pequenos ajustes globais */
img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}


/* =========================================================
   Gutenberg content (make frontend match editor)
   ========================================================= */

.entry-content {
  font-size: 18px;
  line-height: 1.9;
  color: rgba(15, 23, 42, 0.9); /* parecido com o teu coal */
}

.entry-content p {
  margin: 0 0 1.25rem;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-weight: 800;
  line-height: 1.15;
  margin: 2rem 0 1rem;
  color: rgba(2, 6, 23, 0.95);
}

/* tamanhos de headings parecidos com editor */
.entry-content h1 { font-size: 2.25rem; }
.entry-content h2 { font-size: 1.75rem; }
.entry-content h3 { font-size: 1.35rem; }
.entry-content h4 { font-size: 1.15rem; }

/* blocos comuns */
.entry-content ul,
.entry-content ol {
  margin: 0 0 1.25rem 1.25rem;
}

.entry-content li {
  margin: 0.35rem 0;
}

.entry-content a {
  color: #2563eb;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.entry-content figure {
  margin: 1.5rem 0;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

/* Gutenberg alignments */
.entry-content .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.entry-content .alignwide {
  width: min(1100px, 100%);
}

.entry-content .alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
