
/* FASE247 — portada clásica Sapientia Christiana */
.sc-home{max-width:1240px;padding:26px 16px 64px}
.home-shell{padding:0;overflow:hidden;border-radius:28px;background:linear-gradient(180deg,#fffdf8 0%,#fbf6ed 100%)}
.home-head{position:relative;text-align:center;padding:46px 40px 34px;border-bottom:1px solid var(--line);background:
  radial-gradient(circle at top, rgba(255,255,255,.95), rgba(255,255,255,.35) 34%, transparent 58%),
  linear-gradient(180deg,#faf4e8 0%,#f4ecde 48%,#f7f1e7 100%)}
.home-head::before,.home-head::after{content:"";position:absolute;left:34px;right:34px;height:1px;background:linear-gradient(90deg,transparent,rgba(123,75,42,.28),transparent)}
.home-head::before{top:18px}.home-head::after{bottom:18px}
.home-kicker{margin:0;color:#7f5b33;font-variant:small-caps;letter-spacing:.16em;font-size:.9rem}
.home-seal{width:94px;height:94px;border-radius:50%;margin:16px auto 14px;display:grid;place-items:center;background:radial-gradient(circle at 35% 30%,#fdf8ef,#e7d5bb 72%,#d7bf98 100%);border:1px solid rgba(123,75,42,.35);box-shadow:0 12px 28px rgba(70,38,9,.13), inset 0 1px 0 rgba(255,255,255,.7)}
.home-seal span{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;border:1px solid rgba(123,75,42,.24);color:#7b4b2a;font-size:2rem}
.home-head h1{margin:.15rem 0 .15rem;font-size:clamp(2.4rem,5vw,4.3rem);letter-spacing:.02em;color:#572e1b}
.home-subtitle{font-size:1.15rem;color:#7b4b2a;margin:.2rem auto .55rem;font-variant:small-caps;letter-spacing:.12em}
.home-lead{max-width:860px;margin:.8rem auto 0;color:#5e5347;font-size:1.02rem}
.home-links{margin:1.25rem auto 0;gap:.7rem}
.home-links a{padding:.5rem .9rem;background:rgba(255,250,240,.88);backdrop-filter: blur(1px);font-size:.96rem}
.home-content{padding:30px 34px 38px}
.home-search-panel,.home-index-panel,.home-stats,.home-section{margin:0 0 24px}
.home-search-panel,.home-index-panel,.home-section,.home-stats{background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:22px;box-shadow:0 12px 30px rgba(83,48,13,.06)}
.home-search-panel{padding:20px 22px 14px}
.search-label,.section-eyebrow{display:block;color:#7b4b2a;font-size:.8rem;font-variant:small-caps;letter-spacing:.16em;margin-bottom:.35rem}
.home-search-panel h2,.home-index-panel h2,.home-section h2{margin:.1rem 0 .45rem;color:#5f351f}
.home-search-panel .search-box{margin:10px auto 0;max-width:none}
.home-search-panel input{padding:1rem 1.1rem;border-radius:16px;border:1px solid #d8c8b2;background:#fffefb;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.home-index-panel{padding:18px 20px 16px;text-align:center}
.home-index-panel p{margin:.35rem auto .9rem;color:var(--muted);max-width:800px}
.home-index-panel .letters{margin:0 auto 6px}
.home-index-panel .letters a{background:#fff;border-radius:14px;padding:.38rem .55rem;min-width:2.3rem;box-shadow:0 3px 10px rgba(79,53,24,.06)}
.home-stats{padding:16px 18px}
.home-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.home-stat{background:linear-gradient(180deg,#fffdf8 0%,#f8f1e5 100%);border:1px solid #e5d8c7;border-radius:18px;padding:16px 14px;text-align:left}
.home-stat strong{display:block;color:#5f351f;font-size:1.8rem;line-height:1.05}
.home-stat span{display:block;color:#7b4b2a;font-variant:small-caps;letter-spacing:.08em;margin-top:.1rem;font-size:.86rem}
.home-stat p{margin:.45rem 0 0;color:var(--muted);font-size:.92rem;line-height:1.45}
.home-section{padding:24px 22px 22px}
.home-section p{color:var(--muted)}
.home-section .dictionary-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px}
.home-section .dict-card{background:linear-gradient(180deg,#fffefb 0%,#f8f1e7 100%);border-radius:20px;padding:18px;position:relative;overflow:hidden}
.home-section .dict-card::before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:var(--card-accent,#b18655)}
.home-section .dict-card strong{font-size:1.08rem;line-height:1.28}
.home-section .dict-card span{font-size:.93rem;line-height:1.5}
.home-biblia .dictionary-grid,.home-resources .dictionary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.home-note{margin:.95rem 0 0;padding:.9rem 1rem;border-left:4px solid #b18655;background:#fffaf0;border-radius:12px;color:#65584c}
.resource-card .dict-badge{background:#f1e1c6;color:#6d4428}
.resource-card.future{opacity:.88;background:linear-gradient(180deg,#f8f5ef,#f2eadf)}
.home-footer-note{margin-top:18px;text-align:center;color:#786d60;font-size:.92rem}
@media(max-width:980px){.home-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-section .dictionary-grid,.home-biblia .dictionary-grid,.home-resources .dictionary-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.home-head{padding:34px 18px 28px}.home-content{padding:18px 14px 22px}.home-search-panel,.home-index-panel,.home-section,.home-stats{border-radius:18px}.home-links{gap:.45rem}.home-links a{padding:.45rem .7rem}.home-stats-grid,.home-section .dictionary-grid,.home-biblia .dictionary-grid,.home-resources .dictionary-grid{grid-template-columns:1fr}.home-stat{text-align:center}}

/* FASE248 — información accesible y colores propios de las colecciones */
.home-title-row{position:relative;display:flex;align-items:center;justify-content:center;gap:12px;width:100%}
.home-title-row h1{margin-left:54px}
.home-help-wrap{position:relative;display:inline-flex;align-items:center;z-index:40}
.home-help-btn{width:43px;height:43px;border:1px solid rgba(78,56,33,.25);border-radius:15px;background:#fffaf1;color:#5f351f;box-shadow:0 9px 24px rgba(50,31,10,.12);font-size:1.08rem;font-weight:950;cursor:pointer}
.home-help-btn:hover,.home-help-btn:focus-visible{background:#fff;border-color:#7b4b2a;outline:3px solid rgba(123,75,42,.18);outline-offset:2px}
.home-help-popover{position:absolute;z-index:2147483000;top:calc(100% + 12px);right:0;width:min(620px,calc(100vw - 34px));max-height:calc(100vh - 30px);overflow:auto;padding:17px 19px;border:1px solid rgba(255,231,190,.2);border-radius:19px;background:rgba(31,25,20,.985);color:#fff;box-shadow:0 22px 65px rgba(0,0,0,.34);font-size:13.5px;line-height:1.52;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-4px);transition:opacity .1s,visibility .1s,transform .1s;text-align:left}
.home-help-popover::before{content:"";position:absolute;right:14px;top:-7px;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(31,25,20,.985)}
.home-help-popover.show{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
.home-help-popover p{margin:.2rem 0 .8rem}.home-help-popover p:last-child{margin-bottom:.1rem}.home-help-popover strong{color:#ffe4b1}
.home-section .dict-db{--card-accent:#7b4b2a}
.home-section .dict-dd{--card-accent:#5a5f8f}
.home-section .dict-dtp{--card-accent:#6b4f7d}
.home-section .dict-dm{--card-accent:#9a476d}
.home-section .dict-dtm{--card-accent:#4f7b58}
.home-section .dict-da{--card-accent:#8c6a2f}
.home-section .dict-beg{--card-accent:#356b75}
.home-section .dict-biblia{--card-accent:#7b4b2a}
.home-section .resource-card{--card-accent:#9a6a35}
@media(max-width:680px){.home-title-row{gap:8px}.home-title-row h1{margin-left:43px}.home-help-btn{width:38px;height:38px;border-radius:13px}.home-help-popover{position:fixed;left:14px;right:14px;top:90px;width:auto}.home-help-popover::before{display:none}}
