
    .inf-page-container { max-width: 1200px; margin: 0 auto; padding: 20px 0; font-family: 'Inter', sans-serif; color: #334155; line-height: 1.85; }
    .inf-h2-title { font-size: 28px !important; font-weight: 800; color: #1A2A61; margin-bottom: 25px; border-bottom: 2px solid #e2e8f0; padding-bottom: 10px; position: relative; }
    .inf-h2-title::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 80px; height: 3px; background-color: #21357A; }
    .inf-h3-title { font-size: 20px !important; font-weight: 700; color: #0f172a; margin-bottom: 15px; }
    
    /* Listas Interactivas */
    .inf-list { list-style: none; padding: 0; margin-bottom: 25px; }
    .inf-list li { position: relative; padding-left: 35px; margin-bottom: 15px; font-size: 16px; color: #475569; text-align: justify; }
    .inf-list li::before { content: '✔️'; position: absolute; left: 0; color: #21357A; font-weight: bold; font-size: 18px; }
    
    /* Grid de Beneficios / Características */
    .inf-feature-grid { display: flex; flex-wrap: wrap; margin: -10px; margin-bottom: 40px; }
    .inf-feature-item { width: 33.33%; padding: 10px; box-sizing: border-box; }
    .inf-feature-card { background: #f8fafc; border: 1px solid #e2e8f0; padding: 25px; border-radius: 12px; height: 100%; transition: all 0.3s ease; }
    .inf-feature-card:hover { border-color: #21357A; background: #fff; box-shadow: 0 10px 20px rgba(33,53,122,0.05); }

    /* Layout de Productos (Espejo de lo solicitado) */
    .inf-prod-row { width: 100%; margin: 40px 0; overflow: hidden; display: flex; justify-content: space-between; flex-wrap: wrap; }
    .inf-prod-card { display: block; width: 48%; border: 1px solid #e2e8f0; border-radius: 12px; background: #fff; box-sizing: border-box; transition: all 0.4s ease; text-decoration: none; margin-bottom: 20px; cursor: pointer; }
    .inf-prod-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(33,53,122,0.12); border-color: #21357A; }
    .inf-img-box { width: 100%; height: 260px; padding: 25px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; background: #fff; border-bottom: 1px solid #f1f5f9; }
    .inf-img-box img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; }
    
    /* Tabla y FAQ */
    .inf-table-wrapper { overflow-x: auto; margin: 35px 0; border-radius: 12px; border: 1px solid #e2e8f0; }
    .inf-data-table { width: 100%; border-collapse: collapse; background: #fff; }
    .inf-data-table th { background: #f1f5f9; padding: 18px; text-align: left; border-bottom: 2px solid #e2e8f0; color: #1e293b; font-weight: 800; }
    .inf-data-table td { padding: 18px; border-bottom: 1px solid #f1f5f9; font-size: 15px; }
    
    .inf-faq-item { background: #f8fafc; padding: 30px; border-radius: 15px; margin-bottom: 20px; border: 1px solid #e2e8f0; }
    .inf-faq-q { font-weight: 800; color: #1A2A61; font-size: 18px; margin-bottom: 12px; display: block; }

    @media (max-width: 768px) { .inf-prod-card { width: 100%; } .inf-feature-item { width: 100%; } }
