/*
Theme Name: Sabrina Serer
Theme URI: https://sabrinaserer.ar
Author: AzAgile / Cesar Pagliacci
Author URI: https://azagile.com.ar
Description: Theme personalizado para sabrinaserer.ar — gobernanza estratégica y administración pública
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sabrina-serer
Tags: one-page, custom-colors, lato, bootstrap
*/

/* ============================================================
   VARIABLES Y BASE
   ============================================================ */
:root {
  --color-primary:    #7E6BA0;
  --color-primary-dk: #5a4a72;
  --color-primary-lt: #E3BFD6;
  --color-accent:     #e5cfe9;
  --color-btn:        rgb(37, 3, 254);
  --color-dark:       #212529;
  --color-text:       #212529;
  --font-main:        "Lato", sans-serif;
}

*, *:before, *:after { box-sizing: border-box; }

body {
  overflow-x: hidden;
  font-family: var(--font-main);
  color: var(--color-text);
}

p { line-height: 1.75; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: var(--font-main);
}

::selection       { background: var(--color-primary); text-shadow: none; }
::-moz-selection  { background: var(--color-primary); text-shadow: none; }
img::selection    { background: transparent; }

/* ============================================================
   NAVBAR
   ============================================================ */
#mainNav {
  background-color: var(--color-dark);
  font-family: var(--font-main);
}
#mainNav .navbar-brand {
  color: var(--color-primary-lt);
  font-family: var(--font-main);
  font-size: 1.1rem;
  font-weight: 600;
}
#mainNav .navbar-brand:hover,
#mainNav .navbar-brand:focus {
  color: var(--color-primary-lt);
}
#mainNav .navbar-toggler {
  font-size: 10px;
  padding: 10px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: var(--color-btn);
  font-family: var(--font-main);
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: var(--font-main);
}
#mainNav .navbar-nav .nav-item .nav-link:hover,
#mainNav .navbar-nav .nav-item .nav-link.active {
  color: var(--color-primary);
  background: none;
}
@media (min-width: 992px) {
  #mainNav {
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: #262727;
  }
  #mainNav .navbar-brand { font-size: 1.75em; transition: all 0.3s; }
  #mainNav .navbar-nav .nav-item .nav-link { padding: 1.1em 1em !important; }
  #mainNav.navbar-shrink { padding-top: 0; padding-bottom: 0; background-color: var(--color-dark); }
  #mainNav.navbar-shrink .navbar-brand { font-size: 1.25em; padding: 12px 0; }
}

/* ============================================================
   HERO / HOME
   ============================================================ */
.home {
  background: var(--color-primary);
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(2, 1fr);
  padding: 2rem;
}
.home p {
  font-size: small;
  text-align: justify;
  color: white;
  font-weight: 330;
}
.home .titulo {
  font-size: large;
  color: white;
  font-weight: 600;
}
.home .frase_1 {
  color: var(--color-primary-lt);
  font-style: italic;
  font-size: medium;
  font-weight: 500;
}
.home img {
  width: 60%;
  min-width: 300px;
  margin: 62px auto;
}
.home div { margin-top: 58px; }

@media (max-width: 800px) {
  .home { grid-template-columns: 1fr; padding: 6rem; }
  .home img { width: 100%; max-width: 200px; }
}
@media (max-width: 500px) {
  .home { padding: 1rem; }
  .home img { width: 80%; min-width: 110px; }
  .home div { margin-top: 0; }
  .home p { font-size: smaller; font-weight: 200; text-align: left; }
}

/* ============================================================
   SECCIONES GENERALES
   ============================================================ */
@media (min-width: 768px) { section { padding: 50px 0; } }

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  section h2.section-heading { font-size: 20px; }
}
.subtitulo {
  font-size: small;
  font-weight: 300;
}
.section-subheading {
  line-height: 41px;
  font-weight: bold;
  text-align: justify;
}
.section-subheading p {
  font-size: small;
  text-align: justify;
  color: black;
  font-weight: 400;
}
@media (max-width: 991px) {
  .section-subheading { line-height: 25px; }
  .picself { margin-top: 35px; float: none; }
}
@media (max-width: 430px) {
  .section-subheading { line-height: 21px; font-weight: normal; }
}

/* ============================================================
   SOBRE MI
   ============================================================ */
