/* SPRINT 30.3.0 — CUMPLIMIENTO WEB Y EXPERIENCIA DEL CONSUMIDOR */

/* Libro: dos opciones reglamentarias + canal de sugerencias separado */
.type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.type-card p{min-height:86px}
.lr-suggestion-channel{margin-top:22px;padding:20px 22px;border:1px solid #dce9e2;border-radius:18px;background:#f7faf8;display:flex;align-items:center;justify-content:space-between;gap:20px}
.lr-suggestion-channel>div{display:grid;gap:6px}
.lr-suggestion-channel span{font-size:11px;letter-spacing:.12em;font-weight:800;color:#08783f}
.lr-suggestion-channel strong{font-size:18px}
.lr-suggestion-channel p{margin:0;color:#5f7067;line-height:1.5}
.response-email-required{position:relative}
.response-email-required::after{content:"Respuesta por correo seleccionada";font-size:11px;font-weight:600;color:#08783f}
.lr-data-notices{display:grid;gap:12px;margin-top:24px}

/* Portada: aviso visible del Libro de Reclamaciones */
.lr-home-notice{padding:34px 20px;background:#f5f9f7}
.lr-home-notice__inner{max-width:1180px;margin:auto;border:1px solid #d8e6df;border-radius:26px;background:#fff;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;padding:26px 30px;box-shadow:0 16px 46px rgba(7,40,25,.07)}
.lr-home-notice__icon{width:84px;height:84px;border:3px solid #092318;border-radius:14px;display:grid;place-items:center;flex:0 0 auto}
.lr-home-notice__icon svg{width:60px;height:60px;fill:none;stroke:#092318;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.lr-home-notice__copy span{display:block;font-size:11px;font-weight:800;letter-spacing:.14em;color:#08783f;margin-bottom:7px}
.lr-home-notice__copy strong{display:block;font-family:'Plus Jakarta Sans',Inter,Arial,sans-serif;font-size:26px;letter-spacing:-.03em;color:#092318}
.lr-home-notice__copy p{margin:8px 0 0;color:#5b6c63;line-height:1.55}
.lr-home-notice__action{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;text-decoration:none;border-radius:999px;padding:14px 22px;background:#08783f;color:#fff;font-weight:800}

/* FAQ */
.faq-home{padding:80px 20px;background:#fff}
.faq-home__inner{max-width:1000px;margin:auto}
.faq-home__head{text-align:center;max-width:720px;margin:0 auto 32px}
.faq-home__head span{font-size:12px;letter-spacing:.14em;font-weight:800;color:#08783f}
.faq-home__head h2{font-family:'Plus Jakarta Sans',Inter,Arial,sans-serif;font-size:clamp(32px,5vw,48px);letter-spacing:-.04em;margin:10px 0 14px;color:#092318}
.faq-home__head p{color:#5c6c64;line-height:1.6}
.faq-list{display:grid;gap:12px}
.faq-item{border:1px solid #dce9e2;border-radius:18px;background:#f8fbf9;overflow:hidden}
.faq-item summary{cursor:pointer;list-style:none;padding:20px 22px;font-weight:800;color:#123428;display:flex;align-items:center;justify-content:space-between;gap:20px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";font-size:24px;color:#08783f}
.faq-item[open] summary::after{content:"−"}
.faq-item__answer{padding:0 22px 22px;color:#5b6b63;line-height:1.65}
.faq-item__answer a{color:#08783f;font-weight:800}

@media(max-width:850px){
  .type-grid{grid-template-columns:1fr}
  .lr-suggestion-channel{align-items:flex-start;flex-direction:column}
  .lr-home-notice__inner{grid-template-columns:1fr;text-align:left}
  .lr-home-notice__icon{width:70px;height:70px}
  .lr-home-notice__action{width:100%}
}
