
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;font-family:var(--ws-font-body);color:var(--ws-fg);background:var(--ws-bg);line-height:1.6;font-size:16px}
img{max-width:100%;height:auto;display:block}
a{color:var(--ws-p);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,h4{font-family:var(--ws-font-heading);line-height:1.2;margin:0 0 .5em;color:var(--ws-fg)}
h1{font-size:clamp(1.9rem,4vw,3.2rem)}h2{font-size:clamp(1.5rem,3vw,2.2rem)}h3{font-size:1.2rem}
p{margin:0 0 1em}
.ws-skip{position:absolute;left:-999px;top:0;background:var(--ws-p);color:#fff;padding:8px 12px;z-index:200}
.ws-skip:focus{left:8px;top:8px}
:root{--ws-gutter:clamp(32px,9vw,72px)}
.ws-container{width:min(1140px,calc(100% - var(--ws-gutter) * 2));margin:0 auto}
.ws-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;border-radius:var(--ws-radius);background:var(--ws-p);color:#fff;font-weight:600;border:2px solid var(--ws-p);cursor:pointer;font:inherit;font-weight:600;transition:transform .15s,box-shadow .15s;text-align:center}
.ws-btn:hover{text-decoration:none;transform:translateY(-1px);box-shadow:0 8px 18px rgba(0,0,0,.14)}
.ws-btn--secondary{background:var(--ws-s);border-color:var(--ws-s)}
.ws-btn--outline{background:transparent;color:var(--ws-p)}
.ws-btn--light{background:#fff;color:var(--ws-p);border-color:#fff}
.ws-btn--link{background:none;border-color:transparent;color:var(--ws-p);padding-left:0;padding-right:0}
.ws-btn--sm{padding:9px 17px;font-size:.9rem}
.ws-muted{color:var(--ws-muted)}
.ws-badge{display:inline-block;padding:3px 10px;border-radius:999px;background:var(--ws-p-soft);color:var(--ws-p);font-size:.78rem;font-weight:600;letter-spacing:.02em}
.ws-badge--live{background:#dc2626;color:#fff;animation:ws-pulse 1.6s infinite}
@keyframes ws-pulse{0%,100%{opacity:1}50%{opacity:.55}}
.ws-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:18px}

/* --------------------------------------------------------------- cabecera */
.ws-topbar{background:var(--ws-p);color:#fff;font-size:.82rem}
.ws-topbar .ws-container{display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:34px;flex-wrap:wrap}
.ws-topbar a{color:inherit;opacity:.9}
.ws-topbar__links{display:flex;gap:14px;flex-wrap:wrap}
.ws-topbar .ws-footer__social a{width:26px;height:26px;background:rgba(255,255,255,.14)}
.ws-topbar .ws-footer__social svg{width:13px;height:13px}
.ws-header{position:sticky;top:0;z-index:120;background:var(--ws-header-bg);color:var(--ws-header-fg);border-bottom:1px solid rgba(0,0,0,.06);backdrop-filter:saturate(1.4) blur(8px)}
.ws-header__inner{display:flex;align-items:center;gap:20px;min-height:var(--ws-header-h);position:relative;flex-wrap:wrap;row-gap:6px}
.ws-brand{display:flex;align-items:center;gap:12px;color:inherit;font-family:var(--ws-font-heading);font-weight:700;font-size:1.15rem;min-width:0}
.ws-brand span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:38vw}
.ws-brand:hover{text-decoration:none}
.ws-brand img{height:44px;width:auto;max-width:160px;object-fit:contain}
.ws-nav{display:flex;align-items:center;gap:4px;margin-left:auto;list-style:none;padding:0;margin-top:0;margin-bottom:0;flex-wrap:wrap;justify-content:flex-end}
.ws-nav__item{position:relative}
.ws-nav__link{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;white-space:nowrap;border-radius:var(--ws-radius);color:inherit;font-weight:500;background:none;border:0;font:inherit;cursor:pointer}
.ws-nav__link:hover,.ws-nav__link[aria-expanded="true"]{background:var(--ws-nav-hover);text-decoration:none}
.ws-nav__link--highlight,.ws-nav__link--button{background:var(--ws-s);color:#fff;border:2px solid var(--ws-s)}
.ws-nav__link--highlight:hover,.ws-nav__link--button:hover{background:var(--ws-s);filter:brightness(1.08)}
.ws-nav__link--outline{border:2px solid currentColor;padding:8px 14px}
.ws-nav__link--admin{border:1.5px solid currentColor;opacity:.85}
.ws-nav__icon{font-size:1.05em;line-height:1}
.ws-nav__caret{width:10px;height:10px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px)}
.ws-nav__sub{position:absolute;top:100%;left:0;min-width:220px;background:var(--ws-surface);color:var(--ws-fg);border:1px solid var(--ws-border);border-radius:var(--ws-radius);box-shadow:0 14px 34px rgba(0,0,0,.14);padding:8px;list-style:none;margin:6px 0 0;display:none;z-index:130}
.ws-nav__item.is-open>.ws-nav__sub,.ws-nav__item:hover>.ws-nav__sub,.ws-nav__item:focus-within>.ws-nav__sub{display:block}
.ws-nav__sub a{display:block;padding:9px 12px;border-radius:calc(var(--ws-radius) - 2px);color:inherit}
.ws-nav__sub a:hover{background:var(--ws-p-soft);text-decoration:none}
.ws-burger{display:none;margin-left:auto;background:none;border:0;color:inherit;cursor:pointer;padding:8px}
.ws-burger span{display:block;width:24px;height:2px;background:currentColor;margin:5px 0;border-radius:2px}
.ws-drawer{position:fixed;inset:0;z-index:150;display:none}
.ws-drawer.is-open{display:block}
.ws-drawer__scrim{position:absolute;inset:0;background:rgba(0,0,0,.45)}
.ws-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(320px,88vw);background:var(--ws-surface);color:var(--ws-fg);padding:20px;overflow:auto;box-shadow:-10px 0 30px rgba(0,0,0,.2)}
.ws-drawer__close{float:right;background:none;border:0;font-size:1.6rem;cursor:pointer;color:inherit}
.ws-drawer ul{list-style:none;padding:0;margin:40px 0 0}
.ws-drawer li a,.ws-drawer li button{display:block;width:100%;text-align:left;padding:12px 8px;border:0;background:none;font:inherit;font-size:1.05rem;color:inherit;border-bottom:1px solid var(--ws-border);cursor:pointer}
.ws-drawer li ul{margin:0 0 0 14px}
.ws-drawer li ul a{font-size:.95rem;color:var(--ws-muted)}
.ws-header__radio{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:var(--ws-p-soft);color:var(--ws-p);font-size:.85rem;font-weight:600;cursor:pointer;border:0;font:inherit}
/* Menus largos: por debajo de 1400 px se aprieta un poco para caber en una
   sola fila; por debajo de 920 px se pasa al cajon lateral. */
@media (max-width:1400px){.ws-nav{gap:2px}.ws-nav__link{padding:9px 11px}.ws-nav__link--outline{padding:7px 11px}}
@media (max-width:920px){.ws-nav{display:none}.ws-burger{display:block}.ws-topbar{display:none}}

/* ------------------------------------------------------------------ hero */
.ws-hero{position:relative;display:grid;place-items:center;min-height:52vh;padding:64px 0;background:var(--ws-p);color:#fff;text-align:center;overflow:hidden;isolation:isolate}
.ws-hero--small{min-height:34vh}.ws-hero--full{min-height:calc(100vh - var(--ws-header-h))}
.ws-hero--left{text-align:left}.ws-hero--left .ws-hero__inner{justify-items:start}
.ws-hero--right{text-align:right}.ws-hero--right .ws-hero__inner{justify-items:end;margin-left:auto}
.ws-hero__bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:-2}
.ws-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.6));z-index:-1}
.ws-hero__inner{display:grid;gap:18px;justify-items:center;max-width:820px}
.ws-hero h1{color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.25)}
.ws-hero p{font-size:clamp(1.05rem,2vw,1.35rem);opacity:.95;margin:0}
.ws-hero__badge{display:inline-block;padding:6px 14px;border-radius:999px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.35);font-size:.85rem;font-weight:600;letter-spacing:.04em}
.ws-hero__actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
.ws-hero .ws-btn--outline,.ws-cta .ws-btn--outline{color:#fff;border-color:rgba(255,255,255,.85)}
.ws-hero--left .ws-hero__actions{justify-content:flex-start}
.ws-hero--split{text-align:left;place-items:stretch}
.ws-hero--split .ws-hero__grid{display:grid;gap:40px;grid-template-columns:1.05fr .95fr;align-items:center}
.ws-hero--split .ws-hero__inner{justify-items:start;max-width:none}
.ws-hero--split .ws-hero__actions{justify-content:flex-start}
.ws-hero__figure img{border-radius:var(--ws-radius);box-shadow:0 30px 60px rgba(0,0,0,.3)}
.ws-hero--band{min-height:0!important;padding:40px 0;text-align:left}
.ws-hero--band .ws-hero__inner{max-width:none;justify-items:start;width:100%;gap:10px}
.ws-hero--band h1{font-size:clamp(1.5rem,3vw,2.2rem)}
.ws-hero--band .ws-hero__actions{justify-content:flex-start}
@media (max-width:820px){.ws-hero--split .ws-hero__grid{grid-template-columns:1fr}}

/* ---------------------------------------------------------------- seccion */
.ws-section{padding:64px 0;position:relative;isolation:isolate}
.ws-section:nth-of-type(even){background:var(--ws-surface-2)}
.ws-section__head{text-align:center;max-width:720px;margin:0 auto 34px}
.ws-section__head p{color:var(--ws-muted);font-size:1.05rem}
.ws-section__icon{display:block;font-size:2.2rem;line-height:1;margin-bottom:10px}
.ws-section__foot{text-align:center;margin-top:28px}
.ws-section--compact{padding:32px 0}.ws-section--wide{padding:110px 0}
.ws-section--narrow .ws-container{width:min(760px,calc(100% - var(--ws-gutter) * 2))}
.ws-section--widecol .ws-container{width:min(1400px,calc(100% - var(--ws-gutter) * 2))}
.ws-section--fullw .ws-container{width:100%;padding:0 var(--ws-gutter)}
.ws-section--left .ws-section__head{text-align:left;margin-left:0}
.ws-section--right .ws-section__head{text-align:right;margin-right:0}
.ws-section--left{text-align:left}.ws-section--right{text-align:right}
.ws-section__bg{position:absolute;inset:0;z-index:-2;background-size:cover;background-position:center}
.ws-section__overlay{position:absolute;inset:0;z-index:-1;background:var(--ws-overlay-color,#000);opacity:var(--ws-overlay,.4)}
.ws-section--has-bg{background:transparent!important}
.ws-section--tone-light,.ws-section--tone-light h2,.ws-section--tone-light h3,.ws-section--tone-light h4,.ws-section--tone-light .ws-section__head p,.ws-section--tone-light .ws-muted{color:#fff}
.ws-section--tone-light .ws-muted{opacity:.85}
.ws-section--tone-light .ws-card,.ws-section--tone-light .ws-feature,.ws-section--tone-light .ws-time,.ws-section--tone-light .ws-row,.ws-section--tone-light .ws-inline,.ws-section--tone-light .ws-form,.ws-section--tone-light .ws-stat--card,.ws-section--tone-light .ws-step--card,.ws-section--tone-light .ws-frow--card{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.25);color:#fff;backdrop-filter:blur(6px)}
.ws-section--tone-light .ws-card h3,.ws-section--tone-light .ws-feature h3,.ws-section--tone-light .ws-time b,.ws-section--tone-light .ws-form label{color:#fff}
.ws-section--tone-light .ws-form input,.ws-section--tone-light .ws-form textarea,.ws-section--tone-light .ws-form select{color:#111}
.ws-section--tone-light .ws-btn--outline{color:#fff;border-color:#fff}
.ws-section--tone-light a{color:#fff}
.ws-section--tone-dark,.ws-section--tone-dark h2,.ws-section--tone-dark h3{color:#1f2937}
.ws-bg-preset--primary{background:var(--ws-p)}
.ws-bg-preset--secondary{background:var(--ws-s)}
.ws-bg-preset--gradient{background:linear-gradient(135deg,var(--ws-p),var(--ws-s))}
.ws-bg-preset--gradient-soft{background:linear-gradient(160deg,var(--ws-p-soft),#fff 60%,color-mix(in srgb,var(--ws-s) 14%,white))}
.ws-bg-preset--dark{background:#111827}
.ws-bg-preset--light{background:var(--ws-surface-2)}
.ws-bg-preset--dots{background-color:var(--ws-surface-2);background-image:radial-gradient(color-mix(in srgb,var(--ws-p) 22%,transparent) 1.5px,transparent 1.5px);background-size:22px 22px}
.ws-bg-preset--stripes{background:repeating-linear-gradient(135deg,var(--ws-p-soft) 0 14px,#fff 14px 28px)}
.ws-bg-preset--waves{background-color:var(--ws-p);background-image:radial-gradient(ellipse at 20% 100%,rgba(255,255,255,.18),transparent 55%),radial-gradient(ellipse at 80% 0%,rgba(255,255,255,.14),transparent 55%)}
.ws-bg-preset--mesh{background-color:var(--ws-p);background-image:radial-gradient(at 0% 0%,var(--ws-s) 0,transparent 50%),radial-gradient(at 100% 100%,color-mix(in srgb,var(--ws-s) 60%,#fff) 0,transparent 50%),radial-gradient(at 100% 0%,color-mix(in srgb,var(--ws-p) 60%,#000) 0,transparent 50%)}
.ws-empty{text-align:center;color:var(--ws-muted);padding:24px;border:1px dashed var(--ws-border);border-radius:var(--ws-radius)}
.ws-grid{display:grid;gap:22px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}
.ws-grid--2{grid-template-columns:repeat(auto-fill,minmax(360px,1fr))}
.ws-grid--4{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}
.ws-grid--1{grid-template-columns:1fr}
.ws-card{background:var(--ws-surface);border:1px solid var(--ws-border);border-radius:var(--ws-radius);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--ws-shadow);transition:transform .18s,box-shadow .18s;text-align:left}
.ws-card:hover{transform:translateY(-3px);box-shadow:0 16px 30px rgba(0,0,0,.12)}
.ws-card__media{aspect-ratio:16/10;background:var(--ws-p-soft) center/cover no-repeat;display:grid;place-items:center;color:var(--ws-p);font-size:2rem}
.ws-card__body{padding:18px;display:grid;gap:8px;flex:1}
.ws-card__body h3{margin:0}
.ws-card__meta{font-size:.85rem;color:var(--ws-muted);display:flex;gap:10px;flex-wrap:wrap}
.ws-card__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto;padding-top:6px}
.ws-list{display:grid;gap:14px}
.ws-row{display:grid;grid-template-columns:120px 1fr;gap:18px;align-items:center;background:var(--ws-surface);border:1px solid var(--ws-border);border-radius:var(--ws-radius);padding:14px;text-align:left}
.ws-row__media{aspect-ratio:1;border-radius:calc(var(--ws-radius) - 4px);background:var(--ws-p-soft) center/cover no-repeat}
.ws-row__date{display:grid;place-items:center;aspect-ratio:1;border-radius:calc(var(--ws-radius) - 4px);background:var(--ws-p);color:#fff;text-align:center;line-height:1.1}
.ws-row__date b{font-size:1.8rem}
.ws-row__date span{font-size:.8rem;text-transform:uppercase;letter-spacing:.06em}
.ws-row h3{margin:0 0 4px}
@media (max-width:600px){.ws-row{grid-template-columns:1fr}}
.ws-carousel{position:relative}
.ws-carousel__track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:6px 8px 14px;scrollbar-width:thin}
.ws-carousel__track>*{flex:0 0 min(320px,80vw);scroll-snap-align:start}
.ws-carousel__nav{display:flex;gap:8px;justify-content:flex-end;margin-bottom:10px}
.ws-carousel__nav button{width:38px;height:38px;border-radius:50%;border:1px solid var(--ws-border);background:var(--ws-surface);cursor:pointer;font-size:1.1rem;color:var(--ws-fg)}
.ws-inline{border:1px solid var(--ws-border);border-radius:var(--ws-radius);background:var(--ws-surface);padding:0 18px;text-align:left}
.ws-inline summary{cursor:pointer;padding:16px 0;font-weight:600;list-style:none;display:flex;justify-content:space-between;gap:12px;align-items:center}
.ws-inline summary::-webkit-details-marker{display:none}
.ws-inline summary::after{content:"+";font-size:1.3rem;color:var(--ws-p)}
.ws-inline[open] summary::after{content:"–"}
.ws-inline__body{padding:0 0 18px}
.ws-prose{max-width:820px;margin:0 auto}
.ws-prose img{border-radius:var(--ws-radius);margin:12px 0}
.ws-prose table{width:100%;border-collapse:collapse}
.ws-prose td,.ws-prose th{border:1px solid var(--ws-border);padding:6px 10px}
.ws-prose--columns{max-width:none;column-count:2;column-gap:40px}
.ws-prose--columns>*:first-child{margin-top:0}
@media (max-width:820px){.ws-prose--columns{column-count:1}}
.ws-split{display:grid;gap:36px;grid-template-columns:1.1fr .9fr;align-items:center;text-align:left}
.ws-split--reverse .ws-split__media{order:-1}
.ws-split__media img{border-radius:var(--ws-radius);box-shadow:var(--ws-shadow)}
@media (max-width:820px){.ws-split{grid-template-columns:1fr}.ws-split--reverse .ws-split__media{order:0}}
.ws-times{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.ws-time{background:var(--ws-surface);border:1px solid var(--ws-border);border-left:5px solid var(--ws-s);border-radius:var(--ws-radius);padding:18px;text-align:left}
.ws-time b{display:block;font-size:1.05rem}
.ws-time span{color:var(--ws-muted);display:block}
.ws-times--timeline{grid-template-columns:1fr;max-width:720px;margin:0 auto;gap:0;position:relative;padding-left:28px;border-left:3px solid var(--ws-p-soft)}
.ws-times--timeline .ws-time{border:0;border-radius:0;background:transparent;padding:10px 0 22px;position:relative}
.ws-times--timeline .ws-time::before{content:"";position:absolute;left:-36.5px;top:16px;width:14px;height:14px;border-radius:50%;background:var(--ws-s);box-shadow:0 0 0 4px #fff}
.ws-times--table{display:block;max-width:820px;margin:0 auto}
.ws-times--table table{width:100%;border-collapse:collapse;background:var(--ws-surface);border-radius:var(--ws-radius);overflow:hidden;box-shadow:var(--ws-shadow);text-align:left}
.ws-times--table th,.ws-times--table td{padding:14px 16px;border-bottom:1px solid var(--ws-border)}
.ws-times--table th{background:var(--ws-p);color:#fff;font-weight:600}
.ws-feature{text-align:center;padding:26px 18px;background:var(--ws-surface);border-radius:var(--ws-radius);border:1px solid var(--ws-border);display:block;color:inherit}
a.ws-feature:hover{text-decoration:none;border-color:var(--ws-p)}
.ws-feature__icon{font-size:2.2rem;margin-bottom:8px}
.ws-feature__img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:calc(var(--ws-radius) - 4px);margin:0 auto 12px}
.ws-features--list .ws-grid{grid-template-columns:1fr;max-width:820px;margin:0 auto}
.ws-features--list .ws-feature{display:grid;grid-template-columns:auto 1fr;gap:18px;text-align:left;align-items:start}
.ws-features--list .ws-feature__icon{margin:0;font-size:1.8rem}
.ws-features--list .ws-feature__img{width:120px;margin:0}
.ws-features--icons .ws-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}
.ws-features--icons .ws-feature{flex:1 1 150px;max-width:220px;padding:18px 10px;border:0;background:transparent}
.ws-features--icons .ws-feature p{display:none}
.ws-features--icons .ws-feature h3{font-size:1rem}
.ws-features--icons .ws-feature__icon{font-size:2.6rem;width:82px;height:82px;display:grid;place-items:center;margin:0 auto 10px;border-radius:50%;background:var(--ws-p-soft)}
.ws-person{text-align:center}
.ws-person__photo{width:140px;height:140px;border-radius:50%;margin:0 auto 12px;background:var(--ws-p-soft) center/cover no-repeat;border:4px solid var(--ws-surface);box-shadow:var(--ws-shadow)}
.ws-person b{display:block}.ws-person span{color:var(--ws-muted);font-size:.9rem}
.ws-team--cards .ws-person{background:var(--ws-surface);border:1px solid var(--ws-border);border-radius:var(--ws-radius);overflow:hidden;padding-bottom:18px;text-align:left}
.ws-team--cards .ws-person__photo{width:100%;height:auto;aspect-ratio:1;border-radius:0;border:0;box-shadow:none;margin-bottom:12px}
.ws-team--cards .ws-person b,.ws-team--cards .ws-person span,.ws-team--cards .ws-person p{padding:0 16px}
.ws-team--list .ws-grid{grid-template-columns:1fr;max-width:820px;margin:0 auto;gap:12px}
.ws-team--list .ws-person{display:grid;grid-template-columns:72px 1fr;gap:16px;text-align:left;align-items:center;background:var(--ws-surface);border:1px solid var(--ws-border);border-radius:var(--ws-radius);padding:12px}
.ws-team--list .ws-person__photo{width:72px;height:72px;margin:0;grid-row:span 3}
.ws-cta{background:var(--ws-p);color:#fff;text-align:center;padding:64px 0;position:relative;overflow:hidden;isolation:isolate}
.ws-cta h2{color:#fff}.ws-cta .ws-hero__bg{opacity:.25}
.ws-cta--card{background:transparent;color:var(--ws-fg);padding:64px 0}
.ws-cta--card .ws-cta__box{background:var(--ws-p);color:#fff;border-radius:calc(var(--ws-radius) + 8px);padding:48px 32px;box-shadow:0 20px 50px rgba(0,0,0,.18);position:relative;overflow:hidden;isolation:isolate}
.ws-cta--card h2{color:#fff}
.ws-cta--split .ws-container{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;text-align:left}
.ws-cta--split .ws-hero__actions{justify-content:flex-end}
@media (max-width:820px){.ws-cta--split .ws-container{grid-template-columns:1fr;text-align:center}.ws-cta--split .ws-hero__actions{justify-content:center}}
.ws-faq{max-width:820px;margin:0 auto;display:grid;gap:10px}
.ws-faq--columns{max-width:none;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}
.ws-faq--open .ws-inline summary::after{display:none}
.ws-faq--open .ws-inline summary{cursor:default;pointer-events:none}
.ws-verse{text-align:center;max-width:820px;margin:0 auto;font-family:var(--ws-font-heading);font-size:clamp(1.25rem,2.4vw,1.7rem);font-style:italic}
.ws-verse cite{display:block;margin-top:14px;font-style:normal;font-size:1rem;color:var(--ws-s);font-weight:700}
.ws-verse--banner{max-width:none;background:var(--ws-p);color:#fff;padding:48px 24px;border-radius:var(--ws-radius)}
.ws-verse--banner cite{color:#fff;opacity:.85}
.ws-verse--card{background:var(--ws-surface);border:1px solid var(--ws-border);border-left:6px solid var(--ws-s);border-radius:var(--ws-radius);padding:32px;text-align:left;box-shadow:var(--ws-shadow)}
.ws-contact{display:grid;gap:26px;grid-template-columns:1fr 1.2fr;text-align:left}
@media (max-width:820px){.ws-contact{grid-template-columns:1fr}}
.ws-contact--stacked{grid-template-columns:1fr;text-align:center}
.ws-contact--stacked .ws-branch__lines{justify-items:center}
.ws-contact--cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.ws-contact--cards .ws-contact__info{display:contents}
.ws-contact--cards .ws-contact__card{background:var(--ws-surface);border:1px solid var(--ws-border);border-radius:var(--ws-radius);padding:22px;text-align:center}
.ws-contact--cards .ws-contact__card span{display:block;font-size:1.8rem;margin-bottom:8px}
.ws-contact--cards .ws-map{grid-column:1/-1}
.ws-contact__info{display:grid;gap:12px;align-content:start}
.ws-map{border:0;width:100%;min-height:320px;border-radius:var(--ws-radius);background:var(--ws-p-soft)}
.ws-map--full{border-radius:0}
.ws-map-side{display:grid;grid-template-columns:1fr 2fr;gap:26px;align-items:start;text-align:left}
@media (max-width:820px){.ws-map-side{grid-template-columns:1fr}}
.ws-embed{position:relative;aspect-ratio:16/9;background:#000;border-radius:var(--ws-radius);overflow:hidden;margin:0 auto;width:100%}
.ws-embed iframe,.ws-embed video{position:absolute;inset:0;width:100%;height:100%;border:0}
.ws-embed--portrait{aspect-ratio:9/16;max-width:380px!important}.ws-embed--portrait.ws-embed--small{max-width:260px!important}.ws-embed--portrait.ws-embed--large,.ws-embed--portrait.ws-embed--full{max-width:440px!important}
.ws-embed--small{max-width:480px}.ws-embed--medium{max-width:720px}.ws-embed--large{max-width:960px}.ws-embed--full{max-width:none}
.ws-live{display:grid;gap:22px;grid-template-columns:1fr;text-align:left}
.ws-live__meta{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.ws-live--split{grid-template-columns:2fr 1fr;align-items:start}
.ws-live--split .ws-live__meta{grid-column:1/-1}
.ws-live--card{background:var(--ws-surface);border:1px solid var(--ws-border);border-radius:var(--ws-radius);padding:18px;box-shadow:var(--ws-shadow)}
@media (max-width:820px){.ws-live--split{grid-template-columns:1fr}}
.ws-social{display:flex;gap:14px;flex-wrap:wrap;justify-content:center}
.ws-social a{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:999px;background:var(--ws-surface);border:1px solid var(--ws-border);color:var(--ws-fg);font-weight:600}
.ws-social a:hover{text-decoration:none;border-color:var(--ws-p);color:var(--ws-p)}
.ws-social a.is-community{background:var(--ws-p);color:#fff;border-color:var(--ws-p);font-size:1.05rem;padding:14px 24px;box-shadow:0 10px 24px rgba(0,0,0,.14)}
.ws-social a.is-community:hover{color:#fff;filter:brightness(1.08)}
.ws-social svg{width:22px;height:22px;fill:currentColor}
.ws-social--icons a{width:56px;height:56px;padding:0;justify-content:center;border-radius:50%}
.ws-social--icons a span{position:absolute;left:-9999px}
.ws-social--icons a.is-community{width:auto;padding:0 22px;border-radius:999px}
.ws-social--icons a.is-community span{position:static}
.ws-social--cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}
.ws-social--cards a{flex-direction:column;padding:26px 14px;border-radius:var(--ws-radius);gap:12px}
.ws-social--cards svg{width:32px;height:32px}
.ws-community{display:grid;gap:14px;justify-items:center;text-align:center;margin-bottom:26px}
.ws-stores{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
.ws-app--badges .ws-stores .ws-btn{padding:14px 26px;font-size:1.05rem;border-radius:999px}
.ws-radio{display:grid;gap:16px;grid-template-columns:auto 1fr;align-items:center;background:var(--ws-surface);border:1px solid var(--ws-border);border-radius:var(--ws-radius);padding:18px;text-align:left}
.ws-radio__cover{width:120px;height:120px;border-radius:calc(var(--ws-radius) - 4px);background:var(--ws-p) center/cover no-repeat;display:grid;place-items:center;color:#fff;font-size:2.4rem}
.ws-radio audio{width:100%;margin-top:8px}
.ws-radio--banner{grid-template-columns:1fr;text-align:center;background:var(--ws-p);color:#fff;border:0}
.ws-radio--banner h3{color:#fff}
.ws-radio--banner .ws-radio__cover{margin:0 auto}
.ws-radio--bar{grid-template-columns:auto 1fr;padding:10px 14px}
.ws-radio--bar .ws-radio__cover{width:56px;height:56px;font-size:1.3rem}
.ws-radio-float{position:fixed;left:16px;right:16px;bottom:16px;z-index:140;max-width:520px;margin:0 auto;background:var(--ws-surface);border:1px solid var(--ws-border);border-radius:999px;box-shadow:0 14px 34px rgba(0,0,0,.2);display:flex;align-items:center;gap:12px;padding:8px 14px}
.ws-radio-float b{font-size:.9rem;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ws-radio-float audio{height:34px;max-width:230px}
.ws-radio-float button{background:none;border:0;cursor:pointer;font-size:1.1rem;color:var(--ws-muted)}
.ws-gallery{display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}
.ws-gallery a{aspect-ratio:1;border-radius:calc(var(--ws-radius) - 4px);background:var(--ws-p-soft) center/cover no-repeat;display:block}
.ws-branch{display:grid;gap:12px;text-align:left}
.ws-branch__lines{display:grid;gap:4px;color:var(--ws-muted);font-size:.95rem}
.ws-tabs{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin:30px 0 26px;padding:0;list-style:none}
.ws-tabs button{padding:10px 18px;border-radius:999px;border:1px solid var(--ws-border);background:var(--ws-surface);cursor:pointer;font:inherit;font-weight:600;color:var(--ws-fg)}
.ws-tabs button[aria-selected="true"]{background:var(--ws-p);color:#fff;border-color:var(--ws-p)}
.ws-tabpanel[hidden]{display:none}
.ws-form{display:grid;gap:14px;max-width:640px;margin:0 auto;background:var(--ws-surface);border:1px solid var(--ws-border);border-radius:var(--ws-radius);padding:26px;text-align:left}
.ws-form label{display:grid;gap:6px;font-weight:600;font-size:.92rem}
.ws-form input,.ws-form textarea,.ws-form select{width:100%;padding:11px 12px;border:1px solid var(--ws-border);border-radius:calc(var(--ws-radius) - 4px);font:inherit;background:#fff;color:#111}
.ws-form textarea{min-height:130px;resize:vertical}
.ws-form input:focus,.ws-form textarea:focus,.ws-form select:focus{outline:2px solid var(--ws-p);outline-offset:1px}
.ws-form__row{display:grid;gap:14px;grid-template-columns:1fr 1fr}
@media (max-width:600px){.ws-form__row{grid-template-columns:1fr}}
.ws-form .ws-hp{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}
.ws-form-split{display:grid;grid-template-columns:1fr 1.3fr;gap:36px;align-items:start;text-align:left}
.ws-form-split .ws-form{margin:0;max-width:none}
@media (max-width:820px){.ws-form-split{grid-template-columns:1fr}}
.ws-form--plain{background:transparent;border:0;padding:0;box-shadow:none}
.ws-alert{padding:12px 16px;border-radius:var(--ws-radius);border:1px solid;margin:0 auto 18px;max-width:640px}
.ws-alert--success{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}
.ws-alert--error{background:#fef2f2;border-color:#fecaca;color:#991b1b}
.ws-page-head{padding:54px 0 30px;text-align:center;background:var(--ws-surface-2);border-bottom:1px solid var(--ws-border)}
.ws-page-head--compact{padding:26px 0 16px}
.ws-detail{padding:44px 0}
.ws-detail__hero{max-height:460px;object-fit:cover;width:100%;border-radius:var(--ws-radius);margin-bottom:26px}
.ws-detail__meta{display:flex;gap:14px;flex-wrap:wrap;color:var(--ws-muted);margin-bottom:22px;justify-content:center}
.ws-detail .ws-prose{font-size:1.06rem}
.ws-back{display:inline-block;margin-bottom:18px}
dialog.ws-modal{border:0;border-radius:var(--ws-radius);padding:0;width:min(760px,94vw,calc(100vw - 32px));max-height:90vh;box-shadow:0 30px 70px rgba(0,0,0,.35);background:var(--ws-surface);color:var(--ws-fg)}
dialog.ws-modal::backdrop{background:rgba(0,0,0,.55)}
.ws-modal__close{position:absolute;top:10px;right:12px;background:#fff;border:0;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:1.3rem;box-shadow:0 4px 10px rgba(0,0,0,.2)}
.ws-modal__body{padding:26px;overflow:auto;max-height:90vh;text-align:left}
.ws-modal__body img.ws-detail__hero{max-height:320px}

/* ----------------------------------------------------- secciones nuevas */
.ws-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:28px}
.ws-stat{text-align:center;min-width:150px;flex:1 1 150px;max-width:260px}
.ws-stat__value{font-family:var(--ws-font-heading);font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--ws-p);line-height:1.05}
.ws-stat__icon{font-size:1.8rem;display:block;margin-bottom:6px}
.ws-stat__label{color:var(--ws-muted);font-weight:500}
.ws-stat--card{background:var(--ws-surface);border:1px solid var(--ws-border);border-radius:var(--ws-radius);padding:26px 16px;box-shadow:var(--ws-shadow)}
.ws-stats--band{background:var(--ws-p);color:#fff;border-radius:var(--ws-radius);padding:34px 20px}
.ws-stats--band .ws-stat__value,.ws-stats--band .ws-stat__label{color:#fff}
.ws-stats--band .ws-stat__label{opacity:.85}
.ws-frows{display:grid;gap:64px}
.ws-frow{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center;text-align:left}
.ws-frow:nth-child(even) .ws-frow__media{order:-1}
.ws-frow__media img{border-radius:var(--ws-radius);box-shadow:0 24px 50px rgba(0,0,0,.16);width:auto;max-width:100%;max-height:560px;margin:0 auto}
/* El texto de la fila se alinea con el de las tarjetas del resto de la
   pagina (18 px por dentro del contenedor), no con el borde. */
.ws-frow__body{padding-inline:18px}
/* La imagen sigue la misma linea que el texto (si no, queda 18 px por
   delante cuando la fila se apila en pantallas estrechas). */
.ws-frow__media{padding-inline:18px}
.ws-frows--cards .ws-frow__body,.ws-frows--cards .ws-frow__media{padding-inline:0}
.ws-frow__icon{font-size:2.2rem;display:block;margin-bottom:8px}
.ws-frow h3{font-size:1.5rem}
.ws-frow ul{padding-left:20px;margin:0 0 16px;display:grid;gap:6px}
.ws-frows--stacked{gap:40px}
.ws-frows--stacked .ws-frow{grid-template-columns:1fr;max-width:820px;margin:0 auto;text-align:center}
.ws-frows--stacked .ws-frow__media{order:0!important}
.ws-frows--stacked .ws-frow ul{text-align:left;display:inline-grid}
.ws-frows--cards{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:22px}
.ws-frows--cards .ws-frow{grid-template-columns:1fr;gap:14px;background:var(--ws-surface);border:1px solid var(--ws-border);border-radius:var(--ws-radius);padding:18px;align-content:start}
.ws-frows--cards .ws-frow__media{order:-1!important}
.ws-frows--cards .ws-frow__media img{box-shadow:none;aspect-ratio:16/10;object-fit:cover;object-position:top}
.ws-frows--cards .ws-frow h3{font-size:1.15rem}
@media (max-width:820px){.ws-frow{grid-template-columns:1fr}.ws-frow:nth-child(even) .ws-frow__media{order:0}}
.ws-steps{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));counter-reset:ws-step}
.ws-step{text-align:center;position:relative;counter-increment:ws-step;padding-inline:14px}
.ws-steps--cards .ws-step,.ws-steps--vertical .ws-step{padding-inline:0}
.ws-step__num{width:56px;height:56px;border-radius:50%;background:var(--ws-p);color:#fff;display:grid;place-items:center;font-weight:700;font-size:1.3rem;margin:0 auto 12px;font-family:var(--ws-font-heading)}
.ws-step__num::before{content:counter(ws-step)}
.ws-step__icon{font-size:1.8rem;display:block;margin-bottom:6px}
.ws-steps--vertical{grid-template-columns:1fr;max-width:720px;margin:0 auto;gap:0}
.ws-steps--vertical .ws-step{display:grid;grid-template-columns:56px 1fr;gap:18px;text-align:left;padding-bottom:28px}
.ws-steps--vertical .ws-step::before{content:"";position:absolute;left:27px;top:56px;bottom:0;width:2px;background:var(--ws-p-soft)}
.ws-steps--vertical .ws-step:last-child::before{display:none}
.ws-steps--vertical .ws-step__num{margin:0}
.ws-steps--cards .ws-step{background:var(--ws-surface);border:1px solid var(--ws-border);border-radius:var(--ws-radius);padding:26px 18px;box-shadow:var(--ws-shadow)}
.ws-video__caption{max-width:760px;margin:16px auto 0;text-align:center;color:var(--ws-muted)}
.ws-video--split{display:grid;grid-template-columns:1.3fr 1fr;gap:36px;align-items:center;text-align:left}
.ws-video--split .ws-video__caption{margin:0;text-align:left}
@media (max-width:820px){.ws-video--split{grid-template-columns:1fr}}
.ws-images{display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}
.ws-images figure{margin:0;position:relative;border-radius:var(--ws-radius);overflow:hidden;background:var(--ws-p-soft)}
.ws-images img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .3s}
.ws-images figure:hover img{transform:scale(1.04)}
.ws-images figcaption{position:absolute;left:0;right:0;bottom:0;padding:10px 12px;background:linear-gradient(transparent,rgba(0,0,0,.7));color:#fff;font-size:.9rem}
.ws-images--masonry{display:block;column-count:3;column-gap:12px}
.ws-images--masonry figure{break-inside:avoid;margin-bottom:12px}
.ws-images--masonry img{aspect-ratio:auto}
@media (max-width:820px){.ws-images--masonry{column-count:2}}
.ws-slideshow{position:relative;max-width:960px;margin:0 auto;border-radius:var(--ws-radius);overflow:hidden;background:linear-gradient(135deg,var(--ws-p),var(--ws-s));aspect-ratio:16/9;box-shadow:0 24px 50px rgba(0,0,0,.2)}
.ws-slideshow figure{margin:0;position:absolute;inset:0;opacity:0;transition:opacity .8s ease}
.ws-slideshow figure.is-active{opacity:1}
.ws-slideshow img{width:100%;height:100%;object-fit:contain;aspect-ratio:auto}
.ws-slideshow figcaption{position:absolute;left:0;right:0;bottom:0;padding:16px 20px 34px;background:linear-gradient(transparent,rgba(0,0,0,.7));color:#fff}
.ws-slideshow__dots{position:absolute;bottom:10px;left:0;right:0;display:flex;justify-content:center;gap:6px;z-index:2}
.ws-slideshow__dots button{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.5);cursor:pointer;padding:0}
.ws-slideshow__dots button[aria-current="true"]{background:#fff}
.ws-slideshow__nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:0;background:rgba(0,0,0,.45);color:#fff;font-size:1.3rem;cursor:pointer;z-index:2}
.ws-slideshow__nav--prev{left:10px}.ws-slideshow__nav--next{right:10px}
.ws-banner{display:flex;gap:16px;align-items:center;justify-content:center;flex-wrap:wrap;background:var(--ws-s);color:#fff;padding:16px 24px;border-radius:var(--ws-radius)}
.ws-banner__icon{font-size:1.5rem}
.ws-banner p{margin:0;font-weight:600}
.ws-banner .ws-btn{padding:8px 16px;font-size:.9rem}
.ws-banner--card{background:var(--ws-surface);color:var(--ws-fg);border:1px solid var(--ws-border);border-left:6px solid var(--ws-s);box-shadow:var(--ws-shadow);justify-content:flex-start;text-align:left}
.ws-section--banner-strip{padding:0!important}
.ws-section--banner-strip .ws-container{width:100%;padding:0}
.ws-banner--strip{border-radius:0;background:var(--ws-p);padding-inline:var(--ws-gutter)}
.ws-banner .ws-btn--light{background:#fff;color:var(--ws-p)}

/* ------------------------------------------------------------- flotantes */
.ws-footer{background:var(--ws-footer-bg);color:var(--ws-footer-fg);padding:54px 0 26px;margin-top:40px}
.ws-footer a{color:inherit}
.ws-footer__grid{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:30px}
.ws-footer h4{color:inherit;margin-bottom:12px;font-size:1rem;text-transform:uppercase;letter-spacing:.06em;opacity:.85}
.ws-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.ws-footer__social{display:flex;gap:10px;flex-wrap:wrap}
.ws-footer__social a{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.12)}
.ws-footer__social a.is-community{background:var(--ws-s)}
.ws-footer__social svg{width:18px;height:18px;fill:currentColor}
.ws-footer__bottom{border-top:1px solid rgba(255,255,255,.14);padding-top:18px;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;font-size:.88rem;opacity:.85}
.ws-admin-fab{position:fixed;right:18px;bottom:18px;z-index:145;display:inline-flex;align-items:center;gap:8px;padding:12px 16px;border-radius:999px;background:#111827;color:#fff;font-weight:600;box-shadow:0 12px 30px rgba(0,0,0,.3);font-size:.9rem}
.ws-admin-fab:hover{text-decoration:none;background:#000}
.ws-admin-fab svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}
.ws-wa-fab{position:fixed;left:18px;bottom:18px;z-index:145;display:inline-flex;align-items:center;gap:8px;padding:10px 16px 10px 12px;border-radius:999px;background:#25d366;color:#fff;font-weight:700;box-shadow:0 12px 30px rgba(0,0,0,.28);font-size:.92rem}
.ws-wa-fab:hover{text-decoration:none;background:#1ebe5b}
.ws-wa-fab svg{width:24px;height:24px;fill:currentColor}
body.has-radio-float .ws-admin-fab,body.has-radio-float .ws-wa-fab{bottom:82px}
.ws-preview-bar{position:sticky;top:0;z-index:160;background:#f59e0b;color:#111;text-align:center;padding:8px;font-size:.9rem;font-weight:600}
.ws-notfound{padding:100px 0;text-align:center}
@media (max-width:600px){.ws-wa-fab span{display:none}.ws-wa-fab{padding:12px}.ws-admin-fab span{display:none}.ws-admin-fab{padding:14px}}

/* ============================================================ plantillas */
/* Clasica: franja superior de contacto, marca centrada sobre un menu centrado, serif, secciones enmarcadas. */
body.tpl-classic .ws-header__inner{flex-direction:column;gap:6px;padding:10px 0}
body.tpl-classic .ws-nav{margin:0;border-top:1px solid rgba(0,0,0,.08);padding-top:6px;width:100%;justify-content:center}
body.tpl-classic .ws-burger{position:absolute;right:0;top:14px}
body.tpl-classic .ws-brand{font-size:1.5rem;letter-spacing:.02em}
body.tpl-classic .ws-brand img{height:56px}
body.tpl-classic .ws-nav__link{text-transform:uppercase;font-size:.82rem;letter-spacing:.1em;border-radius:0}
body.tpl-classic .ws-section__head h2::after{content:"";display:block;width:56px;height:3px;background:var(--ws-s);margin:12px auto 0}
body.tpl-classic .ws-section--left .ws-section__head h2::after{margin-left:0}
body.tpl-classic .ws-card{border-radius:6px}
body.tpl-classic .ws-card__media{aspect-ratio:3/2}
body.tpl-classic .ws-hero h1{font-weight:400;letter-spacing:.01em}
body.tpl-classic .ws-section:nth-of-type(even){background:var(--ws-surface-2);border-top:1px solid var(--ws-border);border-bottom:1px solid var(--ws-border)}
body.tpl-classic .ws-footer{background:#1f2933}
body.tpl-classic .ws-verse{font-size:clamp(1.4rem,2.6vw,1.9rem)}
@media (max-width:920px){body.tpl-classic .ws-header__inner{flex-direction:row;justify-content:space-between;padding:0}body.tpl-classic .ws-burger{position:static;margin-left:auto}body.tpl-classic .ws-brand{font-size:1.05rem;white-space:normal}}

/* Moderna: cabecera transparente sobre el hero a pantalla completa, titulos a la izquierda con la descripcion al lado, tarjetas sin borde. */
body.tpl-modern .ws-header{position:fixed;left:0;right:0;background:transparent;color:#fff;border:0;backdrop-filter:none;transition:background .25s,color .25s}
body.tpl-modern .ws-header.is-solid,body.tpl-modern.no-hero .ws-header{background:var(--ws-header-bg);color:var(--ws-header-fg);box-shadow:0 6px 24px rgba(0,0,0,.08)}
body.tpl-modern.no-hero main{padding-top:var(--ws-header-h)}
/* En vista previa la barra amarilla es sticky arriba: la cabecera fija baja para no quedar tapada. */
body.tpl-modern .ws-preview-bar~.ws-header{top:38px}
body.tpl-modern .ws-hero{min-height:100vh;padding-top:calc(var(--ws-header-h) + 30px);text-align:left;place-items:center start}
body.tpl-modern .ws-hero .ws-hero__inner{justify-items:start;max-width:760px}
body.tpl-modern .ws-hero .ws-hero__actions{justify-content:flex-start}
body.tpl-modern .ws-hero--small{min-height:52vh}
body.tpl-modern .ws-hero h1{font-size:clamp(2.4rem,6vw,4.6rem);font-weight:800;letter-spacing:-.02em;line-height:1}
body.tpl-modern .ws-nav__link{font-weight:600;text-transform:uppercase;font-size:.82rem;letter-spacing:.08em}
body.tpl-modern .ws-section__head{text-align:left;margin:0 0 34px;max-width:none;display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:end}
body.tpl-modern .ws-section__head h2{font-weight:800;letter-spacing:-.02em;font-size:clamp(1.8rem,3.4vw,2.6rem);position:relative;padding-left:22px}
body.tpl-modern .ws-section__head h2::before{content:"";position:absolute;left:0;top:.2em;bottom:.2em;width:6px;border-radius:3px;background:var(--ws-s)}
body.tpl-modern .ws-section__head p{margin:0}
body.tpl-modern .ws-section__icon{grid-column:1/-1}
body.tpl-modern .ws-card{border:0;box-shadow:0 10px 30px rgba(0,0,0,.08)}
body.tpl-modern .ws-btn{border-radius:999px}
body.tpl-modern .ws-section:nth-of-type(even){background:var(--ws-bg)}
body.tpl-modern .ws-section:nth-of-type(odd){background:var(--ws-surface-2)}
body.tpl-modern .ws-feature{border:0;box-shadow:0 10px 30px rgba(0,0,0,.06);text-align:left}
body.tpl-modern .ws-footer{background:#0f172a}
@media (max-width:820px){body.tpl-modern .ws-section__head{grid-template-columns:1fr}}

/* Comunidad: menu partido con el logo en el centro, olas entre secciones, colores calidos y bordes redondos. */
body.tpl-community .ws-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}
body.tpl-community .ws-nav{margin:0}
body.tpl-community .ws-nav--left{justify-content:flex-end}
body.tpl-community .ws-nav--right{justify-content:flex-start}
body.tpl-community .ws-brand{justify-self:center;flex-direction:column;gap:2px;font-size:1rem}
body.tpl-community .ws-brand img{height:52px}
body.tpl-community .ws-burger{grid-column:3;justify-self:end}
body.tpl-community .ws-nav__link{border-radius:999px}
body.tpl-community .ws-hero{background:linear-gradient(135deg,var(--ws-p),var(--ws-s));border-radius:0 0 48px 48px}
body.tpl-community .ws-card,body.tpl-community .ws-feature,body.tpl-community .ws-time,body.tpl-community .ws-form,body.tpl-community .ws-inline{border-radius:18px}
body.tpl-community .ws-section:nth-of-type(even){background:var(--ws-p-soft)}
body.tpl-community .ws-section:nth-of-type(even)::before{content:"";position:absolute;left:0;right:0;top:-1px;height:40px;background:var(--ws-bg);border-radius:0 0 50% 50%/0 0 100% 100%;z-index:0}
body.tpl-community .ws-section:nth-of-type(even)>.ws-container{position:relative;z-index:1}
body.tpl-community .ws-section__head h2{display:inline-block;padding:4px 18px;border-radius:999px;background:var(--ws-p-soft);color:var(--ws-p);font-size:clamp(1.3rem,2.6vw,1.9rem)}
body.tpl-community .ws-btn{border-radius:999px;box-shadow:0 8px 20px rgba(0,0,0,.12)}
body.tpl-community .ws-card__media{aspect-ratio:1/1}
body.tpl-community .ws-card{border:0}
body.tpl-community .ws-footer{border-radius:48px 48px 0 0}
@media (max-width:920px){body.tpl-community .ws-header__inner{grid-template-columns:auto 1fr auto}body.tpl-community .ws-brand{justify-self:start;flex-direction:row}}

/* Minimal: siempre con menu lateral (hamburguesa), numeracion de secciones, lineas finas y mucho aire. */
body.tpl-minimal{counter-reset:ws-section}
body.tpl-minimal .ws-nav{display:none}
body.tpl-minimal .ws-burger{display:block}
body.tpl-minimal .ws-header{border-bottom:1px solid var(--ws-border);backdrop-filter:none}
body.tpl-minimal .ws-brand{font-weight:400;letter-spacing:.14em;text-transform:uppercase;font-size:.95rem}
body.tpl-minimal .ws-card,body.tpl-minimal .ws-feature,body.tpl-minimal .ws-time,body.tpl-minimal .ws-row,body.tpl-minimal .ws-form{box-shadow:none;border-radius:2px}
body.tpl-minimal .ws-card:hover{transform:none;box-shadow:none;border-color:var(--ws-fg)}
body.tpl-minimal .ws-section{padding:96px 0;border-top:1px solid var(--ws-border)}
body.tpl-minimal .ws-section:nth-of-type(even){background:var(--ws-bg)}
body.tpl-minimal .ws-section__head{text-align:left;margin-left:0;max-width:none;display:grid;grid-template-columns:120px 1fr;gap:20px;counter-increment:ws-section}
body.tpl-minimal .ws-section__head::before{content:"0" counter(ws-section);font-family:var(--ws-font-heading);font-size:.85rem;letter-spacing:.2em;color:var(--ws-muted);padding-top:.6em}
body.tpl-minimal .ws-section__head h2{font-weight:300;letter-spacing:-.01em;font-size:clamp(1.8rem,3.4vw,2.8rem)}
body.tpl-minimal .ws-section__head p{grid-column:2}
body.tpl-minimal .ws-section__icon{grid-column:2}
body.tpl-minimal .ws-hero{background:var(--ws-bg);color:var(--ws-fg);text-align:left;place-items:center start;min-height:60vh}
body.tpl-minimal .ws-hero h1{color:var(--ws-fg);text-shadow:none;font-weight:300;font-size:clamp(2.4rem,6vw,5rem);letter-spacing:-.02em}
body.tpl-minimal .ws-hero p{color:var(--ws-muted)}
body.tpl-minimal .ws-hero .ws-hero__inner{justify-items:start}
body.tpl-minimal .ws-hero .ws-hero__actions{justify-content:flex-start}
body.tpl-minimal .ws-hero .ws-btn--light{background:var(--ws-fg);color:#fff;border-color:var(--ws-fg)}
body.tpl-minimal .ws-hero .ws-btn--outline{color:var(--ws-fg);border-color:var(--ws-fg)}
body.tpl-minimal .ws-hero__bg~.ws-container h1,body.tpl-minimal .ws-hero__bg~.ws-container p{color:#fff}
body.tpl-minimal .ws-btn{border-radius:2px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;font-size:.85rem}
body.tpl-minimal .ws-card__media{aspect-ratio:4/3;filter:grayscale(.2)}
body.tpl-minimal .ws-footer{background:var(--ws-bg);color:var(--ws-fg);border-top:1px solid var(--ws-border)}
body.tpl-minimal .ws-footer__bottom{border-color:var(--ws-border)}
body.tpl-minimal .ws-footer__social a{background:var(--ws-surface-2)}
@media (max-width:820px){body.tpl-minimal .ws-section__head{grid-template-columns:1fr}body.tpl-minimal .ws-section__head p{grid-column:1}}

/* Vibrante: barra fija con pastillas, secciones en diagonal, degradados y tarjetas muy redondeadas. */
body.tpl-vibrant .ws-header{background:linear-gradient(90deg,var(--ws-p),var(--ws-s));color:#fff;border:0}
body.tpl-vibrant .ws-nav__link{border-radius:999px;font-weight:600}
body.tpl-vibrant .ws-nav__link:hover{background:rgba(255,255,255,.18)}
body.tpl-vibrant .ws-nav__link--highlight,body.tpl-vibrant .ws-nav__link--button{background:#fff;color:var(--ws-p);border-color:#fff}
body.tpl-vibrant .ws-nav__sub{color:var(--ws-fg)}
body.tpl-vibrant .ws-hero{background:linear-gradient(120deg,var(--ws-p) 0%,var(--ws-s) 100%);clip-path:polygon(0 0,100% 0,100% 92%,0 100%);padding-bottom:90px}
body.tpl-vibrant .ws-hero h1{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:800}
body.tpl-vibrant .ws-card,body.tpl-vibrant .ws-feature,body.tpl-vibrant .ws-time,body.tpl-vibrant .ws-form,body.tpl-vibrant .ws-row,body.tpl-vibrant .ws-inline{border-radius:24px}
body.tpl-vibrant .ws-card{border:0;box-shadow:0 14px 34px rgba(0,0,0,.1)}
body.tpl-vibrant .ws-card__media{aspect-ratio:4/3}
body.tpl-vibrant .ws-section:nth-of-type(even){background:var(--ws-surface-2);clip-path:polygon(0 3%,100% 0,100% 97%,0 100%);padding:84px 0}
body.tpl-vibrant .ws-section__head h2{background:linear-gradient(90deg,var(--ws-p),var(--ws-s));-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block;font-weight:800}
body.tpl-vibrant .ws-btn{border-radius:999px;background:linear-gradient(90deg,var(--ws-p),var(--ws-s));border:0;padding:14px 26px}
body.tpl-vibrant .ws-btn--outline{background:transparent;border:2px solid var(--ws-p);color:var(--ws-p)}
body.tpl-vibrant .ws-btn--light{background:#fff;color:var(--ws-p)}
body.tpl-vibrant .ws-footer{background:linear-gradient(90deg,var(--ws-p),var(--ws-s))}
body.tpl-vibrant .ws-time{border-left-width:8px}
body.tpl-vibrant .ws-feature__icon{width:72px;height:72px;display:grid;place-items:center;margin:0 auto 10px;border-radius:22px;background:linear-gradient(135deg,var(--ws-p),var(--ws-s));color:#fff;font-size:1.8rem}

/* Presentacion: cabecera blanca con boton de accion a la derecha, hero con malla de color y capturas, marketing. */
body.tpl-showcase .ws-header{background:rgba(255,255,255,.85);border-bottom:1px solid rgba(15,23,42,.06)}
body.tpl-showcase .ws-header__inner{gap:30px}
body.tpl-showcase .ws-nav{margin:0 auto}
body.tpl-showcase .ws-nav__link{font-weight:600;color:#334155;font-size:.95rem}
body.tpl-showcase .ws-nav__link--highlight,body.tpl-showcase .ws-nav__link--button{background:var(--ws-p);border-color:var(--ws-p);color:#fff;border-radius:10px;padding:10px 18px;margin-left:6px}
body.tpl-showcase .ws-nav__link--admin{border-radius:10px;opacity:1;color:var(--ws-p);border-color:var(--ws-p)}
body.tpl-showcase .ws-brand{font-weight:800;letter-spacing:-.02em}
body.tpl-showcase .ws-hero--small{min-height:40vh}body.tpl-showcase .ws-hero{background:radial-gradient(at 10% 10%,color-mix(in srgb,var(--ws-s) 35%,white) 0,transparent 45%),radial-gradient(at 90% 20%,color-mix(in srgb,var(--ws-p) 30%,white) 0,transparent 50%),linear-gradient(180deg,#f8fafc,#eef2ff);color:#0f172a;min-height:78vh}
body.tpl-showcase .ws-hero h1{color:#0f172a;text-shadow:none;font-weight:800;letter-spacing:-.03em;font-size:clamp(2.4rem,5.4vw,4.2rem);line-height:1.05}
body.tpl-showcase .ws-hero p{color:#475569;font-size:clamp(1.1rem,2vw,1.35rem)}
body.tpl-showcase .ws-hero__badge{background:var(--ws-p-soft);border-color:transparent;color:var(--ws-p)}
body.tpl-showcase .ws-hero .ws-btn--light{background:var(--ws-p);color:#fff;border-color:var(--ws-p);box-shadow:0 12px 30px color-mix(in srgb,var(--ws-p) 40%,transparent)}
body.tpl-showcase .ws-hero .ws-btn--outline{color:var(--ws-p);border-color:#cbd5e1;background:#fff}
body.tpl-showcase .ws-hero__figure img{box-shadow:0 40px 90px rgba(15,23,42,.25);border:1px solid rgba(15,23,42,.08)}
body.tpl-showcase .ws-hero__overlay{display:none}
body.tpl-showcase .ws-hero__bg~.ws-container h1,body.tpl-showcase .ws-hero__bg~.ws-container p{color:#fff}
body.tpl-showcase .ws-section__head h2{font-weight:800;letter-spacing:-.02em;font-size:clamp(1.8rem,3.6vw,2.6rem)}
body.tpl-showcase .ws-section__head p{font-size:1.12rem;color:#475569}
body.tpl-showcase .ws-section:nth-of-type(even){background:#f8fafc}
body.tpl-showcase .ws-btn{border-radius:12px;font-weight:700}
body.tpl-showcase .ws-card,body.tpl-showcase .ws-feature,body.tpl-showcase .ws-frow,body.tpl-showcase .ws-step--card,body.tpl-showcase .ws-stat--card{border-radius:16px}
body.tpl-showcase .ws-feature{border:1px solid #e2e8f0;text-align:left;box-shadow:0 1px 2px rgba(15,23,42,.04);transition:box-shadow .2s,transform .2s}
body.tpl-showcase .ws-feature:hover{box-shadow:0 18px 40px rgba(15,23,42,.1);transform:translateY(-3px)}
body.tpl-showcase .ws-feature__icon{width:52px;height:52px;display:grid;place-items:center;border-radius:12px;background:var(--ws-p-soft);font-size:1.6rem;margin-bottom:14px}
body.tpl-showcase .ws-stats--band{background:linear-gradient(90deg,var(--ws-p),var(--ws-s))}
body.tpl-showcase .ws-cta{background:linear-gradient(120deg,var(--ws-p),var(--ws-s))}
body.tpl-showcase .ws-cta--card .ws-cta__box{background:linear-gradient(120deg,var(--ws-p),var(--ws-s))}
body.tpl-showcase .ws-footer{background:#0f172a;color:#cbd5e1}
body.tpl-showcase .ws-footer h4{color:#fff}
body.tpl-showcase .ws-verse{font-style:normal;font-weight:600;color:#0f172a}
body.tpl-showcase .ws-frow h3{font-size:1.7rem;letter-spacing:-.02em}
body.tpl-showcase .ws-frow ul li::marker{color:var(--ws-p)}

/* ------------------------------------------------- contacto y predicas */
.ws-form__check{display:flex!important;gap:10px;align-items:center;font-weight:500}
.ws-form__check input{width:auto}
.ws-audio{width:100%;margin:10px 0}
.ws-detail__player{margin:0 auto 22px;max-width:960px}
.ws-card__play{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:rgba(0,0,0,.55);color:#fff;font-size:1.2rem;box-shadow:0 6px 16px rgba(0,0,0,.3)}

/* ======================================= prioridad de la configuracion */
/* Va al final a proposito: lo que la persona elige para UNA seccion
   (espacio, ancho, alineacion, forma del hero) gana a las reglas de la
   plantilla, que tienen la misma especificidad (body.tpl-x .ws-section). */
body .ws-section.ws-section--compact{padding:32px 0}
body .ws-section.ws-section--wide{padding:110px 0}
body .ws-section.ws-section--narrow>.ws-container{width:min(760px,calc(100% - var(--ws-gutter) * 2))}
body .ws-section.ws-section--widecol>.ws-container{width:min(1400px,calc(100% - var(--ws-gutter) * 2))}
body .ws-section.ws-section--fullw>.ws-container{width:100%;padding:0 var(--ws-gutter)}
body .ws-section.ws-section--left,body .ws-section.ws-section--left .ws-section__head{text-align:left}
body .ws-section.ws-section--left .ws-section__head{margin-left:0;margin-right:auto}
body .ws-section.ws-section--right,body .ws-section.ws-section--right .ws-section__head{text-align:right}
body .ws-section.ws-section--right .ws-section__head{margin-right:0;margin-left:auto}
body .ws-section.ws-section--right .ws-section__head h2::after{margin-left:auto;margin-right:0}
body .ws-section.ws-section--left .ws-section__head h2::after{margin-left:0}
body .ws-section.ws-section--tone-light{color:#fff}
body .ws-section.ws-section--tone-light h2,body .ws-section.ws-section--tone-light h3,body .ws-section.ws-section--tone-light .ws-section__head p{color:#fff}
body .ws-section.ws-section--tone-light .ws-section__head h2{-webkit-text-fill-color:#fff;background:none}
body .ws-section.ws-section--has-bg{background:transparent!important;clip-path:none}
body .ws-section.ws-section--has-bg::before{display:none}
body .ws-hero.ws-hero--center{text-align:center;place-items:center}
body .ws-hero.ws-hero--center .ws-hero__inner{justify-items:center;margin:0 auto}
body .ws-hero.ws-hero--center .ws-hero__actions{justify-content:center}
body .ws-hero.ws-hero--left{text-align:left;place-items:center start}
body .ws-hero.ws-hero--left .ws-hero__inner{justify-items:start}
body .ws-hero.ws-hero--left .ws-hero__actions{justify-content:flex-start}
body .ws-hero.ws-hero--right{text-align:right;place-items:center end}
body .ws-hero.ws-hero--right .ws-hero__inner{justify-items:end;margin-left:auto}
body .ws-hero.ws-hero--right .ws-hero__actions{justify-content:flex-end}
body .ws-hero.ws-hero--small{min-height:34vh}
body .ws-hero.ws-hero--band{min-height:0;padding:40px 0}
body .ws-hero.ws-hero--full{min-height:calc(100vh - var(--ws-header-h))}

/* Anclas del menu: la cabecera fija no debe tapar el titulo de la seccion. */
.ws-section,.ws-hero,[id]{scroll-margin-top:calc(var(--ws-header-h, 72px) + 18px)}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}

/* ------------------------------------------------- selector de idioma */
.ws-lang{display:inline-flex;align-items:center;gap:2px;border:1px solid rgba(127,127,127,.35);border-radius:999px;padding:2px;line-height:1;background:rgba(255,255,255,.08)}
.ws-lang__opt{display:inline-block;padding:4px 9px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.04em;color:inherit;opacity:.7}
.ws-lang__opt.is-on{background:var(--ws-p);color:#fff;opacity:1}
.ws-lang__opt:hover{opacity:1}
.ws-nav__item--lang{display:flex;align-items:center;margin-left:6px}
.ws-drawer__lang{margin-top:14px}
.ws-topbar .ws-lang{margin-left:10px}

/* ------------------------------------------------------- movimiento */
/* El script solo marca elementos cuando puede animarlos: sin JavaScript o
   con "prefers-reduced-motion" el contenido se ve tal cual. */
.ws-a{opacity:0;transition:opacity var(--ws-a-dur,.7s) cubic-bezier(.22,.61,.36,1) var(--ws-a-delay,0ms),transform var(--ws-a-dur,.7s) cubic-bezier(.22,.61,.36,1) var(--ws-a-delay,0ms),filter var(--ws-a-dur,.7s) ease var(--ws-a-delay,0ms)}
.ws-a.is-in{opacity:1;transform:none;filter:none}
.ws-a--fade-up{transform:translateY(34px)}
.ws-a--fade-down{transform:translateY(-34px)}
.ws-a--fade-left{transform:translateX(40px)}
.ws-a--fade-right{transform:translateX(-40px)}
.ws-a--zoom-in{transform:scale(.9)}
.ws-a--zoom-out{transform:scale(1.08)}
.ws-a--flip-up{transform:perspective(900px) rotateX(16deg);transform-origin:center bottom}
.ws-a--rotate-in{transform:rotate(-5deg) scale(.94)}
.ws-a--blur-in{filter:blur(12px)}
.ws-a--rise{transform:translateY(64px) scale(.97)}
.ws-a--pop{transform:scale(.72);transition-timing-function:cubic-bezier(.34,1.56,.64,1)}
.ws-a-speed--fast{--ws-a-dur:.4s}
.ws-a-speed--slow{--ws-a-dur:1.1s}

/* Gestos al pasar por encima */
.ws-hover--lift .ws-card,.ws-hover--lift .ws-feature,.ws-hover--lift .ws-frow,.ws-hover--lift .ws-step,.ws-hover--lift .ws-stat,.ws-hover--lift .ws-person,.ws-hover--lift .ws-branch,.ws-hover--lift .ws-time,.ws-hover--lift .ws-btn,.ws-hover--lift figure{transition:transform .3s ease,box-shadow .3s ease}
.ws-hover--lift .ws-card:hover,.ws-hover--lift .ws-feature:hover,.ws-hover--lift .ws-frow:hover,.ws-hover--lift .ws-step:hover,.ws-hover--lift .ws-stat:hover,.ws-hover--lift .ws-person:hover,.ws-hover--lift .ws-branch:hover,.ws-hover--lift .ws-time:hover,.ws-hover--lift .ws-btn:hover,.ws-hover--lift figure:hover{transform:translateY(-6px);box-shadow:0 18px 38px rgba(0,0,0,.16)}
.ws-hover--grow .ws-card,.ws-hover--grow .ws-feature,.ws-hover--grow .ws-frow,.ws-hover--grow .ws-step,.ws-hover--grow .ws-stat,.ws-hover--grow .ws-person,.ws-hover--grow .ws-branch,.ws-hover--grow .ws-time,.ws-hover--grow .ws-btn,.ws-hover--grow figure{transition:transform .3s ease}
.ws-hover--grow .ws-card:hover,.ws-hover--grow .ws-feature:hover,.ws-hover--grow .ws-frow:hover,.ws-hover--grow .ws-step:hover,.ws-hover--grow .ws-stat:hover,.ws-hover--grow .ws-person:hover,.ws-hover--grow .ws-branch:hover,.ws-hover--grow .ws-time:hover,.ws-hover--grow .ws-btn:hover,.ws-hover--grow figure:hover{transform:scale(1.035)}
.ws-hover--tilt .ws-card,.ws-hover--tilt .ws-feature,.ws-hover--tilt .ws-frow,.ws-hover--tilt .ws-step,.ws-hover--tilt .ws-stat,.ws-hover--tilt .ws-person,.ws-hover--tilt .ws-branch,.ws-hover--tilt figure{transition:transform .35s ease;transform-style:preserve-3d}
.ws-hover--tilt .ws-card:hover,.ws-hover--tilt .ws-feature:hover,.ws-hover--tilt .ws-frow:hover,.ws-hover--tilt .ws-step:hover,.ws-hover--tilt .ws-stat:hover,.ws-hover--tilt .ws-person:hover,.ws-hover--tilt .ws-branch:hover,.ws-hover--tilt figure:hover{transform:perspective(800px) rotateX(4deg) rotateY(-5deg) translateY(-3px)}
.ws-hover--glow .ws-card,.ws-hover--glow .ws-feature,.ws-hover--glow .ws-frow,.ws-hover--glow .ws-step,.ws-hover--glow .ws-stat,.ws-hover--glow .ws-person,.ws-hover--glow .ws-branch,.ws-hover--glow .ws-btn,.ws-hover--glow figure{transition:box-shadow .3s ease,border-color .3s ease}
.ws-hover--glow .ws-card:hover,.ws-hover--glow .ws-feature:hover,.ws-hover--glow .ws-frow:hover,.ws-hover--glow .ws-step:hover,.ws-hover--glow .ws-stat:hover,.ws-hover--glow .ws-person:hover,.ws-hover--glow .ws-branch:hover,.ws-hover--glow .ws-btn:hover,.ws-hover--glow figure:hover{box-shadow:0 0 0 2px var(--ws-p),0 14px 32px rgba(0,0,0,.14)}
.ws-hover--shine .ws-card__media,.ws-hover--shine .ws-row__media,.ws-hover--shine .ws-frow__media,.ws-hover--shine figure{overflow:hidden}
.ws-hover--shine .ws-card__media img,.ws-hover--shine .ws-row__media img,.ws-hover--shine .ws-frow__media img,.ws-hover--shine figure img,.ws-hover--shine .ws-split__media img{transition:transform .5s ease,filter .5s ease}
.ws-hover--shine .ws-card:hover .ws-card__media img,.ws-hover--shine .ws-row:hover .ws-row__media img,.ws-hover--shine .ws-frow:hover .ws-frow__media img,.ws-hover--shine figure:hover img,.ws-hover--shine .ws-split__media:hover img{transform:scale(1.06);filter:saturate(1.1)}
.ws-hover--underline .ws-card h3,.ws-hover--underline .ws-feature h3,.ws-hover--underline .ws-row h3{background-image:linear-gradient(var(--ws-p),var(--ws-p));background-size:0 2px;background-repeat:no-repeat;background-position:0 100%;transition:background-size .35s ease}
.ws-hover--underline .ws-card:hover h3,.ws-hover--underline .ws-feature:hover h3,.ws-hover--underline .ws-row:hover h3{background-size:100% 2px}

@media (prefers-reduced-motion: reduce){
  .ws-a{opacity:1!important;transform:none!important;filter:none!important;transition:none!important}
  .ws-hover--lift *,.ws-hover--grow *,.ws-hover--tilt *,.ws-hover--shine *,.ws-hover--underline *{transition:none!important}
  .ws-hover--lift *:hover,.ws-hover--grow *:hover,.ws-hover--tilt *:hover{transform:none!important}
}
