/*
Theme Name: Safe Rope Access
Theme URI: https://seusite.com.br
Author: INGAGE Digital
Author URI: https://ingagedigital.com.br
Description: Personalized theme for Safe Rope Access.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tema-personalizado
Tags: custom, responsive, modern
*/

/* ==========================================================================
   Estilos Base do Tema
   ========================================================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Epilogue', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: #1e3246;
  background-color: #f9f9f9;
}

/* Container principal - sistema de 12 colunas */
.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* Padding lateral responsivo para evitar elementos colados nas bordas */
@media (min-width: 1024px) and (max-width: 1336px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

/* ==========================================================================
   Layout Principal
   ========================================================================== */

.site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-content {
  flex: 1;
  padding: 40px 0;
}

/* ==========================================================================
   Responsividade
   ========================================================================== */

@media (max-width: 720px) {
  .container {
    padding: 0 24px;
  }
}

@media (min-width: 721px) and (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}
