/*
Theme Name: Thurni
Theme URI: https://thurni.com/
Author: Softlond
Author URI: https://softlond.co/
Description: Tema WordPress de Thurni — landing con zoom al scroll estilo Apple, calculadora de ROI, posts del blog, testimonios, casos de éxito y FAQ. Mobile-first, optimizado para SEO/GEO/AEO. Todos los textos, colores, imágenes y secciones se configuran en Apariencia → Personalizar.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: thurni
Tags: one-column, custom-logo, custom-menu, featured-images, translation-ready
*/

/* ===== Tokens (los colores se sobreescriben desde el Personalizador) ===== */
:root{
  --th-primario:#8454D1;
  --th-magenta:#DA3DFB;
  --th-lila:#AA83F6;
  --th-aqua:#00E5D8;
  --th-tinta:#171236;
  --th-texto:#544D7C;
  --th-texto-suave:#8B84AF;
  --th-borde:#EFE9FB;
  --th-fondo-alt:#FAF7FF;
  --th-grad:linear-gradient(135deg,var(--th-primario),var(--th-magenta));
}

/* ===== Base ===== */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:'Montserrat','Segoe UI',sans-serif;background:#fff;color:var(--th-tinta);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-size:16px;line-height:1.6}
img{max-width:100%;height:auto}
a{color:var(--th-primario)}
a:hover{color:var(--th-magenta)}
:focus-visible{outline:2px solid var(--th-primario);outline-offset:2px}
.th-container{max-width:1180px;margin:0 auto;padding:0 22px}
.th-section{padding:clamp(64px,9vw,110px) 0}
.th-section--alt{background:var(--th-fondo-alt)}
.th-kicker{margin:0 0 12px;font-size:13.5px;font-weight:700;letter-spacing:.03em;color:var(--th-primario)}
.th-h2{margin:0;font-size:clamp(30px,4.6vw,48px);font-weight:800;letter-spacing:-.025em;line-height:1.08;color:var(--th-tinta);text-wrap:balance}
.th-sub{margin:16px 0 0;font-size:clamp(15px,2vw,18px);font-weight:500;line-height:1.6;color:var(--th-texto);text-wrap:pretty}
.th-center{text-align:center}
.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

/* Revelado al hacer scroll */
[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}
[data-reveal].is-visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transform:none;transition:none}}

