/* utilities.css — clases extraídas de estilos inline durante el refactor.
   Cargado ÚLTIMO: misma especificidad (0,1,0) que las reglas base,
   gana por orden de cascada igual que ganaba el atributo style inline. */

.logo-h40 { height: 40px; width: auto; display: block; }
.logo-footer { height: 36px; width: auto; filter: brightness(0) invert(1); display: block; }
.feature-img { width: 100%; height: 180px; object-fit: cover; border-radius: 10px; margin-bottom: 20px; }
.btn-block { text-align: center; text-decoration: none; display: block; }
.content-img { width: 100%; height: auto; border-radius: 16px; margin: 0 0 32px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); object-fit: cover; max-height: 400px; display: block; }
.fs-140 { font-size: 1.4rem; }
.section-pt-120 { padding-top: 120px; }
.text-left { text-align: left; }
.text-left-flush { text-align: left; margin-left: 0; }
.text-center-block { text-align: center; display: block; }
.mx-auto-mb20 { margin: 0 auto 20px; }
.hero-compact { min-height: auto; padding: 100px 0 60px; }
.mt-30 { margin-top: 30px; }
.link-tile { display: flex; align-items: center; gap: 12px; padding: 16px; background: var(--bg-soft, #F5F7FA); border-radius: 12px; color: var(--deep); text-decoration: none; font-weight: 600; font-size: 15px; margin-bottom: 12px; }
.link-tile-mb24 { display: flex; align-items: center; gap: 12px; padding: 16px; background: var(--bg-soft, #F5F7FA); border-radius: 12px; color: var(--deep); text-decoration: none; font-weight: 600; font-size: 15px; margin-bottom: 24px; }
.mw-800-center { max-width: 800px; margin: 0 auto; }
.mw-900-center { max-width: 900px; margin: 0 auto; }
.subheading { font-size: 1.25rem; margin-bottom: 15px; color: var(--text-color); }
.p0-hidden { padding: 0; overflow: hidden; }
.img-cover-r32 { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 32px; }
.mb-16 { margin-bottom: 16px; }
.strong-accent { color: var(--primary-color); font-size: 1.1rem; }
.mb-12 { margin-bottom: 12px; }
.hero-image { width: 100%; height: auto; border-radius: 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.1); }
.hero-sub-750 { max-width: 750px; margin: 24px auto 0; }
.hero-sub-650 { max-width: 650px; margin: 24px auto 0; }
.hero-compact-2 { min-height: auto; padding: 80px 0 0; }
.mb-24 { margin-bottom: 24px; }
.mb-8 { margin-bottom:8px; }
.hero-sub-700 { max-width: 700px; margin: 24px auto 0; }
.card-link { text-decoration: none; color: inherit; display: block; }
.is-hidden { display: none; }
.mw-850-center { max-width: 850px; margin: 0 auto; }
.para-25 { color: var(--text-light); line-height: 1.6; margin-bottom: 25px; }
.para { color: var(--text-light); line-height: 1.6; }
.flex-center-p40 { display: flex; justify-content: center; align-items: center; height: 100%; padding: 40px; }
.logo-invert-shadow { max-width: 100%; height: auto; filter: brightness(0) invert(1) drop-shadow(0 10px 20px rgba(0,0,0,0.25)); }
.split-image-dark { background: #000; padding: 0; overflow: hidden; border: none; }
.img-cover-90 { width: 100%; height: 100%; object-fit: cover; display: block; opacity: 0.9; }
.hero-compact-3 { min-height: auto; padding: 100px 0 50px; }
.section-p-2080 { padding: 20px 0 80px; }
.calc-heading { font-family:'Outfit',sans-serif;font-size:22px;color:var(--deep,#1A5567);margin-bottom:24px;font-weight:700; }
.mb-28 { margin-bottom: 28px; }
.calc-row-labels { display:flex;justify-content:space-between;color:var(--text-light,#9CA3AF);font-size:12px;font-weight:600;margin-top:-10px; }
.calc-result-box { background:#F9FAFB;border:1px solid #E5E7EB;border-radius:12px;padding:14px 20px;font-family:'Outfit',sans-serif;font-weight:700;color:var(--deep,#1A5567);font-size:16px;display:flex;justify-content:space-between; }
.text-teal { color:var(--teal,#2A7B92); }
.divider-top { margin-top: 36px; border-top: 1px solid rgba(42,123,146,0.1); padding-top: 24px; }
.calc-label-heading { font-family:'Outfit',sans-serif;color:var(--deep,#1A5567);margin:0 0 16px;font-size:14px;text-transform:uppercase;letter-spacing:0.05em;font-weight:700; }
.calc-list { padding-left:20px;margin:0;color:var(--text-light,#6B7280);font-size:13px;line-height:1.7; }
.mb-0 { margin-bottom:0px; }
.text-green { color:#10B981; }
.caption-light { font-size:12px;color:rgba(255,255,255,0.6);font-weight:500; }
.section-pt-40 { padding-top: 40px; }
.divider-top-light { margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.15); }
.mw-950-center { max-width: 950px; margin: 0 auto; }
.hero-actions-center { justify-content: center; margin-top: 30px; }