#about { margin-top: 40px; }
.picself {
  width: 400px;
  height: 300px;
  margin-top: 25px;
  float: right;
}
@media (max-width: 768px) {
  .picself { width: 300px; margin-top: 25px; float: none; }
  .section-subheading { padding-top: 25px; }
}

/* ============================================================
   BOTONES
   ============================================================ */
.btn {
  font-family: var(--font-main);
  font-weight: 700;
}
.btn-xl { font-size: 18px; padding: 20px 40px; }
.btn-primary {
  background-color: var(--color-btn);
  border-color: var(--color-btn);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: var(--color-btn) !important;
  border-color: var(--color-btn) !important;
  color: white;
}
.botonera_libro { display: inline-block; padding: 50px 0; }
.botonera_libro .btn {
  font-size: small;
  font-weight: 600;
  color: var(--color-primary);
  border: 3px var(--color-primary-lt) solid;
  margin: 3px;
}
.botonera_form {
  background-color: white;
  font-size: small;
  font-weight: 600;
  color: var(--color-primary);
  border: 3px var(--color-primary-lt) solid;
  padding: 8px;
  margin: 3px;
  cursor: pointer;
}

/* ============================================================
   CARDS (redes sociales en hero)
   ============================================================ */
.cards a { color: var(--color-primary-lt); }
.card {
  width: 350px;
  padding: 30px;
  margin: auto;
  transition: .3s ease;
  box-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.card:hover {
  box-shadow: 0 5px 20px rgba(0,0,0,.8);
  transform: translateY(-10px) scale(1.02);
}
.entry-title {
  background: linear-gradient(to right, rgba(255,255,255,0) 50%, rgba(22,160,133,1.0) 50%);
  font-size: large;
  background-size: 200%;
  background-position: 0 0;
  display: inline;
  transition: .5s ease-in-out;
  font-family: var(--font-main);
  text-transform: uppercase;
}
@media (max-width: 1250px) {
  .card { position: absolute; width: 350px; height: 230px; padding: 10px; }
}
@media (max-width: 500px) {
  .card { position: absolute; width: 280px; height: 250px; padding: 10px; left: 0; right: 20px; }
}

/* ============================================================
   PUBLICACIONES / NOVEDADES (posts en WP)
   ============================================================ */
#publicacion { margin-top: 40px; }
#publicacion .section-subheading { margin-top: 45px; }
@media (max-width: 768px) {
  #publicacion { margin-top: 5px; }
  #publicacion .section-subheading { margin-top: 25px; }
}

/* Archivo de posts */
.sabrina-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
  padding: 30px 0;
}
.sabrina-post-card {
  border: 2px solid var(--color-accent);
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow .3s, transform .3s;
}
.sabrina-post-card:hover {
  box-shadow: 0 5px 20px rgba(126,107,160,.3);
  transform: translateY(-4px);
}
.sabrina-post-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.sabrina-post-card .card-body {
  padding: 20px;
}
.sabrina-post-card .card-body h3 {
  font-size: 1rem;
  color: var(--color-primary-dk);
  margin-bottom: 10px;
}
.sabrina-post-card .card-body .read-more {
  color: var(--color-primary);
  font-weight: 700;
  font-size: small;
  text-decoration: none;
}
.sabrina-post-card .card-body .read-more:hover { text-decoration: underline; }

/* Post individual */
.sabrina-single-post { max-width: 860px; margin: 0 auto; padding: 40px 20px; }
.sabrina-single-post .post-thumbnail img { width: 100%; height: auto; border-radius: 8px; margin-bottom: 30px; }
.sabrina-single-post h1.post-title { color: var(--color-primary-dk); margin-bottom: 20px; }
.sabrina-single-post .post-content p { text-align: justify; }
.sabrina-single-post .post-content img { max-width: 100%; height: auto; }

/* Tablas dentro de posts */
.tablas-publicaciones { width: 65%; height: auto; }
@media (max-width: 490px) { .tablas-publicaciones { width: 98%; } }

/* Leer más / menos (heredado) */
.contenido-oculto { display: none; }
.toggleText, .leermenos {
  color: var(--color-primary);
  cursor: pointer;
  font-weight: bold;
}

/* ============================================================
   EVENTO / NOVEDADES (sección homepage)
   ============================================================ */