/* ===== Botones ===== */
.th-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:inherit;font-size:16px;font-weight:700;padding:15px 30px;border-radius:999px;text-decoration:none;border:none;cursor:pointer;white-space:nowrap;transition:box-shadow .25s,background .25s,border-color .25s}
.th-btn--primario{background:var(--th-grad);color:#fff;box-shadow:0 12px 30px rgba(218,61,251,.28)}
.th-btn--primario:hover{color:#fff;box-shadow:0 16px 38px rgba(218,61,251,.42)}
.th-btn--secundario{background:#fff;border:1.5px solid #E2D8F7;color:var(--th-primario)}
.th-btn--secundario:hover{border-color:var(--th-lila);background:var(--th-fondo-alt);color:var(--th-primario)}
.th-btn--aqua{background:var(--th-aqua);color:#0B3F3B;font-weight:800;box-shadow:0 10px 26px rgba(0,229,216,.35)}
.th-btn--aqua:hover{filter:brightness(1.06);color:#0B3F3B}
.th-btn--blanco{background:#fff;color:var(--th-primario);font-weight:800;box-shadow:0 12px 30px rgba(23,18,54,.22)}
.th-btn--fantasma{background:rgba(255,255,255,.14);border:1.5px solid rgba(255,255,255,.55);color:#fff}
.th-btn--fantasma:hover{background:rgba(255,255,255,.24);color:#fff}

/* ===== Header ===== */
.th-header{position:fixed;top:0;left:0;right:0;z-index:90;background:rgba(255,255,255,.82);backdrop-filter:saturate(1.6) blur(14px);-webkit-backdrop-filter:saturate(1.6) blur(14px);border-bottom:1px solid transparent;transition:border-color .3s,box-shadow .3s}
.th-header.is-scrolled{border-bottom-color:#EDE7FA;box-shadow:0 6px 24px rgba(23,18,54,.06)}
.th-header__in{max-width:1240px;margin:0 auto;padding:0 20px;height:62px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.th-header__logo img{height:30px;width:auto;display:block}
.th-header__logo{display:flex;align-items:center;flex-shrink:0}
.th-nav{display:flex;align-items:center;gap:2px}
.th-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:2px}
.th-nav li{position:relative}
.th-nav a{display:inline-flex;align-items:center;gap:5px;padding:9px 13px;border-radius:999px;font-size:14px;font-weight:600;color:#3A3363;text-decoration:none;white-space:nowrap}
.th-nav a:hover{background:#F4EFFD;color:var(--th-primario)}
.th-nav .menu-item-has-children > a::after{content:"▾";font-size:9px;opacity:.55}
.th-nav .sub-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(8px);opacity:0;visibility:hidden;transition:opacity .2s,transform .2s;background:#fff;border:1px solid var(--th-borde);border-radius:16px;box-shadow:0 18px 50px rgba(23,18,54,.16);min-width:300px;max-width:400px;max-height:60vh;overflow:auto;padding:10px;display:block}
.th-nav li:hover > .sub-menu,.th-nav li:focus-within > .sub-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.th-nav .sub-menu li{display:block}
.th-nav .sub-menu a{display:block;padding:10px 14px;border-radius:10px;font-size:13.5px;font-weight:500;line-height:1.4;white-space:normal}
.th-header__acciones{display:flex;align-items:center;gap:12px;flex-shrink:0}
.th-header__login{display:inline-flex;align-items:center;background:var(--th-grad);color:#fff;font-size:14px;font-weight:700;padding:10px 20px;border-radius:999px;text-decoration:none;box-shadow:0 8px 20px rgba(132,84,209,.25);white-space:nowrap}
.th-header__login:hover{color:#fff;box-shadow:0 10px 26px rgba(132,84,209,.4)}
.th-header__cta{display:inline-flex;align-items:center;background:rgba(0,229,216,.32);border:1.5px solid rgba(0,201,190,.45);color:#0B5F58;font-size:14px;font-weight:800;padding:9px 19px;border-radius:999px;text-decoration:none;white-space:nowrap}
.th-header__cta:hover{background:rgba(0,229,216,.5);color:#0B3F3B}
.th-btn--cian{background:rgba(0,229,216,.32);border:1.5px solid rgba(0,201,190,.45);color:#0B5F58}
.th-btn--cian:hover{background:rgba(0,229,216,.5);color:#0B3F3B}
.th-burger{display:none;width:44px;height:44px;border:none;background:transparent;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:5px}
.th-burger span{width:22px;height:2px;background:var(--th-tinta);border-radius:2px;display:block;transition:opacity .2s}

/* Menú móvil */
@media (max-width:920px){
  .th-nav,.th-header__login,.th-header__cta{display:none}
  .th-movil__cta{margin-top:14px;width:100%}
  .th-burger{display:flex}
  body.th-menu-abierto{overflow:hidden}
  body.th-menu-abierto .th-burger span:nth-child(2){opacity:0}
  .th-movil{position:fixed;top:62px;left:0;right:0;bottom:0;background:#fff;overflow:auto;padding:16px 20px 40px;display:none;z-index:89}
  body.th-menu-abierto .th-movil{display:block}
  .th-movil ul{list-style:none;margin:0;padding:0}
  .th-movil > ul > li{border-bottom:1px solid #F1ECFB}
  .th-movil a{display:block;padding:15px 4px;font-size:17px;font-weight:700;color:var(--th-tinta);text-decoration:none}
  .th-movil a.th-movil__cta{padding:14px;text-align:center}
  .th-movil .sub-menu{display:none;padding:0 4px 12px}
  .th-movil li.is-open > .sub-menu{display:block}
  .th-movil .sub-menu a{padding:10px 12px;border-radius:10px;background:#F9F6FF;font-size:14px;font-weight:500;margin-bottom:4px;line-height:1.4;color:#3A3363}
  .th-movil .menu-item-has-children > a::after{content:"▾";float:right;color:var(--th-primario);font-size:12px}
  .th-movil li.is-open > a::after{content:"▲"}
}
@media (min-width:921px){.th-movil{display:none}}

/* ===== Hero ===== */
.th-hero{position:relative;z-index:1;height:165vh;background:radial-gradient(120% 70% at 50% -10%,#EFE6FF 0%,#F9F6FF 45%,#fff 100%)}
.th-hero__sticky{position:sticky;top:0;height:100vh;overflow:hidden;display:flex;flex-direction:column;align-items:center}
.th-hero__texto{position:relative;text-align:center;padding:104px 22px 26px;max-width:900px;animation:thHeroIn .9s cubic-bezier(.2,.7,.2,1) both}
@keyframes thHeroIn{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}
.th-hero__glow{position:absolute;top:32%;left:50%;transform:translate(-50%,0);width:min(900px,90vw);height:44vh;background:radial-gradient(50% 50% at 50% 50%,rgba(170,131,246,.28) 0%,rgba(0,255,241,.10) 55%,rgba(255,255,255,0) 100%);filter:blur(30px);pointer-events:none}
.th-hero h1{margin:0;font-size:clamp(38px,7vw,76px);font-weight:800;letter-spacing:-.035em;line-height:1.02;color:var(--th-tinta);text-wrap:balance}
.th-hero h1 span{color:var(--th-magenta)}
.th-hero__bajada{margin:20px auto 0;max-width:640px;font-size:clamp(16px,2.2vw,20px);font-weight:500;line-height:1.55;color:var(--th-texto);text-wrap:pretty}
.th-hero__botones{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:28px}
.th-hero__confianza{margin:18px 0 0;font-size:13px;font-weight:600;color:var(--th-texto-suave)}
.th-hero__stage{position:relative;flex:1;min-height:0;width:100%;display:flex;justify-content:center;align-items:flex-start}
.th-hero__zoom{width:min(1020px,93vw,max(320px,calc((100vh - 560px) * 1.6)));margin-bottom:44px;transform-origin:50% 0;will-change:transform}
.th-marco{background:#fff;border:1px solid #EAE3F8;border-radius:20px;box-shadow:0 40px 90px rgba(66,35,120,.20);overflow:hidden}
.th-marco__barra{display:flex;align-items:center;gap:8px;padding:11px 16px;background:#F7F4FE;border-bottom:1px solid #EDE7FA}
.th-marco__punto{width:10px;height:10px;border-radius:50%;display:block}
.th-marco__url{flex:1;max-width:340px;margin:0 auto;background:#fff;border:1px solid #EDE7FA;border-radius:8px;font-size:11px;font-weight:600;color:var(--th-texto-suave);text-align:center;padding:4px 12px}
.th-marco img{display:block;width:100%;height:auto}
.th-hero__caption{text-align:center;margin:16px 0 0;font-size:13px;font-weight:600;color:var(--th-texto-suave);opacity:0;transition:opacity .5s}
/* Pantallas de poca altura: hero estático, sin recortes */
@media (max-height:760px){
  .th-hero{height:auto}
  .th-hero__sticky{position:static;height:auto;overflow:visible}
  .th-hero__zoom{width:min(1020px,93vw);transform:none !important}
  .th-hero__caption{opacity:1}
}

/* ===== Clientes ===== */
.th-clientes{padding:clamp(48px,7vw,72px) 0}
.th-clientes__kicker{margin:0 0 26px;font-size:13.5px;font-weight:700;letter-spacing:.03em;color:var(--th-texto-suave);text-align:center}
.th-clientes__fila{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(28px,5vw,56px)}
.th-clientes__fila img{height:clamp(30px,4.4vw,50px);width:auto;opacity:.85}
.th-clientes__nota{margin:24px 0 0;font-size:13px;font-weight:600;color:var(--th-texto-suave);text-align:center}

/* ===== Grids de tarjetas ===== */
.th-grid{display:grid;gap:14px;margin-top:44px}
.th-grid--3{grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr))}
.th-grid--4{grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr))}
.th-card{background:#fff;border:1px solid var(--th-borde);border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:12px;box-shadow:0 4px 18px rgba(132,84,209,.05)}
.th-card h3{margin:0;font-size:16.5px;font-weight:700;line-height:1.3;color:var(--th-tinta)}
.th-card p{margin:0;font-size:13.5px;font-weight:500;line-height:1.55;color:#6B6492}
.th-card__icono{width:46px;height:46px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--th-primario)}
.th-card__icono svg{width:25px;height:25px}
.th-card__icono--v{background:#F1EAFD;color:var(--th-primario)}
.th-card__icono--a{background:#EFFFFD;color:#0B9E93}
.th-card__icono--m{background:#FDEBFF;color:var(--th-magenta)}
a.th-card{text-decoration:none;transition:box-shadow .3s}
a.th-card:hover{box-shadow:0 14px 34px rgba(132,84,209,.16)}
.th-card__mas{font-size:13px;font-weight:700;color:var(--th-primario)}
.th-card p.th-card__desc{flex:1}

/* ===== Cifras ===== */
.th-cifras{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));gap:clamp(24px,4vw,40px)}
.th-cifra{text-align:center;padding:8px}
.th-cifra__num{margin:0;font-size:clamp(40px,5.5vw,60px);font-weight:800;letter-spacing:-.03em;line-height:1;color:var(--th-primario)}
.th-cifra__num .sufijo{color:var(--th-magenta)}
.th-cifra__linea{width:34px;height:4px;border-radius:2px;background:var(--th-aqua);margin:14px auto}
.th-cifra__label{margin:0;font-size:14px;font-weight:600;line-height:1.45;color:var(--th-texto)}

/* ===== Producto / zoom secundario ===== */
.th-producto__zoom{margin:44px auto 0;width:min(1080px,100%);transform-origin:50% 100%;will-change:transform}
.th-bullets{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));gap:14px;margin:36px auto 0;max-width:980px}
.th-bullet{display:flex;gap:12px;align-items:flex-start}
.th-bullet__icono{flex-shrink:0;width:34px;height:34px;border-radius:10px;background:#EFFFFD;border:1px solid #B8F7F1;display:flex;align-items:center;justify-content:center;color:#0B9E93}
.th-bullet__icono svg{width:19px;height:19px}
.th-bullet h3{margin:0;font-size:15px;font-weight:700;color:var(--th-tinta)}
.th-bullet p{margin:4px 0 0;font-size:13px;font-weight:500;line-height:1.5;color:#6B6492}

/* ===== Calculadora ===== */
.th-calc-fondo{background:linear-gradient(180deg,#F6F1FE 0%,#FAF7FF 60%,#fff 100%)}
.th-calc{margin-top:44px;background:#fff;border:1.5px solid #E2D8F7;border-radius:26px;box-shadow:0 24px 60px rgba(76,42,140,.10);padding:clamp(22px,4vw,44px);display:grid;grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));gap:clamp(24px,4vw,48px)}
.th-calc__inputs{display:flex;flex-direction:column;gap:26px}
.th-seg{display:inline-flex;align-self:flex-start;border:1.5px solid #E2D8F7;border-radius:999px;padding:4px;gap:4px}
.th-seg button{border:none;cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;padding:8px 20px;border-radius:999px;background:transparent;color:var(--th-texto)}
.th-seg button.is-active{background:var(--th-primario);color:#fff}
.th-calc label{display:flex;justify-content:space-between;align-items:baseline;gap:10px;font-size:14.5px;font-weight:700;color:var(--th-tinta)}
.th-calc label .valor{font-size:17px;font-weight:800;color:var(--th-magenta)}
.th-calc input[type=range]{width:100%;margin-top:14px;accent-color:var(--th-primario);height:26px;cursor:pointer}
.th-calc__rango{display:flex;justify-content:space-between;font-size:11.5px;font-weight:600;color:var(--th-texto-suave)}
.th-calc input[type=text]{width:100%;margin-top:10px;padding:13px 16px;border:1.5px solid #E2D8F7;border-radius:12px;font-family:inherit;font-size:16px;font-weight:600;color:var(--th-tinta);background:#FBFAFF}
.th-calc input[type=text]:focus{border-color:var(--th-primario);outline:none}
.th-calc input.th-input-coord{border-left:4px solid var(--th-aqua)}
.th-calc__hint{margin:8px 0 0;font-size:12px;font-weight:500;line-height:1.5;color:var(--th-texto-suave)}
.th-tip{cursor:help;width:17px;height:17px;border-radius:50%;background:var(--th-aqua);color:#0B3F3B;font-size:11px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
.th-calc__resultados{display:flex;flex-direction:column;background:linear-gradient(160deg,#FDF8FF,#F7F3FF);border:1.5px dashed #C9AFF3;border-radius:20px;padding:clamp(20px,3vw,30px)}
.th-res{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid #EBE2FA}
.th-res:nth-last-of-type(1){border-bottom:none}
.th-res__label{display:flex;align-items:center;gap:7px;font-size:12.5px;font-weight:700;letter-spacing:.04em;color:#3A3363}
.th-res__label .th-tip{width:16px;height:16px;font-size:10px}
.th-res strong{font-size:clamp(16px,2.4vw,21px);font-weight:800;white-space:nowrap}
.th-res--errores strong{color:var(--th-magenta)}
.th-res--eficiencia strong,.th-res--lms strong{color:var(--th-primario)}
.th-total{margin-top:14px;background:#fff;border:1.5px solid #E9DFFA;border-radius:16px;padding:20px;text-align:center}
.th-total__label{margin:0;font-size:12.5px;font-weight:700;letter-spacing:.03em;color:var(--th-texto)}
.th-total__valor{margin:8px 0 0;font-size:clamp(30px,4.6vw,44px);font-weight:800;letter-spacing:-.02em;color:var(--th-tinta)}
.th-total__nota{margin:6px 0 0;font-size:11.5px;font-weight:500;color:var(--th-texto-suave)}
.th-calc__cta{margin-top:18px;width:100%}

/* ===== Testimonios ===== */
.th-testimonio{margin:0;background:var(--th-fondo-alt);border:1px solid var(--th-borde);border-radius:20px;padding:28px;display:flex;flex-direction:column;gap:18px}
.th-testimonio__comilla{font-size:44px;font-weight:800;line-height:.6;color:var(--th-lila);font-family:Georgia,serif}
.th-testimonio blockquote{margin:0;font-size:15.5px;font-weight:500;line-height:1.6;color:#3A3363;flex:1;text-wrap:pretty}
.th-testimonio figcaption{display:flex;align-items:center;gap:12px}
.th-testimonio__avatar{flex-shrink:0;width:42px;height:42px;border-radius:50%;background:var(--th-grad);color:#fff;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center}
.th-testimonio__rol{display:block;font-size:13.5px;font-weight:700;color:var(--th-tinta)}
.th-testimonio__org{display:block;font-size:12px;font-weight:600;color:var(--th-texto-suave);margin-top:2px}

/* ===== Casos y Blog ===== */
.th-card--media{padding:0;overflow:hidden}
.th-card__img{aspect-ratio:16/9;background:#F1EBFC;display:block;width:100%;object-fit:cover}
.th-card__cuerpo{padding:24px;display:flex;flex-direction:column;gap:10px;flex:1}
.th-chip{align-self:flex-start;font-size:11.5px;font-weight:700;letter-spacing:.02em;border-radius:999px;padding:5px 12px}
.th-chip--v{color:var(--th-primario);background:#F1EAFD}
.th-chip--a{color:#0B6B64;background:#DFFCF9}
.th-card__metric{margin:6px 0 0;font-size:20px;font-weight:800;letter-spacing:-.01em;color:var(--th-magenta)}
.th-card--media h3{font-size:18px}
.th-card--media h3 a{color:var(--th-tinta);text-decoration:none}
.th-card--media h3 a:hover{color:var(--th-primario)}
.th-card__leer{font-size:13.5px;font-weight:700;color:var(--th-primario);text-decoration:none}
.th-encabezado-fila{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:16px}
.th-ver-todo{font-size:14.5px;font-weight:700;color:var(--th-primario);text-decoration:none;padding:8px 0}

/* ===== FAQ ===== */
.th-faq{max-width:860px;margin:40px auto 0;display:flex;flex-direction:column;gap:12px}
.th-faq details{background:#fff;border:1px solid var(--th-borde);border-radius:16px;padding:6px 22px;box-shadow:0 4px 18px rgba(132,84,209,.04)}
.th-faq summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 0;font-size:15.5px;font-weight:700;color:var(--th-tinta);line-height:1.4}
.th-faq summary::-webkit-details-marker{display:none}
.th-faq summary .th-faq__chevron{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:#F1EAFD;color:var(--th-primario);font-size:12px;display:inline-flex;align-items:center;justify-content:center;transition:transform .25s}
.th-faq details[open] .th-faq__chevron{transform:rotate(180deg)}
.th-faq details p{margin:0;padding:0 34px 18px 0;font-size:14px;font-weight:500;line-height:1.65;color:var(--th-texto);text-wrap:pretty}
.th-faq__mas{text-align:center;margin:28px 0 0;font-size:14px;font-weight:600;color:var(--th-texto)}

/* ===== CTA final ===== */
.th-cta{background:linear-gradient(135deg,#7A48CC 0%,var(--th-primario) 35%,var(--th-magenta) 100%);padding:clamp(72px,10vw,120px) 22px;position:relative;overflow:hidden}
.th-cta__hex{position:absolute;pointer-events:none}
.th-cta__in{max-width:820px;margin:0 auto;text-align:center;position:relative}
.th-cta h2{margin:0;font-size:clamp(30px,5vw,52px);font-weight:800;letter-spacing:-.025em;line-height:1.08;color:#fff;text-wrap:balance}
.th-cta p{margin:18px auto 0;max-width:560px;font-size:clamp(15px,2vw,18px);font-weight:500;line-height:1.6;color:rgba(255,255,255,.88)}
.th-cta__botones{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:30px}

/* ===== Footer ===== */
.th-footer{background:#221A3F;color:#CFC8E8;padding:clamp(56px,8vw,80px) 0 34px}
.th-footer__cols{display:flex;flex-wrap:wrap;gap:clamp(32px,5vw,64px);justify-content:space-between}
.th-footer__marca{max-width:300px;display:flex;flex-direction:column;gap:18px}
.th-footer__marca img{height:34px;width:auto;align-self:flex-start;filter:brightness(0) invert(1)}
.th-footer__tag{margin:0;font-size:13.5px;font-weight:500;line-height:1.6;color:#A79DCD}
.th-footer__social{display:flex;gap:10px}
.th-footer__social a{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:#CFC8E8;text-decoration:none}
.th-footer__social a:hover{background:rgba(255,255,255,.18);color:#fff}
.th-footer__social svg{width:17px;height:17px}
.th-footer h3{margin:0 0 16px;font-size:12.5px;font-weight:800;letter-spacing:.04em;color:#fff}
.th-footer nav{min-width:180px}
.th-footer nav ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px}
.th-footer nav a{font-size:13.5px;font-weight:500;color:#A79DCD;text-decoration:none;line-height:1.45}
.th-footer nav a:hover{color:#00FFF1}
.th-footer__base{margin-top:52px;padding-top:24px;border-top:1px solid rgba(255,255,255,.10);display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between}
.th-footer__base p{margin:0;font-size:12.5px;font-weight:500;color:#8F86B8}
.th-footer__base a{color:#CFC8E8;font-weight:600}

/* ===== WhatsApp flotante ===== */
.th-wa{position:fixed;right:18px;bottom:18px;z-index:80;width:56px;height:56px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px rgba(11,63,59,.35);color:#fff}
.th-wa:hover{background:#1FBE5A;color:#fff}
.th-wa svg{width:26px;height:26px}

/* ===== Contenido de entradas y páginas ===== */
.th-contenido{padding:120px 0 80px}
.th-contenido .th-container{max-width:820px}
.th-contenido h1.entry-title{font-size:clamp(30px,4.6vw,46px);font-weight:800;letter-spacing:-.025em;line-height:1.1;margin:0 0 18px}
.th-contenido .entry-meta{font-size:13px;font-weight:600;color:var(--th-texto-suave);margin-bottom:26px}
.th-contenido .entry-content{font-size:16.5px;line-height:1.75;color:#3A3363}
.th-contenido .entry-content h2{font-size:26px;font-weight:800;letter-spacing:-.02em;margin:40px 0 12px;color:var(--th-tinta)}
.th-contenido .entry-content h3{font-size:20px;font-weight:700;margin:30px 0 10px;color:var(--th-tinta)}
.th-contenido .entry-content img{border-radius:16px}
.th-contenido .wp-post-image{border-radius:20px;margin-bottom:26px}
.th-listado{padding:120px 0 80px}
.th-listado .th-grid{margin-top:34px}
.th-paginacion{margin-top:40px;display:flex;gap:8px;justify-content:center;font-weight:700}
.th-paginacion .page-numbers{padding:9px 15px;border-radius:999px;border:1.5px solid #E2D8F7;text-decoration:none}
.th-paginacion .page-numbers.current{background:var(--th-grad);color:#fff;border-color:transparent}
