/*
Theme Name: Authera
Theme URI: https://authera.com.co
Author: Vktoria Group SAS
Author URI: https://vktoria.co
Description: Tema propio de Authera — Menopausia Consciente. Base ligera y rápida, 100% compatible con Elementor y Elementor Pro (Theme Builder para header/footer). Trae la identidad de marca preconfigurada: colores #EC3140 / #F9D7DD, tipografía Roboto, botones y anchos de contenido. Diseñado por Vktoria Group SAS.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: authera
Tags: elementor, ecommerce, custom-menu, featured-images, translation-ready
*/

/* ===========================================================
   AUTHERA — Tokens de marca (variables globales)
   =========================================================== */
:root{
  --authera-red:#EC3140;
  --authera-red-dark:#C81E2C;
  --authera-red-soft:#FBEEF0;
  --authera-pink:#F9D7DD;
  --authera-pink-bg:#FDF3F5;
  --authera-white:#FFFFFF;
  --authera-ink:#17171A;
  --authera-ink-2:#4A4A50;
  --authera-ink-3:#8A8A92;
  --authera-line:#ECECEE;
  --authera-radius:14px;
  --authera-radius-pill:999px;
}

/* ===========================================================
   Base tipográfica y de color (heredada en todo el sitio)
   =========================================================== */
html{ -webkit-text-size-adjust:100%; }
body{
  font-family:'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--authera-ink);
  background:var(--authera-white);
  line-height:1.6;
  margin:0;
  -webkit-font-smoothing:antialiased;
}
a{ color:var(--authera-red); text-decoration:none; }
a:hover{ color:var(--authera-red-dark); }

h1,h2,h3,h4,h5,h6{
  font-family:'Roboto', sans-serif;
  color:var(--authera-ink);
  line-height:1.15;
  margin:0 0 .5em;
}
h1{ font-weight:900; letter-spacing:-.015em; }
h2{ font-weight:700; }
h3,h4{ font-weight:700; }

/* Ancho de contenido por defecto (para contenido no-Elementor) */
.site-content{ min-height:40vh; }
.authera-container{ max-width:1200px; margin:0 auto; padding:0 28px; }

/* ===========================================================
   Botones base (para elementos fuera de Elementor)
   Dentro de Elementor manda el Kit global.
   =========================================================== */
.wp-block-button__link,
button:not(.elementor-button):not(.wp-element-button),
input[type="submit"],
.authera-btn{
  background:var(--authera-red);
  color:#fff;
  border:1.5px solid transparent;
  border-radius:var(--authera-radius-pill);
  padding:11px 24px;
  font-family:'Roboto',sans-serif;
  font-weight:500;
  cursor:pointer;
  transition:.18s;
}
.wp-block-button__link:hover,
input[type="submit"]:hover,
.authera-btn:hover{ background:var(--authera-red-dark); color:#fff; }

/* Selección y acentos */
::selection{ background:var(--authera-pink); color:var(--authera-ink); }

/* Fallback header/footer (solo si Elementor Pro aún no tiene template) */
.authera-fallback{ max-width:1200px; margin:0 auto; padding:18px 28px; display:flex; align-items:center; justify-content:space-between; }
.authera-fallback .brand{ font-weight:300; letter-spacing:.22em; font-size:20px; color:var(--authera-ink); }
.authera-fallback nav a{ margin-left:18px; color:var(--authera-ink-2); font-size:14px; }
.authera-fallback-foot{ background:var(--authera-ink); color:rgba(255,255,255,.7); text-align:center; padding:28px; font-size:13px; }