#evento { padding-bottom: 80px; }
#evento p { text-align: justify; }
#evento .flyer:hover { cursor: pointer; }
.noticia { width: 40%; height: auto; }
@media (max-width: 980px) { .noticia { width: 70%; } }

iframe { margin-top: 25px; width: 504px; height: 283px; }
@media (max-width: 1080px) { #evento iframe { width: 392px; height: 220px; } }
@media (max-width: 860px) {
  #evento iframe { margin-top: 45px; width: 420px; height: 260px; }
}

/* ============================================================
   BANNER LIBRO
   ============================================================ */
.banner-libro {
  width: 100%;
  background: linear-gradient(135deg, #7E57C2, #F48FB1);
  color: #fff;
  height: 30vh;
  min-height: 220px;
  max-height: 420px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  overflow: hidden;
}
.banner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 300px;
  height: 100%;
}
.banner-texto { margin-left: 5vw; }
.banner-texto h2 { font-size: 1.3rem; margin-bottom: 2px; }
.banner-texto p { font-size: 0.8rem; }
.banner-imagen img { object-fit: contain; max-height: 60vh; max-width: 70%; width: auto; }
.banner-boton {
  display: inline-block;
  background: #fac6c6;
  margin-bottom: 8px;
  color: #7E57C2;
  font-size: small;
  font-weight: bold;
  padding: 4px 12px;
  border: white solid 2px;
  border-radius: 3px;
  text-decoration: none;
  transition: 0.3s;
}
.banner-boton:hover { background: #F48FB1; color: #fff; }
@media (max-width: 768px) {
  .banner-libro { height: 35vh; min-height: 180px; max-height: 300px; padding: 10px 15px; }
  .banner-container { flex-direction: column-reverse; text-align: center; gap: 10px; }
  .banner-texto { margin-left: 0; }
  .banner-imagen img { max-height: 20vh; max-width: 35%; }
}

/* ============================================================
   CONTACTO
   ============================================================ */
section#contact .section-heading { color: var(--color-btn); }
section#contact .form-group { margin-bottom: 25px; }
section#contact .form-group input,
section#contact .form-group textarea { padding: 20px; }
section#contact .form-group input.form-control { height: auto; }
section#contact .form-group textarea.form-control { height: 247px; }
section#contact .form-control:focus { border-color: var(--color-btn); box-shadow: none; }
section#contact ::-webkit-input-placeholder { font-weight: 700; color: rgb(181,170,251); font-family: var(--font-main); }
section#contact :-moz-placeholder,
section#contact ::-moz-placeholder,
section#contact :-ms-input-placeholder { font-weight: 700; color: rgb(181,170,251); font-family: var(--font-main); }

/* ============================================================
   POPOVER LIBRO
   ============================================================ */
.notification {
  color: rgba(0,0,0,0.7);
  position: fixed;
  display: flex;
  font-size: 0.8rem;
  letter-spacing: 1.4px;
  line-height: 1.4;
  gap: 1.45rem;
  top: 340px;
  right: -30px;
  margin: 2rem;
  width: 20rem;
  background-color: white;
  box-shadow: 0 0 0.5rem rgba(0,0,0,.25);
  border-radius: 0.5rem;
  max-width: calc(100% - 6rem);
  z-index: 2;
  padding: 1.05rem 0.75rem 1.25rem;
  overflow: clip;
  animation: slideInOut 6s cubic-bezier(0.33,0,0.66,1.33);
  transform: translateX(calc(100% + 2rem));
}
.notification p {
  text-align: left;
  padding-top: 25px;
  padding-right: 25px;
}
.notification h3 {
  color: var(--color-primary);
  padding-top: 5px;
  font-size: medium;
}
.popover_libro { width: 30%; height: auto; }
.notification__icon {
  border-radius: 50%;
  display: block;
  aspect-ratio: 1;
  background-color: var(--color-primary-lt);
  width: 3.2rem;
  margin-bottom: auto;
  flex-shrink: 0;
}
.notification__action { margin-left: auto; }
.button { appearance: none; background: none; border: none; font: inherit; margin: 0; color: currentColor; padding: 0; cursor: pointer; }
@keyframes slideInOut { 15%, 66% { transform: translateX(0); } }
@media (max-width: 768px) {
  .notification { padding: 0.85rem 0.25rem 0.25rem; top: 560px; }
  .notification p { font-size: smaller; }
  .notification h3 { font-size: small; }
}

/* ============================================================
   FOOTER
   ============================================================ */
footer { padding: 25px 0; text-align: center; }
footer span { color: var(--color-primary); }
footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: var(--font-main);
}
footer a { text-decoration: none; color: var(--color-dark); }
footer a:hover { background: none; }
ul.social-buttons { margin-bottom: 0; }
ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: var(--color-dark);
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active { background-color: var(--color-btn); }
@media (max-width: 1300px) {
  footer span.copyright { font-size: 75%; line-height: 30px; }
}

/* ============================================================
   AVISO LEGAL / PRIVACIDAD
   ============================================================ */
.avisolegal { background-color: var(--color-primary-lt); }
article {
  max-width: 100%;
  margin: 0 auto;
  font-family: var(--font-main);
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 1.5rem;
  color: var(--color-btn);
}
@media (min-width: 900px) { article { max-width: 65%; } }
article h2 { font-size: 2rem; margin: 1.5rem 0 0 1.5rem; }
article p { max-width: 95%; margin: 0 auto; padding: 0.5rem 1.75rem; font-weight: 300; }
blockquote {
  background: var(--color-primary);
  color: #fff;
  border-radius: 12px;
  padding: 25px 0;
  margin: 40px 0 50px;
  position: relative;
}
@media (max-width: 900px) { article { font-size: 0.8rem; } }

/* ============================================================
   GALERÍA (grid de fotos eventos)
   ============================================================ */
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.item { color: #fff; text-align: center; padding: 5px; }
.item img { width: 100%; }
@media (max-width: 1024px) { .grid-container { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px)  { .grid-container { grid-template-columns: 1fr; } }

/* ============================================================
   WP ADMIN BAR OFFSET
   ============================================================ */
.admin-bar #mainNav { top: 32px; }
@media (max-width: 782px) { .admin-bar #mainNav { top: 46px; } }

/* ============================================================
   HOME PAGE — ACADEMIA DE GESTIÓN PÚBLICA
   ============================================================ */
:root {
  --violet:    #766398;
  --violet-dk: #5a4a72;
  --violet-lt: #f0e0f3;
  --lila:      #e5cfe9;
  --gold:      #c9a96e;
  --dark:      #1a1a2e;
  --white:     #ffffff;
}
.hero {
  background: linear-gradient(135deg, #5a4a72 0%, #766398 60%, #9b7fbf 100%);
  min-height: 90vh;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 40px;
  align-items: center;
  padding: 80px 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding: 80px 20px; }
  .hero-foto { display: none; }
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 30%, rgba(201,169,110,.15) 0%, transparent 55%),
              radial-gradient(ellipse at 10% 80%, rgba(229,207,233,.1) 0%, transparent 50%);
}
.hero-inner { position: relative; z-index: 1; }
.hero-foto { position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: center; }
.hero-foto img { width: 100%; max-width: 380px; border-radius: 16px; box-shadow: 0 20px 60px rgba(0,0,0,.3); object-fit: cover; max-height: 520px; }
.hero-tag { display: inline-block; background: #c9a96e; color: #1a1a2e; font-size: 11px; font-weight: 900; letter-spacing: 3px; text-transform: uppercase; padding: 6px 16px; border-radius: 2px; margin-bottom: 28px; }
.hero h1 { color: #ffffff; font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 900; line-height: 1.1; margin-bottom: 24px; max-width: 750px; }
.hero h1 em { color: #c9a96e; font-style: normal; }
.hero p.sub { color: #e5cfe9; font-size: 1.15rem; line-height: 1.7; max-width: 620px; margin-bottom: 40px; }
.btn-hero { display: inline-block; background: #c9a96e; color: #1a1a2e; font-weight: 900; font-size: 1rem; padding: 16px 36px; border-radius: 4px; text-decoration: none; margin-right: 16px; margin-bottom: 12px; transition: opacity .2s; }
.btn-hero:hover { opacity: .88; color: #1a1a2e; text-decoration: none; }
.btn-hero-outline { display: inline-block; border: 2px solid #e5cfe9; color: #e5cfe9; font-weight: 700; font-size: 1rem; padding: 14px 32px; border-radius: 4px; text-decoration: none; margin-bottom: 12px; transition: all .2s; }
.btn-hero-outline:hover { background: rgba(255,255,255,.1); color: #ffffff; text-decoration: none; }
.stats-row { display: flex; gap: 48px; margin-top: 56px; flex-wrap: wrap; }
.stat-item .num { font-size: 2.2rem; font-weight: 900; color: #c9a96e; line-height: 1; }
.stat-item .lbl { font-size: .8rem; color: #e5cfe9; letter-spacing: 1.5px; text-transform: uppercase; margin-top: 4px; }
.logos-row { background: #f0e0f3; padding: 32px 20px; text-align: center; }
.logos-row p { font-size: .75rem; letter-spacing: 2px; text-transform: uppercase; color: #766398; margin-bottom: 16px; }
.logos-list { display: flex; gap: 32px; justify-content: center; flex-wrap: wrap; align-items: center; }
.logos-list span { font-size: .85rem; font-weight: 700; color: #5a4a72; opacity: .7; }
.seccion { padding: 80px 20px; }
.seccion-inner { max-width: 1100px; margin: 0 auto; }
.seccion-label { font-size: 11px; font-weight: 900; letter-spacing: 3px; text-transform: uppercase; color: #766398; margin-bottom: 12px; }
.seccion h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 900; color: #1a1a2e; margin-bottom: 12px; max-width: 680px; line-height: 1.2; }
.seccion .sub2 { color: #5a5a7a; font-size: 1rem; line-height: 1.7; max-width: 600px; margin-bottom: 48px; }
.beneficios-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; align-items: stretch; }
.beneficio-card { background: #f0e0f3; border-radius: 12px; padding: 28px 24px; border-top: 3px solid #766398; display: flex; flex-direction: column; }
.beneficio-card .ico { font-size: 1.8rem; margin-bottom: 12px; }
.beneficio-card h3 { font-size: 1rem; font-weight: 900; color: #5a4a72; margin-bottom: 8px; }
.beneficio-card p { font-size: .9rem; color: #5a5a7a; line-height: 1.6; margin-bottom: 8px; flex: 1; }
.beneficio-card .badge { display: inline-block; background: #766398; color: #ffffff; font-size: .7rem; font-weight: 700; padding: 3px 10px; border-radius: 20px; letter-spacing: .5px; }
.precio-wrap { background: #5a4a72; border-radius: 16px; padding: 48px 40px; max-width: 480px; color: #ffffff; margin: 48px auto 0; text-align: center; }
.precio-wrap .precio-num { font-size: 4rem; font-weight: 900; color: #c9a96e; line-height: 1; }
.precio-wrap .precio-num sup { font-size: 1.8rem; vertical-align: super; }
.precio-wrap .precio-num sub { font-size: 1rem; color: #e5cfe9; font-weight: 400; }
.precio-wrap .precio-label { color: #e5cfe9; font-size: .9rem; margin-bottom: 28px; margin-top: 8px; }
.precio-wrap .btn-suscribir { display: block; background: #c9a96e; color: #1a1a2e; font-weight: 900; font-size: 1.1rem; padding: 18px 32px; border-radius: 6px; text-decoration: none; margin-bottom: 12px; transition: opacity .2s; }
.precio-wrap .btn-suscribir:hover { opacity: .88; color: #1a1a2e; }
.precio-wrap .garantia { font-size: .8rem; color: #e5cfe9; }
.cursos-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; align-items: stretch; }
.curso-card { border: 2px solid #e5cfe9; border-radius: 12px; padding: 28px 24px; transition: box-shadow .2s, transform .2s; display: flex; flex-direction: column; background: #ffffff; }
.curso-card:hover { box-shadow: 0 6px 24px rgba(118,99,152,.2); transform: translateY(-3px); }
.curso-card.gratis { border-color: #766398; }
.curso-card .curso-ico { font-size: 1.6rem; margin-bottom: 12px; }
.curso-card .curso-cat { font-size: .7rem; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; color: #766398; margin-bottom: 8px; }
.curso-card h3 { font-size: 1rem; font-weight: 900; color: #1a1a2e; margin-bottom: 8px; line-height: 1.35; flex: 1; }
.curso-card .meta { font-size: .8rem; color: #888; margin-bottom: 16px; }
.curso-badge { display: inline-block; font-size: .75rem; font-weight: 900; padding: 4px 12px; border-radius: 20px; }
.curso-badge.free { background: #766398; color: #ffffff; }
.curso-badge.locked { background: #eee; color: #999; }
.planes-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; align-items: stretch; }
.plan-card { border: 2px solid #e5cfe9; border-radius: 14px; padding: 36px 28px; text-align: center; display: flex; flex-direction: column; background: #ffffff; }
.plan-card.destacado { border-color: #766398; background: #f0e0f3; position: relative; }
.plan-card.destacado::before { content: 'MÁS POPULAR'; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: #766398; color: #ffffff; font-size: .65rem; font-weight: 900; letter-spacing: 2px; padding: 4px 14px; border-radius: 20px; }
.plan-card h3 { font-size: 1.1rem; font-weight: 900; color: #5a4a72; margin-bottom: 8px; }
.plan-card .plan-precio { font-size: 2.6rem; font-weight: 900; color: #5a4a72; line-height: 1; margin-bottom: 4px; }
.plan-card .plan-precio sup { font-size: 1rem; vertical-align: super; }
.plan-card .plan-periodo { font-size: .85rem; color: #888; margin-bottom: 24px; }
.plan-card ul { list-style: none; padding: 0; margin: 0 0 28px; text-align: left; flex: 1; }
.plan-card ul li { font-size: .9rem; color: #1a1a2e; padding: 6px 0; border-bottom: 1px solid #e5cfe9; }
.plan-card ul li::before { content: '✓ '; color: #766398; font-weight: 700; }
.btn-plan { display: block; background: #766398; color: #ffffff; font-weight: 900; padding: 14px; border-radius: 6px; text-decoration: none; transition: background .2s; margin-top: auto; }
.btn-plan:hover { background: #5a4a72; color: #ffffff; text-decoration: none; }
.btn-plan.outline { background: transparent; border: 2px solid #766398; color: #766398; }
.btn-plan.outline:hover { background: #766398; color: #ffffff; }
.sobre { background: #f0e0f3; }
.sobre-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 420px 1fr; gap: 64px; align-items: center; padding: 80px 20px; }
@media (max-width: 900px) { .sobre-inner { grid-template-columns: 1fr; gap: 32px; } }
.sobre img { width: 100%; max-width: 420px; border-radius: 12px; box-shadow: 0 12px 40px rgba(90,74,114,.25); display: block; }
.sobre h2 { font-size: 1.8rem; font-weight: 900; color: #5a4a72; margin-bottom: 20px; }
.sobre p { color: #444; line-height: 1.75; margin-bottom: 16px; }
.sobre-items { margin-top: 28px; display: flex; flex-direction: column; gap: 10px; }
.sobre-item { display: flex; align-items: flex-start; gap: 12px; font-size: .9rem; color: #1a1a2e; }
.sobre-item .dot { width: 10px; height: 10px; border-radius: 50%; background: #c9a96e; margin-top: 5px; flex-shrink: 0; }
.testimonios-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.testimonio-card { background: #ffffff; border: 2px solid #e5cfe9; border-radius: 12px; padding: 28px; }
.stars { color: #c9a96e; font-size: 1rem; margin-bottom: 14px; }
.testimonio-card blockquote { font-size: .9rem; color: #1a1a2e; line-height: 1.7; font-style: italic; margin: 0 0 16px; border-left: none; padding: 0; background: none; border-radius: 0; }
.testimonio-autor { display: flex; align-items: center; gap: 12px; }
.autor-avatar { width: 40px; height: 40px; border-radius: 50%; background: #766398; color: #ffffff; display: flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 900; flex-shrink: 0; }
.autor-nombre { font-size: .85rem; font-weight: 700; color: #1a1a2e; }
.autor-cargo { font-size: .75rem; color: #888; }
.cta-final { background: linear-gradient(135deg, #5a4a72, #766398); padding: 80px 20px; text-align: center; }
.cta-final h2 { color: #ffffff; font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 900; margin-bottom: 16px; }
.cta-final p { color: #e5cfe9; margin-bottom: 36px; font-size: 1rem; }
.cta-final .small-items { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; margin-top: 20px; font-size: .85rem; color: #e5cfe9; }
