/* GSP — Nosotros (Historia, Misión y Valores) page styles. Canonical tokens. */

/* Editorial (asymmetric, left-aligned) hero variant */
.hero--editorial { justify-content: flex-start; }
.hero--editorial .hero-overlay { background: linear-gradient(95deg, rgba(13,21,38,.94) 0%, rgba(19,29,51,.82) 40%, rgba(19,29,51,.4) 72%, rgba(19,29,51,.12) 100%); }
.hero-editorial-inner { position: relative; z-index: 2; width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--section-x); }
.hero-editorial-col { max-width: 720px; }
.hero-eyebrow { display: flex; align-items: center; gap: .8rem; font-family: var(--font-display); font-size: .72rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--red-500); margin-bottom: 1.4rem; }
.hero-eyebrow::before { content: ''; width: 3px; height: 20px; background: var(--red-500); display: block; }
.hero--editorial .hero-title { text-align: left; }
.hero-subtitle--left { margin: 0; text-align: left; color: rgba(255,255,255,.62); }
.hero-stats { display: flex; flex-wrap: wrap; gap: 0; margin: 2.2rem 0; }
.hero-stat { padding-right: 1.4rem; margin-right: 1.4rem; border-right: 1px solid rgba(255,255,255,.16); }
.hero-stat:last-child { border-right: none; margin-right: 0; padding-right: 0; }
.hero-stat-num { font-family: var(--font-display); font-weight: 800; font-size: 1.6rem; color: #fff; line-height: 1; white-space: nowrap; }
.hero-stat-num .hl { color: var(--red-500); }
.hero-stat-label { font-size: .7rem; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: 1px; margin-top: .4rem; font-weight: 600; }
.hero--editorial .hero-cta-group { justify-content: flex-start; }
@media(max-width:600px){ .hero-stat { margin-bottom: 1rem; } .hero-stat-num { font-size: 1.5rem; } }

/* Intro split */
.nos-intro { background: var(--white); }
.nos-intro-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem,5vw,4.5rem); align-items: center; }
@media(max-width:860px){ .nos-intro-grid{ grid-template-columns: 1fr; } }
.nos-pill { display: inline-block; background: var(--red-500); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: .95rem; letter-spacing: 2px; text-transform: uppercase; padding: .7rem 1.6rem; border-radius: var(--radius-pill); box-shadow: var(--shadow-red); margin-bottom: 1.5rem; }
.nos-intro-text p { color: var(--red-500); line-height: 1.7; margin-bottom: 1.1rem; font-size: .95rem; }
.nos-intro-text p:last-child { margin-bottom: 0; }
.nos-intro-img .img-ph { aspect-ratio: 16/11; }

/* Gestión de riesgos (dark navy section) */
.nos-gestion { background: #1a2131; position: relative; overflow: hidden; }
.nos-gestion-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,4vw,3.5rem); align-items: center; }
@media(max-width:900px){ .nos-gestion-grid{ grid-template-columns: 1fr; } }
.nos-gestion h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.6rem,3vw,2.2rem); text-transform: uppercase; color: #fff; line-height: 1.15; margin-bottom: 1.5rem; }
.nos-gestion p { color: rgba(255,255,255,.92); line-height: 1.7; margin-bottom: 1.1rem; font-size: .92rem; }

/* Semicircular risk diagram */
.nos-diagram { width: 100%; max-width: 600px; margin: 0 auto; position: relative; }
.nos-diagram .ring { width: 100%; height: auto; display: block; }
.nos-diagram .ndg-shield { position: absolute; left: 50%; bottom: 6%; transform: translateX(-50%); width: 30%; }
.nos-diagram .ndg-label { position: absolute; width: 27%; transform: translate(-50%,-50%); font-family: var(--font-display); font-weight: 700; font-size: .62rem; line-height: 1.25; letter-spacing: .5px; text-transform: uppercase; color: #fff; text-align: center; }

/* Compromiso banner */
.nos-compromiso { margin-top: 2.5rem; background: var(--navy-700); border-radius: var(--radius-xl); padding: 1.6rem 2rem; text-align: center; }
.nos-compromiso p { color: rgba(255,255,255,.95); font-style: italic; font-size: 1.02rem; line-height: 1.6; margin: 0; font-family: var(--font-display); font-weight: 500; }

/* Calidad certificada */
.nos-calidad { background: var(--white); }
.nos-calidad-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem,5vw,4rem); align-items: center; }
@media(max-width:860px){ .nos-calidad-grid{ grid-template-columns: 1fr; } }
.nos-calidad h3 { font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; text-transform: uppercase; color: var(--red-500); margin: 0 0 1.1rem; letter-spacing: .5px; }
.nos-calidad p { color: var(--red-500); line-height: 1.7; margin-bottom: 1rem; font-size: .92rem; }
.nos-calidad ul { list-style: none; padding: 0; margin: 0 0 1rem; }
.nos-calidad li { color: var(--red-500); font-family: var(--font-display); font-weight: 700; font-size: .82rem; text-transform: uppercase; letter-spacing: .3px; padding: .3rem 0 .3rem 1.1rem; position: relative; }
.nos-calidad li::before { content: '·'; position: absolute; left: 0; font-weight: 800; }
.nos-calidad-img .img-ph { aspect-ratio: 4/3.4; }
.nos-iso-badges { display: flex; gap: 1rem; margin-bottom: 1.4rem; }
.nos-iso-cert { width: 100%; border: 1px solid var(--gray-200); border-radius: var(--radius-md); background: #fff; padding: 1rem 1.4rem; max-width: 340px; }
.nos-iso-cert img { display: block; width: 100%; height: auto; object-fit: contain; }
.nos-iso-badge { width: 64px; height: 64px; border-radius: var(--radius-md); border: 1px solid var(--gray-200); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; font-size: .6rem; color: var(--gray-500); text-align: center; line-height: 1.1; }

/* Credenciales strip */
.nos-creds { background: var(--white); border-top: 1px solid var(--gray-100); }
.nos-creds-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem; }
.nos-cred { flex: 1; min-width: 120px; text-align: center; font-family: var(--font-display); font-weight: 700; font-size: .72rem; letter-spacing: .5px; text-transform: uppercase; color: var(--gray-400); line-height: 1.3; filter: grayscale(1); opacity: .65; }
